html {
overflow-y: scroll;
overflow-x: hidden;
-ms-overflow-style: scrollbar;
}
html { font-size: 1rem; }
@media (min-width: 768px) and (max-width: 991px) {
html { font-size: 0.875rem; }
}
@media (min-width: 200px) and (max-width: 768px) {
html { font-size: 0.75rem; }
}
body,
button,
input,
select,
textarea {
color: #21202E;
font-family: "Roboto", "Work Sans", "Helvetica Neue", helvetica, arial, sans-serif;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3,
h4, h5, h6 {
clear: both;
line-height: 1.5;
margin: 0 0 1.875rem;
color: #333333;
font-weight: 700;
font-family: 'Roboto', sans-serif;
}
h1 { font-size: 2.250rem; }
h2 { font-size: 1.875rem; }
h3 { font-size: 1.500rem; }
h4 { font-size: 1.250rem; }
h5 { font-size: 1.000rem; }
h6 { font-size: 0.875rem; }
p { margin: 0 0 1.6rem; padding: 0;font-size: 1rem; color:#727272;font-family: 'Roboto', sans-serif;}
p:last-child { margin-bottom: 0rem; padding: 0; }
dfn, cite, em, i { font-style: italic; }
blockquote {
font-size: 1.500rem;
font-style: normal;
margin: 0 0 1.563rem;
overflow: hidden;
padding: 0.625rem 1.25rem;
quotes: "" "";
color: #333333;
font-weight: 400;
position: relative;
background-color: #f5f6fa;
}
blockquote cite { color: #061018; font-size: 1.000rem; display: block; font-style: normal; font-weight: 400; margin-top: 0.5em; }
q { quotes: "“" "”" "‘" "’"; }
blockquote:before, blockquote:after { content: ""; } dl dd a, dl dd a:hover, dl dd a:focus, ul li a:focus { color: #727272; }
body .bg-default{background-color:#f4f4f4;}
.entry-meta .tag-links a {
background-color: #ffffff;
border: 1px solid #e9e9e9;
color: #727272;
font-size: 0.875rem;
display: inline-block;
padding: 0.188rem 1.25rem;
margin: 0 0.500rem 0.625rem 0;
}
.entry-meta .tag-links a:hover, .entry-meta .tag-links a:focus {
color: #ffffff;
}
.entry-meta > span {
color: #727272;
margin: 0px -5px 0px 0px;
}
.entry-meta a {
color: #727272;
padding: 0;
}
.blog-author {
background-color: #ffffff;
border: 1px solid #e9e9e9;
margin: 0 0 5rem;
padding: 2.188rem 1.875rem 1.875rem;
}
.blog-author.media .avatar img {
border-radius: 50%;
}
.blog-author .avatar {
margin: 0 2.5rem 0px 0;
height: 12.5rem;
width: 12.5rem;
}
.blog-author .post-by {
color: #727272;
font-size: 0.938rem;
font-weight: 400;
margin-bottom: 0.625rem;
}
.blog-author .name {
margin: 0 0 0.625rem;
}
p:last-child {
margin-bottom: 0rem;
padding: 0;
}
.blog .standard-view .entry-content img {
max-width: 100%;
height: auto;
}
.wp-caption.alignnone img, .wp-caption.aligncenter img, .wp-image-907 {
width: 100%;
height: auto;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-block-latest-comments__comment-meta{background-color: #fff;}
.widget .wp-block-latest-comments__comment-meta{background-color: transparent;}
.has-media-on-the-right.is-stacked-on-mobile {
margin-top: calc(2 * 1rem);
margin-bottom: calc(2 * 1rem);
left: calc( -12.5% - 75px);
max-width: calc( 125% + 150px);
}
.post .entry-content {
display: block;
overflow: hidden;
margin: 0px;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
color: #ffffff;
}
.wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
color: #fff; 
}
.alignwide, .aligncenter {
margin-bottom: 1.87rem;
}
.funfact-icon {color:#ffffff;} 
address { margin: 0 0 1.5em; }
pre {
background: #eee;
font-size: 1.000rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
hr { background-color: #bbb; border: 0; height: 1px; margin-bottom: 1.5em; }
code, kbd, tt, var { font-size: 1.000rem; }
abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
mark, ins { background: #eee; text-decoration: none; }
big { font-size: 125%; }
iframe { border: 0; }
#wrapper { 
background-color: #f8f8f8; 
margin: 0px auto; 
}
.section-space .sticky.post{
background-color: #00bfff26;
}
cite{ font-style: italic !important; }
.bypostauthor{}
#attachment_907 { width: 100% !important; }
.alignnone img{ display: block; height: auto; width: 99%; }
img.alignleft, .wp-caption.alignleft{ margin-right: 30px; }
img.alignright, .wp-caption.alignright{ margin-left: 30px; float: right;}
img.wp-caption .alignnone { display: block; margin: 0 auto; height: auto; width: 100%; }
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption{
clear: left;
font-style: italic;
line-height: 1.5em;
margin: 0.75em 0;
text-align: center;
}
.wp-caption.alignright { margin: 5px 0 20px 20px;}
.wp-caption p.wp-caption-text { 
font-size: 14px;
margin: 12px 0;
text-align: center;
font-style: italic;
line-height: 1.5em;
}
.wp-caption.alignleft { margin: 5px 20px 20px 0;}
.gallery .gallery-icon img { 
height: auto;
max-width: 90%;
padding: 0;
border: 5px solid #fff !important;
-moz-box-shadow: 0 0 5px 2px rgba(33, 28, 28, .3);
-webkit-box-shadow: 0 0 5px 2px rgba(33, 28, 28, .3);
box-shadow: 0 0 5px 2px rgba(33, 28, 28, .3);
}
.gallery-item .gallery-caption, .hc_service_column .gallery-item .gallery-caption {
font-size: 14px;
margin: 12px 0;
text-align: center;
font-style: italic;
line-height: 1.5em;
}
a img.alignright { float: right; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
@media screen and (min-width: 30rem){
img.alignleft { float: left; margin-right: 20px; }
}
.img-fluid{width: 100%; height: auto;}
.alignleft { display: inline; float: left; margin-right: 20px; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
fieldset {
margin-bottom: 1rem;
border: 1px solid #e9e9e9;
margin: 0 2px;
padding: 0.35rem 0.950rem 0.75rem;
}
fieldset p { margin: 0px 0 20px; }
legend {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 1.500rem;
color: #0f0f16;
font-weight: 600;
display: table;
max-width: 100%;
border-bottom: none;
width: auto;
padding: 0;
white-space: normal;
} label { color: #21202e;display: block;font-weight: 500;margin-bottom: 0.5em;font-size: 1rem; }
fieldset { margin-bottom: 1em; }
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 {
color: #333333;
background: #ffffff;
border: 1px solid #eeeeee;
-webkit-border-radius: 0px;
border-radius: 0px;
display: block;
padding: 0.7em;
width: 100%;
}
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 {
color: #333333;
border-color: #e8e8e8;
}
select {
border: 1px solid #f3f3f3;
-webkit-border-radius: 0px;
border-radius: 0px;
height: 3em;
max-width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
margin-right: 0.5em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
font-weight: 400;
}
.form-submit input[type="submit"]{ }
button,
input[type="button"],
input[type="submit"] {
background: #ee591f;
border: 0;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0.938rem;
font-weight: 600;
line-height: 1;
padding: 1rem 2.188rem;
text-shadow: none;
-webkit-transition: background 0.2s;
transition: background 0.2s;
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
padding: 0.75em 2em;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
background-color: #ddd;
color: #222;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
background: #333333;
}
button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
background: #bbb;
} ::-webkit-input-placeholder { color: #333333; }
:-moz-placeholder { color: #333333; }
::-moz-placeholder { color: #333333; }
:-ms-input-placeholder { color: #333333; } .btn-small {
min-width: 8.5rem;
font-size: 0.938rem;
padding: 0.688rem;
}
.btn-ex-small { min-width: 9rem; font-size: 1.000rem; padding: 0.4rem 2.188rem; }
.btn-small, .btn-ex-small {
display: inline-block;
-webkit-font-smoothing: antialiased;
position: relative;
letter-spacing: 0;
border-radius: 0;
text-align: center;
transition: .3s;
font-weight: 500;
}
.btn-default:focus,.btn-light:focus,.btn-border:focus{outline: thin dotted;}
.btn-default { 
color: #ffffff;
border-radius: 3px; 
}
.btn-default:hover, .btn-default:focus { background: #ffffff; color: #333333; border: 1px solid #ffffff;  }
.btn-light { 
background: transparent;
color: #ffffff; 
border-radius: 3px; 
}
.btn-light:hover, .btn-light:focus { 
color: #ffffff;
}
.btn-default-dark { 
color: #ffffff; 
}
.btn-default-dark:hover, .btn-default-dark:focus { background: #333333; color: #fff; }
.btn-border { background: #ffffff; color: #333333; border: 2px solid #22a2c4; }
.btn-border:hover, .btn-border:focus { color: #ffffff; border: 2px solid #22a2c4;} ul, ol { margin: 0 0 1.5em 1.125em; padding: 0; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }
dt { font-weight: 700; }
dd { margin: 0 1.5em 1.5em; }  table { border-collapse: collapse; margin: 0 0 1.5em; width: 100%; word-wrap: break-word; }
thead th { border-bottom: 2px solid #bbb; padding-bottom: 0.5em; }
th { padding: 0.4em; text-align: left; }
tr { border-bottom: 1px solid #eee; }
td { padding: 0.4em; }
th:first-child, td:first-child { padding-left: 0; }
th:last-child, td:last-child { padding-right: 0; } a { color: #333333; text-decoration: none !important; transition: 0.3s;cursor: pointer; }   .navbar-light h2{margin: 0; padding-bottom: 0;font-size: 2.250rem;}
.header-sidebar {
background: #21202e;
padding: 0;
min-height: 2.813rem;
}
.head-contact-info {
padding: 0.438rem 0 0.438rem;
margin: 0px;
display: block;
float: right;
}
.head-contact-info li {
display: inline-block;
margin: 0rem; color: #ffffff;
font-size: 0.938rem;
position: relative;
}
.header-sidebar .widget .head-contact-info li.phone::after , .header-sidebar .widget .head-contact-info li.envelope::after
{
content: "|";
font-family: FontAwesome;
color: #fff;
position: relative;
right: 0;
margin-left: 10px;
margin-right: 5px;
}
.header-sidebar .widget li .fa-phone{
padding-left: 0;
}
.head-contact-info li:last-child { padding-right: 0; }
.head-contact-info li a { color: #ffffff; }
.head-contact-info i { padding-right: 0.625rem; padding-left: 0.063rem; }
@media (max-width: 991px) { 
.header-sidebar { padding: 0.875rem 0; }
.head-contact-info li { margin: 0 0 0.625rem; }
.address-info { text-align: center; }
.custom-social-icons li { padding: 0; }
.head-contact-info { float: none; }
}
@media (max-width: 991px) { 
.header-sidebar .widget{text-align: center;}
.dropdown-menu {border:unset;}
.navbar-collapse  ul,.navbar-collapse  ol {
margin: 1.5em 0em 1.5em 1.125em;
}
}
.footer-sidebar ul {
list-style: none;
margin: 0;
}
@media (max-width: 500px) { 
.head-contact-info li { display: block; padding-right: 0; } } .custom-social-icons { margin: 0; padding: 0; }
@media (min-width: 991px){
.header-sidebar .widget .custom-social-icons {
float: left;
padding-right: 1.188rem;
}}
.widget .address-info i {
padding-right: 0.625rem;
padding-left: 0.063rem;
}
.custom-social-icons li { display: inline-block;padding: 0.438rem 0.1rem;}
.custom-social-icons li > a:hover, 
.custom-social-icons li > a:focus {
background-color: #fff;
}
.custom-social-icons li > a:before { display: none; }
.custom-social-icons li > a {
font-size: 0.838rem;
line-height: 2.3;
transition: all 0.3s;
display: inline-block;
border-radius: 50%;
cursor: pointer;
box-shadow: none;
color: #fff;
margin: 0;
padding: 0;
text-align: center;
height: 1.75rem;
width: 1.75rem;
}
.contact .custom-social-icons li > a {
background-color: #eeeeee;
}
@media (max-width: 1200px){
.contact-form-map .row{
margin-right: 0;
margin-left: 0; 
}}
.custom-social-icons li a i { padding: 0; }
.widget em {
font-style: normal;
display: inline-block;
margin: 0;
color: #ffffff;
font-size: 0.938rem;
position: relative;
padding: 0.413rem 0 0.313rem;
}
@media (min-width: 991px){
.widget em {
float: right;
}
}   #searchbar_fullwidth {
display: none; float: none;
width: 100%;
height: 3.875rem;
border-top: 1px solid #d8d8d8;
padding-left: 9.375rem;
padding-right: 9.375rem;
z-index: 1;
position: relative;
background: #fff;
-webkit-box-shadow: -1px 3px 2px rgba(0,0,0,0.3);
-moz-box-shadow: -1px 3px 2px rgba(0,0,0,0.3);
box-shadow: -1px 3px 2px rgba(0,0,0,0.3);
}
#search_box_fullwidth {
display: block;
width: 88%;
border: 0;
outline: none;
padding: 0;
height: 3.75rem;
line-height: 3.75rem;
font-size: 1.25rem;
font-weight: 500;
color: #64646d;
}
#search_submit_fullwidth {
display: block;
float: right;
margin: 0.563rem 0 0.563rem;
font-size: 1.750rem;
background: none;
color: #202020;
border: 0;
outline: none;
line-height: 1.5;
cursor: pointer;
padding: 0;
} #searchbar_fullscreen {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0,0.95);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: translate(0px, -100%) scale(0, 0);
-moz-transform: translate(0px, -100%) scale(0, 0);
-o-transform: translate(0px, -100%) scale(0, 0);
-ms-transform: translate(0px, -100%) scale(0, 0);
transform: translate(0px, -100%) scale(0, 0);
opacity: 0;
z-index: 1000;
}
#searchbar_fullscreen input[type="search"] {
position: absolute;
top: 50%;
width: 100%;
color: #64646d;
background: rgba(0, 0, 0, 0);
font-size: 3.125rem;
font-weight: 400;
text-align: center;
border: 0px;
margin: 0rem auto;
margin-top: -3.188rem;
padding-left: 1.875rem;
padding-right: 1.875rem;
outline: none;
}
@media (max-width: 991px){
#searchbar_fullscreen input[type="search"] {
font-size: 2.125rem;
margin-top: -1.25rem;
}
}
#searchbar_fullscreen .btn {
position: absolute;
top: 50%;
left: 50%;
margin-top: 3.813rem;
margin-left: -2.813rem;
border-radius: 2px;
border: black;
color: #ffffff;
padding: 0.563rem 1.563rem;
font-size: 0.938rem;
font-weight: 400;
}
#searchbar_fullscreen .close {
position: fixed;
top: 0.938rem;
right: 0.938rem;
color: #fff;
background-color: #ce1b28;
border-color: green;
opacity: 1;
padding: 0.625rem 1.063rem;
font-size: 1.688rem;
}
#searchbar_fullscreen.open {
-webkit-transform: translate(0px, 0px) scale(1, 1);
-moz-transform: translate(0px, 0px) scale(1, 1);
-o-transform: translate(0px, 0px) scale(1, 1);
-ms-transform: translate(0px, 0px) scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
opacity: 1;
}  .nav-search{
margin-right: 25px;
display: inline-block;
line-height: 16px;
position: relative;
top: 0px;
}
.nav .open> .search-icon, .nav .open> .search-icon:focus{
background-color: unset; 
border-color: unset;
}
.navbar  .search-box-outer .dropdown-menu {
top: 32px !important;
left: auto !important;
right: 0px;
padding: 0px;
width: 324px !important;
margin: 0px !important;
background-color: #fff !important;
}
@media (max-width:786px){
.navbar .search-box-outer .dropdown-menu {
position: absolute;
left: 0 !important;}}
.search-box-outer .dropdown-menu > li {
padding: 0.25rem 0.5rem;
border: none;
background: none;
}
.search-form {
width: 100%;
}
.search-form label {
width: 98%;
}
.search-form .screen-reader-text {
display: none;
}
.search-panel .form-container {
padding: 10px 0 2px 0;
}
.search-panel input[type="search"]{
display: block;
width: 100%;
height: 40px; line-height: 24px;
background: #ffffff;
border: 1px solid #e0e0e0;
padding: 7px 90px 7px 7px;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
font-size: large;
}
.search-form input[type="submit"] {
cursor: pointer;
position: absolute;
width: auto;
transition: all .3s ease-in-out;
color: #fff;
font-weight: 600;
height: 40px;
left: auto;
right: 8px;
font-size: 15px;
top: 14px;
padding: 12px 25px;
}
.search-box-outer .dropdown-toggle::after {
display:none;
}
.search-box-outer a{  
font-size: 14px;
font-weight: 600;
font-family: Montserrat;
}
.search-box-outer a i{ 
padding-right: 3px;
}
@media (min-width: 768px) and (max-width: 992px){
.search-box-outer .dropdown-menu {
top: 35px;
}
}
.search-box-outer .sub-arrow{display: none !important;} .header-module {
padding-left: 0rem;
}
.nav-search {
margin-right: 0rem;
display: inline-block;
line-height: 1rem;
position: relative;
top: 0px;
padding: 0 0.5rem 0 0;
}
@media(max-width: 768px){
.nav-search {
margin-top: 0.938rem;
margin-bottom: 0.938rem;
}
}
.cart-header {
position: relative;  display: inline-block;
}
.cart-header > a.cart-icon {
-wekbit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
display: inline-block;
font-size: 0.875rem;
line-height: 1.3;
color: #21202e;
padding: 0;
}
.navbar .nav .nav-item .cart-header > a:focus {color:#21202e;}
.cart-header > a .cart-total {
font-size: 0.8rem;
line-height: 1.6;
color: #f8f8f8;
text-align: center;
font-weight: 400;
width: 1.25rem;
height: 1.25rem;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-wekbit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
padding: 1px;
}
span.cart-total {
position: absolute;
top: -5px;
}
span.cart-total span{display: inline-block; color: #21202e;}
@media (max-width: 991px) {
.cart-header { margin-top: 0.938rem;
margin-bottom: 0.938rem;
}
}
.woocommerce img.custom-logo, .woocommerce-page img.custom-logo {
max-width: unset;
} .main-slider { position: relative; }
.main-slider .overlay, .video-slider .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
background-color: rgba(1, 7, 12, 0.65);
}
#slider-carousel { margin: 0px; }
#slider-carousel .item {
position: relative;
background-color: #fff;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
z-index: 0;
background-size: cover;
height: 37.5rem !important;
}
.home-section {
position: relative;
background-color: #333333;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
z-index: 1;
background-size: cover;
height: 37.5rem!important ;
}
@media (max-width:786px){
.video-slider.home-section {
height: auto !important;
}
}
.slider-caption { position: relative; display: table; height: 100%; z-index: 1; }
.caption-content { display: table-cell; vertical-align: middle; }
.slider-caption .title {
font-size: 3.125rem;
line-height: 1.1;
color: #fefefe;
text-shadow: 0px 4px 3px rgba(0, 0, 0, .4);
margin: 0 0 1.000rem;
font-family: 'Roboto', sans-serif;
}
.slider-caption .btn-default {
margin-right: 0.938rem;
}
.slider-caption .description { font-size: 0.938rem; color: #ffffff;margin: 0 0 1.3rem; text-shadow: 0px 4px 3px rgba(0, 0, 0, .4);}
.slider-caption .heading { 
font-size: 0.938rem;
color: #ffffff;
border-left: 4px solid #22a2c4;
background-color: rgba(104,104,104,0.4);
width: 27%;
text-align: center;
padding: 0.313rem 0;margin-bottom: 0.938rem; }
.slider-caption .text-right .heading {float:right;}     
.slider-caption .text-center .heading {margin: auto;}  
.slider-caption .ptop-15 .btn-small { margin-left: 0.313rem; margin-right: 0.313rem; } 
@media only screen and (max-width: 600px) { 
.slider-caption .title { font-size: 3.000rem; margin: 0 0 1.000rem; } 
.slider-caption br { display: none; } 
.slider-caption .ptop-15 { padding-top: 1.563rem; }
} .pointer-scroll {
background: #22a2c4;
position: absolute;
font-family: 'fontAwesome';
content: '\f103';
bottom: -33px;
left: 0;
right: 0;
border: 2px solid #ffffff;
color: #fff;
z-index: 2;
text-align: center;
font-size: 1.700rem;
line-height: 2;
display: block;
width: 4.125rem;
height: 4.125rem;
margin: 0px auto;
border-radius: 50%;
-webkit-animation: intro 2s;
animation: intro 2s;
}
.pointer-scroll:hover, .pointer-scroll:focus { color: #fff; }
@media (max-width: 767px) {
.pointer-scroll { bottom: -1.563rem; width: 3.125rem; height: 3.125rem; font-size: 1.350rem; }
}
.pointer-scroll .scroll { 
-webkit-animation: finger 1s infinite;
animation: finger 1s infinite;
}
@-webkit-keyframes intro {
0% {
opacity: 1;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes intro {
0% {
opacity: 1;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes finger {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
}
@keyframes finger {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
} .owl-carousel .owl-prev, .owl-carousel .owl-next{ 
display: inline-block;
background-color: rgba(33, 32, 46, 0.5); 
opacity: 0;
color: #fff; 
font-size: 1.563rem; 
line-height: 2.3;  
padding: 0 !important;
margin: 0px;
-moz-border-radius: 0px; 
-webkit-border-radius: 0px; 
border-radius: 3px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 3.438rem;
height:3.438rem;
z-index: 10;
overflow: hidden;
cursor: pointer;
text-align: center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.owl-carousel .owl-prev { left: 1.875rem; }
.owl-carousel .owl-next { right: 1.875rem; }
.owl-carousel:hover .owl-prev { left: 10rem; opacity: 1; }
.owl-carousel:hover .owl-next { right: 10rem; opacity: 1; }
@media (max-width:768px){
.owl-carousel:hover .owl-prev { left: 3rem;}
.owl-carousel:hover .owl-next { right: 3rem; }
}
.owl-carousel .owl-prev:hover, 
.owl-carousel .owl-prev:focus { 
color: #fff;
}
.owl-carousel .owl-next:hover, 
.owl-carousel .owl-next:focus { 
color: #fff;
}
.bcslider-section .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
.bcslider-section .owl-theme .owl-dots {
position: absolute;
top: 80%;
left: 0;
right: 0;
z-index: 1000;
} .cta_main { padding: 1.438rem 0.938rem;} .cta_content h1 {font-size: 1.875rem;color: #fff;font-weight: 700;margin: 0;font-family: 'Roboto', sans-serif;}
.cta_content .btn-light {
padding: 0.688rem 1.875rem;
background-color: #fff;
border:1px solid #fff;}
.cta_content .btn-light:hover {
color: #fff;
border:1px solid #fff;
}
.cta_content .btn-light:focus { box-shadow: none;background: #333333;} 
.cta_content a:after {
content: "\f054";
padding: 0.25rem 0.5rem;
font-family:fontawesome;
font-size: 0.688rem;
font-weight: 400;
} 
.cta_content a:hover::after  {color:#fff;}
@media (min-width: 768px) { 
.cta_content .btn-light{float: right;}} .section-header .section-title {    margin-bottom: 0.313rem;font-size: 2.25rem;font-family: 'Roboto', sans-serif;font-weight: 700;}
.section-header { padding: 0; position: relative; text-align: center; }
@media (min-width: 768px){.section-header }}
.section-header .section-title {    margin-bottom: 0.313rem;font-size: 2.25rem;font-family: 'Roboto', sans-serif;font-weight: 700;}
.section-header .section-subtitle {font-size: 0.938rem; font-weight: 400; color: #777777;margin: 0 0 2.875rem; }
@media (min-width: 768px) { .section-header.text-left { text-align: left; width: 80%; } }
hr.divider { border-top: none; width: 4.375rem; height: 0.125rem; margin: 0.938rem auto 21px; }
.right-header .navbar-brand {
margin-left: 1rem !important;
}
@media (min-width: 768px){
.full-header .navbar-nav {
float: right;
}
}
@media (max-width: 768px){ .navbar-toggler:hover,
.navbar-toggler:focus {
background-color: transparent;
}
.navbar-toggler {
border-color: rgba(0,0,0,.1);
}
} .header-rgt {
width: 100%;
position: relative;
}
.custom-logo-link-url{ margin-right: 1rem;}
.header-rgt .custom-logo-link-url, .header-rgt .navbar-brand {
float: right;
margin-left: 1rem;
margin-right: 0rem; 
}
.custom-logo-link-url .site-title{
margin: 0;
}
.header-rgt .navbar-toggler,.content-center .navbar-toggler{ 
margin-top: 15px;
}
.navbar .header-rgt .search-box-outer .dropdown-menu {
left: 0 !important;
right: auto;
} .content-center{
text-align: center;
width: 100%;    
margin: auto;
}
.auto{margin:0 auto;} 
.content-center .navbar-brand {
padding-top: 1rem;
padding-bottom: 1rem;
text-align: center;
float: none;
}
@media (max-width: 768px){
.content-center .header-module {
text-align: left;
}} .section-space{padding: 4.688rem 0 4.375rem;position: relative;background-color: #f8f8f8;} .services { background-color: #ffffff; color: #fff;}
.services .post { background-color: #f5f5f5; margin: 0 0 1.875rem; padding: 2.188rem 1.25rem 2.188rem; border-radius: 0px; transition: 0.3s;  }
.services .post:hover { 
-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
color: #fff;
}
.services .post-thumbnail { 
position: relative;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
text-align: center; }
.services .post-thumbnail img { 
border-radius: 2px;    
width: 80px;
height: 80px; 
}
.services .post-thumbnail a { position: relative; z-index: 1; }
.services .post-thumbnail i.fa { 
border-radius: 5%;
width: 5rem;
height: 5rem;
font-size: 1.875rem;
line-height: 1.095;
padding: 1.438rem;
color: #ffffff;
position: relative; }
.services .entry-header { display: block; margin: 0 0 0.75rem; padding: 0; }
.services .entry-header .entry-title { margin: 0;padding: 0}
.services .entry-header .entry-title a { position: relative; z-index: 1; }
.services p { margin: 0; }
.services .col-md-4:nth-child(3n+1){ clear:left; }
@media (min-width: 768px) and (max-width: 992px) {
.services .col-md-4:nth-child(3n+1) { clear: none; }
.services .col-sm-6:nth-child(2n+1) { clear:left; } 
}
.services .post:hover .post-thumbnail i.fa{
background-color: #ffffff;
}
.services .post:hover .entry-header .entry-title a, .services .post:hover .entry-content p,
.services .post:hover .entry-header h4.entry-title {
color: #ffffff;
}
.services .btn-default-dark,.blog .btn-default-dark{
padding: 0.688rem 2.5rem;
border-radius: 3px;
} .cta-2{
background: url(//sos-ksecurite.fr/wp-content/themes/spice-software/assets/images/bg/cta-3.jpg);
background-repeat: no-repeat;
background-position: center left;
width: 100%;
background-size: cover;
padding: 0;
}
.cta-2 .overlay{
position: relative;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
padding: 15px;
background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width:768px){.cta-2 .overlay{padding: 120px;}}
.cta-2 .title,.cta-2 p{margin-bottom: 0.5rem;}
.cta-btn{margin-top:1.313rem}
.cta-2 .btn-light{padding: 0.688rem 2rem; }
.cta-2 .btn-default{margin-right:1.25rem;padding: 0.688rem 2rem;} .testimonial
{    height: 100%;
margin: 0;
overflow: hidden;
width: 100%;
position: relative;}
.testimonial .item {margin-top:30px;}
.testi-1 {
background: url(//sos-ksecurite.fr/wp-content/themes/spice-software/assets/images/bg/wavy-dots.png);
background-repeat:repeat;
}
.testimonial .overlay{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
background-color: rgba(255, 255, 255, 0);
}
.testmonial-block { 
background-color: transparent;
border-left: none;
position: relative; 
margin: 0 15px; 
padding: 0 2.5rem 0rem; 
font-size: unset; 
border-left: none; 
}
.testmonial-block .avatar { margin: 0px auto 1.3rem; width: 9.4rem; height: 9.2rem; }
.testmonial-block .avatar img {box-shadow: #727272 0px 8px 25px -5px; margin: 0.125rem; }
.description-box { background-color: #ffffff; border-radius: 0px; margin: 0 0 2.188rem
; padding: 1.875rem; position: relative; min-height: 182px; }
.description-box:before { 
border-left: 0.875rem solid transparent;
border-right: 0.875rem solid transparent;
border-top: 0.938rem solid #ffffff; 
color: #00a7d1;
right: 0; 
left: 30px; 
bottom: -15px; 
width: 0; 
height: 0; 
content: ""; 
position: absolute; 
display: block; 
}
@media (min-width: 768px){.testmonial-block .entry-content { }}
.testmonial-block .entry-content { position: relative;}
.testmonial-block .entry-content p { font-weight: 400; }
@media (max-width: 1200px) { .testmonial-block .entry-content p br { display: none; visibility: hidden; }}
.testmonial-block .name { 
color: #21202e; 
font-size: 1.25rem; 
font-weight: 600; 
font-style: normal !important; 
margin: 0px 0 -0.188rem; 
display: block; 
}
.testmonial-block .designation { font-size: 1.000rem; color: #727272;font-weight: 100; padding-top: 5px;}
.testmonial-block .entry-content h3{ margin: 0 0 0.5rem;}  
.testmonial{
padding-bottom:3.75rem !important;
}
.testimonial .rating {
margin: 6px 0px;
text-align: center;
}
.page-template-template-testimonial-5 .testmonial-block .entry-content,
.page-template-template-testimonial-6 .testmonial-block .entry-content,
.page-template-template-testimonial-7 .testmonial-block .entry-content,
.page-template-template-testimonial-8 .testmonial-block .entry-content {
margin:0;
}
.page-template-template-testimonial-5 blockquote.testmonial-block.text-center ,
.page-template-template-testimonial-6 blockquote.testmonial-block.text-center ,
.page-template-template-testimonial-7 blockquote.testmonial-block.text-center ,
.page-template-template-testimonial-8 blockquote.testmonial-block.text-center
{
margin-top: 2rem;
}  .funfact { 
position: relative;
}
.funfact-inner { 
cursor: pointer; 
padding: 1.563rem 0 0.625rem;
}
.funfact-icon {    
font-size: 2.913rem !important;
margin-bottom: 20px;
transition: 0.3s;
border: 1px solid #fff;
border-radius: 50%;
padding: 20px;
width: 90px;
height: 90px;
}
@media (max-width:768px){.funfact-icon {padding: 25px}} 
.funfact-inner:hover .funfact-icon {    
background-color: #fff 
}
.funfact-title { margin-bottom: 7px; color: #ffffff; }
.funfact-inner .description { color: #fff; font-size: 1.25rem; margin: 0; } .blog .post {
background: #fff;
position: relative;
transition: all 0.3s;
margin-bottom: 3.125rem;
box-shadow: 0px 0px 1px 1px #e8e8e8;
border-radius: 3px;
}
.blog .post .post-thumbnail {
position: relative;
overflow: hidden;
margin: 0;
text-align: center;
background-color: #000;
z-index: 1;
border-radius: 3px;
}
.blog .list-view .post-thumbnail {
width: 21.25rem;
height: auto;
float: left;
} 
.blog .post-thumbnail img {
-webkit-transition: all 0.30s linear;
transition: all 0.30s linear;
}
.blog .post:hover .post-thumbnail img {
zoom: 1;
filter: alpha(opacity=30);
-webkit-opacity: 0.3;
opacity: 0.3;
-webkit-transform: translateY(0px);
transform: translateY(0px);
transform: scale(1.15,1.15);
-webkit-transform: scale(1.15,1.15);
-moz-transform: scale(1.15,1.15);
-ms-transform: scale(1.15,1.15);
-o-transform: scale(1.15,1.15);
}
.post .click-view {
margin: 0;
position: absolute;
top: 50%;
right: 0;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); 
}
.blog .click-view a {
font-size: 3.5rem;
line-height: 1;
font-weight: 100;
display: inline-block;
margin: 0;
padding: 1px;
opacity: 0;
text-decoration: none;
text-align: center;
color: #fff;
background-color: transparent;
-wekbit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-wekbit-transform: translateY(20px);
-moz-transform: translateY(20px);
-o-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px); 
} 
.blog .post:hover a {
-wekbit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1; }
.blog .list-view .post .click-view a  , .grid-view .click-view a , .blog-masonry .click-view a ,
.bg-default .post .click-view a {
font-size:2.25rem;
} 
.blog .post:hover{box-shadow: 0 0 3px 3px #e8e8e8;} .blog .post .post-content{
padding: 2.125rem 2.5rem 1.125rem;
}  
.entry-date {
padding-top: 0px;
border-radius: 4px;
line-height: normal;
position: absolute;
margin-top: -96px;
z-index: 1;
right: 0;
margin-right: 0.625rem;
padding: 10px 15px;
} .section-space .date {
display: block;
text-align: center;
color: #FFF;
font-size: 17px;
font-weight: bold;
line-height: 1.3;
} .remove-image{ width: fit-content;
border-radius: 4px;
line-height: normal;
margin-bottom: 1.25rem;
padding: 10px 15px;
}
.blog .list-view .entry-date {
margin-top: -1.5rem;
left: 10px; right: unset;
}
.entry-header h4{margin-bottom: 0;padding-bottom:0.625rem;}
.entry-content p{margin-bottom: 0;padding-bottom: 0.938rem;}
.entry-meta{margin-bottom: 0.875rem;}
.entry-meta a{display: inline-block;}
.entry-content p a {margin-bottom: 0;padding-bottom: 0;color: #727272;font-weight: bold;}
.entry-meta i {
padding-right: 10px;
transition: 0.3s;
} 
.entry-meta span{padding-right: 1.25rem; ;transition: 0.3s;}
@media (max-width: 768px) {
.blog .list-view .post-thumbnail {
width: 100%;
float: none;
}
.blog .list-view .media {
display: block;
}
.blog .list-view .entry-date {
margin-top: 0.5rem;
top: 0;
left: unset;
}
}  .page-numbers {
position: relative;
display: inline-block;
padding: .57rem .75rem;
margin-left: -6px;
line-height: 1.25;
background-color: #fff;
border: 1px solid #DEE2E6;
}
.pagination,.nav-pagination{
margin: 0 0 3.125rem;
}
.nav-pagination,.navigation.pagination{padding: 3.125rem 0 0;}
.blog .nav-pagination,.blog.navigation.pagination {padding: 1.5rem 0 0;}
ul.pagination{padding: 0;margin: 0;}
.pagination li:first-child .page-link, .pagination li:last-child .page-link,
.pagination .nav-links a.page-numbers:first-child ,.pagination .nav-links a.page-numbers:last-child  {
color: #777777;
}
.pagination .page-link.active, .woocommerce .woocommerce-pagination li .page-numbers.current,.pagination .page-numbers.current,
.pagination .page-numbers:hover {
background-color: #e9ecef;
}
.woocommerce-pagination .page-numbers,.woocommerce-pagination{
margin: 0 0 3.125rem;
}
.woocommerce-pagination{padding: 3.125rem 0 0;}
.woocommerce-pagination ul.page-numbers{padding: 0;margin: 0; border-radius: .25rem;
}
.woocommerce-pagination ul.page-numbers a.page-numbers, a.page-numbers {
color: #777777;
padding: 0.57rem 0.75rem;
}
.woocommerce .woocommerce-pagination li .page-numbers,
.woocommerce .woocommerce-pagination li .page-numbers.current{
position: relative;
display: inline-block;
padding: .5rem .75rem;
margin-left: 0px;
line-height: 1.25;
background-color: #fff;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border: none;
} .sidebar .custom-social-icons li > a:hover{
color: #fff; 
}
.sidebar .head-contact-info , .sidebar .widget em , .footer-sidebar .widget em{
padding: 0;
margin: 0px;
float: none;
}
.sidebar .widget address i , .footer-sidebar .widget address i {padding-right: 0.625rem; padding-left: 0.063rem;}
.sidebar table , .sidebar address{margin: 0;}
.sidebar .right-sidebar {
padding-left: 20px;
}
.sidebar .left-sidebar {
padding-right : 20px;
}
@media only screen and (max-width: 768px) {
.sidebar .right-sidebar {
padding-left: 0px;
}
.sidebar .left-sidebar {
padding-right : 0px;
}
}
.sidebar .widget {
color: #333333;
border:1px solid #e8e8e8;
border-radius: 3px;
padding: 2.063rem 1.875rem 2.25rem;
margin: 0 0 3.125rem;
}
.widget .widget-title {
padding: 0rem 0rem 1.188rem;
font-size: 1.25rem;
font-weight:600;
margin: 0;
z-index: 1;
position: relative;
}
.widget .input-group .form-control , .widget .search-field {
font-size: 0.875rem;
padding-left: 1.25rem; 
padding-right: 1.875rem;
}
.widget .search-submit , .widget .search-field [type=submit] {
position: absolute;
right: 0.625rem;
top: 0.825rem;
background: transparent;
z-index: 3;
display: block;
padding: 0;
}
.woocommerce-widget-layered-nav li:first-child ,
.widget_recent_reviews li:first-child ,
.widget_top_rated_products li:first-child ,
.widget_products li:first-child ,
.widget_nav_menu li:first-child , 
.widget_pages li:first-child ,
.widget_product_categories li:first-child ,
.widget_links li:first-child ,
.widget_categories li:first-child ,
.widget_archive li:first-child ,
.widget_recent_entries li:first-child ,
.widget_meta li:first-child ,
.widget_recent_comments li:first-child {
position: relative;   
margin-top: 0;
padding-top: 0 !important;
}
.woocommerce-widget-layered-nav ul ,
.widget_recent_reviews ul ,
.widget_top_rated_products ul ,
.widget_products ul ,
.widget_nav_menu ul , 
.widget_pages ul ,
.widget_product_categories ul ,
.widget_links ul ,
.widget_categories ul ,  
.widget_archive ul ,
.widget_recent_entries ul ,
.widget_meta ul ,
.widget_recent_comments ul {
list-style: none;
margin-left: 0;
padding-top: 0;
margin: 0;
}
.woocommerce-widget-layered-nav li ,
.widget_recent_reviews li ,
.widget_top_rated_products li ,
.widget_products  li ,
.widget_nav_menu li , 
.widget_pages li ,
.widget_product_categories li ,
.widget_categories li , 
.widget_archive li ,
.widget_recent_entries li ,
.widget_meta li ,
.widget_recent_comments li {
border-bottom: 1px solid #e8e8e8;
padding-top: 0.813rem; 
padding-bottom: 0.813rem;
margin: 0; 
position: relative;
}
.woocommerce-widget-layered-nav li:last-child ,
.widget_recent_reviews li:last-child ,
.widget_top_rated_products li:last-child ,
.widget_products li:last-child ,
.widget_nav_menu li:last-child , 
.widget_pages li:last-child ,
.widget_product_categories li:last-child ,
.widget_links li:last-child ,
.widget_categories li:last-child ,
.widget_archive li:last-child ,
.widget_recent_entries li:last-child ,
.widget_meta li:last-child,
.widget_recent_comments li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.sidebar em ,.sidebar .head-contact-info li 
{color: #333333;font-size:0.875rem;}
.sidebar ul li a {font-size: 0.875rem;}
.widget_nav_menu li::before , 
.widget_pages li::before ,
.widget_product_categories li::before ,
.widget_links li::before ,
.widget_categories li::before , 
.widget_archive li::before ,
.widget_recent_entries li::before ,
.widget_meta li::before,
.widget_recent_comments li::before {
content: "\f105";
font-family: FontAwesome;
color: #333333;
margin-right: 5px;
margin-left: 1px;
}
.widget .tagcloud a {
background-color: #ececec;
font-size: 1rem !important;
display: inline-block;
padding: 5px 10px;
color: #727272;
margin: 0 0.125rem 0.625rem;
}
.widget .tagcloud a:hover{
color: #fff !important;
} 
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
width: 60px !important;
float: left;
margin-left: 0;
padding-left: 0px;
}
.widget select{
margin: 0px 0px;
width: 100%;
padding: 6px 12px;
height: 45px;
border-radius: 2px;
font-size: 0.875rem;
border: 1px solid #e9e9e9;
letter-spacing: 1px;
font-weight: 600;
-webkit-box-shadow: none;
box-shadow: none;
color: #333333;
background: #fff;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border: 1px solid #e9e9e9;
display: block;
}
.widget .post {
position: relative;
margin-bottom: 1.875rem;
background: none;
border-radius: 0;
box-shadow: none;
}
.widget .post .post-thumbnail {
margin: 0 10px 0 0;
overflow: hidden;
float: left;
display: block;
width: 4.5rem;
height: 4.75rem;
border-radius: 0;
background-color: unset;
}
.widget .post .post-thumbnail .img-fluid{width:72px;height: 76px;border-radius: 2px;}
.widget .post:hover {
box-shadow: unset;
}
.widget .post .entry-date {
color: #93a0a7;
font-size: 0.875rem;
line-height: 1.25rem;
margin-right: 0.5rem;
font-weight: 400;
height: 0;
width: 0;
background: unset;
padding-top: 0px;
border-radius:0;
line-height: normal;
position: relative;
margin-top: 0;
right:0;
}
.widget .entry-title{margin: 0;}
.widget .post:last-child{margin-bottom: 0;}
.widget .post .entry-date:before{    
font-family: FontAwesome;
content: "\f017";
margin-right: 0.625rem;
}
.widget .post:hover img {
opacity: unset;
transform:unset;
-webkit-transform: unset;
}
.sidebar .tab-content{margin-top: 0; padding-top: 0;} .widget.widget_media_gallery img
{
max-width: 100%;
height: auto; 
}
.gallery { display: flex; flex-flow: row wrap; justify-content: center; margin-bottom: 0; }
.gallery-item { display: inline-block; margin-right: 16px; margin-bottom: 16px; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-2 .gallery-item { max-width: calc((100% - 16px * 1) / 2) !important; }
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) { margin-right: 0 !important; }
.gallery-columns-3 .gallery-item { max-width: calc((100% - 16px * 2) / 3) !important; }
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) { margin-right: 0 !important; }
.gallery-columns-4 .gallery-item { max-width: calc((100% - 16px * 3) / 4) !important; }
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) { margin-right: 0 !important; }
.gallery-columns-5 .gallery-item { max-width: calc((100% - 16px * 4) / 5) !important; }
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) { margin-right: 0 !important; }
.gallery-columns-6 .gallery-item { max-width: calc((100% - 16px * 5) / 6) !important; }
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) { margin-right: 0 !important; }
.gallery-columns-7 .gallery-item { max-width: calc((100% - 16px * 6) / 7) !important; }
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) { margin-right: 0 !important; }
.gallery-columns-8 .gallery-item { max-width: calc((100% - 16px * 7) / 8) !important; }
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) { margin-right: 0 !important; }
.gallery-columns-9 .gallery-item { max-width: calc((100% - 16px * 8) / 9) !important; }
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) { margin-right: 0 !important; }
.gallery-item:last-of-type { padding-right: 0; }
.gallery-caption {
display: block;
font-size: 0.71111em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
line-height: 1.6;
margin: 0;
padding: 0.5rem;
}
.gallery-item > div > a {
display: block;
line-height: 0;
box-shadow: 0 0 0 0 transparent;
}
.standard-view.blog-single .gallery-item > div > a:focus {
box-shadow: none;
outline: none;
}  .team .card {
font-weight: 400;
border: 0;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
min-height: 400px;
}
.team .card-wrapper {
position: relative;
width: 100%;
margin: 0.125rem 0.125rem 1.75rem;
-webkit-perspective: 800px;
perspective: 800px;
padding: 3px;
} .team .card-wrapper .avatar {
display: block;
width: 120px;
margin-top: -60px;
overflow: hidden;
}
.team .card-wrapper .card-rotating {
height: 100%;
-webkit-transition: .5s;
transition: .5s;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.team .card-wrapper .card-rotating .face {
position: absolute;
z-index: 2;
width: 100%;
background: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.team .card-wrapper .card-rotating .front {
z-index: 1;
}
.team .card-wrapper .card-rotating .front, .card-wrapper .card-rotating .back {
-webkit-transition: 1s;
transition: 1s;
}
.team .card-wrapper .card-up {
height: 200px;
overflow: hidden;
}
.team .card-wrapper .card-up img {
vertical-align: middle;
}
.team .card-img, .card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.team .card-img, .card-img-top, .card-img-bottom {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
}
.team .card-wrapper .avatar img {
width: 100%;
background: none repeat scroll 0 0 #fff;
border: 5px solid #fff;
}
.team .card-wrapper .card-rotating .back {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.grey-text {
color: #9e9e9e;
}
.team .card-wrapper:hover .card-rotating {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.team .list-inline-item a{
border-radius: 50%;
text-align: center;
height: 1.75rem;
width: 1.75rem;
font-size: 0.938rem;
line-height: 0;
transition: all 0.3s;
display: inline-block;
border-radius: 50%;
cursor: pointer;
box-shadow: none;
margin: 0;
padding: 0;
}
.team .list-inline-item a:hover,.list-inline-item a:focus {
color: #fff;
}  .team3 .img-holder img{
max-width: 100%;
border-radius: 50%;
color: #fff;
width: 12rem;
height: 12rem;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.team3 .team-grid .card-body .list-inline li > a {
color: #878e94;
}
.team3 .team-grid .card-body .list-inline li > a:hover {
background-color: unset;
}
.team3 .team-grid .position {
color: #878e94;
}
.team3 .owl-carousel.owl-drag .owl-item{
background: #f5f6fa !important;
}
.team3 .team-grid {
margin: 0.125rem 0.125rem 1.75rem;
padding-bottom: 0.75rem;
padding-top: 2.25rem;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.team3 .owl-theme .owl-nav.disabled+.owl-dots {
margin-top: 3.25rem;
}
.team3 .team-grid .img-holder::before {position:unset;}
.team3 .team-grid:hover .img-holder img{
transform: scale3d(0.9, 0.9, 1);
} .shop .container { overflow: hidden; }
.shop .owl-carousel .owl-stage-outer { overflow: visible; }
.shop-bg .products {
background-color: unset;
}
.post-type-archive .shop-bg .product {
background-color: #fff;
}
.products {
background-color: #fff;
padding: 0;
margin: 0 0 3.75rem;
transition: 0.3s;
position: relative;
text-align: center; }
section.related.products .product {
background-color: #fff;
}
.section-space.shop.woocommerce .page-title
{
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 1px solid #E9E9E9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
border: 1px solid #E9E9E9;
}
.woocommerce a:focus{
outline: none;
}
.woocommerce .comment-reply-title {
border-bottom: none;
}
.woocommerce  .form-row {
display: block;
}
.woocommerce ul.products li.product .onsale, .products span.onsale, .woocommerce span.onsale{
min-width: auto;
min-height: auto;
right: inherit;
color: #FFFFFF;
border-radius: 0;
font-size: 0.938rem;
line-height: 1;
font-weight: 500;
padding: 3px 7px;
margin: 0;
position: absolute;
left: 20px;
top: 20px;
transition: all 0.3s;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
transition: all 0.6s;
text-align: center;
padding: 0.4rem 0.4rem 1.5rem;
margin-bottom: 2rem;
}
.woocommerce ul.products li.product .button, .owl-item .item .cart .add_to_cart_button {
color: #fff;
}
.woocommerce a.remove, .woocommerce .woocommerce-Button, .woocommerce .cart input.button, .woocommerce input.button.alt, .woocommerce button.button, .woocommerce #respond input#submit, .woocommerce .cart input.button:hover, .woocommerce .cart input.button:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce ul.products li.product:hover .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .return-to-shop a.button {
background-color: #333333;
color: #FFFFFF !important;
}
.woocommerce-page ul.products li.product:hover {
box-shadow: 0 14px 25px 0 rgba(0,0,0,0.2);
}
.woocommerce ul.products li.product .price {
display: block;
color: #333333;
font-size: 1.000rem;
font-weight: 600;
margin-bottom: .5em;
}  .woocommerce-loop-product__title {
font-size: 1.125rem !important;
text-transform: capitalize;
}
.woocommerce div.product form.cart .button, .woocommerce a.button, .woocommerce a.button:hover, .woocommerce a.button, .woocommerce .woocommerce-Button, .woocommerce .cart input.button, .woocommerce input.button.alt, .woocommerce button.button, .woocommerce #respond input#submit, .woocommerce .cart input.button:hover, .woocommerce .cart input.button:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce button.button.alt  {
border: 1px solid transparent !important;
}
.woocommerce .product_meta{color:#333333;}
.woocommerce-page .cart input.button:hover, .woocommerce .cart input.button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus {
box-shadow: none;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.woocommerce a.button,.woocommerce a.button:hover  {
color: #fff;
}
.woocommerce-page .services .post{
background-color: #FFFFFF;
background-color: #FFFFFF;
box-shadow: 0px 0px 0px 2px #E9E9E9;
border-radius: 0;
margin-bottom: 40px;
padding: 30px 15px 25px;
transition: all 0.4s ease 0s;
}
.woocommerce-page .services .post .entry-content {
display: block;
overflow: hidden;
margin: 0px;
}
.woocommerce table.shop_table {
border-radius: 0;
margin: 0 -1px 40px 0;
padding: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .input-text {
width: 200px;
padding: 6px 12px;
border-radius: 0;
height: 44px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td {
border-top: none;
}
.woocommerce #review_form #respond textarea, .woocommerce-cart table.cart td.actions .coupon .input-text {
border: 1px solid #E9E9E9;
}
.woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce ul.products li.product .price, .woocommerce .variations td.label, .woocommerce table.shop_table td, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce .woocommerce-ordering select, .woocommerce-cart table.cart td.actions .coupon .input-text, .select2-container .select2-choice {
color: #64646D;
}
.woocommerce .wc-bacs-bank-details-heading, .woocommerce h2:NOT(.site-title), .woocommerce .title h3 {
font-size: 1.125rem ;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
padding: .750rem 1.2rem;
margin-bottom: 0;
box-shadow: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
padding: 0.675rem 1.250rem 0.675rem 3rem;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
background-color: #FBFBFB;
box-shadow: 0 7px 3px -5px #E0E0E0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce .posted_in a, .woocommerce-product-rating a, .woocommerce .tagged_as a, .woocommerce div.product form.cart .variations td.label label, .woocommerce #reviews #comments ol.commentlist li .meta strong, .woocommerce table.shop_table th, .woocommerce-cart table.cart td a, .owl-item .item .cart .add_to_cart_button, .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-error, .woocommerce-info, .woocommerce-message {
color: #333333;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
left: 1rem;
}
.woocommerce {
text-align: left;
}
.woocommerce form .form-row {
padding: 0;
margin: 0 0 15px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label, .wc_payment_method label, .woocommerce #review_form #respond p label {
font-weight: 600;
font-size: 0.938rem;
}
.woocommerce form .form-row .required {
text-decoration: none;
}
.woocommerce form .form-row input.input-text {
border-radius: 0;
height: 45px;
padding: 6px 12px;
}
.woocommerce .col-1,.woocommerce .col-2 {
max-width: 100% !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
padding: 6px 12px;
}
.woocommerce ul.products li.product .button, .woocommerce a.added_to_cart, .woocommerce div.product form.cart .button  {
box-shadow: none;
font-weight: 700;
line-height: 1.3;
border-radius: 0px;
padding: .600rem 0.7rem;
transition: all 0.5s;
margin-top: 0.7rem;
height: auto;
font-size: 0.9375rem;
}
.woocommerce a.added_to_cart {
background: #333333;
border: 1px solid #FFFFFF;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
border-radius: 0;
padding: 6px 12px;
}
.select2-container--default .select2-selection--single {
border: 1px solid #E9E9E9;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 45px;
}
.woocommerce div.product p.price {
text-align: left;
font-weight: 600;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
font-size: 1.25rem;
}
.woocommerce div.product form.cart {
margin-top: 2rem;
padding: 0;
} .woocommerce .quantity .qty {
width: 3.5rem;
text-align: left;
height: 44px;
padding: .500rem 0.7rem;
border-radius: 0;
}
.woocommerce div.product form.cart .button {
padding: .700rem 1.2rem;
margin-top: 0;
}
.single-product .products{box-shadow: unset;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
z-index: 2;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before  {
content: unset;
}
.woocommerce .posted_in a, .woocommerce-product-rating a, .woocommerce .tagged_as a {
transition: all 0.5s;
font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs .panel {
box-shadow: none;
padding: 1rem 1rem 1rem;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
background: #fff;
border: 1px solid #E9E9E9;
}
.woocommerce .related h2 {
margin: 0 0 20px;
}
.woocommerce div.product div.summary {
margin-bottom: 2em;
padding: 0.4rem 0.9rem 1.5rem;
background-color: #fff;
border: 1px solid #E9E9E9;
}
.item-img { width: 100%; position: relative; }
.add-to-cart {
position: absolute;
bottom: 45%;
left: 0;
width: 100%;
background: transparent padding-box content-box;
padding: 0 2.5rem;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
transform: translateY(100%);
z-index: 0;
}
.products:hover .add-to-cart { opacity: 1; visibility: visible; transform: translateY(0); }
.add-to-cart a {
background: #FFFFFF;
display: inline-block;
font-size: 1.75rem;
padding: 8px 8px;
font-weight: 600;
border-radius: 50%;
width: 60px;
height: 60px;
}
@media (max-width:992px){
.add-to-cart a {
padding: 15px 15px;
}}
.added_to_cart.wc-forward
{
color: #fff;
}
.add-to-cart a:hover {
color: #FFFFFF;
}
.product-price { padding: 1.25rem 0 1.125rem; }
.product-price > .woocommerce-loop-product__title { font-size: 1.125rem; text-transform: capitalize; margin-bottom: 5px; }
.product-price .woocommerce-Price-amount { color: #333333; font-size: 1.000rem; font-weight: 600; }
.product-price del { padding-right: 5px; }
.product-price del, .product-price del > span { color: #C0C0C0 !important; }
.products .item-img {
background-color: #000000;
}
.products:hover .item-img img {
zoom: 1;
filter: alpha(opacity=30);
-webkit-opacity: 0.3;
opacity: 0.3;
-webkit-transform: translateY(0px);
transform: translateY(0px);
transition: all 0.3s ease-in-out;
}
.woocommerce div.product form.cart .variations select {
color: #333333;
}
.woocommerce div.product form.cart .variations tr {
border:0;
} .contact-detail {
width: 100%;
}
.contact-area { margin: 0px; padding: 30px 0px; }
.contact-icon { float: left; margin: 0 25px 0 0; padding: 0; }
.contact-icon i {
font-size: 45px;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.contact-area:hover .contact-icon i {  -webkit-transform: scale3d(1.3, 1.3, 1);
transform: scale3d(1.3, 1.3, 1); }
.contact-area h6 {
color: #727272;
font-family: 'Open Sans';
font-weight:600;
font-size: 14px;
letter-spacing: 1px;
line-height: 20px;
margin: 0 0 7px;
}
.contact-area h4{
color: #727272;
font-family: 'Open Sans';
font-weight:600;
font-size: 1.25rem;
letter-spacing: 1px;
line-height: 20px;
margin: 0 0 0px;
word-break: break-word;
} .site-info {
background-color: #000000;
color: #ffffff;
font-size: 0.938rem;
padding: 1.25rem 0;
}
.site-info p{
color: #ffffff;
} .site-privacy{text-align: right;}
.logo-scroll {margin: 0px auto;display: block;}
.logo-scroll img {display: block;margin: 0 auto;}
.logo-scroll a {display: block;outline: unset;}
.logo-scroll img{opacity:0.4;}
.logo-scroll img:hover{opacity:1;}
@media (max-width:600px){
.site-info {text-align: center;}
.site-privacy {text-align: center;}
}
.section-space .owl-carousel:hover .owl-next{
right: 2rem;
}
.section-space .owl-carousel:hover .owl-prev {
left:2rem;
}
.section-space .owl-carousel .owl-prev,.section-space .owl-carousel .owl-next {
top:40%;
}
.section-space.shop .owl-carousel .owl-prev,.section-space.shop .owl-carousel .owl-next {
top:30%;
}
.section-space.sponsors .owl-carousel .owl-prev,.section-space.sponsors .owl-carousel .owl-next {
top:20%;
}
.site-page .post {
background: #fff;
position: relative;
transition: all 0.3s;
margin-bottom: 3.125rem;
box-shadow: 0px 0px 1px 1px #E8E8E8;
border-radius: 3px;
} .page-title-section
{
background: #17212c url(//sos-ksecurite.fr/wp-content/themes/spice-software/assets/images/Breadcrumb/breadcrumb-6.jpg);
background-attachment: scroll;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 126px 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.page-title-section .page-title h1 
{ 
text-align: center; 
font-weight: bold;
line-height: 1.3;
font-size: 2rem;
color: #fefefe;
margin: 0 0 10px;
word-break: break-word;
}
.page-breadcrumb li { 
display: inline-block;
}
.page-breadcrumb 
{ 
margin: 0; 
padding: 0; 
color: white;
text-align:center;
font-weight: 700;
font-size: 1rem;
}
.page-breadcrumb li a
{
color: #fff;
word-break: break-word;
}
.page-breadcrumb .icon::before
{ 
font-size: 0.938rem;
content: "/";
font-family: FontAwesome;
padding-right: 0.625rem;
padding-left: 0.625rem;
color: #fff;
} .page-title-section .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
} .page-section-space {
padding: 6.25rem 0 4.375rem;
}
.about-section {
background-color: #f5f5f5;  }    
.about-header{padding-left: 1.125rem;
padding-bottom: 0.75rem;}
.about-title {
margin-bottom: 1rem;
}
.about-subtitle{
margin-bottom: 0.75rem;
}
.about-header .btn-small{ padding: 0.688rem 2.3rem;margin-top: 0.5rem;}
.about-header p{margin-bottom: 1rem;}
.about-header .btn-default:hover,.about-header  .btn-default:focus {
background: #ffffff;
color: #333333;
}   
.img-decorate{
height: 120px;
width: 120px;
position: absolute;
top: -20px;
left: -20px;
z-index: 1;
border-radius: 10%;
}
@media (max-width: 576px){
.img-decorate {
height: 60px;
width: 60px;
left: 18px;
top: 0px;
}
.about-section .view img{padding: 20px 0 0 10px;} 
}
@media (min-width: 768px) and (max-width: 1199.98px) {
.img-decorate {
height: 60px;
width: 60px;
left: 0px; 
}
} .contact-detail-area{
text-align: center;
transition: all .4s ease 0s;
box-shadow: 0 0 0px 1px rgb(163, 163, 163,0.5);
padding: 3.25rem 2.5rem 2.625rem;
margin-bottom: 2rem;
}
.contact-detail-area address, .contact-detail-area a {
color: #727272;
}
.contact-detail-area i {
border-radius: 10%;
display: block;
font-size: 2.5rem;
line-height: 1.7;
height: 70px;
box-shadow: 0 0 10px 1px rgb(163, 163, 163,0.5);
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
transition: all .1s ease 0s;
width: 70px;
background: #fff;
}
.contact-detail-area h5 {
font-size: 1.25rem;
margin: 1.563rem 0;
text-align: center}
.contact-detail-area address {
font-size: 1rem;
margin-bottom: 5px;
text-align: center
}
.contact-detail-area:hover{
box-shadow: 0 0 10px 1px rgba(163, 163, 163,0.5);
background-color: #fff;
}
.contact-detail-area:hover i {
box-shadow: 0 0 0px 1px rgba(163, 163, 163,0.5);
}
.wpcf7-form-control-wrap:after {
font-family: 'FontAwesome';
right: 30px;
position: absolute;
top: 12px;
}
.wpcf7-form-control-wrap {
position: relative;
display: block;
clear:both;
width: 90%;
}
.your-name:after , .comment-form .your-name:after{ content: "\f007";}
.your-email:after , .comment-form .your-email:after{ content: "\f0e0";}
.your-subject:after , .comment-form .your-subject:after{ content: "\f078";}
.your-message:after , .comment-form .your-message:after{ content: "\f040";}
input::placeholder, textarea::placeholder{color:#727272;font-size:12px;}
.wpcf7-form input,. .wpcf7-form textarea ,
.comments-form input
{margin-bottom:2rem;padding-right: 2.5em; }
.button-holder{margin:0 auto;}
.page-template-template-contact-us form.wpcf7-form.init {
display: inline;
}
.page-template-template-contact-us form.wpcf7-form.init p {
float: left;
width:33%;
}
.page-template-template-contact-us form.wpcf7-form.init p input[type="text"],.page-template-template-contact-us form.wpcf7-form.init p input[type="email"]{
width:100%
}
.page-template-template-contact-us form.wpcf7-form.init p textarea{
width:100%
}
.page-template-template-contact-us form.wpcf7-form.init p:nth-child(4n+1){ width:100%;
}
form.wpcf7-form.init textarea{
height:125px;
}
.page-template-template-contact-us form.wpcf7-form.init p:nth-child(5n+1){
margin:0;
padding:0;
float:none;
text-align:center;
width: 100%;
}
form.wpcf7-form p:nth-child(5n+1){
text-align:center;
}
.page-template-template-contact-us span.wpcf7-form-control-wrap.your-message {
width: 96%;
}
@media (max-width: 500px) {
.page-template-template-contact-us form.wpcf7-form.init p {
float: none;
width:100%;
}
.page-template-template-contact-us .wpcf7-form-control-wrap {
width: 100%;
}
.page-template-template-contact-us span.wpcf7-form-control-wrap.your-message {
width: 100%;
}
} .md-pills .nav-link.active {
color: #fff;
}
button.close {
position: absolute;
right: 0;
z-index: 2;
padding-right: 1rem;
padding-top: .6rem;
}
.flex-center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
.tab-content {
padding-top: 2.3rem;
}
.portfolio .md-pills .nav-link {
padding: .2rem 1.3rem;
border-radius: 3px;
}
.portfolio .tab-content .portfolio-thumbnail {
background-color: #000000;
}
.portfolio .tab-content .portfolio-thumbnail {
position: relative;
overflow: hidden;
margin: 0px 0 30px;
width: 100%;
text-align: left;
border-radius: 3px;
} 
.portfolio .tab-content .portfolio-thumbnail .entry-title{
margin-bottom:0.313rem
}
.portfolio .tab-content .portfolio-thumbnail p {
color: #fff;
}
.portfolio .tab-content .portfolio-thumbnail::before, .portfolio .tab-content .portfolio-thumbnail::after {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.60s, -webkit-transform 0.60s;
transition: opacity 0.60s, transform 0.60s;
}
.portfolio .tab-content .portfolio-thumbnail figcaption {
position: absolute;
bottom: 0%;
width: 100%;
-webkit-transform: translateY(100%);
transform: translateY(100%);
padding: 15px 30px 25px;
background-color: transparent;
-webkit-transition: 0.4s;
transition: 0.4s;
z-index: 1;
}
.portfolio .tab-content .portfolio-thumbnail:hover img {
zoom: 1;
filter: alpha(opacity=20);
-webkit-opacity: 0.2;
opacity: 0.2;
-webkit-transition: opacity 0.60s, -webkit-transform 0.60s;
transition: opacity 0.60s, transform 0.60s;
}
.portfolio .tab-content .portfolio-thumbnail:hover figcaption, .portfolio .tab-content .portfolio-thumbnail:hover .entry-title, .portfolio .tab-content .portfolio-thumbnail:hover p, .portfolio .tab-content .portfolio-thumbnail:hover i {
-webkit-transform: translateY(0);
transform: translateY(0);
-moz-transform: translateY(0);
opacity: 1;
}
.portfolio .tab-content .portfolio-thumbnail i {
background-color: transparent;
border-radius: 5%;
position: absolute;
font-size: 2rem;
line-height: 1.2;
width: 2.5rem;
height: 2.5rem;
top: 30px;
right: 30px;
text-align: center;
-webkit-transform: translateY(-55px);
transform: translateY(-55px);
-webkit-transition: 0.3s;
transition: 0.3s;
font-style: normal;
z-index: 1;
opacity: 0;
}
.portfolio .tab-content .portfolio-thumbnail:hover::before, .portfolio .tab-content .portfolio-thumbnail:hover::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.portfolio button:hover{background:transparent;}
@media (min-width:600px){.portfolio .view img{height: 100%}} .error-page{    
background: url(//sos-ksecurite.fr/wp-content/themes/spice-software/assets/images/bg/404.png);
background-attachment: scroll;
background-position: top center;
background-repeat: no-repeat;
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
padding: 11rem;
margin-top: 6.25rem;}
.error-page h2{font-size: 6.25rem;margin: 0;line-height: 1.1;}
.error-page h3{margin: 0;font-size:2.25rem;font-weight: 400}
.error-page .btn-small{padding: 0.75rem 3.125rem;font-size: 1rem;font-weight: 700}
.error-page .custom-social-icons li > a{background-color: #727272;}
.error-page .custom-social-icons li > a{background-color: #727272;}
.error-page .custom-social-icons li > a:hover,.error-page .custom-social-icons li > a:focus {
color:#fff;
}
.error-page .social-icon{padding-top:2rem;}
@media (max-width: 1200px){.error-page{background-size:contain;} } @media (min-width: 768px){
.s-l-space {
padding-left: 0.625rem;
}
}
.footer-sidebar{padding: 6.25rem 0 5rem;}
.footer-sidebar .widget {
color: #ffffff;
padding: 0 0 1.25rem;
margin: 0;
}
@media (max-width: 576px){
.footer-sidebar .widget {
padding: 1.625rem 0 1.125rem;
}
.blog .right-sidebar {
padding-top: 1.875rem;
}
}
.site-footer{
background-color:#21202e;
position: relative;
z-index: 1;
}
.footer-sidebar .woocommerce div.product p.price, 
.footer-sidebar .woocommerce div.product span.price, 
.footer-sidebar .woocommerce .posted_in a, 
.footer-sidebar .woocommerce-product-rating a, 
.footer-sidebar .woocommerce .tagged_as a, 
.footer-sidebar .woocommerce div.product form.cart .variations td.label label, 
.footer-sidebar .woocommerce #reviews #comments ol.commentlist li .meta strong, 
.footer-sidebar .woocommerce table.shop_table th, 
.footer-sidebar .woocommerce-cart table.cart td a, 
.footer-sidebar .owl-item .item .cart .add_to_cart_button, 
.footer-sidebar .woocommerce ul.cart_list li a, 
.footer-sidebar .woocommerce ul.product_list_widget li a, 
.footer-sidebar .woocommerce-error, 
.footer-sidebar .woocommerce-info, 
.footer-sidebar .woocommerce-message {
color: #ffffff;
}
.footer-sidebar .woocommerce .posted_in a:hover, 
.footer-sidebar .woocommerce-product-rating a:hover, 
.footer-sidebar .woocommerce .tagged_as a:hover, 
.footer-sidebar .woocommerce-cart table.cart td a:hover, 
.footer-sidebar .woocommerce ul.cart_list li a:hover, 
.footer-sidebar a{color:#fff;}
.footer-sidebar address {
margin: 0 0 0.5em;
}
.footer-sidebar .footer-logo{margin-bottom: 20px;}
.footer-sidebar .widget .widget-title {
position: relative;
padding-bottom: 0.5rem; margin: 0 0 1rem;
}
.header-sidebar .widget:last-child {
margin: 0;
}
.head-contact-info li:first-child {    
padding: 0;
}
.header-sidebar .widget {
color: #fff;
box-shadow: none;
padding: 0;
margin: 0;
}
.footer-sidebar .widget_text{
font-size: 0.938rem;
line-height: 2.35;
}
.footer-sidebar .widget_text p,.footer-sidebar .widget_text h6{
margin: 0;
color: #fff;
line-height: 1.6;
margin-bottom: 0.625rem;
}
@media (max-width: 576px){
.footer-sidebar .widget_archive li:before,.footer-sidebar  .widget_categories li:before,.footer-sidebar  .widget_links li:before,.footer-sidebar .widget_meta li:before,.footer-sidebar .widget_nav_menu li:before,.footer-sidebar .widget_pages li:before,.footer-sidebar .widget_recent_comments li:before,.footer-sidebar .widget_recent_entries li:before {
padding-left: 7px;
} }
.footer-sidebar .widget li{
border-bottom: none;
padding-top: 0.313rem;
padding-bottom: 0.313rem;
margin: 0;
position: relative;
} .footer-sidebar .widget .widget-title:after img{content: none;padding: 0}  .site-info { background-color: #020508; font-size: 0.938rem; padding: 1.25rem 0; position: relative;width: 100%;z-index: 1;}
.site-info a { color: #ffffff; }
.site-info.layout-1 li:before, .site-info.layout-2 li:before {
left:auto;
position: absolute;
margin-left: -20px;
}
.site-info.layout-1 .widget, .site-info.layout-2 .widget { margin: 0; padding: 0; box-shadow: none ;} .site-info .widget_archive li, .site-info .widget_categories li, .site-info .widget_links li,
.site-info .widget_meta li, .site-info .widget_nav_menu li, .site-info .widget_pages li,
.site-info .widget_recent_comments li, .site-info .widget_recent_entries li {
padding-top: 0px;
padding-bottom: 14px;
border-bottom: none;
}
@media (min-width: 768px){
.site-info.layout-1 .section-1{text-align: left;}
.site-info.layout-1 .section-2{text-align: right;}
.site-info.layout-1 .section-2 .widget .widget-title:after {
left: auto;
right: 0;
}}
.site-info.layout-1 .widget .widget-title:after {
left: 49%;
}
.site-info.layout-1 .calendar_wrap{text-align: left;}
.site-info.layout-1 .nav-menu li, .site-info.layout-2 .nav-menu li{
display: inline-block;
margin-right: 15px;
}
.site-info.layout-1 .nav-menu, .site-info.layout-2 .nav-menu{
margin: 0;
}
@media (min-width: 500px) {
.site-info .left
{
text-align: left;
}
}
.site-info .right
{
text-align: right;
}
.site-info.layout-2 .right .widget .widget-title:after {
left: 90%;
}
.site-info.layout-2 .calendar_wrap{text-align: justify;} .lines{
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
margin: auto;
width: 78vw;
z-index: -1;
}
.lines .line{
position: absolute;
width: 1px;
height: 100%;
top: 0;
left: 50%;
background: rgba(255,255,255,.1);
overflow: hidden;
}
.lines .line::after {
content: "";
display: block;
position: absolute;
height: 15vh;
width: 100%;
top: -50%;
left: 0;
background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 75%,#fff 100%);
-webkit-animation: 37s cubic-bezier(.4,.26,0,.97) infinite run;
animation: 37s cubic-bezier(.4,.26,0,.97) infinite run;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.lines .line:nth-child(1){margin-left:-19%}
.lines .line:nth-child(1)::after {
-webkit-animation-delay:2s;
animation-delay:2s
}
.lines .line:nth-child(3){margin-left:19%}
.lines .line:nth-child(3)::after {
-webkit-animation-delay:2.5s;
animation-delay:2.5s
}
@-webkit-keyframes run{0%{top:-50%}100%{top:110%}}
@keyframes run{0%{top:-50%}100%{top:110%}}  .scroll-up.right {
position: fixed;
display: none;
bottom: 12px;
right: 30px;
z-index: 999;
}
.scroll-up.left {
position: fixed;
display: none;
bottom: 12px;
left: 30px;
z-index: 999;
}
.scroll-up a {
display: block;
height: 2.5rem;
width: 2.5rem;
text-align: center;
line-height: 2;
border-radius: 3px;
font-size: 1.25rem;
color: #fff;
opacity: 1;
transition: all 0.3s ease 0s;
box-shadow: 0 0 10px rgba(0,0,0,.2);
}    .related-post {margin-bottom: 3.125rem;}
.related-post .single-post {border: 1px solid #e8e8e8;}
.related-post .single-post:hover{background-color: #fff;}
.related-post .single-post .post-content{padding: 1.25rem;}
.related-post .next{text-align: right;}
.related-post .title{margin-bottom: 15px;}
.related-post .single-post .fa { 
height: 35px; 
width: 35px; 
background-color:transparent; 
border:1px solid #e8e8e8;
font-size: 20px;
font-weight: 700;
padding: 7px 12px 0;
transition: 0.3s;
}
.related-post .next .fa{margin-left: 20px;}
.related-post .preview .fa{margin-right: 20px;}  
.related-post .single-post a:hover .fa{ 
color: #fff; 
}
@media (max-width: 768px) {
.related-post .next{text-align: left;}
} .comment-section { float: none; margin: 0 10px 30px 0; padding: 0; }
.comment-box { margin: 0 !important; padding: 0; position: relative; }
.pull-left-comment { float: left; margin-right: 20px; }
.comment-img {
border-radius: 100%;
height: 70px;
margin: 2px 0 20px;
width: 70px;
}
.comment-detail {
border-bottom: 1px solid #e9e9e9;
margin-bottom: 35px;
margin-left: 0;
padding: 0 0 15px;
}
.comment-detail-title {
color: #242526;
font-family: 'Open Sans';
font-weight:600;
font-size: 15px;
letter-spacing: 0;
line-height: 20px;
margin: 0 0 7px;
}
.comment-date {
display: block;
color: #8f969c;
font-family: 'Open Sans';
font-weight:400;
font-size: 14px;
line-height: 20px;
margin: 0 0 8px;
padding-left: 0px;
vertical-align: middle;
}
.comment-date a { color: #8f969c; }
.comment-detail p {
color: #727272;
font-family: 'Open Sans';
font-weight:400;
font-size: 14px;
letter-spacing: 0.5px;
line-height: 25px;
margin: 0;
text-align: justify;
}
.reply { font-size: 13px; float: right; }
.reply a {
display: inline-block;
font-family: 'Open Sans';
font-weight:600;
font-size: 15px;
letter-spacing: 0;
line-height: 20px;
padding: 0;
transition: all 0.3s ease 0s;
} .comment-form .comment-reply-title{
padding-bottom: 0.938rem
}
.comment-form .button-holder input{margin-top: 25px;}
.comment-form .blog-form-group:after {
font-family: 'FontAwesome';
right: 30px;
margin-top: -40px;
position: absolute;
}
.comment-form .blog-form-group-textarea:after {
font-family: 'FontAwesome';
right: 30px;
margin-top: -115px;
position: absolute;
}
@media (max-width: 768px) {
.comment-form .blog-form-group:after {
margin-top: -30px;
}
.comment-form .blog-form-group-textarea:after {
margin-top: -85px;
}
}
.site-info ul li:first-child {
margin-left: 0px;
}
.footer-sidebar .widget_text p{padding-top: 0.25rem;}
.footer-sidebar .widget li:before {color:#fff;}  .services2 .post {
position: relative;
background:#fff;
margin-bottom: 2rem;  
padding:1.25rem 1.563rem;
transition: 0.25s; 
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;  
}
.services2 .post::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 2px;
height: 100%;
transition: .5s;
z-index: 0;
}
.services2 .post:hover::before {
width: 100%;
}
.services2 .post:hover .entry-content p {
color: #fff;
position:relative;
}
.services2 .post-thumbnail { 
position: relative;
text-align: left;
}
.services2 .post-thumbnail i.fa { 
font-size: 2.25rem;  
text-align: center;
}
.services2 .post:hover .post-thumbnail i.fa { 
color: #fff;  
}
.services2 .post:hover{ 
color: #fff; 
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
}
.services2 .post .entry-header .entry-title a {transition: 0s; }
.services2 .entry-header .entry-title a:hover { color:#fff !important;}
.services2 .post:hover .entry-header .entry-title a,.services2 .post:hover .entry-header .entry-title{color:#fff; position: relative;}
.services2 .post-thumbnail img {  
width: 70px;
height: 70px; 
}  .services3 .post { margin: 0; padding: 0 1.25rem 3.438rem; transition: 0.3s;  }
.services3 .post-thumbnail { 
position: relative;
text-align: center;
margin: 0 auto 1.550rem;
}
.services3 .post-thumbnail img { border-radius: 2px; }
.services3 .post-thumbnail i.fa, .services3 .post-thumbnail img { 
border-radius: 50%;
color: #fff;
width: 5rem;
height: 5rem; 
font-size: 2.25rem;
line-height: 1.8;
padding: 5px; 
border: 4px solid #fff;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.services3 .post-thumbnail img {
border: 0px solid #fff;
}
.services3 .post:hover .post-thumbnail img{padding: 0;}
.services3 .post:hover .post-thumbnail i.fa, .services3 .post:hover .post-thumbnail img { border: 4px solid #fff;
-webkit-transform: scale3d(1.2, 1.2, 1);
transform: scale3d(1.2, 1.2, 1);
}
.services3 .post:hover .post-thumbnail i.fa{background: #f5f6fa;}
.services3 .post-thumbnail img{
width: 80px;
height: 80px;
}  .services4 .post {
margin-bottom: 3rem;
padding: 1rem 1.125rem 1rem 5.25rem;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
position: relative; 
}
.services4 .post:hover {
-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.services4 .post-thumbnail { 
position: absolute;
left: 0;
top: 0;
text-align: left;
padding: 1rem 0;
}
.services4 .post-thumbnail i.fa, .services4 .post-thumbnail img { 
font-size: 2.5rem; 
text-align: center;
-webkit-transition: -webkit-transform .2s ease-in-out;
transition: transform .2s ease-in-out;
}
.services4 .post:hover .post-thumbnail i.fa, .services4 .post:hover .post-thumbnail img{
webkit-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
.services4.service_wrapper .entry-header {margin: 0 0 0.938rem;}
.services4 .post-thumbnail img{
width: 60px;
border-radius: 3px;
}  #testimonial-carousel2 .avatar,.page-template-template-testimonial-6 .avatar {
display: inline-block;
position: absolute;
left: 20px;
}
#testimonial-carousel2 .testmonial-block,.page-template-template-testimonial-6 .testmonial-block {
box-shadow: 5px 5px 6px rgba(255, 255, 255, 0.01);
padding: 30px 30px 30px 190px;
margin: 0 15px 30px 15px;
overflow: hidden;
position: relative;
min-height: 200px;
}
#testimonial-carousel2 .testmonial-block .entry-content,.page-template-template-testimonial-6 .testmonial-block .entry-content {
margin: 0px 0 0.25rem;
}
#testimonial-carousel2 .testmonial-block .entry-content:before,
#testimonial-carousel2 .testmonial-block .entry-content.quote:before,
.page-template-template-testimonial-6 .testmonial-block .entry-content:before,
.page-template-template-testimonial-6 .testmonial-block .entry-content.quote:before {
top: 0;
}
.testi-2:before {
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 0;
}
.testimonial.testi-2 {  }
#testimonial-carousel2 .testmonial-block:before,.page-template-template-testimonial-6 .testmonial-block:before{
content: "";
position: absolute;
bottom: 0;
right: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
transform: rotate(-45deg);
transform-origin: 80% -30% 0;
}
@media (max-width:768px){
#testimonial-carousel2 .testmonial-block,.page-template-template-testimonial-6 .testmonial-block {
padding: 15px;
margin: 0 15px 15px;
}
#testimonial-carousel2 .avatar,.page-template-template-testimonial-6 .avatar {
position: relative;
}
#testimonial-carousel2 .avatar,.page-template-template-testimonial-6 .avatar {
left: 0px;
}
#testimonial-carousel2  .testmonial-block .avatar,.page-template-template-testimonial-6 .testmonial-block .avatar {
margin: 0 0px 1.75rem;
}
}  .team2 .team-grid .card-body .list-inline li > a {
color: #878e94;
}
.team2 .team-grid .card-body .list-inline li > a:hover {
background-color: unset;
}
.team2 .team-grid .card-body p {
color: #878e94;
}
.team2 .team-grid .img-holder img {
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.team2 .team-grid .img-holder::before {position:unset;}
.team2 .team-grid:hover .img-holder img{
transform: scale3d(0.9, 0.9, 1);
}  .testimonial.testi-3 {
background: url(//sos-ksecurite.fr/wp-content/themes/spice-software/assets/images/bg/bg-img.jpg) 112% 50% no-repeat;
}
#testimonial-carousel3 .testmonial-block,.page-template-template-testimonial-7 .testmonial-block {
padding: 0 1rem 3.125rem 1rem;
text-align: center;
}
.testi-3 .owl-theme .owl-dots {
margin: 0rem 0rem 0rem;
}
#testimonial-carousel3 figcaption,.page-template-template-testimonial-7 figcaption{padding-bottom: 0.5rem;}
#testimonial-carousel3 .testmonial-block .avatar,.page-template-template-testimonial-7 .testmonial-block .avatar {
margin: 0px auto 1.75rem;
}
.testi-3:before {
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 0;
}
.testi-3 .entry-content:before, .testi-3 .entry-content.quote:before {
opacity: 1;
font-size: 1rem;
top: 7px;
left: -11px;
right: auto;
}
#testimonial-carousel3 .testmonial-block .entry-content,.page-template-template-testimonial-7 .testmonial-block .entry-content {
margin: 0px 0 0.5rem;
}
@media (min-width: 992px){.testi-3 .entry-content:before, .testi-3 .entry-content.quote:before {left: -15px;}}
#testimonial-carousel2  .testmonial-block .avatar {
margin: 0 0px 1.75rem;
}
}  .testimonial.testi-4 {
background: url(//sos-ksecurite.fr/wp-content/themes/spice-software/assets/images/bg/bg-img.jpg) 112% 50% no-repeat;
}
#testimonial-carousel4 .testmonial-block,.page-template-template-testimonial-8 .testmonial-block{
box-shadow: 0px 6px 6px 0px rgba(255, 255, 255, 0.1);
margin-bottom: 2px;
}
#testimonial-carousel4 .testmonial-block .entry-content:before,
#testimonial-carousel4 .testmonial-block .entry-content.quote:before,
.page-template-template-testimonial-8 .testmonial-block .entry-content:before,
.page-template-template-testimonial-8 .testmonial-block .entry-content.quote:before{
font-size: 3.875rem;
top: -18px;
}
#testimonial-carousel4 .testmonial-block .avatar,
.page-template-template-testimonial-8 .testmonial-block .avatar {
margin: 0px 0.987rem 0.75rem auto;
display: inline-block;
width: 4.563rem;
height: 5.563rem;
}
#testimonial-carousel4 .testmonial-block .entry-content,
.page-template-template-testimonial-8 .testmonial-block .entry-content {
margin: 0px 0 0.5rem;
}
#testimonial-carousel4 .testmonial-block figcaption,
.page-template-template-testimonial-8 .testmonial-block figcaption{
display: inline-block;
vertical-align: middle;
text-align: left;
}
#testimonial-carousel4.owl-theme .owl-nav.disabled+.owl-dots,
.page-template-template-testimonial-8.owl-theme .owl-nav.disabled+.owl-dots {
margin-bottom: 1.75rem;
margin-top: 2rem;
}
.testi-4:before {
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 0;
}  .team4 .team-grid {
margin: 2px auto;
padding-bottom: 0px;
margin: 0.125rem 0.125rem 1.75rem;
text-align: center;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}
.team4 .list-inline  > a {
cursor: pointer;
}
@media (min-width: 768px){
.team4 .avatar{width: 222px;
height: auto;}
}
.team4 .overlay {
position: relative;
overflow: hidden;
}
.team4 .team-grid:hover .overlay::before {
opacity: 1;
width: 100%;
visibility: visible;
}
.team4 .overlay::before {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 100%;
background: rgba(0, 0, 0, 0.7);
content: "";
opacity: 0;
z-index: 6;
visibility: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.team4 .team-grid .img-holder::before {position:unset;}
.team4 .team-grid:hover .list-inline  {
opacity: 1;
visibility: visible;
transform: translateX(0);
transition-delay: .2s;
}
.team4 .list-inline  li a {
color: #061018;
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.team4 .list-inline {
background: #ffffff;
display: inline-block;
position: absolute;
top: 10px;
left: 0;
padding: 8px 20px;
border-radius: 300px;
z-index: 44;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
}
.team4 .team-grid .list-inline .list-inline-item{
margin-right: 0rem;
}
.team4 .team-grid .list-inline li > a:hover {
background-color: unset;
} .portfolio.portfolio-gallery .col-2,.portfolio.portfolio-gallery .col-3,
.portfolio.portfolio-gallery .col-4,.portfolio.portfolio-gallery .col-6,
.portfolio.portfolio-gallery .col-lg-2,.portfolio.portfolio-gallery .col-lg-3,
.portfolio.portfolio-gallery .col-lg-4,.portfolio.portfolio-gallery .col-lg-6,
.portfolio.portfolio-gallery .col-md-2,.portfolio.portfolio-gallery .col-md-3,
.portfolio.portfolio-gallery .col-md-4,.portfolio.portfolio-gallery .col-md-6,
.portfolio.portfolio-gallery .col-sm-2,.portfolio.portfolio-gallery .col-sm-3,
.portfolio.portfolio-gallery .col-sm-4,.portfolio.portfolio-gallery .col-sm-6{
padding: 0 !important;
}
.portfolio.portfolio-gallery .modal-body .col-md-6.py-5{padding: 3rem!important;}
.portfolio.portfolio-gallery{
line-height: 1.6;
}
.portfolio.portfolio-gallery .tab-content .portfolio-thumbnail {
margin: 0px;
border-radius: 0;
}
.portfolio.portfolio-gallery .card-img-top {
border-top-left-radius: 0;
border-top-right-radius: 0;
} .stickymenu{
position: fixed;
top: 0;
width: 100%;
background-color: rgba(255,255,255,0.93);
box-shadow: 0 3px 5px rgba(0,0,0,0.05);
z-index: 1000;
}
body.admin-bar .stickymenu{
top: 32px;
}
@media (max-width: 600px){
body.admin-bar .stickymenu{
top: 0;
}
}
.stickymenu1{
display: none;
position: fixed;
top: 0;
width: 100%;
background-color: rgba(255,255,255,0.93);
box-shadow: 0 3px 5px rgba(0,0,0,0.05);
z-index: 1000;
}
.navbar.shrink{transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out ;
background-color: rgba(255,255,255,0.93);}
.navbar.shrink1 {
padding-top: 0rem;
padding-bottom: 0rem;
width: 100%;
box-shadow: 0 3px 5px rgba(0,0,0,0.05);
z-index: 1000; 
position: fixed;
top: 0;
}
.shrink1{
width: 100%;
box-shadow: 0 3px 5px rgba(0,0,0,0.05);
z-index: 1000; 
position: fixed;
top: 0;
} .main-footer {
background-color: #061018;
margin: 0;
padding: 0;
position: relative;
border-top: 0px solid #828282;
background-image: url(//sos-ksecurite.fr/wp-content/themes/spice-software/assets/images/bg/bg-img.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
.main-footer .footer-overlay{   
display: block;
height: 100%;
position: absolute;
left: 0;
top:0;
width: 100%;
z-index: 0;
background-color: rgba(1, 7, 12, 0.50);
}
.site-info .footer-sidebar{
padding: 0rem;
}
.site-info .footer-sidebar.text-center .widget .widget-title:after {
margin: 0 auto;
}
@media (min-width: 1200px){
.site-info .footer-sidebar .right-info .widget .widget-title:after {
right: 0;
position: absolute;
}
.site-info .right-info{text-align: right;}
}
.site-info .copyright{padding-bottom: 1rem;} 
.site-info ul.site-privacy {float: right;margin-bottom: 0;}
.site-info ul.site-privacy li a {color: #fff ;font-size: 0.938rem;font-weight: 100;}
.site-info ul.site-privacy li {
display: inline-block;
margin-left: 20px;
position: relative;
color: #fff;
font-size: 14px;
line-height: initial;
}
.site-info ul.site-privacy li::before {
content: "";
width: 4px;
height: 1px;
background: #fff;
left: -11px;
top: 50%;
position: absolute;
transform: translateY(-50%);
}
.site-info ul.site-privacy li:first-child::before {
margin-left: 0;
content: none;
}
.site-info span a {font-weight: 500; }
@media only screen and (max-width: 767px) {
.site-info ul.site-privacy , .site-info span {
text-align: center;
margin-top: 10px;
float: none;
}
}
@media (max-width: 600px){
.site-info .footer-sidebar{
text-align: unset; 
}
.site-info .footer-sidebar .widget .widget-title:after {
margin: 0 auto;
}}
.site-info .footer-sidebar.text-center .widget .widget-title:after {
margin: 0 auto;
}
.site-info .footer-sidebar .nav-menu li {
display: inline-block;
margin-right: 15px;
} @media (min-width: 768px){
.contact1 .section-header,.contact2 .section-header,.contact3 .section-header {
margin: 0rem 0rem 0.8rem;
}}
.contact1 .contact-form-map{margin: 0rem 0rem 4.375rem;}
.contact2 .contact-detail-area {
padding: 3.25rem 0.5rem 2.625rem;
margin-top: 2rem;
}
.contact-area img{
max-width: 100px;
} @media (min-width: 1200px){
body.boxed {
width: 1210px;
-webkit-box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
margin: 30px auto;
position: relative;
background: url(//sos-ksecurite.fr/wp-content/themes/spice-software/assets/images/bg-pattern/bg-img1.png) repeat fixed;
}
} .blog-author {
background-color: #FFFFFF;
border: 1px solid #ECEFF3;
margin: 0 0 5rem;
padding: 2.188rem 1.875rem 1.875rem;
}
.blog-author.media .avatar img {
border-radius: 50%!important;
}
.blog-author .avatar {
margin: 0 2.5rem 0px 0;
height: 12.5rem;
width: 12.5rem;
}
.blog-author {
background-color: #FFFFFF;
border: 1px solid #ECEFF3;
margin: 0 0 5rem;
padding: 2.188rem 1.875rem 1.875rem;
}
.comment-section {
background-color: #FFFFFF;
margin: 0 0 3rem;
padding: 10px 20px 10px 20px;
}
.pull-left-comment {
float: left;
margin-right: 1.875rem;
width: 6.25rem;
height: 6.25rem;
}
.comment-reply-title {
margin: 0 0 1.875rem;
border-bottom: 1px solid #323232;
padding-bottom: 0.625rem;
}
.media-body h5 {
margin: 0;
}
@media only screen and (max-width: 600px){
.blog-author .avatar {
width: 8.5rem;
height: 8.5rem;
}
}
.comment-detail {
border-bottom: 1px solid #ECEFF3;
margin: 0 0 2.813rem;
padding-bottom: 2.25rem;
}
form#commentform label {
display: inline!important;
}
.comment-form {
margin-bottom: 3.75rem;
} .wpgmza-google-maps-api-error-overlay{
background:unset!important;
}
img.custom-logo{
width: 100%;
}
.page-breadcrumb a{
color: #ffffff;
} .site-info li.menu-item{
list-style: none;
}
.header-sidebar .widgettitle{
color: #ffffff;
}
.header-sidebar .textwidget p{
color: #ffffff;
}
.section-space.sponsors{
background-color: #f8f8f8;
} .scroll-up a:hover {
color: #fff;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
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; }  @media (min-width: 992px){
.hp-mega-menu{position: static !important;}
.navbar ul li.hp-mega-menu ul .dropdown-menu{display:block !important; padding: .5rem 0;}
.navbar ul li.hp-mega-menu a {position: relative;padding: .1rem 1.000rem;}
.navbar ul > li.hp-mega-menu > ul {width: 100% !important;}
.navbar ul li.col-two ul > li {width: 50%;}
.navbar ul li.col-three ul > li {width: 33.33%;}
.navbar ul li.col-four ul > li {width: 25%;}
.navbar ul li.hp-mega-menu ul > li {float: left !important;}
.navbar ul > li.hp-mega-menu > ul > li > a {font-size: 20px;font-weight: 700;cursor: auto;padding-bottom: 0.625rem;}
.navbar ul li.hp-mega-menu ul li .dropdown-menu {right: auto !important;left: auto !important;padding-bottom: 0;padding-top: 0;}
.nav.navbar ul li.hp-mega-menu ul li .dropdown-menu {position: relative;opacity: 1;transform: scaleY(1);}
.navbar ul li.hp-mega-menu ul li ul.dropdown-menu {opacity: 1 !important;transform: scaleY(1);visibility: visible;box-shadow: none;}
.navbar ul li.hp-mega-menu ul li ul.dropdown-menu {display: block;width: 99%;margin-top: auto !important;}
.navbar ul li.hp-mega-menu ul li ul li {border: none;}
.navbar ul li.hp-mega-menu ul li ul li {width: 100% !important;float: none !important;margin: 0;}
.navbar ul li.hp-mega-menu ul li ul li:last-child a {border: none;}
.navbar ul li.hp-mega-menu ul{
max-width: 1140px !important;
margin-left:auto !important;
left:20% !important;
right:20% !important;
top:100% !important;
}
.navbar ul li.hp-mega-menu .sub-arrow{display:none;}
.navbar ul li.hp-mega-menu ul li .dropdown-menu {
right: auto !important;
left: auto !important;
padding-bottom: 0;
padding-top: 0;
}
.navbar ul li.hp-mega-menu ul li .dropdown-menu {
position: relative;
opacity: 1;
transform: scaleY(1);
}
.navbar .nav .dropdown-menu {
border-bottom: unset !important;
}}
@media (min-width: 992px) and (max-width: 1199.98px) {
.navbar ul li.hp-mega-menu ul {
max-width: 925px !important;
left: 5% !important;
right: 5% !important;
}}
.mega-sub-menu.pull-right{
left: auto !important;
right: 0px !important;
padding: 0px !important;
width: 324px !important;
border-radius: 0px !important; 
border: 0 !important;
margin: 0px !important;
background-color: #fff !important;
box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 12px 0 rgba(0, 0, 0, 0.12) !important;
padding: 7px 14px !important;
}
.mega-sub-menu.pull-right input[type="search"] {
width: 90% !important;
}
.mega-sub-menu.pull-right .search-form input[type="submit"]  {
top: 10px !important;
}
@media (max-width: 600px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
font-size: 12px;
font-weight: 600
}
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
font-size: 12px;
font-weight: 700
}
}
@media only screen and (max-width: 600px){
.mega-cart,.mega-search {
display: inline-block !important;
margin-top: 15px !important;
}
.mega-search{
padding-right: 25px !important;
}
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary li.mega-menu-item.mega-search.mega-toggle-on > ul.mega-sub-menu {
left: 0 !important;
right: auto !important;
width: 300px !important;
top: 37px !important;
position: absolute;
}
.mega-menu-item.mega-menu-item-type-post_type,.mega-menu-item.mega-menu-item-type-custom{
border-bottom: 1px solid #ededed55 !important;
}
}
#blg_masonary_layout #loadMore
{
position: absolute;
bottom: 0;
}
.masonry .blog-not-found{
border-top: 1px solid #eceff3;
padding-top: 30px;
} @media only screen and (min-width: 768px) {
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link {
line-height: inherit;
display: table-cell;
vertical-align: middle;
}
}
@media only screen and (max-width: 768px) {
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
display: none;
}
}
@media only screen and (max-width: 768px) {
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-item {
display: list-item;
margin: 0;
clear: both ;
border: 0;
}
@media only screen and (max-width: 768px){}
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-item > a.mega-menu-link {
border-radius: 0;
border: 0;
margin: 0;
line-height: 40px;
height: 40px;
padding: 0 10px;
background: transparent;
text-align: left;
color: #061018;
font-size: 12px;
}}
@media only screen and (max-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary li.mega-menu-item > ul.mega-sub-menu {
display: none;
visibility: visible;
opacity: 1;
}}
@media only screen and (max-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
float: right;
}}
@media only screen and (max-width: 768px) {
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
}
@media (max-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
font-size: 12px;
font-weight: 600;
}}
@media only screen and (max-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
clear: both;
}}
@media only screen and (max-width: 768px){
.mega-menu-item.mega-menu-item-type-post_type, .mega-menu-item.mega-menu-item-type-custom {
border-bottom: 1px solid #ededed55 !important;
}}
@media only screen and (max-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-flyout ul.mega-sub-menu {
float: left;
position: static;
width: 100%;
padding: 0;
border: 0;
border-radius: 0;
}}
@media only screen and (min-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-item > a.mega-menu-link:hover {
background: rgba(34, 34, 34, 0); font-weight: bold;
text-decoration: none;
border-color: rgba(34, 34, 34, 0);
}}
@media only screen and (max-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
color: #2d6ef8;
background: rgba(255, 255, 255, 0.1);
}}
@media only screen and (max-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
display: block;
}
}
@media only screen and (max-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
content: '\f343';
}}
@media only screen and (min-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
width: 33.33333%;
}}
@media only screen and (min-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
opacity: 0;
transform: translate(0, 10px);
transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}}
@media only screen and (max-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
border: 0;
padding: 10px;
border-radius: 0;
}
}
@media only screen and (min-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
opacity: 1;
transform: translate(0, 0);
}}
@media only screen and (max-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
float: left;
position: static;
width: 100%;
}}
@media only screen and (max-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
width: 100%;
clear: both;
}}
@media (max-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
font-size: 12px;
font-weight: 700;
}}
@media only screen and (max-width: 768px){
.mega-search {
padding-right: 25px !important;
}}
@media only screen and (max-width: 768px){
.mega-cart, .mega-search {
display: inline-block !important;
margin-top: 15px !important;
}}
@media only screen and (max-width: 768px){
#mega-menu-wrap-spice-software-press-primary #mega-menu-spice-software-press-primary li.mega-menu-item.mega-search.mega-toggle-on > ul.mega-sub-menu {
left: 0 !important;
right: auto !important;
width: 300px !important;
top: 37px !important;
position: absolute;
}} .navbar ul li a:after{
text-decoration: none !important;
background-image: linear-gradient(currentColor, currentColor) !important;
background-position: 0% 100% !important;
background-repeat: no-repeat !important;
background-size: 0% 2px !important;
transition: background-size .3s !important;
}
.navbar ul li a:hover:after, .navbar ul li a:focus:after {
background-size: 100% 2px !important;
}
.taxonomy-list a {
color: #fff;
}
.taxonomy-list a:hover {
color: #ee591f;
}
.woocommerce button[type="submit"] {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.footer-sidebar .woocommerce ul.product_list_widget li span {
padding-left: 10px;
}
.footer-sidebar .widget ins {
color: #1c314c;
}
#loadMore
{
background-color: #fff;
border: 1px solid #e9e9e9;
font-size: 0.875rem;
display: inline-block;
padding: 0.188rem 1.25rem;
margin: 0 0.500rem 0.625rem 0;
}
.back-img,.video-slider.home-section.back-img {
position: relative;
background-color: #fff;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
z-index: 0;
background-size: cover;
height: 37.5rem !important;
}
.section-space.blog .entry-content a:not(.more-link), 
.section-space .comment-section .media-body a:not(.comment-reply-link){
text-decoration: underline!important;
font-weight: bold;
}
.woocommerce-cart .blog .post .entry-content a, 
.woocommerce-checkout .blog .post .entry-content a,
.woocommerce-account .blog .post .entry-content a, 
.comment-section a.comment-reply-link{
text-decoration: none!important;
}
@media (max-width: 576px){
.woocommerce-page table.cart td.actions .coupon .input-text+.button {
float: left;
margin-top: 5px;
}
}
.footer-sidebar .textwidget a{
text-decoration: underline!important;
}
@media (min-width:1200px) {
.boxed .stickymenu,.boxed .stickymenu1{ width: 1210px;}
}
.entry-content a {
text-decoration: underline!important;
}
.woocommerce-cart .entry-content a, 
.woocommerce-checkout .entry-content a,
.woocommerce-account .entry-content a, 
.comment-section a.comment-reply-link,.woocommerce-account .page .post .entry-content a,
.woocommerce-page .page .post .entry-content a{
text-decoration: none!important;
}
.blog .post .entry-content a.more-link{
text-decoration: none!important;
}
@media (max-width: 576px){
.woocommerce-page table.cart td.actions .coupon .input-text+.button {
float: left;
margin-top: 5px;
}
}
#myDiv{
margin: 30px 0;
} @media (min-width: 768px)
{
.section-header,.page-template-template-testimonial-6-php .testimonial .section-header{
margin: 0.8rem 14rem;
}
}
.section-header {
margin: 0;
}
.woocommerce .products .star-rating{
display: inline-block;
}
@media (max-width: 500px) {
.error-page {
padding: 2rem 0 3rem;
}
}
@media (min-width: 992px) {
.navbar.nav-rgt .container {
display: block;
}
}
.entry-content a.wp-block-button__link{
color: #fff;
}
.media.comment-box{
display:block;
}
.blog .standard-view article .entry-header {
word-break: break-word;
}
.breadcrumb_last {
word-wrap: break-word;
}
.blog .post .entry-content a, .page .post .entry-content a,
.page .about-content a,.page .about-section a,.page:not(.page-template-template-business-php,.page-template-template-service) .services a{text-decoration:underline!important;}
.testi-grid{margin-top: 30px;}   div#preloader1 {
margin: auto;
position: fixed;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 9999999;
display: flex;
align-content: center;
justify-content: center;
}
.spice-software-preloader-cube {
top: 40%;
left: 50%;
margin-left: -25px;
margin-top: -25px;
width: 50px;
height: 50px;
position: absolute;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.spice-software-preloader-cube .spice-software-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.spice-software-preloader-cube .spice-software-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.spice-software-preloader-cube .spice-software-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.spice-software-preloader-cube .spice-software-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.spice-software-preloader-cube .spice-software-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-animation: hp-foldCubeAngle 2.4s infinite linear both;
animation: hp-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.spice-software-preloader-cube .spice-software-cube2:before {
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.spice-software-preloader-cube .spice-software-cube4:before {
-webkit-animation-delay: .9s;
animation-delay: .9s;
}
.spice-software-preloader-cube .spice-software-cube3:before {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
@keyframes hp-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}
@media (min-width: 1200px){
body.boxed div#preloader { width: 1210px; }}  #preloader2{
margin: auto;
position: fixed;
z-index: 9999999;
display: flex;
width: 100%;
height: 100%;
background-color: #fff;
}
#preloader2 .square{
position: relative;
width: 50px;
height: 50px;
margin: 0 auto;
border-radius: 4px;
animation-fill-mode: both;
animation: motion 2.5s infinite cubic-bezier(0.89, 0.03, 0.06, 1.5);
}
.loader-2{
position: fixed;
top: 48%;
left: 48%;
width: 77px;
height: 67px;
}
#preloader2 .path{
height: 10px;
width: 110px;
overflow: hidden;
position: absolute;
bottom: 0;
}
#preloader2 .path > div{
background: #444;
width: 10px;
height: 10px;
border-radius: 2px;
margin: 0 15px;
position: absolute;
top: 0;
left: 0;
animation-fill-mode: both;
animation: dynamic 5s infinite cubic-bezier(0.89, 0.03, 0.06, 1.5);
}
#preloader2 .path > div:nth-child(1){ left: 40px; }
#preloader2 .path > div:nth-child(2){ left: 80px; }
#preloader2 .path > div:nth-child(3){ left: 120px; }
#preloader2 .path > div:nth-child(4){ left: 160px; }
#preloader2 .path > div:nth-child(5){ left: 200px; }
#preloader2 .path > div:nth-child(6){ left: 240px; }
#preloader2 .path > div:nth-child(7){ left: 280px; }
@keyframes motion{
50%{ transform: rotate(90deg); }
100%{ transform: rotate(180deg); }
}
@keyframes dynamic{
0%{ transform: translateX(-40px); }
25%{ transform: translateX(-80px); }
50%{ transform: translateX(-120px); }
75%{ transform: translateX(-160px); }
100%{ transform: translateX(-200px); }
}   #preloader3{
width: 100%;
height: 100%;
background-color: #000;
position: fixed;
z-index: 1000;
}
.loader{
width: 15em;
height: 15em;
margin: 0 auto;
border-radius: 50%;
position: relative;
animation: hypnosis 5s infinite linear;
top: 30%;
}
.loader div{
font-size: 1.5em;
width: 10em;
height: 10em;
border-radius: 50%;
transform-origin: 5em 5em;
position: relative;
}
.loader div span,
.loader div span:before,
.loader div span:after {
border-top: .3em solid white;
border-radius: 50%;
position: absolute;
left: .5;
animation: color 10s infinite;
}
.loader div span{
width: 9em;
height: 9em;
transform-origin: 5em 2.9em;
top: 0em;
}
.loader div span:before,
.loader div span:after{
content: "";
}
.loader div span:before{
width: 8em;
height: 8em;
border: 0 solid white;
border-width: 0 .3em 0 0;
right: .1em;
top: -.2em;
}
.loader div span:after{
width: 6.5em;
height: 6.5em;
border: 0 solid white;
border-width: 0 0 .3em 0;
right: .4em;
bottom: 1.2em;
}
.loader div span:nth-child(2){
font-size: .6em;
transform-origin: 8.3em 4.8em;
transform: rotate(-90deg);
}
.loader div span:nth-child(3){
font-size: .2em;
transform-origin: 8em 8.7em;
transform: rotate(180deg);
}
.loader div:nth-child(2),
.loader div:nth-child(3),
.loader div:nth-child(4){
position: absolute;
top: 0;
left: 0;
}
.loader div:nth-child(3),
.loader div:nth-child(4){
animation: hypnosis 4s linear infinite reverse;
}
.loader div:nth-child(2){ transform: rotate(90deg); }
.loader div:nth-child(3){ animation-delay: -2s; }
.loader div:nth-child(4){ animation-delay: -4s; }
.loader div:nth-child(2) span,
.loader div:nth-child(2) span:before,
.loader div:nth-child(2) span:after{
border-color: skyblue;
animation-delay: 2.5s;
}
.loader div:nth-child(3) span,
.loader div:nth-child(3) span:before,
.loader div:nth-child(3) span:after{
border-color: crimson;
animation-delay: 2s;
}
.loader div:nth-child(4) span,
.loader div:nth-child(4) span:before,
.loader div:nth-child(4) span:after{
border-color: gold;
animation-delay: .5s;
}
@keyframes hypnosis{
100%{ transform: rotate(360deg); }
}
@keyframes color{
10%{ border-color: #845EC2; }
20%{ border-color: #FEF950; }
30%{ border-color: #FF6F91; }
40%{ border-color: #17A554; }
50%{ border-color: #33A896; }
60%{ border-color: #2247A9; }
70%{ border-color: #E8353C; }
80%{ border-color: #F3F3CC; }
90%{ border-color: #4FFBDF; }
}   #preloader4{
width: 100%;
height: 100%;
background-color: #000;
position: fixed;
z-index: 1000;
}
.loader-4 
{ 
left: 45%;
top: 40%;
width: 100px;
height: 100px;
position: absolute;
}
.loader-4 .loader-inner-1,
.loader-4 .loader-inner-2,
.loader-4 .loader-inner-3,
.loader-4 .loader-inner-4
{
display: block;
width: 20px;
height: 20px;
border-radius: 20px;
position: absolute;
}
.loader-4 .loader-inner-1:before,
.loader-4 .loader-inner-2:before,
.loader-4 .loader-inner-3:before,
.loader-4 .loader-inner-4:before
{
content:"";
display: block;
width: 20px;
height: 20px;
border-radius: 20px;
position: absolute;
right: 0;
animation-name: loading-1;
animation-iteration-count: infinite;
animation-direction: normal;
animation-duration: 2s;
}
.loader-4 .loader-inner-1
{
top: 0;
left: 0;
transform: rotate(70deg);
}
.loader-4 .loader-inner-1:before
{
background: #FCE6CF;
}
.loader-4 .loader-inner-2
{
top: 0;
right: 0;
transform: rotate(160deg);
}
.loader-4 .loader-inner-2:before
{
background: #1E3C72;
}
.loader-4 .loader-inner-3
{
bottom: 0;
right: 0;
transform: rotate(-110deg);
}
.loader-4 .loader-inner-3:before
{
background: #ffcf0e;
}
.loader-4 .loader-inner-4
{
bottom: 0;
left: 0;
transform: rotate(-20deg);
}
.loader-4 .loader-inner-4:before
{
background: #ff2350;
}
@keyframes loading-1 
{
0% 
{
width: 20px;
right: 0;
}
30% 
{
width: 120px;
right: -100px;
}
60% 
{
width: 20px;
right: -100px;
}
}
.header_menu{
width: 100%;
height: 100px;
display: flex;
flex-direction: row;
align-items: center; }
.logo{
width: 20%;
text-align: center;
}
.logo img{
height: 300px;
}
.menu_list{
width: 80%;
text-align: right;
padding-right: 50px;
}
.menu_list li{
display: inline-block;
text-transform: uppercase;
list-style: none;
letter-spacing: 2px;
padding-left: 50px;
}
.menu_list li a{
color:rgba(255, 255, 255, .8);
text-decoration: none;
}
.menu_list li a:hover{
color:orange;
}
.header_content{
text-transform: uppercase;
width: 100%;
height: 200px;
position: absolute;
top: 50%;
left: 50%;
color:rgba(255, 255, 255, .8);
transform: translate(-50%, -50%);
text-align: center; }
.header_content h2{
margin-bottom: 50px;
font-size: 17px;
font-weight: 500;
letter-spacing: 0.3em;
}
.header_content h1{
margin-bottom: 50px;
font-size: 50px;
font-weight: 500;
letter-spacing: 0.7em;
}
.header_content button{
height: auto;
padding:8px 37px;
color:#fff;
font-size: 12px;
background-color: transparent;
margin-right: 20px;
}
.header_content button a{
text-transform: uppercase;
text-decoration: none;
color: white;
letter-spacing: 1px;
}
.header_content button:hover{
background-color: orange;
border:1px solid white;
}   #preloader5{
width: 100%;
height: 100%;
background-color: #fff;
position: fixed;
z-index: 1000;
}
.loader-5
{
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
}
.loader-5 span
{
position: absolute;
width: 20px;
height: 20px;
background: #262626;
animation: animates 4s infinite forwards ease-in-out;
}
.loader-5 span:nth-child(1)
{
background: #00485f;
left: -24px;
top: -24px;
animation-delay: 0.5s;
}
.loader-5 span:nth-child(2)
{
background: #00deea;
left: 0px;
top: -24px;
animation-delay: 1s;
}
.loader-5 span:nth-child(4)
{
background: #00485f;
left: -24px;
top: 0px;
animation-delay: 1.5s;
}
.loader-5 span:nth-child(3)
{
background: #00deea;
left: 0px;
top: 0px;
animation-delay: 2s;
}
@keyframes animates
{
0%
{
transform: rotateY(0deg);    
}
20%
{
transform: rotateY(360deg);
}
40%
{
transform: rotateX(180deg);
}
60%
{
transform: rotateX(0deg);
}
80%
{
transform: rotateX(360deg);
}
100%
{
transform: rotateY(180deg);
}
}   #preloader6{
width: 100%;
height: 100%;
background-color: #000;
position: fixed;
z-index: 1000;
}
.loader-6{
width: 180px;
height: 40px;
position: relative;
margin: 50px auto 0;
top:40%;
}
.loader-6 .inner_loader{
background: #db2651;
width: 30px;
height: 30px;
border-radius: 50%;
display: inline-block;
animation: move-ball 1s infinite linear;
}
.loader-6 .inner_loader:nth-child(2){
background: #1da1f2;
animation-delay: -0.2s;
}
.loader-6 .inner_loader:nth-child(3){
background: #1ba506;
animation-delay: -0.4s;
}
.loader-6 .inner_loader:nth-child(4){
background: #ec5f20;
animation-delay: -0.6s;
}
.loader-6 .inner_loader:nth-child(5){
background: #742cc0;
animation-delay: -0.8s;
}
@keyframes move-ball{
0%{
box-shadow: 0px 21px 15px 0px rgba(0, 0, 0, 0.25);
filter: brightness(1.1);
transform: translatey(0) scale(1);
}
25%{
box-shadow: 0px 38.5px 25px 0px rgba(0, 0, 0, 0.25);
filter: brightness(1);
transform: translatey(-17.5px) scale(0.75);
}
50%{
box-shadow: 0px 21px 15px 0px rgba(0, 0, 0, 0.25);
filter: brightness(0.8);
transform: translatey(0px) scale(0.5);
}
75%{
box-shadow: 0px 3.5px 5px 0px rgba(0, 0, 0, 0.25);
filter: brightness(1);
transform: translatey(17.5px) scale(0.75);
}
100%{
box-shadow: 0px 21px 15px 0px rgba(0, 0, 0, 0.25);
filter: brightness(1.1);
transform: translatey(0) scale(1);
}
} @media (min-width: 1200px){
body.boxed div#preloader1,body.boxed div#preloader2, body.boxed div#preloader3,body.boxed div#preloader4,body.boxed div#preloader5,body.boxed div#preloader6 { width: 1210px; }}
@media (min-width: 991px) {
.navbar4 .header-lt {
z-index: 999;
position: initial;
width: inherit;
}
.navbar4 .col-lg-4 {
position: initial;
display: table-header-group;
z-index: 0;
}
.navbar4 .header-lt::before {
position: absolute;
content: '';
top: 0;
bottom: 0;
right: auto;
left: 0; width: 24vw;
z-index: -1;
display: block;
}
.boxed .navbar4 .header-lt::before {width: 18vw;}
.navbar4 .header-lt::after {
position: absolute;
content: '';
top: 0;
bottom: 0;
left: auto;
right: auto; -webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom;
-webkit-transform: skew(-15deg);
-moz-transform: skew(-15deg);
-ms-transform: skew(-15deg);
-o-transform: skew(-15deg);
transform: skew(-15deg);
z-index: -1;
width: 17.475rem;
display: block;
}
.navbar.navbar4 .header-lt .navbar-brand::after, .navbar4 .header-lt .custom-logo-link-url::after {
left: auto;
right: auto;
width: 12px;
top: 0;
margin-left: 16rem;
z-index: 100;
bottom: 0;
background-color: #000;
display: block;
position: absolute;
content: '';
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom;
-webkit-transform: skew(-15deg);
-moz-transform: skew(-15deg);
-ms-transform: skew(-15deg);
-o-transform: skew(-15deg);
transform: skew(-15deg);
}
}
.navbar4 .site-title-name, .navbar4 .site-description {
color: #ffffff;
}
@media (max-width: 991px) {
.navbar4 .navbar-toggler {
float: right;
margin: 15px 15px 0 0;
}
}
.navbar4 .custom-logo-link-url {
margin-right: 1rem;
display: inline-block;
vertical-align: middle;
}
.index5.header-logo {
text-align: center;
padding: 15px 0;
display: block;
background-color: #ffffff;
}
.navbar.navbar1 {
margin: 0;
background-color: #000000;
padding: 0;
}
.navbar1.navbar .nav .nav-item:hover .nav-link, .navbar1.navbar .nav .nav-item.active .nav-link {
color: #ffffff; }
.navbar.navbar1 .nav .nav-item .nav-link {
color: #ffffff;
padding: 16px 20px;
}
.navbar.navbar1 ul li a .menu-text:after {
content: none;
}
.navbar1.navbar .nav .nav-item {
margin: 0;
}
.navbar1.navbar .spice-software-header-button {
margin-top: 7px !important; 
margin-right: 15px !important; 
margin-left: 15px !important;
padding-bottom: 0;
}
.navbar1 .search-box-outer a ,
.navbar1 .cart-header > a.cart-icon {color: #ffffff;}
.navbar1 .navbar-toggler {margin: 10px auto;}
@media (max-width: 991px) {
.navbar1 .navbar-collapse ul,.navbar1 .navbar-collapse ol {
margin: 0;
}
.navbar.navbar1 .nav .nav-item .nav-link {padding: 10px 15px;}
.header-module {
padding-left: 0rem;
}
}
.index2.header-logo {
background-color: #181a1f;
float: none;
padding: 10px 0;
}
.index2 .custom-logo-link-url {
margin-right: 1rem;
display: inline-block;
vertical-align: middle;
}
.index2 .site-title-name, .index2 .site-description {
color: #ffffff;
}
.navbar.navbar2 {
padding-top: 0;
padding-bottom: 0;
}
.navbar2 .spice-software-header-button {
margin-top: 8px;
}
.navbar2 .navbar-toggler {margin: 10px auto;}
.index2.header-logo .header-module {
padding-left: 0rem;
padding-top: 25px;
float: right;
}
.index2 .search-box-outer a , .index2 .cart-header > a.cart-icon {color: #ffffff;}
.index2 .search-box-outer .dropdown-menu {
top: 50px !important;
left: auto !important;
right: 0px;
padding: 0px;
width: 324px !important;
margin: 0px !important;
background-color: #fff !important;
border-top: solid 1px #ee591f;
}
.header1 {background-color: #ee591f;}
.header2 {background-color: #ee591f;}
.navbar3 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
background-color: #00000080;
position: absolute;
top: 45px;
z-index: 2;
right: 0;
left: 0;
}
.navbar.navbar3 .nav .nav-item .nav-link {color: #21202e;}
.navbar.navbar3 .site-title-name, .navbar.navbar3 .site-description {
color: #21202e;
}
.navbar.navbar3 .search-box-outer a , .navbar.navbar3 .cart-header > a.cart-icon {color: 00BFFF;}
.stickymenu1 {
display: none;
position: fixed !important;
top: 0;
width: 100%;
z-index: 999; }
@media (min-width: 992px) {
.navbar1 .navbar-nav > .dropdown.active > a:after {
content: '';
position: absolute;
border-top: .3em solid;
border-right: .3em solid transparent;
border-left: .3em solid transparent;
display: block;
top: 0;
color: #181A1F;
left: 50%;
}
}
@media (min-width: 992px) {
.navbar1 .navbar-nav > .dropdown.active > a:after {
content: '';
position: absolute;
border-top: .3em solid;
border-right: .3em solid transparent;
border-left: .3em solid transparent;
display: block;
top: 0;
color: #FFFFFF;
left: 50%;
}
}
@media (min-width: 992px) {
.navbar1 .navbar-nav > .dropdown.active > a:after {
content: '';
position: absolute;
border-top: .3em solid;
border-right: .3em solid transparent;
border-left: .3em solid transparent;
display: block;
top: 0;
color: #ffffff;
left: 50%;
}
.navbar1 .navbar-nav > .active > a:after {
content: '';
position: relative;
border-top: .3em solid;
border-right: .3em solid transparent;
border-left: .3em solid transparent;
top: -14px;
right: 42%;
color: #ffffff;
}
}   .spice_software_header_btn {
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
cursor: pointer;
font-size: 0.938rem;
font-weight: 600;
line-height: 1;
padding: 0.75rem 1.3rem;
text-shadow: none;
-webkit-transition: background 0.2s;
transition: background 0.2s;
}
.spice_software_header_btn:hover {background: #061018;color: #fff;}
@media (max-width: 991px){
.spice_software_header_btn {
line-height: 7;
border-bottom: 1px solid #ededed55;
}}
@media (max-width: 991px){
.navbar .nav .nav-item.html {
line-height: 40px;
border-bottom: 1px solid #ededed55;
}
.navbar .nav .nav-item.html p{line-height: 22px;margin-top: 10px;;margin-bottom: 10px;}
}
.navbar1 .nav-item.html{padding: 14px 20px;}
.navbar1.navbar .nav .nav-item.html a {color: #ffffff;}
@media (max-width: 992px){
.navbar1.navbar .nav .nav-item.html {
padding: 10px 10px;
color: #ffffff;
line-height: unset;
}}
@media (min-width: 992px){
.main-header-btn {
padding-bottom: 1.125rem;
padding-top: 0.9rem;
}
.main-header-btn.hw {padding-top: .350rem;}
.navbar1 .main-header-btn.hw a { }
.nav-item.html.menu-item h1, .nav-item.html.menu-item h2{line-height:.9;margin: 0;margin-bottom: 10px;}
.nav-item.html.menu-item h3{line-height:1.0;margin: 0;margin-bottom: 10px;}
.nav-item.html.menu-item h4{line-height:1.3;margin: 0;margin-bottom: 10px;}
.nav-item.html.menu-item h5{line-height:1.8;margin: 0;margin-bottom: 10px;}
.nav-item.html.menu-item h6{line-height:2.0;margin: 0;margin-bottom: 10px;}
.navbar1.navbar .nav .nav-item .nav-link{padding: 14px 20px;margin-bottom: 0;}
.navbar1.navbar .nav .nav-item .nav-link{padding: 14px 20px; margin-bottom: 0;}
}
@media (max-width: 991px){
.main-header-btn {
border-bottom: 1px solid #ededed55;
}
.spice_software_header_btn {
line-height: 5;
}
.header-module .cart-header.search-woo {
border-left: 1px solid #cfddea;
padding-left: 15px;
}
body .navbar5 .hw .spice_software_header_btn {
line-height: 5;
}
}
.menu-html {
padding: 14px 20px;
color: #ffffff;
}
.menu-html a{color: #ffffff}
@media (max-width: 992px){
.menu-html {
padding: 10px 10px;
}}
.nav-item.menu-html.menu-item p {
color: #ffffff;
}
body .nav-item.menu-html h1, body .nav-item.menu-html h2, body .nav-item.menu-html h3, body .nav-item.menu-html h4, body .nav-item.menu-html h5, body .nav-item.menu-html h6 {
color: #fff;
}
@media (min-width: 991px){
.navbar.navbar6 .nav .nav-item .nav-link, .navbar.navbar6 .nav .nav-item .nav-link {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
margin-bottom: 0;
}
.nav-item.radix-btn.menu-item {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.nav-item.radix-btn.menu-item {
padding-top: 0.9rem;
padding-bottom: 0.9rem;
}
}
.nav-item.radix-html a {
font-weight: 600;
padding: 0;
}
.navbar.navbar6 ul li.radix-btn > a:after{display: none;}
.navbar.navbar6 ul li.radix-btn.radix-html > a:after{display: block;}
body .navbar.eight h1, body .navbar.eight h2, body .navbar.eight h3, body .navbar.eight h4, body .navbar.eight h5, body .navbar.eight h6, body .navbar.eight p{color: #ffffff;}
.navbar.navbar1 .nav-item .widget a, body .navbar.navbar5 .nav-item .widget h2{color: #ffffff;}
.nav-item .widget{box-shadow: none;padding: 13px 15px;margin: 0;}
.navbar1 .nav-item .widget,.navbar6 .nav-item .widget{box-shadow: none;padding: 13px 15px;margin: 0;} 
@media(max-width: 768px){
.nav-item .widget {
box-shadow: none;
margin: 0;
padding: 10px 0 6px;
border-bottom: 1px solid #ededed55;
}   
}    
@media (min-width: 992px){
.navbar .nav .html{
padding: .9rem 0rem;
}
}   #video_slider {
position: absolute;
bottom: 0;
top: 0;
min-width: 100%;
min-height: 100%;
}
.hero-section {
overflow: hidden;
}
#slider-carousel {
margin: 0px;
position: relative;
top: 0;
background: transparent;
}
#slider-carousel .item {background-color: transparent;}
.slider-caption.yes {
height: auto;
left: 0;
position: absolute;
right: 0;
z-index: 1;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.slider-caption.yes .widget.widget_block {
background-color: rgba(0,0,0,0.6);
padding: 40px 30px 20px;
border-radius: 7px;
margin-left: 30px;
}
@media (min-width: 767px){
.slider-caption.yes .widget.widget_block {
background-color: rgba(0,0,0,0.6);  
}}
.slider-caption.yes .widget.widget_media_video h3,.slider-caption.yes .widget.widget_archive h3, .slider-caption.yes .widget.widget_archive a, .slider-caption.yes .widget.widget_calendar, .slider-caption.yes .widget.widget_calendar caption, .slider-caption.yes .widget.widget_calendar a, .slider-caption.yes .widget h3, .slider-caption.yes .widget a, .slider-caption.yes .widget .recentcomments{color: #ffffff;}
.slider-caption.yes .widget .tagcloud a,.slider-caption.yes .widget.widget_text h3.widget-title{color: #000;}
.hero-section .widget:last-child {
margin-bottom: 10px;
}
.hero-section .widget {
box-shadow: unset;
}
@media (max-width: 767px){
.hero-section #slider-carousel .item.yes {
height: 950px;
}}
@media (max-width: 767px){
.hero-section .widget {
margin-left: 0px;
margin-top: 30px;
}
.slider-caption.yes .widget.widget_text{
margin-left: 0px;
margin-top: 30px;   
}}
@media (min-width: 1200px){
.hero-section .widget_media_video .wp-video-shortcode, .hero-section .widget_media_video iframe {
height: 300px !important;
width: 400px !important;
}}  
.widget.widget_text input[type="text"], .widget.widget_text input[type="email"], .widget.widget_text input[type="url"], .widget.widget_text input[type="password"], .widget.widget_text input[type="search"], .widget.widget_text input[type="number"], .widget.widget_text input[type="tel"], .widget.widget_text input[type="range"], .widget.widget_text input[type="date"], .widget.widget_text input[type="month"], .widget.widget_text input[type="week"], .widget.widget_text input[type="time"], .widget.widget_text input[type="datetime"], .widget.widget_text input[type="datetime-local"], .widget.widget_text input[type="color"], .widget.widget_text textarea {
border-radius: 3px;
background-color: #ffffff !important;
border: 1px solid #e8e8e8 !important;
color: #707070 !important;
}
.widget.widget_text .wpcf7-form input[type="submit"] {
margin-top: 10px;
}
.slider-caption.yes .widget.widget_calendar {
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(0,0,0,0.5);
}
#slider-video {
border: 0.2rem solid #FFFFFF;
}
@media (min-width: 768px){
#slider-video {
padding: 15px 18px;
display: inline-block;
}}
.item-video a:after {
position: relative;
top: 12%;
left: 12%;
margin: 0px 0 0 0px;
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 12px solid #FFFFFF;
content: '';
display: block;
}
.icon-dispear #slider-video {
border-radius: 50px;
padding: 9px 22px;
font-size: 0.938rem;
font-weight: 600;
border: 0.18rem solid #FFFFFF;
} .navbar .nav .widget_nav_menu li a,.navbar .nav .widget_pages li a,.navbar .nav .widget_product_categories li a,.navbar .nav .widget_links li a,.navbar .nav .widget_categories li a,.navbar .nav .widget_archive li a,.navbar .nav .widget_recent_entries li a,.navbar .nav .widget_meta li a,.navbar .nav .widget_recent_comments li a {
color: #1C314C;
}
.video-slider #slider-carousel .item {
background-color: transparent;}
.video-slider.home-section {
overflow: hidden;} @media (max-width: 767px) {
#slider-carousel .item.yes { height: 950px !important;}
}
.slider-caption.yes .widget.widget_calendar td, .slider-caption.yes .widget.widget_calendar th {
border: none !important;
}
.slider-caption.yes .widget.widget_calendar {
padding: 1.875rem 1.563rem 2.5rem;
}
@media (max-width: 767px) {
.slide-widget .widget {
margin-left: 0px;
margin-top: 30px;
}
}
@media (max-width: 576px){
.slider-caption.yes aside.widget {
margin-top: 3rem;
}
}
.slider-caption.yes .wpcf7-form {
padding: 10px 0;
}
.slider-caption.yes .wpcf7-form textarea {
height: auto;
}
.slider-caption.yes .widget.widget_text h3.widget-title{
margin-bottom: 18px;
line-height: 1;
}
@media (max-width: 991px) {
.navbar.navbar-light.center li.main-header-btn {
text-align: left;
}
.index2.header-logo .header-module {
float: none;
text-align: center;
}
}
@media (min-width:1100px){
.container-fluid.streached
{
padding: 0;
}}
.container-fluid.streached .grid
{
margin-right: -15px;
margin-left: -15px;
}
@media (max-width: 768px) {
.navbar3 .navbar-toggler {
background-color: #000000;
}
}
nav .navbar-nav.sm-collapsible a.has-submenu {
padding-right: 3px;
}
@media (min-width: 992px)
{
.navbar .nav .html.lite-html {
padding: 0.85rem 0rem;
}}
.navbar .rgt .search-box-outer .dropdown-menu {
left: 0px !important;
}
.navbar1 .header-module{
margin-left: 10px;
}
@media (max-width: 650px)
{
.index2 .header-module .search-box-outer .dropdown-menu {
position: absolute;
left: -85px !important;
width: 260px!important;
}
}
@media (max-width: 768px)
{.navbar1 .search-box-outer .dropdown-menu,.navbar .search-box-outer .dropdown-menu {
left: 0 !important;
right: auto !important;
width: 295px !important;
top: 28px !important;
position: absolute;
}}
.boxed .stickymenu1,.boxed .header-sticky {
width: 1210px;
}
.list-inline {
margin: 0;
}
.navbar .bg-light {background-color:transparent !important;}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
margin-right: 15px;
}
#searchbar_fullscreen  #searchform input::placeholder{font-size:3.125rem;}
.blog .scroll-up a:hover i {
color: #FFF;
}
.textwidget a{
text-decoration: underline !important;
}
@media (min-width: 1200px)
{
body.boxed.admin-bar .stickymenu {
top: 30px;
}
}
a.page-numbers:focus{
outline: 2px solid #000;z-index: 2;}
.blog .post-thumbnail .click-view a:focus {
-wekbit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
@media (max-width: 650px)
{
body.boxed .stickymenu {
top: 0;
}
}
.sidebar .widget_block.widget_text a,.sidebar .widget.widget_block p a, blockquote p a, blockquote cite a{
text-decoration: underline!important;
} 
@media(max-width: 767px){
.index2.header-logo{
text-align: center;
}
}
.navbar.nav-rgt .nav .nav-item:last-child {
margin-right: 1.875rem;
}  .sidebar .wp-block-search .wp-block-search__label,.sidebar .widget.widget_block h1,.sidebar .widget.widget_block h2,.sidebar .widget.widget_block h3,.sidebar .widget.widget_block h4,.sidebar .widget.widget_block h5,.sidebar .widget.widget_block h6{
padding: 0rem 0rem 1.188rem;
font-weight: 600;
margin: 0;
z-index: 1;
position: relative;
}
.wp-block-search .wp-block-search__label, .widget.widget_block h3{font-size:1.250rem;}
.widget .wp-block-search .wp-block-search__input {
font-size: 0.875rem;
padding-left: 1.25rem;
padding-right: 1.875rem;
}
.widget .wp-block-search__button {
position: absolute;
right: 3rem;
margin-top: 9px;
top: auto;
background: transparent;
z-index: 3;
display: block;
border: 0;
}
.wp-block-search__input:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.sidebar .widget.widget-block li:before,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before,
.wc-block-product-categories-list-item:before {
content: "\f105";
font-family: FontAwesome;
color: #333333;
margin-right: 5px;
margin-left: 1px;
}
.sidebar .widget li{
list-style-type:none;
border-bottom: 1px solid #e8e8e8;
padding-top: 0.813rem;
padding-bottom: 0.813rem;
margin: 0;
position: relative;
}
.widget .wp-block-gallery li{padding:0;}
.widget .wp-block-gallery li:before,.widget .custom-social-icons li:before{
display:none;
}
.widget li:first-child,.footer-sidebar .widget li:first-child{
padding-top:0;
}
.widget li:last-child,.footer-sidebar .widget li:last-child{
padding-bottom: 0px;
border-bottom: none;
}
.sidebar .widget ul,.sidebar .widget ol{
list-style: none;
margin-left: 0;
padding-top: 0;
margin: 0;
}
.wp-calendar-nav{text-align: left;}
.widget .wp-block-calendar table th {
font-weight: 600;
border-bottom: 2px solid #bbb;
background:transparent; 
}
.widget .wp-block-calendar tbody td,.widget .wp-block-calendar th {
border: 0;
padding: 0.4em;
text-align: left;
}
.widget .wp-block-tag-cloud a{
background-color: #ececec;
font-size: 1rem !important;
display: inline-block;
padding: 5px 10px;
color: #727272;
margin: 0 0.125rem 0.625rem;
}   
.widget.widget_media_image .wp-block-image img{
max-width: 100%;
height: auto;
}
.wp-calendar-table #today{
font-weight: 600;
}
.widget .wp-block-latest-comments__comment:before{display: none;}
.footer-sidebar .wp-block-search .wp-block-search__label,.footer-sidebar .widget.widget_block h1,.footer-sidebar .widget.widget_block h2,.footer-sidebar .widget.widget_block h3,.footer-sidebar .widget.widget_block h4,.footer-sidebar .widget.widget_block h5,.footer-sidebar .widget.widget_block h6{   
position: relative;
padding-bottom: 0.5rem;
margin: 0 0 1rem;
}
.footer-sidebar .wp-block-search__label:after,.footer-sidebar .widget_block h1:after,
.footer-sidebar .widget_block h2:after,.footer-sidebar .widget_block h3:after,.footer-sidebar .widget_block h4:after,.footer-sidebar .widget_block h5:after,
.footer-sidebar .widget_block h6:after{
content: '';
display: block;
height: 3px;
width: 25px;
margin-top: 5px;
}
.footer-sidebar .wp-block-search__label{font-weight: 700;}
.footer-sidebar .wp-block-calendar table caption,.footer-sidebar .wp-block-calendar table tbody {
color: #fff;
}
.footer-sidebar .widget .wp-block-search__button {
right: 1rem;
}
.wp-block-search__button:after{
content: "\f002";
font-family: "FontAwesome";
font-size: 0.938rem;
}
body .widget .wp-block-search__button {
color: transparent;font-size: 0;margin: 15px 9px;
}
.navbar-toggler,.navbar-toggler:hover, .navbar-toggler:focus {
background-color: #fff !important;
}
.woocommerce-page .sidebar .widget li > ul,.woocommerce-page .sidebar .widget li > ol {   
margin-bottom: 0;
margin-left: 1.5em;
}
.sidebar .widget li:last-child{
border-bottom: none;
}
.widget li.wp-block-rss__item .wp-block-rss__item-title:before{
content: "\f105";
font-family: FontAwesome;
color: #333333;
margin-right: 5px;
margin-left: 1px;
}
.widget li.wp-block-rss__item:before{
display: none;
}
.widget .wp-block-social-links .wp-block-social-link::before {
display: none;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
padding: 0px;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link a {
font-size: 1.3rem;
}
.footer-sidebar .widget.widget_block li:before ,.footer-sidebar .wp-block-page-list li:before, .footer-sidebar .widget li.wp-block-rss__item .wp-block-rss__item-title:before{
content: "\f105";
font-family: FontAwesome;
color: #fff;
margin-right: 5px;
margin-left: 1px;
}
.sidebar .widget.widget_block .wp-block-tag-cloud a {
text-decoration: none !important;
}
.wp-block-latest-comments__comment {
line-height: 1.6;
}
.widget_media_gallery .blocks-gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
.columns-3 .blocks-gallery-item  {
max-width: calc((100% - 16px * 2) / 3);
margin-bottom: 1rem !important;
}
@media (min-width: 992px) {
.nav-rgt ul.navbar-nav  { 
margin-top: 15px;
}
}
.navbar1 a.text-dark:focus,.navbar1 a.text-dark:hover{
color: #fff!important;
}
.dark .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before,
.dark .woocommerce .wc-block-product-categories-list-item:before {
color: #999;    
}
.sidebar .sub-menu li.menu-item {
margin-left: 10px;
}
.bcslider-section .wp-calendar-table tr{
color: #fff;
}
@media only screen and (max-width: 600px) {
.slider-caption.yes br { display: block; }
}
.sidebar .widget.widget_block li:before 
{
content: "\f105";
font-family: FontAwesome;
color: #999999;
margin-right: 5px;
margin-left: 1px;
}
.search-box-outer input::-webkit-input-placeholder {
font-size: 20px;
line-height: 3;
}
body .home-blog .post .post-thumbnail a:focus{
display: block;
margin: 1px;
outline-color:#fff;
}
@media (min-width:768px){
.blog .list-view .right .entry-date {
margin-top: 0.8rem;
right: 0;
left: auto;
z-index:2;
}}
@media (max-width: 768px) {
.blog .list-view .right .entry-date {
margin-top: 0.8rem;
margin-left: 30px;
top: auto;
z-index:2;
}}
.footer-sidebar .widget p a:not(a.tag-cloud-link){
text-decoration: underline!important;
}
.footer-sidebar blockquote {
background-color: transparent;
}
.footer-sidebar .widget .wp-block-latest-posts__post-author,
.footer-sidebar .widget .wp-block-latest-posts__post-date{
color: #fff;
}
.loaded div#preloader1,.loaded .spice-software-loader,.loaded div#preloader2{
display: none;
}
.content-center .custom-logo-link-url,.index5 .custom-logo-link-url {
margin-right: 0rem; 
}body,
button,
input,
select,
textarea {
color: #ffffff;
}
.dark h1,
.dark  h2,
.dark  h3,
.dark h4,
.dark  h5,
.dark  h6 {
color: #ffffff;
}
.dark .section-header h2.section-title{
color: #fff;
}
.dark .section-header .section-subtitle {
color: #999999;
}
p {  color:#999999;}
blockquote {
color: #181a1f;
background-color: #101010;
margin: 0 0 1.563rem;
padding: 0.625rem 1.25rem;
}
blockquote cite { color: #fff; }
dl dd a, dl dd a:hover, dl dd a:focus, ul li a:focus { color: #999999; }
body.dark .bg-default{background-color:#000000;}
.section-space.contact-detail{background-color:#000000;}
.section-space.team,.section-space.sponsors{background-color: #181a1f;}
.entry-meta .tag-links a {
background-color: #ffffff;
border: 1px solid #e9e9e9;
color: #999999;
}
.entry-meta > span {
color: #999999;
}
.dark .entry-meta a {
color: #999999;
}
.blog-author {
background-color: #000;
border: 1px solid #323232;
}
.blog-author .post-by {
color: #999999;
}
.wp-block-latest-comments__comment-meta{background-color: transparent;}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
color: #ffffff;
}
.wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
color: #fff; 
}
.funfact-icon {color:#ffffff;} 
pre {
background: #101010;
color: #fff;
}
}
hr { background-color: #bbb; }
abbr, acronym { border-bottom: 1px dotted #666; }
mark, ins { background: #eee; }
.dark #wrapper { background-color: #000000; }
#wrapper,#content { background-color: #000000; }
.wp-caption.alignleft { margin: 5px 20px 20px 0;}
.gallery .gallery-icon img { 
border: 5px solid #fff !important;
-moz-box-shadow: 0 0 5px 2px rgba(33, 28, 28, .3);
-webkit-box-shadow: 0 0 5px 2px rgba(33, 28, 28, .3);
box-shadow: 0 0 5px 2px rgba(33, 28, 28, .3);
}
fieldset {
border: 1px solid #e9e9e9;
}
legend {
color: #0f0f16;
} label { color: #fff; }
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 {
color: #ffffff;
background: #181a1f;
border: 1px solid #323232;
}
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 {
color: #ffffff;
border-color: #e8e8e8;
}
select {
border: 1px solid #f3f3f3;
background: #00000c;
}
button,
input[type="button"],
input[type="submit"] {
color: #fff;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
background-color: #ddd;
color: #222;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
background: #181a1f;
}
button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
background: #bbb;
}
.modal-content {
background-color: #181a1f;
} ::-webkit-input-placeholder { color: #181a1f; }
:-moz-placeholder { color: #181a1f; }
::-moz-placeholder { color: #181a1f; }
:-ms-input-placeholder { color: #181a1f; }
.form-control:focus {background-color: #181a1f;} .btn-default {color: #ffffff; }
.btn-default:hover, .btn-default:focus { background: #ffffff; color: #181a1f; border: 1px solid #ffffff;  }
.btn-light { background: transparent;color: #ffffff;}
.btn-light:hover, .btn-light:focus {color: #ffffff;}
.btn-default-dark {color: #ffffff; }
.btn-default-dark:hover, .btn-default-dark:focus { background: #181a1f; color: #fff; }
.btn-border { background: #ffffff; color: #181a1f; border: 2px solid #22a2c4; }
.btn-border:hover, .btn-border:focus { color: #ffffff; border: 2px solid #22a2c4;} thead th { border-bottom: 2px solid #323232; }
tr { border-bottom: 1px solid #323232; } .dark a { color: #fff; } .head-contact-info li {
color: #ffffff;
}
.header-sidebar .widget .head-contact-info li.phone::after , .header-sidebar .widget .head-contact-info li.envelope::after
{
color: #fff;
}
.head-contact-info li a { color: #ffffff; }
.head-contact-info li a:hover, .head-contact-info li a:focus { color: #21202e; }
body.dark .navbar {
background-color: #000;
}
.navbar .nav .nav-item .nav-link {
color: #ffffff;
}
.dropdown-menu {
color: #fff;
background-color: #181a1f;
}
.dropdown-item {
color: #ffffff;}
.dropdown-item.active,.dropdown-item: focus, .dropdown-item:active, .dropdown-item:hover {
background-color: #000;
}
.text-dark {
color: #fff;
}
.bg-light {
background-color: transparent 
} .custom-social-icons li { display: inline-block;padding: 0.438rem 0.1rem;}
.custom-social-icons li > a:hover, 
.custom-social-icons li > a:focus {background-color: #fff;}
.custom-social-icons li > a:before { display: none; }
.custom-social-icons li > a {
color: #fff;
}
.contact .custom-social-icons li > a {
background-color: #eeeeee;
}
.widget em {
color: #ffffff;
}   #searchbar_fullwidth {
border-top: 1px solid #d8d8d8;
background: #fff;
-webkit-box-shadow: -1px 3px 2px rgba(0,0,0,0.3);
-moz-box-shadow: -1px 3px 2px rgba(0,0,0,0.3);
box-shadow: -1px 3px 2px rgba(0,0,0,0.3);
}
#search_box_fullwidth {
color: #64646d;
}
#search_submit_fullwidth {
background: none;
color: #202020;
} #searchbar_fullscreen {
background-color: rgba(0, 0, 0,0.95);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: translate(0px, -100%) scale(0, 0);
-moz-transform: translate(0px, -100%) scale(0, 0);
-o-transform: translate(0px, -100%) scale(0, 0);
-ms-transform: translate(0px, -100%) scale(0, 0);
transform: translate(0px, -100%) scale(0, 0);
opacity: 0;
z-index: 1000;
}
#searchbar_fullscreen input[type="search"] {
color: #64646d;
background: rgba(0, 0, 0, 0);
}
#searchbar_fullscreen .close {
color: #fff;
background-color: #ce1b28;
border-color: green;
}
#searchbar_fullscreen.open {
-webkit-transform: translate(0px, 0px) scale(1, 1);
-moz-transform: translate(0px, 0px) scale(1, 1);
-o-transform: translate(0px, 0px) scale(1, 1);
-ms-transform: translate(0px, 0px) scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
opacity: 1;
}  .nav .open> .search-icon, .nav .open> .search-icon:focus{
background-color: unset; 
border-color: unset;
}
.navbar  .search-box-outer .dropdown-menu {
background-color: #181a1f !important;
}
.search-panel input[type="search"]{
background: #181a1f;
border: 1px solid #e0e0e0;
}
.search-form input[type="submit"] {
color: #fff;
} .cart-header > a.cart-icon {
color: #fff;
}
.navbar .nav .nav-item .cart-header > a:focus {color:#FFFFFF;}
.cart-header > a .cart-total { color: #ffffff;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
background-color: #181a1f;
} .main-slider .overlay, .video-slider .overlay {
background-color: rgba(1, 7, 12, 0.65);
}
#slider-carousel .item {
background-color: #fff;
background-repeat: no-repeat;
background-position: center center;
}
.home-section {
background-color: #181a1f;
}
.slider-caption .title {
color: #fefefe;
text-shadow: 0px 4px 3px rgba(0, 0, 0, .4);
}
.slider-caption .description { color: #ffffff; text-shadow: 0px 4px 3px rgba(0, 0, 0, .4);}
.slider-caption .heading { 
color: #ffffff;
border-left: 4px solid #22a2c4;
background-color: rgba(104,104,104,0.4);
} .pointer-scroll {
background: #22a2c4;
border: 2px solid #ffffff;
color: #fff;
}
.pointer-scroll:hover, .pointer-scroll:focus { color: #fff; } .owl-carousel .owl-prev, .owl-carousel .owl-next{ 
background-color: rgba(33, 32, 46, 0.5); 
color: #fff; 
}
.owl-carousel .owl-prev:hover, 
.owl-carousel .owl-prev:focus { 
color: #fff;
}
.owl-carousel .owl-next:hover, 
.owl-carousel .owl-next:focus { 
color: #fff;
}
.bcslider-section .overlay {
background-color: rgba(0, 0, 0, 0.6);
} .cta_content, .cta_main {background-color: #181a1f; }
.cta_content h2{ color: #fff;}
.cta_content .btn-light {background-color: #fff;border:1px solid #fff;}
.cta_content .btn-light:hover { color: #fff;border:1px solid #fff;}
.cta_content .btn-light:focus { box-shadow: none;background: #181a1f;} 
.cta_content a:after {content: "\f054";padding: 0.25rem 0.5rem;font-family:fontawesome;font-size: 0.688rem;font-weight: 400;} 
.cta_content a:hover::after  {color:#fff;} .section-header .section-subtitle {color: #999999; }
@media (max-width: 768px){ .navbar-toggler:hover,
.navbar-toggler:focus {
background-color: #fff;
}
.navbar-toggler{background-color: #fff;}
.navbar-toggler {
border-color: rgba(0,0,0,.1);
}
} a.bg-light:hover,a.bg-light:focus{  background-color: transparent !important;}
a.bg-light,a.bg-light{  background-color: transparent !important;} .services,.services2,.services3,.services4 { background-color: #000000; color: #fff;}
.services .post { background-color: #181a1f;   }
.services .post:hover { 
-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
color: #fff;
}
.services .post-thumbnail img { border-radius: 2px; }
.services .post-thumbnail a { position: relative; z-index: 1; }
.services .post-thumbnail i.fa { 
color: #ffffff;
}
.services .post:hover .post-thumbnail i.fa{
background-color: #ffffff;
}
.services .post:hover .entry-header .entry-title a, .services .post:hover .entry-content p {
color: #ffffff;
} .cta-2{
background-image: url(//sos-ksecurite.fr/wp-content/themes/spice-software-dark/assets/images/bg/cta-3.jpg);
}
.cta-2 .overlay{
background-color: rgba(0, 0, 0, 0.6);
} .testimonial .overlay{
background-color: rgba(0, 0, 0, 0.6);
}
.testmonial-block { 
background-color: transparent; 
}
.testmonial-block .avatar img {box-shadow: #999999 0px 8px 25px -5px; }
.description-box { background-color: #ffffff; }
.description-box:before { 
border-left: 0.875rem solid transparent;
border-right: 0.875rem solid transparent;
border-top: 0.938rem solid #ffffff; 
color: #00a7d1;
}
.testmonial-block .name { 
color: #ffffff;  
}
.testmonial-block .designation {color: #999999;}  .funfact { position: relative;}
.funfact-inner { 
cursor: pointer; 
padding: 1.563rem 0 0.625rem;
}
.funfact-icon {    
border: 1px solid #fff;
}
.funfact-inner:hover .funfact-icon {    
background-color: #fff }
.funfact-title { color: #ffffff; }
.funfact-inner .description { color: #fff; } .blog .post {
background: #181a1f;
box-shadow: 0px 0px 1px 1px #181a1f;
}
.blog .post .post-thumbnail {
background-color: #181a1f;
}
.blog .click-view a {
color: #fff;
background-color: transparent;
}
.blog .post:hover{box-shadow: 0 0 3px 3px #181a1f;} .day {
color: #FFF;
}
.month {
color: #fff;
}
.entry-content p a {color: #999999;} .entry-meta span{color: #999999;} .pagination .page-link:active{color: #fff;}  .sidebar .widget {
color: #181a1f;
border:1px solid #e8e8e8;
}
.widget .search-submit , .widget .search-field [type=submit] { background: transparent;
}
.sidebar em ,.sidebar .head-contact-info li 
{color: #181a1f;}
.widget_nav_menu li::before , 
.widget_pages li::before ,
.widget_product_categories li::before ,
.widget_links li::before ,
.widget_categories li::before , 
.widget_archive li::before ,
.widget_recent_entries li::before ,
.widget_meta li::before,
.widget_recent_comments li::before {
color: #999999;
}
.woocommerce-widget-layered-nav li, .widget_recent_reviews li, .widget_top_rated_products li, .widget_products li, .widget_nav_menu li, .widget_pages li, .widget_product_categories li, .widget_categories li, .widget_archive li, .widget_recent_entries li, .widget_meta li, .widget_recent_comments li {
border-bottom: 1px solid #323232;
}
.widget .tagcloud a {
background-color: #999999;
color: #fff;
}
.widget .tagcloud a:hover{ color: #fff !important;} 
.widget select{
border: 1px solid #e9e9e9;
-webkit-box-shadow: none;
box-shadow: none;
color: #181a1f;
background: #fff;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border: 1px solid #e9e9e9;
}
.widget .post .entry-date {
color: #93a0a7;
}  .team .card {
font-weight: 400;
border: 0;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
min-height: 400px;
}
.team .card-wrapper .card-rotating .face {
background: #000;
}
.team .card-wrapper .avatar img {
background: none repeat scroll 0 0 #fff;
border: 5px solid #fff;
}
.grey-text {
color: #9e9e9e;
}
.team .list-inline-item a:hover,.list-inline-item a:focus {
color: #fff;
}
.card{background-color:#000 ;} .products {
background-color: #000000;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 1px solid #323232;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
border: 1px solid #323232;
}
.woocommerce-page .services .post {
background-color: #181a1f;
box-shadow: 0px 0px 0px 2px #333333;
}
.woocommerce ul.products li.product .onsale, .products span.onsale, .woocommerce span.onsale{
color: #ffffff;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10); 
}
.woocommerce ul.products li.product .button, .owl-item .item .cart .add_to_cart_button {
color: #fff;
}
.woocommerce a.remove, .woocommerce .woocommerce-Button, .woocommerce .cart input.button, .woocommerce input.button.alt, .woocommerce button.button, .woocommerce #respond input#submit, .woocommerce .cart input.button:hover, .woocommerce .cart input.button:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce ul.products li.product:hover .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .return-to-shop a.button {
color: #ffffff !important;
}
.woocommerce-page ul.products li.product:hover {
box-shadow: 0 14px 25px 0 rgba(0,0,0,0.2);
}
.woocommerce ul.products li.product .price {
color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li {  border-radius: 50%;
border-right: 1px solid #323232;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
color: #ffffff;
}
.woocommerce div.product form.cart .button, .woocommerce a.button, .woocommerce a.button:hover, .woocommerce a.button, .woocommerce .woocommerce-Button, .woocommerce .cart input.button, .woocommerce input.button.alt, .woocommerce button.button, .woocommerce #respond input#submit, .woocommerce .cart input.button:hover, .woocommerce .cart input.button:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
border: 1px solid transparent !important;
}
.woocommerce-page .cart input.button:hover, .woocommerce .cart input.button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus {
box-shadow: none;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.woocommerce a.button,.woocommerce a.button:hover  {
color: #fff;
}
.woocommerce-page .services .post{
background-color: #181a1f;
box-shadow: 0px 0px 0px 2px #333333;
}
.woocommerce #review_form #respond textarea, .woocommerce-cart table.cart td.actions .coupon .input-text {
border: 1px solid #e9e9e9;
}
.woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce ul.products li.product .price, .woocommerce .variations td.label, .woocommerce table.shop_table td, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce .woocommerce-ordering select, .woocommerce-cart table.cart td.actions .coupon .input-text, .select2-container .select2-choice {
color: #ffffff;
background-color: #181a1f;
}
.woocommerce .product_meta {
color: #ffffff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
background-color: #000000;
box-shadow: 0 7px 3px -5px #e0e0e0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: #000000;
}
checkout #payment div.payment_box {
background-color: #181a1f;
}
.woocommerce input[type="radio"] + label,.woocommerce input[type="checkbox"] + label {
color: #ffffff;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
color: #ffffff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce .posted_in a, .woocommerce-product-rating a, .woocommerce .tagged_as a, .woocommerce div.product form.cart .variations td.label label, .woocommerce #reviews #comments ol.commentlist li .meta strong, .woocommerce table.shop_table th, .woocommerce-cart table.cart td a, .owl-item .item .cart .add_to_cart_button, .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-error, .woocommerce-info, .woocommerce-message {
color: #ffffff;
}
.woocommerce table.shop_table {
border: 1px solid #323232;
}
.woocommerce table.shop_table td {
border-top: 1px solid #323232;
}
.woocommerce a.added_to_cart {
background: #181a1f;
border: 1px solid #ffffff;
}
.select2-container--default .select2-selection--single {
border: 1px solid #323232;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
padding: 5px 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
background: #000000;
border: 1px solid #323232;
}
.woocommerce div.product div.summary {
background-color: #000000;
border: 1px solid #323232;
}
.add-to-cart a {
background: #ffffff;
}
.added_to_cart.wc-forward
{
color: #fff;
}
.add-to-cart a:hover {color: #ffffff; }
.product-price .woocommerce-Price-amount { color: #ffffff; }
.product-price del, .product-price del > span { color: #c0c0c0 !important; }
.products .onsale:hover, .products .onsale:focus {
background: #181a1f;
border: 2px solid #181a1f;
}
.products .item-img {
background-color: #000000;
} .contact-area h6 {
color: #999999;
}
.contact-area h4{
color: #999999;
} .site-info {
background-color: #000000;
color: #ffffff;
} .page-title-section .page-title h1 
{ 
color: #fefefe;
}
.page-breadcrumb li { display: inline-block;}
.page-breadcrumb li a
{
color: #fff;
}
.page-breadcrumb .icon::before
{ 
color: #fff;
}
.breadcrumb-overlay {
background-color: rgba(0,0,0,0.6);} .about-section {
background-color: #000000;
color: #fff;
margin: 0;
}    
.about-header .btn-default:hover,.about-header  .btn-default:focus {
background: #ffffff;
color: #181a1f;
} .contact-detail-area address, .contact-detail-area a {
color: #999999;
}
.contact-detail-area i {
box-shadow: 0 0 10px 1px rgb(163, 163, 163,0.5);
background: #fff;
}
.contact-detail-area:hover{
box-shadow: 0 0 10px 1px rgba(163, 163, 163,0.5);
background-color: #181a1f;
}
.contact-detail-area:hover i {
box-shadow: 0 0 0px 1px rgba(163, 163, 163,0.5);
}
.contant-form input::placeholder,.contant-form textarea::placeholder{color:#999999;} .md-pills .nav-link.active {
color: #fff;
}
.portfolio .tab-content .portfolio-thumbnail {
background-color: #000000;
}
.portfolio .tab-content .portfolio-thumbnail p {
color: #fff;
}
.portfolio .tab-content .portfolio-thumbnail i {
background-color: transparent;
}
.portfolio button:hover{background:transparent;} .error-page{    
background: url(//sos-ksecurite.fr/wp-content/themes/spice-software-dark/assets/images/404.png);
background-repeat: no-repeat;
background-position: top center;
background-color: #181a1f;
margin-top: 0;
}
.error-page .custom-social-icons li > a{background-color: #999999;}
.error-page .custom-social-icons li > a{background-color: #999999;}
.error-page .custom-social-icons li > a:hover,.error-page .custom-social-icons li > a:focus {
color:#fff;
} .footer-sidebar .widget {
color: #ffffff;
}
footer{
background-color:#21202e;
}
.footer-sidebar .woocommerce div.product p.price, 
.footer-sidebar .woocommerce div.product span.price, 
.footer-sidebar .woocommerce .posted_in a, 
.footer-sidebar .woocommerce-product-rating a, 
.footer-sidebar .woocommerce .tagged_as a, 
.footer-sidebar .woocommerce div.product form.cart .variations td.label label, 
.footer-sidebar .woocommerce #reviews #comments ol.commentlist li .meta strong, 
.footer-sidebar .woocommerce table.shop_table th, 
.footer-sidebar .woocommerce-cart table.cart td a, 
.footer-sidebar .owl-item .item .cart .add_to_cart_button, 
.footer-sidebar .woocommerce ul.cart_list li a, 
.footer-sidebar .woocommerce ul.product_list_widget li a, 
.footer-sidebar .woocommerce-error, 
.footer-sidebar .woocommerce-info, 
.footer-sidebar .woocommerce-message {
color: #ffffff;
}
.footer-sidebar a{color:#fff;}
.footer-sidebar .widget .widget-title { }
.header-sidebar .widget {
color: #fff;
}
.footer-sidebar .widget_text p{
color: #fff;
}  .scroll-up a {
color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,.2);
}   .related-post .single-post {border: 1px solid #e8e8e8;}
.related-post .single-post:hover{background-color: #fff;}
.related-post .single-post .fa { 
background-color:transparent; 
border:1px solid #e8e8e8;
} 
.related-post .single-post a:hover .fa{ 
color: #fff; 
}
.footer-sidebar .widget li:before {color:#fff;}  .services2 .post {
background:#181a1f;  
}
.services2 .post:hover .entry-content p {
color: #fff;
}
.services2 .post:hover .post-thumbnail i.fa { 
color: #fff;  
}
.services2 .post:hover{ 
color: #fff; 
}
.services2 .entry-header .entry-title a:hover { color:#fff !important;}
.services2 .post:hover .entry-header .entry-title a {color:#fff;}  .services3 .post-thumbnail i.fa { 
color: #fff; 
border: 4px solid #000;
}
.services3 .post:hover .post-thumbnail i.fa { 
background: #f5f6fa; 
border: 4px solid #000;
}  #testimonial-carousel2 .testmonial-block {
box-shadow: 5px 5px 6px rgba(255, 255, 255, 0.01);
}
.testi-2:before {
background-color: rgba(1, 7, 12, 0.8);
}  .team2 .team-grid .card-body .list-inline li > a {
color: #878e94;
}
.team2 .team-grid .card-body .list-inline li > a:hover {
background-color: unset;
}
.team2 .team-grid .card-body p {
color: #878e94;
}  .testi-3:before {
background-color: rgba(1, 7, 12, 0.8);
}  .team3 .team-grid .img-holder img {
color: #fff;
}
.team3 .team-grid .card-body .list-inline li > a {
color: #878e94;
}
.team3 .team-grid .card-body .list-inline li > a:hover {
background-color: unset;
}
.team3 .team-grid .position {
color: #878e94;
}
.team3 .owl-carousel.owl-drag .owl-item{
background: #000000 !important;
}
.team3 .team-grid {
background-color: #000;
box-shadow: 0px 0px 15px rgb(0 0 0);
}  #testimonial-carousel4 .testmonial-block {
box-shadow: 0px 6px 6px 0px rgba(255, 255, 255, 0.1);
}
.testimonial.testi-4 .testmonial-block {
box-shadow: 0px 6px 6px 0px rgba(255, 255, 255, 0.1);
}   .team4 .team-grid {
background-color: #000;
}
.team4 .list-inline  > a:hover {
color: #2d6ef8;
}
.team4 .overlay::before {
background: rgba(0, 0, 0, 0.7);
}
.team4 .list-inline  li a {
color: #061018;
}
.team4 .list-inline {
background: #ffffff;
}
.team4 .team-grid .list-inline li > a:hover {
background-color: unset;
} .stickymenu{
background-color: rgba(33,37,41,0.93);
}
.stickymenu1{
background-color: rgba(33,37,41,0.93);
box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}
.navbar.shrink{
background-color: rgba(33,37,41,0.93);}
.navbar.shrink1 {
box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}
.page-link {
background-color: #181a1f;
}
.page-item.disabled .page-link {
background-color: #181a1f;
} .main-footer {
background-color: #061018;
border-top: 0px solid #828282;
}
.main-footer .footer-overlay{   
background-color: rgba(1, 7, 12, 0.50);
}
.site-info ul.site-privacy li a {color: #fff ;}
.site-info ul.site-privacy li {
color: #fff;
}
.site-info ul.site-privacy li::before {
background: #fff;
}
.site-info span a {color: #fff ;} .services .post-thumbnail img {
color: #ffffff;
position: relative;
}
.section-space.portfolio ,.section-space.blog{
background-color: #000000;
}
.section-space.contact1 ,.section-space.contact2{
background-color: #181a1f;
}
.index5.header-logo {background-color: #181a1f;}
.testimonial {
background-color: #181a1f;
background: url(//sos-ksecurite.fr/wp-content/themes/spice-software-dark/assets/images/bg/x-point-pattern.png);
background-repeat: repeat;
}
.testimonial .section-header .section-title {color: #ffffff;}
.testimonial .section-header .section-subtitle {color: #999999;}
.testmonial-block .entry-content p {color: #999999;}
.sidebar ul li a {color: #999999;}
.sidebar .widget {
border: 1px solid #323232;
}
.page-item.disabled .page-link , .page-link {border-color: #323232;}
.page-link:hover {
background-color: #000000;
border-color: #323232;
}
@media (min-width: 992px) {
.dark .navbar1 .navbar-nav > .dropdown.active > a:after {
content: '';
position: absolute;
border-top: .3em solid;
border-right: .3em solid transparent;
border-left: .3em solid transparent;
display: block;
top: 0;
color: #000;
left: 50%;
}
}
@media (min-width: 992px) {
.dark .navbar1 .navbar-nav > .dropdown.active > a:after {
content: '';
position: absolute;
border-top: .3em solid;
border-right: .3em solid transparent;
border-left: .3em solid transparent;
display: block;
top: 0;
color: #000;
left: 50%;
}
}
.dark .sidebar li.recentcomments,.dark .sidebar .textwidget,.dark .sidebar .textwidget a,
.dark .comment-section a{
color: #999;
}
mark, ins {
background: #000; 
} 
.pagination .page-link.active, .woocommerce .woocommerce-pagination li .page-numbers.current{
background-color: #000;
}
span.woocommerce-Price-amount.amount,.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
color: #fff;
}
.comment-section {
background-color: #000000;
border: 1px solid #323232;
}
.comment-detail-title {
color: #ffffff;
}
.comment-detail p {
color: #999999;
}
.comment-date {
color: #d6d6d6;
}
.comment-detail {
border-bottom: 1px solid #323232;
}
body.dark .section-space.test-1,body.dark .section-space.page {
background-color: #000;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
color: #d6d6d6;
font-size: .75em;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #ffffff;
line-height: 28px;
background-color: #000000;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
background-color: #000000;
}
.woocommerce-checkout .select2-results__option {background-color: #000000; }
.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected=true],
.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true] {
background-color: #181a1f;
}
.woocommerce-checkout .select2-search--dropdown {background-color: #181a1f;}
.dark .woocommerce nav.woocommerce-pagination ul {
display: inline-block;
white-space: nowrap;
padding: 0;
clear: both;
border: 1px solid #323232;
border-right: 0;
margin: 1px;
}
.dark .woocommerce nav.woocommerce-pagination ul li { border-radius: 0;
}
.dark .pagination .page-link.active, .woocommerce .woocommerce-pagination li .page-numbers.current {
background-color: #000;
}
.dark .woocommerce .woocommerce-pagination li .page-numbers, .woocommerce .woocommerce-pagination li .page-numbers.current {
position: relative;
display: inline-block;
padding: .5rem .75rem;
margin-left: 0px;
line-height: 1.25;
background-color: #181a1f;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border: none;
}
.dark .woocommerce-pagination ul.page-numbers li:last-child a.page-numbers,
.dark .woocommerce nav.woocommerce-pagination ul li a.prev {
color: #777777;
} .sidebar .widget li {
border-bottom: 1px solid #323232;
}
.widget.widget-block li:before {color: #999999;}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
border-top: 3px double #323232;
}
.dark .sidebar .widget {
color: #FFF;
} body .entry-header h4 > a:not(.blog-title), body h4, .section-space.contact-detail .contact-area h4, .services h4.entry-title a {
color: #fff;
}
p:not(.woocommerce-mini-cart__total, .slider-caption .description, .site-description, .testimonial p, .funfact p,.sidebar p,.footer-sidebar p) {
color: #999999;
}
.dark .section-space .sticky.post {
background-color: #a27d3a66;
}
body .section-header h2:not(.testimonial h2, .funfact h2), body h2:not(.testimonial h2, .funfact h2) {
color: #ffffff;
}
.dark .section-space .date{
font-weight: 500;
}
.dark .entry-content p a {
margin: 0 4px;
}
.dark .widget .wp-block-calendar tbody td,.dark .widget .wp-block-calendar th {
border: 1px solid #323232;
}
.dark .widget .wp-block-calendar table th {
border-bottom: 2px solid #323232;
}
.sidebar .widget .wp-block-tag-cloud a {
background-color: #101010;
}
.widget_search button.wp-block-search__button{
color: #181a1f;
}
.widget_search .wp-block-search__input:focus{
background-color: #181a1f;
}
.nav-links .page-numbers.current{
background-color: #000000;
}
.page-numbers {
background-color: #181a1f;
border-color: #323232;
}
p.alert.alert-warning.text-center{
color: #ee591f;
}
.pagination .page-numbers:hover {
background-color: #000000;
}
.dark .sidebar .wp-block-latest-posts__post-excerpt,
.dark .sidebar .wp-block-latest-posts__post-date,
.dark .sidebar .wp-block-latest-posts__post-author{
color: #999999;
}
.wp-block-search__input:focus {
background-color: #181a1f;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #00000c;
}
span.cart-total span {
color: #fff;
}@font-face{font-family:eicons;src:url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.31.0);src:url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.31.0#iefix) format("embedded-opentype"),url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.31.0) format("woff2"),url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.31.0) format("woff"),url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.31.0) format("truetype"),url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.31.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e8aa"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:flex;font-size:inherit;align-items:var(--icon-vertical-align,center)}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
src: url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-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: 0.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: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
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-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-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.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-box-tissue:before {
content: "\e05b"; }
.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-buy-n-large:before {
content: "\f8a6"; }
.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-caravan:before {
content: "\f8ff"; }
.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-cloudflare:before {
content: "\e07d"; }
.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-alt:before {
content: "\f422"; }
.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-cotton-bureau:before {
content: "\f89e"; }
.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-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.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-disease:before {
content: "\f7fa"; }
.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-edge-legacy:before {
content: "\e078"; }
.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-alt:before {
content: "\f424"; }
.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-faucet:before {
content: "\e005"; }
.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-firefox-browser:before {
content: "\e007"; }
.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-pay:before {
content: "\e079"; }
.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-guilded:before {
content: "\e07e"; }
.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-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.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-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.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-hive:before {
content: "\e07f"; }
.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-hospital-user:before {
content: "\f80d"; }
.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-house-user:before {
content: "\e065"; }
.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-ideal:before {
content: "\e013"; }
.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-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.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-house:before {
content: "\e066"; }
.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-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.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-mdb:before {
content: "\f8ca"; }
.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-microblog:before {
content: "\e01a"; }
.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-mixer:before {
content: "\e056"; }
.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:before {
content: "\f8cc"; }
.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-octopus-deploy:before {
content: "\e082"; }
.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-orcid:before {
content: "\f8d2"; }
.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-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.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-pied-piper-square:before {
content: "\e01e"; }
.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-plane-slash:before {
content: "\e069"; }
.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-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.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-record-vinyl:before {
content: "\f8d9"; }
.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-rust:before {
content: "\e07a"; }
.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-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.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-sink:before {
content: "\e06d"; }
.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-soap:before {
content: "\e06e"; }
.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-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.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-swift:before {
content: "\f8e1"; }
.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-tiktok:before {
content: "\e07b"; }
.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-threads:before {
content: '\e9cb'; }
.fa-threads-square:before {
content: '\e9cc'; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.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-trailer:before {
content: "\e041"; }
.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-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.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-unsplash:before {
content: "\e07c"; }
.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-users-slash:before {
content: "\e073"; }
.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-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.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-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.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-watchman-monitoring:before {
content: "\e087"; }
.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-wodu:before {
content: "\e088"; }
.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-x-twitter:before {
content: "\e9ca"; }
.fa-x-twitter-square:before {
content: "\e9c9"; }
.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 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
src: url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//sos-ksecurite.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }