.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td, th {
padding: 10px;
border: 1px solid #ddd;
} button,
input,
select,
textarea {
color: #222;
font-size: 14px;
line-height: 1.5;
}
body {
font-size: 16px;
line-height: 1.7;
color: #727272;
font-family: "Roboto",sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 15px 0;
font-weight: 600;
text-rendering: optimizeLegibility;
color: #00387d;
font-family: "Roboto",sans-serif;
line-height: 1.5;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 22px;
font-weight: 500;
}
h4 {
font-size: 20px;
font-weight: 500;
}
h5 {
font-size: 18px;
font-weight: 500;
}
h6 {
font-size:16px;
font-weight: 500;
}
p {
margin: 0 0 15px 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 15px;
border-left: 5px solid #ddd;
padding-left: 25px;
}
address {
margin: 0 0 15px;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fbfbfb; -webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
font-size: 18px;
font-style: italic;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 15px;
}
ul,
ol {
margin: 0 0 15px 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 15px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 15px 15px;
}
img {
height: auto; max-width: 100%; vertical-align: middle;
}
figure {
margin: 1em 0; }
table {
margin: 0 0 15px;
width: 100%;
} #primary #infinite-handle span button,
a.custom-button,a.custom-button:visited, button,
a.button, input[type="button"],
input[type="reset"],
input[type="submit"]{
-webkit-transition: all 0.3s ease 0s;
-moz-transition:    all 0.3s ease 0s;
-o-transition:      all 0.3s ease 0s;
-ms-transition:     all 0.3s ease 0s;
transition:         all 0.3s ease 0s;
background: #aa0000;
color: #fff;
font-size: 15px;
padding: 12px 30px;
border: none;
height: auto;
width: auto;
cursor: pointer;
display: inline-block;
text-align: center;
margin: 0;
position: relative;
font-weight: 500;
letter-spacing: 1px;
margin-top: 10px;
}
#primary #infinite-handle span button:hover,
a.custom-button:hover,
button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#primary #infinite-handle span button:focus,
button:focus,
a.button:focus,
a.custom-button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
#primary #infinite-handle span button:active,
button:active,
a.custom-button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background-color: #1d6ea5;
color: #fff;
border-color: #1d6ea5;
}
#primary #infinite-handle span button:focus,
button:focus,
a.button:focus,
a.custom-button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.search-form .search-submit:focus,
.header-search-box > a:focus {
outline: 2px dotted #1d6ea5;
} a.custom-button.custom-wire {
color: #fff;
background: none;
border: 2px solid #fff;
}
.custom-button.button-secondary, .custom-button.button-secondary:visited {
background-color: #002147;
color: #ffffff;
}
.custom-button.button-secondary:hover,
.custom-button.button-secondary:active,
.custom-button.button-secondary:focus {
background-color: #1d6ea5;
color: #fff;
}
#primary #infinite-handle span {
background: inherit;
border-radius: inherit;
color: inherit;
cursor: inherit;
font-size: inherit;
padding: inherit;
}
#primary #infinite-handle span button:hover,
#primary #infinite-handle span button:active,
#primary #infinite-handle span button:focus{
cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
color: #1a1a1a;
border: 1px solid #ccc;
padding: 5px 10px;
}
select {
border: 1px solid #eaeaea;
width: 100%;
padding: 10px 15px;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
border:1px solid #319be2;
}
textarea {
width: 100%;
}
.search-submit {
width: 100%;
margin-top: 15px;
}
.searchform {
width: 335px;
margin: 0 auto;
max-width: 100%;
}
.searchform-inner {
position: relative;
}
.searchform input[type="text"] {
width: 88%;
padding: 5px 5%;
}
.sidebar .searchform input[type="text"] {
width: 86%;
}
#tophead .searchform input[type="submit"] {
float: right;
padding: 7px 11px;
}
#tophead .searchform input[type="text"] {
background: #000;
color: #fff;
border: 1px solid #fff;
}
#tophead .searchform input[type="text"]:active,
#tophead .searchform input[type="text"]:hover,
#tophead .searchform input[type="text"]:focus {
border-color:#319be2;
}
#tophead .searchform input::-webkit-input-placeholder { color: #ddd;
}
#tophead .searchform input::-moz-placeholder { color: #fff;
}
#tophead .searchform input:-ms-input-placeholder { color: #fff;
}
#tophead .searchform input:-moz-placeholder { color: #fff;
} #content[tabindex="-1"]:focus {
outline: 0;
}
::-webkit-input-placeholder { color: #1a1a1a;
}
::-moz-placeholder { color: #1a1a1a;
}
:-ms-input-placeholder { color: #1a1a1a;
}
:-moz-placeholder { color: #1a1a1a;
}
.woocommerce-product-search {
position: relative;
}
.woocommerce-product-search .search-field {
height: 50px;
padding: 10px 55px 10px 20px;
width: 100%;
box-sizing: inherit;
}
.woocommerce-product-search button {
border: medium none;
border-radius: 0;
font-size: 13px;
height: 50px;
line-height: 1.8;
padding: 0 20px;
position: absolute;
right: 0;
top: 0;
}  a {
color:# 007acc;
text-decoration: inherit;
}
a:visited {
color: #007acc;
}
a:hover,
a:focus,
a:active {
color: #1a1a1a;
}
a:focus {
outline: thin dotted;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
color: #00387d;
text-decoration: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active{
color: #179bd7;
} .main-navigation ul {
list-style: none;
margin: 0;
}
.main-navigation ul li {
position: relative;
}
.main-navigation ul li a {
color: #000000;
display: block;
outline-offset: -1px;
padding: 15px 25px;
}
.main-navigation ul ul {
display: none;
text-align: left;
margin: 0;
padding: 0;
}
.no-js .main-navigation ul ul {
display: block;
}
.main-navigation ul .toggled-on {
display: block;
}
.main-navigation ul.primary-menu {
margin: 0;
padding: 0;
}
.site-header-menu {
display: none;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
display: block;
}
.site-header-menu.toggled-on {
-webkit-animation: fadeIn 1s;
-moz-animation:    fadeIn 1s;
-o-animation:      fadeIn 1s;
animation:         fadeIn 1s;
}
.dropdown-toggle {
background-color: transparent;
border: 0;
border-radius: 0;
color: #1a1a1a;
content: "";
height: 48px;
padding: 0;
position: absolute;
right: 0;
text-transform: none;
top: 0;
width: 48px;
margin: 0;
}
.dropdown-toggle:after {
border: 0 solid #ececec;
border-left-width: 1px;
font-size: 15px;
left: 1px;
position: relative;
width: 39px;
display: block;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
background-color: transparent;
color: #007acc;
}
.dropdown-toggle:focus {
outline: thin dotted;
outline-offset: -1px;
}
.dropdown-toggle:focus:after {
border-color: transparent;
}
.menu-toggle {
background-color: #ececec;
color: #1a1a1a;
font-size: 13px;
font-size: 15px;
padding: 6px 20px;
display: block;
}
.menu-toggle .fas {
margin-right: 5px;
width: 15px;
}
.no-js .menu-toggle {
display: none;
}
.menu-toggle:focus {
outline: 0;
}
.menu-toggle.toggled-on:focus {
outline: thin dotted;
}
#main-nav {
float: left;
} @media screen and (min-width: 910px) {
.site-header-main {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.site-header-menu {
display: block;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.main-navigation ul,
.main-navigation ul > li {
border: 0;
}
.main-navigation ul > li {
float: none;
display: inline-block;
}
.main-navigation ul li a {
outline-offset: -8px;
padding: 14px 10px;
white-space: nowrap;
font-weight: 500;
}
.main-navigation ul ul a {
padding: 10px 20px;
border-bottom: 1px solid #f1f1f1;
}
.main-navigation ul ul {
display: block;
left: -999em;
margin: 0;
position: absolute;
z-index: 99999;
border-top: 1px solid #fff;
background: #fff;
box-shadow: 0 0 30px #7b6a6a4d;
}
.main-navigation ul ul ul {
top: -1px;
border:none;
}
.main-navigation ul ul ul:before,
.main-navigation ul ul ul:after {
border: 0;
}
.main-navigation ul ul li {
border-bottom-width: 0;
}
.main-navigation ul ul a {
white-space: normal;
width: 220px;
}
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li a:active,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li:hover > a,
.main-navigation ul li:hover > a,
.main-navigation ul li:hover > a {
color: #aa0000;
}
.main-navigation ul ul:before {
border-style: solid;
content: "";
position: absolute;
}
.main-navigation ul ul:before {
border-color: #ffffff transparent;
border-width: 0 10px 10px;
right: 9px;
top: -9px;
}
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
right: 0;
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
right: 100%;
left: auto;
}
.main-navigation .menu-item-has-children > a {
margin: 0;
padding-right: 35px;
}
.main-navigation .menu-item-has-children > a:after {
content: "\f107";
position: absolute;
right: 14px;
top: 19px;
}
.main-navigation ul ul .menu-item-has-children > a {
padding-right: 30px;
}
.main-navigation ul ul .menu-item-has-children > a:after {
right: 10px;
top: 14px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.menu-toggle,
.site-header .social-navigation,
.site-footer .main-navigation {
display: none;
}
} @media screen and (max-width: 909px) {
.main-navigation ul {
margin: 0;
padding: 0;
}
.site-header-menu.toggled-on, .no-js .site-header-menu {
display: block;
position: absolute;
background: #fff;
top: 55px;
right: 0;
width: 350px;
box-shadow: 0 0 6px #ddd;
z-index: 999;
}
.main-navigation ul li a {
padding: 10px 20px;
border-bottom: 1px solid #f1f1f1;
}
.main-navigation ul ul li li a {
padding-left: 40px;
}
.main-navigation ul ul li a {
padding-left: 30px;
}
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
clear: both;
}
#infinite-handle{
margin-bottom: 20px;
height: auto;
overflow: hidden;
}
#infinite-handle span:hover,
#infinite-handle span:focus {
border:1px solid #179bd7;
background: #179bd7;
color: #fff;
}
#infinite-handle span {
border:1px solid #001837;
padding: 5px 15px;
width: auto;
line-height: 1.5;
color: #001837;
display: block;
}
.post-title {
font-size: 17px;
margin-top: 15px;
}
.meta-nav {
background: #179bd7 none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-size: 18px;
margin-right: 15px;
padding: 7px 10px;
text-align: center;
width: 115px;
}
.post-navigation a {
color: #1a1a1a;
display: block;
}
.post-navigation a:hover,
.post-navigation a:focus {
color:#179bd7;
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 15px;
clear: both;
background: #ffffff;
overflow: hidden;
padding: 30px;
margin-top: 30px;
}
.nav-links span.meta-nav {
display: none;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
margin-right: 10px;
}
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after{
margin-left: 10px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.pagination .nav-links .page-numbers {
padding: 5px;
background: #fff;
}
.pagination .nav-links .page-numbers.dots {
background-color: inherit;
border:none;
color:#1a1a1a;
}
nav.navigation.pagination {
clear: both;
margin-top: 30px;
background: #fff;
padding: 20px;
box-shadow: 0 0 21px #3835351c;
}
.pagination .nav-links .page-numbers {
padding: 8px 18px;
background: #f3f0f0;
display: inline-block;
color: #000;
border-radius: 28px;
margin: 0 2px;
}
.pagination .nav-links .current,
.pagination .nav-links a:hover,
.pagination .nav-links a:active,
.pagination .nav-links a:focus {
background:#007acc;
color: #fff;
}
.pagination .nav-links {
text-align: center;
}
#mobile-trigger,
#mob-menu {
display: none;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 25px;
}
.alignright {
display: inline;
float: right;
margin-left: 25px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
}
a:hover img,
a:focus img,
a:active img {
opacity: 0.7;
}
.text-alignleft {
text-align: left;
}
.text-alignright {
text-align: right;
}
.text-aligncenter {
text-align: center;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.main-right-header {
position: relative;
}
.pull-none {
margin:0 auto ;
float: none;
display: inline-block;
}
.clear-fix {
clear: both;
}
.clear-fix:after,
.clear-fix:before {
content: "";
display: table;
clear: both;
} .clear-fix:before,
.clear-fix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 30px 0 0;
}
.widget:first-child {
margin: 0;
}
.widget select {
max-width: 100%;
}
#education-soul-front-page-widgets  .widget {
padding: 50px 0;
margin: 0;
} #education-soul-front-page-widgets {
clear: both;
}
#education-soul-front-page-widgets .widget-title {
color: #242526;
font-weight: 400;
margin: 0 0 25px;
line-height: 1.1;
font-size: 36px;
text-align: center;
position: relative;
} .col-grid-1,
.col-grid-2,
.col-grid-3,
.col-grid-4,
.col-grid-5,
.col-grid-6,
.col-grid-7,
.col-grid-8,
.col-grid-9,
.col-grid-10,
.col-grid-11,
.col-grid-12 {
padding-left: 20px;
padding-right: 20px;
float: left;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition:    all 0.4s ease-in-out 0s;
-o-transition:      all 0.4s ease-in-out 0s;
-ms-transition:     all 0.4s ease-in-out 0s;
transition:         all 0.4s ease-in-out 0s;
margin: 20px 0;
}
.col-grid-1 {
width: 8.33333%
}
.col-grid-2 {
width: 16.66667%
}
.col-grid-3 {
width: 25%
}
.col-grid-4 {
width: 33.33333%
}
.col-grid-5 {
width: 41.66667%
}
.col-grid-6 {
width: 50%
}
.col-grid-7 {
width: 58.33333%
}
.col-grid-8 {
width: 66.66667%
}
.col-grid-9 {
width: 75%
}
.col-grid-10 {
width: 83.33333%
}
.col-grid-11 {
width: 91.66667%
}
.col-grid-12 {
width: 100%
} #primary article.hentry {
background: #ffffff none repeat scroll 0 0;
box-shadow: 0 0 55px #f3f3f3;
padding: 30px;
margin-bottom: 30px;
}
.page-header .page-title {
margin: 0;
font-size: 27px;
}
.single h1.entry-title {
margin-bottom: 10px;
font-size: 28px;
}
.page-header {
background: #ffffff none repeat scroll 0 0;
margin-bottom: 35px;
padding: 10px 30px;
z-index: 9;
position: relative;
}
.entry-meta {
margin-bottom: 15px;
}
.single .entry-meta {
margin-bottom: 30px;
}
.updated:not(.published) {
display: none;
}
.entry-meta span:before,
.comment-edit-link:before {
height: 15px;
margin-right: 5px;
}
.entry-meta > span {
margin-right: 15px;
color: #807a7a;
}
.entry-meta .byline .author.vcard {
margin-left: -4px;
}
.custom-entry-date {
float: left;
margin-right: 15px;
margin-bottom: 5px;
}
.custom-entry-date span.entry-month {
background: #002147 none repeat scroll 0 0;
color: #ffffff;
font-size: 14px;
font-weight: bold;
line-height: 12px;
padding: 8px 22px;
text-transform: uppercase;
width: 73px;
}
.custom-entry-date span.entry-day {
font-size: 38px;
font-weight: bold;
overflow: hidden;
padding: 0 0;
background: #f7f7f7;
font-weight: bold;
overflow: hidden;
width: 73px;
}
.custom-entry-date > span {
display: block;
text-align: center;
}
.entry-header .entry-title {
margin-bottom: 20px;
font-size: 22px;
}
.entry-content-wrapper .entry-header .entry-title {
margin-bottom: 5px;
}
.sticky .post-thumbnail {
position: relative;
}
.sticky .post-thumbnail .sticky-post {
background-color: #002147;
color: #fff;
padding: 5px 15px;
position: absolute;
top: 0;
left: 0;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} #respond {
clear: both;
display: block;
}
#comments {
margin-top: 30px;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-notes {
position: relative;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-form {
margin: 0 -15px;
}
.comments-area form#commentform p.logged-in-as ,
.comments-area form#commentform p{
padding: 0 15px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
width: 100%;
}
#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
width: 50%;
}
.comments-area form#commentform p.logged-in-as {
padding: 0 15px;
width: 100%;
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
width: 100%;
float: left;
}
.comment-list li.comment::after {
content: inherit;
display: none;
}
.comment-list li{
padding-left: 0;
}
.comment {
display: block;
float: left;
width: 100%;
}
ol.comment-list {
border-radius: 5px;
float: left;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
overflow: inherit;
padding: 0;
width: 100%;
}
ol.comment-list .children {
border: medium none;
float: left;
margin: 15px 0 15px 15px;
width: 98%;
}
ol.comment-list li {
list-style: outside none none;
margin-bottom: 15px;
}
.comment .comment-body {
background-color: #fafafa;
border-radius: 0;
clear: both;
display: block;
float: left;
margin-top: 10px;
padding: 20px 30px;
position: relative;
text-align: left;
width: 100%;
border-radius: 10px;
}
.comment-author.vcard {
font-size: 20px;
margin-bottom: 5px;
}
.comment-list .children {
background-position: left 20px;
background-repeat: no-repeat;
border-left: 1px solid rgb(238, 238, 238);
margin-left: 0;
padding-left: 40px;
}
.comment-list li.comment > div img.avatar {
left: 29px;
position: absolute;
top: 29px;
}
#comment-form-title {
font-size: 24px;
padding-bottom: 10px;
}
.vcard .avatar {
float: left;
margin: 7px 15px 15px 0;
border-radius: 100%;
}
.comment-metadata {
font-size: 14px;
line-height: 16px;
margin-bottom: 10px;
}
.comment-metadata > a{
color: #49616b;
margin-right: 30px;
}
.comment-metadata::before{
height: 15px;
}
.form-allowed-tags code {
white-space: inherit;
word-wrap: break-word;
}
.comment-respond label {
display: block;
font-weight: normal;
}
.comments-title {
font-weight: normal;
margin: 25px 0;
font-size: 22px;
font-weight: 600;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-content {
clear: both;
display: block;
}
.authorbox  .author-info,
.authorbox  .author-bio-posts-content {
float: left;
max-width: 90%;
width: 90%;
}
.author-info h4 {
margin-bottom: 0;
}
#commentform label {
display: inline;
position:relative;
}
#commentform input[type="checkbox"],
#commentform input[type="radio"] {
margin-right: 10px;
}
#commentform  p.form-submit {
margin-top: 30px;
}
#commentform  span.required {
color: #f0632b;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
margin-right:-5px;
margin-left: -5px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
padding: 5px;
}
.gallery-item img {
vertical-align: middle;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.home-section-gallery .wp-block-gallery .blocks-gallery-image figcaption, .home-section-gallery .wp-block-gallery .blocks-gallery-item figcaption {
padding: 27px;
font-size: 25px;
font-weight: bold;
font-style: inherit;
}
.home-section-gallery {
background: #fff;
} a.read-more:after,
.sidebar ul li:before,
#quick-contact li:before,
.dropdown-toggle:after,
.dropdown-toggle.toggled-on:after,
.main-navigation .menu-item-has-children > a:after,
#breadcrumb .breadcrumb-trail li:after,
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after,
.entry-meta span:before,
.comment-edit-link:before,
.comment-metadata:before,
.home-section-testimonials .testimonials-content-area p:before,
.home-section-team .team-meta span:before,
.education_soul_widget_recent_posts .recent-posts-date:before,
#footer-widgets ul li:before,
.education_soul_widget_social ul li a:before,
.education_soul_widget_social ul li a[href$="/feed/"]:before,
.education_soul_widget_quick_contact .contact-info-wrapper:before,
.education-soul-woocommerce a.button:after,
.woocommerce ul.products li.product .button:after {
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-variant: normal;
font-weight: normal;
text-rendering: auto;
line-height: 1;
}
a.read-more:after,
.sidebar ul li:before,
#quick-contact li:before,
.dropdown-toggle:after,
.dropdown-toggle.toggled-on:after,
.main-navigation .menu-item-has-children > a:after,
#breadcrumb .breadcrumb-trail li:after,
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after,
.comment-metadata:before,
.home-section-testimonials .testimonials-content-area p:before,
#footer-widgets ul li:before,
.education_soul_widget_social ul li a[href$="/feed/"]:before,
.education_soul_widget_quick_contact .contact-info-wrapper:before,
.entry-meta .tags-links:before {
font-weight: 900;
}
.education_soul_widget_social ul li a:before {
font-family: 'Font Awesome 5 Brands';
}
a.read-more:after {
content: "\f105";
font-size: 14px;
line-height: 0;
}
.sidebar ul li:before {
content: "\f105";
font-size: 13px;
line-height: 1.5;
}
#quick-contact li:before {
content: "";
font-size: 14px;
}
#quick-contact li.quick-email:before {
content: "\f0e0";
}
#quick-contact li.quick-call:before {
content: "\f095";
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
#quick-contact li.quick-address:before {
content: "\f0ac";
}
.dropdown-toggle:after {
content: "\f107";
}
.dropdown-toggle.toggled-on:after {
content: "\f106";
}
#breadcrumb .breadcrumb-trail li:after {
content: "\f105";
font-size: 13px;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
content:"\f104";
}
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
content: "\f105";
}
.entry-meta span:before,
.comment-edit-link:before {
content: "";
font-size: 12px;
}
.entry-meta .cat-links:before {
content: "\f07c";
}
.entry-meta span.comments-link:before {
content: "\f075";
}
.entry-footer > .cat-links:before {
content: "\f07c";
}
.entry-meta > .byline:before {
content: "\f007";
}
.entry-meta .edit-link:before,
.comment-edit-link:before{
content: "\f044";
}
.entry-meta .tags-links:before {
content: "\f02c";
}
.entry-meta > .posted-on:before{
content: "\f017";
}
.comment-metadata:before {
content: "\f017";
}
.home-section-testimonials .testimonials-content-area p:before {
content: "\f10d";
font-size: 26px;
}
.home-section-team .team-meta span:before {
content: "";
}
.home-section-team .team-meta span.phone::before {
content: "\f095";
}
.home-section-team .team-meta span.address:before {
content: "\f041";
}
.education_soul_widget_recent_posts .recent-posts-date:before {
content: "\f017";
font-size: 13px;
}
#footer-widgets ul li:before {
content: "\f105";
font-size: 14px;
}
.education_soul_widget_social ul li a:before {
content: "\f0c1";
}
.education_soul_widget_social ul li a[href$="/feed/"]:before {
content: "\f09e";
}
.education_soul_widget_social ul li a[href*="mailto:"]:before {
content: "\f0e0";
}
.education_soul_widget_social  ul li a[href*="facebook.com"]:before {
content: "\f39e";
}
.education_soul_widget_social  ul li a[href*="twitter.com"]:before {
content: "\f099";
}
.education_soul_widget_social  ul li a[href*="linkedin.com"]:before {
content: "\f0e1";
}
.education_soul_widget_social  ul li a[href*="plus.google.com"]:before {
content: "\f0d5";
}
.education_soul_widget_social  ul li a[href*="youtube.com"]:before {
content: "\f167";
}
.education_soul_widget_social  ul li a[href*="dribbble.com"]:before {
content: "\f17d";
}
.education_soul_widget_social  ul li a[href*="pinterest.com"]:before {
content: "\f0d2";
}
.education_soul_widget_social  ul li a[href*="bitbucket.org"]:before {
content: "\f171";
}
.education_soul_widget_social  ul li a[href*="github.com"]:before {
content: "\f113";
}
.education_soul_widget_social  ul li a[href*="codepen.io"]:before {
content: "\f1cb";
}
.education_soul_widget_social  ul li a[href*="flickr.com"]:before {
content: "\f16e";
}
.education_soul_widget_social  ul li a[href*="foursquare.com"]:before {
content: "\f180";
}
.education_soul_widget_social  ul li a[href*="instagram.com"]:before {
content: "\f16d";
}
.education_soul_widget_social  ul li a[href*="tumblr.com"]:before {
content: "\f173";
}
.education_soul_widget_social  ul li a[href*="reddit.com"]:before {
content: "\f1a1";
}
.education_soul_widget_social  ul li a[href*="vimeo.com"]:before {
content: "\f194";
}
.education_soul_widget_social  ul li a[href*="digg.com"]:before {
content: "\f1a6";
}
.education_soul_widget_social  ul li a[href*="twitch.tv"]:before {
content: "\f1e8";
}
.education_soul_widget_social  ul li a[href*="stumbleupon.com"]:before {
content: "\f1a4";
}
.education_soul_widget_social  ul li a[href*="delicious.com"]:before {
content: "\f1a5";
}
.education_soul_widget_social  ul li a[href*="del.icio.us"]:before {
content: "\f1a5";
}
.education_soul_widget_social  ul li a[href*="soundcloud.com"]:before {
content: "\f1be";
}
.education_soul_widget_social  ul li a[href*="wordpress.org"]:before {
content: "\f19a";
}
.education_soul_widget_social  ul li a[href*="wordpress.com"]:before {
content: "\f19a";
}
.education_soul_widget_social  ul li a[href*="jsfiddle.net"]:before {
content: "\f1cc";
}
.education_soul_widget_social  ul li a[href*="tripadvisor.com"]:before {
content: "\f262";
}
.education_soul_widget_social  ul li a[href*="angel.co"]:before {
content: "\f209";
}
.education_soul_widget_social  ul li a[href*="slack.com"]:before {
content: "\f198";
}
.education_soul_widget_social  ul li a[href*="500px.com"]:before {
content: "\f26e";
}
.education_soul_widget_social  ul li a[href*="amazon.com"]:before {
content: "\f270";
}
.education_soul_widget_social  ul li a[href*="amilia.com"]:before {
content: "\f36d";
}
.education_soul_widget_social  ul li a[href*="gitlab.com"]:before {
content: "\f09b";
}
.education_soul_widget_social  ul li a[href*="ebay.com"]:before {
content: "\f4f4";
}
.education_soul_widget_social  ul li a[href*="dashcube.com"]:before {
content: "\f210";
}
.education_soul_widget_social  ul li a[href*="behance.net"]:before {
content: "\f1b5";
}
.education_soul_widget_social  ul li a[href*="vk.net"]:before {
content: "\f189";
}
.education_soul_widget_social  ul li a[href*="mastodon.social"]:before {
content: "\f4f6";
}
.education_soul_widget_social  ul li a[href*="algolia.com"]:before {
content: "\f36c";
}
.education_soul_widget_social  ul li a[href*="bandcamp.com"]:before {
content: "\f2d5";
}
.education_soul_widget_social  ul li a[href*="codiepie.com"]:before {
content: "\f284";
}
.education_soul_widget_social  ul li a[href*="gitter.im"]:before {
content: "\f426";
}
.education_soul_widget_social  ul li a[href*="goodreads.com"]:before {
content: "\f3a8";
}
.education_soul_widget_social  ul li a[href*="hireahelper.com"]:before {
content: "\f3b0";
}
.education_soul_widget_social  ul li a[href*="imdb.com"]:before {
content: "\f2d8";
}
.education_soul_widget_social  ul li a[href*="last.fm"]:before {
content: "\f202";
}
.education_soul_widget_social  ul li a[href*="medium.com"]:before {
content: "\f23a";
}
.education_soul_widget_social  ul li a[href*="meetup.com"]:before {
content: "\f2e0";
}
.education_soul_widget_social  ul li a[href*="mixcloud.com"]:before {
content: "\f289";
}
.education_soul_widget_social  ul li a[href*="quora.com"]:before {
content: "\f3d2";
}
.education_soul_widget_social  ul li a[href*="us.napster.com"]:before {
content: "\f2c4";
}
.education_soul_widget_social  ul li a[href*="slideshare.net"]:before {
content: "\f1e7";
}
.education_soul_widget_social  ul li a[href*="spotify.com"]:before {
content: "\f1bc";
}
.education_soul_widget_social  ul li a[href*="stackexchange.com"]:before {
content: "\f18d";
}
.education_soul_widget_social  ul li a[href*="stackoverflow.com"]:before {
content: "\f16c";
}
.education_soul_widget_social  ul li a[href*="trello.com"]:before {
content: "\f181";
}
.education_soul_widget_social  ul li a[href*="xing.com"]:before {
content: "\f168";
}
.education_soul_widget_social  ul li a[href*="yelp.com"]:before {
content: "\f1e9";
}
.education_soul_widget_quick_contact .contact-info-wrapper:before {
content: "";
font-size: 14px;
}
.education_soul_widget_quick_contact .contact-info-wrapper.info-phone:before {
content: "\f095";
}
.education_soul_widget_quick_contact .contact-info-wrapper.info-fax:before {
content: "\f1ac";
}
.education_soul_widget_quick_contact .contact-info-wrapper.info-address:before {
content: "\f0ac";
}
.education_soul_widget_quick_contact .contact-info-wrapper.info-contact:before {
content: "\f0e0";
}
.education-soul-woocommerce a.button:after {
content: "\f217";
}
.woocommerce ul.products li.product .button:after {
content: "\f217";
}
.menu-toggle.toggled-on .fa-bars:before {
content: "\f00d";
} #page {
position: relative;
margin: 0 auto;
}
.site-layout-boxed #page {
max-width: 1230px;
margin-top: 30px;
box-shadow: 0 2px 2px;
margin-bottom: 30px;
}
.site-layout-boxed #page .top-news-title {
margin-left: -16px;
padding-left: 15px;
}
.container {
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
width: 1170px;
}
.inner-wrapper {
margin-left: -15px;
margin-right: -15px;
}
.custom-button {
display: block;
font-size: 16px;
margin-bottom: 10px;
}
.custom-button {
border: 2px solid #179bd7;
display: inline-block;
font-size: 15px;
margin: 10px;
padding: 8px 25px;
}
.custom-button:hover,
.custom-button:focus {
background: #179bd7;
color: #fff;
border-color: #179bd7;
}
.call-to-action-buttons .custom-button {
border-color: #fff;
color: #fff;
}
.call-to-action-buttons .custom-button:hover,
.call-to-action-buttons .custom-button:focus {
border-color: #179bd7;
}
a.read-more::after {
margin-left: 8px;
padding-top: 12px;
}
a.read-more {
margin-left: 10px;
font-weight: 700;
} a.custom-logo-link {
float: left;
margin-right: 15px;
max-width: 225px;
}
.site-description {
font-size: 14px;
font-weight: 400;
letter-spacing: 2.2px;
margin-bottom: 0;
}
#header-social {
float: right;
width: 22%;
text-align: right;
}
#header-social li {
display: inline-block;
padding: 8px 7px;
margin: 0;
}
#header-social .education_soul_widget_social ul li a:before {
line-height: 1.5;
font-size: 16px;
}
#header-social .education_soul_widget_social ul li a:before {
color: #fdfdfd;
text-shadow: inherit;
font-size: 14px;
font-weight: 300;
line-height: 2.2;
}
#header-social .education_soul_widget_social ul li a:hover:before,
#header-social .education_soul_widget_social ul li a:focus:before {
color: #fff;
}
.header-search-box {
float: right;
position: relative;
}
.header-search-box > a,
.header-search-box > a:visited {
color: #000000;
display: block;
background: #ececec;
padding: 7px 14px;
margin-top: 10px;
margin-left: 15px;
text-align: center;
width: 41px;
}
.header-search-box > a:hover,
.header-search-box > a:focus,
.header-search-box > a:active {
color: #fff;
display: block;
background: #0c579a;
}
.header-search-box > a i {
font-size: 13px;
}
.header-search-box .search-box-wrap {
background: #ffffff none repeat scroll 0 0;
top: 55px;
box-shadow: 0 2px 12px #ececec;
padding: 15px 15px 15px;
position: absolute;
width: 380px;
z-index: 9999;
right: 0;
}
.header-search-box .search-box-wrap,
.header-search-box .search-close-icon,
.header-search-box.toggled-on .search-icon {
display: none;
}
.header-search-box.toggled-on .search-box-wrap,
.header-search-box.toggled-on .search-close-icon {
display: block;
}
.header-search-box.toggled-on .search-box-wrap {
-webkit-animation: fadeIn 1s;
-moz-animation:    fadeIn 1s;
-o-animation:      fadeIn 1s;
animation:         fadeIn 1s;
}
.search-form {
position: relative;
}
.search-form .search-submit {
border-radius: 0;
padding: 15px 20px;
position: absolute;
right: 0;
top: 0;
margin: 0;
border-radius: 0;
width: auto;
}
.search-form input.search-field {
padding: 15px;
width: 100%;
}
.header-search-box .search-form input.search-field {
padding-right: 105px;
}
.woocommerce-product-search {
position: relative;
}
.woocommerce-product-search .search-field {
border: 1px solid #dddddd;
height: 37px;
padding: 10px 55px 10px 10px;
width: 100%;
box-sizing: inherit;
}
.woocommerce-product-search button {
border: medium none;
border-radius: 0;
font-size: 13px;
height: 37px;
line-height: 1.8;
padding: 0 20px;
position: absolute;
right: 0;
top: 0;
}
.site-header {
-webkit-transition: all 0.5s ease;
-moz-transition:    all 0.5s ease;
-o-transition:      all 0.5s ease;
-ms-transition:     all 0.5s ease;
transition:         all 0.5s ease;
width: 100%;
z-index: 9999;
background-color: #fbfbfb;
padding: 20px 0;
clear: both;
}
.enabled-sticky-primary-menu .site-header.fixed {
position: fixed;
width: 100%;
left: 0;
background: #fbfbfb;
box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.24);
padding: 15px 0;
-webkit-animation: smoothScroll 1s forwards;
-moz-animation:    smoothScroll 1s forwards;
-o-animation:      smoothScroll 1s forwards;
animation:         smoothScroll 1s forwards;
z-index: 999;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition:    all 0.2s ease-in-out 0s;
-o-transition:      all 0.2s ease-in-out 0s;
-ms-transition:     all 0.2s ease-in-out 0s;
transition:         all 0.2s ease-in-out 0s;
}
@keyframes smoothScroll {
0% {
transform: translateY(-40px);
}
100% {
transform: translateY(0px);
}
}
#site-identity {
float: left;
margin-right: 15px;
text-align: left;
}
.site-branding img {
vertical-align: middle;
}
.site-branding {
float: left;
}
#site-logo {
max-width: 300px;
}
.site-title {
margin-bottom: 0;
font-size: 26px;
font-weight: 600;
font-family: "Poppins",sans-serif;
line-height: 1.3;
}
.site-title a {
color: #222;
}
a.custom-button.header-link-button {
margin-top: 10px;
margin-left: 15px;
background: #00448B;
padding: 8px 25px;
} #tophead {
background-color: #002147;
clear: both;
float: left;
width: 100%;
padding: 3px 0;
}
.header-social {
float: right;
margin-top: 20px;
padding: 0 15px;
} #quick-contact {
float: left;
text-align: left;
margin-top: 0;
width: 50%;
}
#quick-contact > ul {
margin: 0;
padding: 0;
}
#quick-contact a {
display: inline-block;
}
#quick-contact li:before {
color: #b9b9b9;
margin-right: 10px;
text-align: center;
}
#quick-contact li {
clear: inherit;
font-size: 14px;
line-height: 1.75;
list-style: outside none none;
text-align: left;
padding: 9px 10px;
color: #fff;
}
#quick-contact a, #quick-contact, #quick-contact li {
display: inline-block;
color: #fdfdfd;
} .top-news .quick-news > span {
background: #ff6000 none repeat scroll 0 0;
color: #ffffff;
font-weight: bold;
margin-right: 8px;
padding: 2px 5px;
}
.top-news .quick-news > a {
color: #ffffff;
}
.top-news .quick-news {
float: left;
padding: 10px 0;
text-align: left;
width: 33.33%;
}
.ticket-buttons a {
border: 2px solid;
float: left;
margin: 0 5px!important;
line-height: 1;
font-size: 13px;
padding: 2px;
text-align: center;
outline: none;
border-radius: 50%;
}
.top-news .ticket-buttons a {
height: 22px;
width: 22px;
}
.top-news {
float: left;
width: 28%;
}
.top-news .top-news-title {
background: #aa0000;
color: #fdfdfd;
display: block;
float: left;
font-size: 16px;
padding: 3px 10px;
margin-top: 5px;
position: relative;
line-height: 1;
margin-top: 10px;
}
.top-news a {
width: 100%;
color: #fff;
display: block;
}
.top-news a:hover,
.top-news a:focus,
.top-news a:active,
#quick-contact a:hover,
#quick-contact a:focus,
#quick-contact a:active {
color: #aa0000;
}
.ticket-buttons.pull-right {
position: relative;
z-index: 9;
}
.top-news #news-ticker {
float: left;
font-size: 14px;
font-weight: 500;
margin: 10px 0 6px 20px;
max-height: 22px;
overflow: hidden;
width: 72%;
}
.news-ticker-inner-wrap {
padding-right: 60px;
} .education_soul_widget_social {
clear: both;
overflow: hidden;
}
.education_soul_widget_social ul {
margin: 0;
}
.education_soul_widget_social li a {
display: block;
height: 40px;
line-height: 1.7;
margin-right: 0;
padding: 0;
text-align: center;
vertical-align: middle;
width: 40px;
}
.education_soul_widget_social li {
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
}
.widget-area .education_soul_widget_social li,
#footer-widgets .education_soul_widget_social li {
padding: 0;
}
.widget-area .education_soul_widget_social li::before,
#footer-widgets .education_soul_widget_social li::before {
display: none;
}
.education_soul_widget_social li:after,
.education_soul_widget_social li:before {
display: none!important;
margin: 0!important;
padding: 0!important;
}
.education_soul_widget_social li {
margin: 0!important;
padding: 0!important;
}
.education_soul_widget_social  ul {
margin: 0;
padding: 0;
}
.education_soul_widget_social li a {
border: 2px solid #b6b6b687;
display: inline-block;
height: 35px;
margin: 5px;
padding: 0;
text-align: center;
vertical-align: middle;
width: 35px;
overflow: hidden;
border-radius: 100%;
}
.education_soul_widget_social li a:focus,
.education_soul_widget_social li a:active {
outline: thin dotted #fff;
}
.education_soul_widget_social.circle  li a {
border-radius: 100%;
}
.education_soul_widget_social li {
display: inline-block;
margin-right: 5px;
margin-top: 5px;
margin-left: 5px;
}
.education_soul_widget_social  ul li:after{
display: none;
}
.education_soul_widget_social  li a i {
color:#cacad8;
font-size: 18px;
font-weight: normal;
}
.education_soul_widget_social ul li a:before {
color: #bdbdbd;
display: block;
font-weight: 400;
line-height: 2;
font-size: 15px;
}
.education_soul_widget_social ul li a:hover,
.education_soul_widget_social ul li a:focus {
background-color: #001837;
border: 2px solid rgba(0, 0, 0, 0);
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition:    all 0.4s ease-out 0s;
-o-transition:      all 0.4s ease-out 0s;
-ms-transition:     all 0.4s ease-out 0s;
transition:         all 0.4s ease-out 0s;
}
.education_soul_widget_social ul li a:hover::before,
.education_soul_widget_social ul li a:focus::before {
color: #fff;
} .education_soul_widget_social ul li a[href*="500px.com"]:hover,
.education_soul_widget_social ul li a[href*="500px.com"]:focus {
background: #0099e5;
}
.education_soul_widget_social ul li a[href*="amazon.com"]:hover,
.education_soul_widget_social ul li a[href*="amazon.com"]:focus {
background: #f90;
}
.education_soul_widget_social ul li a[href*="amilia.com"]:hover,
.education_soul_widget_social ul li a[href*="amilia.com"]:focus {
background: #46aaf8;
}
.education_soul_widget_social ul li a[href*="gitlab.com"]:hover,
.education_soul_widget_social ul li a[href*="gitlab.com"]:focus {
background: #e65328;
}
.education_soul_widget_social ul li a[href*="ebay.com"]:hover,
.education_soul_widget_social ul li a[href*="ebay.com"]:focus {
background: #0654ba;
}
.education_soul_widget_social ul li a[href*="dashcube.com"]:hover,
.education_soul_widget_social ul li a[href*="dashcube.com"]:focus {
background: #f76707;
}
.education_soul_widget_social ul li a[href*="behance.net"]:hover,
.education_soul_widget_social ul li a[href*="behance.net"]:focus {
background: #0052CC;
}
.education_soul_widget_social ul li a[href*="vk.net"]:hover,
.education_soul_widget_social ul li a[href*="vk.net"]:focus {
background: #5181b8;
}
.education_soul_widget_social ul li a[href*="mastodon.social"]:hover,
.education_soul_widget_social ul li a[href*="mastodon.social"]:focus {
background: #5181b8;
}
.education_soul_widget_social ul li a[href*="algolia.com"]:hover,
.education_soul_widget_social ul li a[href*="algolia.com"]:focus {
background: #5a6dff;
}
.education_soul_widget_social ul li a[href*="bandcamp.com"]:hover,
.education_soul_widget_social ul li a[href*="bandcamp.com"]:focus {
background: #639aa9;
}
.education_soul_widget_social ul li a[href*="codiepie.com"]:hover,
.education_soul_widget_social ul li a[href*="codiepie.com"]:focus {
background: #222222;
}
.education_soul_widget_social ul li a[href*="del.icio.us"]:hover,
.education_soul_widget_social ul li a[href*="del.icio.us"]:focus {
background: #0076e8;
}
.education_soul_widget_social ul li a[href*="gitter.im"]:hover,
.education_soul_widget_social ul li a[href*="gitter.im"]:focus {
background: #46bc99;
}
.education_soul_widget_social ul li a[href*="goodreads.com"]:hover,
.education_soul_widget_social ul li a[href*="goodreads.com"]:focus {
background: #382110;
}
.education_soul_widget_social ul li a[href*="hireahelper.com"]:hover,
.education_soul_widget_social ul li a[href*="hireahelper.com"]:focus {
background: #693238;
}
.education_soul_widget_social ul li a[href*="imdb.com"]:hover,
.education_soul_widget_social ul li a[href*="imdb.com"]:focus {
background: #f5c518;
}
.education_soul_widget_social ul li a[href*="last.fm"]:hover,
.education_soul_widget_social ul li a[href*="last.fm"]:focus {
background: #bb0000;
}
.education_soul_widget_social ul li a[href*="medium.com"]:hover,
.education_soul_widget_social ul li a[href*="medium.com"]:focus {
background: #693238;
}
.education_soul_widget_social ul li a[href*="meetup.com"]:hover,
.education_soul_widget_social ul li a[href*="meetup.com"]:focus {
background: #f13a59;
}
.education_soul_widget_social ul li a[href*="mixcloud.com"]:hover,
.education_soul_widget_social ul li a[href*="mixcloud.com"]:focus {
background: #693238;
}
.education_soul_widget_social ul li a[href*="quora.com"]:hover,
.education_soul_widget_social ul li a[href*="quora.com"]:focus {
background: #b92b27;
}
.education_soul_widget_social ul li a[href*="us.napster.com"]:hover,
.education_soul_widget_social ul li a[href*="us.napster.com"]:focus {
background: #49FFD0;
}
.education_soul_widget_social ul li a[href*="slideshare.net"]:hover,
.education_soul_widget_social ul li a[href*="slideshare.net"]:focus {
background: #222222;
}
.education_soul_widget_social ul li a[href*="spotify.com"]:hover,
.education_soul_widget_social ul li a[href*="spotify.com"]:focus {
background: #1ed760;
}
.education_soul_widget_social ul li a[href*="stackexchange.com"]:hover,
.education_soul_widget_social ul li a[href*="stackexchange.com"]:focus {
background: #12457C;
}
.education_soul_widget_social ul li a[href*="stackoverflow.com"]:hover,
.education_soul_widget_social ul li a[href*="stackoverflow.com"]:focus {
background: #f48024;
}
.education_soul_widget_social ul li a[href*="trello.com"]:hover,
.education_soul_widget_social ul li a[href*="trello.com"]:focus {
background: #5aac44;
}
.education_soul_widget_social ul li a[href*="xing.com"]:hover,
.education_soul_widget_social ul li a[href*="xing.com"]:focus {
background: #b0d400;
}
.education_soul_widget_social ul li a[href*="yelp.com"]:hover,
.education_soul_widget_social ul li a[href*="yelp.com"]:focus {
background: #d32323;
}
.education_soul_widget_social ul li a[href*="facebook.com"]:hover,
.education_soul_widget_social ul li a[href*="facebook.com"]:focus {
background: #3b5998;
}
.education_soul_widget_social ul li a[href*="twitter.com"]:hover,
.education_soul_widget_social ul li a[href*="twitter.com"]:focus {
background: #00aced;
}
.education_soul_widget_social ul li a[href*="plus.google.com"]:hover,
.education_soul_widget_social ul li a[href*="plus.google.com"]:focus {
background: #dd4b39;
}
.education_soul_widget_social ul li a[href*="/feed/"]:hover,
.education_soul_widget_social ul li a[href*="/feed/"]:focus {
background: #dc622c;
}
.education_soul_widget_social ul li a[href*="wordpress.org"]:hover,
.education_soul_widget_social ul li a[href*="wordpress.com"]:focus {
background: #45bbe6;
}
.education_soul_widget_social ul li a[href*="github.com"]:hover,
.education_soul_widget_social ul li a[href*="github.com"]:focus {
background: #4183c4;
}
.education_soul_widget_social ul li a[href*="linkedin.com"]:hover,
.education_soul_widget_social ul li a[href*="linkedin.com"]:focus {
background: #007bb6;
}
.education_soul_widget_social ul li a[href*="pinterest.com"]:hover,
.education_soul_widget_social ul li a[href*="pinterest.com"]:focus {
background: #cb2027;
}
.education_soul_widget_social ul li a[href*="flickr.com"]:hover,
.education_soul_widget_social ul li a[href*="flickr.com"]:focus {
background: #ff0084;
}
.education_soul_widget_social ul li a[href*="vimeo.com"]:hover,
.education_soul_widget_social ul li a[href*="vimeo.com"]:focus {
background: #aad450;
}
.education_soul_widget_social ul li a[href*="youtube.com"]:hover,
.education_soul_widget_social ul li a[href*="youtube.com"]:focus {
background: #bb0000;
}
.education_soul_widget_social ul li a[href*="instagram.com"]:hover,
.education_soul_widget_social ul li a[href*="instagram.com"]:focus {
background: #517fa4;
}
.education_soul_widget_social ul li a[href*="dribbble.com"]:hover,
.education_soul_widget_social ul li a[href*="dribbble.com"]:focus {
background: #ea4c89;
}
.education_soul_widget_social ul li a[href*="skype.com"]:hover,
.education_soul_widget_social ul li a[href*="skype.com"]:focus {
background: #12a5f4;
}
.education_soul_widget_social ul li a[href*="digg.com"]:hover,
.education_soul_widget_social ul li a[href*="digg.com"]:focus {
background: #333;
}
.education_soul_widget_social ul li a[href*="codepen.io"]:hover,
.education_soul_widget_social ul li a[href*="codepen.io"]:focus {
background: #000;
}
.education_soul_widget_social ul li a[href*="reddit.com"]:hover,
.education_soul_widget_social ul li a[href*="reddit.com"]:focus {
background: #ff4500;
}
.education_soul_widget_social ul li a[href*="mailto:"]:hover,
.education_soul_widget_social ul li a[href*="mailto:"]:focus {
background: #1d62f0;
}
.education_soul_widget_social ul li a[href*="twitch.tv"]:hover,
.education_soul_widget_social ul li a[href*="twitch.tv"]:focus {
background: #6441a5;
}
.education_soul_widget_social ul li a[href*="foursquare.com"]:hover,
.education_soul_widget_social ul li a[href*="foursquare.com"]:focus {
background: #f94877;
}
.education_soul_widget_social ul li a[href*="stumbleupon.com"]:hover,
.education_soul_widget_social ul li a[href*="stumbleupon.com"]:focus {
background: #eb4924;
}
.education_soul_widget_social ul li a[href*="twitch.tv"]:hover,
.education_soul_widget_social ul li a[href*="twitch.tv"]:focus {
background: #6441a5;
}
.education_soul_widget_social ul li a[href*="tumblr.com"]:hover,
.education_soul_widget_social ul li a[href*="tumblr.com"]:focus {
background: #32506d;
}
.education_soul_widget_social ul li a[href*="soundcloud.com"]:hover,
.education_soul_widget_social ul li a[href*="soundcloud.com"]:focus {
background: #ff5500;
}
.education_soul_widget_social ul li a[href*="wordpress.org"]:hover,
.education_soul_widget_social ul li a[href*="wordpress.org"]:focus {
background: #45bbe6;
}
.education_soul_widget_social ul li a[href*="jsfiddle.net"]:hover,
.education_soul_widget_social ul li a[href*="jsfiddle.net"]:focus {
background: #4679bd;
}
.education_soul_widget_social ul li a[href*="tripadvisor.com"]:hover,
.education_soul_widget_social ul li a[href*="tripadvisor.com"]:focus {
background: #86c171;
}
.education_soul_widget_social ul li a[href*="foursquare.com"]:hover,
.education_soul_widget_social ul li a[href*="foursquare.com"]:focus {
background: #2d5be3;
}
.education_soul_widget_social ul li a[href*="angel.co"]:hover,
.education_soul_widget_social ul li a[href*="angel.co"]:focus {
background: #000;
}
.education_soul_widget_social ul li a[href*="slack.com"]:hover,
.education_soul_widget_social ul li a[href*="slack.com"]:focus {
background: #56b68b;
} #custom-header {
overflow: hidden;
position: relative;
clear: both;
}
#custom-header .wrapper {
clear: both;
position: relative;
z-index: 9;
}
#custom-header img {
width: 100%;
vertical-align: middle;
}
#custom-header article {
width: 100%;
}
#custom-header .header-image-caption {
bottom: 30%;
left: 15%;
max-width: 100%;
position: absolute;
right: 0;
white-space: normal;
width: 70%;
z-index: 9999;
}
#custom-header .header-image-caption.caption-alignment-center {
text-align: center;
}
#custom-header .header-image-caption.caption-alignment-center p {
margin: 0 auto;
}
#custom-header .header-image-caption.caption-alignment-right {
text-align: right;
}
#custom-header .header-image-caption.caption-alignment-right p {
margin: 0 auto;
}
#custom-header .header-image-caption.caption-alignment-right .header-image-buttons,
#custom-header .header-image-caption.caption-alignment-right p {
float: right;
}
#custom-header .header-image-caption.caption-alignment-right .header-image-buttons a {
margin-right: 0;
margin-left: 15px;
}
#custom-header h3 {
font-size: 75px;
line-height: 1.3;
margin-bottom: 10px;
font-weight: 700;
}
#custom-header h3,
#custom-header h3 a {
color: #ffffff;
text-shadow: 0 0 1px #000;
}
#custom-header p {
color: #fff;
font-size: 22px;
font-weight: 400;
margin-bottom: 5px;
max-width: 750px;
}
#custom-header article::before {
background: rgb(0, 0, 0);
content: "";
opacity: 0.5;
display: block;
position: absolute;
height: 100%;
top: 0;
z-index: 991;
width: 100%;
}
#custom-header .header-image-buttons a {
display: inline-block;
font-size: 17px;
line-height: 1.5;
margin: 8px 15px 0 0;
padding: 15px 50px;
}
#custom-header .header-image-buttons {
margin-top: 30px;
clear: both;
} #featured-slider {
overflow: hidden;
position: relative;
clear: both;
}
#main-slider {
clear: both;
position: relative;
z-index: 9;
}
#main-slider img {
width: 100%;
vertical-align: middle;
}
#main-slider article {
width: 100%;
display: none;
}
#main-slider article.first {
display: block;
}
#main-slider .cycle-slideshow {
margin-bottom: 0;
padding: 0;
}
#main-slider .cycle-caption {
bottom: 30%;
left: 15%;
max-width: 100%;
position: absolute;
right: 0;
white-space: normal;
width: 70%;
z-index: 9999;
}
#main-slider .cycle-caption.caption-alignment-center {
text-align: center;
}
#main-slider .cycle-caption.caption-alignment-center p {
margin: 0 auto;
}
#main-slider .cycle-caption.caption-alignment-right {
text-align: right;
}
#main-slider .cycle-caption.caption-alignment-right p {
margin: 0 auto;
}
#main-slider .cycle-caption.caption-alignment-right .slider-buttons,
#main-slider .cycle-caption.caption-alignment-right p {
float: right;
}
#main-slider .cycle-caption.caption-alignment-right .slider-buttons a {
margin-right: 0;
margin-left: 15px;
}
#main-slider h3 {
font-size: 75px;
line-height: 1.3;
margin-bottom: 10px;
font-weight: 700;
}
#main-slider h3 a {
color: #ffffff;
text-shadow: 0 0 1px #000;
}
#main-slider p {
color: #fff;
font-size: 22px;
font-weight: 400;
margin-bottom: 5px;
max-width: 750px;
}
#main-slider article::before {
background: rgb(0, 0, 0);
content: "";
opacity: 0.5;
display: block;
position: absolute;
height: 100%;
top: 0;
z-index: 991;
width: 100%;
}
#featured-slider .slider-overlay-disabled article:before {
display: none;
}
#featured-slider .slider-overlay-disabled .caption-wrap {
padding: 20px 45px 30px;
background: rgba(34, 34, 34, 0.16);
} #main-slider .cycle-pager {
bottom: 40px;
position: absolute;
z-index: 999;
width: auto;
text-align: right;
left: 15%;
}
#main-slider .pager-box {
background-color: #fff;
cursor: pointer;
display: inline-block;
float: none;
height: 15px;
margin: 0 6px;
width: 15px;
z-index: 99;
border-radius: 100%;
-webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition:    all 0.5s ease-in-out 0s;
-o-transition:      all 0.5s ease-in-out 0s;
-ms-transition:     all 0.5s ease-in-out 0s;
transition:         all 0.5s ease-in-out 0s;
}
#main-slider .pager-box.cycle-pager-active,
#main-slider .pager-box:hover,
#main-slider .pager-box:focus {
background: #aa0000;
height: 30px;
border-radius: 43px;
} #main-slider .cycle-prev,
#main-slider .cycle-next {
color: #ffffff;
cursor: pointer;
display: block;
font-weight: normal;
line-height: 0.7;
padding: 18px 25px;
text-align: center;
z-index: 999;
position: absolute;
top: 43%;
background: #00000085;
visibility: hidden;
-webkit-transition: all 0.5s ease-in-out 0.2s;
-moz-transition:    all 0.5s ease-in-out 0.2s;
-o-transition:      all 0.5s ease-in-out 0.2s;
-ms-transition:     all 0.5s ease-in-out 0.2s;
transition:         all 0.5s ease-in-out 0.2s;
border-radius: 100%;
}
#main-slider .cycle-prev:hover,
#main-slider .cycle-next:hover,
#main-slider .cycle-prev:focus,
#main-slider .cycle-next:focus {
background: #3770ab none repeat scroll 0 0;
color: #fff;
}
#main-slider .cycle-prev {
left: 0;
}
#main-slider .cycle-next {
right: 0;
}
#main-slider:hover .cycle-prev,
#main-slider:focus .cycle-prev {
left: 30px;
visibility: visible;
}
#main-slider:hover .cycle-next,
#main-slider:focus .cycle-next {
right: 30px;
visibility: visible;
}
#main-slider .cycle-prev i,
#main-slider .cycle-next i {
font-size: 23px;
}
#main-slider .slider-buttons a {
display: inline-block;
font-size: 17px;
line-height: 1.5;
margin: 8px 15px 0 0;
padding: 15px 50px;
}
#main-slider .slider-buttons {
margin-top: 30px;
} .page-template-tpl-full-width #primary {
width: 100%;
}
.page-template-tpl-builders #content .inner-wrapper {
margin: 0;
}
.page-template-tpl-frontpage div#content {
display: none;
}
#primary {
float: left;
padding-left: 15px;
padding-right: 15px;
width: 70%;
}
#content {
clear: both;
padding: 50px 0;
}
.home.home-content-not-enabled #content {
display: none;
} .sidebar {
width: 30%;
padding-left: 15px;
padding-right: 15px;
float: left;
}
#sidebar-primary {
float: right;
}
#sidebar-secondary {
float: left;
}
.widget-area .widget::after,
.widget-area .widget::before {
clear: both;
content: "";
display: table;
}
.sidebar .widget-title {
border-bottom: 3px double #e7ecef;
font-size: 21px;
font-weight: 500;
margin-bottom: 15px;
padding-bottom: 10px;
position: relative;
text-align: left;
}
.sidebar ul {
list-style: outside none none;
padding: 0;
margin: 0;
}
.sidebar ul ul {
border-bottom:none;
padding-bottom: 0;
}
.sidebar ul li {
padding-bottom: 5px;
padding-left: 15px;
padding-top: 5px;
position: relative;
}
.sidebar ul li:before {
color: #00448b;
left: 2px;
position: absolute;
top: 9px;
float: left;
}
.sidebar .widget a,
.sidebar .widget a:visited {
color: #001837;
}
.sidebar .widget a:hover,
.sidebar .widget a:focus,
.sidebar .widget a:active {
color: #179bd7;
}
.sidebar .widget {
background: #ffffff none repeat scroll 0 0;
box-shadow: 0 0 55px #f3f3f3;
padding: 20px;
} .widget_calendar {
text-align: center;
}
.widget_calendar caption {
background: #e4e4e4 none repeat scroll 0 0;
padding: 5px;
}
.calendar_wrap tr, .calendar_wrap td, .calendar_wrap tr, .calendar_wrap th {
padding: 3px;
font-size: 15px;
}
.widget_calendar .pad {
background: #eeeeee none repeat scroll 0 0;
}
.widget_calendar #today {
background: #179bd7 none repeat scroll 0 0;
color: #ffffff;
}
.widget .tagcloud a {
border: 1px solid #dddddd;
color: #001837;
display: inline-block;
font-size: 16px !important;
line-height: 1.5;
margin-bottom: 5px;
padding: 5px 15px;
}
.widget .tagcloud a:hover,
.widget .tagcloud a:focus {
border: 1px solid #179bd7;
color: #179bd7;
}
.widget_categories li > a,
.widget_archive li > a {
display: inline-block;
min-width: 85%;
}
.search-form .search-submit:focus {
box-shadow: inherit;
} .colophon-bottom.clear-fix {
background: #0f192f;
padding: 20px;
border-radius: 9px;
margin-top: 30px;
}
.colophon-bottom .colophon-column:first-child {
border: none;
padding-left: 0;
}
.colophon-bottom .colophon-column {
display: inline-block;
margin: 0 5px;
border-left: 1px solid;
padding-left: 15px;
}
#colophon {
background-color: #080f1e;
clear: both;
padding: 15px 0;
text-align: center;
}
#colophon a {
color:#ccc;
}
#colophon a:hover,
#colophon a:focus {
color: #fff;
}
#colophon .education_soul_widget_social li a:before {
line-height: 2.5;
}
#colophon .education_soul_widget_social li a {
height: 40px;
width: 40px;
}
#colophon .copyright {
margin-bottom: 5px;
}
#footer-widgets {
background: #080f1e none repeat scroll 0 0;
overflow: hidden;
padding: 65px 0 25px;
}
#footer-widgets ul {
list-style: none;
margin: 0;
padding: 0;
}
#footer-widgets ul li {
padding: 3px 15px 3px 13px;
position: relative;
}
#footer-widgets ul li::before {
color: rgba(255, 255, 255, 0.75);
left: 0;
position: absolute;
top: 9px;
}
#footer-widgets a .footer-widget-area {
float: left;
padding: 0 25px;
width: 25%;
}
#footer-widgets a,
#footer-widgets p {
color: rgba(255, 255, 255, 0.75);
}
#footer-widgets a:hover,
#footer-widgets a:focus {
color: #fff;
}
#footer-widgets .footer-active-1 {
width: 100%;
}
#footer-widgets .footer-active-2 {
width: 50%;
}
#footer-widgets .footer-active-3 {
width: 33.33%;
}
#footer-widgets .footer-active-4 {
width: 25%;
}
#footer-widgets .footer-widget-area {
float: left;
padding: 0 25px;
}
#footer-widgets .widget-title {
color: #fff;
font-size: 23px;
position: relative;
margin-bottom: 25px;
}
.widget_mc4wp_form_widget input[type="submit"] {
width: 100%;
}
.widget_mc4wp_form_widget input[type="email"] {
width: 100%;
display: block;
padding: 15px 20px;
border: 1px solid #222;
margin-top: 5px;
margin-bottom: 5px;
}
.widget_mc4wp_form_widget p {
margin: 0;
}
#footer-widgets .widget-title:after {
content: "";
display: block;
height: 2px;
background: #aa0000;
width: 38px;
margin-top: 10px;
margin-bottom: 10px;
} #colophon .footer-social {
margin: 5px 0;
}
#footer-navigation li {
display: inline-block;
list-style: outside none none;
}
#footer-navigation li a {
display: block;
padding: 0 15px;
border-left: 1px solid;
line-height: 1;
}
#footer-navigation li:first-child a {
border: none;
padding-left: 0;
}
#footer-navigation ul {
margin: 0;
}
#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h2,
#footer-widgets h4
#footer-widgets h5
#footer-widgets h6 {
color:#fff;
} .scrollup {
background-color: #ffffff;
bottom: 30px;
display: none;
float: right;
line-height: 1.2;
padding: 11px 17px;
position: fixed;
right: 20px;
text-align: center;
-webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition:    all 0.5s ease-in-out 0s;
-o-transition:      all 0.5s ease-in-out 0s;
-ms-transition:     all 0.5s ease-in-out 0s;
transition:         all 0.5s ease-in-out 0s;
z-index: 99;
box-shadow: 0 0 14px #ddd;
font-size: 18px;
color: #222;
}
.scrollup:hover,
.scrollup:active,
.scrollup:focus {
background-color: #002147;
color: #fff;
box-shadow: none;
} .global-layout-left-sidebar #primary {
float: right;
}
.three-columns-enabled #primary {
display: inline-block;
float: none;
width: 50%;
}
.global-layout-three-columns .sidebar {
float: right;
}
.three-columns-enabled .sidebar {
width: 25%;
}
.global-layout-no-sidebar #primary {
width: 100%;
}  #breadcrumb, #breadcrumb {
color: #000000;
padding: 18px 0;
width: 100%;
overflow: hidden;
background: #ffffff;
}
#breadcrumb .breadcrumb-trail li {
display: block;
float: left;
list-style: outside none none;
padding-right: 10px;
}
#breadcrumb .breadcrumb-trail li.trail-item.trail-end::after {
display: none;
}
#breadcrumb .breadcrumb-trail li:after {
margin-left: 20px;
}
#breadcrumb .breadcrumb-trail  .trail-items {
margin: 0;
padding: 0;
} section.error-404 {
text-align: center;
}
#quick-links-404 ul li {
display: inline-block;
list-style: outside none none;
}
#quick-links-404 ul li a {
color: #404040;
display: block;
padding: 5px 10px;
}
.error404 #primary {
width: 100%;
}
section.error-404 .search-form {
position: relative;
max-width: 320px;
margin: 0 auto;
} .wpcf7-form {
max-width: 875px;
}
div.wpcf7 {
margin: 0 auto;
padding: 0;
}
.wpcf7 input {
width: 100%;
}
.wpcf7 input.wpcf7-submit {
width: auto;
}
.wpcf7-form-control-wrap {
margin-top: 5px;
display: block;
}  .global-layout-three-columns-pcs #sidebar-primary,
.global-layout-three-columns-cps #sidebar-primary,
.global-layout-three-columns-psc #sidebar-primary {
float: left;
}
.global-layout-three-columns-pcs #sidebar-secondary,
.global-layout-three-columns-cps #sidebar-secondary {
float: right;
}
.global-layout-three-columns-cps #primary {
float: left;
} .global-layout-three-columns-pcs-equal #primary,
.global-layout-three-columns-pcs-equal #sidebar-primary,
.global-layout-three-columns-pcs-equal #sidebar-secondary,
.global-layout-three-columns-scp-equal #primary,
.global-layout-three-columns-scp-equal #sidebar-primary,
.global-layout-three-columns-scp-equal #sidebar-secondary {
width: 33.33%;
}
.global-layout-three-columns-pcs-equal #sidebar-primary {
float: left;
}
.global-layout-three-columns-pcs-equal #sidebar-secondary {
float: right;
} #front-page-home-sections {
background: #fbfbfb;
}
#front-page-home-sections > div::after,
#education-soul-front-page-widgets::after {
clear: both;
content: "";
display: table;
}
#front-page-home-sections > div,
#education-soul-front-page-widgets {
clear: both;
}
#front-page-home-sections .section-title,
#education-soul-front-page-widgets .widget-title {
color: #00387d;
display: inline-block;
font-size: 32px;
line-height: 1.5;
}
#front-page-home-sections .section-title:after,
#education-soul-front-page-widgets .widget-title:after {
content: "";
display: block;
height: 3px;
background: #aa0000;
width: 75px;
margin-top: 10px;
margin-bottom: 10px;
}
#front-page-home-sections .home-section-portfolio .section-title,
#front-page-home-sections .home-section-testimonials .section-title {
color: #fff;
}
#education-soul-front-page-widgets {
background-color: rgb(247, 252, 254);
}
#front-page-home-sections img:hover,
#front-page-home-sections img:focus {
opacity: 0.8;
} .home-section-services .services-item {
display: inline-block;
float: left;
overflow: hidden;
padding: 15px;
position: relative;
text-align: center;
}
.home-section-services .services-col-3 .services-item {
width: 33.33%;
}
.home-section-services .services-col-4 .services-item h3 {
font-size: 19px;
}
.home-section-services .services-col-4 .services-item{
width: 25%;
}
.home-section-services .services-col-3 .services-item:nth-child(3n+1) {
clear: both;
}
.home-section-services .services-col-4 .services-item:nth-child(4n+1) {
clear: both;
}
.home-section-services .services-item img {
width: 100%;
vertical-align: middle;
}
.home-section-services .services-item > a {
display: block;
position: relative;
z-index: 99;
}
.home-section-services .services-item h3 {
color: #ffffff;
display: block;
padding: 40px 15px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
margin: 0;
position: absolute;
bottom: 0;
z-index: 9;
width: 100%;
font-size: 25px;
}
.home-section-services .services-item-inner {
position: relative;
}
.home-section-services .services-item-inner h3 a,
.home-section-services .services-item-inner h3 a:visited {
color: #fff;
display: block;
height: 100%;
width: 100%;
}
.home-section-services .services-item-inner h3 a:active,
.home-section-services .services-item-inner h3 a:hover,
.home-section-services .services-item-inner h3 a:focus {
color: #aa0000;
} .home-section-latest-news .latest-news-text-wrap {
padding: 20px 10px;
}
.home-section-latest-news .latest-news-inner-wrapper {
background: #ffffff none repeat scroll 0 0;
box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
clear: both;
overflow: hidden;
}
.home-section-latest-news .latest-news-item {
float: left;
padding: 15px;
margin-bottom: 0;
}
.home-section-latest-news .latest-news-text-wrap {
padding: 40px;
}
.home-section-latest-news .latest-news-col-3 .latest-news-item:nth-child(3n+1) {
clear: both;
}
.home-section-latest-news .latest-news-col-4 .latest-news-item:nth-child(4n+1) {
clear: both;
}
.home-section-latest-news .latest-news-item img {
margin-bottom: 0;
}
.home-section-latest-news .latest-news-wrapper {
position: relative;
-webkit-transition: all 0.5s ease 0s;
-moz-transition:    all 0.5s ease 0s;
-o-transition:      all 0.5s ease 0s;
-ms-transition:     all 0.5s ease 0s;
transition:         all 0.5s ease 0s;
border-bottom: 5px solid transparent;
}
.home-section-latest-news  .latest-news-thumb {
overflow: hidden;
position: relative;
}
.home-section-latest-news .latest-news-title a {
color: #253b80;
display: block;
}
.home-section-latest-news .latest-news-layout-2 .latest-news-text-wrap {
padding: 42px 60px;
width: 60%;
float: left;
position: relative;
}
.home-section-latest-news .latest-news-layout-2 .latest-news-thumb img {
width: 100%;
}
.home-section-latest-news .latest-news-layout-2 .latest-news-thumb:before {
content: "";
position: absolute;
border-right: 35px solid #ffffff;
border-top: 35px solid transparent;
right: 0;
z-index: 9;
display: block;
height: 15px;
border-bottom: 35px solid transparent;
top: 40%;
}
.home-section-latest-news .latest-news-layout-2 .latest-news-thumb {
overflow: hidden;
position: relative;
float: left;
width: 40%;
}
.home-section-latest-news .latest-news-wrapper.latest-news-layout-2 .latest-news-item {
width: 100%;
clear: inherit;
margin: 15px auto;
float: none;
}
.home-section-latest-news .latest-news-layout-2 .latest-news-title {
font-weight: 600;
margin-bottom: 8px;
font-size: 25px;
}
.home-section-latest-news .latest-news-item img {
vertical-align: middle;
}
.home-section-latest-news .latest-news-col-3 .latest-news-item {
width: 33.33%;
}
.home-section-latest-news .latest-news-col-4 .latest-news-item {
width: 25%;
}
.home-section-latest-news .latest-news-col-2 .latest-news-item {
width: 50%;
}
.home-section-latest-news .latest-news-col-1 .latest-news-item {
width: 100%;
} #footer-widgets .home-section-latest-news  .latest-news-item,
.sidebar .home-section-latest-news .latest-news-item{
margin-bottom: 15px;
width: 100%;
} .home-section-call-to-action {
background: #002147 none repeat scroll 0 0;
text-align: center;
position: relative;
z-index: 1;
background-size: cover;
}
.home-section-call-to-action::before {
background: #002147 none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
opacity: 0.7;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.home-section-call-to-action .cta-content {
max-width: 80%;
margin: 0 auto 20px;
}
.cta-buttons .cta-btn {
margin: 10px;
padding: 15px 40px;
}
#front-page-home-sections .home-section-call-to-action .section-title {
margin-bottom: 15px;
border: none;
padding: 0;
color: #fff;
font-size: 46px;
}
#front-page-home-sections .home-section-call-to-action .section-title:after {
display: none;
}
#front-page-home-sections .home-section-call-to-action p {
color: #fff;
}
#front-page-home-sections  .home-section-call-to-action p {
margin: 0;
}
#front-page-home-sections .home-section {
padding: 80px 0;
} #footer-widgets .education_soul_widget_recent_posts .recent-posts-item {
margin: 0;
}
.education_soul_widget_recent_posts .recent-posts-title {
font-size: 16px;
line-height: 1.4;
margin-bottom: 5px;
}
.education_soul_widget_recent_posts .recent-posts-title a {
color: #222;
}
.education_soul_widget_recent_posts .recent-posts-item {
clear: both;
margin-top: 30px;
}
.education_soul_widget_recent_posts .recent-posts-item::after {
clear: both;
content: "";
display: table;
}
.education_soul_widget_recent_posts .recent-posts-date:before {
height: 15px;
margin-right: 8px;
} .home-section-team .team-item {
float: left;
padding: 15px;
text-align: center;
position: relative;
overflow: hidden;
width: 25%;
}
.home-section-team .team-item img {
-webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition:    all 0.5s ease-in-out 0s;
-o-transition:      all 0.5s ease-in-out 0s;
-ms-transition:     all 0.5s ease-in-out 0s;
transition:         all 0.5s ease-in-out 0s;
width: 100%;
}
.team-item-inner {
box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
}
.home-section-team .team-item .team-thumb a {
display: block;
background-color: #fff;
}
.home-section-team .team-item .team-thumb {
overflow: hidden;
position: relative;
}
.home-section-team .thumb-summary-wrap {
position: relative;
}
.home-section-team .position {
display: block;
font-size: 14px;
margin-top: 7px;
}
.home-section-team .team-meta span {
display: block;
text-align: left;
}
.home-section-team .team-meta span:before {
margin-right: 10px;
}
.home-section-team .team-title {
margin: 0;
padding: 15px;
position: relative;
font-size: 20px;
}
.home-section-team .team-title:before {
content: "";
position: absolute;
border-bottom: 15px solid #ffffff;
border-left: 20px solid transparent;
left: 40%;
z-index: 9;
display: block;
height: 15px;
border-right: 20px solid transparent;
top: -20px;
}
.home-section-team .team-text-wrap {
background: #ffffff none repeat scroll 0 0;
border-radius: 0;
color: #ffffff;
display: block;
left: 0;
padding: 5px 10px;
}
.home-section-team .team-title a {
color: #00387d;
}
.home-section-team .team-title a:hover,
.home-section-team .team-title a:focus {
color: #001837;
}
.home-section-team  .teams-col-1 .team-item {
width: 100%;
}
.home-section-team  .teams-col-2 .team-item {
width: 50%;
}
.home-section-team  .teams-col-3 .team-item {
width: 33.33%;
}
.home-section-team  .teams-col-4 .team-item {
width: 25%;
}
.sidebar .home-section-team  .team-item,
#footer-widgets .home-section-team  .team-item {
width: 100%;
}
#education-soul-front-page-widgets .home-section-team {
background: #f9f9f9 none repeat scroll 0 0;
} #education-soul-front-page-widgets .education_soul_widget_featured_page .container {
width: 1349px;
padding: 0;
max-width: 100%;
}
#education-soul-front-page-widgets .featured-page-widget img.alignleft {
margin-right: 60px;
vertical-align: middle;
margin-bottom: 0;
max-width: 50%;
}
#education-soul-front-page-widgets .featured-page-widget img.alignright {
margin-left: 60px;
vertical-align: middle;
margin-bottom: 0;
max-width: 50%;
}
#education-soul-front-page-widgets .fetured-page-content {
padding: 50px;
}
#education-soul-front-page-widgets .featured-page-widget.entry-content {
margin: 0;
background: #fff;
}
#education-soul-front-page-widgets .education_soul_widget_featured_page {
padding: 0;
} .education-soul-carousel .slick-slide:focus,
.education-soul-carousel .slick-slide.slick-active{
outline: none!important;
}
.education-soul-carousel .slick-list {
text-align: left;
} .education-soul-carousel .slick-dots {
text-align: center;
-webkit-transition: all 1s ease-in-out 0s;
-moz-transition:    all 1s ease-in-out 0s;
-o-transition:      all 1s ease-in-out 0s;
-ms-transition:     all 1s ease-in-out 0s;
transition:         all 1s ease-in-out 0s;
width: 100%;
z-index: 999;
}
.education-soul-carousel .slick-dots span {
background-color: #686868;
cursor: pointer;
display: inline-block;
float: none;
height: 15px;
margin: 5px 5px;
width: 15px;
z-index: 99;
}
.education-soul-carousel .slick-dots li.slick-active span {
background-color: #219fcd;
}
.education-soul-carousel .slick-dots li {
display: inline-block;
line-height: 0;
list-style: inherit;
padding: 0;
}
.education-soul-carousel .slick-dots li button {
border-radius: 100%;
height: 10px;
width: 10px;
padding: 0;
margin: 5px;
text-indent: 999px;
overflow: hidden;
background: #717171;
}
.education-soul-carousel .slick-dots li.slick-active button,
.education-soul-carousel .slick-dots li button:hover,
.education-soul-carousel .slick-dots li button:focus {
background: #2761d8;
}
.education-soul-carousel .slick-dots li.slick-active button {
width: 30px;
border-radius: 8px;
}
.education-soul-carousel .slick-dots {
margin-top: 15px;
margin-bottom: 0;
}
.education-soul-carousel .slick-dots li::before {
display: none;
}
.education-soul-carousel  .testimonial-item.slick-slide > h4 {
display: block;
float: none;
font-style: italic;
margin-right: 30px;
text-align: center;
} .education-soul-carousel .left-arrow.slick-arrow,
.education-soul-carousel .right-arrow.slick-arrow {
color: #000;
cursor: pointer;
display: block;
font-weight: normal;
line-height: 0.8;
padding-top: 5px;
position: absolute;
text-align: center;
top: 45%;
z-index: 9;
font-size: 17px;
padding: 16px 20px;
background: #ffffff;
box-shadow: 0 0 40px #2422222b;
border-radius: 100%;
}
.education-soul-carousel .left-arrow.slick-arrow:hover,
.education-soul-carousel .right-arrow.slick-arrow:hover,
.education-soul-carousel .left-arrow.slick-arrow:focus,
.education-soul-carousel .right-arrow.slick-arrow:focus {
background: #080808;
color: #fff;
}
.education-soul-carousel .left-arrow.slick-arrow {
left: -5px;
}
.education-soul-carousel .right-arrow.slick-arrow {
right: -5px;
} .home-section-featured-blocks .featured-block-item {
float: left;
padding: 15px;
}
.home-section-featured-blocks .featured-blocks-column-1 .featured-block-item{
width: 100%;
}
.home-section-featured-blocks .featured-blocks-column-2 .featured-block-item{
width: 50%;
}
.home-section-featured-blocks .featured-blocks-column-3 .featured-block-item{
width: 33.33%;
}
.home-section-featured-blocks a.featured-block-thumb {
margin-bottom: 0;
display: block;
}
.featured-block-content {
padding: 45px;
}
.featured-block-inner {
background: #fff;
}
.home-section-featured-blocks .featured-blocks-column-4 .featured-block-item{
width: 25%;
}
#front-page-home-sections .home-section-featured-blocks h2.section-title {
color: #fff;
}
.home-section-featured-blocks {
background: #002147 none repeat scroll 0 0;
float: left;
width: 100%;
}
.home-section-featured-blocks p {
font-weight: 500;
margin-bottom: 20px;
}
.home-section-featured-blocks .block-title {
margin-bottom: 20px;
}
.home-section-featured-blocks .block-title a:after {
content: "";
display: block;
height: 1px;
background: #aa0000;
width: 60px;
position: absolute;
left: 0;
bottom: -6px;
} .education_soul_widget_quick_contact .contact-info-wrapper::before {
margin-right: 5px;
text-align: center;
padding: 2px 5px;
color: #ffffff;
border-radius: 100%;
}
.education_soul_widget_quick_contact .contact-info-wrapper {
margin-bottom: 10px;
position: relative;
}
.education_soul_widget_quick_contact .education_soul_widget_quick_contact strong.contact-type {
border-bottom: 1px solid rgba(238, 179, 19, 0.56);
}
.education_soul_widget_quick_contact strong.contact-type {
border-bottom: 1px solid #aa0000;
color: #fff;
margin-right: 10px;
} .home-section-news-and-events .block-meta span {
margin-right: 15px;
}
.home-section-news-and-events h2 {
color: #253b80;
font-size: 20px;
margin-bottom: 25px;
font-weight: 500;
}
.home-section-news-and-events h3 {
margin-bottom: 10px;
font-size: 21px;
line-height: 1.5;
}
.home-section-news-and-events .recent-events h3 {
font-size: 17px;
}
.home-section-news-and-events .recent-news {
float: left;
padding: 0 15px;
width: 65%;
}
.home-section-news-and-events .recent-events {
padding: 0 15px;
width: 35%;
float: right;
}
.home-section-news-and-events .news-post {
float: left;
padding: 0 15px;
width: 50%;
}
.home-section-news-and-events .news-post:last-child {
border: medium none;
}
.home-section-news-and-events .recent-events img {
max-width: 125px;
}
.event-post .entry-meta {
margin: 0;
}
.home-section-news-and-events p {
margin: 0;
}
.news-post-inner {
box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
}
.home-section-news-and-events .event-post {
background: #fff none repeat scroll 0 0;
clear: both;
margin-bottom: 15px;
padding: 20px;
float: left;
width: 100%;
box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
}
.home-section-news-and-events .event-post:first-child {
margin-top: 0;
}
.home-section-news-and-events .news-content {
padding: 40px;
background: #fff;
}
.home-section-news-and-events .news-post img{
margin-bottom: 0;
}
.home-section-news-and-events .custom-entry-date {
float: left;
margin-right: 15px;
margin-bottom: 0;
}
.home-section-news-and-events .custom-entry-date span.entry-month {
background: #253b80 none repeat scroll 0 0;
color: #ffffff;
font-size: 14px;
font-weight: bold;
line-height: 12px;
padding: 8px 22px;
text-transform: uppercase;
width: 73px;
}
.home-section-news-and-events .custom-entry-date span.entry-day {
font-size: 38px;
font-weight: bold;
line-height: 26px;
overflow: hidden;
padding: 12px 0 22px;
background: #179bd7;
font-weight: bold;
color: #fff;
overflow: hidden;
width: 73px;
text-shadow:#505ba0 1px 1px,   #505ba0 2px 2px,   #505ba0 3px 3px,
#505ba0 4px 4px,   #505ba0 5px 5px,   #505ba0 6px 6px,
#505ba0 7px 7px,   #505ba0 8px 8px,   #505ba0 9px 9px,
#505ba0 10px 10px, #505ba0 11px 11px, #505ba0 12px 12px,
#505ba0 13px 13px, #505ba0 14px 14px, #505ba0 15px 15px,
#505ba0 16px 16px, #505ba0 17px 17px, #505ba0 18px 18px,
#505ba0 19px 19px, #505ba0 20px 20px, #505ba0 21px 21px,
#505ba0 22px 22px, #505ba0 23px 23px, #505ba0 24px 24px,
#505ba0 25px 25px, #505ba0 26px 26px, #505ba0 27px 27px,
#505ba0 28px 28px, #505ba0 29px 29px, #505ba0 30px 30px,
#505ba0 31px 31px, #505ba0 32px 32px, #505ba0 33px 33px,
#505ba0 34px 34px, #505ba0 35px 35px, #505ba0 36px 36px,
#505ba0 37px 37px, #505ba0 38px 38px, #505ba0 39px 39px,
#505ba0 40px 40px, #505ba0 41px 41px, #505ba0 42px 42px,
#505ba0 43px 43px, #505ba0 44px 44px, #505ba0 45px 45px,
#505ba0 46px 46px, #505ba0 47px 47px, #505ba0 48px 48px,
#505ba0 49px 49px, #505ba0 50px 50px, #505ba0 51px 51px,
#505ba0 52px 52px, #505ba0 53px 53px, #505ba0 54px 54px,
#505ba0 55px 55px, #505ba0 56px 56px, #505ba0 57px 57px,
#505ba0 58px 58px;
}
.home-section-news-and-events .custom-entry-date > span {
display: block;
text-align: center;
} .home-section-testimonials {
background-attachment: fixed;
background-color: #4a4a4a;
background-size: cover;
position: relative;
z-index: 99;
position: relative;
}
.testimonials-item {
float: left;
padding: 15px;
width: 50%;
}
.testimonials-item-inner {
background: #fff;
text-align: center;
}
.testimonial-main-wrap {
padding: 70px 30px 45px;
background: #efefef;
text-align: center;
}
.testimonial-rating {
color: #aa0000;
font-size: 13px;
}
.testimonial-main-wrap h3 {
margin-bottom: 5px;
font-size: 20px;
}
.testimonials-content-area {
padding: 60px;
}
.home-section-testimonials::before {
background: #002147 none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
opacity: 0.8;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.home-section-testimonials .testimonials-thumb img {
border: 6px solid #ffffff;
border-radius: 100%;
position: relative;
top: -115px;
opacity: 1;
}
.home-section-testimonials .testimonials-thumb {
margin-bottom: 25px;
margin: 0 auto -100px;
max-width: 100px;
display: block;
}
.home-section-testimonials .testimonials-content-area p::before {
color: #aa0000;
margin-top: -10px;
margin-right: 20px;
}
.home-section-testimonials .testimonials-content-area  p {
font-size: 17px;
font-style: italic;
margin-bottom: 30px;
position: relative;
margin: 0;
}
.home-section-testimonials .cycle-pager {
bottom: -25px;
position: absolute;
right: 0;
text-align: center;
width: 100%;
}
.home-section-testimonials .cycle-pager span {
cursor: pointer;
font-size: 40px;
line-height: 1;
}
.home-section-testimonials .cycle-pager span.cycle-pager-active,
.home-section-testimonials .cycle-pager span:hover,
.home-section-testimonials .cycle-pager span:focus {
color: #179bd7
}
.home-section-testimonials .testimonials-item-inner > h3 {
font-size: 18px;
font-style: italic;
text-align: center;
} .education_soul_widget_products_grid .education-soul-woocommerce-product-grid-4 ul.products li.product {
margin: 0 1.5% 30px;
width: 22%;
}
.education_soul_widget_products_grid .education-soul-woocommerce-product-grid-3 ul.products li.product {
width: 30.3%;
margin: 0 1.5% 30px;
}
.education-soul-woocommerce ul {
margin: 0;
}
.education_soul_widget_products_grid .education-soul-woocommerce {
margin: 0 -15px;
}
#education-soul-front-page-widgets .education_soul_widget_products_grid {
padding-bottom: 0;
} .education-soul-woocommerce .slick-prev {
left: 0;
z-index: 999;
}
.education-soul-woocommerce .slick-next {
right: 0;
z-index: 999;
}
.education-soul-woocommerce .slick-arrow {
bottom: 50%;
position: absolute;
}
.education-soul-woocommerce .slick-arrow i {
background: #4fc3dd none repeat scroll 0 0;
color: #fff;
cursor: pointer;
font-size: 30px;
height: 40px;
line-height: 1.3;
position: relative;
text-align: center;
width: 40px;
}
.education-soul-woocommerce ul.products li.product a img {
box-shadow: none;
display: block;
height: auto;
margin: 0 0 1em;
width: 100%;
}
.education-soul-woocommerce .quantity .qty {
height: 36px;
text-align: center;
width: 3.631em;
}
.education-soul-woocommerce  ul.products li.product,
.education-soul-woocommerce -page ul.products li.product {
background: #ffffff none repeat scroll 0 0;
float: left;
list-style-type: none;
overflow: hidden;
position: relative;
text-align: center;
margin: 0 15px;
}
.education-soul-woocommerce  ul.products li.product .price del {
color: inherit;
display: inline-block;
}
.education-soul-woocommerce span.onsale {
background-color: #ff6000;
color: #ffffff;
position: absolute;
z-index: 99;
}
.education-soul-woocommerce  #review_form #respond p.stars {
margin: 10px 0;
padding: 0;
}
.education-soul-woocommerce  ul.products li.product .price ins {
font-weight: 700;
}
.education-soul-woocommerce  ul.products li.product .onsale::after{
content : '';
width : 0px;
height: 0px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
position: absolute;
top: 25px;
right: 2px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.education-soul-woocommerce  ul.products li.product .onsale {
border-radius: 0;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
font-size: 14px;
font-weight: 400;
height: 60px;
line-height: 8px;
margin: 0;
min-height: 20px;
padding: 40px 0 0;
right: -40px;
text-align: center;
text-shadow: none;
text-transform: uppercase;
top: -12px;
transform: rotate(51deg);
width: 95px;
font-weight: bold;
}
.education-soul-woocommerce  ul.products li.product h3 {
font-size: 16px;
font-weight: normal;
letter-spacing: 1px;
margin-bottom: 7px;
width: 100%;
}
.education-soul-woocommerce.education-soul-woocommerce-product-grid-3 ul.products li.product .button {
left: 32%;
}
.education-soul-woocommerce ul.products li.product .button {
font-size: 15px;
left: 21%;
position: absolute;
text-align: center;
top: 35%;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition:    all 0.4s ease-in-out 0s;
-o-transition:      all 0.4s ease-in-out 0s;
-ms-transition:     all 0.4s ease-in-out 0s;
transition:         all 0.4s ease-in-out 0s;
visibility: hidden;
width: auto;
opacity: 0;
border:none;
text-transform: capitalize;
}
.education-soul-woocommerce ul.products li.product .button:hover,
.education-soul-woocommerce ul.products li.product .button:focus {
color:#fff;
}
.education-soul-woocommerce ul.products li.product:hover .button,
.education-soul-woocommerce ul.products li.product:focus .button {
visibility:visible;
opacity: 1;
top: 40%;
}
.education-soul-woocommerce .star-rating {
float: right;
font-family: star;
font-size: 1em;
height: 1em;
line-height: 1;
overflow: hidden;
position: relative;
width: 5.4em;
}
.education-soul-woocommerce .star-rating::before {
color: #d3ced2;
content: "sssss";
float: left;
left: 0;
position: absolute;
top: 0;
}
.education-soul-woocommerce .star-rating span {
float: left;
left: 0;
overflow: hidden;
padding-top: 1.5em;
position: absolute;
top: 0;
}
.education-soul-woocommerce .star-rating span::before {
color: #ffd353;
content: "SSSSS";
left: 0;
position: absolute;
top: 0;
}
.education-soul-woocommerce  .woocommerce-product-rating {
display: block;
line-height: 2;
}
.education-soul-woocommerce  .woocommerce-product-rating::after,
.education-soul-woocommerce  .woocommerce-product-rating::before {
content: " ";
display: table;
}
.education-soul-woocommerce  .woocommerce-product-rating .star-rating {
float: left;
margin: 0.5em 4px 0 0;
}
.education-soul-woocommerce  .products .star-rating {
display: block;
float: none;
left: 25px;
position: absolute;
top: 62%;
}
.education-soul-woocommerce  .hreview-aggregate .star-rating {
margin: 10px 0 0;
}
.education-soul-woocommerce  ul.products li.product .price {
color: #77a464;
display: block;
font-size: 16px;
font-weight: 400;
margin-bottom: 15px;
}
.education-soul-woocommerce  ul.products li.product .star-rating {
font-size: 16px;
}
.education-soul-woocommerce a.button:after {
margin-left: 10px;
} .woocommerce ul.products li.product mark,
.woocommerce ul.products li.product ins,
.woocommerce ul.products li.product mark,
.woocommerce ul.products li.product ins{
background: #fa6f6f none repeat scroll 0 0;
border-radius: 14px;
color: #ffffff;
font-weight: normal;
margin: 0 5px;
padding: 0 13px;
text-decoration: none;
}
.woocommerce ul.products li.product h3 {
font-size: 18px;
font-weight: normal;
padding: 0 0 0.5em;
}
.woocommerce .quantity .qty {
height: 36px;
text-align: center;
width: 3.631em;
}
.woocommerce div.product .button {
vertical-align: middle;
float: left;
font-weight: normal;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 24%;
margin: 0 0.5% 13px;
padding: 0 0 5px;
text-align: center;
float: left;
list-style-type: none;
position: relative;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
background: #fff;
overflow: hidden;
}
.woocommerce ul.products li.product .button {
border: medium none;
border-radius: 0;
box-shadow: none;
clear: both;
display: block;
float: none;
font-size: 15px;
font-weight: normal;
line-height: 1.5;
margin: 14px auto 14px;
max-width: 134px;
padding: 5px 10px;
text-align: center;
width: auto;
font-size: 15px;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition:    all 0.4s ease-in-out 0s;
-o-transition:      all 0.4s ease-in-out 0s;
-ms-transition:     all 0.4s ease-in-out 0s;
transition:         all 0.4s ease-in-out 0s;
text-transform: capitalize;
}
.woocommerce ul.products li.product .button::after {
margin-left: 10px;
}
.woocommerce ul.products li.product .price del {
color: inherit;
display: inline-block;
}
.woocommerce span.onsale {
background-color: #fa6f6f;
}
.woocommerce ul.products li.product .star-rating {
font-size: 0.857em;
left: 20px;
position: absolute;
top: 10px;
}
.woocommerce #review_form #respond p.stars {
margin: 10px 0;
padding: 0;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
background: none repeat scroll 0 0 #ffffff;
padding: 5px;
border: 1px solid #ddd;
}
.images .thumbnails a {
border: 1px solid #ddd;
clear: both;
}
#reviews .comment-form {
margin: 0;
}
.woocommerce ul.products li.product a {
text-align: center;
text-decoration: none;
} .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
background: #179bd7;
box-shadow: inherit;
border-radius: 0;
color: #fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
background-color: #ff6000;
box-shadow: none;
color: #fff;
border: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
background-color: #fff;
padding: 15px;
border-top:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border-radius: 0;
float: left;
margin: 0 2px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
border-radius: 17px;
height: 33px;
margin-top: 1px;
padding-left: 15px;
width: auto;
}
.woocommerce input#billing_phone {
padding: 5px;
border: 1px solid #ddd;
}
.woocommerce .select2-container .select2-choice {
border: 1px solid #ddd;
border-radius: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
padding: 6px 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
border: 1px solid #ddd;
border-top:2px solid #ddd;
}
.woocommerce-checkout #payment ul.payment_methods li {
list-style: outside none none;
}
.woocommerce-checkout #payment,
.woocommerce table {
background: none repeat scroll 0 0 #ffffff;
}
.woocommerce table.shop_table {
border: medium none;
}
.woocommerce table.shop_table {
border-collapse: collapse;
}
.woocommerce caption,
.woocommerce th,
.woocommerce td {
font-weight: 400;
padding: 5px;
text-align: center;
}
.woocommerce table.shop_table th {
font-weight: normal;
padding: 6px 12px;
}
.woocommerce table.shop_table td {
padding: 5px;
text-align: center;
}
.woocommerce a.remove {
background: #ff6000 none repeat scroll 0 0;
color: #ffffff!important;
margin: 0 auto;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
display: block;
font-size: 16px;
font-weight: normal;
margin-bottom: 1em;
padding: 10px 20px;
text-align: center;
}
.woocommerce div.product .product_title {
clear: none;
font-size: 28px;
margin: 0 0 5px;
padding: 0 0 10px;
}
.page-numbers {
background: none repeat scroll 0 0 #ffffff;
}
.woocommerce nav.woocommerce-pagination {
margin-bottom: 30px;
text-align: center;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
margin-top: 0;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 15px;
}
.woocommerce ul.products li.product .onsale{
border-radius: 0;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
font-size: 14px;
font-weight: 400;
height: 60px;
line-height: 8px;
margin: 0;
min-height: 20px;
padding: 40px 0 0;
right: -40px;
text-align: center;
text-shadow: none;
text-transform: uppercase;
top: -12px;
transform: rotate(51deg);
width: 95px;
font-weight: bold;
}
.cart button.single_add_to_cart_button {
margin-left: 15px;
}
.woocommerce .actions  p {
margin: 0;
}
.woocommerce table.shop_table.cart thead {
background: #179bd7 none repeat scroll 0 0;
color: #ffffff;
}
.woocommerce .checkout h3 {
font-size: 20px;
}
.woocommerce #ship-to-different-address .checkbox + br {
display: none;
}
.woocommerce .checkout-button.button.alt.wc-forward {
display: inline-block;
width: auto;
}
.woocommerce .authorbox {
background: #ffffff none repeat scroll 0 0;
margin-top: 20px;
overflow: hidden;
padding: 15px;
}
.woocommerce .authorbox img {
border-radius: 100%;
}
.woocommerce .authorbox .author-avatar {
float: left;
margin: 5px 15px 10px 0;
}
.woocommerce .authorbox.no-author-avatar .author-info {
margin-left: 0;
}
.woocommerce .authorbox .author-bio-posts-content {
margin-top: 10px;
}
.woocommerce .authorbox .author-bio-posts-content p {
margin: 0;
}
.woocommerce .authorbox .author-bio-posts-content ul {
list-style-position: inside;
margin: 0;
}
.woocommerce ul.products li.product .price {
font-size: 16px;
} .woocommerce #review_form_wrapper #commentform {
margin: 0 -15px;
}
.woocommerce p.comment-form-rating {
clear: both;
}
.woocommerce #review_form #respond p {
margin: 0 0 10px;
padding: 10px 15px;
}
.woocommerce .star-rating span::before {
color: #ffd353;
}
.woocommerce ul.products li.product .star-rating {
font-size: 16px;
} .authorbox {
background: #ffffff none repeat scroll 0 0;
margin-top: 35px;
overflow: hidden;
padding: 20px;
}
.authorbox img {
border-radius: 100%;
}
.authorbox .author-avatar {
float: left;
margin: 5px 15px 10px 0;
}
.authorbox.no-author-avatar .author-info {
margin-left: 0;
}
.authorbox .author-bio-posts-content {
margin-top: 10px;
}
.authorbox .author-bio-posts-content p {
margin: 0;
} [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
font-style: italic;
margin-bottom: 1.5em;
text-align: left;
}
hr.wp-block-separator {
background: none;
border-bottom-width: 1px;
}
.wp-block-gallery {
margin: 0;
margin-bottom: 15px;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignnone,
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignright {
display: flex;
}
.wp-block-gallery figcaption {
font-style: italic;
}
p.has-drop-cap:not(:focus)::first-letter {
font-size: 5em;
margin-top: 0.075em;
}
.wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
}
.wp-block-audio audio {
display: block;
width: 100%;
}
.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
}
.wp-block-pullquote blockquote {
margin: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
blockquote {
border-left: 5px solid #179bd7;
}
.wp-block-pullquote.is-style-solid-color blockquote {
border: none;
background: #179bd7;
padding: 30px;
color: #fff;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
color: #fff;
}
blockquote:before {
display: none;
}
blockquote {
margin: 0 0 15px 0;
position: relative;
padding-left: 20px;
}
.entry-content ul.wp-block-gallery {
margin-left: 0;
padding-left: 0;
}
.entry-content ul,.entry-content ol {
padding-left: 20px;
margin-left: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
text-transform: none;
font-style: normal;
font-size: 18px;
color: #000;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
clear: both;
}  @media only screen and (max-width:1300px) {
.top-news {
float: left;
width: 40%;
}
#quick-contact {
width: 60%;
float: right;
text-align: right;
}
#header-social {
float: none;
clear: both;
width: 100%;
text-align: center;
margin-bottom: 5px;
}
#news-ticker {
width: 187px;
}
.container {
width: 97%;
}
a.custom-button.button-secondary.header-link-button {
margin-left: 5px;
padding: 6px 11px;
font-size: 13px;
}
.menu-toggle {
padding: 6px 11px;
}
a.custom-logo-link {
float: left;
margin-right: 15px;
max-width: 190px;
}
.header-search-box > a,
.header-search-box > a:visited {
padding: 6px 8px;
font-size: 13px;
margin-left: 5px;
width: 34px;
}
#main-slider h3,
#custom-header h3 {
font-size: 51px;
}
#main-slider p,
#custom-header p {
font-size: 18px;
}
.home-section-latest-news .latest-news-layout-2 .latest-news-text-wrap {
padding: 23px 35px;
width: 60%;
float: left;
position: relative;
}
} @media only screen and (max-width:1023px) {
h1 {
font-size: 28px;
}
h2 {
font-size: 24px;
}
td,
th {
font-size: 12px;
padding: 2px;
}
body.three-columns-enabled #primary .site-main,
body #content #primary .site-main {
border-bottom: 1px solid #dddddd;
margin-bottom: 30px;
width: 100%;
}
body.three-columns-enabled #content .sidebar,
body #content .sidebar {
border-bottom: 1px solid #dddddd;
margin-bottom: 20px;
padding-bottom: 20px;
width: 100%;
}
#education-soul-front-page-widgets .widget {
padding: 30px 0;
}
body{
padding-top: 0;
}
#primary,
.sidebar {
width: 100%;
}
.education_soul_widget_recent_posts .recent-posts-item {
clear: both;
float: left;
margin-top: 30px;
width: 100%;
}
.site-branding {
float: none;
margin: 0 auto;
max-width: 100%;
text-align: center;
}
.site-title {
margin-top: 10px;
font-size: 18px;
}
.site-description {
font-size: 12px;
font-weight: 400;
letter-spacing: 0;
}
.top-news {
width: 100%;
border-bottom: 1px solid #f1f1f12e;
padding-bottom: 5px;
margin-bottom: 5px;
}
#quick-contact {
width: 75%;
float: left;
clear: both;
text-align: left;
}
#main-slider h3,
#custom-header h3 {
font-size: 40px;
}
#main-slider .slider-buttons a,
#custom-header .header-image-buttons a {
font-size: 14px;
line-height: 1.5;
margin: 0 10px 0 0;
padding: 10px 27px;
}
.home-section-news-and-events .recent-news,
.home-section-news-and-events .recent-events {
float: left;
padding: 0 15px;
width: 100%;
}
.home-section-news-and-events .recent-news {
margin-bottom: 30px;
}
.top-news {
width: 100%;
}
#quick-contact {
width: 65%;
}
#header-social {
float: right;
clear: inherit;
width: 35%;
text-align: center;
margin-bottom: 5px;
}
#quick-contact li {
padding: 10px 5px;
}
#quick-contact li:before {
font-size: 10px;
margin-right: 3px;
}
#main-slider .cycle-prev i, #main-slider .cycle-next i {
font-size: 18px;
}
#main-slider .cycle-prev, #main-slider .cycle-next {
padding: 12px 16px;
font-size: 14px;
visibility: visible;
}
#main-slider:hover .cycle-prev,#main-slider .cycle-prev,
#main-slider:focus .cycle-prev,#main-slider .cycle-prev {
left: 20px;
visibility: visible;
}
#main-slider:hover .cycle-next,
#main-slider:focus .cycle-next,
#main-slider .cycle-next {
right: 20px;
visibility: visible;
}
.cta-buttons .cta-btn,
#primary #infinite-handle span button, a.custom-button,
a.custom-button:visited, button, a.button,
input[type="button"], input[type="reset"],
input[type="submit"] {
padding: 10px 30px;
}
#front-page-home-sections .home-section {
padding: 40px 0;
}
.home-section-latest-news .latest-news-layout-2 .latest-news-thumb:before {
border-right: 21px solid #ffffff;
border-top: 21px solid transparent;
border-bottom: 21px solid transparent;
}
.home-section-team .teams-col-4 .team-item {
width: 50%;
}
#footer-widgets .footer-active-4{
width: 50%;
padding: 25px;
}
} @media only screen and (max-width:767px) {
h1 {
font-size: 26px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 17px;
}
h6 {
font-size: 16px;
}
body .sidebar,
body #primary {
width: 100%;
}
.site-content {
padding-top: 15px;
}
#quick-contact {
width: 100%;
text-align: center;
}
#header-social {
float: right;
clear: inherit;
width: 100%;
text-align: center;
margin-bottom: 5px;
}
.home-section-services .services-item h3 {
position: inherit;
background: #222;
font-size: 16px;
padding: 20px;
}
.home-section-gallery .wp-block-gallery .blocks-gallery-image figcaption,
.home-section-gallery .wp-block-gallery .blocks-gallery-item figcaption {
padding: 15px;
font-size: 17px;
font-weight: 500;
font-style: inherit;
}
.home-section-latest-news .latest-news-layout-2 .latest-news-thumb,
.home-section-latest-news .latest-news-layout-2 .latest-news-text-wrap {
overflow: hidden;
position: relative;
float: left;
width: 100%;
}
.home-section-latest-news .latest-news-layout-2 .latest-news-thumb:before {
border-bottom: 21px solid #ffffff;
border-right: 21px solid transparent;
border-left: 21px solid transparent;
border-top: none;
right: 45%;
bottom: 0;
top: inherit;
}
#front-page-home-sections .home-section-call-to-action .section-title {
margin-bottom: 15px;
border: none;
padding: 0;
color: #fff;
font-size: 30px;
}
.home-section-news-and-events .recent-events h3 {
font-size: 21px;
} #main-slider h3,
#custom-header h3 {
font-size: 28px;
line-height: 1.4;
}
#main-slider p,
#custom-header p {
font-size: 14px;
margin-bottom: 15px;
overflow: hidden;
}
#education-soul-front-page-widgets .widget-title {
font-size: 25px;
}
#content {
clear: both;
} .sibebar {
margin-top: 15px;
}
#footer-widgets .footer-widget-area {
float: left;
padding: 0 15px;
width: 50%;
}
#footer-widgets .footer-active-1 {
width: 100%;
}
#footer-widgets .footer-widget-area:nth-child(3n) {
clear: both;
}
.education_soul_widget_products_grid .education-soul-woocommerce-product-grid-4 ul.products li.product,
.education_soul_widget_products_grid .education-soul-woocommerce-product-grid-3 ul.products li.product {
margin: 0 1.5% 30px;
width: 47%;
}
.education-soul-woocommerce-product-grid-4 ul.products li.product .button,
.education-soul-woocommerce-product-grid-3 ul.products li.product .button {
font-size: 14px;
left: 22%;
padding: 5px 13px;
}
.widget {
margin: 15px 0 0;
}
#footer-widgets {
padding: 30px 15px;
}
#colophon .copyright,
#colophon .site-info {
clear: both;
text-align: center;
width: 100%;
}
#main-slider::before,
#main-slider::after {
display: none;
}
.home-section-team .teams-col-4 .team-item,
.home-section-team .teams-col-3 .team-item,
.home-section-team .teams-col-2.team-item,
.home-section-team .teams-col-1 .team-item {
max-width: 300px;
margin: 0 auto;
width: 50%;
float: none;
}
.home-section-team .teams-col-4 .team-item,
.home-section-team .teams-col-3 .team-item,
.home-section-team .teams-col-2 .team-item,
.home-section-team .teams-col-1 .team-item {
max-width: 300px;
margin: 0 auto 15px;
width: 50%;
float: left;
}
#colophon .colophon-column {
float: left;
width: 100%;
}
#footer-navigation {
text-align: center;
margin-bottom:10px;
}
.copyright {
margin-bottom: 5px;
}
.entry-footer > span {
border-right: medium none;
border-top: 1px solid #dddddd !important;
display: block;
float: left;
padding: 10px 15px;
width: 100%;
}
.service-block-inner-content {
display: block;
}
.home-section-latest-news .latest-news-item:nth-child(3n),
.home-section-latest-news .latest-news-item:nth-child(6n) {
clear: both;
}
} @media only screen and (max-width:479px) {
.top-news #news-ticker {
width: 70%;
}
#quick-contact li {
padding: 2px 5px;
}
.header-search-box .search-box-wrap {
right: -7px;
width: 317px;
}
.header-search-box .search-form input.search-field {
padding: 10px 85px 10px 10px;
}
.header-search-box .search-form .search-submit {
padding: 10px 15px;
}
#main-nav {
position: relative;
}
#main-slider .slider-buttons a,
#custom-header .header-image-buttons a {
font-size: 14px;
line-height: 1.5;
margin: 0 7px 0 0;
padding: 5px 15px;
letter-spacing: normal;
}
#main-slider .cycle-pager {
bottom: 0;
}
#main-slider .pager-box.cycle-pager-active,
#main-slider .pager-box:hover,
#main-slider .pager-box:focus {
height: 22px;
border-radius: 43px;
}
#main-slider:hover .cycle-next,
#main-slider:focus .cycle-next,
#main-slider .cycle-next {
right: 5px;
visibility: visible;
}
#main-slider:hover .cycle-prev,
#main-slider:focus .cycle-prev,
#main-slider .cycle-prev {
left: 5px;
visibility: visible;
}
#main-slider .slider-buttons {
margin-top: 10px;
}
#main-slider p,
#custom-header p {
display: none;
}
#main-slider h3,
#custom-header h3 {
font-size: 22px;
line-height: 1.4;
}
#main-slider .cycle-caption {
bottom: 23%;
}
#main-slider .pager-box {
background-color: #fff;
cursor: pointer;
display: inline-block;
float: none;
height: 10px;
margin: 0 3px;
width: 10px;
}
#front-page-home-sections .section-title,
#education-soul-front-page-widgets .widget-title {
color: #00387d;
display: inline-block;
font-size: 24px;
margin-bottom: 10px;
padding-bottom: 10px;
}
.home-section-news-and-events .recent-events img {
max-width: 100%;
margin-bottom: 15px;
}
.cta-buttons .cta-btn, #primary #infinite-handle span button,
a.custom-button, a.custom-button:visited,
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
padding: 7px 20px;
letter-spacing: 0;
}
.home-section-team .teams-col-4 .team-item,
.home-section-team .teams-col-3 .team-item,
.home-section-team .teams-col-2.team-item,
.home-section-team .teams-col-1 .team-item {
max-width: 300px;
width: 100%;
float: none;
}
.site-branding {
text-align: center;
}
#footer-widgets .footer-widget-area {
width: 100%;
}
#footer-widgets .footer-widget-area:first-child {
border: none;
margin-top: 0;
padding-top: 0;
}
#footer-widgets .footer-widget-area {
width: 100%;
padding-top: 15px;
border-top: 1px solid #4a4b4e;
margin-top: 15px;
}
.page-title {
font-size: 20px;
margin-bottom: 7px;
}
#education-soul-services.home-section-services .services-item,
.home-section-latest-news .latest-news-item,
#latest-news.home-section-latest-news .latest-news-item,
.home-section-featured-blocks .inner-wrapper article,
.home-section-featured-blocks .inner-wrapper .featured-block-item {
width: 100%;
max-width: 100%;
margin: 0 auto 0;
float: none;
}
.home-section-services .services-item h3 {
position: absolute;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
font-size: 22px;
padding: 20px;
}
.home-section-latest-news .latest-news-layout-2 .latest-news-title {
font-weight: 600;
margin-bottom: 8px;
font-size: 19px;
}
.entry-header .entry-title {
font-size: 20px;
}
#primary article.hentry,
.sidebar .widget {
padding: 15px;
}
.education-soul-woocommerce-product-grid-4 ul.products li.product .button,
.education-soul-woocommerce-product-grid-3 ul.products li.product .button {
font-size: 14px;
left: 28%;
padding: 5px 13px;
}
.main-right-header.pull-right {
clear: both;
float: left;
width: 100%;
}
.site-header-menu.toggled-on, .no-js .site-header-menu {
display: block;
position: absolute;
background: #fff;
left: -7px;
width: 317px;
z-index: 999;
right: inherit;
}
a.custom-logo-link {
max-width: 190px;
margin: 0 auto 15px;
float: none;
display: block;
}
#site-identity {
float: none;
display: block;
text-align: center;
margin: 0 0 15px;
}
.header-search-box > a,
.header-search-box > a:visited {
margin: 0 0 0 8px;
}
a.custom-button.button-secondary.header-link-button {
margin: 0;
}
.menu-toggle {
margin: 0;
}
.main-right-header.pull-right {
clear: both;
float: left;
width: 100%;
padding: 7px;
border: 1px solid #ececec;
box-shadow: 0 0 11px #ddd;
}
.enabled-sticky-primary-menu .site-header.fixed {
top: 0;
}
.enabled-sticky-primary-menu .site-header.fixed .site-branding {
display: none;
}
}
@media only screen and (max-width:360px) {
.site-header-menu.toggled-on, .no-js .site-header-menu,
.header-search-box .search-box-wrap {
width: 280px;
}
}.site-header {
border-top: 4px solid;
}
a.custom-logo-link,
#site-identity {
margin-right: 7px;
}
#front-page-home-sections .home-section {
margin-top: -1px;
}
#footer-widgets .footer-widget-area {
border-top: none;
}
a.custom-button.custom-wire {
border: none;
}
a.custom-button.button-secondary.header-link-button {
font-size: 15px;
padding: 10px 25px 8px 25px;
}
.header-search-box > a,
.header-search-box > a:visited {
padding: 7px 14px 11px 14px;
height: 43px;
width: 43px;
}
.menu-toggle,
a.custom-button.button-secondary.header-link-button,
.header-search-box > a,
.header-search-box > a:visited {
margin-top: 4px;
}
#colophon .footer-social {
margin-bottom: 15px;
}
.scrollup {
box-shadow: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
} body,
button,
input,
select,
textarea {
font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
font-family: "Dosis",sans-serif;
letter-spacing: 1px;
font-weight: 600;
}
.site-description {
font-style: italic;
letter-spacing: normal;
}
#main-slider h3,
.home-section-news-and-events h2,
#primary #infinite-handle span button,
a.custom-button,
a.custom-button:visited,
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-weight: 600;
}
.site-title,
h1,
h2,
h3,
h4,
h5,
h6,
.main-navigation ul li a,
.section-title,
#footer-widgets .widget-title,
#primary #infinite-handle span button,
a.custom-button,
a.custom-button:visited,
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
text-transform: uppercase;
}
.header-search-box > a,
.header-search-box > a:visited {
font-size: 16px;
}
.main-navigation ul li a {
font-size: 15px;
font-weight: 400;
}
#main-slider h3 {
font-size: 64px;
}
#front-page-home-sections .home-section-call-to-action .section-title {
font-size: 46px;
}
.entry-header .entry-title {
font-size: 36px;
}
#front-page-home-sections .section-title,
#education-soul-front-page-widgets .widget-title {
font-size: 32px;
}
#footer-widgets .widget-title {
font-size: 24px;
} @media only screen and (max-width:1300px) {
a.custom-button.button-secondary.header-link-button {
margin-top: 3px;
padding: 10px 15px 8px 15px;
}
.menu-toggle,
a.custom-button.button-secondary.header-link-button,
.header-search-box > a,
.header-search-box > a:visited {
margin-top: 3px;
}
.menu-toggle {
padding: 11px 15px 10px 15px;
}
#main-slider h3 {
font-size: 51px;
}
}
@media only screen and (max-width:1023px) {
.three-columns-enabled #primary {
width: 100%;
}
.site-title {
margin-top: 0;
font-size: 24px;
}
#main-slider h3 {
font-size: 40px;
}
#main-slider p {
font-size: 16px;
}
#front-page-home-sections .home-section-call-to-action .section-title {
font-size: 36px
}
.entry-header .entry-title {
font-size: 32px;
}
#front-page-home-sections .section-title,
#education-soul-front-page-widgets .widget-title {
font-size: 28px;
}
#footer-widgets .widget-title {
font-size: 22px;
}
}
@media only screen and (max-width:767px) {
.site-title {
font-size: 22px;
}
#main-slider h3 {
font-size: 34px;
}
#front-page-home-sections .home-section-call-to-action .section-title {
font-size: 32px;
}
.entry-header .entry-title {
font-size: 28px;
}
#front-page-home-sections .section-title,
#education-soul-front-page-widgets .widget-title {
font-size: 24px;
}
#footer-widgets .widget-title {
font-size: 20px;
}
.menu-toggle,
a.custom-button.button-secondary.header-link-button,
.header-search-box > a,
.header-search-box > a:visited {
margin-top: 2px;
}
.menu-toggle {
padding: 8px 12px 7px 12px;
}
a.custom-button.button-secondary.header-link-button {
padding: 6px 15px 6px 15px;
}
.header-search-box > a,
.header-search-box > a:visited {
padding: 4px 8px;
height: 37px;
width: 37px;
}
#main-slider p {
display: none;
}
#colophon .footer-social {
margin-bottom: 10px;
}
}
@media only screen and (max-width:479px) {
.menu-toggle,
a.custom-button.button-secondary.header-link-button,
.header-search-box > a,
.header-search-box > a:visited {
margin-top: 0;
}
a.custom-logo-link,
#site-identity {
margin-right: auto;
}
a.custom-logo-link {
margin-bottom: 7px;
}
}
@media screen and (min-width: 910px) {
.main-navigation ul ul a {
width: 260px;
}
}  body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.site-title a,
.site-title a:visited,
#front-page-home-sections .section-title,
#education-soul-front-page-widgets .widget-title,
.home-section-latest-news .latest-news-title a {
color: #222;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
color: #222;
}
.site-description {
color: #222;
opacity: 0.8;
} a.custom-button.button-secondary.header-link-button,
.custom-button.button-secondary,
#main-slider .pager-box.cycle-pager-active,
#main-slider .pager-box:hover,
#main-slider .pager-box:focus,
#main-slider .cycle-prev,
#main-slider .cycle-next,
#primary #infinite-handle span button,
a.custom-button,
a.custom-button:visited,
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.scrollup {
background-color: #54b77e;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
border-color: #54b77e;
}
a,
a:visited {
color: #54b77e;
} .top-news .top-news-title,
a.custom-button.button-secondary.header-link-button:hover,
a.custom-button.button-secondary.header-link-button:active,
a.custom-button.button-secondary.header-link-button:focus,
.custom-button.button-secondary:hover,
.custom-button.button-secondary:active,
.custom-button.button-secondary:focus,
.custom-button.button-secondary:visited,
.header-search-box > a:hover,
.header-search-box > a:focus,
.header-search-box > a:active,
.header-search-box.toggled-on a,
#main-slider .cycle-prev:hover,
#main-slider .cycle-prev:focus,
#main-slider .cycle-next:hover,
#main-slider .cycle-next:focus,
.scrollup:hover,
.scrollup:focus,
.scrollup:active {
background-color: #e4572e;
}
#primary #infinite-handle span button:hover,
a.custom-button:hover,
a.custom-button:focus,
a.custom-button.custom-wire,
a.custom-button.custom-wire:hover,
a.custom-button.custom-wire:focus,
button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#primary #infinite-handle span button:focus,
button:focus,
a.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
#primary #infinite-handle span button:active,
button:active,
a.custom-button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background-color: #e4572e;
}
a:hover,
a:focus,
a:active,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
.top-news a:hover,
.top-news a:focus,
.top-news a:active,
#quick-contact a:hover,
#quick-contact a:focus,
#quick-contact a:active,
.site-title a:active,
.site-title a:hover,
.site-title a:focus,
.home-section-services .services-item-inner h3 a:active,
.home-section-services .services-item-inner h3 a:hover,
.home-section-services .services-item-inner h3 a:focus,
.home-section-latest-news .latest-news-title a:active,
.home-section-latest-news .latest-news-title a:hover,
.home-section-latest-news .latest-news-title a:focus,
.sidebar .widget a:hover,
.sidebar .widget a:focus,
.sidebar .widget a:active {
color: #e4572e;
} #footer-widgets .widget-title::after {
background-color: #fff;
}
.education_soul_widget_social li a {
border-color: #fff;
}
.top-news a,
#quick-contact a,
#quick-contact li:before,
.header-search-box > a,
.header-search-box > a:visited,
#primary #infinite-handle span button,
#header-social .education_soul_widget_social ul li a:before,
.education_soul_widget_social ul li a:before,
.recent-events-inner,
.recent-events-inner a,
.recent-events-inner a:visited,
.recent-events-inner .entry-meta > span,
a.custom-button,
a.custom-button:visited,
button,
a.button, input[type="button"],
input[type="reset"],
input[type="submit"],
#colophon,
#footer-widgets,
#footer-widgets p,
.scrollup {
color: #fff;
}
.recent-events-inner a:hover,
.recent-events-inner a:focus,
#colophon a,
#footer-widgets a {
color: #fff;
opacity: 0.8;
}
#header-social .education_soul_widget_social ul li a:hover:before,
#header-social .education_soul_widget_social ul li a:focus:before,
#colophon a:hover,
#colophon a:focus,
#footer-widgets a:hover,
#footer-widgets a:focus {
color: #fff;
opacity: 1;
} .site-header {
border-color: #0097a7;
}
.header-search-box > a,
.header-search-box > a:visited,
#front-page-home-sections .section-title:after,
#education-soul-front-page-widgets .widget-title:after,
.custom-entry-date span.entry-month,
#footer-widgets,
#colophon {
background-color: #0097a7;
}
.home-section-call-to-action,
.home-section-call-to-action:before {
background-color: #0097a7;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
blockquote {
border-color: #0097a7;
} #tophead,
.colophon-bottom.clear-fix {
background-color: #018391;
} .home-section-news-and-events {
background-color: #fef9f3;
}
.recent-events-inner .event-post {
background-color: #e4572e;
}
.recent-events-inner .event-post:nth-child(2n) {
background-color: #0097a7;
}
.recent-events-inner .event-post:nth-child(3n) {
background-color: #f7b200;
}
.recent-events-inner .event-post:nth-child(4n) {
background-color: #54b77e;
}
@media screen and (min-width: 910px) {
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li a:active,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li:hover > a,
.main-navigation ul li:hover > a,
.main-navigation ul li:hover > a {
color: #e4572e;
}
}.has-dark-blue-color {
color: #080f1e;
}
.has-dark-blue-background-color {
background-color: #080f1e;
}
.has-navy-blue-color {
color: #00387d;
}
.has-navy-blue-background-color {
background-color: #00387d;
}
.has-sky-blue-color {
color: #007acc;
}
.has-sky-blue-background-color {
background-color: #007acc;
}
.has-blue-color {
color: #1d6ea5;
}
.has-blue-background-color {
background-color: #1d6ea5;
}
.has-red-color {
color: #aa0000;
}
.has-red-background-color {
background-color: #aa0000;
}
.has-gray-color {
color: #727272;
}
.has-gray-background-color {
background-color: #727272;
}
.has-dark-gray-color {
color: #222222;
}
.has-dark-gray-background-color {
background-color: #222222;
}
.has-light-gray-color {
color: #cccccc;
}
.has-light-gray-background-color {
background-color: #cccccc;
}
.has-black-color {
color: #000000;
}
.has-black-background-color {
background-color: #000000;
}
.has-white-color {
color: #fff;
}
.has-white-background-color {
background-color: #fff;
}
.has-kids-red-color {
color: #e4572e;
}
.has-kids-red-background-color {
background-color: #e4572e;
}
.has-kids-blue-color {
color: #0097a7;
}
.has-kids-blue-background-color {
background-color: #0097a7;
}
.has-kids-yellow-color {
color: #f7b200;
}
.has-kids-yellow-background-color {
background-color: #f7b200;
}
.has-kids-green-color {
color: #54b77e;
}
.has-kids-green-background-color {
background-color: #54b77e;
} .entry-content .has-small-font-size {
font-size: 13px;
}
.entry-content .has-normal-font-size {
font-size: 14px;
}
.entry-content .has-large-font-size {
font-size: 32px;
}
.entry-content .has-huge-font-size {
font-size: 42px;
} @media only screen and (max-width:1023px) {
.entry-content .has-large-font-size {
font-size: 28px;
}
.entry-content .has-huge-font-size {
font-size: 32px;
}
} @media only screen and (max-width:767px) {
.entry-content .has-large-font-size {
font-size: 26px;
}
.entry-content .has-huge-font-size {
font-size: 38px;
}
} .wp-block-button .wp-block-button__link {
border-radius: 0;
cursor: pointer;
font-size: 15px;
font-weight: 500;
line-height: 1.5;
padding: 12px 30px;
letter-spacing: 1px;
margin-top: 10px;
vertical-align: baseline;
}
.entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link {
border: 0;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus {
border: 2px solid;
}
.wp-block-button__link {
background: #aa0000;
color: #fff;
}
.is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #aa0000;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus {
background-color: #1d6ea5;
color: #fff;
} .entry-content .blocks-gallery-grid {
padding-left: 0;
}.wp-block-button__link {
background: #54b77e;
color: #fff;
}
.is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #54b77e;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus {
background-color: #e4572e;
color: #fff;
}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-brands-400.eot);src:url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-regular-400.eot);src:url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-solid-900.eot);src:url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//krayadravya.com/wp-content/themes/education-soul/third-party/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}