.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*,
::after,
::before {
box-sizing: border-box
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff
}
[tabindex="-1"]:focus {
outline: 0!important
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: .5rem
}
p {
margin-top: 0;
margin-bottom: 1rem
}
abbr[data-original-title],
abbr[title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit
}
dl,
ol,
ul {
margin-top: 0;
margin-bottom: 1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0
}
dt {
font-weight: 700
}
dd {
margin-bottom: .5rem;
margin-left: 0
}
blockquote {
margin: 0 0 1rem
}
b,
strong {
font-weight: bolder
}
small {
font-size: 80%
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent
}
a:hover {
color: #0056b3;
text-decoration: underline
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):focus {
outline: 0
}
code,
kbd,
pre,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto
}
figure {
margin: 0 0 1rem
}
img {
vertical-align: middle;
border-style: none
}
svg {
overflow: hidden;
vertical-align: middle
}
table {
border-collapse: collapse
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #6c757d;
text-align: left;
caption-side: bottom
}
th {
text-align: inherit
}
label {
display: inline-block;
margin-bottom: .5rem
}
button {
border-radius: 0
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
select {
word-wrap: normal
}
[type=button],
[type=reset],
[type=submit],
button {
-webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
cursor: pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
border-style: none
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
-webkit-appearance: listbox
}
textarea {
overflow: auto;
resize: vertical
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal
}
progress {
vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
output {
display: inline-block
}
summary {
display: list-item;
cursor: pointer
}
template {
display: none
}
[hidden] {
display: none!important
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2
}
.h1,
h1 {
font-size: 2.5rem
}
.h2,
h2 {
font-size: 2rem
}
.h3,
h3 {
font-size: 1.75rem
}
.h4,
h4 {
font-size: 1.5rem
}
.h5,
h5 {
font-size: 1.25rem
}
.h6,
h6 {
font-size: 1rem
}
.lead {
font-size: 1.25rem;
font-weight: 300
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, .1)
}
.small,
small {
font-size: 80%;
font-weight: 400
}
.mark,
mark {
padding: .2em;
background-color: #fcf8e3
}
.list-unstyled {
padding-left: 0;
list-style: none
}
.list-inline {
padding-left: 0;
list-style: none
}
.list-inline-item {
display: inline-block
}
.list-inline-item:not(:last-child) {
margin-right: .5rem
}
.initialism {
font-size: 90%;
text-transform: uppercase
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d
}
.blockquote-footer::before {
content: "\2014\00A0"
}
.img-fluid {
max-width: 100%;
height: auto
}
.img-thumbnail {
padding: .25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: .25rem;
max-width: 100%;
height: auto
}
.figure {
display: inline-block
}
.figure-img {
margin-bottom: .5rem;
line-height: 1
}
.figure-caption {
font-size: 90%;
color: #6c757d
}
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word
}
a>code {
color: inherit
}
kbd {
padding: .2rem .4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: .2rem
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700
}
pre {
display: block;
font-size: 87.5%;
color: #212529
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container {
max-width: 640px
}
}
@media (min-width:768px) {
.container {
max-width: 720px
}
}
@media (min-width:992px) {
.container {
max-width: 960px
}
}
@media (min-width:1200px) {
.container {
max-width: 1170px
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.no-gutters {
margin-right: 0;
margin-left: 0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-first {
-ms-flex-order: -1;
order: -1
}
.order-last {
-ms-flex-order: 13;
order: 13
}
.order-0 {
-ms-flex-order: 0;
order: 0
}
.order-1 {
-ms-flex-order: 1;
order: 1
}
.order-2 {
-ms-flex-order: 2;
order: 2
}
.order-3 {
-ms-flex-order: 3;
order: 3
}
.order-4 {
-ms-flex-order: 4;
order: 4
}
.order-5 {
-ms-flex-order: 5;
order: 5
}
.order-6 {
-ms-flex-order: 6;
order: 6
}
.order-7 {
-ms-flex-order: 7;
order: 7
}
.order-8 {
-ms-flex-order: 8;
order: 8
}
.order-9 {
-ms-flex-order: 9;
order: 9
}
.order-10 {
-ms-flex-order: 10;
order: 10
}
.order-11 {
-ms-flex-order: 11;
order: 11
}
.order-12 {
-ms-flex-order: 12;
order: 12
}
.offset-1 {
margin-left: 8.333333%
}
.offset-2 {
margin-left: 16.666667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.333333%
}
.offset-5 {
margin-left: 41.666667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.333333%
}
.offset-8 {
margin-left: 66.666667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.333333%
}
.offset-11 {
margin-left: 91.666667%
}
@media (min-width:576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
-ms-flex-order: -1;
order: -1
}
.order-sm-last {
-ms-flex-order: 13;
order: 13
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.333333%
}
.offset-sm-2 {
margin-left: 16.666667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.333333%
}
.offset-sm-5 {
margin-left: 41.666667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.333333%
}
.offset-sm-8 {
margin-left: 66.666667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.333333%
}
.offset-sm-11 {
margin-left: 91.666667%
}
}
@media (min-width:768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
-ms-flex-order: -1;
order: -1
}
.order-md-last {
-ms-flex-order: 13;
order: 13
}
.order-md-0 {
-ms-flex-order: 0;
order: 0
}
.order-md-1 {
-ms-flex-order: 1;
order: 1
}
.order-md-2 {
-ms-flex-order: 2;
order: 2
}
.order-md-3 {
-ms-flex-order: 3;
order: 3
}
.order-md-4 {
-ms-flex-order: 4;
order: 4
}
.order-md-5 {
-ms-flex-order: 5;
order: 5
}
.order-md-6 {
-ms-flex-order: 6;
order: 6
}
.order-md-7 {
-ms-flex-order: 7;
order: 7
}
.order-md-8 {
-ms-flex-order: 8;
order: 8
}
.order-md-9 {
-ms-flex-order: 9;
order: 9
}
.order-md-10 {
-ms-flex-order: 10;
order: 10
}
.order-md-11 {
-ms-flex-order: 11;
order: 11
}
.order-md-12 {
-ms-flex-order: 12;
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.333333%
}
.offset-md-2 {
margin-left: 16.666667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.333333%
}
.offset-md-5 {
margin-left: 41.666667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.333333%
}
.offset-md-8 {
margin-left: 66.666667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.333333%
}
.offset-md-11 {
margin-left: 91.666667%
}
}
@media (min-width:992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
-ms-flex-order: -1;
order: -1
}
.order-lg-last {
-ms-flex-order: 13;
order: 13
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.333333%
}
.offset-lg-2 {
margin-left: 16.666667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.333333%
}
.offset-lg-5 {
margin-left: 41.666667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.333333%
}
.offset-lg-8 {
margin-left: 66.666667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.333333%
}
.offset-lg-11 {
margin-left: 91.666667%
}
}
@media (min-width:1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
-ms-flex-order: -1;
order: -1
}
.order-xl-last {
-ms-flex-order: 13;
order: 13
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12
}
.offset-xl-0 {
margin-left: 0
}
.offset-xl-1 {
margin-left: 8.333333%
}
.offset-xl-2 {
margin-left: 16.666667%
}
.offset-xl-3 {
margin-left: 25%
}
.offset-xl-4 {
margin-left: 33.333333%
}
.offset-xl-5 {
margin-left: 41.666667%
}
.offset-xl-6 {
margin-left: 50%
}
.offset-xl-7 {
margin-left: 58.333333%
}
.offset-xl-8 {
margin-left: 66.666667%
}
.offset-xl-9 {
margin-left: 75%
}
.offset-xl-10 {
margin-left: 83.333333%
}
.offset-xl-11 {
margin-left: 91.666667%
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529
}
.table td,
.table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6
}
.table tbody+tbody {
border-top: 2px solid #dee2e6
}
.table-sm td,
.table-sm th {
padding: .3rem
}
.table-bordered {
border: 1px solid #dee2e6
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6
}
.table-bordered thead td,
.table-bordered thead th {
border-bottom-width: 2px
}
.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, .075)
}
.table-primary,
.table-primary>td,
.table-primary>th {
background-color: #b8daff
}
.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
border-color: #7abaff
}
.table-hover .table-primary:hover {
background-color: #9fcdff
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
background-color: #9fcdff
}
.table-secondary,
.table-secondary>td,
.table-secondary>th {
background-color: #d6d8db
}
.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
background-color: #c8cbcf
}
.table-success,
.table-success>td,
.table-success>th {
background-color: #c3e6cb
}
.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
border-color: #8fd19e
}
.table-hover .table-success:hover {
background-color: #b1dfbb
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #b1dfbb
}
.table-info,
.table-info>td,
.table-info>th {
background-color: #bee5eb
}
.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
border-color: #86cfda
}
.table-hover .table-info:hover {
background-color: #abdde5
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #abdde5
}
.table-warning,
.table-warning>td,
.table-warning>th {
background-color: #ffeeba
}
.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
border-color: #ffdf7e
}
.table-hover .table-warning:hover {
background-color: #ffe8a1
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #ffe8a1
}
.table-danger,
.table-danger>td,
.table-danger>th {
background-color: #f5c6cb
}
.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
border-color: #ed969e
}
.table-hover .table-danger:hover {
background-color: #f1b0b7
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #f1b0b7
}
.table-light,
.table-light>td,
.table-light>th {
background-color: #fdfdfe
}
.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
border-color: #fbfcfc
}
.table-hover .table-light:hover {
background-color: #ececf6
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
background-color: #ececf6
}
.table-dark,
.table-dark>td,
.table-dark>th {
background-color: #c6c8ca
}
.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #95999c
}
.table-hover .table-dark:hover {
background-color: #b9bbbe
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
background-color: #b9bbbe
}
.table-active,
.table-active>td,
.table-active>th {
background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
background-color: rgba(0, 0, 0, .075)
}
.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6
}
.table-dark {
color: #fff;
background-color: #343a40
}
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #454d55
}
.table-dark.table-bordered {
border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, .075)
}
@media (max-width:575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-sm>.table-bordered {
border: 0
}
}
@media (max-width:767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-md>.table-bordered {
border: 0
}
}
@media (max-width:991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-lg>.table-bordered {
border: 0
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-xl>.table-bordered {
border: 0
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
border: 0
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-control {
transition: none
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::placeholder {
color: #6c757d;
opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff
}
.form-control-file,
.form-control-range {
display: block;
width: 100%
}
.col-form-label {
padding-top: calc(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5
}
.col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5
}
.col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: .875rem;
line-height: 1.5
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: .375rem;
padding-bottom: .375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
padding-right: 0;
padding-left: 0
}
.form-control-sm {
height: calc(1.5em + .5rem + 2px);
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
select.form-control[multiple],
select.form-control[size] {
height: auto
}
textarea.form-control {
height: auto
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .25rem
}
.form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px
}
.form-row>.col,
.form-row>[class*=col-] {
padding-right: 5px;
padding-left: 5px
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
color: #6c757d
}
.form-check-label {
margin-bottom: 0
}
.form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: .75rem
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: .3125rem;
margin-left: 0
}
.valid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #28a745
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .25rem .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, .9);
border-radius: .25rem
}
.form-control.is-valid,
.was-validated .form-control:valid {
border-color: #28a745;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center right calc(.375em + .1875rem);
background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
display: block
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
padding-right: calc(1.5em + .75rem);
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
border-color: #28a745;
padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
display: block
}
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
display: block
}
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
color: #28a745
}
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
display: block
}
.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
color: #28a745
}
.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
border-color: #28a745
}
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
display: block
}
.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
border-color: #28a745
}
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
border-color: #28a745
}
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
display: block
}
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #dc3545
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .25rem .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, .9);
border-radius: .25rem
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
border-color: #dc3545;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
background-repeat: no-repeat;
background-position: center right calc(.375em + .1875rem);
background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
display: block
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
padding-right: calc(1.5em + .75rem);
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
border-color: #dc3545;
padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
display: block
}
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
display: block
}
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
color: #dc3545
}
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
display: block
}
.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
color: #dc3545
}
.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
border-color: #dc3545
}
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
display: block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
border-color: #dc3545
}
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
border-color: #dc3545
}
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
display: block
}
.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center
}
.form-inline .form-check {
width: 100%
}
@media (min-width:576px) {
.form-inline label {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0
}
.form-inline .form-group {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .form-control-plaintext {
display: inline-block
}
.form-inline .custom-select,
.form-inline .input-group {
width: auto
}
.form-inline .form-check {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0
}
.form-inline .form-check-input {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
margin-right: .25rem;
margin-left: 0
}
.form-inline .custom-control {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center
}
.form-inline .custom-control-label {
margin-bottom: 0
}
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .375rem .75rem;
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
}
@media (prefers-reduced-motion:reduce) {
.btn {
transition: none
}
}
.btn:hover {
color: #212529;
text-decoration: none
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled,
.btn:disabled {
opacity: .65
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc
}
.btn-primary.focus,
.btn-primary:focus {
box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62
}
.btn-secondary.focus,
.btn-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34
}
.btn-success.focus,
.btn-success:focus {
box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b
}
.btn-info.focus,
.btn-info:focus {
box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00
}
.btn-warning.focus,
.btn-warning:focus {
box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130
}
.btn-danger.focus,
.btn-danger:focus {
box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5
}
.btn-light.focus,
.btn-light:focus {
box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124
}
.btn-dark.focus,
.btn-dark:focus {
box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-outline-primary {
color: #007bff;
border-color: #007bff
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #007bff;
background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-success {
color: #28a745;
border-color: #28a745
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-outline-success.focus,
.btn-outline-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #28a745;
background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info.focus,
.btn-outline-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light.focus,
.btn-outline-light:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
color: #343a40;
border-color: #343a40
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #343a40;
background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline
}
.btn-link.focus,
.btn-link:focus {
text-decoration: underline;
box-shadow: none
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d;
pointer-events: none
}
.btn-group-lg>.btn,
.btn-lg {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
.btn-group-sm>.btn,
.btn-sm {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: .5rem
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
width: 100%
}
.fade {
transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
.fade {
transition: none
}
}
.fade:not(.show) {
opacity: 0
}
.collapse:not(.show) {
display: none
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
.collapsing {
transition: none
}
}
.dropdown,
.dropleft,
.dropright,
.dropup {
position: relative
}
.dropdown-toggle {
white-space: nowrap
}
.dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
margin-left: 0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem
}
.dropdown-menu-left {
right: auto;
left: 0
}
.dropdown-menu-right {
right: 0;
left: auto
}
@media (min-width:576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0
}
.dropdown-menu-sm-right {
right: 0;
left: auto
}
}
@media (min-width:768px) {
.dropdown-menu-md-left {
right: auto;
left: 0
}
.dropdown-menu-md-right {
right: 0;
left: auto
}
}
@media (min-width:992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0
}
.dropdown-menu-lg-right {
right: 0;
left: auto
}
}
@media (min-width:1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0
}
.dropdown-menu-xl-right {
right: 0;
left: auto
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: 0;
border-right: .3em solid transparent;
border-bottom: .3em solid;
border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: .125rem
}
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: 0;
border-bottom: .3em solid transparent;
border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-toggle::after {
vertical-align: 0
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: ""
}
.dropleft .dropdown-toggle::after {
display: none
}
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: .3em solid;
border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0
}
.dropleft .dropdown-toggle::before {
vertical-align: 0
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
right: auto;
bottom: auto
}
.dropdown-divider {
height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef
}
.dropdown-item {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa
}
.dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff
}
.dropdown-item.disabled,
.dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent
}
.dropdown-menu.show {
display: block
}
.dropdown-header {
display: block;
padding: .5rem 1.5rem;
margin-bottom: 0;
font-size: .875rem;
color: #6c757d;
white-space: nowrap
}
.dropdown-item-text {
display: block;
padding: .25rem 1.5rem;
color: #212529
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
z-index: 1
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
z-index: 1
}
.btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.btn-toolbar .input-group {
width: auto
}
.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
margin-left: -1px
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.dropdown-toggle-split {
padding-right: .5625rem;
padding-left: .5625rem
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0
}
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
padding-right: .375rem;
padding-left: .375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
padding-right: .75rem;
padding-left: .75rem
}
.btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
width: 100%
}
.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
margin-top: -1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
margin-bottom: 0
}
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%
}
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0
}
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
margin-left: -1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
z-index: 3
}
.input-group>.custom-file .custom-file-input:focus {
z-index: 4
}
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group>.custom-file {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group-append,
.input-group-prepend {
display: -ms-flexbox;
display: flex
}
.input-group-append .btn,
.input-group-prepend .btn {
position: relative;
z-index: 2
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
z-index: 3
}
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
margin-left: -1px
}
.input-group-prepend {
margin-right: -1px
}
.input-group-append {
margin-left: -1px
}
.input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: .375rem .75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: .25rem
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
margin-top: 0
}
.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
height: calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
height: calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
padding-right: 1.75rem
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem
}
.custom-control-inline {
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem
}
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
border-color: #007bff;
background-color: #007bff
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff
}
.custom-control-input:disabled~.custom-control-label {
color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before {
background-color: #e9ecef
}
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top
}
.custom-control-label::before {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px
}
.custom-control-label::after {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
border-color: #007bff;
background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-radio .custom-control-label::before {
border-radius: 50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-switch {
padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: .5rem
}
.custom-switch .custom-control-label::after {
top: calc(.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: .5rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-switch .custom-control-label::after {
transition: none
}
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(.75rem);
transform: translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
height: auto;
padding-right: .75rem;
background-image: none
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef
}
.custom-select::-ms-expand {
display: none
}
.custom-select-sm {
height: calc(1.5em + .5rem + 2px);
padding-top: .25rem;
padding-bottom: .25rem;
padding-left: .5rem;
font-size: .875rem
}
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: .5rem;
padding-bottom: .5rem;
padding-left: 1rem;
font-size: 1.25rem
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin-bottom: 0
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin: 0;
opacity: 0
}
.custom-file-input:focus~.custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-file-input:disabled~.custom-file-label {
background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
content: "Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
content: attr(data-browse)
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: .25rem
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + .75rem);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 .25rem .25rem 0
}
.custom-range {
width: 100%;
height: calc(1rem + .4rem);
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-range:focus {
outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range::-moz-focus-outer {
border: 0
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-appearance: none;
appearance: none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-webkit-slider-thumb {
transition: none
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-appearance: none;
appearance: none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-moz-range-thumb {
transition: none
}
}
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff
}
.custom-range::-moz-range-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: .2rem;
margin-left: .2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance: none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
transition: none
}
}
.custom-range::-ms-thumb:active {
background-color: #b3d7ff
}
.custom-range::-ms-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: .5rem
}
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default
}
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd
}
.custom-range:disabled::-moz-range-track {
cursor: default
}
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none
}
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.nav-link {
display: block;
padding: .5rem 1rem
}
.nav-link:focus,
.nav-link:hover {
text-decoration: none
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default
}
.nav-tabs {
border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
margin-bottom: -1px
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.nav-pills .nav-link {
border-radius: .25rem
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
color: #fff;
background-color: #007bff
}
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: .5rem 1rem
}
.navbar>.container,
.navbar>.container-fluid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between
}
.navbar-brand {
display: inline-block;
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap
}
.navbar-brand:focus,
.navbar-brand:hover {
text-decoration: none
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0
}
.navbar-nav .dropdown-menu {
position: static;
float: none
}
.navbar-text {
display: inline-block;
padding-top: .5rem;
padding-bottom: .5rem
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center
}
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
text-decoration: none
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%
}
@media (max-width:575.98px) {
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:576px) {
.navbar-expand-sm {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
display: none
}
}
@media (max-width:767.98px) {
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:768px) {
.navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
display: none
}
}
@media (max-width:991.98px) {
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:1199px) {
.navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
display: none
}
}
@media (max-width:1199.98px) {
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:1200px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
display: none
}
}
.navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
padding-right: 0;
padding-left: 0
}
.navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand .navbar-toggler {
display: none
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, .5);
border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
color: rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand {
color: #fff
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
color: #fff
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
color: #fff
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, .5);
border-color: rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-text a {
color: #fff
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
color: #fff
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, .125);
border-radius: .25rem
}
.card>hr {
margin-right: 0;
margin-left: 0
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: .25rem;
border-bottom-left-radius: .25rem
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem
}
.card-title {
margin-bottom: .75rem
}
.card-subtitle {
margin-top: -.375rem;
margin-bottom: 0
}
.card-text:last-child {
margin-bottom: 0
}
.card-link:hover {
text-decoration: none
}
.card-link+.card-link {
margin-left: 1.25rem
}
.card-header {
padding: .75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, .03);
border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
border-top: 0
}
.card-footer {
padding: .75rem 1.25rem;
background-color: rgba(0, 0, 0, .03);
border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
margin-right: -.625rem;
margin-bottom: -.75rem;
margin-left: -.625rem;
border-bottom: 0
}
.card-header-pills {
margin-right: -.625rem;
margin-left: -.625rem
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem
}
.card-img {
width: 100%;
border-radius: calc(.25rem - 1px)
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px)
}
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.card-deck .card {
margin-bottom: 15px
}
@media (min-width:576px) {
.card-deck {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px
}
.card-deck .card {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px
}
}
.card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.card-group>.card {
margin-bottom: 15px
}
@media (min-width:576px) {
.card-group {
-ms-flex-flow: row wrap;
flex-flow: row wrap
}
.card-group>.card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0
}
.card-group>.card+.card {
margin-left: 0;
border-left: 0
}
.card-group>.card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.card-group>.card:not(:last-child) .card-header,
.card-group>.card:not(:last-child) .card-img-top {
border-top-right-radius: 0
}
.card-group>.card:not(:last-child) .card-footer,
.card-group>.card:not(:last-child) .card-img-bottom {
border-bottom-right-radius: 0
}
.card-group>.card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.card-group>.card:not(:first-child) .card-header,
.card-group>.card:not(:first-child) .card-img-top {
border-top-left-radius: 0
}
.card-group>.card:not(:first-child) .card-footer,
.card-group>.card:not(:first-child) .card-img-bottom {
border-bottom-left-radius: 0
}
}
.card-columns .card {
margin-bottom: .75rem
}
@media (min-width:576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1
}
.card-columns .card {
display: inline-block;
width: 100%
}
}
.accordion>.card {
overflow: hidden
}
.accordion>.card:not(:first-of-type) .card-header:first-child {
border-radius: 0
}
.accordion>.card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0
}
.accordion>.card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.accordion>.card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.accordion>.card .card-header {
margin-bottom: -1px
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: .75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: .25rem
}
.breadcrumb-item+.breadcrumb-item {
padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
color: #6c757d;
content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration: none
}
.breadcrumb-item.active {
color: #6c757d
}
.pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: .25rem
}
.page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6
}
.pagination-lg .page-link {
padding: .75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: .3rem;
border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: .2rem;
border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: .2rem;
border-bottom-right-radius: .2rem
}
.badge {
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
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
}
@media (prefers-reduced-motion:reduce) {
.badge {
transition: none
}
}
a.badge:focus,
a.badge:hover {
text-decoration: none
}
.badge:empty {
display: none
}
.btn .badge {
position: relative;
top: -1px
}
.badge-pill {
padding-right: .6em;
padding-left: .6em;
border-radius: 10rem
}
.badge-primary {
color: #fff;
background-color: #007bff
}
a.badge-primary:focus,
a.badge-primary:hover {
color: #fff;
background-color: #0062cc
}
a.badge-primary.focus,
a.badge-primary:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.badge-secondary {
color: #fff;
background-color: #6c757d
}
a.badge-secondary:focus,
a.badge-secondary:hover {
color: #fff;
background-color: #545b62
}
a.badge-secondary.focus,
a.badge-secondary:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.badge-success {
color: #fff;
background-color: #28a745
}
a.badge-success:focus,
a.badge-success:hover {
color: #fff;
background-color: #1e7e34
}
a.badge-success.focus,
a.badge-success:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.badge-info {
color: #fff;
background-color: #17a2b8
}
a.badge-info:focus,
a.badge-info:hover {
color: #fff;
background-color: #117a8b
}
a.badge-info.focus,
a.badge-info:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.badge-warning {
color: #212529;
background-color: #ffc107
}
a.badge-warning:focus,
a.badge-warning:hover {
color: #212529;
background-color: #d39e00
}
a.badge-warning.focus,
a.badge-warning:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.badge-danger {
color: #fff;
background-color: #dc3545
}
a.badge-danger:focus,
a.badge-danger:hover {
color: #fff;
background-color: #bd2130
}
a.badge-danger.focus,
a.badge-danger:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.badge-light {
color: #212529;
background-color: #f8f9fa
}
a.badge-light:focus,
a.badge-light:hover {
color: #212529;
background-color: #dae0e5
}
a.badge-light.focus,
a.badge-light:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.badge-dark {
color: #fff;
background-color: #343a40
}
a.badge-dark:focus,
a.badge-dark:hover {
color: #fff;
background-color: #1d2124
}
a.badge-dark.focus,
a.badge-dark:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: .3rem
}
@media (min-width:576px) {
.jumbotron {
padding: 4rem 2rem
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0
}
.alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem
}
.alert-heading {
color: inherit
}
.alert-link {
font-weight: 700
}
.alert-dismissible {
padding-right: 4rem
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: .75rem 1.25rem;
color: inherit
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff
}
.alert-primary hr {
border-top-color: #9fcdff
}
.alert-primary .alert-link {
color: #002752
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db
}
.alert-secondary hr {
border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
color: #202326
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb
}
.alert-success hr {
border-top-color: #b1dfbb
}
.alert-success .alert-link {
color: #0b2e13
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb
}
.alert-info hr {
border-top-color: #abdde5
}
.alert-info .alert-link {
color: #062c33
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba
}
.alert-warning hr {
border-top-color: #ffe8a1
}
.alert-warning .alert-link {
color: #533f03
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb
}
.alert-danger hr {
border-top-color: #f1b0b7
}
.alert-danger .alert-link {
color: #491217
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe
}
.alert-light hr {
border-top-color: #ececf6
}
.alert-light .alert-link {
color: #686868
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca
}
.alert-dark hr {
border-top-color: #b9bbbe
}
.alert-dark .alert-link {
color: #040505
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
.progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .25rem
}
.progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width .6s ease
}
@media (prefers-reduced-motion:reduce) {
.progress-bar {
transition: none
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem
}
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none
}
}
.media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start
}
.media-body {
-ms-flex: 1;
flex: 1
}
.list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit
}
.list-group-item-action:focus,
.list-group-item-action:hover {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef
}
.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: .25rem
}
.list-group-item.disabled,
.list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.list-group-horizontal {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal .list-group-item {
margin-right: -1px;
margin-bottom: 0
}
.list-group-horizontal .list-group-item:first-child {
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: 0
}
@media (min-width:576px) {
.list-group-horizontal-sm {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-sm .list-group-item {
margin-right: -1px;
margin-bottom: 0
}
.list-group-horizontal-sm .list-group-item:first-child {
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-sm .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: 0
}
}
@media (min-width:768px) {
.list-group-horizontal-md {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-md .list-group-item {
margin-right: -1px;
margin-bottom: 0
}
.list-group-horizontal-md .list-group-item:first-child {
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-md .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: 0
}
}
@media (min-width:992px) {
.list-group-horizontal-lg {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-lg .list-group-item {
margin-right: -1px;
margin-bottom: 0
}
.list-group-horizontal-lg .list-group-item:first-child {
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-lg .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: 0
}
}
@media (min-width:1200px) {
.list-group-horizontal-xl {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-xl .list-group-item {
margin-right: -1px;
margin-bottom: 0
}
.list-group-horizontal-xl .list-group-item:first-child {
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-xl .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: 0
}
}
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0
}
.list-group-flush .list-group-item:last-child {
margin-bottom: -1px
}
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0
}
.list-group-flush:last-child .list-group-item:last-child {
margin-bottom: 0;
border-bottom: 0
}
.list-group-item-primary {
color: #004085;
background-color: #b8daff
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
color: #004085;
background-color: #9fcdff
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085
}
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
color: #383d41;
background-color: #c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41
}
.list-group-item-success {
color: #155724;
background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
color: #155724;
background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724
}
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
color: #0c5460;
background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460
}
.list-group-item-warning {
color: #856404;
background-color: #ffeeba
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
color: #856404;
background-color: #ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404
}
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
color: #721c24;
background-color: #f1b0b7
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24
}
.list-group-item-light {
color: #818182;
background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
color: #818182;
background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182
}
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
color: #1b1e21;
background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5
}
.close:hover {
color: #000;
text-decoration: none
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
opacity: .75
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
a.close.disabled {
pointer-events: none
}
.toast {
max-width: 350px;
overflow: hidden;
font-size: .875rem;
background-color: rgba(255, 255, 255, .85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .1);
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: .25rem
}
.toast:not(:last-child) {
margin-bottom: .75rem
}
.toast.showing {
opacity: 1
}
.toast.show {
display: block;
opacity: 1
}
.toast.hide {
display: none
}
.toast-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: .25rem .75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, .85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.toast-body {
padding: .75rem
}
.modal-open {
overflow: hidden
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none
}
.modal.fade .modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
transition: none
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none
}
.modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
-ms-flex-negative: 0;
flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem
}
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto
}
.modal-title {
margin-bottom: 0;
line-height: 1.5
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: .3rem;
border-bottom-left-radius: .3rem
}
.modal-footer>:not(:first-child) {
margin-left: .25rem
}
.modal-footer>:not(:last-child) {
margin-right: .25rem
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem)
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem)
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem)
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem)
}
.modal-sm {
max-width: 300px
}
}
@media (min-width:992px) {
.modal-lg,
.modal-xl {
max-width: 800px
}
}
@media (min-width:1200px) {
.modal-xl {
max-width: 1140px
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
opacity: 0
}
.tooltip.show {
opacity: .9
}
.tooltip .arrow {
position: absolute;
display: block;
width: .8rem;
height: .4rem
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid
}
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
top: 0;
border-width: .4rem .4rem 0;
border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
left: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
right: 0;
border-width: .4rem .4rem .4rem 0;
border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
bottom: 0;
border-width: 0 .4rem .4rem;
border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
right: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
left: 0;
border-width: .4rem 0 .4rem .4rem;
border-left-color: #000
}
.tooltip-inner {
max-width: 200px;
padding: .25rem .5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: .25rem
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: .5rem;
margin: 0 .3rem
}
.popover .arrow::after,
.popover .arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
bottom: calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
bottom: 0;
border-width: .5rem .5rem 0;
border-top-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
bottom: 1px;
border-width: .5rem .5rem 0;
border-top-color: #fff
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
margin-left: .5rem
}
.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
left: calc((.5rem + 1px) * -1);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
left: 0;
border-width: .5rem .5rem .5rem 0;
border-right-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
left: 1px;
border-width: .5rem .5rem .5rem 0;
border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
top: calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
top: 0;
border-width: 0 .5rem .5rem .5rem;
border-bottom-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
top: 1px;
border-width: 0 .5rem .5rem .5rem;
border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -.5rem;
content: "";
border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
margin-right: .5rem
}
.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
right: calc((.5rem + 1px) * -1);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
right: 0;
border-width: .5rem 0 .5rem .5rem;
border-left-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
right: 1px;
border-width: .5rem 0 .5rem .5rem;
border-left-color: #fff
}
.popover-header {
padding: .5rem .75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(.3rem - 1px);
border-top-right-radius: calc(.3rem - 1px)
}
.popover-header:empty {
display: none
}
.popover-body {
padding: .5rem .75rem;
color: #212529
}
.carousel {
position: relative
}
.carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden
}
.carousel-inner::after {
display: block;
clear: both;
content: ""
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.carousel-item {
transition: none
}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
display: block
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
-webkit-transform: none;
transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
z-index: 1;
opacity: 1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: 0s .6s opacity
}
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none
}
}
.carousel-control-next,
.carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: .5;
transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-control-next,
.carousel-control-prev {
transition: none
}
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9
}
.carousel-control-prev {
left: 0
}
.carousel-control-next {
right: 0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none
}
.carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-indicators li {
transition: none
}
}
.carousel-indicators .active {
opacity: 1
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: .25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: .2em
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
opacity: 1
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
opacity: 1
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow .75s linear infinite;
animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
width: 1rem;
height: 1rem
}
.align-baseline {
vertical-align: baseline!important
}
.align-top {
vertical-align: top!important
}
.align-middle {
vertical-align: middle!important
}
.align-bottom {
vertical-align: bottom!important
}
.align-text-bottom {
vertical-align: text-bottom!important
}
.align-text-top {
vertical-align: text-top!important
}
.bg-primary {
background-color: #007bff!important
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #0062cc!important
}
.bg-secondary {
background-color: #6c757d!important
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
background-color: #545b62!important
}
.bg-success {
background-color: #28a745!important
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #1e7e34!important
}
.bg-info {
background-color: #17a2b8!important
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #117a8b!important
}
.bg-warning {
background-color: #ffc107!important
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #d39e00!important
}
.bg-danger {
background-color: #dc3545!important
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #bd2130!important
}
.bg-light {
background-color: #f8f9fa!important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
background-color: #dae0e5!important
}
.bg-dark {
background-color: #343a40!important
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
background-color: #1d2124!important
}
.bg-white {
background-color: #fff!important
}
.bg-transparent {
background-color: transparent!important
}
.border {
border: 1px solid #dee2e6!important
}
.border-top {
border-top: 1px solid #dee2e6!important
}
.border-right {
border-right: 1px solid #dee2e6!important
}
.border-bottom {
border-bottom: 1px solid #dee2e6!important
}
.border-left {
border-left: 1px solid #dee2e6!important
}
.border-0 {
border: 0!important
}
.border-top-0 {
border-top: 0!important
}
.border-right-0 {
border-right: 0!important
}
.border-bottom-0 {
border-bottom: 0!important
}
.border-left-0 {
border-left: 0!important
}
.border-primary {
border-color: #007bff!important
}
.border-secondary {
border-color: #6c757d!important
}
.border-success {
border-color: #28a745!important
}
.border-info {
border-color: #17a2b8!important
}
.border-warning {
border-color: #ffc107!important
}
.border-danger {
border-color: #dc3545!important
}
.border-light {
border-color: #f8f9fa!important
}
.border-dark {
border-color: #343a40!important
}
.border-white {
border-color: #fff!important
}
.rounded-sm {
border-radius: .2rem!important
}
.rounded {
border-radius: .25rem!important
}
.rounded-top {
border-top-left-radius: .25rem!important;
border-top-right-radius: .25rem!important
}
.rounded-right {
border-top-right-radius: .25rem!important;
border-bottom-right-radius: .25rem!important
}
.rounded-bottom {
border-bottom-right-radius: .25rem!important;
border-bottom-left-radius: .25rem!important
}
.rounded-left {
border-top-left-radius: .25rem!important;
border-bottom-left-radius: .25rem!important
}
.rounded-lg {
border-radius: .3rem!important
}
.rounded-circle {
border-radius: 50%!important
}
.rounded-pill {
border-radius: 50rem!important
}
.rounded-0 {
border-radius: 0!important
}
.clearfix::after {
display: block;
clear: both;
content: ""
}
.d-none {
display: none!important
}
.d-inline {
display: inline!important
}
.d-inline-block {
display: inline-block!important
}
.d-block {
display: block!important
}
.d-table {
display: table!important
}
.d-table-row {
display: table-row!important
}
.d-table-cell {
display: table-cell!important
}
.d-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
@media (min-width:576px) {
.d-sm-none {
display: none!important
}
.d-sm-inline {
display: inline!important
}
.d-sm-inline-block {
display: inline-block!important
}
.d-sm-block {
display: block!important
}
.d-sm-table {
display: table!important
}
.d-sm-table-row {
display: table-row!important
}
.d-sm-table-cell {
display: table-cell!important
}
.d-sm-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-sm-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:768px) {
.d-md-none {
display: none!important
}
.d-md-inline {
display: inline!important
}
.d-md-inline-block {
display: inline-block!important
}
.d-md-block {
display: block!important
}
.d-md-table {
display: table!important
}
.d-md-table-row {
display: table-row!important
}
.d-md-table-cell {
display: table-cell!important
}
.d-md-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-md-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:992px) {
.d-lg-none {
display: none!important
}
.d-lg-inline {
display: inline!important
}
.d-lg-inline-block {
display: inline-block!important
}
.d-lg-block {
display: block!important
}
.d-lg-table {
display: table!important
}
.d-lg-table-row {
display: table-row!important
}
.d-lg-table-cell {
display: table-cell!important
}
.d-lg-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-lg-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:1200px) {
.d-xl-none {
display: none!important
}
.d-xl-inline {
display: inline!important
}
.d-xl-inline-block {
display: inline-block!important
}
.d-xl-block {
display: block!important
}
.d-xl-table {
display: table!important
}
.d-xl-table-row {
display: table-row!important
}
.d-xl-table-cell {
display: table-cell!important
}
.d-xl-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-xl-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media print {
.d-print-none {
display: none!important
}
.d-print-inline {
display: inline!important
}
.d-print-inline-block {
display: inline-block!important
}
.d-print-block {
display: block!important
}
.d-print-table {
display: table!important
}
.d-print-table-row {
display: table-row!important
}
.d-print-table-cell {
display: table-cell!important
}
.d-print-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-print-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden
}
.embed-responsive::before {
display: block;
content: ""
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0
}
.embed-responsive-21by9::before {
padding-top: 42.857143%
}
.embed-responsive-16by9::before {
padding-top: 56.25%
}
.embed-responsive-4by3::before {
padding-top: 75%
}
.embed-responsive-1by1::before {
padding-top: 100%
}
.flex-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
@media (min-width:576px) {
.flex-sm-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-sm-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-sm-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-sm-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-sm-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-sm-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-sm-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-sm-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-sm-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-sm-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-sm-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-sm-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-sm-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-sm-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-sm-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-sm-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-sm-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-sm-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-sm-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-sm-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-sm-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-sm-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-sm-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-sm-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-sm-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:768px) {
.flex-md-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-md-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-md-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-md-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-md-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-md-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-md-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-md-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-md-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-md-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-md-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-md-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-md-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-md-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-md-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-md-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-md-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-md-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-md-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-md-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-md-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-md-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-md-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-md-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-md-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-md-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-md-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-md-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-md-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:992px) {
.flex-lg-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-lg-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-lg-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-lg-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-lg-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-lg-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-lg-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-lg-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-lg-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-lg-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-lg-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-lg-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-lg-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-lg-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-lg-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-lg-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-lg-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-lg-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-lg-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-lg-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-lg-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-lg-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-lg-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-lg-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-lg-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:1200px) {
.flex-xl-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-xl-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-xl-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-xl-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-xl-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-xl-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-xl-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-xl-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-xl-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-xl-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-xl-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-xl-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-xl-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-xl-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-xl-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-xl-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-xl-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-xl-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-xl-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-xl-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-xl-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-xl-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-xl-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-xl-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-xl-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
.float-left {
float: left!important
}
.float-right {
float: right!important
}
.float-none {
float: none!important
}
@media (min-width:576px) {
.float-sm-left {
float: left!important
}
.float-sm-right {
float: right!important
}
.float-sm-none {
float: none!important
}
}
@media (min-width:768px) {
.float-md-left {
float: left!important
}
.float-md-right {
float: right!important
}
.float-md-none {
float: none!important
}
}
@media (min-width:992px) {
.float-lg-left {
float: left!important
}
.float-lg-right {
float: right!important
}
.float-lg-none {
float: none!important
}
}
@media (min-width:1200px) {
.float-xl-left {
float: left!important
}
.float-xl-right {
float: right!important
}
.float-xl-none {
float: none!important
}
}
.overflow-auto {
overflow: auto!important
}
.overflow-hidden {
overflow: hidden!important
}
.position-static {
position: static!important
}
.position-relative {
position: relative!important
}
.position-absolute {
position: absolute!important
}
.position-fixed {
position: fixed!important
}
.position-sticky {
position: -webkit-sticky!important;
position: sticky!important
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal
}
.shadow-sm {
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.shadow {
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}
.shadow-none {
box-shadow: none!important
}
.w-25 {
width: 25%!important
}
.w-50 {
width: 50%!important
}
.w-75 {
width: 75%!important
}
.w-100 {
width: 100%!important
}
.w-auto {
width: auto!important
}
.h-25 {
height: 25%!important
}
.h-50 {
height: 50%!important
}
.h-75 {
height: 75%!important
}
.h-100 {
height: 100%!important
}
.h-auto {
height: auto!important
}
.mw-100 {
max-width: 100%!important
}
.mh-100 {
max-height: 100%!important
}
.min-vw-100 {
min-width: 100vw!important
}
.min-vh-100 {
min-height: 100vh!important
}
.vw-100 {
width: 100vw!important
}
.vh-100 {
height: 100vh!important
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0)
}
.m-0 {
margin: 0!important
}
.mt-0,
.my-0 {
margin-top: 0!important
}
.mr-0,
.mx-0 {
margin-right: 0!important
}
.mb-0,
.my-0 {
margin-bottom: 0!important
}
.ml-0,
.mx-0 {
margin-left: 0!important
}
.m-1 {
margin: .25rem!important
}
.mt-1,
.my-1 {
margin-top: .25rem!important
}
.mr-1,
.mx-1 {
margin-right: .25rem!important
}
.mb-1,
.my-1 {
margin-bottom: .25rem!important
}
.ml-1,
.mx-1 {
margin-left: .25rem!important
}
.m-2 {
margin: .5rem!important
}
.mt-2,
.my-2 {
margin-top: .5rem!important
}
.mr-2,
.mx-2 {
margin-right: .5rem!important
}
.mb-2,
.my-2 {
margin-bottom: .5rem!important
}
.ml-2,
.mx-2 {
margin-left: .5rem!important
}
.m-3 {
margin: 1rem!important
}
.mt-3,
.my-3 {
margin-top: 1rem!important
}
.mr-3,
.mx-3 {
margin-right: 1rem!important
}
.mb-3,
.my-3 {
margin-bottom: 1rem!important
}
.ml-3,
.mx-3 {
margin-left: 1rem!important
}
.m-4 {
margin: 1.5rem!important
}
.mt-4,
.my-4 {
margin-top: 1.5rem!important
}
.mr-4,
.mx-4 {
margin-right: 1.5rem!important
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem!important
}
.ml-4,
.mx-4 {
margin-left: 1.5rem!important
}
.m-5 {
margin: 3rem!important
}
.mt-5,
.my-5 {
margin-top: 3rem!important
}
.mr-5,
.mx-5 {
margin-right: 3rem!important
}
.mb-5,
.my-5 {
margin-bottom: 3rem!important
}
.ml-5,
.mx-5 {
margin-left: 3rem!important
}
.p-0 {
padding: 0!important
}
.pt-0,
.py-0 {
padding-top: 0!important
}
.pr-0,
.px-0 {
padding-right: 0!important
}
.pb-0,
.py-0 {
padding-bottom: 0!important
}
.pl-0,
.px-0 {
padding-left: 0!important
}
.p-1 {
padding: .25rem!important
}
.pt-1,
.py-1 {
padding-top: .25rem!important
}
.pr-1,
.px-1 {
padding-right: .25rem!important
}
.pb-1,
.py-1 {
padding-bottom: .25rem!important
}
.pl-1,
.px-1 {
padding-left: .25rem!important
}
.p-2 {
padding: .5rem!important
}
.pt-2,
.py-2 {
padding-top: .5rem!important
}
.pr-2,
.px-2 {
padding-right: .5rem!important
}
.pb-2,
.py-2 {
padding-bottom: .5rem!important
}
.pl-2,
.px-2 {
padding-left: .5rem!important
}
.p-3 {
padding: 1rem!important
}
.pt-3,
.py-3 {
padding-top: 1rem!important
}
.pr-3,
.px-3 {
padding-right: 1rem!important
}
.pb-3,
.py-3 {
padding-bottom: 1rem!important
}
.pl-3,
.px-3 {
padding-left: 1rem!important
}
.p-4 {
padding: 1.5rem!important
}
.pt-4,
.py-4 {
padding-top: 1.5rem!important
}
.pr-4,
.px-4 {
padding-right: 1.5rem!important
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem!important
}
.pl-4,
.px-4 {
padding-left: 1.5rem!important
}
.p-5 {
padding: 3rem!important
}
.pt-5,
.py-5 {
padding-top: 3rem!important
}
.pr-5,
.px-5 {
padding-right: 3rem!important
}
.pb-5,
.py-5 {
padding-bottom: 3rem!important
}
.pl-5,
.px-5 {
padding-left: 3rem!important
}
.m-n1 {
margin: -.25rem!important
}
.mt-n1,
.my-n1 {
margin-top: -.25rem!important
}
.mr-n1,
.mx-n1 {
margin-right: -.25rem!important
}
.mb-n1,
.my-n1 {
margin-bottom: -.25rem!important
}
.ml-n1,
.mx-n1 {
margin-left: -.25rem!important
}
.m-n2 {
margin: -.5rem!important
}
.mt-n2,
.my-n2 {
margin-top: -.5rem!important
}
.mr-n2,
.mx-n2 {
margin-right: -.5rem!important
}
.mb-n2,
.my-n2 {
margin-bottom: -.5rem!important
}
.ml-n2,
.mx-n2 {
margin-left: -.5rem!important
}
.m-n3 {
margin: -1rem!important
}
.mt-n3,
.my-n3 {
margin-top: -1rem!important
}
.mr-n3,
.mx-n3 {
margin-right: -1rem!important
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem!important
}
.ml-n3,
.mx-n3 {
margin-left: -1rem!important
}
.m-n4 {
margin: -1.5rem!important
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem!important
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem!important
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem!important
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem!important
}
.m-n5 {
margin: -3rem!important
}
.mt-n5,
.my-n5 {
margin-top: -3rem!important
}
.mr-n5,
.mx-n5 {
margin-right: -3rem!important
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem!important
}
.ml-n5,
.mx-n5 {
margin-left: -3rem!important
}
.m-auto {
margin: auto!important
}
.mt-auto,
.my-auto {
margin-top: auto!important
}
.mr-auto,
.mx-auto {
margin-right: auto!important
}
.mb-auto,
.my-auto {
margin-bottom: auto!important
}
.ml-auto,
.mx-auto {
margin-left: auto!important
}
@media (min-width:576px) {
.m-sm-0 {
margin: 0!important
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0!important
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0!important
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0!important
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0!important
}
.m-sm-1 {
margin: .25rem!important
}
.mt-sm-1,
.my-sm-1 {
margin-top: .25rem!important
}
.mr-sm-1,
.mx-sm-1 {
margin-right: .25rem!important
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: .25rem!important
}
.ml-sm-1,
.mx-sm-1 {
margin-left: .25rem!important
}
.m-sm-2 {
margin: .5rem!important
}
.mt-sm-2,
.my-sm-2 {
margin-top: .5rem!important
}
.mr-sm-2,
.mx-sm-2 {
margin-right: .5rem!important
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: .5rem!important
}
.ml-sm-2,
.mx-sm-2 {
margin-left: .5rem!important
}
.m-sm-3 {
margin: 1rem!important
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem!important
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem!important
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem!important
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem!important
}
.m-sm-4 {
margin: 1.5rem!important
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem!important
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem!important
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem!important
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem!important
}
.m-sm-5 {
margin: 3rem!important
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem!important
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem!important
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem!important
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem!important
}
.p-sm-0 {
padding: 0!important
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0!important
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0!important
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0!important
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0!important
}
.p-sm-1 {
padding: .25rem!important
}
.pt-sm-1,
.py-sm-1 {
padding-top: .25rem!important
}
.pr-sm-1,
.px-sm-1 {
padding-right: .25rem!important
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: .25rem!important
}
.pl-sm-1,
.px-sm-1 {
padding-left: .25rem!important
}
.p-sm-2 {
padding: .5rem!important
}
.pt-sm-2,
.py-sm-2 {
padding-top: .5rem!important
}
.pr-sm-2,
.px-sm-2 {
padding-right: .5rem!important
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: .5rem!important
}
.pl-sm-2,
.px-sm-2 {
padding-left: .5rem!important
}
.p-sm-3 {
padding: 1rem!important
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem!important
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem!important
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem!important
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem!important
}
.p-sm-4 {
padding: 1.5rem!important
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem!important
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem!important
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem!important
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem!important
}
.p-sm-5 {
padding: 3rem!important
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem!important
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem!important
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem!important
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem!important
}
.m-sm-n1 {
margin: -.25rem!important
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -.25rem!important
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -.25rem!important
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -.25rem!important
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -.25rem!important
}
.m-sm-n2 {
margin: -.5rem!important
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -.5rem!important
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -.5rem!important
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -.5rem!important
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -.5rem!important
}
.m-sm-n3 {
margin: -1rem!important
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem!important
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem!important
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem!important
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem!important
}
.m-sm-n4 {
margin: -1.5rem!important
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem!important
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem!important
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem!important
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem!important
}
.m-sm-n5 {
margin: -3rem!important
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem!important
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem!important
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem!important
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem!important
}
.m-sm-auto {
margin: auto!important
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto!important
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto!important
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto!important
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto!important
}
}
@media (min-width:768px) {
.m-md-0 {
margin: 0!important
}
.mt-md-0,
.my-md-0 {
margin-top: 0!important
}
.mr-md-0,
.mx-md-0 {
margin-right: 0!important
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0!important
}
.ml-md-0,
.mx-md-0 {
margin-left: 0!important
}
.m-md-1 {
margin: .25rem!important
}
.mt-md-1,
.my-md-1 {
margin-top: .25rem!important
}
.mr-md-1,
.mx-md-1 {
margin-right: .25rem!important
}
.mb-md-1,
.my-md-1 {
margin-bottom: .25rem!important
}
.ml-md-1,
.mx-md-1 {
margin-left: .25rem!important
}
.m-md-2 {
margin: .5rem!important
}
.mt-md-2,
.my-md-2 {
margin-top: .5rem!important
}
.mr-md-2,
.mx-md-2 {
margin-right: .5rem!important
}
.mb-md-2,
.my-md-2 {
margin-bottom: .5rem!important
}
.ml-md-2,
.mx-md-2 {
margin-left: .5rem!important
}
.m-md-3 {
margin: 1rem!important
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem!important
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem!important
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem!important
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem!important
}
.m-md-4 {
margin: 1.5rem!important
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem!important
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem!important
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem!important
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem!important
}
.m-md-5 {
margin: 3rem!important
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem!important
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem!important
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem!important
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem!important
}
.p-md-0 {
padding: 0!important
}
.pt-md-0,
.py-md-0 {
padding-top: 0!important
}
.pr-md-0,
.px-md-0 {
padding-right: 0!important
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0!important
}
.pl-md-0,
.px-md-0 {
padding-left: 0!important
}
.p-md-1 {
padding: .25rem!important
}
.pt-md-1,
.py-md-1 {
padding-top: .25rem!important
}
.pr-md-1,
.px-md-1 {
padding-right: .25rem!important
}
.pb-md-1,
.py-md-1 {
padding-bottom: .25rem!important
}
.pl-md-1,
.px-md-1 {
padding-left: .25rem!important
}
.p-md-2 {
padding: .5rem!important
}
.pt-md-2,
.py-md-2 {
padding-top: .5rem!important
}
.pr-md-2,
.px-md-2 {
padding-right: .5rem!important
}
.pb-md-2,
.py-md-2 {
padding-bottom: .5rem!important
}
.pl-md-2,
.px-md-2 {
padding-left: .5rem!important
}
.p-md-3 {
padding: 1rem!important
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem!important
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem!important
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem!important
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem!important
}
.p-md-4 {
padding: 1.5rem!important
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem!important
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem!important
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem!important
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem!important
}
.p-md-5 {
padding: 3rem!important
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem!important
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem!important
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem!important
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem!important
}
.m-md-n1 {
margin: -.25rem!important
}
.mt-md-n1,
.my-md-n1 {
margin-top: -.25rem!important
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -.25rem!important
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -.25rem!important
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -.25rem!important
}
.m-md-n2 {
margin: -.5rem!important
}
.mt-md-n2,
.my-md-n2 {
margin-top: -.5rem!important
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -.5rem!important
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -.5rem!important
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -.5rem!important
}
.m-md-n3 {
margin: -1rem!important
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem!important
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem!important
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem!important
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem!important
}
.m-md-n4 {
margin: -1.5rem!important
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem!important
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem!important
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem!important
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem!important
}
.m-md-n5 {
margin: -3rem!important
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem!important
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem!important
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem!important
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem!important
}
.m-md-auto {
margin: auto!important
}
.mt-md-auto,
.my-md-auto {
margin-top: auto!important
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto!important
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto!important
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto!important
}
}
@media (min-width:992px) {
.m-lg-0 {
margin: 0!important
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0!important
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0!important
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0!important
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0!important
}
.m-lg-1 {
margin: .25rem!important
}
.mt-lg-1,
.my-lg-1 {
margin-top: .25rem!important
}
.mr-lg-1,
.mx-lg-1 {
margin-right: .25rem!important
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: .25rem!important
}
.ml-lg-1,
.mx-lg-1 {
margin-left: .25rem!important
}
.m-lg-2 {
margin: .5rem!important
}
.mt-lg-2,
.my-lg-2 {
margin-top: .5rem!important
}
.mr-lg-2,
.mx-lg-2 {
margin-right: .5rem!important
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: .5rem!important
}
.ml-lg-2,
.mx-lg-2 {
margin-left: .5rem!important
}
.m-lg-3 {
margin: 1rem!important
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem!important
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem!important
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem!important
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem!important
}
.m-lg-4 {
margin: 1.5rem!important
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem!important
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem!important
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem!important
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem!important
}
.m-lg-5 {
margin: 3rem!important
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem!important
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem!important
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem!important
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem!important
}
.p-lg-0 {
padding: 0!important
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0!important
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0!important
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0!important
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0!important
}
.p-lg-1 {
padding: .25rem!important
}
.pt-lg-1,
.py-lg-1 {
padding-top: .25rem!important
}
.pr-lg-1,
.px-lg-1 {
padding-right: .25rem!important
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: .25rem!important
}
.pl-lg-1,
.px-lg-1 {
padding-left: .25rem!important
}
.p-lg-2 {
padding: .5rem!important
}
.pt-lg-2,
.py-lg-2 {
padding-top: .5rem!important
}
.pr-lg-2,
.px-lg-2 {
padding-right: .5rem!important
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: .5rem!important
}
.pl-lg-2,
.px-lg-2 {
padding-left: .5rem!important
}
.p-lg-3 {
padding: 1rem!important
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem!important
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem!important
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem!important
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem!important
}
.p-lg-4 {
padding: 1.5rem!important
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem!important
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem!important
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem!important
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem!important
}
.p-lg-5 {
padding: 3rem!important
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem!important
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem!important
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem!important
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem!important
}
.m-lg-n1 {
margin: -.25rem!important
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -.25rem!important
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -.25rem!important
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -.25rem!important
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -.25rem!important
}
.m-lg-n2 {
margin: -.5rem!important
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -.5rem!important
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -.5rem!important
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -.5rem!important
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -.5rem!important
}
.m-lg-n3 {
margin: -1rem!important
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem!important
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem!important
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem!important
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem!important
}
.m-lg-n4 {
margin: -1.5rem!important
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem!important
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem!important
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem!important
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem!important
}
.m-lg-n5 {
margin: -3rem!important
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem!important
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem!important
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem!important
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem!important
}
.m-lg-auto {
margin: auto!important
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto!important
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto!important
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto!important
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto!important
}
}
@media (min-width:1200px) {
.m-xl-0 {
margin: 0!important
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0!important
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0!important
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0!important
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0!important
}
.m-xl-1 {
margin: .25rem!important
}
.mt-xl-1,
.my-xl-1 {
margin-top: .25rem!important
}
.mr-xl-1,
.mx-xl-1 {
margin-right: .25rem!important
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: .25rem!important
}
.ml-xl-1,
.mx-xl-1 {
margin-left: .25rem!important
}
.m-xl-2 {
margin: .5rem!important
}
.mt-xl-2,
.my-xl-2 {
margin-top: .5rem!important
}
.mr-xl-2,
.mx-xl-2 {
margin-right: .5rem!important
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: .5rem!important
}
.ml-xl-2,
.mx-xl-2 {
margin-left: .5rem!important
}
.m-xl-3 {
margin: 1rem!important
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem!important
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem!important
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem!important
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem!important
}
.m-xl-4 {
margin: 1.5rem!important
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem!important
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem!important
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem!important
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem!important
}
.m-xl-5 {
margin: 3rem!important
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem!important
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem!important
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem!important
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem!important
}
.p-xl-0 {
padding: 0!important
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0!important
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0!important
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0!important
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0!important
}
.p-xl-1 {
padding: .25rem!important
}
.pt-xl-1,
.py-xl-1 {
padding-top: .25rem!important
}
.pr-xl-1,
.px-xl-1 {
padding-right: .25rem!important
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: .25rem!important
}
.pl-xl-1,
.px-xl-1 {
padding-left: .25rem!important
}
.p-xl-2 {
padding: .5rem!important
}
.pt-xl-2,
.py-xl-2 {
padding-top: .5rem!important
}
.pr-xl-2,
.px-xl-2 {
padding-right: .5rem!important
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: .5rem!important
}
.pl-xl-2,
.px-xl-2 {
padding-left: .5rem!important
}
.p-xl-3 {
padding: 1rem!important
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem!important
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem!important
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem!important
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem!important
}
.p-xl-4 {
padding: 1.5rem!important
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem!important
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem!important
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem!important
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem!important
}
.p-xl-5 {
padding: 3rem!important
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem!important
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem!important
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem!important
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem!important
}
.m-xl-n1 {
margin: -.25rem!important
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -.25rem!important
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -.25rem!important
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -.25rem!important
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -.25rem!important
}
.m-xl-n2 {
margin: -.5rem!important
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -.5rem!important
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -.5rem!important
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -.5rem!important
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -.5rem!important
}
.m-xl-n3 {
margin: -1rem!important
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem!important
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem!important
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem!important
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem!important
}
.m-xl-n4 {
margin: -1.5rem!important
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem!important
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem!important
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem!important
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem!important
}
.m-xl-n5 {
margin: -3rem!important
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem!important
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem!important
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem!important
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem!important
}
.m-xl-auto {
margin: auto!important
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto!important
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto!important
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto!important
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto!important
}
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}
.text-justify {
text-align: justify!important
}
.text-wrap {
white-space: normal!important
}
.text-nowrap {
white-space: nowrap!important
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.text-left {
text-align: left!important
}
.text-right {
text-align: right!important
}
.text-center {
text-align: center!important
}
@media (min-width:576px) {
.text-sm-left {
text-align: left!important
}
.text-sm-right {
text-align: right!important
}
.text-sm-center {
text-align: center!important
}
}
@media (min-width:768px) {
.text-md-left {
text-align: left!important
}
.text-md-right {
text-align: right!important
}
.text-md-center {
text-align: center!important
}
}
@media (min-width:992px) {
.text-lg-left {
text-align: left!important
}
.text-lg-right {
text-align: right!important
}
.text-lg-center {
text-align: center!important
}
}
@media (min-width:1200px) {
.text-xl-left {
text-align: left!important
}
.text-xl-right {
text-align: right!important
}
.text-xl-center {
text-align: center!important
}
}
.text-lowercase {
text-transform: lowercase!important
}
.text-uppercase {
text-transform: uppercase!important
}
.text-capitalize {
text-transform: capitalize!important
}
.font-weight-light {
font-weight: 300!important
}
.font-weight-lighter {
font-weight: lighter!important
}
.font-weight-normal {
font-weight: 400!important
}
.font-weight-bold {
font-weight: 700!important
}
.font-weight-bolder {
font-weight: bolder!important
}
.font-italic {
font-style: italic!important
}
.text-white {
color: #fff!important
}
.text-primary {
color: #007bff!important
}
a.text-primary:focus,
a.text-primary:hover {
color: #0056b3!important
}
.text-secondary {
color: #6c757d!important
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #494f54!important
}
.text-success {
color: #28a745!important
}
a.text-success:focus,
a.text-success:hover {
color: #19692c!important
}
.text-info {
color: #17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
color: #0f6674!important
}
.text-warning {
color: #ffc107!important
}
a.text-warning:focus,
a.text-warning:hover {
color: #ba8b00!important
}
.text-danger {
color: #dc3545!important
}
a.text-danger:focus,
a.text-danger:hover {
color: #a71d2a!important
}
.text-light {
color: #f8f9fa!important
}
a.text-light:focus,
a.text-light:hover {
color: #cbd3da!important
}
.text-dark {
color: #343a40!important
}
a.text-dark:focus,
a.text-dark:hover {
color: #121416!important
}
.text-body {
color: #212529!important
}
.text-muted {
color: #6c757d!important
}
.text-black-50 {
color: rgba(0, 0, 0, .5)!important
}
.text-white-50 {
color: rgba(255, 255, 255, .5)!important
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.text-decoration-none {
text-decoration: none!important
}
.text-break {
word-break: break-word!important;
overflow-wrap: break-word!important
}
.text-reset {
color: inherit!important
}
.visible {
visibility: visible!important
}
.invisible {
visibility: hidden!important
}
@media print {
*,
::after,
::before {
text-shadow: none!important;
box-shadow: none!important
}
a:not(.btn) {
text-decoration: underline
}
abbr[title]::after {
content: " (" attr(title) ")"
}
pre {
white-space: pre-wrap!important
}
blockquote,
pre {
border: 1px solid #adb5bd;
page-break-inside: avoid
}
thead {
display: table-header-group
}
img,
tr {
page-break-inside: avoid
}
h2,
h3,
p {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
@page {
size: a3
}
body {
min-width: 992px!important
}
.container {
min-width: 992px!important
}
.navbar {
display: none
}
.badge {
border: 1px solid #000
}
.table {
border-collapse: collapse!important
}
.table td,
.table th {
background-color: #fff!important
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6!important
}
.table-dark {
color: inherit
}
.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #dee2e6
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6
}
}.navbar-brand {
padding: 0;
margin: 0
}
.navbar-toggler {
border: none;
width: 32px;
height: 24px;
padding: 0;
position: relative;
border-radius: 0;
cursor: pointer
}
.navbar-toggler .navbar-toggler-icon {
top: 10px
}
.mobile-toggler {
position: absolute;
z-index: 100;
top: 12px;
left: 18px;
}
.navbar-toggler .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon::before {
background-color: #209e2e;
width: 100%;
height: 3px;
display: block;
position: absolute;
border-radius: 100px;
transition-property: transform;
transition-duration: .2s;
transition-timing-function: ease
}
.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon::before {
content: "";
display: block
}
.navbar-toggler .navbar-toggler-icon::before {
top: 20px
}
.navbar-toggler .navbar-toggler-icon::after {
bottom: -10px
}
.navbar-toggler.toggler-spin .navbar-toggler-icon {
transition-duration: .22s;
transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.navbar-toggler.toggler-spin .navbar-toggler-icon::before {
transition: top .1s .25s ease-in, opacity .1s ease-in
}
.navbar-toggler.toggler-spin .navbar-toggler-icon::after {
transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}
.navbar-toggler.toggler-spin.active .navbar-toggler-icon {
transform: rotate(225deg);
transition-delay: .12s;
transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.navbar-toggler.toggler-spin.active .navbar-toggler-icon::before {
top: 0;
opacity: 0;
transition: top .1s ease-out, opacity .1s .12s ease-out
}
.navbar-toggler.toggler-spin.active .navbar-toggler-icon::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}
.navbar-toggler.toggler-elastic .navbar-toggler-icon {
top: 0;
transition-duration: 275ms;
transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
.navbar-toggler.toggler-elastic .navbar-toggler-icon::before {
top: 10px;
transition: opacity 125ms 275ms ease
}
.navbar-toggler.toggler-elastic .navbar-toggler-icon::after {
top: 20px;
transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}
.navbar-toggler.toggler-elastic.active .navbar-toggler-icon {
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 75ms
}
.navbar-toggler.toggler-spring .navbar-toggler-icon {
top: 0;
transition: background-color 0s .13s linear
}
.navbar-toggler.toggler-spring.active .navbar-toggler-icon {
transition-delay: .22s;
background-color: #209e2e;
}
.navbar-toggler.active,
.navbar-toggler.active.btn,
.navbar-toggler.active.focus.btn,
.navbar-toggler.btn:active,
.navbar-toggler.btn:active:focus,
.navbar-toggler.btn:active:hover,
.navbar-toggler.btn:focus,
.navbar-toggler.btn:hover,
.navbar-toggler.btn:not(:disabled):not(.disabled).active,
.navbar-toggler.btn:not(:disabled):not(.disabled):active,
.navbar-toggler.focus.btn,
.navbar-toggler:active,
.navbar-toggler:active:focus,
.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-togglerbutton.active,
.navbar-togglerbutton.active.focus,
.navbar-togglerbutton.focus,
.navbar-togglerbutton:active,
.navbar-togglerbutton:active:focus,
.navbar-togglerbutton:active:hover,
.navbar-togglerbutton:focus,
.navbar-togglerbutton:hover,
.navbar-togglerbutton:not(:disabled):not(.disabled).active,
.navbar-togglerbutton:not(:disabled):not(.disabled):active {
background: 0 0!important;
border: transparent!important
}
.menu-item.dropdown .dropdown-menu {
-webkit-transition: top 0.3s ease 0s, opacity 0.3s;
transition: top 0.3s ease 0s, opacity 0.3s;
position: absolute;
top: 120%;
left: 0;
width: 300px;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
background-color: #252525;
margin-top: 0px;
}
.menu-item.dropdown .dropdown-menu {
margin-top: 9px!important;
}
.menu-item.dropdown .dropdown-menu:before {
content: '';
width: 100%;
height: 35px;
position: absolute;
background-color: transparent;
left: 0;
top: -35px;
}
.menu-item.dropdown .dropdown-menu {
display: block;
}
.menu-item.dropdown .dropdown-menu {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .dropdown-item {
position: relative;
padding: 12px 15px 12px 35px!important;
text-align: left;
display: block!important;
color: #fff!important;
line-height: normal;
margin: 10px;
border: 1px dashed #6a6a6a;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
border-radius: 5px;
width: auto;
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 14px;
}
.navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.dropdown-item:focus,
.dropdown-item:hover {
color: inherit;
text-decoration: none;
background-color: transparent;
}
.navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .dropdown-item::after {
font-family: 'icomoon';
content: '\e900';
left: 12px;
position: absolute;
top: 15px;
font-size: 15px;
color: #209e2e;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.navbar-expand-lg .navbar-nav.navbar_left .menu-item .dropdown-menu .nav-item .dropdown-item::before {
display: none;
}
.navbar-expand-lg .navbar-nav.navbar_left .menu-item .dropdown-menu .nav-item:hover .dropdown-item::after {
color: #209e2e!important;
}
.navbar_left .menu-item.dropdown .dropdown-menu .dropdown-menu {
left: -300px;
top: -7px;
}
.navbar_left .menu-item.dropdown .dropdown-menu .dropdown-menu .dropdown-menu {
left: 300px;
top: -7px;
}
.navbar-expand-lg .navbar-nav.navbar_left .menu-item .dropdown-menu .nav-item:hover .nav-item a {
background: transparent!important;
}
.navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .menu-item-has-children::before {
content: '\f107';
font-family: 'FontAwesome';
right: 28px;
position: absolute;
top: 12px;
display: inline-block;
font-size: 15px;
color: #209e2e;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.menu-item.dropdown:hover>.dropdown-menu {
opacity: 1;
z-index: 9999;
top: 100%;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.bsnav {
background: #fff;
padding-top: 0;
padding-bottom: 0;
z-index: 50
}
.bsnav-transparent {
background: 0 0;
left: 0;
right: 0;
position: absolute
}
.navbar-nav .nav-item {
color: #000
}
.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link {
color: #fff;
padding: 26px 22px;
display: block;
position: relative;
transition: .3s;
font-size: 14px;
cursor: pointer;
font-weight: 500;
font-family: 'Poppins', sans-serif;
}
.navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
color: #209e2e;
}
.nav-item .caret {
width: 0;
height: 0;
margin-left: 5px;
margin-top: -2.5px;
border: none;
border-left: solid 4px transparent;
border-right: solid 4px transparent;
border-top: solid 5px #444;
vertical-align: middle;
display: inline-block
}
.nav-item.active .caret,
.nav-item:hover .caret {
border-top-color: #64DD17
}
.bsnav-sticky {
left: 0;
right: 0;
position: fixed;
z-index: 999;
top: 0;
}
.bsnav-sticky.bsnav-sticky-slide {
position: relative
}
.header_sticky .bsnav-sticky.bsnav-sticky-slide.sticked {
position: fixed;
transform: translate3d(0, -100%, 0)
}
.header_sticky .bsnav-sticky.bsnav-sticky-slide.sticked.in {
transition: transform .4s .2s;
transform: translate3d(0, 0, 0)
}
.bsnav-sticky.bsnav-sticky-fade {
position: absolute
}
.bsnav-sticky.bsnav-sticky-fade.sticked {
position: fixed;
opacity: 0;
visibility: hidden
}
.bsnav-sticky.bsnav-sticky-fade.sticked.in {
transition: opacity .3s .2s;
opacity: 1;
visibility: visible
}
.bsnav-sticky[data-navbar-toggle] {
position: absolute;
top: 0;
right: 0;
left: 0
}
.bsnav-mobile {
bottom: 0;
z-index: 999;
pointer-events: none
}
.bsnav-mobile .bsnav-mobile-overlay {
bottom: 0;
visibility: hidden;
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
right: -100%;
background: #000000;
opacity: .5;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.bsnav-mobile .navbar {
background: rgba(28, 28, 28, 1);
box-shadow: 0px 0px 8px 0px rgba(1, 1, 1, .05);
width: 400px;
padding: 50px 0 15px;
flex-flow: column;
top: 0;
bottom: 0;
right: 0;
position: absolute;
transition: .4s ease-in-out;
transform: translate3d(400px, 0, 0);
overflow: auto;
z-index: 10000;
}
@media(max-width:768px) {
.bsnav-mobile .navbar {
width: 300px;
transform: translate3d(300px, 0, 0);
}
}
.navbar-toggler .fa.fa-close {
color: #209e2e;
}
.bsnav-mobile .navbar-nav {
width: 100%;
padding: 0px;
flex-direction: column
}
.bsnav-mobile .navbar-nav .nav-item .nav-link {
max-width: 100%;
padding: 15px 30px;
display: block;
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children .nav-link:before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
right: 21px;
color: #888888;
font-size: 16px;
top: 18px;
transform: rotate(-90deg);
}
ul.dropdown-menu .menu-item-has-children {
position: relative;
}
ul.dropdown-menu .menu-item-has-children:before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
right: 12px;
color: #888888!important;
font-size: 16px;
top: 10px;
display: block!important;
transform: rotate(-90deg)!important;
}
ul.dropdown-menu .menu-item-has-children.in:before {
transform: rotate(0deg)!important;
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children.in .nav-link:before {
transform: rotate(0deg);
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children .nav-link:hover:before {
color: #209e2e;
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children .nav-link {
color: #fff!important;
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children .nav-link:hover {
color: #209e2e!important;
}
.bsnav-mobile .navbar-nav .nav-item.current-page-active .nav-link:before {
color: #209e2e!important;
}
.bsnav-mobile .navbar-nav .nav-item.current-page-active .nav-link {
color: #209e2e!important;
}
.bsnav-mobile .navbar-nav .nav-item.current-menu-ancestor .nav-link {
color: #209e2e!important;
}
.bsnav-mobile .navbar-nav .nav-item.current-menu-ancestor .dropdown-menu .nav-item .dropdown-item {
color: #fff!important;
}
.bsnav-mobile .navbar-nav .nav-item.current-menu-ancestor .dropdown-menu .nav-item.current-page-active .dropdown-item {
color: #209e2e!important;
}
.bsnav-mobile .navbar-nav .nav-item.current-menu-ancestor .dropdown-menu .nav-item.current-menu-ancestor .nav-link {
color: #209e2e!important;
}
.bsnav-mobile .navbar-nav .nav-item.current-menu-ancestor .dropdown-menu .nav-item.current-menu-ancestor .dropdown-menu .nav-item .dropdown-item {
color: #fff!important;
}
.bsnav-mobile .navbar-nav .nav-item.current-menu-ancestor .dropdown-menu .nav-item.current-menu-ancestor .dropdown-menu .nav-item.current-page-active .dropdown-item {
color: #209e2e!important;
}
.bsnav-mobile .dropdown-menu {
border: 0px solid transparent;
background: transparent;
padding: 0px 10px 0px 30px;
} .bsnav-mobile .dropdown-menu .nav-item .dropdown-item:before {
display: none;
}
.bsnav-mobile .dropdown-menu .nav-item .dropdown-item {
padding: 10px 15px;
font-size: 16px!important;
}
.bsnav-mobile .navbar-nav .nav-item .nav-link>.title {
max-width: calc(100% - 20px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block
}
.bsnav-mobile .navbar-nav .nav-item .navbar-nav {
margin-left: -15px;
margin-right: -15px;
display: none;
box-sizing: content-box
}
.bsnav-mobile .navbar-nav .nav-item.active .navbar-nav {
display: block
}
.bsnav-mobile,
.bsnav-sticky.navbar-fade,
.bsnav-sticky.navbar-slide {
left: 0;
position: fixed;
top: 0;
right: 0
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children>.nav-link {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: space-between;
}
.bsnav-mobile .navbar-nav.navbar_left .nav-item .nav-link {
font-size: 20px
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children>.navbar-nav {
padding-top: 0;
padding-bottom: 30px
}
.bsnav-mobile .navbar-nav.active {
opacity: 1;
visibility: visible;
transform: translate3d(0, 0, 0)
}
.bsnav-mobile.in {
pointer-events: initial
}
.bsnav-mobile.in .navbar {
transform: translate3d(0, 0, 0)
}
.bsnav-mobile.in .bsnav-mobile-overlay {
visibility: visible;
pointer-events: initial;
right: 0;
}@font-face{font-family:'FontAwesome';src:url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.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(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-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);-ms-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{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face {
font-family: 'icomoon';
src: url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/fonts/icomoon.eot?yuhf4s);
src: url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/fonts/icomoon.eot?yuhf4s#iefix) format('embedded-opentype'), url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/fonts/icomoon.ttf?yuhf4s) format('truetype'), url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/fonts/icomoon.woff?yuhf4s) format('woff'), url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/fonts/icomoon.svg?yuhf4s#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"],
[class*=" icon-"] { font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-draft:before {
content: "\e9b2";
}
.icon-helmet:before {
content: "\e9b3";
}
.icon-interior-design:before {
content: "\e9b4";
}
.icon-leaf2:before {
content: "\e9b5";
}
.icon-sketch1:before {
content: "\e9b6";
}
.icon-truck:before {
content: "\e9b7";
}
.icon-brain:before {
content: "\e9a8";
}
.icon-circuit:before {
content: "\e9a9";
}
.icon-construction1:before {
content: "\e9aa";
}
.icon-estimate:before {
content: "\e9ab";
}
.icon-fence1:before {
content: "\e9ac";
}
.icon-not-permitted:before {
content: "\e9ad";
}
.icon-project:before {
content: "\e9ae";
}
.icon-research:before {
content: "\e9af";
}
.icon-rocket:before {
content: "\e9b0";
}
.icon-urban:before {
content: "\e9b1";
}
.icon-quote1:before {
content: "\e9a7";
}
.icon-quote:before {
content: "\e9a6";
}
.icon-plus:before {
content: "\e9a5";
}
.icon-sketch:before {
content: "\e99e";
}
.icon-wrench:before {
content: "\e99f";
}
.icon-repair-tools:before {
content: "\e9a0";
}
.icon-construction:before {
content: "\e9a1";
}
.icon-plumber-man:before {
content: "\e9a2";
}
.icon-architects:before {
content: "\e9a3";
}
.icon-design-team:before {
content: "\e9a4";
}
.icon-leaf:before {
content: "\e900";
}
.icon-next:before {
content: "\e901";
}
.icon-pin:before {
content: "\e902";
}
.icon-time-and-date:before {
content: "\e903";
}
.icon-phone-call1:before {
content: "\e904";
}
.icon-search:before {
content: "\e905";
}
.icon-farmer:before {
content: "\e906";
}
.icon-farm:before {
content: "\e907";
}
.icon-arrow:before {
content: "\e908";
}
.icon-yard:before {
content: "\e909";
}
.icon-flower:before {
content: "\e90a";
}
.icon-shovel:before {
content: "\e90b";
}
.icon-tree:before {
content: "\e90c";
}
.icon-professions-and-jobs:before {
content: "\e90d";
}
.icon-snow:before {
content: "\e90e";
}
.icon-ui:before {
content: "\e90f";
}
.icon-plant:before {
content: "\e910";
}
.icon-guarantee:before {
content: "\e911";
}
.icon-contract:before {
content: "\e912";
}
.icon-percent:before {
content: "\e913";
}
.icon-quotation:before {
content: "\e914";
}
.icon-star:before {
content: "\e915";
}
.icon-night:before {
content: "\e916";
}
.icon-rate:before {
content: "\e917";
}
.icon-calendar:before {
content: "\e918";
}
.icon-leaf-1:before {
content: "\e919";
}
.icon-upload:before {
content: "\e91a";
}
.icon-next-1:before {
content: "\e91b";
}
.icon-audio:before {
content: "\e91c";
}
.icon-calendar-1:before {
content: "\e91d";
}
.icon-world:before {
content: "\e91e";
}
.icon-arrow-1:before {
content: "\e91f";
}
.icon-cottage:before {
content: "\e920";
}
.icon-flower-shop:before {
content: "\e921";
}
.icon-botanical:before {
content: "\e922";
}
.icon-lawn-mower:before {
content: "\e923";
}
.icon-snow-1:before {
content: "\e924";
}
.icon-water:before {
content: "\e925";
}
.icon-sports-and-competition:before {
content: "\e926";
}
.icon-smiley:before {
content: "\e927";
}
.icon-place:before {
content: "\e928";
}
.icon-clock:before {
content: "\e929";
}
.icon-mail:before {
content: "\e92a";
}
.icon-support:before {
content: "\e92b";
}
.icon-arrow-2:before {
content: "\e92c";
}
.icon-play:before {
content: "\e92d";
}
.icon-mountain:before {
content: "\e92e";
}
.icon-vision:before {
content: "\e92f";
}
.icon-value:before {
content: "\e930";
}
.icon-arrow-3:before {
content: "\e931";
}
.icon-autumn:before {
content: "\e932";
}
.icon-terraces:before {
content: "\e933";
}
.icon-discount:before {
content: "\e934";
}
.icon-factory:before {
content: "\e935";
}
.icon-page:before {
content: "\e936";
}
.icon-maps-and-location:before {
content: "\e937";
}
.icon-ruler:before {
content: "\e938";
}
.icon-calendar-2:before {
content: "\e939";
}
.icon-price:before {
content: "\e93a";
}
.icon-tick:before {
content: "\e93b";
}
.icon-folder:before {
content: "\e93c";
}
.icon-comment:before {
content: "\e93d";
}
.icon-next-2:before {
content: "\e93e";
}
.icon-cross:before {
content: "\e93f";
}
.icon-uniE940:before {
content: "\e940";
}
.icon-uniE941:before {
content: "\e941";
}
.icon-uniE942:before {
content: "\e942";
}
.icon-uniE943:before {
content: "\e943";
}
.icon-uniE944:before {
content: "\e944";
}
.icon-uniE945:before {
content: "\e945";
}
.icon-uniE946:before {
content: "\e946";
}
.icon-uniE947:before {
content: "\e947";
}
.icon-uniE948:before {
content: "\e948";
}
.icon-uniE949:before {
content: "\e949";
}
.icon-uniE94A:before {
content: "\e94a";
}
.icon-uniE94B:before {
content: "\e94b";
}
.icon-uniE94C:before {
content: "\e94c";
}
.icon-uniE94D:before {
content: "\e94d";
}
.icon-uniE94E:before {
content: "\e94e";
}
.icon-first-place:before {
content: "\e94f";
}
.icon-branch-with-leaves-black-shape:before {
content: "\e950";
}
.icon-headphones:before {
content: "\e951";
}
.icon-shopping-bag:before {
content: "\e952";
}
.icon-star-with-number-five:before {
content: "\e953";
}
.icon-map:before {
content: "\e954";
}
.icon-pin-1:before {
content: "\e955";
}
.icon-cart:before {
content: "\e956";
}
.icon-cultures:before {
content: "\e957";
}
.icon-cultures-1:before {
content: "\e958";
}
.icon-leaf-2:before {
content: "\e959";
}
.icon-love-and-romance:before {
content: "\e95a";
}
.icon-grass:before {
content: "\e95b";
}
.icon-correct:before {
content: "\e95c";
}
.icon-user:before {
content: "\e95d";
}
.icon-link:before {
content: "\e95e";
}
.icon-avatar:before {
content: "\e95f";
}
.icon-gardener:before {
content: "\e960";
}
.icon-snowflake:before {
content: "\e961";
}
.icon-irrigation-system:before {
content: "\e962";
}
.icon-leaves-1:before {
content: "\e963";
}
.icon-budget:before {
content: "\e964";
}
.icon-guarantee1:before {
content: "\e965";
}
.icon-gardener-1:before {
content: "\e966";
}
.icon-fence:before {
content: "\e967";
}
.icon-telephone:before {
content: "\e968";
}
.icon-hours-1:before {
content: "\e969";
}
.icon-river:before {
content: "\e96a";
}
.icon-first-prize1:before {
content: "\e96b";
}
.icon-phone:before {
content: "\e96c";
}
.icon-leaves-2:before {
content: "\e96d";
}
.icon-comment1:before {
content: "\e96e";
}
.icon-signs:before {
content: "\e96f";
}
.icon-cottage1:before {
content: "\e970";
}
.icon-flower-shop1:before {
content: "\e971";
}
.icon-heart:before {
content: "\e972";
}
.icon-uniE973:before {
content: "\e973";
}
.icon-uniE974:before {
content: "\e974";
}
.icon-uniE975:before {
content: "\e975";
}
.icon-uniE976:before {
content: "\e976";
}
.icon-uniE977:before {
content: "\e977";
}
.icon-uniE978:before {
content: "\e978";
}
.icon-uniE979:before {
content: "\e979";
}
.icon-uniE97A:before {
content: "\e97a";
}
.icon-uniE97B:before {
content: "\e97b";
}
.icon-uniE97C:before {
content: "\e97c";
}
.icon-uniE97D:before {
content: "\e97d";
}
.icon-uniE97E:before {
content: "\e97e";
}
.icon-uniE97F:before {
content: "\e97f";
}
.icon-uniE980:before {
content: "\e980";
}
.icon-uniE981:before {
content: "\e981";
}
.icon-clover:before {
content: "\e982";
}
.icon-uniE983:before {
content: "\e983";
}
.icon-uniE984:before {
content: "\e984";
}
.icon-uniE985:before {
content: "\e985";
}
.icon-uniE986:before {
content: "\e986";
}
.icon-leaf1:before {
content: "\e987";
}
.icon-Hnetcom-image-1:before {
content: "\e988";
}
.icon-Hnetcom-image:before {
content: "\e989";
}
.icon-first-place1:before {
content: "\e98a";
}
.icon-first-prize-3:before {
content: "\e98b";
}
.icon-Hnetcom-image-3:before {
content: "\e98c";
}
.icon-email:before {
content: "\e98d";
}
.icon-time-call:before {
content: "\e98e";
}
.icon-place1:before {
content: "\e98f";
}
.icon-multiple-users-silhouette:before {
content: "\e990";
}
.icon-law-user-cion:before {
content: "\e991";
}
.icon-rightarrow-long:before {
content: "\e992";
}
.icon-customer-service:before {
content: "\e993";
}
.icon-hours-phone-attention-service:before {
content: "\e994";
}
.icon-keyboard-left-arrow-button:before {
content: "\e995";
}
.icon-keyboard-right-arrow-button:before {
content: "\e996";
}
.icon-emoticon-with-happy-face:before {
content: "\e997";
}
.icon-phone-call:before {
content: "\e998";
}
.icon-shopping-cart:before {
content: "\e999";
}
.icon-heart-outline:before {
content: "\e99a";
}
.icon-exchange:before {
content: "\e99b";
}
.icon-x-mark:before {
content: "\e99c";
}
.icon-Untitled-1-3:before {
content: "\e99d";
}@font-face {
font-family: "Flaticon";
src: url(https://nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/flaticon/Flaticon.eot);
src: url(https://nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/flaticon/Flaticon.woff2) format("woff2"),
url(https://nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/flaticon/Flaticon.woff) format("woff"),
url(https://nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/flaticon/Flaticon.ttf) format("truetype"),
url(https://nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(https://nealonlandscapingservices.com/wp-content/themes/lawnella/assets/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-style: normal;
}
.flaticon-contact:before { content: "\f100"; }
.flaticon-marker:before { content: "\f101"; }
.flaticon-null:before { content: "\f102"; }
.flaticon-address:before { content: "\f103"; }
.flaticon-fast:before { content: "\f104"; }
.flaticon-clock:before { content: "\f105"; }
.flaticon-clock-1:before { content: "\f106"; }
.flaticon-real-estate:before { content: "\f107"; }
.flaticon-email:before { content: "\f108"; }
.flaticon-sent:before { content: "\f109"; }
.flaticon-customer-review:before { content: "\f10a"; }html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}
body {
padding: 0;
font-size: 16px;
line-height: 26px;
margin: 0;
font-weight: 400;
overflow-x: hidden;
font-family: "Poppins", Helvetica, Arial, sans-serif;
color: #888888;
}
body .page_wapper {
position: relative;
overflow: hidden;
}
body.sbar_color_two {
overflow-x: hidden;
} * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
padding: 0;
margin: 0;
color: #252525;
font-family: 'Nunito', sans-serif;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
h2.title {
font-size: 40px;
line-height: 48px;
color: #252525;
font-weight: 600;
}
p {
padding: 0;
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 26px;
color: #808080;
font-family: 'Poppins', sans-serif;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
ul {
padding: 0;
margin: 0;
}
.single.single-post ol li {
list-style:numeric !important;
}
ol {
padding: 0;
margin: 0;
}
em {
font-family: 'Poppins', sans-serif;
font-weight: 400!important; font-style: initial;
}
ul li {
padding: 0;
font-size: 16px;
font-weight: 400;
line-height: 26px;
color: #808080;
margin: 0;
list-style: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
ol li {
padding: 0;
font-size: 16px;
font-weight: 400;
line-height: 26px;
color: #808080;
margin: 0;
list-style: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
table {
width: 100%;
border: 1px solid #e6e6e6;
border-bottom: 0;
}
blockquote code {
color: #fff;
}
thead {
background-color: #fff;
color: #888;
}
tr {
border-bottom: 1px solid #e6e6e6;
}
th {
font-weight: 600;
}
th,
td {
padding: 10px;
}
input {
border: 0px;
background: #f1f1f1;
padding: 5px 20px;
height: 50px;
width: auto;
}
input[type="submit"] {
background: #252525;
color: #fff;
}
a {
text-decoration: none;
color: #209e2e;
}
a:hover {
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
.btn:focus {
outline: 0px;
-webkit-appearance: none;
appearance: none;
}
.vc_row {
position: relative;
}
.theme_btn {
font-size: 14px;
text-transform: uppercase;
color: #fff;
background: #209e2e;
display: inline-block;
width: 170px;
height: 50px;
line-height: 50px;
font-weight: 600;
transition: all .5s ease;
text-align: center;
font-family: 'Poppins', sans-serif;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
padding: 0px;
}
.page-template-template-fullwidth  .container-fluid{
padding: 0px 0px 0px 0px!important;
}
.woocommerce #respond input#submit,
.woocommerce a.checkout-button,
.woocommerce button.button,
.woocommerce input.button {
font-size: 14px!important;
text-transform: uppercase;
color: #fff!important;
background: #209e2e!important;
display: inline-block;
min-width: 170px;
height: 50px;
line-height: 50px!important;
font-weight: 500!important;
transition: all .5s ease;
text-align: center;
font-family: 'Poppins', sans-serif;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
padding: 0px 15px!important;
}
.theme_btn:hover {
background: #252525;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .03);
color: #fff;
}
@media(max-width:992px) {
.custom_button .theme_btn.quote_btn {
margin: 0px;
}
}
.custom_button.style-1 .themebtn {
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
@media(max-width:992px) {
.custom_button.style-1 {
margin-bottom: 30px;
float: none!important;
margin-top: 20px;
}
}
@media(max-width:992px) {
.custom_button.style-1 .themebtn {
margin: 0px!important;
}
}
.custom_button.style-1 .themebtn:hover {
background: #252525!important;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
color: #fff!important;
border-color: #252525!important;
}
.padding_zero {
padding: 0px;
}
@media (max-width:992px) {
.padding_zero {
padding: 0px 15px;
}
}
:focus {
outline: -webkit-focus-ring-color auto 0px;
}
button:focus {
outline: 0px dotted;
outline: 0px auto -webkit-focus-ring-color;
}
.owl-carousel .owl-item img {
width: auto!important;
}
.add_menu_item a {
padding: 10px;
color: #209e2e;
text-transform: uppercase;
font-size: 14px;
display: block;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
background: transparent!important;
}
#scroll {
position: fixed;
right: 50px;
bottom: 100px;
cursor: pointer;
width: 50px;
height: 50px;
background-color: #209e2e;
display: none;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
z-index: 99;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
@media (max-width: 768px) {
#scroll {
right: 15px;
bottom: 15px;
}
}
#scroll span {
transform: rotate(-90deg);
font-size: 18px;
display: block;
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
#scroll i {
position: absolute;
color: #209e2e;
font-size: 18px;
top: -6px;
right: -11px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
#scroll:hover {
background-color: #fff!important;
opacity: 1;
}
#scroll:hover i {
color: #209e2e;
}
#scroll:hover span {
color: #209e2e;
}
@media (max-width: 991.98px) {
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
padding-right: 15px!important;
padding-left: 15px!important;
}
}
.logged-in.admin-bar.header_sticky .bsnav-sticky.bsnav-sticky-slide.sticked.in {
top: 32px!important;
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, .05);
}
.bsnav-mobile .navbar_right {
display: none;
}
.bsnav-mobile .search_link {
display: none;
}
.image {
position: relative;
}
.link {
position: absolute;
z-index: 99;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
}
.dropdown-toggle::after {
display: none!important;
}
.page-template-template-homepage .site-content {
padding: 0px 0px 0px;
}
.page-template-template-homepage .site-content {
padding: 0px 0px 0px;
}
.search-no-results .site-content {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-image: url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/img/404.jpg);
height: 100vh;
-ms-flex-align: center!important;
align-items: center!important;
display: -ms-flexbox!important;
display: flex!important;
}
.error404 .site-content {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-image: url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/img/404.jpg);
height: 100vh;
-ms-flex-align: center!important;
align-items: center!important;
display: -ms-flexbox!important;
display: flex!important;
}
.side_bar .mc4wp-form-fields {
position: relative;
}
.side_bar .mc4wp-form-fields input[type="email"] {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #2b2b2b;
font-weight: 400;
margin-bottom: 10px;
}
.side_bar .mc4wp-form-fields input[type="email"]::placeholder {
color: #808080;
}
.side_bar .mc4wp-form-fields input[type="submit"] {
position: relative;
border-radius: 30px;
height: 50px;
width: 100%;
}
.footer .subscribe.for_sidebar {
display: none;
}
.footer .subscribe_footer {
display: block;
}
.page-template-template-homepage-php .col-lg-12.full_width {
padding: 0px 0px;
}
.wpcf7-list-item {
position: relative;
}
span.wpcf7-list-item {
margin: 0px!important;
}
.page-template-template-fullwidth.page-template-template-fullwidth-php .site-content {
padding: 0px 0px;
}
.lazyload,
.lazyloading {
opacity: 1!important;
}
textarea {
resize: none;
}
.wp-block-embed.is-type-rich iframe,
.wp-block-embed.is-type-rich .twitter-tweet {
width: 100%!important;
max-width: inherit!important;
} .preloader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 999999999999999999;
background-color: #ffffff;
background-position: center center;
background-repeat: no-repeat;
background-image: url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/img/preloader.gif);
} .alignnone {
margin: 0;
}
.aligncenter,
div.aligncenter,
.aligncenter img {
display: block;
margin: 1em auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.wp-caption {
max-width: 100%;
text-align: center;
} .wp-block-button {
margin-bottom: 10px;
}
.wp-block-cover.has-background-dim.alignleft .wp-block-cover-text {
text-align: center;
color: #fff;
}
.wp-block-cover.has-pale-pink-background-color.has-background-dim.has-left-content.aligncenter .wp-block-cover-text {
text-align: left;
color: #fff;
}
.wp-block-cover.has-background-dim-20.has-background-dim.has-parallax.alignfull {
margin-bottom: 5px;
}
.wp-block-cover.has-background-dim-20.has-background-dim.has-parallax.alignfull .wp-block-cover-text {
color: #fff;
}
.wp-block-cover.has-background-dim.alignwide .wp-block-cover-text {
color: #fff;
}
.wp-block-cover.has-background-dim.aligncenter .wp-block-cover-text {
color: #fff;
}
.wp-caption img {
display: block;
width: 100%;
height: auto;
margin: 0;
}
.wp-caption-text {
font-size: small;
margin: 0;
padding: 5px 0 0;
}
.gallery-caption {
display: block;
}
.bypostauthor {
display: block;
} .logo__sticky {
display: none;
}
.logo_default {
display: block;
}
.bsnav-sticky.bsnav-sticky-slide.sticked.in .logo_default {
display: none;
}
.bsnav-sticky.bsnav-sticky-slide.sticked.in .logo__sticky {
display: block;
}
.site-description {
position: relative;
text-indent: -9999px;
height: 0;
line-height: 0;
}
.entry-header {
position: relative;
}
.entry-header h1 {
padding: 0px 15px;
}
.entry-header h1 a {
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.entry-footer .edit-link {
padding: 0px 15px;
}
.entry-footer {
position: relative;
}
.entry-footer .post-edit-link {
font-size: 14px;
line-height: 26px;
color: #209e2e;
font-weight: 400;
margin-right: 10px;
}
.entry-footer .vc_inline-link {
font-size: 14px;
line-height: 26px;
color: #808080;
font-weight: 500;
}  .topbar {
padding: 10px 0px;
background: #1c1c1c;
}
.topbar p {
font-size: 15px;
color: #828282;
line-height: 26px;
}
.topbar p span {
font-size: 16px;
color: #209e2e;
line-height: 26px;
margin-right: 5px;
}
.topbar p a {
font-size: 15px;
color: #fff;
line-height: 26px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.topbar p a:hover {
color: #209e2e;
}
.topbar .topbar-two .top_bar_widgets_inner {
position: relative;
text-align: right;
}
.topbar ul li {
display: inline-block;
font-size: 15px;
color: #828282;
line-height: 26px;
margin-right: 20px;
line-height: 30px;
}
.topbar ul li:hover a {
color: #209e2e;
}
.topbar ul li:last-child {
margin: 0px;
}
.topbar ul li a {
color: #828282;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.topbar ul li a.loca_pin {
position: relative;
display: inline-block;
width: 100%;
height: 100%;
background: #242424;
border-radius: 5px;
color: #fff;
text-align: center;
border: 2px solid #2b2b2b;
padding: 0px 9px;
}
.topbar ul li a.loca_pin span,
.topbar ul li a.loca_pin i {
font-size: 14px;
color: #209e2e;
line-height: 26px;
margin-right: 5px;
} .mid_bar {
position: relative;
padding: 25px 0px 20px;
}
.mid_bar ul li {
list-style: none;
}
.mid_bar .mid_bar_content {
position: relative;
margin-left: 86px;
}
.mid_bar.mid_type_two .mid_bar_content {
position: relative;
margin-left: 0px;
float: left;
}
.mid_bar.mid_type_two .mid_bar_content {
margin-left: 50px;
}
.mid_bar.mid_type_two .mid_bar_content:last-child {
margin-right: 0px;
}
.mid_bar .mid_bar_content li {
display: inline-block;
position: relative;
overflow: auto;
}
.mid_bar .mid_bar_content p.dark {
font-size: 18px;
font-weight: 600;
color: #252525;
}
.mid_bar .mid_bar_content p.light {
font-size: 15px;
color: #828282;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}
.mid_wapper {
position: relative;
}
.mid_wapper .icon {
float: left;
font-size: 34px;
color: #209e2e;
line-height: 50px;
margin-right: 10px;
}
.content_mid {
position: relative;
margin-left: 50px;
}
.content_mid span {
display: block;
}
.mid_bar .theme_btn {
border-radius: 30px;
} .navbar {
padding: 0px;
}
.header-style-v1 .navbar-collapse {
margin-left: 40px;
position: relative;
}
.site-logo {
position: relative;
}
@media(max-width:600px) {
.site-logo img {
width: 150px!important;
margin-top: 11px;
}
}
.header .Contact_box_emergency {
position: relative;
display: flex;
display: -ms-flexbox;
-ms-flex-item-align: center!important;
align-self: center!important;
}
.header .Contact_box_emergency span {
font-size: 32px;
color: #209e2e;
width: 50px;
line-height: 50px;
height: 50px;
box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, .06);
text-align: center;
}
.header .Contact_box_emergency .text_number {
position: relative;
margin-left: 15px;
}
.header .Contact_box_emergency .text_number h2 a {
font-size: 24px;
display: block;
color: #252525;
font-weight: 900;
}
.header .Contact_box_emergency .text_number p a {
font-size: 16px;
line-height: 26px;
display: block;
color: #209e2e;
font-weight: 500;
text-decoration: underline;
}
.header-style-v1 {
position: relative;
}
.header-style-v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in .site-logo img {
margin-top: -4px;
}
.header-style-v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, .05);
}
.header-style-v1 .site-logo img {
position: relative;
margin-top: -78px;
}
.header-style-v1 .navbar-collapse:before {
position: absolute;
content: '';
background: #1c1c1c;
width: 100%;
height: 100%;
left: 0;
transform: skew(-30deg);
z-index: -10;
top: 0;
}
.header-style-v1 .navbar-collapse:after {
position: absolute;
content: '';
background: transparent;
width: 161%;
height: 90%;
border: 1px dashed #4f4f4f;
transform: skew(-30deg);
z-index: -10;
left: 6px;
top: 4px;
}
.header-style-v1 .navbar_right::before {
position: absolute;
content: '';
background: #1c1c1c;
width: 53%;
height: 100%;
right: -50%;
transform: skew(-25deg);
z-index: -10;
top: 0;
}
@media(max-width:3000px) and (min-width:1920px) {
.header-style-v1 .navbar-collapse::after {
width: 200%;
}
.header-style-v1 .navbar_right::before {
width: 110%;
right: -98%;
}
}
@media(max-width:1199px) {
.topbar .wd_100 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align: center;
}
}
.header-style-v1 .navbar-expand-lg .navbar_left {
margin-left: 25px;
}
.header-style-v1 .navbar_right li {
margin-right: 12px;
}
.header-style-v1 .navbar_right li:last-child {
margin: 0px;
}
.header-style-v1 .navbar_right li a {
border-radius: 50px;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
display: block;
border: 2px dotted #4f4f4f;
color: #828282;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
margin-top: 6px;
}
.header-style-v1 .navbar_right li a:hover {
border: 2px dashed #209e2e;
color: #209e2e;
}
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link {
color: #209e2e;
}
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link::before {
position: absolute;
content: '';
border-radius: 50px;
width: 10px;
height: 10px;
background: #209e2e;
left: -5px;
top: 34px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
opacity: 0;
}
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link::before,
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link::before {
left: 3px;
opacity: 1;
}
.header-style-v1 .navbar-expand-lg .navbar-nav .nav-item.search_link .nav-link::before {
display: none;
}
.navbar .search_link {
padding: 0px;
}
.navbar-expand-lg .navbar-nav .nav-item.search_link .nav-link {
padding: 0px;
border: 0px;
border-radius: 0px;
box-shadow: 0px 0px 0px 0px transparent;
line-height: 37px;
}
.navbar-expand-lg .navbar-nav .nav-item.search_link {
margin-right: 50px;
}
.header.header-style-v2 .navbar-expand-lg .navbar-nav .nav-item.search_link {
margin: inherit;
}
.header-style-v1 .menu-item.dropdown .dropdown-menu {
margin-top: 0px!important;
}
.search_link .dropdown-menu {
left: -202px!important;
width: 300px!important;
background: #252525!important;
padding: 0px;
margin: 0px;
}
.search_link .dropdown-menu input {
position: relative;
background: transparent;
border: 0px;
box-shadow: none;
border-radius: 3px;
height: 60px;
padding: 20px;
width: 100%;
color: #fff;
border: 1px dashed #6a6a6a;
font-size: 15px;
}
.header-style-v1 .navbar_right li.search_link a {
width: inherit;
height: inherit;
border-radius: 0px;
line-height: inherit;
text-align: inherit;
display: block;
border: 0px dotted transparent;
color: inherit;
padding: 0px;
}
.search_link .dropdown-menu input::placeholder {
color: #808080;
}
.search_link .dropdown-menu form {
position: relative;
padding: 5px;
}
.search_link .dropdown-menu .sch_btn {
width: 50px;
height: 54px;
line-height: 60px;
text-align: center;
position: absolute;
right: 8px;
top: 8px;
box-shadow: 0px 0px 0px 0px transparent;
border: 0px;
text-indent: -9999px; border-radius: 5px;
background: #209e2e;
}
.header-style-v1 .search_link.menu-item.dropdown .dropdown-menu {
margin-top: 20px!important;
}
.search_link .dropdown-menu .search_box:before {
content: '\e905';
font-family: 'icomoon' !important;
position: absolute;
right: 22px;
z-index: 10;
top: 22px;
color: #fff;
font-size: 14px;
cursor: pointer;
}
.header-style-v2 .search_link .dropdown-menu .search_box:before {
content: '\e905';
font-family: 'icomoon' !important;
position: absolute;
right: 22px;
z-index: 10;
top: 22px;
color: #fff;
font-size: 14px;
} .header-style-v2 .bsnav {
position: absolute;
z-index: 999;
width: 100%;
left: 0;
top: 52px;
background: transparent;
}
@media(max-width:1199px) {
.header-style-v2 .bsnav {
position: relative;
z-index: 999;
width: 100%;
left: inherit!important;
top: inherit!important;
background: transparent;
}
}
.header-style-v3 .search_link .dropdown-menu .search_box:before {
content: '\e905';
font-family: 'icomoon' !important;
position: absolute;
right: 26px;
z-index: 10;
top: 26px;
color: #fff;
font-size: 14px;
} .ban_lay_one {
position: relative;
margin-bottom: 10px;
}
.ban_lay_one span {
float: left;
color: #fff;
}
.ban_lay_one p {
font-weight: 600;
color: #fff;
}
.rev_slider_wrapper .border {
border: .5px solid rgba(255, 255, 255, .1)!important;
}
.rev_slider_wrapper .titel-1 {
color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
.rev_slider_wrapper .titel-2 {
font-family: 'Poppins', sans-serif;
color: #fff;
font-weight: 400;
}
.rev-btn ul li {
display: inline-block;
margin-right: 40px;
text-align: center!important;
}
.rev-btn ul li:last-child {
margin: 0px;
}
.rev-btn .theme_btn {
border-radius: 50px;
width: 190px;
height: 60px;
line-height: 60px!important;
border: 2px solid #209e2e;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.rev-btn .theme_btn:hover {
background: #fff;
color: #209e2e;
border: 2px solid #fff;
}
.rev-btn .theme_btn.light {
border: 2px solid #fff;
background: transparent;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.rev-btn .theme_btn.light:hover {
border: 2px solid #209e2e;
background: #209e2e;
color: #fff;
}
.wpb_revslider_element.wpb_content_element {
margin-bottom: 0px;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
margin-bottom: 0px!important;
} .heading {
position: relative;
margin-bottom: 50px;
}
@media(max-width:992px) {
.heading {
padding: 0px 0px!important;
}
}
@media(max-width:768px) {
.heading {
padding: 0px 0px!important;
margin-bottom: 30px;
}
}
.heading h2 {
font-family: 'Nunito', sans-serif;
font-size: 17px;
font-weight: 700;
line-height: 26px;
color: #252525;
margin-bottom: 10px;
display: inline-block;
position: relative;
}
.heading h1 {
font-size: 35px;
font-weight: 800;
color: #209e2e;
line-height: 42px;
margin-bottom: 8px;
}
.heading .title_sub.style-2 {
margin-bottom: 10px;
}
@media (max-width:1000px) {
.heading h1 {
padding: 0px;
}
}
@media (max-width:600px) {
.heading h1 {
font-size: 28px;
line-height: 36px;
}
}
.heading h1 span {
color: #209e2e;
}
.heading .broder_style_left::before {
position: absolute;
content: '';
background: #aeaeae;
width: 4px;
height: 12px;
top: 7px;
left: 5px;
}
.heading .broder_style_left::after {
position: absolute;
content: '';
background: #aeaeae;
width: 2px;
height: 12px;
top: 7px;
left: 0px;
}
.heading .broder_style_right::before {
position: absolute;
content: '';
background: #aeaeae;
right: -20px;
width: 4px;
height: 12px;
top: 7px;
}
.heading .broder_style_right::after {
position: absolute;
content: '';
background: #aeaeae;
width: 2px;
height: 12px;
right: -24px;
top: 7px;
}
.head_type_two {
text-align: inherit;
z-index: 0;
}
.head_type_two span {
position: absolute;
font-size: 120px;
color: #dedede;
top: -10px;
right: 0;
z-index: -1;
}
.head_type_two h1 {
padding: 0px;
}
.section-title .title.right_content {
position: relative;
padding-top: 37px;
padding-bottom: 20px;
}
.section-title .title.right_content::before {
position: absolute;
width: 70px;
height: 3px;
background: #209e2e;
top: 8px;
left: 0;
content: '';
}
.section-title .title.right_content p {
font-size: 18px;
color: #aaaaaa;
line-height: 26px;
}
.heading_inner {
position: relative;
z-index: 0;
} .welcome_type_one {
position: relative;
}
.welcome_type_one .welcomr_inner_hme_one {
position: relative;
margin-bottom: 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
overflow: hidden;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.welcome_type_one .welcomr_inner_hme_one:hover {
box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .3);
cursor: pointer;
}
.welcome_type_one .welcomr_inner_hme_one .image {
display: block;
}
.welcome_type_one .welcomr_inner_hme_one .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.welcome_type_one .welcomr_inner_hme_one:hover .overlay {
bottom: 0;
height: 100%;
}
.welcome_type_one .welcomr_inner_hme_one .image p {
color: #d6d6d6;
font-size: 15px;
position: absolute;
top: -300px;
left: 0%;
font-weight: 400;
padding: 0px 25px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.welcome_type_one .welcomr_inner_hme_one:hover .image p {
top: 20px;
}
.welcome_type_one .welcomr_inner_hme_one .content_inner {
position: relative;
padding: 20px 25px;
}
.welcome_type_one .welcomr_inner_hme_one .content_inner .icon {
float: right;
width: 70px;
height: 70px;
line-height: 70px;
font-size: 30px;
color: #fff;
text-align: center;
background: #209e2e;
position: absolute;
z-index: 10;
top: -21px;
right: 25px;
}
.welcome_type_one .welcomr_inner_hme_one .content_inner .icon::after {
position: absolute;
content: '';
height: 0px;
border-right: 10px solid #116d1b;
border-top: 16px solid transparent;
border-left: 5px solid transparent;
border-bottom: 5px solid #116d1b;
z-index: 0;
left: -15px;
top: 0px;
}
.welcome_type_one .welcomr_inner_hme_one .content_inner h2 {
position: relative;
font-size: 22px;
line-height: 30px;
font-weight: 700;
z-index: 0;
opacity: 1;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
text-overflow: ellipsis;
}
.welcome_type_one .welcomr_inner_hme_one .content_inner h2 a {
color: #252525;
}
.welcome_type_one .welcomr_inner_hme_one .content_inner h2:hover {
color: #209e2e;
}
.welcome_type_one .welcomr_inner_hme_one .content_inner a.r_more {
font-size: 14px;
color: #252525;
font-weight: 600;
line-height: 24px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.welcome_type_one .welcomr_inner_hme_one:hover .content_inner a.r_more {
color: #209e2e;
}
@media(max-width:768px) {
.welcome_type_one .welcomr_inner_hme_one img {
width: 100%;
}
} .about_type_one {
position: relative;
background: #f4f4f4;
padding: 100px 0px 90px;
}
.about_type_one .heading {
text-align: left;
margin-bottom: 20px;
}
.about_type_one .heading h1 {
padding: 0px;
}
.grid_image_box_one {
position: relative;
}
.grid_image_box_one .images {
position: relative;
border: 5px solid #fff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}
@media(max-width:1000px) {
.grid_image_box_one .main_image {
width: 100%;
}
.grid_image_box_one .images {
margin-bottom: 40px;
}
}
.grid_image_box_one .content_image {
position: absolute;
bottom: 30px;
width: 100%;
left: 0;
}
.grid_image_box_one .content_image  .images_extra{
position: relative;
width: 150px;
height: auto;
margin-left: auto;
}
.grid_image_box_one .content_image  .images_extra img{
width: 100%;
}
.grid_image_box_one h2 {
position: absolute;
font-size: 22px;
color: #252525;
line-height: 34px;
font-weight: 700;
background: #fff;
width: 250px;
text-align: center;
min-height: 48px;
right: 183px;
bottom: 0px;
word-break: break-all;
padding: 6px 22px;
}
.grid_image_box_one .content_image img {
float: right;
margin-right: 33px;
}
@media (max-width: 1199px) {
.grid_image_box_one .content_image img {
display: none;
}
.grid_image_box_one h2 {
position: absolute;
font-size: 18px;
width: 220px;
right: 14px;
bottom: 10px;
}
.grid_image_box_one .content_image {
bottom: 0;
}
}
#counter {
position: relative;
}
#counter .counter_inner {
position: relative;
display: inline-block;
}
#counter .counter_inner span.icon {
float: left;
font-size: 60px;
line-height: 60px;
color: #209e2e;
}
#counter .counter_inner .text {
margin-left: 70px;
}
#counter .counter_inner .text span {
font-size: 30px;
color: #252525;
line-height: 36px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
#counter .counter_inner .text h5 {
font-size: 22px;
color: #252525;
line-height: 28px;
font-weight: 600;
font-family: 'Nunito', sans-serif;
}
.authourname {
font-size: 16px;
color: #808080;
line-height: 26px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
padding-left: 60px;
position: relative;
}
.authourname::before {
position: absolute;
content: '';
background: #d4d4d4;
width: 50px;
height: 1px;
left: 0;
top: 11px;
}
.authourname strong {
font-size: 20px;
color: #252525;
line-height: 26px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
} .nav-tabs {
border: 0px;
display: block;
text-align: center;
}
.nav-tabs .nav-item {
border: 0px;
margin: 0px;
border-radius: 0px;
display: inline-block;
}
.nav-tabs .nav-link {
border: 0px solid transparent;
border-radius: 0px!important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: inherit;
background-color: transparent;
border: 0px;
} .service_type_one {
position: relative;
}
.service_type_one .heading {
margin-bottom: 30px;
}
.service_type_one .nav-tabs {
position: relative;
margin-bottom: 40px;
}
.service_type_one .nav-tabs .nav-item:first-child::before {
position: absolute;
content: '';
width: 50px;
height: 20px;
border-radius: 30px;
background: #f4f4f4;
border: 1px solid #e2e2e2;
right: -28px;
top: 11px;
}
.service_type_one .nav-tabs .nav-item:first-child .nav-link.active::after {
position: absolute;
content: '';
width: 14px;
height: 14px;
border-radius: 50px;
background: #209e2e;
top: 14px;
right: 4px;
}
.service_type_one .nav-tabs .nav-item:last-child .nav-link.active::after {
position: absolute;
content: '';
width: 14px;
height: 14px;
border-radius: 50px;
background: #209e2e;
top: 14px;
left: 4px;
}
.service_type_one .nav-tabs .nav-item {
position: relative;
}
.service_type_one .nav-tabs .nav-item .nav-link {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
color: #aeaeae;
line-height: 26px;
}
.service_type_one .nav-tabs .nav-item:first-child .nav-link {
margin-right: 22px;
}
.service_type_one .nav-tabs .nav-item:last-child .nav-link {
margin-left: 22px;
}
.service_type_one .nav-tabs .nav-item .nav-link.active {
color: #209e2e;
}
.service_type_one .service_inner {
position: relative;
margin: 0px 0px 30px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
background: #fff;
}
.service_type_one .owl-carousel .service_inner {
margin: 0px 15px 30px;
}
.service_inner .image img {
width: 100%!important;
}
.service_type_one .service_inner .content_inner {
position: relative;
padding: 30px 25px 30px;
z-index: 11;
}
.service_type_one .service_inner .content_inner h2 {
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin-bottom: 8px;
min-height: 56px;
}
.service_type_one .service_inner .content_inner h2:hover a {
color: #209e2e;
}
.service_type_one .service_inner .content_inner h2 a {
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_one .service_inner .content_inner p {
margin-bottom: 17px;
padding-bottom: 17px;
border-bottom: 1px dashed #e2e2e2;
min-height: 174px;
}
.service_type_one .service_inner .content_inner a.r_more {
font-size: 14px;
color: #252525;
font-weight: 600;
line-height: 24px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_one .service_inner .content_inner a.r_more span {
margin-right: 10px;
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_one .service_inner .content_inner a.r_more:hover {
color: #209e2e;
}
.service_type_one .service_inner .content_inner a.r_more:hover span {
color: #209e2e;
}
.service_type_one .service_inner .image {
display: block;
position: relative;
}
.service_type_one .service_inner .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.service_type_one .service_inner:hover .overlay {
bottom: 0;
height: 100%;
}
.service_type_one .service_inner .image span.icon {
text-align: center;
margin: auto;
}
.service_type_one .service_inner .image span.icon::before {
width: 60px;
height: 60px;
position: absolute;
border-radius: 50px;
border: 1px dashed #209e2e;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
line-height: 95px;
top: 0;
left: 0;
color: #209e2e;
font-size: 30px;
line-height: 60px;
text-align: center;
bottom: 0;
right: 0;
margin: auto;
}
.service_type_one .owl-carousel .owl-nav,
.service_type_one .owl-carousel .owl-nav.disabled {
display: block;
}
.service_type_one .owl-carousel .owl-dots {
display: none!important;
}
.service_type_one .owl-carousel .owl-nav {
position: relative;
width: 100%;
margin-top: 10px;
height: auto;
text-align: center;
}
.service_type_one .owl-carousel .owl-nav .owl-prev,
.service_type_one .owl-carousel .owl-nav .owl-next {
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
color: #a8a8a8;
border-radius: 50px;
border: 1px solid #a8a8a8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_one .owl-carousel .owl-nav .owl-next .icon-next {
transform: rotate(360deg);
display: block;
line-height: 60px;
}
.service_type_one .owl-carousel .owl-nav .owl-prev .prev {
transform: rotate(180deg);
display: block;
line-height: 60px;
}
.service_type_one .owl-carousel .owl-nav .owl-prev {
margin-right: 10px;
}
.service_type_one .owl-carousel .owl-nav .owl-next {
margin-left: 10px;
}
.service_type_one .owl-carousel .owl-nav .owl-prev:hover,
.service_type_one .owl-carousel .owl-nav .owl-next:hover {
color: #209e2e;
border: 1px solid #209e2e;
}
.service_all .owl-dots.disabled,
.service_all .owl-dots {
display: block!important;
}
.service_all .owl-dots {
position: relative;
bottom: -20px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.service_all .owl-dots .owl-dot {
position: relative;
width: 12px;
height: 12px;
margin: 0px 4px;
border-radius: 50px;
display: inline-block;
background-color: transparent;
border: 2px solid #cacaca;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.service_all .owl-dots .owl-dot:hover,
.service_all .owl-dots .owl-dot.active {
border: 2px solid #209e2e;
}
.service_all .owl-carousel.lawthreeitem .owl-dots.disabled {
display: block!important;
}
.service_all .lawthreeitem .owl-dots {
position: relative;
bottom: -20px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.service_all .lawthreeitem .owl-dots .owl-dot {
position: relative;
width: 15px;
height: 15px;
margin: 0px 4px;
border-radius: 50px;
display: inline-block;
background-color: transparent;
border: 1.9px dashed #cacaca;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.service_all .lawthreeitem .owl-dots .owl-dot::before {
position: absolute;
content: '';
width: 5px;
height: 5px;
border-radius: 50px;
background: #209e2e;
top: 3px;
opacity: 0;
right: 3px;
}
.service_all .lawthreeitem .owl-dots .owl-dot.active,
.service_all .lawthreeitem .owl-dots .owl-dot:hover {
border: 1.9px dashed #209e2e;
}
.service_all .lawthreeitem .owl-dots .owl-dot.active::before,
.service_all .lawthreeitem .owl-dots .owl-dot.active:hover::before {
opacity: 1;
}
.service_all .owl-carousel .owl-nav,
.service_all .owl-carousel .owl-nav.disabled {
display: block;
}
.service_all .lawthreeitem.owl-carousel .owl-nav,
.service_all .lawthreeitem.owl-carousel .owl-nav.disabled {
display: none!important;
}
.service_all .lawthreeitem .owl-carousel .owl-nav,
.service_all .lawthreeitem .owl-carousel .owl-nav.disabled {
display: none!important;
}
.service_all .owl-carousel .owl-nav {
position: relative;
width: 100%;
margin-top: 10px;
height: auto;
text-align: center;
}
.service_all .owl-carousel .owl-nav .owl-prev,
.service_all .owl-carousel .owl-nav .owl-next {
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
color: #a8a8a8;
border-radius: 50px;
border: 1px solid #a8a8a8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_all .owl-carousel .owl-nav .owl-next .icon-next {
transform: rotate(360deg);
display: block;
line-height: 60px;
}
.service_all .owl-carousel .owl-nav .owl-prev .prev {
transform: rotate(180deg);
display: block;
line-height: 60px;
}
.service_all .owl-carousel .owl-nav .owl-prev {
margin-right: 10px;
}
.service_all .owl-carousel .owl-nav .owl-next {
margin-left: 10px;
}
.service_all .owl-carousel .owl-nav .owl-prev:hover,
.service_all .owl-carousel .owl-nav .owl-next:hover {
color: #209e2e;
border: 1px solid #209e2e;
}
.service_all_grid .service_inner {
margin: 0px 0px 30px!important;
} .project_type_one {
position: relative;
}
.project_type_one .container {
padding: 0;
}
.project_type_one .container .padding_num {
padding: 0px 15px;
margin-bottom: 20px;
}
.project_type_one .heading {
text-align: left;
margin-bottom: 20px;
}
.project_type_one .heading h1 {
padding: 0px;
color: #fff;
}
.project_type_one .project_inner {
position: relative;
margin-bottom: 30px;
border: 2px solid transparent;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
overflow: hidden;
}
.project_type_one .project_inner img {
width: 100%;
}
.project_type_one .project_inner:hover {
border: 2px solid #209e2e;
}
.project_type_one .project_inner .image {
display: block;
position: relative;
}
.project_type_one .project_inner .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(32, 158, 46, .9);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
top: 0;
}
.project_type_one .project_inner:hover .overlay {
bottom: 0;
height: 100%;
}
.project_type_one .project_inner .image span.icon {
color: #fff;
font-size: 30px;
line-height: 30px;
position: absolute;
top: 35%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.project_type_one .project_inner .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fff;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -21px;
}
.project_type_one .project_inner .content_inner {
position: absolute;
width: 100%;
text-align: center;
height: auto;
left: 0;
bottom: 0;
padding: 20px;
background: #1c1c1c;
opacity: 0;
transform: translateY(150px);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.project_type_one .project_inner .content_inner h2 {
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin-bottom: 5px;
}
.project_type_one .project_inner .content_inner h2 a {
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.project_type_one .project_inner .content_inner h2:hover a {
color: #209e2e;
}
.project_type_one .project_inner:hover .content_inner {
opacity: 1;
transform: translateY(0px);
}
.project_type_one.style-2 .fliter_group ul {
display: inline-block;
text-align: center;
border: 1px dashed #3b3b3b;
border-radius: 3px;
margin-top: 15px;
padding: 0px 50px;
}
.project_type_one.style-2 .fliter_group ul li {
display: inline-block;
padding: 15px 15px;
position: relative;
font-size: 16px;
color: #8d8d8d;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
cursor: pointer;
}
.project_type_one.style-2 .fliter_group ul li::before {
position: absolute;
content: '';
right: 0;
top: 15px;
border: .5px dashed #3b3b3b;
width: 1px;
height: 25px;
}
.project_type_one.style-2 .fliter_group ul li:last-child::before {
display: none;
}
.project_type_one.style-2 .fliter_group ul li.active,
.project_type_one.style-2 .fliter_group ul li:hover {
color: #209e2e;
} .project_all .fliter_group .law_project_filter.light {
display: inline-block;
text-align: center;
border: 1px dashed #3b3b3b;
border-radius: 3px;
margin-bottom: 35px;
padding: 0px 50px;
}
@media(max-width:1199px) {
.project_all {
margin: 0px 0px 0px 0px!important;
}
.project_all .fliter_group {
text-align: center!important;
}
.project_all .fliter_group .law_project_filter.light {
width: 100%;
}
}
@media(max-width:992px) {
.project_type_one.style-1 .fliter_group ul {
padding: 0px 10px;
}
}
.project_all .fliter_group .law_project_filter.light li {
display: inline-block;
padding: 15px 15px;
position: relative;
font-size: 16px;
color: #8d8d8d;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
cursor: pointer;
}
.project_all .fliter_group .law_project_filter.light li::before {
position: absolute;
content: '';
right: 0;
top: 15px;
border: .5px dashed #3b3b3b;
width: 1px;
height: 25px;
}
.project_all .fliter_group .law_project_filter.light li:last-child::before {
display: none;
}
.project_all .fliter_group .law_project_filter.light li.current,
.project_all .fliter_group .law_project_filter.light li:hover {
color: #209e2e;
} .features_type_one {
position: relative;
}
.features_type_one .features_inner {
position: relative;
background: #fff;
padding: 39px 21px;
text-align: center;
cursor: pointer;
z-index: 0;
margin-bottom: 30px;
}
.features_type_one .features_inner .overlay {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: #209e2e;
top: -100%;
opacity: 0;
left: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: -10;
}
.features_type_one .features_inner:hover .overlay {
opacity: 1;
top: 0;
}
.features_type_one .features_inner span {
font-size: 60px;
line-height: 60px;
color: #209e2e;
margin-bottom: 25px;
font-weight: 500;
display: inline-block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.features_type_one .features_inner:hover span {
color: #fff!important;
}
.features_type_one .features_inner h2 a {
color: #252525;
font-weight: 700;
font-size: 22px;
font-weight: 700;
line-height: 28px;
margin-bottom: 10px;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.features_type_one .features_inner:hover h2 a {
color: #fff;
}
.features_type_one .features_inner:hover p {
color: #fff;
}
.features_type_one .owl-dots.disabled,
.features_type_one .owl-dots {
display: block!important;
}
.features_type_one .owl-dots {
position: relative;
bottom: -20px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.features_type_one .owl-dots .owl-dot {
position: relative;
width: 12px;
height: 12px;
margin: 0px 4px;
border-radius: 50px;
display: inline-block;
background-color: transparent;
border: 2px solid #cacaca;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.features_type_one .owl-nav {
display: none!important;
}
.features_type_one .owl-dots .owl-dot:hover,
.features_type_one .owl-dots .owl-dot.active {
border: 2px solid #209e2e;
} .testimonial_type_one {
position: relative;
}
.testimonial_type_one .heading {
text-align: left;
margin-bottom: 20px;
}
.testimonial_type_one .heading h1 {
padding: 0px;
}
.testimonial_type_one .testimonial_inner {
position: relative;
margin: 10px 15px 10px 49px!important;
border-left: 3px solid #209e2e;
background: #fff;
cursor: pointer;
padding: 40px 30px 40px 0px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .09);
}
.testimonial_type_one .testimonial_inner .image {
position: absolute;
width: 90px;
height: 90px;
border-radius: 50%;
top: 0;
bottom: 0;
margin: auto;
left: -45px;
z-index: 9;
}
.testimonial_type_one .testimonial_inner .image img {
border-radius: 50%;
width: 100%;
height: 100%;
}
.testimonial_type_one .testimonial_inner .image::before {
position: absolute;
content: '';
width: 100px;
height: 100px;
left: -5px;
top: -5px;
border: 1px dashed #bebebe;
border-radius: 50px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_type_one .testimonial_inner:hover .image::before {
border-color: #209e2e;
}
.testimonial_type_one .testimonial_inner .content_inner {
margin-left: 85px;
}
.testimonial_type_one .testimonial_inner .auhtour_name {
position: relative;
overflow: auto;
margin-bottom: 20px;
}
.testimonial_type_one .testimonial_inner .auhtour_name span {
float: left;
font-size: 52px;
line-height: 60px;
color: #e8e8e8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_type_one .testimonial_inner:hover .auhtour_name span {
color: #209e2e;
}
.testimonial_type_one .testimonial_inner .name_authr {
position: relative;
margin-top: 5px;
margin-left: 75px;
}
.testimonial_type_one .testimonial_inner .name_authr h2 {
font-size: 22px;
font-weight: 700;
line-height: 28px;
margin-bottom: 0px;
color: #252525;
}
.testimonial_type_one .testimonial_inner .name_authr p {
color: #209e2e;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_type_one .testimonial_inner:hover .name_authr p {
color: #808080;
}
.testimonial_type_one .testimonial_inner .content_inner p.description {
margin-bottom: 20px;
}
.testimonial_type_one .testimonial_inner .content_inner ul li {
display: inline-block;
}
.testimonial_type_one .testimonial_inner .content_inner ul li span {
font-size: 20px;
line-height: 20px;
color: #209e2e;
}
.testimonial_type_one .testimonial_inner .content_inner ul li:last-child {
float: right;
font-size: 14px;
font-weight: 500;
line-height: 26px;
color: #aeadad;
text-transform: uppercase;
}
.testimonial_type_one .owl-carousel .owl-nav,
.testimonial_type_one .owl-carousel .owl-nav.disabled {
display: block;
}
.testimonial_type_one .owl-carousel .owl-dots {
display: none;
}
.testimonial_type_one .owl-carousel .owl-nav {
position: absolute;
width: auto;
height: auto;
text-align: center;
top: -103px;
right: 0;
}
.testimonial_type_one .owl-carousel .owl-nav .owl-prev,
.testimonial_type_one .owl-carousel .owl-nav .owl-next {
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
color: #a8a8a8;
border-radius: 50px;
border: 1px solid #a8a8a8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_type_one .owl-carousel .owl-nav .owl-next .icon-next {
transform: rotate(360deg);
display: block;
line-height: 60px;
}
.testimonial_type_one .owl-carousel .owl-nav .owl-prev .prev {
transform: rotate(180deg);
display: block;
line-height: 60px;
}
.testimonial_type_one .owl-carousel .owl-nav .owl-prev {
margin-right: 10px;
}
.service_type_one .owl-carousel .owl-nav .owl-next {
margin-left: 10px;
}
.testimonial_type_one .owl-carousel .owl-nav .owl-prev:hover,
.testimonial_type_one .owl-carousel .owl-nav .owl-next:hover {
color: #209e2e;
border: 1px solid #209e2e;
}
@media(max-width:768px) {
.testimonial_type_one .testimonial_inner {
margin: 60px 10px 10px!important;
}
.testimonial_type_one .testimonial_inner .image {
float: none;
margin: -90px auto 0px!important;
position: relative;
width: 110px;
}
.testimonial_type_one .testimonial_inner .image img {
margin: 0 auto;
}
.testimonial_type_one .testimonial_inner .image::before {
left: 5px;
}
.testimonial_type_one .testimonial_inner .content_inner {
margin-left: 30px;
margin-top: 30px;
}
.testimonial_type_one .testimonial_inner .auhtour_name {
overflow: inherit;
}
}
@media(max-width:450px) {
.testimonial_type_one .testimonial_inner .auhtour_name span {
float: none;
position: absolute;
right: 0;
opacity: .5;
}
.testimonial_type_one .testimonial_inner .name_authr {
margin-left: 0px;
margin-top: 10px;
}
} .quote_client_type_one {
position: relative;
}
.gtqote_clientlgo_hme_ome .owl-nav,
.gtqote_clientlgo_hme_ome .owl-dots {
display: none!important;
}
.gtqote_clientlgo_hme_ome .owl-carousel .owl-item img {
text-align: center;
margin: 0 auto;
}
.gt_qute_inner {
position: relative;
text-align: center;
}
.gt_qute_inner h1 {
font-size: 52px;
color: #fff;
padding: 0px 150px;
font-weight: 700;
line-height: 70px;
margin-bottom: 30px;
}
@media(max-width:992px) {
.gt_qute_inner h1 {
padding: 0px 0px;
}
}
@media(max-width:768px) {
.gt_qute_inner h1 {
padding: 0px 0px;
font-size: 40px;
line-height: 52px;
}
}
.gt_qute_inner a.theme_btn {
background: transparent;
border: 2px solid #fff;
border-radius: 50px;
width: 190px;
height: 60px;
line-height: 58px;
}
.quote_client_type_one .gt_qute_inner a.theme_btn:hover {
background: #fff;
color: #209e2e;
}
.gtqote_clientlgo_hme_ome .images {
position: relative;
text-align: center;
padding: 50px 0px 0px;
}
.gtqote_clientlgo_hme_ome .images.style-2 img {
display: block;
opacity: .5;
filter: grayscale(100%);
margin: 0 auto;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.gtqote_clientlgo_hme_ome .images.style-2:hover img {
opacity: 1;
cursor: pointer;
filter: inherit;
}
.gtqote_clientlgo_hme_ome .images .tool_tip_outer {
position: absolute;
width: 100%;
text-align: center;
}
.gtqote_clientlgo_hme_ome .images .tool_tip {
position: relative;
padding: 5px;
border-radius: 5px;
display: inline-block;
background: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
opacity: 0;
top: -37px;
left: 0;
}
.gtqote_clientlgo_hme_ome .images .tool_tip .tool_tip_inner {
border-radius: 5px;
padding: 5px 10px;
border: 1px dashed #e2e2e2;
font-size: 14px;
line-height: 26px;
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.gtqote_clientlgo_hme_ome .images:hover .tool_tip {
opacity: 1;
}
.gtqote_clientlgo_hme_ome .images:hover .tool_tip .tool_tip_inner {
border: 1px dashed #fff;
color: #fff;
}
.gtqote_clientlgo_hme_ome .images:hover .tool_tip {
background: #209e2e;
} .site-content {
position: relative;
padding: 100px 0px 70px;
}
@media(max-width:768px) {
.site-content {
padding: 70px 0px 40px;
}
}
.classic-layout .blog_post_types {
position: relative;
}
.classic-layout.tag-sticky-2 {
position: relative;
}
.classic-layout.tag-sticky-2::before {
position: absolute;
top: 10px;
right: 25px;
content: '';
width: 60px;
height: 60px;
background-color: #209e2e;
z-index: 10;
clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}
.classic-layout .blog_post_types .padding_btm {
margin-bottom: 20px;
}
.classic-layout .blog_post_types .heading {
text-align: left;
margin-bottom: 20px;
}
.classic-layout .blog_post_types .heading h1 {
padding: 0px;
}
.classic-layout .blog_post_types .more_news_btn {
position: relative;
text-align: right;
}
.classic-layout .blog_post_types .entry-footer a.theme_btn {
border-radius: 50px;
}
.classic-layout .blog_post_types .entry-footer li::before {
display: none!important;
}
.classic-layout .blog_post_types .entry-footer li a.theme_btn {
border-radius: 50px;
}
.classic-layout .blog_post_types .entry-footer li.share_options {
float: right;
}
.classic-layout .blog_post_types .entry-footer .dropdown {
display: inline-block;
}
.classic-layout .blog_post_types .entry-footer .dropdown-menu {
top: -36px!important;
left: -175px!important;
border: 0px;
background: #fff;
border-radius: 0px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
padding: 10px 15px;
}
.classic-layout .blog_post_types .entry-footer .dropdown-menu a {
font-size: 16px;
color: #209e2e;
padding: 10px;
}
.classic-layout .blog_post_types .entry-footer a.share i {
font-size: 16px;
color: #808080;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50px;
border: 1px solid #e6e6e6;
margin-left: 10px;
}
.classic-layout .blog_post_types {
position: relative;
margin: 0px 0px 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
background: #fff;
}
.classic-layout .blog_post_types .content_inner {
position: relative;
padding: 40px;
z-index: 11;
}
.classic-layout .blog_post_types .category {
position: relative;
margin-bottom: 20px;
}
.classic-layout .blog_post_types .category a {
border: 1px dashed #209e2e;
padding: 6px 15px;
color: #209e2e;
}
.classic-layout .blog_post_types .category a {
color: #209e2e;
margin-right: 10px;
line-height: 26px;
}
.classic-layout .blog_post_types .content_inner h2 {
font-size: 30px;
line-height: 40px;
font-weight: 700;
margin-bottom: 15px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.classic-layout .blog_post_types .content_inner h2:hover a {
color: #209e2e;
}
.classic-layout .blog_post_types .content_inner h2 a {
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.classic-layout .blog_post_types .entry-content {
margin-bottom: 25px;
}
.classic-layout .blog_post_types .content_inner a.r_more {
font-size: 14px;
color: #252525;
font-weight: 600;
line-height: 24px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
margin-bottom: 20px;
padding-bottom: 17px;
border-bottom: 1px dashed #e2e2e2;
display: block;
}
.classic-layout .blog_post_types .content_inner a.r_more span {
margin-right: 10px;
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.classic-layout .blog_post_types .content_inner a.r_more:hover {
color: #209e2e;
}
.classic-layout .blog_post_types .content_inner a.r_more:hover span {
color: #209e2e;
}
.classic-layout .blog_post_types .image {
display: block;
position: relative;
}
.classic-layout .blog_post_types .image img {
width: 100%;
height: 400px;
object-fit: cover;
}
.classic-layout .blog_post_types .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.classic-layout .blog_post_types:hover .overlay {
bottom: 0;
height: 100%;
}
.classic-layout .blog_post_types .image span.icon {
color: #fff;
font-size: 30px;
line-height: 36px;
position: absolute;
top: 52%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.classic-layout .blog_post_types .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fff;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -18px;
}
.classic-layout .blog_post_types ul li {
display: inline-block;
margin-right: 8px;
font-size: 13px;
text-transform: uppercase;
color: #808080;
position: relative;
}
.classic-layout .blog_post_types ul.entry-meta {
position: relative;
margin-bottom: 15px;
}
.classic-layout .blog_post_types ul.entry-meta li a {
text-transform: uppercase;
color: #808080;
position: relative;
display: inline-block;
}
.classic-layout .blog_post_types ul.entry-meta li {
margin-right: 26px;
}
.classic-layout .blog_post_types ul.entry-meta li::before {
position: absolute;
height: 15px;
border: .5px dashed #bcbcbc;
content: '';
right: -13px;
top: 4px;
}
.classic-layout .blog_post_types ul.entry-meta li:last-child {
margin-right: 0px;
}
.classic-layout .blog_post_types ul.entry-meta li:last-child::before {
display: none;
}
.classic-layout .blog_post_types ul li span {
color: #209e2e;
margin-right: 5px;
}
.classic-layout .blog_post_types .entry-footer ul li:before {
display: none;
} .grid-view .heading {
text-align: left;
margin-bottom: 20px;
}
.grid-view .heading h1 {
padding: 0px;
}
.grid-view .more_news_btn {
position: relative;
text-align: right;
}
.grid-view .more_news_btn a.theme_btn {
border-radius: 50px;
margin-top: 25px;
}
.grid-view .blog_post_types {
position: relative;
margin: 0px 0px 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
background: #fff;
}
.grid-view .blog_post_types .content_inner {
position: relative;
padding: 30px;
z-index: 11;
}
.grid-view .blog_post_types .category {
position: relative;
}
.grid-view .blog_post_types .category a {
border: 1px dashed #209e2e;
padding: 6px 15px;
color: #209e2e;
}
.grid-view .blog_post_types .category a span {
color: #209e2e;
margin-right: 10px;
line-height: 26px;
}
.grid-view .blog_post_types .content_inner h2:hover a {
color: #209e2e;
}
.grid-view .blog_post_types .content_inner h2 a {
font-size: 24px;
display: block;
line-height: 32px;
font-weight: 700;
margin-top: 18px;
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.grid-view .blog_post_types .content_inner p {
margin-bottom: 17px;
}
.grid-view .blog_post_types .content_inner a.r_more {
margin-top: 10px;
font-size: 14px;
color: #252525;
font-weight: 600;
line-height: 24px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: block;
}
.grid-view .blog_post_types .content_inner a.r_more span {
margin-right: 10px;
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.grid-view .blog_post_types .content_inner a.r_more:hover {
color: #209e2e;
}
.grid-view .blog_post_types .content_inner a.r_more:hover span {
color: #209e2e;
}
.grid-view .blog_post_types .image {
display: block;
position: relative;
}
.grid-view .blog_post_types .image img {
width: 100%;
}
.full_column.col-lg-12.col-md-12.col-sm-12.col-xs-12 .blog_post_types .image img {
width: 100%;
height: 370px;
object-fit: cover;
}
.grid-view .blog_post_types .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.grid-view .blog_post_types:hover .overlay {
bottom: 0;
height: 100%;
}
.grid-view .blog_post_types .image span.icon {
color: #fff;
font-size: 30px;
line-height: 36px;
position: absolute;
top: 52%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.grid-view .blog_post_types .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fff;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -18px;
}
.grid-view .blog_post_types ul li {
display: inline-block;
margin-right: 8px;
font-size: 13px;
text-transform: uppercase;
color: #808080;
position: relative;
}
.grid-view .entry-footer ul.entry-meta {
position: relative;
padding: 10px 0px;
border-bottom: 1px dashed #e2e2e2;
border-top: 1px dashed #e2e2e2;
margin: 14px 0px;
}
.grid-view .entry-footer ul.entry-meta li a {
text-transform: uppercase;
color: #808080;
position: relative;
display: inline-block;
}
.grid-view .entry-footer ul.entry-meta li {
margin-right: 26px;
}
.grid-view .entry-footer ul.entry-meta li::before {
position: absolute;
height: 15px;
border: .5px dashed #bcbcbc;
content: '';
right: -13px;
top: 4px;
content: '';
}
.grid-view .entry-footer ul.entry-meta li:last-child {
margin-right: 0px;
}
.grid-view .entry-footer ul.entry-meta li:last-child::before {
display: none;
}
.grid-view .entry-footer ul li span {
color: #209e2e;
margin-right: 5px;
} .list-view .blog_post_types {
position: relative;
margin-bottom: 40px;
}
.list-view .blog_post_types .entry-thumbnail.image {
position: relative;
float: left;
width: 40%;
margin-right: 20px;
}
.list-view .blog_post_types .entry-thumbnail.image a {
margin-bottom: 6px;
}
.list-view .blog_post_types .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.list-view .blog_post_types:hover .overlay {
bottom: 0;
height: 100%;
}
.list-view .blog_post_types .category {
position: relative;
}
.list-view .blog_post_types .category a {
border: 1px dashed #209e2e;
padding: 6px 15px;
color: #209e2e;
}
.list-view .blog_post_types .category li {
position: relative;
line-height: 40px;
}
.list-view .blog_post_types .category a span {
color: #209e2e;
margin-right: 10px;
line-height: 26px;
}
.list-view .blog_post_types .content_inner {
position: relative;
}
.list-view .blog_post_types .content_inner h2 {
font-size: 26px;
line-height: 36px;
font-weight: 700;
margin-bottom: 15px;
margin-top: 18px;
}
.list-view .blog_post_types .image span.icon {
color: #fff;
font-size: 30px;
line-height: 36px;
position: absolute;
top: 52%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.list-view .blog_post_types .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fff;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -18px;
}
.list-view .blog_post_types .content_inner h2 a {
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.list-view .blog_post_types .content_inner h2:hover a {
color: #209e2e;
} .addres_outer {
position: relative;
}
.addres_outer .addres_inner {
position: absolute;
background: #fff;
padding: 30px;
top: -390px;
right: 0;
border-left: 3px solid #209e2e;
}
.addres_outer .addres_inner h3 {
font-size: 20px;
line-height: 28px;
font-weight: 600;
text-transform: uppercase;
color: #209e2e;
margin-bottom: 10px;
}
.addres_outer .addres_inner p {
margin-bottom: 8px;
}
.addres_outer .addres_inner p span {
color: #252525;
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 18px;
margin-right: 5px;
}
.law-map-shortcode .container {
padding: 0px;
}
@media(max-width:500px) {
.addres_outer .addres_inner {
position: relative;
background: #fff;
padding: 30px;
top: inherit;
right: inherit;
border-left: 3px solid #209e2e;
}
} .footer {
position: relative;
padding: 100px 0px 70px;
background: #111111;
}
@media(max-width:768px) {
.footer {
padding: 100px 0px 30px!important;
}
.footer.version_v1 {
padding: 100px 0px 50px!important;
}
.footer.version_v1 {
padding: 100px 0px 70px!important;
}
}
.footer.version_v4 {
position: relative;
padding: 100px 0px 60px;
background: #1c1c1c;
}
.footer.version_v1 .logo_title {
margin-bottom: 25px;
width: 200px;
}
.footer .site_logo_foo {
margin-bottom: 20px;
}
.footer .footer_widgets {
position: relative;
margin-bottom: 30px;
}
.footer .footer_widgets h3 {
font-size: 16px;
line-height: 30px;
margin: 5px 0px 15px;
color: #fff;
}
.footer.version_v1 .footer_widgets.one {
padding-right: 20px;
}
.footer.version_v1 .footer_widgets.three {
margin-top: 84px;
}
@media(max-width:768px) {
.footer.version_v1 .footer_widgets.three {
margin-top: 0px;
}
.footer .footer_widgets {
margin-bottom: 50px;
}
}
.footer.version_v1 .footer_widgets.one p span {
color: #209e2e;
}
.footer.version_v1 .footer_widgets p.about_para {
margin-bottom: 27px;
}
.footer.version_v1 .footer_widgets .subscribe form {
position: relative;
}
.footer.version_v1 .footer_widgets .subscribe p {
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 400;
color: #fff;
margin-bottom: 15px;
}
.footer.version_v1 .footer_widgets_outer {
position: relative;
}
.footer.version_v1 .footer_widgets_outer .footer_widgets .widget-title {
border-color: transparent!important;
}
.footer.version_v1 .footer_widgets_outer::before {
position: absolute;
content: '';
background: rgba(255, 255, 255, .1);
width: 100%;
height: 1px;
top: 58px;
left: 0;
}
.footer.version_v1 .footer_widgets .blog_in {
position: relative;
margin-bottom: 15px!important;
padding: 0px 0px 0px 0px!important;
border-bottom: 0px!important;
}
.footer.version_v1 .footer_widgets .post_inner .blog_in .image {
float: left;
margin-top: 4px;
}
.footer.version_v1 .footer_widgets .post_inner .blog_in .image .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(32, 158, 46, 1);
overflow: hidden;
width: 100%;
height: 100%;
opacity: 0;
transition: .5s ease;
}
.footer.version_v1 .footer_widgets .post_inner .blog_in:hover .image .overlay {
opacity: .9;
}
.footer.version_v1 .footer_widgets .post_inner .image .overlay span {
color: #fff;
font-size: 30px;
line-height: 30px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.footer.version_v1 .footer_widgets .post_inner .blog_in img {
float: left;
}
.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner p {
text-transform: uppercase;
font-size: 14px;
}
.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner p span {
color: #209e2e;
margin-right: 10px;
}
.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner h2 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
}
.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner {
margin-left: 80px;
padding-top: 0px;
margin-bottom: 0px;
}
.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner h2 a {
color: #fff;
}
.footer.version_v1 .footer_widgets .widget-title {
font-size: 24px;
margin-bottom: 26px;
padding-bottom: 12px;
border-bottom: 1px solid rgba(255, 255, 255, .1);
color: #fff;
font-weight: 700;
}
.mc4wp-form-fields {
position: relative;
}
.widget_mc4wp_form_widget .widget-title {
font-weight: 700;
font-size: 22px;
margin-bottom: 10px;
}
.footer .widget_mc4wp_form_widget .widget-title {
color: #fff!important;
border-bottom: 0px!important;
padding: 0px!important;
margin-bottom: 10px;
}
.footer_widgets .widget_mc4wp_form_widget h4.widget-title {
font-family: 'Poppins', sans-serif;
font-size: 16px!important;
font-weight: 500!important;
color: #fff!important;
margin-bottom: 15px!important;
}
.mc4wp-form-fields input {
position: relative;
background: #202020;
border: 0px;
box-shadow: none;
border-radius: 3px;
height: 60px;
padding: 20px;
width: 100%;
color: #fff;
font-size: 15px;
}
.mc4wp-form-fields input[type="submit"] {
font-size: 14px;
text-transform: uppercase;
color: #fff;
padding: 0px 10px;
background: #209e2e;
display: inline-block;
width: 130px;
height: 60px;
font-weight: 600;
transition: all .5s ease;
text-align: center;
font-family: 'Poppins', sans-serif;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
position: absolute;
right: 0;
}
.footer.version_v1 .mc4wp-form-fields::before {
position: absolute;
content: "\e91b";
font-family: 'icomoon' !important;
font-size: 18px;
top: 0;
right: 0;
width: 60px;
height: 60px;
box-shadow: none;
border: none;
background: transparent;
line-height: 60px;
color: #209e2e;
z-index: 100;
text-align: center;
}
.footer.version_v1 .mc4wp-form-fields input[type="submit"] {
text-indent: -9999px;
width: 60px;
height: 60px;
background: transparent!important;
z-index: 101;
}
.footer .footer_widgets h2.title {
font-size: 24px;
margin-bottom: 26px;
position: relative;
padding-bottom: 12px;
border-bottom: 1px solid rgba(255, 255, 255, .1);
color: #fff;
font-weight: 600;
margin-top: 18px;
}
.footer.version_v1 .footer_widgets ul li {
position: relative;
}
.footer .widget_recent_comments ul li a::before {
display: none;
}
.footer .widget_rss ul li {
margin-bottom: 10px;
}
.footer .widget_rss ul li a::before {
display: none;
}
.footer .widget_rss ul li a {
padding-left: 0px!important;
margin-bottom: 0px!important;
}
.footer .widget_recent_comments .recentcomments {
margin-bottom: 10px;
}
.footer .widget_rss ul li cite {
color: #209e2e;
}
.footer thead {
background: transparent;
}
.footer tr {
border: 1px solid rgba(255, 255, 255, .1)!important;
}
.footer .footer_widgets select {
max-width: 100%;
box-sizing: border-box;
white-space: normal;
word-wrap: break-word;
width: 100%!important;
height: 54px;
background: transparent;
border: 1px solid rgba(255, 255, 255, .1)!important;
padding: 10px 10px;
line-height: 26px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #fafafa!important;
font-weight: 400;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}
.footer .screen-reader-text::before {
text-indent: inherit;
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
right: 16px;
color: #888888;
font-size: 16px;
top: 85px;
z-index: 0;
}
.footer .footer_widgets.widget_categories .screen-reader-text::before {
top: 88px;
}
.footer th,
.footer td {
color: #fafafa;
border: 1px solid #2d2c2c!important;
}
.footer .wp-calendar-table a {
color: #209e2e;
}
.footer caption {
color: #fafafa;
}
.footer .tagcloud a {
color: #fafafa;
}
.footer .footer_widgets.widget_text p {
margin-bottom: 10px;
}
.footer .footer_widgets.widget_text p img {
margin: 10px 0px;
}
.footer .search_box {
position: relative;
margin-bottom: 30px;
}
.footer .search_box input {
position: relative;
position: relative;
width: 100%!important;
height: 54px!important;
background: transparent;
border: 1px solid rgba(255, 255, 255, .1)!important;
padding: 20px 30px;
line-height: 54px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #888;
border-radius: 50px;
font-weight: 400;
margin: 0px!important;
}
.footer .search_box .sch_btn {
width: 130px;
position: absolute;
top: 5px;
right: 5px;
height: 44px;
border-radius: 50px;
background: #209e2e;
border: 0px;
color: #fff;
box-shadow: inherit;
}
.footer.version_v1 .footer_widgets ul li a::before {
position: absolute;
content: '\e900';
margin-left: -20px;
color: #656363;
font-family: 'icomoon';
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer.version_v1 .footer_widgets .widget-title a {
color: #fff;
}
.footer .widget_categories ul.children li:first-child {
padding: 0px!important;
}
.footer.version_v1 .footer_widgets ul li a {
color: #8d8d8d;
margin-bottom: 12px;
padding-left: 20px;
display: inline-block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer.version_v1 .footer_widgets ul li a:hover {
color: #fff;
}
.footer.version_v1 .footer_widgets ul li a:hover::before {
color: #209e2e;
}
.footer_last_type_one {
background: #111111;
padding: 12px 0px;
border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer_last_type_one ul {
text-align: right;
}
.footer_last_type_one p {
margin-top: 10px;
color: #fafafa;
}
.footer_last_type_one ul li {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
border-radius: 50px;
border: 1px dashed rgba(255, 255, 255, .2);
}
.footer_last_type_one ul li a {
color: #fafafa;
}
.footer_last_type_one ul li {
margin-right: 10px;
}
.footer_last_type_one ul li:last-child {
margin-right: 0px;
}
@media(max-width:992px) {
.footer_last_type_one .footer-copyright {
position: relative;
text-align: center;
}
.footer_last_type_one ul {
text-align: center;
margin-top: 20px;
}
} @media(max-width:1199px) {
.mid_bar {
display: none;
}
.header-style-v1 .site-logo img {
margin: 0;
}
.header-style-v1 .bsnav {
padding: 20px 0px;
}
.topbar .topbar-two .top_bar_widgets_inner {
display: none;
}
.topbar-one {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align: center;
}
.quote_client_type_one .gt_qute_inner h1 {
padding: 0px;
}
}
@media(max-width:768px) {
.rev-btn .theme_btn {
border-radius: 50px;
width: 140px;
height: 40px;
line-height: 40px!important;
}
.service_type_one .image img {
width: 100%!important;
}
}
@media(max-width:992px) {
.news_type_one .more_news_btn {
text-align: left;
margin-bottom: 30px;
}
.testimonial_type_one .owl-carousel .owl-nav {
position: relative;
top: inherit;
bottom: -20px;
margin-bottom: 30px;
}
.bsnav-mobile .navbar_right::before {
display: none;
}
.bsnav-mobile .navbar_right {
display: none;
}
}  .topbar.version_v2 {
position: relative;
background: #1c1c1c;
}
@media(max-width:3000px) and (min-width:1200px) {
.topbar.version_v2 {
height: 100px;
}
}
.topbar.version_v2 li,
.topbar.version_v2 li a {
color: #fff;
line-height: 33px;
}
.topbar.version_v2 li:hover a {
color: #fff;
}
.topbar.version_v2 li a:hover {
color: #209e2e;
}
.topbar.version_v2 .btn_v2 {
font-size: 14px;
line-height: 28px;
width: 116px;
height: 30px;
border-radius: 5px;
background: transparent;
border: 1px dashed #209e2e;
display: block;
text-align: center;
color: #209e2e;
text-transform: uppercase;
font-weight: 500;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.topbar.version_v2 .social_media {
margin-top: -1px;
}
.topbar.version_v2 .social_media li {
margin: 0px;
}
.topbar.version_v2 .left_side_elements li i,
.topbar.version_v2 .left_side_elements li span {
font-size: 16px;
color: #209e2e;
margin-right: 8px;
}
.topbar.version_v2 .left_side_elements li span {
color: #209e2e;
}
.topbar.version_v2 .social_media li a {
border-radius: 50px;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
display: block;
border: 1px dashed transparent;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.topbar.version_v2 .social_media li a:hover {
color: #209e2e;
border: 1px dashed #209e2e;
} @media (min-width: 1200px) {
.header-style-v2 .container {
max-width: 1290px;
background: #fff;
border-radius: 5px;
}
}
.navbar-expand-lg .navbar-nav .nav-item.search_link .search_btn {
position: relative;
background: transparent!important;
line-height: 51px;
}
.header-style-v2 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
top: 0!important;
background: #fff;
box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, .05);
}
.header-style-v2 .search_link i {
color: #252525;
font-size: 16px;
}
@media(max-width:1199px) {
.header-style-v2 {
padding: 20px 0px;
}
.header-style-v2 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
background: #fff;
padding: 10px 0px;
top: 0;
}
}
.bsnav-mobile .m-auto {
margin: inherit!important;
}
.header-style-v2 .bsnav {
background: transparent;
}
.header-style-v2 .theme_btn {
border-radius: 30px;
margin-left: 20px;
}
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-link {
padding: 34px 20px!important;
position: relative;
font-size: 16px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
color: #252525;
transition: all .6s ease-in-out;
}
.navbar-nav.navbar_left .nav-item {
cursor: pointer;
}
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown.nav-item .nav-link:before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
font-size: 16px;
right: 6px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
top: 32px;
}
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link,
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.active:before,
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .menu-item:hover:before {
color: #209e2e;
}
.header-style-v2 .navbar-nav .dropdown-menu .nav-item .nav-link {
background: transparent!important;
}
.header-style-v2 .menu-item.dropdown .dropdown-menu {
margin-top: 0px!important;
}
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_right .nav-link,
.header-style-v2 .navbar-nav.navbar_right .nav-link {
padding: 0px 16px;
}
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_right .dropdown-item {
padding: 0px!important;
} .custome_rating_awards {
position: absolute;
z-index: 99;
width: 100%;
left: 0;
margin-top: -116px;
}
.awards_image img {
height: 226px;
border-radius: 5px;
}
.customer_rating_inner {
position: relative;
z-index: 10;
padding: 40px 40px 32px;
border-radius: 5px;
background-position: center!important;
background-repeat: repeat!important;
background-size: cover!important;
}
.customer_rating_inner .content_inner {
position: relative;
}
.customer_rating_inner .content_inner .icon_lf {
float: left;
}
.customer_rating_inner .content_inner span {
font-size: 50px;
color: #209e2e;
line-height: 80px;
text-align: center;
position: relative;
z-index: 0;
display: block;
width: 80px;
}
.customer_rating_inner .content_inner span::after {
position: absolute;
content: '';
background: #eaf721;
border-radius: 5px;
width: 80px;
height: 80px;
left: 0;
z-index: -10;
}
.customer_rating_inner .content_inner .text {
margin-left: 110px;
padding-bottom: 25px;
border-bottom: 1px solid #198625;
}
.customer_rating_inner .content_inner .text h2 {
font-size: 30px;
line-height: 36px;
color: #fff;
margin-bottom: 8px;
font-weight: 700;
}
.customer_rating_inner .content_inner .text p {
color: #fff;
}
.customer_rating_inner .desc {
padding-top: 25px;
font-size: 18px;
font-weight: 500;
color: #fff;
}
@media(max-width:992px) {
.dp_none {
display: none;
}
.custome_rating_awards {
padding: 60px 0px;
position: relative;
background: url(//nealonlandscapingservices.com/wp-content/themes/img/resource/hm-2-customer-rating.png);
background-position: center center;
background-repeat: repeat;
background-size: cover;
margin: 0;
}
.customer_rating_inner {
background: transparent;
}
.vc_empty_space {
padding-top: 0px!important;
}
}
@media(max-width:1199px) {
.vc_empty_space {
height: 0px!important;
}
}
@media(max-width:768px) {
.customer_rating_inner .content_inner .icon_lf {
float: none;
}
.customer_rating_inner .content_inner .text {
margin-left: 0px;
margin-top: 40px;
}
} .service_type_two {
position: relative;
}
.service_type_two .owl-carousel .owl-nav,
.service_type_two .owl-carousel .owl-nav.disabled,
.service_type_two .owl-carousel .owl-dots.disabled,
.service_type_two .owl-carousel .owl-dots {
display: none!important;
}
.service_type_two .heading h2 {
color: #209e2e;
}
.service_type_two .heading h1 {
color: #fff;
}
.service_type_two .head_type_two .broder_style_left::before {
background: #209e2e;
}
.service_type_two .head_type_two span {
color: #272727;
}
.service_type_two .head_type_two .broder_style_left::after {
background: #209e2e;
}
.service_type_two .service_inner {
position: relative;
min-height: 446px;
background: #fff;
border-radius: 10px;
padding: 45px 14px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
text-align: center;
border: 2px solid #fff;
margin-bottom: 30px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.service_type_two.extra_class .service_inner {
position: relative;
min-height: 446px;
background: #fff;
border-radius: 10px;
padding: 45px 20px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
text-align: center;
border: 2px solid transparent;
margin-bottom: 30px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.service_type_two .owl-carousel .service_inner {
margin: 10px 10px;
}
.service_type_two .service_inner:hover {
background: #1c1c1c;
border: 2px solid #209e2e;
}
.service_type_two .service_inner .icon_in span {
font-size: 60px;
line-height: 140px;
color: #209e2e;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_two .service_inner:hover .icon_in span {
color: #fff!important;
}
.service_type_two .service_inner .icon_in {
position: relative;
margin-bottom: 20px;
text-align: center;
width: 140px;
height: 140px;
border-radius: 50%;
background: #fff;
margin: 0 auto;
border: 2px dotted #209e2e;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_two .service_inner:hover .icon_in {
border: 2px solid #209e2e;
background: #209e2e;
}
.service_type_two .service_inner .icon_in::before {
position: absolute;
content: '';
width: 120px;
height: 120px;
top: 8px;
border-radius: 50%;
left: 8px;
background: transparent;
border: 2px dotted #fff;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_two .service_inner:hover .icon_in::before {
opacity: 1;
}
.service_type_two .service_inner .content_inner {
position: relative;
margin-top: 30px;
}
.service_type_two .service_inner .content_inner h2 a {
font-size: 22px;
margin-bottom: 10px;
font-weight: 700;
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
line-height: 30px;
display: block;
}
.service_type_two .service_inner:hover .content_inner h2 a {
color: #fff;
}
.service_type_two .service_inner .content_inner p {
margin-bottom: 30px;
}
.service_type_two .service_inner .rd_more {
position: relative;
width: 56px;
height: 56px;
overflow: hidden;
display: block;
margin: 0 auto;
background: #209e2e;
line-height: 26px;
text-align: center;
border-radius: 50px;
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
overflow: hidden;
}
.service_type_two .service_inner .rd_more i {
font-size: 14px;
line-height: 56px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: inline-block;
position: absolute;
top: 0;
right: 22px;
}
.service_type_two .service_inner .rd_more span {
transform: translateX(-80px);
-webkit-transform: translateX(-80px);
-moz-transform: translateX(-80px);
-ms-transform: translateX(-80px);
-o-transform: translateX(-80px);
display: inline-block;
font-size: 14px;
font-weight: 500;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6 ease-in-out;
-o-transition: all .6s ease-in-out;
text-transform: uppercase;
transition: all .6s ease-in-out;
line-height: 56px;
}
.service_type_two .service_inner:hover .rd_more {
width: 170px;
}
.service_type_two .service_inner:hover .rd_more span {
transform: translateX(0px);
display: inline-block;
margin-right: 10px;
} .about_type_two {
position: relative;
}
.about_type_two .about_inner {
position: relative;
}
.about_type_two .about_inner 
.images_extra{
width: 300px;
height: 250px;
position: absolute;
top: 0;
left: -185px;
}
.about_type_two .about_inner img.experience {
display: block;
width: 100%;
}
.about_type_two .heading {
margin-bottom: 30px;
}
.icon_box_outer {
position: relative;
}
.icon_box_outer span {
float: left;
font-size: 60px;
color: #209e2e;
}
@media(max-width:992px) {
.icon_box_outer .icon_box {
margin-bottom: 20px;
}
}
.icon_box_outer .text {
margin-left: 70px;
padding: 1px 0px 0px;
}
.icon_box_outer .icon_box.style-3 .text {
margin-left: 0px;
}
.about_type_two .first_desc {
margin-bottom: 15px;
}
.icon_box_outer .text h5 {
font-size: 22px;
color: #252525;
line-height: 30px;
font-weight: 700;
line-height: 24px;
margin-bottom: 5px;
}
.icon_box_outer.tp_two {
border: 0px;
}
.icon_box_outer.tp_two .text.one::before {
position: absolute;
content: '';
width: 1px;
height: 41px;
right: 28px;
top: 6px;
background: #e6e6e6;
}
.icon_box_outer.tp_two .text.one {
margin-left: 0px;
}
.icon_box_outer.tp_two span {
font-size: 25px;
width: 52px;
height: 52px;
line-height: 52px;
text-align: center;
display: block;
background: #209e2e;
color: #fff!important;
border-radius: 50px;
}
.about_type_two .about_content {
position: relative;
padding: 60px 0px 70px;
}
@media(max-width:992px) {
.icon_box_outer.tp_two .text.one::before {
display: none;
}
} .features_type_two {
position: relative;
}
.features_type_two .owl-nav {
display: none;
}
.features_type_two .heading {
border-bottom: 1px solid #e1e1e1;
}
.features_type_two .heading h1 {
margin-bottom: 25px;
}
.features_type_two .features_inner {
position: relative;
}
.features_type_two .features_inner::before {
position: absolute;
content: '';
background: #e1e1e1;
width: 1px;
height: 90%;
right: -21px;
top: 10px;
}
@media(max-width:600px) {
.features_type_two .features_inner::before {
display: none;
}
}
.features_type_two .features_inner .icon_in {
position: relative;
margin-bottom: 15px;
}
.features_type_two .features_inner .icon_in span {
font-size: 54px;
color: #209e2e;
line-height: 54px;
}
.features_type_two .features_inner .icon_in p {
position: absolute;
right: 10px;
top: 4px;
color: #d8d8d8;
font-size: 36px;
line-height: 42px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
.features_type_two .features_inner h2 a {
font-size: 22px;
line-height: 30px;
margin-bottom: 10px;
display: block;
color: #252525;
font-weight: 700;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.features_type_two .features_inner:hover h2 a {
color: #209e2e;
} .features_type_one.type_three .features_inner{
position: relative;
background: #fff;
border-radius: 10px;
border: 2px solid #f4faf4;
padding: 40px 25px;
overflow: hidden;
margin: 0px 8px 15px;
}
.features_type_one .features_inner span{
width: 65px;
height: 65px;
line-height: 65px;
font-size: 35px;
text-align: center;
margin: 0px auto 20px;
background: #f4faf4;
border-radius: 50px;
}
.features_type_one.type_three .features_inner:hover span{
color: #fff;
background: rgba(255, 255, 255, .1)
}
.opinion_type_one {
position: relative;
border-radius: 5px;
background: #209e2e;
}
.opinion_type_one .inner_content .left_side {
position: relative;
}
.opinion_type_one .left_side h2 {
padding: 30px 25px 30px 25px;
font-size: 26px;
font-weight: 700;
color: #fff;
text-align: left;
line-height: 32px;
}
@media(max-width:1199px) {
.opinion_type_one .left_side h2 {
text-align: center;
}
}
.opinion_type_one .right_side {
position: relative;
text-align: center;
z-index: 0;
padding: 25px 0px 25px 0px;
}
.opinion_type_one .right_side a {
width: 230px;
border-radius: 30px;
}
@media(max-width:768px) {
.opinion_type_one .right_side a { width: auto;
padding: 0px 20px;}
}
.opinion_type_one .left_side .icon {
color: #fff;
font-size: 60px;
line-height: 100px;
text-align: center;
display: block;
z-index: 0;
position: relative;
}
@media(max-width:768px) {
.opinion_type_one .left_side .icon {
line-height: 60px;
padding-top: 30px;
}
}
.opinion_type_one .left_side .icon:after {
position: absolute;
z-index: -100;
content: '';
background: #1a8e27;
width: 100%;
height: 100%;
text-align: center;
display: block;
top: 0;
left: 0;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.opinion_type_one .right_side::before {
width: 100%;
height: 100%;
background: #1c1c1c;
position: absolute;
content: '';
top: 0;
left: 0;
z-index: -10;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
@media(max-width:3000px) and (min-width:1200px) {
.opinion_type_one .left_side {
float: left;
width: 790px;
}
.opinion_type_one.elementor_opinion .left_side{
width: 69.5%;
}
.opinion_type_one .right_side {
width: 340px;
float: right;
}
.opinion_type_one.elementor_opinion .right_side
{
width: 29.5%;
}
.opinion_type_one .left_side .icon {
float: left;
width: 100px;
height: 100px;
}
.opinion_type_one .left_side .icon:after {
width: 100px;
height: 100px;
}
.opinion_type_one .right_side::before {
width: 100%;
height: 100px;
}
.opinion_type_one .left_side h2 {
padding: 34px 25px 0px 130px;
}
.opinion_type_one .right_side {
padding: 25px 0px 0px 0px;
}
.opinion_type_one .inner_content .left_side::before {
border: 1px dashed #fff;
width: 99%;
height: 89%;
position: absolute;
content: '';
top: 5px;
z-index: 20;
left: 9px;
border-radius: 5px;
}
.opinion_type_one .inner_content .right_side::after {
border: 1px dashed #fff;
width: 95%;
height: 119%;
position: absolute;
content: '';
top: 5px;
z-index: -1;
left: 9px;
border-radius: 5px;
}
}
@media(max-width:1199px) {
.opinion_type_one .inner_content::before {
display: none;
}
.opinion_type_one .left_side .icon:after {
border-top-left-radius: 5px;
border-bottom-left-radius: 0px;
border-top-right-radius: 5px;
}
.opinion_type_one .right_side::before {
border-top-right-radius: 0px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
} .contact_type_one {
position: relative;
background: url(//nealonlandscapingservices.com/wp-content/themes/img/resource/hm-2-emergency-1.jpg);
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
}
.contact_type_one .bg_appointment {
background: #1c1c1c;
position: relative;
z-index: 0;
}
.contact_type_one .bg_appointment::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: #1c1c1c;
left: -50%;
top: 0;
z-index: -10;
}
.contact_type_one .bg_appointment::after {
position: absolute;
content: '';
z-index: -10;
width: 100%;
height: 100%;
background: #1c1c1c;
right: -50%;
top: 0;
display: block;
}
.contact_type_one .form_appointment {
position: relative;
z-index: 0;
padding: 0px 0px 0px 0px;
}
.contact_type_one .form_appointment::before {
position: absolute;
content: url(//nealonlandscapingservices.com/wp-content/themes/img/resource/hm-2-appointment-1.jpg);
z-index: -10;
bottom: -9px;
left: -386px;
}
.form_appointment .form-group {
margin-bottom: 20px;
position: relative;
}
.form_appointment .form-group.mg_top {
margin-top: 10px;
}
.form_appointment .form-group.mg_top.check_box {
margin-top: 24px;
}
.wpcf7-list-item-label {
position: relative;
padding-left: 15px;
cursor: pointer;
line-height: 28px;
color: #666;
}
.form_appointment input[type="text"],
.form_appointment input[type="email"],
.form_appointment input[type="tel"],
.form_appointment input[type="email"],
.form_appointment .ui-selectmenu-button,
.form_appointment textarea {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #383838!important;
padding: 20px;
line-height: 26px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #808080;
font-weight: 400;
}
.form_appointment input ::placeholder {
color: #808080;
font-family: 'Poppins', sans-serif;
font-weight: 400;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
font-weight: inherit;
color: inherit;
}
.form_appointment .ui-selectmenu-button {
line-height: 23px!important;
}
.form_appointment textarea {
height: 120px!important;
line-height: inherit!important;
}
.form_appointment .ui-selectmenu-text {
color: #808080;
font-family: 'Poppins', sans-serif;
font-size: 16px;
}
.form_appointment .form-group.apbtn {
text-align: right;
}
.form_appointment .theme_btn {
border: 0px;
box-shadow: 0px;
border-radius: 30px;
height: 60px;
width: 190px;
background: #209e2e;
}
.form_appointment [type="checkbox"]:checked,
.form_appointment [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
.form_appointment [type="checkbox"]:checked+.wpcf7-list-item-label,
.form_appointment [type="checkbox"]:not(:checked)+.wpcf7-list-item-label {
position: relative;
padding-left: 41px;
cursor: pointer;
line-height: 28px;
display: inline-block;
color: #666;
}
.form_appointment [type="checkbox"]:checked+.wpcf7-list-item-label:before,
.form_appointment [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #383838;
background: transparent;
}
.form_appointment [type="checkbox"]:checked+.wpcf7-list-item-label:after,
.form_appointment [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after {
content: '';
width: 15px;
height: 15px;
background: #209e2e;
position: absolute;
top: 8px;
left: 8px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.form_appointment [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.form_appointment [type="checkbox"]:checked+.wpcf7-list-item-label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.emergency_outer {
position: relative;
}
.emergency_inner {
position: relative;
padding: 40px 40px 50px;
border-radius: 5px;
background: #fff;
box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, .05);
}
.emergency_inner p {
margin-bottom: 30px;
}
.emergency_inner .icbox_text_up {
position: relative;
margin-bottom: 30px;
}
.emergency_inner .icbox_text_up span {
float: left;
font-size: 60px;
line-height: 70px;
}
.emergency_inner .icbox_text_up h2 {
margin-left: 80px;
font-size: 30px;
line-height: 38px;
font-weight: 700;
color: #252525;
}
.emergency_inner .icbox_text_down span {
float: left;
font-size: 20px;
width: 60px;
height: 60px;
border-radius: 50px;
background: #209e2e;
display: block;
line-height: 60px;
text-align: center;
color: #fff;
}
.emergency_inner .icbox_text_down h2 {
margin-left: 80px;
font-size: 30px;
line-height: 38px;
font-weight: 600;
padding-top: 12px;
color: #252525;
}
@media(max-width:3000px) and (min-width:1200px) {
.contact_type_one {
background-position: right;
}
.contact_type_one .bg_appointment::before {
left: -50%;
}
.contact_type_one .bg_appointment::after {
display: none;
}
.contact_type_one .form_appointment {
padding: 0px 50px 0px 0px;
}
}
@media(max-width:3000px) and (min-width:1610px) {
.emergency_inner {
position: relative;
padding: 40px 40px 50px;
border-radius: 5px;
background: #fff;
width: 500px;
}
}
@media(max-width:1609px) and (min-width:1390px) {
.emergency_inner {
position: relative;
padding: 40px 40px 50px;
border-radius: 5px;
background: #fff;
width: 100%;
}
}
@media(max-width:1389px) and (min-width:1200px) {
.emergency_inner {
position: relative;
}
}
@media(max-width:1199px) {
.contact_type_one .bg_appointment {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
.contact_type_one .bg_emergency {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
.emergency_inner {
margin: 0px auto;
}
}
@media (max-width: 800px) {
.emergency_inner {
width: auto;
margin: 0px auto;
}
.emergency_inner .icbox_text_up span {
display: none;
}
.emergency_inner .icbox_text_up h2 {
margin: 0px;
}
.emergency_inner .icbox_text_down span {
font-size: 15px;
width: 36px;
height: 36px;
line-height: 40px;
}
.emergency_inner .icbox_text_down h2 {
margin-left: 35px;
font-size: 18px;
padding: 7px;
line-height: 26px;
}
} .pro_gallery_type_two {
position: relative;
}
.project_all .fliter_group {
text-align: center;
margin-bottom: 30px;
}
.project_all .fliter_group ul {
display: inline-block;
text-align: center;
border: 1px dashed #d2d2d2;
border-radius: 3px;
padding: 0px 60px;
}
.project_all .fliter_group ul li {
display: inline-block;
padding: 15px 15px;
position: relative;
font-weight: 600;
font-size: 16px;
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
cursor: pointer;
}
.project_all .fliter_group ul li::before {
position: absolute;
content: '';
right: 0;
top: 15px;
border: .5px dashed #d2d2d2;
width: 1px;
height: 25px;
}
.project_all .fliter_group ul li:last-child::before {
display: none;
}
.project_all .fliter_group ul li.current,
.project_all .fliter_group ul li:hover {
color: #209e2e;
}
@media(max-width:768px) {
.project_all .fliter_group ul {
padding: 0px 20px;
}
.project_all .fliter_group ul li::before {
display: none;
}
}
.pro_gallery_type_two .heading {
border-bottom: 1px solid #e1e1e1;
}
.pro_gallery_type_two .heading h1 {
margin-bottom: 25px;
}
.pro_gallery_type_two .projet_inner {
position: relative;
overflow: hidden;
margin-bottom: 30px;
border-radius: 5px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 10;
cursor: pointer;
}
.pro_gallery_type_two .projet_inner img {
width: 100%;
}
.pro_gallery_type_two .projet_inner:hover {
-ms-transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); z-index: 11;
position: relative;
border-radius: 5px;
}
.pro_gallery_type_two .projet_inner .image {
position: relative;
border-radius: 5px;
}
.pro_gallery_type_two .projet_inner .image .overlay {
position: absolute;
bottom: 100%;
border-radius: 5px;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.pro_gallery_type_two .projet_inner:hover .overlay {
bottom: 0;
height: 100%;
}
.pro_gallery_type_two .projet_inner .image span {
color: #fff;
font-size: 30px;
line-height: 30px;
position: absolute;
top: 40%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.pro_gallery_type_two .projet_inner .image span::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fff;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -21px;
}
.pro_gallery_type_two .projet_inner .content {
position: absolute;
width: 100%;
bottom: -100%;
left: 0;
z-index: 99;
background: #209e2e;
text-align: center;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.pro_gallery_type_two .projet_inner:hover .content {
bottom: 0;
}
.pro_gallery_type_two .projet_inner .content h2 a {
font-size: 22px;
line-height: 30px;
color: #fff;
font-weight: 700;
display: block;
padding: 20px;
} .pro_gallery_type_two.style_two_2 .projet_inner{
position: relative;
}
.pro_gallery_type_two.style_two_2 .projet_inner .content{
opacity: 1;
border-radius: 10px 10px 0px 0px;
bottom: 0;
}
.pro_gallery_type_two.style_two_2 .projet_inner .content h2 a{
color: #fff;
}
.pro_gallery_type_two.style_two_2 .projet_inner:hover .content{
bottom: 0;
}
.pro_gallery_type_two.style_two_2 .projet_inner:hover{
-ms-transform: inherit;
-webkit-transform: inherit;
transform: inherit;
}
.pro_gallery_type_two.style_two_2  .image img{
width: 100%;
height: 100%;
object-fit: cover;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.pro_gallery_type_two.style_two_2 .projet_inner:hover .image img{
opacity: .8;
} .counter_type_two {
position: relative;
}
.counter_type_two .counter_inner .value {
position: relative;
margin-bottom: 10px;
}
.counter_type_two .counter_inner .value span {
float: left;
font-size: 60px;
line-height: 60px;
color: #209e2e;
}
.counter_type_two .counter_inner .value h5 {
font-size: 60px;
line-height: 60px;
color: #fff;
font-weight: 700;
margin-left: 75px;
padding-top: 7px;
}
.counter_type_two .counter_inner h2 {
font-size: 20px;
line-height: 30px;
color: #fff;
font-weight: 600;
}
@media(max-width:768px) {
.counter_type_two .counter_inner .value span {
float: none;
}
.counter_type_two .counter_inner .value h5 {
margin-left: 0px;
}
.counter_type_two .counter_inner {
text-align: center;
margin-bottom: 30px;
}
} .testimonial_type_two {
position: relative;
}
.testimonial_type_two .testimonial_inner {
position: relative;
border-radius: 8px;
background: #209e2e;
padding: 40px;
margin: 0px 12px 23px;
}
.testimonial_type_two .testimonial_inner::before {
position: absolute;
content: '';
height: 0px;
border-right: 43px solid transparent;
border-top: 43px solid #209e2e;
border-left: 6px solid #209e2e;
border-bottom: 7px solid transparent;
z-index: 0;
left: 42px;
bottom: -50px;
}
.testimonial_type_two .testimonial_inner p {
color: #fff;
margin-bottom: 30px;
}
.testimonial_type_two .testimonial_inner .icon_inner ul li span {
color: #fff;
font-size: 18px;
transform: inherit;
line-height: 24px;
padding-right: 5px;
position: relative;
top: inherit;
}
.testimonial_type_two .testimonial_inner .icon_inner ul {
box-shadow: none;
padding: 0;
margin: 0;
}
.testimonial_type_two .testimonial_inner .icon_inner {
position: relative;
}
.testimonial_type_two .testimonial_inner .icon_inner span {
position: absolute;
transform: rotate(-180deg);
right: 0;
font-size: 54px;
color: #1e912b;
line-height: 64px;
top: -22px;
}
.testimonial_type_two .authour_det {
position: relative;
margin-left: 70px;
}
.testimonial_type_two .authour_det img {
float: left;
border-radius: 50%;
width: 90px!important;
height: 90px;
object-fit: cover;
}
.testimonial_type_two .authour_name {
position: relative;
padding-top: 18px;
margin-left: 100px;
}
.testimonial_type_two .authour_name h2 {
font-size: 22px;
font-weight: 700;
line-height: 28px;
margin-bottom: 0px;
color: #252525;
}
.testimonial_type_two .authour_name p {
color: #209e2e;
}
.testimonial_type_two .owl-carousel .owl-nav.disabled,
.testimonial_type_two .owl-carousel .owl-nav {
display: block;
}
.testimonial_type_two .owl-carousel .owl-dots {
display: none;
}
.testimonial_type_two .owl-carousel .owl-nav {
position: relative;
width: 100%;
margin-top: 40px;
height: auto;
text-align: center;
}
.testimonial_type_two .owl-carousel .owl-nav .owl-prev,
.testimonial_type_two .owl-carousel .owl-nav .owl-next {
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
color: #a8a8a8;
border-radius: 50px;
border: 1px solid #a8a8a8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_type_two .owl-carousel .owl-nav .owl-next .icon-next {
transform: rotate(360deg);
display: block;
line-height: 60px;
}
.owl-carousel .owl-nav .owl-next .clearfix:before,
.owl-carousel .owl-nav .owl-next .clearfix:after {
display: inherit!important;
}
.owl-carousel .owl-nav .owl-prev .clearfix:before,
.owl-carousel .owl-nav .owl-prev .clearfix:after {
display: inherit!important;
}
.testimonial_type_two .owl-carousel .owl-nav .owl-prev .prev {
transform: rotate(180deg);
display: block;
line-height: 60px;
}
.testimonial_type_two .owl-carousel .owl-nav .owl-prev {
margin-right: 10px;
}
.testimonial_type_two .owl-carousel .owl-nav .owl-next {
margin-left: 10px;
}
.testimonial_type_two .owl-carousel .owl-nav .owl-prev:hover,
.testimonial_type_two .owl-carousel .owl-nav .owl-next:hover {
color: #209e2e;
border: 1px solid #209e2e;
}
@media(max-width:450px) {
.testimonial_type_two .testimonial_inner::before {
display: none;
}
.testimonial_type_two .authour_det {
margin-left: 0px;
}
.testimonial_type_two .testimonial_inner {
margin: 0px 0px 20px;
}
} .team_outer.team_all {
position: relative;
border-radius: 10px;
padding-bottom: 80px;
z-index: 0;
margin: 0px 8px;
}
.our_team_all.style-1 .owl-carousel .owl-nav,
.our_team_all.style-1 .owl-carousel .owl-dot,
.our_team_all.style-1 .owl-carousel .owl-dots.disabled,
.our_team_all.style-1 .owl-carousel .owl-nav.disabled {
display: none!important;
}
.our_team_all.style-2 .owl-carousel .owl-dot,
.our_team_all.style-2 .owl-carousel .owl-dots.disabled {
display: none!important;
}
.our_team_all.style-2 .owl-carousel .owl-nav,
.our_team_all.style-2 .owl-carousel .owl-nav.disabled {
display: block!important;
text-align: center;
position: absolute;
top: -83px;
right: 7px;
}
.our_team_all.style-2 .owl-carousel .owl-nav .owl-prev .prev {
transform: rotate(180deg);
display: block;
line-height: 20px;
}
.our_team_all.style-2 .owl-carousel .owl-nav .owl-prev .prev,
.our_team_all.style-2 .owl-carousel .owl-nav .owl-next .next {
color: #cacaca;
padding: 5px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.our_team_all.style-2 .owl-carousel .owl-nav .owl-prev:hover .prev,
.our_team_all.style-2 .owl-carousel .owl-nav .owl-next:hover .next {
color: #209e2e;
}
.team_outer.team_all .image img {
width: 100%!important;
}
.team_outer.team_all .team_inner {
position: relative;
padding: 25px 25px 35px;
border-radius: 10px;
background: #fff;
}
.team_outer.team_all .image {
position: relative;
border-radius: 10px;
overflow: hidden;
}
.team_outer.team_all .image img {
border-radius: 10px;
}
.team_outer.team_all .image .overlay {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#209e2e), color-stop(98%, rgba(32, 138, 46, 0)), to(rgba(32, 138, 46, 0)));
background: -webkit-linear-gradient(bottom, #209e2e 8%, rgba(17, 28, 85, 0) 98%, rgba(32, 138, 46, 0) 80%);
background: linear-gradient(to top, #209e2e 8%, rgba(32, 138, 46, 0) 98%, rgba(32, 138, 46, 0) 80%);
left: 0;
bottom: 0;
-webkit-transition: .5s;
transition: .5s;
opacity: 0;
border-radius: 10px;
}
.team_outer.team_all:hover .image .overlay {
opacity: 1;
}
.team_outer.team_all .image .overlay ul {
position: absolute;
bottom: 80px;
width: 100%;
text-align: center;
}
.team_outer.team_all .image .overlay ul li {
display: inline-block;
margin: 0px 5px;
}
.team_outer.team_all .image .overlay ul li a {
width: 45px;
display: block;
line-height: 45px;
text-align: center;
border: 1px dashed #fff;
height: 45px;
border-radius: 50px;
background: transparent;
color: #209e2e;
}
.team_outer.team_all .image .overlay ul li:nth-child(1) {
transform: translateY(150px);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.team_outer.team_all .image .overlay ul li:nth-child(2) {
transform: translateY(200px);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.team_outer.team_all .image .overlay ul li:nth-child(3) {
transform: translateY(250px);
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.team_outer.team_all .image .overlay ul li a {
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.team_outer.team_all:hover .image .overlay ul li {
transform: translateY(0px);
}
.team_outer.team_all .image .overlay ul li a:hover {
background: #fff;
border-style: solid;
}
.team_outer.team_all .image .overlay ul li:hover a {
color: #209e2e;
}
.team_outer.team_all .authour_det {
position: relative;
text-align: center;
}
.team_outer.team_all .authour_det .authour_name {
position: relative;
width: 199px;
padding: 12px 10px;
margin: 0 auto;
display: block;
background: #209e2e;
border-radius: 10px;
margin-top: -48px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.team_outer.team_all:hover .authour_det .authour_name {
background: #fff!important;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .09);
}
.team_outer.team_all .authour_det .authour_name h2 {
font-size: 22px;
line-height: 38px;
color: #fff;
font-weight: 700;
}
.team_outer.team_all:hover .authour_det .authour_name h2 {
color: #252525;
}
.team_outer.team_all .authour_det .authour_name p {
color: #fff;
}
.team_outer.team_all:hover .authour_det .authour_name p {
color: #209e2e;
}
.team_outer.team_all .authour_det p.des {
margin: 30px 10px;
}
.team_outer.team_all .authour_det .icon_in {
position: relative;
}
.team_outer.team_all .authour_det .icon_in::before {
position: absolute;
content: '';
left: 0;
top: 22px;
width: 100%;
height: 1px;
border-bottom: 1px dashed #d2d2d2;
}
.team_outer.team_all .authour_det .icon_in span::before {
width: 45px;
position: relative;
display: block;
line-height: 45px;
text-align: center;
border: 1px dashed #d2d2d2;
height: 45px;
border-radius: 50px;
background: #fff;
transform: rotate(0);
margin: 0 auto;
z-index: 10;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
color: #209e2e;
}
.team_outer.team_all:hover .authour_det .icon_in span::before {
transform: rotate(360deg);
}
.team_outer.team_all .authour_det .icon_in span:after {
position: absolute;
content: '';
width: 65px;
height: 65px;
display: inline-block;
background: #fff;
border-radius: 50px;
z-index: 0;
margin-left: -32px;
margin-top: -55px;
}
.team_outer.team_all .authour_det .phone_number {
position: relative;
text-align: center;
display: block;
}
.team_outer.team_all .authour_det .phone_number a::before {
position: absolute;
content: '';
height: 0px;
border-right: 10px solid transparent;
border-top: 10px solid #209e2e;
border-left: 10px solid transparent;
border-bottom: 10px solid transparent;
z-index: -10;
top: -21px; width: 20px;
margin: auto;
left: 0;
right: 0;
}
.team_outer.team_all .authour_det .phone_number a {
position: absolute;
width: 200px;
height: 50px;
line-height: 50px;
border-radius: 50px;
background: #209e2e;
display: block;
left: 0;
right: 0;
margin: 0 auto;
z-index: -10;
transform: translateY(-100px);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
color: #fff;
font-family: 'Poppins', sans-serif;
}
.team_outer.team_all:hover .authour_det .phone_number a {
transform: translateY(56px);
} .quote_client_type_two {
position: relative;
padding: 96px 0px 108px;
background: url(//nealonlandscapingservices.com/wp-content/themes/img/resource/get-a-quote-home-1-bg.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.quote_client_type_two .gt_qute_inner {
position: relative;
text-align: center;
}
.quote_client_type_two .gt_qute_inner h1 {
font-size: 48px;
color: #fff;
padding: 0px 200px;
font-weight: 600;
line-height: 66px;
margin-bottom: 20px;
}
.quote_client_type_two .gt_qute_inner a.theme_btn {
background: transparent;
border: 2px solid #fff;
border-radius: 50px;
width: 190px;
height: 60px;
line-height: 58px;
}
.quote_client_type_two .gt_qute_inner a.theme_btn:hover {
background: #fff;
color: #209e2e;
}
@media(max-width:1199px) {
.quote_client_type_two .gt_qute_inner h1 {
padding: 0px;
}
} .blog_post_types.style-3 {
position: relative;
border-radius: 10px;
background: #fff;
margin-bottom: 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
}
.blog_post_types.style-3 .image {
display: block;
position: relative;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.blog_post_types.style-3 .image img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
width: 100%;
}
.blog_post_types.style-3 .image .overlay {
position: absolute;
top: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
transition: .5s ease;
}
.blog_post_types.style-3:hover .overlay {
top: 0;
height: 100%;
}
.blog_post_types.style-3 .image span.icon {
color: #fff;
font-size: 30px;
line-height: 36px;
position: absolute;
top: 52%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.blog_post_types.style-3 .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fff;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -18px;
}
.blog_post_types.style-3 .content_inner {
position: relative;
padding: 40px 30px 25px;
}
.blog_post_types.style-3 .content_inner .tag_and_date {
position: relative;
padding: 19px 0 10px;
margin-top: -58px;
border-bottom: 1px dashed #cccccc;
}
.blog_post_types.style-3 .content_inner .tag_and_date:before {
position: absolute;
width: 110%;
left: -14px;
content: '';
padding: 0 20px;
background: #fff;
border-radius: 10px;
height: 100%;
top: 3px;
z-index: -1;
}
.blog_post_types.style-3 .content_inner .tag_and_date ul li {
display: inline-block;
color: #808080;
font-size: 13px;
position: relative;
line-height: 28px;
text-transform: uppercase;
}
.blog_post_types.style-3 .content_inner .tag_and_date ul li:last-child {
margin-right: 0px;
}
.blog_post_types.style-3 .content_inner .tag_and_date ul li span {
margin-right: 5px;
color: #209e2e;
}
.blog_post_types.style-3 .content_inner .tag_and_date ul li a {
color: #808080;
font-size: 13px;
display: block;
line-height: 18px;
}
.blog_post_types.style-3 .content_inner .tag_and_date ul li:first-child {
margin-right: 20px;
}
.blog_post_types.style-3 .content_inner .tag_and_date ul li:first-child::before {
background: #bcbcbc;
position: absolute;
content: '';
width: 1px;
height: 17px;
right: -11px;
}
.blog_post_types.style-3 .content_inner h2 a {
font-size: 22px;
line-height: 30px;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
position: relative;
font-weight: 700;
color: #252525;
margin-bottom: 20px;
margin-top: 10px;
}
.blog_post_types.style-3 .content_inner h2 {
margin-top: 0px;
}
.blog_post_types.style-3 .content_inner h2:hover a {
color: #209e2e;
}
.blog_post_types.style-3 .content_inner ul.rd_m_cmt {
position: relative;
}
.blog_post_types.style-3 .content_inner ul.rd_m_cmt li {
display: inline-block;
}
.blog_post_types.style-3 .content_inner ul.rd_m_cmt li a {
font-size: 14px;
text-transform: uppercase;
color: #888888;
font-weight: 500;
line-height: 24px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: 0px dashed transparent;
display: inline-block;
margin-top: 0px;
}
.blog_post_types.style-3:hover .content_inner ul.rd_m_cmt li a {
color: #209e2e;
}
.blog_post_types.style-3 .content_inner ul.rd_m_cmt li a span {
margin-right: 5px;
font-size: 12px;
}
.blog_post_types.style-3 .content_inner ul.rd_m_cmt li:last-child {
float: right;
font-size: 14px;
border-radius: 5px;
color: #888888;
background: #f4f4f4;
border: 1px solid #e6e6e6;
width: 62px;
text-align: center;
height: 26px;
line-height: 26px;
}
.blog_post_types.style-3 .content_inner ul.rd_m_cmt li:last-child span {
line-height: 25px;
display: inline-block;
font-size: 12px;
margin-right: 5px;
} .client_logo_type_two {
position: relative;
padding: 65px 0px;
background: #f4f4f4;
height: 190px;
}
.client_logo_type_two .c_image img {
display: block;
opacity: .5;
filter: grayscale(100%);
margin: 0 auto;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.client_logo_type_two .c_image img:hover {
opacity: 1;
cursor: pointer;
filter: inherit;
} .footer.version_v2 {
position: relative;
padding: 100px 0px 70px;
background: #02265f;
}
.footer.version_v2 .footer_last {
background: #02265f;
}
.footer.version_v2 p {
margin-bottom: 10px;
}
.footer.version_v2 h4.widget-title {
font-size: 24px;
margin-bottom: 26px;
position: relative;
padding-bottom: 12px;
color: #fff;
font-weight: 600;
border-bottom: 0px;
margin-bottom: 12px;
font-family: 'Roboto', sans-serif;
}
.footer.version_v2 .blog_in {
position: relative;
}
.footer.version_v2 .blog_in .image {
display: none;
}
.footer.version_v2 .blog_in .content_inner {
position: relative;
}
.footer.version_v2 .blog_in .content_inner h2 a {
font-size: 17px;
line-height: 28px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
color: #fff;
margin-bottom: 5px;
margin-top: 0px;
display: block;
}
.footer.version_v2 .media_contact h2 {
font-family: 'Roboto', sans-serif;
}
.footer.version_v2 .blog_in .image .overlay {
display: none;
}
.footer.version_v2 .blog_in .icon-calendar:before {
content: "\f017";
font-family: 'FontAwesome';
}
.footer.version_v2 .blog_in {
position: relative;
border-bottom: 1px solid #113772;
padding-bottom: 4px;
margin-bottom: 8px;
}
.footer.version_v2 .blog_in .icon-calendar {
margin-right: 5px;
color: #fd5e16;
}
.footer.version_v2 .blog_in:last-child {
border-bottom: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}
.footer.version_v2 .blog_in .post-date {
margin-bottom: 5px;
}
.footer.version_v2 .blog_in .post-date {
font-size: 14px;
text-transform: uppercase;
}
.footer.version_v2 .about_para {
margin-bottom: 30px;
}
.footer_widgets .office_location h3 {
font-size: 18px;
color: #fff;
font-weight: 600;
line-height: 30px;
margin-bottom: 8px;
}
.footer.version_v2 .about_para span {
color: #fd5e16;
}
.footer.version_v2 .widget ul li a,
.footer.version_v2 .footer_widgets ul li a {
position: relative;
display: block;
font-size: 16px;
margin-bottom: 10px;
}
.footer.version_v2 .footer_widgets ul li a:hover {
color: #fd5e16;
}
.footer_widgets .office_location p {
margin-bottom: 13px;
}
.footer_widgets .office_location a i {
font-size: 12px;
margin-right: 5px;
line-height: 20px;
color: #fff;
}
.footer.version_v2 .social_media {
position: relative;
}
.footer.version_v2 .social_media li {
display: inline-block;
margin-right: 10px;
}
.footer.version_v2 .social_media li:last-child {
margin-left: -5px;
}
.contact_widget {
position: relative;
}
.contact_widget .text_box {
position: relative;
margin-bottom: 15px;
}
.contact_widget .text_box span {
float: left;
font-size: 16px;
line-height: 26px;
color: #fd5e16;
}
.contact_widget .text_box p {
margin-left: 22px;
}
.contact_widget .text_box p a {
color: #fff;
}
.footer.version_v2 .social_media li a {
width: 40px;
height: 40px;
line-height: 40px;
display: block;
text-align: center;
background: #fd5e16;
}
.footer_widgets .office_location a {
font-size: 14px;
text-transform: uppercase;
font-weight: 500;
line-height: 20px;
color: #fff;
}
.footer_widgets .timing ul li {
display: inline-block;
color: #808080;
font-size: 16px;
}
.footer_widgets .timing ul li.closed {
color: #209e2e;
}
.footer_widgets .timing ul.first {
padding-bottom: 15px;
}
.footer_widgets .timing ul.mid {
padding: 15px 0px;
border-bottom: 1px solid #313131;
border-top: 1px solid #313131;
}
.footer_widgets .timing ul.last {
padding-top: 15px;
}
.footer_widgets .timing ul li:last-child {
float: right;
}
.footer .about_para span {
color: #209e2e;
}
.footer .follow_us li {
display: inline-block;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 26px;
margin-right: 15px;
color: #fff;
}
.footer .follow_us li i {
font-size: 18px;
color: #aaaaaa;
}
.footer .follow_us li:hover i {
color: #209e2e;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer_last_type_two {
background: #02265f;
padding: 12px 0px;
}
.footer_last_type_two .container {
position: relative;
}
.footer_last_type_two .border_tp {
border-top: 1px solid #0b2f68;
position: absolute;
width: 100%;
top: -12px;
}
.footer_last_type_two ul {
text-align: right;
}
.footer_last_type_two p {
margin-top: 10px;
color: #fff;
}
.footer_last_type_two ul li {
display: inline-block;
position: relative;
text-align: center;
border-radius: 50px;
line-height: 45px;
margin-right: 20px;
}
.footer_last_type_two ul li a {
color: #fff;
}
.footer_last_type_two ul li::before {
position: absolute;
content: '';
width: 2px;
height: 16px;
background: #313131;
right: -12px;
top: 15px;
}
.footer_last_type_two ul li:last-child {
margin-right: 0px;
}
.footer_last_type_two ul li:last-child::before {
display: none;
}  .topbar.version_v3 {
position: relative;
padding: 8px 0px;
}
.topbar.version_v3 p {
line-height: 34px;
}
.topbar.version_v3 p span {
vertical-align: middle;
}
.topbar.version_v3 .left_side_elements .desc_tp {
line-height: 34px;
}
.topbar.version_v3 .left_side_elements .desc_tp i {
color: #209e2e;
margin-right: 10px;
}
.topbar.version_v3 .right_side_elements .desc_tp {
float: left;
line-height: 34px;
}
.topbar.version_v3 .right_side_elements .desc_tp i {
color: #209e2e;
margin-right: 10px;
}
.topbar.version_v3 .social_media li i {
width: 34px;
height: 34px;
background: #333333;
line-height: 34px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.topbar.version_v3 .social_media li {
margin-right: 10px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
text-align: center;
}
.topbar.version_v3 .social_media li:hover i {
color: #fff;
background: #209e2e;
} .mid_type_two {
padding: 25px 0px 50px;
}
.mid_type_two .logo_site_mid {
position: relative;
float: left;
}
.mid_type_two .logo_site_mid img {
width: 200px;
}
.mid_type_two .mid_bar_right_content {
float: right;
position: relative;
}
.mid_type_two .mid_wapper {
margin-right: 0px;
}
.mid_type_two .mid_wapper .textwidget {
display: flex;
display: -ms-flexbox;
position: relative;
}
.mid_type_two .mid_wapper .icon {
font-size: 40px;
float: none;
vertical-align: middle;
margin-right: 0px;
}
.mid_type_two .mid_bar_content span.dark {
text-transform: uppercase;
font-size: 16px;
line-height: 28px;
font-weight: 600;
}
.mid_type_two .mid_bar_content span.light {
font-size: 16px;
font-weight: 400;
}
.mid_type_two .content_mid {
margin-left: 10px;
} @media (max-width:3000px) and (min-width:1199px) {
.header-style-v3 .site-logo {
display: none;
}
}
.header-style-v3 .collapse.navbar-collapse {
background: #209e2e;
padding: 0px 30px 0px 10px;
border-radius: 5px;
}
.header-style-v3 .schedule-box .theme_btn {
background: #fff!important;
margin-left: 20px;
color: #252525;
border-radius: 30px;
}
.header-style-v3 .schedule-box {
position: relative;
line-height: 81px;
}
.header-style-v3 .navbar-nav .search_link.menu-item:first-child a {
padding-left: 0px;
padding-right: 0px;
}
.header-style-v3 .bsnav {
background: transparent;
}
.header-style-v3 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
background: #209e2e;
box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, .05);
}
@media (max-width: 1199px) {
.header-style-v3 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
background: #fff;
padding: 20px 0px;
}
}
@media (max-width:3000px) and (min-width:1199px) {
.header-style-v3 {
position: absolute;
z-index: 999;
width: 100%;
left: 0;
margin-top: -39px;
background: transparent;
}
}
@media(max-width:1199px) {
.header-style-v3 {
padding: 20px 0px;
}
}
.header-style-v3 .navbar-expand-lg .navbar-nav .nav-link,
.header-style-v3 .navbar-nav .nav-link {
padding: 26px 20px;
font-size: 16px;
}
.header-style-v3 .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link,
.header-style-v3 .navbar-nav .nav-item.dropdown .nav-link {
padding: 26px 24px;
}
.header-style-v3 .search_link a span {
font-size: 24px;
line-height: 48px;
}
.header-style-v3 .search_link {
margin-right: 0px!important;
}
.header-style-v3 .search_link .nav-link {
padding: 15px 22px!important;
}
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
color: #222;
}
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.dropdown .nav-link::before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
right: 11px;
color: #fff;
font-size: 16px;
top: 26px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link::before,
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover::before {
color: #222;
}
.header-style-v3 .menu-item.dropdown .dropdown-menu {
margin-top: 0px!important;
} .service_type_three {
position: relative;
z-index: 10;
}
.service_type_three .service_outer {
position: relative;
}
.service_type_three .service_left {
float: left;
width: 190px;
}
.service_type_three .service_left .service_up {
position: relative;
background: #209e2e;
height: 190px;
padding: 32px 20px 20px;
margin-bottom: 10px;
z-index: 0;
}
.service_type_three .service_left .service_up::before {
position: absolute;
content: url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/img/hm-3-service-pattern.png);
top: 20px;
right: 6px;
z-index: -10;
}
.service_type_three .service_left .service_up span {
font-size: 60px;
line-height: 62px;
color: #fff;
display: block;
margin-bottom: 15px;
}
.service_type_three .service_left .service_up h2 a {
font-size: 20px;
font-weight: 600;
line-height: 28px;
color: #fff;
display: block;
}
.service_type_three .service_left .service_down a {
position: relative;
display: block;
background: #f4f4f4!important;
width: 100%;
color: #252525;
}
.service_type_three .service_left .service_down a span {
font-size: 14px;
line-height: 24px;
margin-right: 5px;
color: #209e2e;
}
@media(max-width:600px) {
.service_type_three .service_left .service_up::before {
display: none;
}
}
@media(max-width:992px) {
.service_type_three {
margin-bottom: 30px;
}
}
.service_right {
position: relative;
margin-left: 200px;
}
.service_right img {
min-height: 250px;
}
.service_right .image {
display: block;
position: relative;
}
.service_right .image .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: visible;
width: 100%;
opacity: 1;
height: 100%;
transition: .5s ease;
}
.service_outer:hover .service_right .overlay {
opacity: 1;
}
.service_outer .service_right .overlay ul {
padding: 35px 40px 40px;
position: absolute;
width: 100%;
left: 0;
top: 0;
overflow: hidden;
}
.service_outer .service_right .overlay li {
font-size: 16px;
line-height: 28px;
color: #fff;
font-weight: 400;
position: relative;
padding-left: 30px;
margin-bottom: 10px;
}
.service_outer .service_right .overlay li::before {
position: absolute;
left: 0;
line-height: 26px;
font-size: 18px;
color: #209e2e;
content: "\e922";
font-family: 'icomoon' !important;
}
.service_type_three.for_elementor
.service_outer .service_right .overlay li::before{
display: none;
}
.service_type_three.for_elementor
.service_outer .service_right .overlay li small{
line-height: 26px;
font-size: 18px;
position: absolute;
left: 0;
color: #209e2e;
line-height: 26px;
} .service_outer:hover .service_right .overlay li {
transform: translateX(0px);
}
@media(max-width:992px) {
.service_right img {
height: inherit;
width: 100%;
min-height: inherit;
}
}
@media(max-width:768px) {
.service_right img {
height: inherit;
width: 100%;
}
}
@media(max-width:570px) {
.service_right img {
height: 100%;
width: 100%;
}
.service_right {
margin-left: 0px;
}
.service_type_three .service_left {
float: none;
width: 100%;
}
.service_type_three .service_left .service_down a {
width: 100%;
margin-bottom: 10px;
}
.service_type_three .service_left .service_up {
height: auto;
}
.service_type_three .service_left .service_up::before {
top: 0;
}
}
@media(max-width:400px) { } .about_type_three {
position: relative;
padding: 70px 0px 70px;
}
.about_type_three .heading {
margin-bottom: 25px;
}
.video_box_outer .about_inner {
position: relative;
margin-bottom: 175px;
margin-top: 6px;
}
.about_type_three .first_desc {
margin-bottom: 15px;
}
.video_box_outer .about_inner .image_one {
position: relative;
z-index: 2;
display: inline-block;
width: 380px;
height: 400px;
}
.video_box_outer .about_inner .image_one img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.about_type_three .icon_box_outer {
border: 0px;
margin-bottom: 5px;
}
.grid_image_box_two {
position: relative;
z-index: 2;
display: flex;
-ms-flex-align: center!important;
align-items: center!important;
}
.grid_image_box_two .image {
position: relative;
}
.grid_image_box_two.style-5 .image {
border-radius: 5px;
width: 90px;
height: auto;
}
.grid_image_box_two.style-5 .image img {
border-radius: 5px;
width: 100%;
}
.grid_image_box_two .content_inner {
margin-left: 20px;
margin-top: auto;
margin-bottom: auto;
}
.grid_image_box_two .content_inner h2 {
font-size: 22px;
color: #252525;
line-height: 28px;
font-weight: 700;
margin-bottom: 5px;
}
.about_type_three .theme_btn {
width: 190px;
height: 60px;
line-height: 60px;
border-radius: 30px;
}
.video_box_outer{
position: relative;
display: inline-block;
min-width: 550px;
}
.video_box_outer .about_inner .image_two {
position: absolute;
right: 0;
top: 140px;
z-index: 1;
width: 370px;
height: 400px;
}.video_box_outer .about_inner .image_two img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.video_box_outer .about_inner .image_two .video-holder {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
text-align: center;
padding: 20px;
}
@media(max-width:320px) {
.video_box_outer .about_inner .image_two .video-holder {
bottom: 0px;
}
}
.video_box_outer .about_inner .image_two .video-holder .icon {
position: relative;
width: 100px;
float: left;
height: 100px;
border-radius: 50%;
background: transparent;
border: 1px dashed #fff;
text-align: center;
}
.video_box_outer .about_inner .image_two .video-holder .html5lightbox {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
background: #fff;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.video_box_outer .about_inner .image_two .video-holder span {
font-size: 30px;
color: #209e2e;
left: 0;
right: 0;
top: 0;
line-height: 40px;
bottom: 0;
text-align: center;
margin: auto;
position: absolute;
width: 40px;
height: 40px;
}
.video_box_outer .about_inner .image_two .video-holder p {
text-align: left;
margin-left: 120px;
padding-top: 20px;
color: #fff;
font-size: 24px;
line-height: 26px;
font-weight: 500;
}
.video_box_outer .about_inner .image_two .ext_icon {
position: absolute;
bottom: -17px;
left: -173px;
display: block;
font-size: 179px;
color: #f3f3f3;
line-height: 179px;
transform: rotate(180deg);
z-index: -10;
}
.video_box_outer .about_inner .image_one span {
position: absolute;
font-size: 60px;
color: #fff;
width: 100px;
line-height: 100px;
text-align: center;
height: 100px;
border-radius: 50%;
background: #209e2e;
z-index: 10;
right: -39px;
top: 96px;
}
@media (max-width:600px) {
.video_box_outer .about_inner .image_one span {
display: none;
}
}
.video_box_outer .about_inner .circle {
width: 220px;
height: 220px;
border-radius: 50%;
position: absolute;
top: -22px;
background: #f4f4f4;
right: 0;
display: block;
}
@media(max-width:992px) {
.video_box_outer .about_inner .circle {
display: none;
}
.video_box_outer .about_inner {
margin-top: 50px;
}
} .counter_type_three {
position: relative;
}
.counter_type_three .counter_inner {
position: relative;
}
@media(max-width:992px) {
.counter_type_three .counter_inner {
margin-bottom: 40px;
}
}
.counter_type_three .counter_inner p {
font-size: 18px;
color: #fff;
padding-top: 15px;
border-top: 1px solid #333333;
}
.counter_type_three .counter_inner .value span {
float: left;
font-size: 95px;
color: #209e2e;
line-height: 108px;
}
.counter_type_three .value_text {
position: relative;
margin-bottom: 15px;
margin-left: 110px;
}
.counter_type_three .value_text h2 {
font-size: 24px;
font-weight: 600;
color: #fff;
line-height: 30px;
margin-bottom: 10px;
}
.counter_type_three .value_text .symbol,
.counter_type_three .value_text .symbolwithout {
font-size: 60px;
line-height: 72px;
color: #fff;
font-weight: 800;
}
@media(max-width:768px) {
.counter_type_three .counter_inner .value span {
float: none;
}
.counter_type_three .value_text {
margin-left: 0px;
}
.counter_type_three .counter_inner {
text-align: center;
}
} .service_type_four {
position: relative;
}
.service_type_four .service_inner {
margin: 10px 15px 30px;
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.service_type_four .service_inner:hover {
box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, .06);
}
.service_type_four .content {
position: relative;
padding: 35px 25px 25px;
}
.service_type_four .content .icon_heading span {
height: 70px;
width: 70px;
font-size: 29px;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
line-height: 74px;
background: #252525;
color: #fff;
text-align: center;
position: absolute;
left: 27px;
top: -50px;
}
.service_type_four .content .icon_heading span:after {
height: 64px;
position: absolute;
content: '';
width: 64px;
top: 3px;
left: 3px;
border: 1px dashed #6a6a6a;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.service_type_four .content .icon_heading h2 a {
font-size: 22px;
display: block;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
line-height: 28px;
color: #252525;
font-weight: 700;
}
.service_type_four .content .icon_heading h2:hover a {
color: #209e2e;
}
.service_type_four .owl-carousel .owl-item img {
width: 100%!important;
}
.service_type_four .content p {
margin-bottom: 20px;
margin-top: 5px;
}
.service_type_four .content a.rd_more {
display: block;
font-size: 14px;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
line-height: 26px;
color: #252525;
font-weight: 600;
padding-left: 22px;
position: relative;
z-index: 10;
}
.service_type_four .content a.rd_more::before {
content: "\e982";
font-size: 16px;
line-height: 26px;
margin-right: 5px;
color: #209e2e;
position: absolute;
left: 0;
font-family: 'icomoon' !important;
}
.service_type_four .content a.rd_more::after {
position: absolute;
width: 180px;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
content: '';
height: 1px;
right: 0;
background: #e6e6e6;
z-index: -1;
top: 12px;
}
@media(max-width:420px) {
.service_type_four .content a.rd_more::after {
width: 100px;
}
}
.service_type_four .service_inner:hover a.rd_more {
color: #209e2e;
}
.service_type_four .service_inner:hover .content a.rd_more::after {
background: #209e2e;
}
.service_type_four .service_inner:hover .content .icon_heading span {
background: #209e2e;
}
.service_type_four .service_inner:hover .content .icon_heading span:after {
border: 1px dashed #fff;
}
.service_type_four .owl-carousel .owl-dots.disabled {
display: block!important;
}
.service_type_four .owl-dots {
position: relative;
bottom: -20px;
width: 100%;
margin: 0 auto;
text-align: center;
padding-bottom: 45px;
}
.service_type_four .owl-dots .owl-dot {
position: relative;
width: 15px;
height: 15px;
margin: 0px 4px;
border-radius: 50px;
display: inline-block;
background-color: transparent;
border: 1.9px dashed #cacaca;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.service_type_four .owl-dots .owl-dot::before {
position: absolute;
content: '';
width: 5px;
height: 5px;
border-radius: 50px;
background: #209e2e;
top: 3px;
opacity: 0;
right: 3px;
}
.service_type_four .owl-dots .owl-dot.active,
.service_type_four .owl-dots .owl-dot:hover {
border: 1.9px dashed #209e2e;
}
.service_type_four .owl-dots .owl-dot.active::before,
.service_type_four .owl-dots .owl-dot.active:hover::before {
opacity: 1;
} .pro_gallery_type_three {
position: relative;
}
.pro_gallery_type_three .heading {
text-align: left;
}
.pro_gallery_type_three .heading h1 {
padding: 0px;
color: #fff;
}
a.view_more::before {
content: "\e982";
font-size: 16px;
line-height: 26px;
margin-right: 5px;
color: #209e2e;
position: absolute;
margin-left: -20px;
font-family: 'icomoon' !important;
}
a.view_more {
font-size: 14px;
text-transform: uppercase;
color: #fff;
font-weight: 600;
position: relative;
padding-left: 20px;
}
@media(max-width:992px) {
.view_more {
float: none;
margin-bottom: 30px;
display: block;
margin-top: 0px;
}
}
.pro_gallery_type_three .projet_inner {
position: relative;
margin: 5px 5px 30px;
background: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
overflow: hidden;
}
.pro_gallery_type_three .projet_inner .image {
position: relative;
}
.pro_gallery_type_three .projet_inner .image img {
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.pro_gallery_type_three .projet_inner .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(32, 158, 46, 1);
overflow: hidden;
width: 100%;
height: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.pro_gallery_type_three .projet_inner:hover {
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
}
.pro_gallery_type_three .projet_inner:hover .image .overlay {
border-bottom-right-radius: 250px;
opacity: .8;
}
.pro_gallery_type_three .projet_inner:hover .image img {
border-bottom-right-radius: 250px;
}
.pro_gallery_type_three .projet_inner .image img {
width: 100%!important;
}
.pro_gallery_type_three .projet_inner:hover .overlay {
bottom: 0;
height: 100%;
}
.pro_gallery_type_three .projet_inner .content {
position: absolute;
bottom: 0;
padding: 25px 20px 25px 30px;
width: 100%;
}
.pro_gallery_type_three .projet_inner .content h2 {
float: left;
width: 250px;
transform: translateX(-300px);
-webkit-transition: all .8s ease-in-out;
-moz-transition: all .8s ease-in-out;
-ms-transition: all .8s ease-in-out;
-o-transition: all .8s ease-in-out;
transition: all .8s ease-in-out;
line-height: 22px;
}
.pro_gallery_type_three .projet_inner .content h2 a {
font-size: 24px;
line-height: 30px;
color: #fff;
font-weight: 600;
}
.pro_gallery_type_three .projet_inner .content .extra_item {
float: right;
padding-top: 15px;
overflow: hidden;
}
.pro_gallery_type_three .projet_inner .content .extra_item a {
transform: translateX(-300px);
-webkit-transition: all .8s ease-in-out;
-moz-transition: all .8s ease-in-out;
-ms-transition: all .8s ease-in-out;
-o-transition: all .8s ease-in-out;
transition: all .8s ease-in-out;
opacity: 0;
display: block;
}
.pro_gallery_type_three .projet_inner:hover .content h2 {
transform: translateX(0px);
}
.pro_gallery_type_three .projet_inner .content .extra_item a i {
font-size: 21px;
color: #808080;
}
.pro_gallery_type_three .projet_inner:hover .content .extra_item a {
transform: translateX(0px);
opacity: 1;
}
.pro_gallery_type_three .projet_inner .image span.icon {
color: #fff;
font-size: 30px;
line-height: 36px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.pro_gallery_type_three .projet_inner .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fff;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -18px;
}
.pro_gallery_type_three .better_opinion {
position: absolute;
z-index: 99;
width: 100%;
left: 0;
}
@media(max-width:992px) {
.pro_gallery_type_three .better_opinion {
position: relative;
}
}
.pro_gallery_type_three .better_opinion .opinion_type_one {
margin-top: 79px;
} .pricing_type_one {
position: relative;
}
.pricing_type_one .price_inner {
position: relative;
border: 1px solid #e2e2e2;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
margin-bottom: 40px;
}
@media(max-width:3000px) and (min-width:1200px) {
.pricing_type_one .price_inner.active {
transform: translate(0px, -46px)
}
}
@media(max-width:3000px) and (min-width:1200px) {
.pricing_type_one .price_inner {
margin-top: 90px;
}
}
.pricing_type_one .price_inner .upper_content {
padding: 30px 30px 20px;
position: relative;
background: #f4f4f4;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
@media(max-width:3000px) and (min-width:1200px) {
.pricing_type_one .price_inner.active .upper_content {
background: #1c1c1c;
}
}
.pricing_type_one .price_inner:hover .upper_content {
background: #1c1c1c;
}
.pricing_type_one .price_inner .upper_content h5 {
font-size: 24px;
line-height: 30px;
margin-bottom: 5px;
font-weight: 600;
}
.pricing_type_one .price_inner:hover .upper_content h5 {
color: #fff;
}
@media(max-width:3000px) and (min-width:1200px) {
.pricing_type_one .price_inner.active .upper_content h5 {
color: #fff;
}
}
.pricing_type_one .price_inner .upper_content .amount {
position: relative;
margin-top: 24px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
padding-top: 15px;
border-top: 1px solid #e2e2e2;
}
@media(max-width:3000px) and (min-width:1200px) {
.pricing_type_one .price_inner.active .upper_content .amount {
border-top: 1px solid #333333;
}
}
.pricing_type_one .price_inner:hover .upper_content .amount {
border-top: 1px solid #333333;
}
.pricing_type_one .price_inner .upper_content .amount h6 {
font-size: 18px;
color: #808080;
font-weight: 600;
}
.pricing_type_one .price_inner:hover .upper_content .amount h6 {
color: #fff;
}
@media(max-width:3000px) and (min-width:1200px) {
.pricing_type_one .price_inner.active .upper_content .amount h6 {
color: #fff;
}
}
.pricing_type_one .price_inner .upper_content .amount h6 span {
font-size: 50px;
line-height: 62px;
font-weight: 600;
color: #209e2e;
}
.pricing_type_one .price_inner .upper_content .amount h6 sup {
font-size: 24px;
color: #209e2e;
top: -0.9em;
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
.pricing_type_one .price_inner .lower_content {
position: relative;
background: #fff;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
padding: 30px;
overflow: hidden;
}
.pricing_type_one .price_inner .lower_content ul li {
font-size: 16px;
color: #808080;
position: relative;
padding: 10px 0px 10px 25px;
font-weight: 400;
border-bottom: 1px solid #e2e2e2;
line-height: 26px;
}
.pricing_type_one .price_inner .lower_content ul li:last-child {
border-color: #fff;
}
.pricing_type_one .price_inner .lower_content ul li::before {
content: '\f00c';
color: #209e2e;
position: absolute;
left: 0;
font-family: 'FontAwesome';
}
.pricing_type_one .popular_tag {
position: absolute;
top: -28px;
background: #209e2e;
right: -1px;
padding: 0px 9px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #fff;
font-size: 14px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
}
.pricing_type_one .price_inner .lower_content .get_start {
position: relative;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.pricing_type_one .price_inner .lower_content .theme_btn {
border-radius: 30px;
width: 100%;
display: inline-block;
font-size: 14px;
line-height: 56px;
height: 56px;
font-weight: 500;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
left: 0;
margin-top: 20px;
margin-bottom: 20px;
}
@media(max-width:3000px) and (min-width:1200px) {
.pricing_type_one .price_inner:hover .lower_content .get_start {
height: 90px;
line-height: 90px;
}
.pricing_type_one .price_inner.active .lower_content .theme_btn {
transform: translateY(0px);
}
.pricing_type_one .price_inner:hover {
transform: translate(0px, -46px)
}
.pricing_type_one .price_inner:hover .lower_content .theme_btn {
transform: translateY(0px);
}
.pricing_type_one .price_inner.active .lower_content .theme_btn {
transform: translateY(0px);
}
.pricing_type_one .price_inner.active .lower_content .get_start {
height: 90px;
line-height: 90px;
}
.pricing_type_one .price_inner .lower_content .theme_btn {
transform: translateY(150px);
position: absolute;
}
.pricing_type_one .price_inner .lower_content .get_start {
height: 0px;
}
} .awards_type_one {
position: relative;
}
.awards_type_one .awards_inner {
position: relative;
padding: 40px 0px;
border: 1px solid #282828;
text-align: center;
margin-bottom: 30px;
}
.awards_type_one .awards_inner .icon span {
color: #fff;
font-size: 125px;
line-height: 125px;
margin-bottom: 25px;
display: block;
}
.awards_type_one .awards_inner .year {
position: relative;
margin-bottom: 20px;
}
.awards_type_one .awards_inner .year h5 {
font-size: 30px;
color: #209e2e;
line-height: 38px;
padding: 1px 15px;
font-weight: 600;
background: #000;
display: inline-block;
border: 1px solid #282828;
z-index: 10;
position: relative;
}
.awards_type_one .awards_inner .year::before {
position: absolute;
content: '';
background: #282828;
width: 100%;
height: 1px;
top: 22px;
left: 0px;
}
.awards_type_one .awards_inner h2 {
font-size: 24px;
font-weight: 700;
line-height: 30px;
color: #fff;
padding: 0px 40px;
}
.awards_type_one .awards_inner_mid {
position: relative;
text-align: center;
margin-bottom: 30px;
}
.awards_type_one .awards_inner_mid .icon {
color: #209e2e;
font-size: 100px;
line-height: 125px;
margin-bottom: 0px;
display: block;
}
.awards_type_one .awards_inner_mid p {
font-size: 16px;
color: #209e2e;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 10px;
}
.awards_type_one .awards_inner_mid h2 {
font-size: 30px;
color: #fff;
line-height: 38px;
font-weight: 700;
margin-bottom: 20px;
}
.awards_type_one .awards_inner_mid .view_all {
font-size: 14px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
}
.awards_type_one .awards_inner_mid .view_all span {
font-size: 14px;
color: #209e2e;
margin-right: 5px;
} .testimonial_type_three {
position: relative;
}
.testimonial_type_three .testimonial_outer {
position: relative;
margin: 40px 15px 30px;
text-align: center;
cursor: pointer;
}
.testimonial_type_three .owl-carousel .owl-nav {
display: none;
}
.testimonial_type_three .upper_content {
position: relative;
background: #fff;
padding: 60px 30px 50px;
box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, .05);
margin-bottom: 50px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_type_three .testimonial_outer:hover .upper_content {
background: #209e2e;
}
.testimonial_type_three .testimonial_outer:hover .upper_content p {
color: #fff;
}
.testimonial_type_three .testimonial_outer .upper_content .icon {
position: absolute;
left: 0;
top: -30px;
width: 100%;
}
.testimonial_type_three .testimonial_outer .upper_content .icon span {
display: block;
position: relative;
font-size: 20px;
margin: 0 auto;
color: #fff;
background: #209e2e;
text-align: center;
width: 60px;
height: 60px;
border-radius: 50px;
line-height: 66px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_type_three .testimonial_outer:hover .upper_content .icon span {
color: #209e2e;
background: #252525!important;
}
.testimonial_type_three .testimonial_outer .upper_content .icon span::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border: 1px dashed #209e2e;
border-radius: 50px;
left: -5px;
top: -5px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_type_three .testimonial_outer:hover .upper_content .icon span::after {
border: 1px dashed #252525;
}
.testimonial_type_three .testimonial_outer .upper_content .rating {
position: absolute;
width: 100%;
left: 0;
bottom: -18px;
}
.testimonial_type_three .testimonial_outer .upper_content .rating ul {
position: relative;
background: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .05);
display: inline-block;
width: 140px;
}
.testimonial_type_three .testimonial_outer .upper_content .rating ul:before {
position: absolute;
content: '';
height: 0px;
border-right: 13px solid transparent;
border-top: 13px solid #fff;
border-left: 13px solid transparent;
border-bottom: 13px solid transparent; bottom: -26px;
margin-left: -15px;
}
.testimonial_type_three .testimonial_outer .upper_content .rating ul li span {
font-size: 16px;
line-height: 40px;
color: #209e2e;
}
.testimonial_type_three .testimonial_outer .lower_content .authour_name {
position: relative;
margin-top: 5px;
}
.testimonial_type_three .testimonial_outer .lower_content .authour_name h2 {
font-size: 20px;
font-weight: 600;
line-height: 20px;
margin-bottom: 0px;
color: #252525;
} .news_type_three {
padding: 100px 0px 70px;
position: relative;
}
.news_type_three .heading h1 {
padding: 0px;
}
.news_type_three .heading {
text-align: left;
}
.news_type_three .more_news {
float: right;
border-radius: 30px;
height: 60px;
width: 190px;
margin-top: 23px;
line-height: 60px;
}
.news_type_three .news_inner {
position: relative;
margin-bottom: 30px;
background: #fff;
padding: 30px 30px 26px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.news_type_three .news_inner .image_inner {
float: left;
}
.news_type_three .news_inner .image_inner .date {
position: relative;
width: 60px;
height: 60px;
background: #209e2e;
line-height: 22px;
text-align: center;
color: #fff;
padding: 8px;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
z-index: 10;
}
.news_type_three .news_inner .image_inner .image {
position: relative;
z-index: 9;
margin-left: 20px;
transform: translateY(-38px);
}
.news_type_three .news_inner .content_inner {
position: relative;
margin-left: 153px;
}
.news_type_three .news_inner h2 a {
font-size: 22px;
font-weight: 700;
line-height: 28px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: block;
margin-bottom: 15px;
color: #252525;
}
.news_type_three .news_inner h2:hover a {
color: #209e2e;
}
.news_type_three .news_inner .content_inner p a {
display: block;
font-size: 13px;
text-transform: uppercase;
margin-bottom: 10px;
color: #808080;
}
.news_type_three .news_inner .content_inner p a span {
margin-right: 5px;
font-size: 14px;
line-height: 20px;
}
.news_type_three .news_inner .content_inner a.rd_more {
display: block;
font-size: 14px;
position: relative;
text-transform: uppercase;
line-height: 20px;
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
font-weight: 600;
}
.news_type_three .news_inner .content_inner a.rd_more::before {
position: absolute;
background: #e2e2e2;
width: 200px;
content: '';
height: 1px;
left: 102px;
top: 10px;
}
.news_type_three .news_inner .content_inner a.rd_more span {
font-size: 14px;
color: #209e2e;
margin-right: 5px;
line-height: 20px;
}
.news_type_three .news_inner:hover .content_inner a.rd_more {
color: #209e2e;
}
.news_type_three .news_inner .image .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 100%;
opacity: 0;
transition: .5s ease;
}
.news_type_three .news_inner:hover .overlay {
opacity: 1;
}
.news_type_three .news_inner .image span {
color: #fff;
font-size: 20px;
line-height: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
} .news_type_four {
position: relative;
}
.news_type_four .news_inner {
position: relative;
margin-bottom: 30px;
background: #fff;
padding: 30px 30px 26px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.news_type_four .news_inner .image {
float: left;
margin-top: 9px;
}
.news_type_four .news_inner .image:before {
position: absolute;
width: 100%;
height: 100%;
content: '';
background: transparent;
top: 0;
left: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.news_type_four .news_inner .image .date {
position: absolute;
width: 60px;
height: 60px;
background: #209e2e;
line-height: 22px;
display: block;
text-align: center;
color: #fff;
padding: 8px;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
z-index: 10;
top: 20px;
left: 20px;
opacity: 1;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.news_type_four .news_inner:hover .image .date {
opacity: 0;
transform: translateY(20px);
}
.news_type_four .news_inner .image {
position: relative;
}
.news_type_four .news_inner .content_inner {
position: relative;
margin-left: 125px;
}
@media(max-width:768px) {
.news_type_four .news_inner .content_inner {
margin-left: 0;
margin-top: 20px;
}
.news_type_four .news_inner .image {
float: none;
display: inline-block;
margin-top: 0px;
}
}
.news_type_four .news_inner h2 a {
font-size: 22px;
font-weight: 700;
line-height: 28px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: block;
margin-bottom: 10px;
color: #252525;
}
.news_type_four .news_inner h2:hover a {
color: #209e2e;
}
.news_type_four .news_inner .content_inner p a {
display: block;
font-size: 13px;
text-transform: uppercase;
margin-bottom: 5px;
color: #808080;
}
.news_type_four .news_inner .content_inner p a span {
margin-right: 5px;
font-size: 14px;
line-height: 20px;
}
.news_type_four .news_inner .content_inner a.rd_more {
display: block;
font-size: 14px;
position: relative;
text-transform: uppercase;
line-height: 20px;
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
font-weight: 600;
}
.news_type_four .news_inner .content_inner a.rd_more::before {
position: absolute;
background: #e2e2e2;
width: 36%;
content: '';
height: 1px;
left: 106px;
top: 10.5px;
}
@media(max-width:992px) {
.news_type_four .news_inner .content_inner a.rd_more::before {
display: none;
}
}
.news_type_four .news_inner .content_inner a.rd_more span {
font-size: 14px;
color: #209e2e;
margin-right: 5px;
line-height: 20px;
}
.news_type_four .news_inner:hover .content_inner a.rd_more {
color: #209e2e;
}
.news_type_four .news_inner .image .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(32, 158, 46, 1);
overflow: hidden;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.news_type_four .news_inner:hover .overlay {
opacity: .8;
}
.news_type_four .news_inner .image span {
color: #fff;
font-size: 20px;
line-height: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
} .client_logo_type_three {
position: relative;
position: relative;
padding: 65px 0px;
background: #209e2e;
}
.client_logo_type_three .c_image img {
display: block;
margin: 0 auto;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
} .contact_type_two {
position: relative;
}
.contact_type_two .offers_inner {
padding: 45px 40px;
text-align: center;
background-position: center!important;
background-repeat: no-repeat!important;
background-size: cover!important;
position: relative;
margin-bottom: 20px;
}
.contact_type_two .offers_inner h2 {
font-size: 24px;
font-weight: 600;
line-height: 30px;
margin-bottom: 20px;
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.contact_type_two .offers_inner img {
margin-bottom: 15px;
}
.contact_type_two .offers_inner p {
font-size: 16px;
color: #fff;
margin-bottom: 15px;
}
.contact_type_two .offers_inner a.theme_btn {
width: 100%;
border-radius: 30px;
background: #1c8828;
height: 56px;
line-height: 56px;
}
.contact_type_two .form_inner {
padding: 40px 40px 20px;
background: #fff;
margin-bottom: 20px;
}
.contact_type_two input[type="text"],
.contact_type_two input[type="email"],
.contact_type_two input[type="tel"],
.contact_type_two .ui-selectmenu-button,
.contact_type_two textarea {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #808080;
font-weight: 400;
}
div.wpcf7 .ajax-loader {
position: absolute;
}
.contact_type_two input ::placeholder {
color: #808080;
font-family: 'Poppins', sans-serif;
font-weight: 400;
}
.contact_type_two .ui-selectmenu-button {
line-height: 23px!important;
}
.contact_type_two textarea {
height: 120px!important;
line-height: inherit!important;
}
.contact_type_two .ui-selectmenu-text {
color: #808080;
font-family: 'Poppins', sans-serif;
font-size: 16px;
}
.contact_type_two .theme_btn {
border: 0px;
box-shadow: 0px;
border-radius: 30px;
height: 56px;
line-height: 56px;
width: 100%;
}
.contact_type_two.choose_us {
position: relative;
background: #fff;
border: 1px solid #e6e6e6;
}
.contact_type_two.choose_us .product_info {
background: #fff;
padding: 23px 20px 20px;
text-align: center;
}
.product_info.mid {
border-right: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
}
.contact_type_two.choose_us .product_info h2 {
font-size: 20px;
font-weight: 600;
line-height: 28px;
color: #808080;
}
.contact_type_two.choose_us .product_info span {
font-size: 40px;
color: #209e2e;
display: inline-block;
vertical-align: middle;
line-height: normal;
margin-right: 20px;
} .address_type_one {
position: relative;
}
.address_type_one .address_inner {
position: relative;
margin-bottom: 30px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
padding: 40px 35px 30px;
cursor: pointer;
}
.address_type_one .address_inner .heading_add {
position: relative;
margin-bottom: 20px;
}
.address_type_one .address_inner .heading_add span {
float: left;
font-size: 50px;
color: #b8b8b8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
line-height: 50px;
}
.address_type_one .address_inner:hover .heading_add span {
color: #209e2e;
}
.address_type_one .address_inner .heading_add h2 {
font-size: 22px;
font-weight: 700;
position: relative;
margin-left: 70px;
padding-top: 2px;
line-height: 28px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
color: #252525;
}
.address_type_one .address_inner .heading_add h2::before {
position: absolute;
content: '';
background: #e6e6e6;
width: 60px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
height: 2px;
bottom: -15px;
left: 0;
}
.address_type_one .address_inner:hover .heading_add h2::before {
background: #209e2e;
}
.address_type_one .address_inner span.bg_icon {
position: absolute;
font-size: 128px;
line-height: 128px;
color: #f4f4f4;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
right: 17px;
bottom: 14px;
z-index: -10;
opacity: 0;
}
.address_type_one .address_inner:hover span.bg_icon {
opacity: 1;
} .footer.version_v2 {
position: relative;
background: #02265f;
padding: 100px 0px 70px;
}
.footer.version_v3 .footer_widgets {
position: relative;
margin-bottom: 30px;
}
.footer.version_v3 .footer_widgets .site_logo img {
width: 200px;
}
.footer.version_v3 .widget-title::before {
position: absolute;
content: '';
background: #209e2e;
width: 4px;
height: 12px;
top: 7px;
left: 0px;
}
.footer.version_v3 .widget-title::after {
position: absolute;
content: '';
background: #209e2e;
width: 2px;
height: 12px;
top: 7px;
left: 5px;
}
.footer.version_v3 .footer_widgets h4.widget-title {
margin-left: 24px;
border-bottom: 0px;
margin-bottom: 15px;
margin-top: 0;
color: #fff;
font-weight: 600;
}
.footer_widgets .review_custm {
position: relative;
margin-top: 30px;
}
.footer_widgets .review_custm span.use_icon {
float: left;
color: #fff;
position: relative;
font-size: 30px;
z-index: 0;
line-height: 60px;
width: 60px;
height: 60px;
text-align: center;
}
.footer_widgets .review_custm span.use_icon::after {
position: absolute;
content: '';
background: #209e2e;
width: 60px;
height: 60px;
border-radius: 50px;
z-index: -10;
left: 0;
top: 0;
}
.footer_widgets .right_side {
margin-left: 80px;
position: relative;
}
.footer_widgets .right_side h2 {
font-size: 22px;
line-height: 26px;
color: #fff;
font-weight: 700;
margin-bottom: 5px;
}
.footer_widgets .right_side p span {
font-size: 20px;
line-height: 20px;
color: #209e2e;
}
.gallery_foot {
position: relative;
margin-top: 23px;
}
.gallery_foot ul li {
display: inline-block;
position: relative;
margin-bottom: 10px;
margin-right: 5px;
}
.gallery_foot ul li .image {
position: relative;
width: 80px;
overflow: hidden;
}
.gallery_foot ul li a {
position: absolute;
left: 5px;
top: 5px;
width: 70px;
height: 70px;
background: rgba(32, 158, 46, 1);
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.gallery_foot ul li:hover a {
opacity: .9;
}
.gallery_foot ul li a span {
font-size: 20px;
color: #fff;
line-height: 70px;
width: 70px;
height: 70px;
text-align: center;
}
.gallery_foot ul li img {
position: relative;
}
.footer.version_v3 form {
margin: 20px 0px 25px;
}
.footer.version_v3 .social_media li i {
width: 34px;
height: 34px;
background: #333333;
line-height: 34px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer.version_v3 .social_media li {
margin-right: 10px;
display: inline-block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
text-align: center;
}
.footer.version_v3 .social_media li a {
color: #fff;
}
.footer.version_v3 .social_media li:hover i {
color: #fff;
background: #209e2e;
}
.footer.version_v3 .social_media li h6 {
font-size: 16px;
color: #fff;
font-weight: 700;
margin-right: 10px;
}
.footer.version_v3 .footer_widgets form input[type='email'] {
position: relative;
background: #fff;
border: 0px;
box-shadow: none;
border-radius: 0px;
height: 60px;
padding: 10px 157px 10px 13px;
width: 100%;
color: #808080;
font-size: 15px;
}
.footer.version_v3 .footer_widgets form input::placeholder {
color: #808080;
}
.footer.version_v3 .footer_widgets form input[type='submit'] {
position: absolute;
background: transparent;
padding-left: 31px;
color: #fff;
text-transform: uppercase;
width: 150px;
height: 61px;
line-height: 5px;
padding: 0px;
z-index: 12;
text-align: center;
font-size: 14px;
}
.footer.version_v3 .footer_widgets form .mc4wp-form-fields::before {
position: absolute;
content: '';
background: #209e2e;
height: 60px;
width: 150px;
top: 0;
z-index: 10;
right: 0;
}
.footer.version_v3 .footer_widgets form .mc4wp-form-fields::after {
position: absolute;
content: '';
background: #252525;
height: 40px;
width: 120px;
top: 11px;
right: 15px;
z-index: 11;
border-radius: 30px;
}
.footer_last_type_three {
background: #209e2e;
padding: 12px 0px;
}
.footer_last_type_three ul {
text-align: right;
}
.footer_last_type_three p {
margin-top: 10px;
color: #fff;
}
.footer_last_type_three ul li {
display: inline-block;
position: relative;
text-align: center;
border-radius: 50px;
line-height: 45px;
margin-right: 20px;
}
.footer_last_type_three ul li a {
color: #fff;
}
.footer_last_type_three ul li::before {
position: absolute;
content: '';
width: 2px;
height: 16px;
background: #fff;
right: -12px;
top: 15px;
}
.footer_last_type_three ul li:last-child {
margin-right: 0px;
}
.footer_last_type_three ul li:last-child::before {
display: none;
}
@media(max-width:992px) {
.footer_last_type_three p {
text-align: center;
font-size: 14px;
}
.footer_last_type_three ul {
text-align: center;
}
.footer_last_type_three ul li a {
font-size: 14px;
}
} .page-header {
position: relative;
position: relative;
background-image: url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/img/page-header-image.png);
height: 351px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.page-header .header-title {
position: relative;
}
@media (max-width: 3000px) and (min-width:768px) {
.page-header {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: left;
-ms-flex-pack: center;
justify-content: left;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
}
@media (max-width: 600px) {
.page-header .header-title {
-webkit-justify-content: center;
justify-content: center;
}
}
@media(max-width:992px) {
.page-header .header-title .page-title {
text-align: center;
}
}
.page-header .header-title .page-title {
font-size: 56px;
color: #fff;
line-height: 66px;
font-weight: 700;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.page-header .breadcrumb_area {
width: 100%;
z-index: 99;
bottom: 40px;
left: 0;
position: absolute;
padding: 0px 15px;
text-align: left;
}
@media(max-width:768px) {
.page-header .breadcrumb_area {
position: relative;
text-align: center;
bottom: inherit;
left: inherit;
}
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb {
text-align: right;
}
.page-header .breadcrumb_area .breadcrumbs .post-categories {
width: 100%;
position: relative;
display: inline-block;
}
.page-header .breadcrumb_area .breadcrumbs .post-categories li {
display: inline-block;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
display: inline-block;
position: relative;
font-size: 16px;
color: #fff;
font-weight: 600;
line-height: 26px;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
margin-right: 30px;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child {
margin-right: 0px;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child:before {
display: none;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:before {
position: absolute;
content: '';
height: 0px;
border-left: 6px solid #fff;
border-top: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid transparent;
bottom: 7px;
right: -21px;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child::before {
display: none;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li a {
font-size: 16px;
color: #fff;
font-weight: 400;
line-height: 26px;
}
@media(max-width:768px) {
.page-header .header-title .page-title {
text-align: center;
font-size: 36px;
line-height: 42px;
}
.page-header {
padding: 70px 0px;
}
.page-header .header-title {
height: auto;
padding: 0px 0px 30px;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb {
position: relative;
text-align: center;
bottom: inherit;
padding: 0px;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li a {
color: #fff;
font-size: 15px;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
color: #fff;
font-size: 15px;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
float: none;
display: inline-block;
margin-right: 25px;
margin-left: 0px;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child {
margin-right: 0px;
}
.page-header {
position: relative;
height: auto;
}
} .awards_type_two {
position: relative;
}
.awards_type_two .awards_inner {
position: relative;
margin-bottom: 30px;
} @media(max-width:1199px) {
.award_highlight_txt {
position: absolute!important;
width: 100%!important;
height: auto!important;
top: inherit!important;
left: 0px!important;
bottom: 0!important;
transform: inherit!important;
}
}
.award_highlight_txt h6 {
line-height: 70px;
font-size: 22px;
color: #209e2e;
font-weight: 700;
}
@media(max-width:600px) {
.award_highlight_txt h6 {
line-height: 30px;
padding: 10px 10px;
font-size-adjust: 16px;
}
}
.award_highlight_txt h6 span {
font-size: 14px;
color: #209e2e;
list-style: 20px;
margin-left: 0px;
margin-right: 20px;
}
@media(max-width:600px) {
.award_highlight_txt h6 span {
display: none;
}
}
.award_highlight_txt h6 span.second {
margin-left: 20px;
margin-right: 0px;
}
.awards_type_two .awards_inner img {
width: 100%;
}
.awards_type_two .awards_inner .video-holder {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.awards_type_two .awards_inner .video-holder .icon {
position: relative;
width: 100px;
float: left;
height: 100px;
border-radius: 50%;
background: transparent;
border: 1px dashed #fff;
text-align: center;
}
.awards_type_two .awards_inner .video-holder a.html5lightbox {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
background: #fff;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.awards_type_two .awards_inner .video-holder span {
font-size: 30px;
color: #209e2e;
left: 0;
right: 0;
top: 0;
line-height: 40px;
bottom: 0;
text-align: center;
margin: auto;
position: absolute;
width: 40px;
height: 40px;
} .about_our_comapny {
position: relative;
padding-bottom: 70px;
}
.about_our_comapny .about_company_inner {
position: relative;
margin-bottom: 30px;
}
.about_our_comapny .about_company_inner p.des_one,
.about_our_comapny .about_company_inner p.des_two {
margin-bottom: 20px;
}
.authour_quotes {
position: relative;
padding-top: 15px;
display: flex;
-ms-flex-align: center!important;
align-items: center!important;
}
.authour_quotes .ath_img {
float: left;
position: relative;
border-radius: 50%;
min-width: 90px;
height: 90px;
}
.authour_quotes .ath_img img {
object-fit: cover;
width: 100%;
border-radius: 50%;
position: relative;
height: 100%;
}
.authour_quotes .ath_img span {
background: #fff;
position: absolute;
width: 40px;
border-radius: 50px;
text-align: center;
font-size: 20px;
height: 40px;
left: -14px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
line-height: 40px;
color: #209e2e;
z-index: 1;
}
.authour_quotes .quotes_in {
position: relative;
margin-left: 25px;
}
@media(max-width:768px) {
.authour_quotes .quotes_in {
margin-left: 0px;
margin-top: 20px;
margin-bottom: 30px;
}
.authour_quotes .ath_img {
float: none;
margin-bottom: 20px;
width: 90px;
height: 90px;
}
.authour_quotes{
display: block;
}
}
.authour_quotes .quotes_in h2 {
font-size: 16px;
font-weight: 500;
margin-bottom: 10px;
color: #808080;
line-height: 26px;
}
.authour_quotes .quotes_in h6 {
font-size: 22px;
font-weight: 700;
color: #252525;
line-height: 28px;
}
.authour_quotes .quotes_in h6 strong {
font-family: 'Poppins', sans-serif;
font-weight: 400;
color: #209e2e;
font-size: 16px;
}
.about_company_right {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
margin-bottom: 30px;
}
.about_company_right #tabs-nav {
position: relative;
border: 1px solid #e6e6e6;
box-shadow: 0px 14px 13px -10px rgba(0, 0, 0, .09);
}
.about_company_right #tabs-nav .navitem {
position: relative;
display: inline-block;
}
.about_company_right #tabs-nav .navitem .navlink {
position: relative;
height: 139px;
padding: 0px;
background: #fff;
width: 180px;
display: block;
text-align: center;
}
@media(max-width:1199px) {
.about_company_right #tabs-nav .navitem .navlink {
width: 100px;
}
}
@media(max-width:600px) {
.about_company_right #tabs-nav .navitem .navlink {
width: 100%;
}
.about_company_right #tabs-nav .navitem {
display: block;
}
}
.about_company_right #tabs-nav .navitem .navlink .mission {
position: relative;
padding: 25px 10px 10px;
height: 139px;
}
.about_company_right #tabs-nav .navitem.active .navlink span {
color: #209e2e;
}
.about_company_right #tabs-nav .navitem.active .navlink .mission h2 {
color: #209e2e;
}
.about_company_right #tabs-nav .navitem {
border-right: 1px solid #e6e6e6;
}.about_company_right #tabs-nav .navitem:last-child{
border-right: 0px;
}
.about_company_right #tabs-nav .navitem .navlink span {
font-size: 60px;
line-height: 60px;
margin-bottom: 10px;
display: block;
color: #a8a8a8;
}
.about_company_right #tabs-nav .navitem .navlink h2 {
font-size: 20px;
color: #808080;
font-weight: 600;
line-height: 26px;
}
.about_company_right .tab-content {
padding: 28px 30px;
position: relative;
border-right: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
.about_company_right .tab-content {
font-size: 16px;
color: #808080;
line-height: 26px;
font-weight: 400;
}
.about_company_right .tab-content p:first-child {
margin-bottom: 15px;
}
.about_company_right .tab-content p:last-child {
margin-bottom: 0px!important;
} .team_type_two {
position: relative;
}
.team_type_two .heading {
text-align: left;
}
.team_type_two .heading h1 {
padding: 0px;
}
.team_type_two .team_outer {
position: relative;
margin: 5px 10px 30px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.team_type_two .owl-carousel .owl-dots {
display: none!important;
}
.team_type_two .owl-carousel .owl-nav {
display: block!important;
}
.team_type_two .team_outer .image img {
width: 100%!important;
}
.team_type_two .team_outer .image {
position: relative;
overflow: hidden;
height: 290px;
overflow: hidden;
}
.team_type_two .team_outer .image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.team_type_two .team_outer .image .overlay {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
opacity: 0;
height: 100%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.team_type_two .team_outer .image .overlay:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
background: rgba(32, 158, 46, 1);
opacity: 0;
}
.team_type_two .team_outer:hover .image .overlay {
opacity: 1;
}
.team_type_two .team_outer:hover .image .overlay:before {
opacity: .8;
}
.team_type_two .team_outer .image .overlay p {
position: absolute;
top: 20px;
width: 100%;
text-align: center;
padding: 30px;
color: #fff;
}
.team_type_two .team_outer .image .overlay p::before {
position: absolute;
content: '';
width: 84%;
height: 1px;
background: #fff;
left: 30px;
bottom: 14px;
opacity: .2;
}
.team_type_two .team_outer .image .overlay ul {
position: absolute;
bottom: 40px;
width: 100%;
text-align: center;
}
.team_type_two .team_outer .image .overlay ul li {
display: inline-block;
margin: 0px 5px;
}
.team_type_two .team_outer .image .overlay ul li a {
width: 45px;
display: block;
line-height: 45px;
text-align: center;
border: 1px dashed #fff;
height: 45px;
border-radius: 50px;
background: transparent;
color: #209e2e;
}
.team_type_two .team_outer .image .overlay ul li:nth-child(1) {
transform: translateY(150px);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.team_type_two .team_outer .image .overlay ul li:nth-child(2) {
transform: translateY(200px);
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.team_type_two .team_outer .image .overlay ul li:nth-child(3) {
transform: translateY(250px);
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
}
.team_type_two .team_outer .image .overlay ul li:nth-child(4) {
transform: translateY(300px);
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.team_type_two .team_outer .image .overlay ul li a {
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.team_type_two .team_outer:hover .image .overlay ul li {
transform: translateY(0px);
}
.team_type_two .team_outer .image .overlay ul li a:hover {
background: #fff;
border-style: solid;
}
.team_type_two .team_outer .image .overlay ul li:hover a {
color: #209e2e;
}
.team_type_two .content_inner {
position: relative;
margin: 25px 20px 0px;
background: #fff;
text-align: center;
}
.team_type_two .content_inner::before {
position: absolute;
content: '';
background: #209e2e;
width: 100%;
left: 0;
opacity: 1;
height: 10px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
top: -30px;
}
.team_type_two .content_inner h2 a {
color: #252525;
font-size: 22px;
display: block;
line-height: 28px;
font-weight: 700;
}
.team_type_two .content_inner p {
color: #209e2e;
padding-bottom: 20px;
}
.team_type_two .team_outer:hover {
box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, .05);
}
.team_type_two .team_outer:hover .content_inner::before {
opacity: 0;
transform: translateY(-10px);
}
.team_type_two .owl-carousel .owl-nav {
position: absolute;
width: auto;
height: auto;
text-align: center;
top: -110px;
right: 10px;
}
@media(max-width:600px) {
.team_type_two .owl-carousel .owl-nav {
position: relative;
top: inherit;
right: inherit;
margin-bottom: 80px;
}
}
.team_type_two .owl-carousel .owl-nav .owl-prev,
.team_type_two .owl-carousel .owl-nav .owl-next {
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
color: #a8a8a8;
border-radius: 50px;
border: 1px solid #a8a8a8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.team_type_two .owl-carousel .owl-nav .owl-next .icon-next {
transform: rotate(360deg);
display: block;
line-height: 60px;
}
.team_type_two .owl-carousel .owl-nav .owl-prev .prev {
transform: rotate(180deg);
display: block;
line-height: 60px;
}
.team_type_two .owl-carousel .owl-nav .owl-prev {
margin-right: 10px;
}
.team_type_two .owl-carousel .owl-nav .owl-prev:hover,
.team_type_two .owl-carousel .owl-nav .owl-next:hover {
color: #209e2e;
border: 1px solid #209e2e;
} .process_type_one {
position: relative;
}
.process_type_one .heading h1 {
color: #fff;
}
.process_type_one .owl-carousel .owl-nav.disabled,
.process_type_one .owl-carousel .owl-nav {
display: none;
}
.process_type_one .owl-carousel .owl-dots.disabled {
display: block!important;
}
.process_type_one .owl-dots {
position: relative;
bottom: -20px;
width: 100%;
margin: 0 auto;
text-align: center;
padding-top: 15px;
}
.process_type_one .owl-dots .owl-dot {
position: relative;
width: 12px;
height: 12px;
margin: 0px 4px;
border-radius: 50px;
display: inline-block;
background-color: transparent;
border: 2px solid #fff;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.process_type_one .owl-dots .owl-dot:hover,
.process_type_one .owl-dots .owl-dot.active {
border: 2px solid #252525;
}
.process_type_one .porcess_outer {
position: relative;
padding: 8px;
background: #fff;
margin: 60px 8px 5px;
}
.process_type_one .arrow {
position: relative;
}
.process_type_one .arrow::before {
position: absolute;
content: url(//nealonlandscapingservices.com/wp-content/themes/lawnella/assets/img/arrow.png);
left: 0;
width: 100%;
margin: 0 auto;
text-align: center;
top: -22px;
}
@media(max-width:768px) {
.process_type_one .arrow {
display: none;
}
}
.process_type_one .porcess_outer .process_inner {
padding: 65px 35px 35px;
text-align: center;
position: relative;
border: 1px dashed #e6e6e6;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.process_type_one .porcess_outer .process_inner .image {
position: absolute;
top: -60px;
left: 0;
width: 100%;
}
.process_type_one .porcess_outer:hover .process_inner .image img {
border: 1px dashed transparent;
}
.process_type_one .porcess_outer:hover .process_inner {
border: 1px dashed #209e2e;
}
.process_type_one .process_inner .image_in {
display: inline-block;
margin-bottom: 20px;
width: 110px;
height: 110px;
padding: 8px;
position: relative;
margin: 0 auto;
border: 1px dashed #e6e6e6;
border-radius: 50%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.process_type_one .porcess_outer .process_inner .image img {
border-radius: 50%;
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.process_type_one .process_inner .image_in .overlay {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.process_type_one .process_inner .image_in .overlay:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
background: rgba(32, 158, 46, 1);
border-radius: 50%;
}
.process_type_one .porcess_outer:hover .process_inner .image_in .overlay:before {
opacity: .8;
}
.process_type_one .porcess_outer:hover .process_inner .image_in .overlay {
opacity: 1;
}
.process_type_one .porcess_outer .process_inner .image_in h6 {
position: absolute;
top: 0;
color: #fff;
left: 0;
font-size: 20px;
right: 0;
bottom: 0;
margin: auto;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
}
.process_type_one .porcess_outer .process_inner .image::before {
position: absolute;
content: '';
width: 110px;
height: 50px;
background-color: #fff;
border-bottom-left-radius: 100px;
border-bottom-right-radius: 100px;
bottom: 15px;
margin-left: 0px;
}
.process_type_one .porcess_outer .process_inner .content_inner {
position: relative;
}
.process_type_one .porcess_outer .process_inner .content_inner h2 a {
font-size: 22px;
color: #252525;
font-weight: 700;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: block;
line-height: 28px;
margin-bottom: 8px;
}
.process_type_one .porcess_outer:hover .process_inner .content_inner h2 a {
color: #209e2e;
}
.quote_client_type_one.about {
padding-top: 235px;
} .error-404.not-found {
text-align: center;
position: relative;
}
.error-404.not-found h1 {
font-size: 200px;
line-height: 200px;
color: #fff;
font-weight: 600;
}
.error-404.not-found h2 {
font-size: 40px;
line-height: 50px;
color: #fff;
font-weight: 600;
margin-bottom: 20px;
}
.error-404.not-found p {
color: #fff;
padding-bottom: 30px;
font-size: 18px;
}
.error-404.not-found .theme_btn {
background: #fff;
color: #252525;
width: 290px;
border-radius: 50px;
height: 60px;
line-height: 60px;
}
@media(max-width:992px) {
.error-404.not-found .dp_none {
display: none;
}
} .faq_type_one {
position: relative;
padding: 100px 0px 70px;
}
ul .inner.faq_inner {
display: none;
}
.accordion.faqs_accordion {
position: relative;
}
.accordion.faqs_accordion .article-title {
padding: 0px;
border-radius: 0px;
background: #fff;
border: 1px solid #e6e6e6!important;
margin: 0px;
position: relative;
}
.accordion.faqs_accordion .article-title {
padding: 14px 50px 14px 30px;
font-size: 20px;
font-weight: 600;
color: #252525;
line-height: 30px;
text-decoration: none;
margin-bottom: 20px;
background: #fff;
font-family: 'Poppins', sans-serif;
}
.accordion.faqs_accordion .article-title.active {
background: #209e2e;
color: #fff;
}
.accordion.faqs_accordion .article-title.active {
margin-bottom: 0px;
}
.accordion.faqs_accordion .article-title::before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
right: 0px;
font-size: 16px;
top: 0px;
height: 100%;
line-height: 60px;
width: 60px;
text-align: center;
border-left: 1px solid #e6e6e6;
color: #888888!important
}
.accordion.faqs_accordion .accordion-content.hide {
display: none;
}
.accordion.faqs_accordion .article-title.active::before {
border-left: 1px solid #198926;
color: #fff!important;
}
.accordion.faqs_accordion {
border-radius: 0px;
border: 0px solid #e6e6e6!important;
margin-bottom: 20px;
overflow: inherit;
}
.faq_type_one .btn-link.collapsed {
background: #fff!important;
border-radius: 0px;
color: #252525!important;
border: 1px solid #e6e6e6!important;
}
.faq_type_one .btn-link.collapsed::before {
border-left: 1px solid #e6e6e6;
color: #888888!important;
}
.faq_type_one .btn-link {
background: #209e2e!important;
border-radius: 0px;
color: #fff!important;
border: 1px solid #198926!important;
}
.faq_type_one .btn-link::before {
border-left: 1px solid #198926;
color: #fff!important;
}
.accordion.faqs_accordion .article-title::after {
position: absolute;
content: '';
height: 0px;
border-right: 13px solid transparent;
border-top: 13px solid transparent;
border-left: 13px solid transparent;
border-bottom: 13px solid #fff;
bottom: -1px;
left: 33px;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.accordion.faqs_accordion .article-title.active::after {
opacity: 1;
}
.faq_type_one .btn-link.collapsed::after {
display: none;
}
.accordion.faqs_accordion .accordion-content {
padding: 30px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
border-bottom: 5px solid #209e2e;
font-size: 16px;
color: #808080;
line-height: 26px;
font-weight: 400;
margin-bottom: 20px;
}
@media(max-width:768px) {
.accordion.faqs_accordion .article-title {
font-size: 16px;
padding: 14px 65px 14px 15px;
line-height: 26px;
}
}
@media(max-width:992px) {
.accordion.faqs_accordion {
margin-bottom: 50px;
}
}
.any_questions {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.any_questions h2 {
padding: 14px 30px;
color: #fff;
background: #209e2e;
font-weight: 600;
font-size: 24px;
line-height: 32px;
}
.any_questions .form_inner {
position: relative;
padding: 25px 30px;
}
.any_questions .form_inner label {
display: block;
font-size: 16px;
color: #808080;
line-height: 26px;
}
.any_questions .form_inner .theme_btn {
border: 0px;
box-shadow: none;
width: 100%;
border-radius: 50px;
margin-top: 10px;
}
.any_questions input[type="text"],
.any_questions input[type="email"],
.any_questions textarea {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #222;
font-weight: 400;
}
.any_questions textarea {
height: 150px!important;
}
.any_questions input::placeholder,
.any_questions textarea::placeholder {
color: #808080;
} .pricing_type_two {
position: relative;
}
.pricing_type_two .price_inner {
padding: 8px;
position: relative;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
margin-bottom: 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.pricing_type_two .price_inner .price_innner_in {
position: relative;
border: 1px dashed transparent;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
@media(max-width:3000px) and (min-width:1200px) {
.pricing_type_two .price_inner.active {
transform: translate(0px, -46px)
}
}
@media(max-width:3000px) and (min-width:1200px) {
.pricing_type_two .price_inner {
margin-top: 90px;
}
}
.pricing_type_two .price_inner:hover .price_innner_in {
border: 1px dashed #209e2e;
}
.pricing_type_two .price_inner.active .price_innner_in {
border: 1px dashed #209e2e;
}
.pricing_type_two .price_inner .upper_content {
padding: 30px 30px 20px;
position: relative;
background: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.pricing_type_two .price_inner .upper_content h5 {
font-size: 24px;
line-height: 30px;
margin-bottom: 5px;
font-weight: 600;
color: #252525;
}
.pricing_type_two .price_inner .upper_content .amount {
position: relative;
margin-top: 24px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
padding-top: 25px;
border-top: 1px solid #e2e2e2;
}
.pricing_type_two .price_inner .upper_content .amount h6 {
font-size: 22px;
color: #808080;
font-weight: 700;
}
.pricing_type_two .price_inner .upper_content .amount h6 span {
font-size: 36px;
line-height: 50px;
font-weight: 700;
color: #209e2e;
}
.pricing_type_two .price_inner .upper_content .amount h6 sup {
font-size: 24px;
color: #209e2e;
top: -0.9em;
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
.pricing_type_two .price_inner .lower_content {
position: relative;
background: #fff;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
padding: 0px 30px 30px;
overflow: hidden;
}
.pricing_type_two .price_inner .lower_content ul li {
font-size: 16px;
color: #808080;
position: relative;
padding: 10px 0px 10px 25px;
font-weight: 400;
border-bottom: 1px solid #e2e2e2;
line-height: 26px;
}
.pricing_type_two .price_inner .lower_content ul li:last-child {
border-color: #fff;
}
.pricing_type_two .price_inner .lower_content ul li::before {
content: '\f00c';
color: #209e2e;
position: absolute;
left: 0;
font-family: 'FontAwesome';
}
.pricing_type_two .popular_tag {
position: absolute;
top: -37px;
background: #209e2e;
right: -1px;
padding: 0px 9px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #fff;
font-size: 14px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
}
.pricing_type_two .price_inner .lower_content .get_start {
position: relative;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.pricing_type_two .price_inner .lower_content .theme_btn {
border-radius: 30px;
width: 100%;
position: relative;
display: inline-block;
font-size: 14px;
line-height: 56px;
height: 56px;
font-weight: 500;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
left: 0;
margin-top: 20px;
margin-bottom: 20px;
}
@media(max-width:3000px) and (min-width:1200px) {
.pricing_type_two .price_inner:hover .lower_content .get_start {
height: 90px;
line-height: 90px;
}
.pricing_type_two .price_inner.active .lower_content .theme_btn {
transform: translateY(0px);
}
.pricing_type_two .price_inner:hover {
transform: translate(0px, -46px)
}
.pricing_type_two .price_inner:hover .lower_content .theme_btn {
transform: translateY(0px);
}
.pricing_type_two .price_inner.active .lower_content .theme_btn {
transform: translateY(0px);
}
.pricing_type_two .price_inner.active .lower_content .get_start {
height: 90px;
line-height: 90px;
}
.pricing_type_two .price_inner .lower_content .theme_btn {
transform: translateY(150px);
position: absolute;
}
.pricing_type_two .price_inner .lower_content .get_start {
height: 0px;
}
} .pricing_type_two.style_three .price_inner .lower_content .theme_btn {
transform: translateY(0px);
position: relative;
margin-bottom: 0px;
}
.pricing_type_two.style_three .price_inner .lower_content .get_start{
height: auto;
line-height: inherit;
}
.pricing_type_two.style_three .price_inner{
margin-top: 0px;
background:#fff;
border-radius: 10px;
}
.pricing_type_two.style_three .price_inner.active{
transform: inherit;
background: #f4faf4;
box-shadow: unset;
}
.pricing_type_two.style_three .price_inner .price_innner_in{
background: transparent;
}
.pricing_type_two.style_three .price_inner:hover{
transform: inherit;    background: #f4faf4;    box-shadow: unset;
}
.pricing_type_two.style_three .price_inner .price_innner_in{
border: 0px!important;
}
.pricing_type_two.style_three .price_inner.active .lower_content .get_start{
height: inherit;
line-height: inherit;
}
.pricing_type_two.style_three .price_inner:hover .lower_content .get_start{
height: inherit;
line-height: inherit;
}
.pricing_type_two.style_three .price_inner .lower_content ul li{
border: 0px;
}
.pricing_type_two.style_three .popular_tag {
position: absolute;
top: 0;
background: #209e2e;
right: 0;
padding: 0px 9px;
color: #fff;
font-size: 14px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
z-index: 1;
border-radius: 5px;
}
.pricing_type_two.style_three .price_inner .upper_content .amount h6{
font-size: 16px;
font-weight: 400;
}
.pricing_type_two.style_three .price_inner .upper_content .amount{
border: 0px;
padding-top: 20px;
margin-top: 0px;
}
.pricing_type_two.style_three .price_inner .lower_content{
background: transparent;
}
.pricing_type_two.style_three .price_inner .upper_content{
padding: 30px 30px 9px;
text-align: center;  background: transparent;
}
.pricing_type_two.style_three .price_inner .lower_content ul li::before{
width: 18px;
height: 18px;
line-height: 18px;
background: #f4faf4;
text-align: center;
font-size: 10px;
border-radius: 30px;
color: #808080;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}
.pricing_type_two.style_three .price_inner .upper_content h5{
font-weight: 700;
} .testimonial_all {
position: relative;
}
.testimonial_all .testimonial_outer {
position: relative;
margin-bottom: 30px;
}
.testimonial_all.grid .testimonial_outer {
position: relative;
margin-bottom: 30px;
text-align: center;
}
.testimonial_all.grid .testimonial_outer .image img{
border-radius: 50%;
}
.testimonial_all .testimonial_outer ul {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
display: inline-block;
padding: 0px 20px;
margin-bottom: 10px;
}
.testimonial_all .testimonial_outer ul li span {
font-size: 18px;
line-height: 40px;
color: #209e2e;
}
.testimonial_all .testimonial_outer .content_inner {
position: relative;
padding: 20px 20px 0px;
}
.testimonial_all .testimonial_outer .content_inner p {
margin-bottom: 10px;
}
.testimonial_all .testimonial_outer .content_inner h1 {
font-size: 22px;
font-weight: 700;
line-height: 28px;
color: #252525;
}
.testimonial_all .testimonial_outer .authour_name p {
color: #209e2e;
} .two_columns_masonry .project_inner {
margin-bottom: 30px;
position: relative;
}
.two_columns_masonry .project_inner .image {
position: relative;
}
.two_columns_masonry .project_inner .image img {
width: 100%;
}
.two_columns_masonry .project_inner .image::before {
position: absolute;
content: '';
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.two_columns_masonry .project_inner:hover .image::before {
height: 100%;
bottom: 0;
}
.two_columns_masonry .project_inner .content_inner {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
z-index: 99;
padding: 20px;
}
.two_columns_masonry .project_inner .content_inner .overlay_content {
position: relative;
display: inline-block;
}
.two_columns_masonry .project_inner .content_inner h2 {
background: #fff;
position: relative;
z-index: 11;
display: inline-block;
padding: 15px 15px;
}
.two_columns_masonry .project_inner .content_inner h2 a {
font-size: 22px;
line-height: 28px;
color: #252525;
font-weight: 700;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
@media(max-width:768px) {
.two_columns_masonry .project_inner .content_inner h2 a {
font-size: 18px;
}
}
.two_columns_masonry .project_inner .content_inner h2:hover a {
color: #209e2e;
}
.two_columns_masonry .project_inner .content_inner .gallery_image {
position: absolute;
width: 60px;
height: 100%;
background: #209e2e;
top: 0;
right: -5px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.two_columns_masonry .project_inner .content_inner .gallery_image span {
color: #fff;
font-size: 30px;
line-height: 36px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
z-index: 10;
}
.two_columns_masonry .project_inner:hover .content_inner .gallery_image {
right: -60px;
} .three_columns_masonry .project_inner {
position: relative;
overflow: hidden;
margin-bottom: 10px;
}
.three_columns_masonry {
width: 25%;
padding: 0px 12px 10px;
}
.three_columns_masonry:nth-child(3) {
width: 50%;
}
.three_columns_masonry:nth-child(7) {
width: 50%;
}
@media(max-width:768px) {
.three_columns_masonry {
width: 100%;
}
.three_columns_masonry:nth-child(3) {
width: 100%;
}
.three_columns_masonry:nth-child(7) {
width: 100%;
}
}
.three-columns-masonry .site-main {
padding: 0px 15px 0px 0px;
}
.three_columns_masonry .project_inner .image img {
width: 100%;
}
.three_columns_masonry .project_inner .image:before {
position: absolute;
content: '';
top: 0;
left: 0;
background-color: rgba(32, 158, 46, 1);
overflow: hidden;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.three_columns_masonry .project_inner:hover .image:before {
opacity: .9;
}
.three_columns_masonry .project_inner h2 a {
color: #fff;
font-size: 30px;
line-height: 30px;
position: absolute;
top: -100%;
left: 0%;
-webkit-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
transform: translate(0%, 0%);
width: 100%;
text-align: center;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
font-weight: 600;
}
.three_columns_masonry .project_inner:hover h2 a {
opacity: 1;
top: 48%;
} .three-columns-grid .fliter_group {
text-align: center;
margin-bottom: 50px;
}
.three-columns-grid .fliter_group ul {
display: inline-block;
text-align: center;
border: 1px dashed #d2d2d2;
border-radius: 3px;
padding: 0px 60px;
}
.three-columns-grid .fliter_group ul li {
display: inline-block;
padding: 15px 15px;
position: relative;
font-weight: 600;
font-size: 16px;
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
cursor: pointer;
}
.three-columns-grid .fliter_group ul li::before {
position: absolute;
content: '';
right: 0;
top: 15px;
border: .5px dashed #d2d2d2;
width: 1px;
height: 25px;
}
.three-columns-grid .fliter_group ul li.current,
.three-columns-grid .fliter_group ul li:hover {
color: #209e2e;
}
.three-columns-grid .fliter_group ul li:last-child::before {
display: none;
}
.fliter_group.project_posts {
text-align: center;
margin-bottom: 60px;
}
.fliter_group.project_posts ul {
display: inline-block;
text-align: center;
border: 1px dashed #d2d2d2;
border-radius: 3px;
padding: 0px 60px;
}
.fliter_group.project_posts ul li {
display: inline-block;
padding: 15px 15px;
position: relative;
font-weight: 600;
font-size: 16px;
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
cursor: pointer;
}
.fliter_group.project_posts ul li::before {
position: absolute;
content: '';
right: 0;
top: 15px;
border: .5px dashed #d2d2d2;
width: 1px;
height: 25px;
}
.fliter_group.project_posts ul li.current,
.fliter_group.project_posts ul li:hover {
color: #209e2e;
}
.fliter_group.project_posts ul li:last-child::before {
display: none;
}
.three_column_filter_grid .project_inner {
position: relative;
margin-bottom: 30px;
border: 2px solid transparent;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
overflow: hidden;
}
.three_column_filter_grid .project_inner:hover {
border: 2px solid #209e2e;
}
.three_column_filter_grid .project_inner .image {
display: block;
position: relative;
}
.three_column_filter_grid .project_inner .image img {
width: 100%;
}
.three_column_filter_grid .project_inner .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(32, 158, 46, 1);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.three_column_filter_grid .project_inner:hover .overlay {
bottom: 0;
opacity: .9;
height: 100%;
}
.three_column_filter_grid .project_inner .image span.icon {
color: #fff;
font-size: 30px;
line-height: 30px;
position: absolute;
top: 35%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.three_column_filter_grid .project_inner .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fff;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -21px;
}
.three_column_filter_grid .project_inner .content_inner {
position: absolute;
width: 100%;
text-align: center;
height: auto;
left: 0;
bottom: 0;
padding: 15px 20px 12px;
background: #fff;
opacity: 0;
transform: translateY(150px);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.three_column_filter_grid .project_inner .content_inner h2 a {
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
font-size: 22px;
line-height: 28px;
font-weight: 700;
display: block;
margin-bottom: 5px;
}
@media(max-width:768px) {
.three_column_filter_grid .project_inner .content_inner h2 a {
font-size: 18px;
}
}
.three_column_filter_grid .project_inner .content_inner h2:hover a {
color: #209e2e;
}
.three_column_filter_grid .project_inner:hover .content_inner {
opacity: 1;
transform: translateY(0px);
}
.three_column_filter_grid .project_inner .content_inner p a {
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.three_column_filter_grid .project_inner .content_inner a {
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.three_column_filter_grid .project_inner .content_inner p:hover a {
color: #209e2e;
}
.three_column_filter_grid .project_inner .content_inner a:hover {
color: #209e2e;
} .two-columns-grid .container.auto_container {
padding: 0px;
}
.two-columns-grid .fliter_group {
text-align: center;
margin-bottom: 50px;
}
.two-columns-grid .fliter_group ul {
display: inline-block;
text-align: center;
border: 1px dashed #d2d2d2;
border-radius: 3px;
padding: 0px 60px;
}
.two-columns-grid .fliter_group ul li {
display: inline-block;
padding: 15px 15px;
position: relative;
font-weight: 600;
font-size: 16px;
color: #252525;
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
cursor: pointer;
}
.two-columns-grid .fliter_group ul li::before {
position: absolute;
content: '';
right: 0;
top: 15px;
border: .5px dashed #d2d2d2;
width: 1px;
height: 25px;
}
.two-columns-grid .fliter_group ul li.current,
.two-columns-grid .fliter_group ul li:hover {
color: #209e2e;
}
.two-columns-grid .fliter_group ul li:last-child::before {
display: none;
}
.two_column_filter_grid .project_inner {
position: relative;
margin-bottom: 30px;
overflow: hidden;
}
.two_column_filter_grid .project_inner .image {
display: block;
position: relative;
}
.two_column_filter_grid .project_inner .image img {
width: 100%;
}
.two_column_filter_grid .project_inner .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .9);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.two_column_filter_grid .project_inner:hover .overlay {
bottom: 0;
height: 100%;
}
.two_column_filter_grid .project_inner .image .overlay::before {
position: absolute;
content: '';
background: #209e2e;
width: 60px;
height: 0%;
right: 0;
top: 100%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.two_column_filter_grid .project_inner:hover .image .overlay::before {
height: 100%;
top: 0;
}
.two_column_filter_grid .project_inner .image span.icon {
color: #fff;
font-size: 30px;
line-height: 30px;
position: absolute;
top: 43%;
left: 42%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.two_column_filter_grid .project_inner .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fff;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -21px;
}
.two_column_filter_grid .project_inner .content_inner h2 {
position: absolute;
width: 100%;
left: -150px;
bottom: 0;
background: #209e2e;
padding: 16px 65px 16px 25px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
opacity: 0;
transition: all .6s ease-in-out;
}
.two_column_filter_grid .project_inner .content_inner h2 a {
color: #fff;
font-size: 24px;
font-weight: 600;
display: block;
}
@media(max-width:768px) {
.two_column_filter_grid .project_inner .content_inner h2 a {
font-size: 18px;
}
}
.two_column_filter_grid .project_inner .content_inner h2 span {
font-size: 13px;
float: right;
color: #fff;
line-height: 28px;
}
.two_column_filter_grid .project_inner .content_inner .meta_value a {
color: #fff;
text-align: center;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.two_column_filter_grid .project_inner:hover .content_inner h2 {
left: 0;
opacity: 1;
}
.two_column_filter_grid .project_inner .content_inner .meta_value {
position: absolute;
transform: rotate(90deg) scaleX(1);
transform-origin: top right;
top: 104px;
right: 16px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.two_column_filter_grid .project_inner:hover .content_inner .meta_value {
top: 185px;
}
.two_column_filter_grid .project_inner:hover .content_inner .meta_value a {
opacity: 1;
transform: scaleX(-1);
}
.two_column_filter_grid .project_inner .content_inner .meta_value a::before {
position: absolute;
content: '';
width: 58px;
height: .5px;
background: #fff;
margin-left: -65px;
top: 13px;
} .project_details {
position: relative;
}
.project_details .sub_title {
font-size: 36px;
line-height: 42px;
color: #252525;
margin-bottom: 20px;
font-weight: 700;
}
.project_details .project_description,
.project_details .project_scope {
position: relative;
margin-bottom: 50px;
}
.project_details .project_scope ul {
position: relative;
margin-top: 20px;
}
.project_details .project_scope ul li {
font-size: 16px;
line-height: 30px;
color: #808080;
padding-left: 30px;
}
.project_details .project_scope ul li::before {
content: "\e93b";
position: absolute;
font-size: 20px;
color: #209e2e;
font-family: 'icomoon';
left: 0;
}
.project_details .project_details_image {
position: relative;
margin-bottom: 30px;
}
.project_details .project_details_image .image {
position: relative;
margin-bottom: 10px;
}
.project_details .project_details_image .image img {
position: relative;
float: left;
width: 50%;
object-fit: cover;
height: 300px;
padding-bottom: 12px;
padding-right: 10px;
}
.project_details .project_details_image .image img:first-child {
width: 100%;
height: 440px;
}
.project_details .project_details_image .image img:nth-child(2) {
height: 470px;
}
.project_details .project_details_image .image img:nth-child(3) {
height: 235px;
}
.project_details .project_details_image .image img:nth-child(4) {
height: 235px;
}
@media(max-width:768px) {
.project_details .project_details_image .image img {
width: 100%!important;
margin-bottom: 10px!important;
margin-left: 0px!important;
margin-right: 0px;
}
.project_details .project_details_image {
margin-bottom: 50px;
}
}
.project_details .project_details_image_caro {
display: none;
margin-bottom: 50px;
}
.project_details .project_details_image {
display: block;
}
.project_details .project_details_image_caro img {
width: 100%!important;
}
.project_information {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
margin-bottom: 60px;
}
.project_information h2 {
padding: 14px 30px;
color: #fff;
background: #209e2e;
font-weight: 600;
font-size: 24px;
line-height: 32px;
}
.project_information .information_inner {
padding: 15px 30px 15px;
position: relative;
}
.project_information .information_inner .content {
position: relative;
padding: 15px 0px;
cursor: pointer;
border-bottom: 1px solid #e6e6e6;
}
.project_information .information_inner .content:last-child {
border-bottom: 0px;
}
.project_information .information_inner .content span {
float: left;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50px;
border: 2px dotted #c0c0c0;
text-align: center;
font-size: 20px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
color: #aeaeae;
}
.project_information .information_inner .content:hover span {
color: #209e2e;
border-color: #209e2e;
}
.project_information .information_inner .content .text_box {
margin-left: 80px;
}
.project_information .information_inner .content .text_box h3 {
font-size: 22px;
color: #252525;
font-weight: 700;
line-height: 26px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.project_information .information_inner .content .text_box p a {
color: #808080;
}
.project_information .information_inner .content:hover .text_box h3 {
color: #209e2e;
}
.project_details .estimations {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.project_details .estimations h2 {
padding: 14px 30px;
color: #fff;
background: #209e2e;
font-weight: 600;
font-size: 24px;
line-height: 32px;
}
.project_details .estimations .form_inner {
position: relative;
padding: 25px 30px;
}
.project_details .estimations .form_inner label {
display: block;
font-size: 16px;
color: #808080;
line-height: 26px;
margin-bottom: 20px;
}
.project_details .estimations .form_inner .theme_btn {
border: 0px;
box-shadow: none;
width: 100%;
border-radius: 50px;
margin-top: 10px;
}
.project_details input[type="text"],
.project_details input[type="email"],
.project_details textarea,
.project_details .ui-selectmenu-button {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #808080;
font-weight: 400;
display: inline-block;
margin-top: 10px;
}
.project_details input::placeholder {
color: #808080;
}
.project_details textarea::placeholder {
color: #808080;
}
.single-project .ui-selectmenu-open {
display: inline-block;
width: auto!important;
}
.project_details .ui-selectmenu-button .ui-icon::before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
right: 0px;
color: #888888;
font-size: 16px;
top: 0px;
}
.project_details textarea {
height: 150px;
}
.project_details .ui-selectmenu-button {
line-height: 21px;
color: #808080;
font-size: 14px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}
.ui-selectmenu-button .ui-icon::before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
right: 0px;
color: #888888;
font-size: 16px;
top: 0px;
}
.ui-selectmenu-button .ui-icon {
text-indent: inherit;
}
.ui-menu-item .ui-menu-item-wrapper {
padding: 10px 20px!important;
background: #fff!important;
color: #808080;
font-family: 'Poppins', sans-serif;
font-size: 14px;
border-bottom: 1px solid #e6e6e6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
background: #209e2e!important;
color: #fff;
} .inner_pg_serice_one {
position: relative;
padding: 100px 0px 70px;
}
.inner_pg_serice_one .owl-nav {
display: none!important;
}
.inner_pg_serice_one .inner_heading {
text-align: center;
position: relative;
margin-bottom: 40px;
}
.inner_pg_serice_one .inner_heading h1 {
font-size: 40px;
line-height: 46px;
color: #252525;
font-weight: 600;
margin-bottom: 10px;
}
@media (max-width:3000px) and (min-width:1200px) {
.inner_pg_serice_one .inner_heading p {
padding: 0px 280px;
}
} .inner_pg_serice_two {
position: relative;
padding: 0px 0px 70px;
}
.inner_pg_serice_two .owl-nav,
.inner_pg_serice_two .owl-dots {
display: none!important;
}
.inner_heading {
text-align: center;
position: relative;
margin-bottom: 40px!important;
}
.inner_heading h1 {
font-size: 40px;
line-height: 46px;
color: #252525;
font-weight: 600;
margin-bottom: 10px;
}
@media (max-width:3000px) and (min-width:1200px) {
.inner_heading p {
padding: 0px 280px;
}
}
.service_type_five .service_inner {
position: relative;
margin: 0px 0px 30px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
background: #fff;
overflow: hidden;
}
.service_all.service_type_five .owl-carousel  .owl-nav ,
.service_all.service_type_five .owl-carousel  .owl-dots{
display: none!important;
}
.service_type_five .owl-carousel .service_inner {
margin: 0px 15px 40px;
}
.service_type_five .service_inner .image {
display: block;
position: relative;
}
.service_type_five .service_inner .image .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 100%;
transition: .5s ease;
opacity: 0;
}
.service_type_five .service_inner:hover .image .overlay {
opacity: 1;
}
.service_type_five .service_inner span {
position: absolute;
font-size: 30px;
color: #fff;
width: 60px;
height: 60px;
line-height: 74px;
text-align: center;
background: #209e2e;
z-index: 0;
top: 0px;
left: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_five .service_inner span::after {
position: absolute;
content: '';
width: 65px;
height: 27px;
background: #209e2e;
bottom: -17px;
left: -4px;
border-bottom-right-radius: 13px;
border-bottom-left-radius: 5px;
transform: rotate(-17deg);
z-index: -1;
}
.service_type_five .service_inner .content_inner {
padding: 30px 28px 15px;
text-align: center;
position: relative;
z-index: 1;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_five .service_inner:hover .content_inner {
background: #fff;
transform: translateY(-40px);
}
.service_type_five .service_inner .content_inner h2 {
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_five .service_inner .content_inner h2 a {
color: #252525;
font-weight: 700;
font-size: 22px;
display: block;
line-height: 28px;
font-weight: 700;
margin-bottom: 7px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_five .service_inner .content_inner h2:hover a {
color: #209e2e;
}
.service_type_five .service_inner .content_inner p {
padding-bottom: 15px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
border-bottom: 1px dashed transparent;
}
.service_type_five .service_inner:hover .content_inner p {
border-bottom: 1px dashed #e6e6e6;
}
.service_type_five .service_inner .content_inner a.r_more {
display: block;
padding-top: 15px;
font-size: 14px;
font-weight: 600;
line-height: 22px;
color: #252525;
transform: translateY(83px);
position: absolute;
width: 100%;
z-index: 10;
left: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_five .service_inner:hover .content_inner a.r_more {
transform: translateY(0px);
}
.service_type_five .service_inner .content_inner a.r_more:hover {
color: #209e2e;
}
.dots_none .owl-carousel .owl-dots {
display: none!important;
}
.nav_none .owl-carousel .owl-nav {
display: none!important;
} .service_type_six {
position: relative;
}
.service_type_six .container {
padding: 0px;
}
.service_second_page {
position: relative;
margin-bottom: 40px;
}
.service_second_page h1 {
font-size: 40px;
font-weight: 600;
color: #252525;
line-height: 50px;
}
.service_second_page p {
margin-bottom: 20px;
}
.service_second_page a {
font-size: 14px;
font-weight: 600;
color: #252525;
text-transform: uppercase;
}
.service_second_page a i {
font-size: 13px;
margin-right: 10px;
color: #209e2e;
}
.service_type_six .service_inner {
position: relative;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 0;
background: transparent;
cursor: pointer;
padding: 25px 10px 25px 0px;
}
.service_all.service_type_six .owl-carousel  .service_inner{
padding: 25px 25px 25px 25px;
margin: 13px 0px;
}
.service_all.service_type_six .owl-carousel  .service_inner::before{
width: 100%;
}
.service_all.service_type_six .owl-carousel .service_inner:hover::before{
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, .04);
}
.service_type_six .service_inner::before {
position: absolute;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: -1;
background: #fff;
content: '';
cursor: pointer;
width: 106%;
height: 100%;
left: -20px;
top: 0px;
opacity: 0;
}
.service_all .service_type_six .service_inner::before {
display: none;
}
.service_all .service_type_six .service_inner {
padding-right: 30px;
}
.service_type_six .service_inner:hover::before {
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .05);
opacity: 1;
}
.service_type_six .service_inner span {
font-size: 60px;
line-height: 60px;
color: #209e2e;
margin-bottom: 13px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: block;
}
.service_type_six .service_inner h2 a {
font-size: 22px;
font-weight: 700;
color: #252525;
display: block;
margin-bottom: 10px;
line-height: 28px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_six .service_inner:hover h2 a {
color: #209e2e;
}
.contact_type_three {
position: relative;
}
.contact_type_three .project_consultation {
position: relative;
padding: 120px 0px 40px;
}
h2.offer_box_heading_two {
font-size: 40px;
line-height: 48px;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
}
.contact_type_three .pro_box {
position: relative;
padding: 40px;
background: #209e2e;
border: 1px dashed #12761d;
margin-bottom: 40px;
}
.contact_type_three .pro_box h3 {
font-size: 24px;
font-weight: 600;
color: #fff;
line-height: 30px;
margin-bottom: 10px;
}
.contact_type_three .pro_box h6 strong {
font-size: 40px;
line-height: 54px;
color: #fff;
font-weight: 800;
display: block;
margin-bottom: 4px;
}
.contact_type_three .pro_box h6 {
font-size: 16px;
color: #fff;
}
.contact_type_three .pro_box a {
width: 100%;
height: 50px;
line-height: 50px;
font-weight: 500;
border-radius: 50px;
background: #1c8828!important;
margin-top: 30px;
}
.contact_type_three .pro_box a.theme_btn:hover {
background: #252525!important;
color: #fff;
}
.contact_type_three .form_appointment {
padding: 100px 0px 70px 100px;
}
@media(max-width:992px) {
.contact_type_three .form_appointment {
padding: 0px 0px 70px 0px;
}
.contact_type_three {
background-position: 61% 0px;
}
}
.service_type_seven {
position: relative;
}
.service_type_seven .service_outer {
position: relative;
overflow: hidden;
z-index: 0;
padding: 80px 80px 80px 80px;
}
.service_type_seven .service_outer .overlay {
background: #000;
position: absolute;
width: 100%;
left: 0;
top: 0;
opacity: .8;
height: 100%;
content: '';
z-index: -2;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_seven .service_outer .overlay:before {
background: #fff;
position: absolute;
width: 100%;
left: 0;
top: 0;
opacity: 0;
height: 100%;
content: '';
z-index: -1;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_seven .service_outer:hover .overlay:before {
opacity: 1;
}
.service_type_seven .service_outer h2 a {
font-size: 22px;
line-height: 30px;
color: #ffffff;
font-weight: 700;
display: block;
margin-bottom: 8px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_seven .service_outer span {
font-size: 50px;
line-height: 50px;
display: block;
margin-bottom: 30px;
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_seven .service_outer:hover span {
color: #209e2e;
}
.service_type_seven .service_outer:hover h2 a {
color: #252525;
}
.service_type_seven .service_outer p {
color: #fff;
margin-bottom: 15px;
}
.service_type_seven .service_outer:hover p {
color: #808080;
}
.service_type_seven .service_outer .more_details {
position: relative;
font-size: 16px;
color: #fff;
font: 600;
line-height: 26px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_seven .service_outer:hover .more_details {
color: #209e2e;
} .testimonial_type_five {
position: relative;
}
.testimonial_type_five .owl-dots {
display: none;
}
.testimonial_type_five .heading_inner {
position: relative;
margin-bottom: 20px;
text-align: center;
}
.testimonial_type_five .heading_inner h1 {
font-size: 40px;
line-height: 48px;
color: #252525;
font-weight: 600;
}
.testimonial_type_five .testimonial_outer {
position: relative;
margin-top: 36px;
overflow: hidden;
padding: 40px 60px;
background: #fff;
box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .05);
margin: 15px 15px 30px;
text-align: center;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_type_five .testimonial_outer:hover {
box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, .06);
}
.testimonial_all.testimonial_type_five .owl-item {
overflow: hidden;
}
@media(max-width:1199px) {
.testimonial_type_five .owl-carousel .owl-nav {
display: none!important;
}
}
.testimonial_type_five .testimonial_outer .authour_image {
position: relative;
text-align: center;
margin-bottom: 20px;
display: inline-block;
width: 90px;
height: 90px;
}
.testimonial_type_five .testimonial_outer .authour_image img{
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
}
.testimonial_type_five .testimonial_outer ul {
position: relative;
margin-top: 15px;
box-shadow: none;
}
.testimonial_type_five .testimonial_outer ul li span {
font-size: 18px;
color: #209e2e;
}
.testimonial_type_five .testimonial_outer h6 {
font-size: 16px;
color: #808080;
font-weight: 400;
line-height: 26px;
margin-bottom: 10px;
font-family: 'Poppins' , sans-serif;
}
.testimonial_type_five .testimonial_outer h2 {
font-size: 22px;
color: #252525;
font-weight: 700;
line-height: 28px;
}
.testimonial_type_five .testimonial_outer h2 span {
font-size: 16px;
color: #209e2e;
}
.testimonial_type_five .testimonial_outer span.icon {
position: absolute;
font-size: 60px;
line-height: 60px;
opacity: .05;
top: 60px;
left: 69px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_type_five .testimonial_outer:hover span.icon {
color: #209e2e;
opacity: 1;
}
.testimonial_type_five .owl-carousel .owl-nav.disabled {
display: block;
text-align: center;
}
.testimonial_type_five .owl-carousel .owl-nav .owl-prev,
.testimonial_type_five .owl-carousel .owl-nav .owl-next {
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
color: #a8a8a8;
border-radius: 50px;
border: 1px solid #a8a8a8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
position: relative;
margin: 0px 10px;
}
.testimonial_type_five .owl-carousel .owl-nav .owl-prev .prev {
transform: rotate(180deg);
display: block;
line-height: 60px;
}
@media (max-width: 3000px) and (min-width: 1200px) {
.testimonial_type_five .owl-carousel .owl-nav .owl-prev,
.testimonial_type_five .owl-carousel .owl-nav .owl-next {
position: absolute;
}
.testimonial_type_five .owl-carousel .owl-nav .owl-next {
top: 45%;
right: -90px;
}
.testimonial_type_five .owl-carousel .owl-nav .owl-prev {
top: 45%;
left: -90px;
}
}
@media (max-width: 992px) {
.testimonial_type_five .owl-carousel .owl-nav {
margin-bottom: 20px;
text-align: center;
}
}
@media(max-width:992px) {
.testimonial_type_five .testimonial_outer {
padding: 30px 20px;
}
.testimonial_type_five .testimonial_outer span.icon {
font-size: 40px;
line-height: 40px;
left: 40px;
}
} .service_details {
position: relative;
padding: 100px 0px 70px;
}
.service_siderbar {
position: relative;
padding-right: 30px;
margin-bottom: 40px;
}
@media(max-width:992px) {
.service_siderbar {
padding: 0px;
}
}
.service_single_links {
position: relative;
overflow: auto;
}
.service_single_links ul li {
padding: 13px 0px;
border-bottom: 1px solid #e6e6e6;
position: relative;
overflow: hidden;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_single_links ul li:last-child {
border-bottom: 0px;
}
.service_single_links ul li a {
font-size: 16px;
color: #808080;
font-weight: 500;
line-height: 30px;
}
.service_single_links ul li:before {
content: "\e901";
font-family: 'icomoon';
position: absolute;
top: 11px;
left: 0;
text-align: center;
color: #808280;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_single_links ul.service-category li {
padding-left: 25px!important;
}
.service_single_links ul.service-category li:first-child {
padding-top: 0px;
}
.service_single_links ul.service-category li:last-child {
padding-bottom: 0px;
}
.service_single_links ul.service-category li:first-child:before {
top: 2px;
}
.service_single_links ul.service-category li:last-child:before {
top: 12px;
}
.service_single_links ul.service-category li:hover:before {
color: #209e2e;
}
.service_siderbar .menu-service-links-container {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
padding: 20px 30px;
margin-bottom: 40px;
}
.service_siderbar .widget_nav_menu ul li {
padding: 13px 0px;
border-bottom: 1px solid #e6e6e6;
position: relative;
overflow: hidden;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
border-right: 1px solid transparent;
}
.service_siderbar .widget_nav_menu ul li:last-child {
border-bottom: 1px solid transparent;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_siderbar .widget_nav_menu ul li:first-child {
border-top: 1px solid transparent;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_siderbar .widget_nav_menu ul li a {
font-size: 16px;
color: #808080;
font-weight: 500;
line-height: 30px;
}
.service_siderbar .widget_nav_menu ul li:before {
content: "\e901";
font-family: 'icomoon';
position: absolute;
width: 60px;
height: 100%;
background: #209e2e;
top: 0;
left: 0;
line-height: 54px;
text-align: center;
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
transform: translateX(-161px);
}
.service_siderbar .widget_nav_menu ul li:hover,
.service_siderbar .widget_nav_menu ul li.current-menu-item {
padding-left: 67px;
background: #f4f4f4;
border-right: 1px solid #e6e6e6;
}
.service_siderbar .widget_nav_menu ul li:first-child:hover,
.service_siderbar .widget_nav_menu ul li:first-child.current-menu-item {
border-top: 1px solid #e6e6e6;
}
.service_siderbar .widget_nav_menu ul li:last-child:hover,
.service_siderbar .widget_nav_menu ul li:last-child.current-menu-item {
border-bottom: 1px solid #e6e6e6;
}
.service_siderbar .widget_nav_menu ul li:hover,
.service_siderbar .widget_nav_menu ul li.current-menu-item {
padding-left: 67px;
background: #f4f4f4;
border-right: 1px solid #e6e6e6;
}
.service_siderbar .widget_nav_menu ul li:hover:before,
.service_siderbar .widget_nav_menu ul li.current-menu-item:before {
transform: translateX(0px);
}
.offer_box {
position: relative;
}
.offer_box span.icon {
color: #fff;
font-size: 54px;
line-height: 110px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
z-index: 10;
width: 110px;
height: 110px;
border-radius: 50%;
background: #209e2e;
}
.offer_box span.icon::after {
color: #fff;
position: absolute;
content: '';
top: 5px;
left: 5px;
z-index: 15;
width: 100px;
height: 100px;
border-radius: 50%;
background: transparent;
border: 2px dotted #fff;
}
.offer_box img {
width: 100%!important;
margin: 0px!important;
}
.offer_box .content_outer {
position: relative;
padding: 10px;
background: #1c1c1c;
}
.offer_box .content_inner {
position: relative;
border: 1px dashed rgba(255, 255, 255, .5);
text-align: center;
padding: 40px 30px 26px;
}
.offer_box .content_inner h2 {
font-size: 24px;
color: #209e2e;
font-weight: 600;
line-height: 28px;
margin-bottom: 15px;
}
.offer_box .content_inner h6 {
font-size: 40px;
line-height: 48px;
font-weight: 600;
color: #eaf721;
margin-bottom: 5px;
text-transform: uppercase;
}
.offer_box .content_inner p {
color: #fff;
margin-bottom: 20px;
}
.offer_box .content_inner a.theme_btn {
border-radius: 50px;
}
.pdf_download {
position: relative;
background: #209e2e;
padding: 20px;
text-align: center;
}
.pdf_download img {
margin-bottom: 30px;
}
.pdf_download h2 {
font-size: 30px;
line-height: 36px;
font-weight: 600;
color: #fff;
margin-bottom: 30px;
}
.pdf_download a.theme_btn {
border-radius: 50px;
color: #252525;
background: #fff!important;
}
.service_details .service_details_image_caro {
display: none;
margin-bottom: 50px;
}
.service_details .service_details_image {
display: block;
}
.service_details_image .image{
position: relative;
overflow: hidden;
width:100%;
height: 370px;
}
.service_details_image .image img{
width: 100%;    height: 100%;
object-fit: cover;
}
.service_details .service_details_image_caro .owl-carousel .owl-nav,
.service_details .service_details_image_caro .owl-carousel .owl-dot {
display: none!important;
}
@media(max-width:992px) {
.service_details .service_details_image {
display: none;
}
.service_details .service_details_image_caro {
display: block!important;
}
}
.service_details .service_details_image_caro img {
width: 100%!important;
}
.service_details .service_details_image .padding_lg {
padding-left: 5px;
}
.service_details .service_details_image .image {
margin-bottom: 10px;
}
.service_details .service_details_image .padding_rg {
padding-right: 5px;
}
.left_service_details .service_description {
position: relative;
margin-bottom: 40px;
}
.left_service_details .service_description p {
margin-bottom: 20px;
}
.left_service_details .service_description p span {
color: #209e2e;
font-weight: 600;
}
.service_details_image {
position: relative;
overflow: hidden;
}
.service_details_image.style-2 .owl-carousel .owl-dots,
.service_details_image.style-2 .owl-carousel .owl-nav,
.service_details_image.style-2 .owl-carousel .owl-dots.disabled,
.service_details_image.style-2 .owl-carousel .owl-nav.disabled {
display: none!important;
}
.service_details_image .owl-carousel .owl-item img {
width: 100%!important;
height: 100%!important;
object-fit: cover;
}
.service_details_image .image .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
opacity: 0;
height: 100%;
transition: .5s ease;
}
.service_details_image .image .overlay:before {
position: absolute;
bottom: 0;
content: '';
left: 0;
right: 0;
background-color: rgba(32, 158, 46, 1);
overflow: hidden;
width: 100%;
height: 100%;
transition: .5s ease;
}
.service_details_image .image:hover .overlay {
opacity: 1;
}
.service_details_image .image:hover .overlay:before {
opacity: .8;
}
.service_details_image .image .overlay span {
color: #fff;
font-size: 30px;
line-height: 30px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.services_include {
position: relative;
margin-bottom: 30px;
}
.services_include h2 {
font-size: 30px;
font-weight: 600;
color: #252525;
line-height: 36px;
}
.services_include p {
margin-bottom: 20px;
}
ul.list_items li {
font-size: 16px;
position: relative;
font-weight: 400;
color: #808080;
line-height: 38px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
ul.list_items li span {
font-size: 20px;
color: #209e2e;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
line-height: normal;
margin-top: -3px;
}
.services_include ul li:hover {
color: #209e2e;
}
.emergency_inner_ser {
position: relative;
background: url(//nealonlandscapingservices.com/wp-content/themes/img/service/service_emer.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding: 20px 40px 40px;
text-align: center;
margin-bottom: 30px;
}
.emergency_inner_ser span {
font-size: 50px;
line-height: 50px;
color: #252525;
position: relative;
z-index: 0;
display: block;
margin-bottom: 45px;
}
.emergency_inner_ser span::after {
position: absolute;
content: '';
width: 80px;
height: 100px;
top: -20px;
margin-left: -66px;
background: #eaf721;
border-bottom-right-radius: 50px;
border-bottom-left-radius: 50px;
z-index: -1;
}
.emergency_inner_ser h2 {
font-size: 30px!important;
font-weight: 600!important;
color: #fff!important;
line-height: 36px!important;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.emergency_inner_ser p {
font-size: 30px;
font-weight: 600;
color: #fff;
line-height: 36px;
padding-top: 10px;
}
.single-service .service h2.sub_title {
font-size: 34px;
line-height: 40px;
font-weight: 700;
color: #252525;
margin-bottom: 20px;
}
.single-service .service h2 {
font-size: 30px;
line-height: 52px;
font-weight: 700;
color: #252525;
}
.different_services {
position: relative;
margin-bottom: 10px;
padding-top: 20px;
}
.different_services #tabs-nav .navitem {
position: relative;
display: inline-block;
}
.different_services #tabs-nav .navitem .navlink {
position: relative;
padding: 0px;
}
.different_services #tabs-nav .navitem .navlink span {
font-size: 40px;
line-height: 50px;
display: block;
color: #209e2e;
float: left;
}
.different_services #tabs-nav .navitem .navlink h2 {
font-size: 20px;
color: #252525;
font-weight: 600;
text-align: left;
line-height: 26px;
margin-left: 15px;
}
.service_tb {
height: 90px;
width: 245px;
background: #fff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
padding: 19px 20px 20px 20px;
z-index: 0;
border: 2px solid #fff;
position: relative;
display: flex;
-ms-flex-align: center!important;
align-items: center!important;
display: -ms-flexbox;
}
.service_tb::before {
content: "\f00c";
position: absolute;
top: -15px;
right: 30px;
font-size: 18px;
color: #fff;
width: 30px;
height: 30px;
border-radius: 50px;
line-height: 28px;
text-align: center;
font-family: 'FontAwesome';
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 10;
background: #209e2e;
}
.different_services #tabs-nav .navitem.show .navlink .service_tb,
.different_services #tabs-nav .navitem.active .service_tb {
border: 2px solid #209e2e;
z-index: 0;
}
.different_services #tabs-nav .navitem.show .navlink .service_tb::before,
.different_services #tabs-nav .navitem.active .service_tb::before {
opacity: 1;
}
.different_services .tab-content {
padding: 30px 5px;
}
.different_services .df_service_inner {
position: relative;
}
@media(max-width:992px) {
.different_services .df_service_inner {
margin-bottom: 30px;
}
}
.different_services .df_service_inner p {
margin-bottom: 20px;
}
.different_services .df_service_inner p:last-child {
margin-bottom: 0px;
}
.different_services .df_service_inner ul li {
position: relative;
font-size: 16px;
color: #808080;
font-weight: 400;
line-height: 36px;
padding-left: 30px;
}
.different_services .df_service_inner ul li span {
position: absolute;
font-size: 20px;
color: #209e2e;
left: 0;    line-height: 22px;
top: 7px;
}
.about_company_right .tab-content  ul li {
position: relative;
font-size: 16px;
color: #808080;
font-weight: 400;
line-height: 36px;
padding-left: 30px;
}
.about_company_right .tab-content  ul li span {
position: absolute;
font-size: 20px;
line-height: 22px;
color: #209e2e;
left: 0;
top: 7px;
}
.different_services .image img {
width: 100%;
margin-top: 10px;
}
.single-service .app_type_two {
position: relative;
}
.single-service .app_type_two h2 {
font-size: 30px;
font-weight: 600;
line-height: 36px;
margin-bottom: 30px;
}
.app_type_two input[type="text"],
.app_type_two input[type="email"],
.app_type_two input[type="tel"],
.app_type_two .ui-selectmenu-button,
.app_type_two textarea {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #252525;
font-weight: 400;
}
.app_type_two input::placeholder {
color: #808080;
}
.app_type_two .form-group.date_clan::before {
position: absolute;
content: "\e91d";
top: 16px;
right: 20px;
font-size: 16px;
color: #808080;
font-family: 'icomoon';
} .blog_single_details {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
margin-bottom: 40px;
}
.blog_single_details table {
margin-bottom: 30px;
}
.blog_single_details ul {
padding-inline-start: 20px;
margin-bottom: 30px;
}
.blog_single_details ul.blocks-gallery-grid {
padding-inline-start: 0px;
}
.blog_single_details ul li ul {
margin: 0px;
}
.blog_single_details ul li {
list-style: disc;
margin-bottom: 5px;
}
.blog_single_details ol {
padding-inline-start: 20px;
margin-bottom: 30px;
}
.blog_single_details ol li ol {
margin: 0px;
}
.blog_single_details ol li {
margin-bottom: 5px;
}
.blog_single_details h2,
.blog_single_details h3,
.blog_single_details h4,
.blog_single_details h5,
.blog_single_details h6 {
margin-bottom: 10px;
font-weight: 700;
}
.blog_single_details_outer.tag-sticky-2,
.blog_single_details_outer.sticky,
.blog-one__single.tag-sticky-2,
.blog-one__single.sticky {
position: relative;
}
.blog_single_details_outer.tag-sticky-2::before,
.blog_single_details_outer.sticky::before,
.blog-one__single.tag-sticky-2::before,
.blog-one__single.sticky::before {
position: absolute;
top: 10px;
right: 25px;
content: '';
width: 60px;
height: 60px;
background-color: #209e2e;
z-index: 10;
clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}
.blog_single_details .entry-thumbnail .owl-carousel .owl-item img {
width: 100%!important;
height: 400px;
object-fit: cover;
}
.blog_single_details .category {
position: relative;
margin-bottom: 30px;
}
.blog_single_details .category ul {
padding-inline-start: 0px;
list-style: none;
}
.blog_single_details .category ul li {
list-style: none;
}
.blog_single_details .entry-meta {
padding-inline-start: 0px;
list-style: none;
}
.blog_single_details .entry-meta li {
list-style: none;
}
.blog_single_details .category a {
border: 1px dashed #209e2e;
padding: 6px 15px;
color: #209e2e;
}
.blog_single_details .category span {
margin-right: 5px;
}
.blog_single_details .category a {
color: #209e2e;
margin-right: 10px;
line-height: 26px;
}
.blog_single_details .entry-content {
position: relative;
padding: 30px;
}
.type-page .entry-content h2 {
margin-bottom: 10px;
}
.type-page .entry-content table {
margin-bottom: 30px;
}
.type-page .entry-content {
position: relative;
margin-bottom: 20px;
}
.type-page .entry-content p {
margin-bottom: 15px;
}
.type-page .entry-content ul {
margin-bottom: 30px;
padding-left: 20px;
}
.type-page .entry-content ul li {
list-style: none;
}
.type-page .entry-content ul li ul {
margin-bottom: 0px;
}
.type-page .entry-content ul li ul li {
list-style-type: circle;
}
.type-page .entry-footer ul {
padding-left: 0px;
}
.type-page .entry-content ul li ul li ul li {
list-style-type: square
}
.blog_single_details .entry-content p {
margin-bottom: 15px;
}
.blog_single_details .entry-content img {
margin-bottom: 0px;
max-width: 100% !important;
height: auto !important;
}
.blog_single_details .entry-content .tag {
padding-bottom: 30px;
}
.blog_single_details .category .tag a {
border: 1px dashed #209e2e;
padding: 6px 15px;
color: #209e2e;
}
.left_blog_details .category .tag a span {
color: #209e2e;
margin-right: 10px;
line-height: 26px;
}
.blog_single_details h1.entry-title {
font-size: 30px;
font-weight: 700;
line-height: 36px;
display: block;
color: #252525;
margin-bottom: 20px;
}
.single-post blockquote {
font-size: 20px;
line-height: 30px;
padding: 20px 20px 10px!important;
background: #209e2e;
font-weight: 600;
color: #fff;
display: block;
margin: 0px auto 20px!important;
}
.single-post blockquote p {
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: #fff;
display: block;
margin-bottom: 10px!important;
}
.wp-block-pullquote {
padding: 10px 0px;
}
.wp-block-pullquote blockquote {
margin-bottom: 0px!important;
}
.single-post blockquote p a {
font-size: 20px;
line-height: 30px;
background: #209e2e;
font-weight: 600;
color: #fff;
display: block;
}
.left_blog_details .blog_single_inner ul {
position: relative;
margin-bottom: 20px;
}
.blog_single_details .entry-meta {
position: relative;
margin-bottom: 12px;
}
.blog_single_details .entry-meta li {
display: inline-block;
margin-right: 8px;
margin-right: 20px;
}
.blog_single_details .entry-meta li a {
font-size: 13px;
text-transform: uppercase;
color: #808080;
position: relative;
}
.blog_single_details .entry-meta li:last-child {
margin: 0px;
}
.blog_single_details .entry-meta li.entry-categories small {
padding: 0px 3px 0px 1px;
}
.blog_single_details .entry-meta li.entry-categories small:last-child {
display: none;
}
.blog_single_details .entry-meta li span {
color: #209e2e;
margin-right: 5px;
}
.blog_single_details .media_extra {
padding: 30px;
border-top: 1px solid #e6e6e6;
}
.blog_single_details .media_extra ul li {
display: inline-block;
font-size: 16px;
font-weight: 600;
color: #252525;
}
.blog_single_details .media_extra ul li a {
color: #808080;
font-weight: 400;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.blog_single_details .media_extra ul li a:hover {
color: #209e2e;
}
.blog_single_details .media_extra ul.media_icon {
float: right;
}
.blog_single_details .media_extra ul {
position: relative;
margin: 0px;
}
.blog_single_details .media_extra ul.tags_in {
padding-top: 8px;
padding-inline-start: 0px
}
.blog_single_details .media_extra ul.tags_in li small {
color: #808080;
}
.blog_single_details .media_extra ul.tags_in li:last-child small {
display: none;
}
.blog_single_details .media_extra ul li::before {
display: none;
}
.blog_single_details .media_extra ul.media_icon li {
margin-right: 10px;
}
.blog_single_details .media_extra ul.media_icon li a {
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
display: block;
border-radius: 50px;
border: 2px dotted #d2d2d2;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.blog_single_details .media_extra ul.media_icon li:last-child {
margin-right: 0px;
}
.blog_single_details .media_extra ul.media_icon li a:hover {
border: 2px dotted #209e2e;
color: #209e2e;
}
.next_prev_post {
position: relative;
margin-bottom: 40px;
}
.next_prev_post ul li {
width: 50%;
float: left;
}
.next_prev_post ul li.second-child {
float: right;
}
.has-large-font-size {
line-height: 36px;
}
.wp-block-media-text__content {
padding-top: 10px!important;
padding-bottom: 10px!important;
}
.next_prev_post ul li .prev_post {
position: relative;
padding-right: 30px;
}
@media(max-width:768px) {
.next_prev_post ul li .prev_post {
padding-right: 0px;
}
}
.next_prev_post ul li .prev_post .image {
float: left;
text-align: left;
position: relative;
margin-top: 5px;
border-radius: 50%;
}
.next_prev_post .image .link {
position: absolute;
width: 100%;
left: 0;
height: 100%;
z-index: 10;
top: 0;
}
.next_prev_post ul li .prev_post .image img {
border-radius: 50%;
margin-right: 20px;
min-width: 80px;
}
.next_prev_post ul li .prev_post .text {
width: 100%;
float: right;
}
.next_prev_post ul li .prev_post .text p {
margin-bottom: 5px;
}
.next_prev_post ul li .prev_post .text p a {
color: #808080;
}
.next_prev_post ul li .prev_post .text p span {
margin-right: 10px;
}
.next_prev_post ul li .prev_post .text h2 {
font-size: 18px;
color: #252525;
font-weight: 600;
line-height: 28px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.next_prev_post ul li .next_post .image {
float: right;
text-align: right;
position: relative;
margin-top: 5px;
border-radius: 50%;
}
.next_prev_post ul li .next_post .image img {
border-radius: 50%;
margin-left: 20px;
min-width: 80px;
}
.next_prev_post ul li .next_post {
position: relative;
padding-left: 30px;
}
.next_prev_post ul li .next_post .text {
float: left;
width: 100%;
text-align: right;
}
.next_prev_post ul li .next_post .text p {
margin-bottom: 5px;
}
.next_prev_post ul li .next_post .text p a {
color: #808080;
display: inline-block;
width: 100%;
}
.next_prev_post ul li .next_post .text p span {
margin-left: 10px;
}
.next_prev_post ul li .next_post .text h2 {
font-size: 18px;
color: #252525;
font-weight: 600;
line-height: 28px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.wp-calendar-table {
text-align: center;
}
.wp-calendar-table a {
color: #222;
font-weight: 500;
}
.wp-calendar-table th,
.wp-calendar-table td {
padding: 10px;
border: 1px solid #eee;
}
@media(max-width:768px) {
.next_prev_post ul li {
width: 100%;
float: none;
}
.next_prev_post ul li .text {
text-align: center!important;
}
.next_prev_post ul li .prev_post {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #e6e6e6;
}
.blog_single_details .media_extra ul.tags_in {
text-align: center;
margin-bottom: 20px;
}
.blog_single_details .media_extra ul.media_icon {
float: none;
padding-inline-start: 0px;
text-align: center;
}
.next_prev_post ul li .next_post {
padding-left: 0px;
}
.next_prev_post ul li .next_post .image {
display: none;
}
.next_prev_post ul li .prev_post .image {
display: none;
}
}
.same_authour {
position: relative;
padding: 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
margin-bottom: 40px;
}
.same_authour .image {
float: left;
}
.same_authour .content {
margin-left: 120px;
position: relative;
}
.same_authour .content h2 {
font-size: 22px;
font-weight: 700;
line-height: 28px;
margin-bottom: 10px;
}
.same_authour .content p.work {
font-size: 16px;
font-weight: 500;
line-height: 26px;
color: #209e2e;
}
.same_authour .content p.desc {
padding: 20px 0px;
}
.same_authour .content ul li {
position: relative;
display: inline-block;
margin-right: 30px;
}
.same_authour .content ul li a.theme_btn {
border-radius: 50px;
}
.same_authour .content ul li a.share {
color: #808080;
}
.same_authour .content ul li .dropdown {
position: relative;
}
.same_authour .content ul li .dropdown button {
background: transparent;
border: 0px;
box-shadow: none;
}
.same_authour .content ul li .dropdown i {
font-size: 16px;
color: #808080;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50px;
border: 1px solid #e6e6e6;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0px transparent!important;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
color: inherit!important;
background-color: transparent!important;
border-color: inherit!important;
}
.same_authour .image img {
border-radius: 50%;
}
.same_authour p {
margin-bottom: 30px;
}
.same_authour .dropdown-menu {
top: -59px!important;
left: 57px!important;
border: 0px;
background: #fff;
border-radius: 0px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
padding: 10px 15px;
width: 210px!important;
text-align: center;
}
@media(max-width:768px) {
.same_authour {
padding: 30px;
}
.same_authour .image {
float: none;
}
.same_authour .content {
margin-left: 0px;
margin-top: 20px;
}
}
.comments-area {
position: relative;
width: 100%;
}
.comments-area h2.comments-title {
font-size: 30px;
font-weight: 600;
line-height: 36px;
margin-bottom: 30px;
}
.comment-list {
padding: 0px;
}
.comment-list li {
list-style: none;
}
.comments-area .inner-coment {
position: relative;
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #e6e6e6;
}
.comments-area .inner-coment:last-child {
border: 0px;
}
.comments-area ol.children {
padding: 0px;
}
.comments-area ol.children .comments-outer .inner-coment {
padding-left: 100px;
}
.comments-area .inner-coment:first-child {
border-bottom: 1px solid #e6e6e6;
}
.comments-area .inner-coment .image,
.comments-area .inner-coment .comment-text {
position: relative;
}
.comments-area .comment-list .comment .inner-coment {
position: relative;
padding-left: 90px;
margin-bottom: 40px;
}
.comments-area .comment-list ol.children {
padding-left: 15px;
}
.comments-area .inner-coment .image {
position: absolute;
left: 0px;
top: 6px;
width: 70px;
height: 70px;
border-radius: 50%;
}
.comments-area .inner-coment .image img {
border-radius: 50%;
}
.comments-outer {
position: relative;
}
.type-page p {
margin-bottom: 10px;
}
.comments-area .inner-coment .comment-text h2.name {
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
text-transform: unset;
}
.comments-area .inner-coment .comment-text h2.name a {
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
text-transform: unset;
}
.comments-area .inner-coment .comment-text h2.name span {
color: #808080;
font-size: 16px;
font-weight: 400;
}
.comments-area .inner-coment .comment-text p {
margin-bottom: 20px;
}
.comments-area .inner-coment .comment-text p img {
margin: 5px 0px;
}
.comments-area .inner-coment .comment-text a {
color: #252525;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
.comments-area .reply ul li {
display: inline-block;
}
.comment-respond {
position: relative;
background: #fff;
padding: 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
margin-bottom: 35px;
margin-top: 40px;
}
.woocommerce #review_form #respond {
box-shadow: none;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 26px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #808080;
font-weight: 400;
}
.comment-respond .comment-reply-title {
font-weight: 700;
margin-bottom: 20px;
line-height: 30px;
}
.comment-respond .comment-notes {
margin-bottom: 20px;
line-height: 26px;
}
.comment-respond .comment-form-comment {
margin-bottom: 30px;
}
.comment-respond .comment-form-cookies-consent {
float: left;
margin-top: 15px;
margin-bottom: -46px;
}
.comment-respond .form-submit {
display: block;
width: 100%;
text-align: right;
}
.logged-in-as {
position: relative;
margin-bottom: 30px;
}
.logged-in-as a {
font-size: 16px;
color: #1c1c1c;
font-weight: 500;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
width: 33.3333%;
float: left;
padding: 0 15px;
margin-bottom: 35px;
}
.comment-respond .comment-form-author {
padding-left: 0;
}
.comment-respond .comment-form-url {
padding-right: 0;
}
@media(max-width:992px) {
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
width: 100%;
float: left;
padding: 0px;
}
.comment-respond .comment-form-cookies-consent {
float: none;
margin-bottom: 30px;
}
.comment-respond .form-submit {
text-align: left;
}
}
.comment-respond textarea {
height: inherit;
}
.comment-respond .check_box {
margin-top: 30px!important;
}
.comment-respond .mg_top {
margin-top: 20px;
}
.comment-respond [type="checkbox"]:checked,
.comment-respond [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
.comment-respond [type="checkbox"]:checked+label,
.comment-respond [type="checkbox"]:not(:checked)+label {
position: relative;
padding-left: 41px;
cursor: pointer;
line-height: 28px;
display: inline-block;
color: #666;
}
.comment-respond [type="checkbox"]:checked+label:before,
.comment-respond [type="checkbox"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #e6e6e6;
background: transparent;
}
.comment-respond [type="checkbox"]:checked+label:after,
.comment-respond [type="checkbox"]:not(:checked)+label:after {
content: '';
width: 15px;
height: 15px;
background: #209e2e;
position: absolute;
top: 8px;
left: 8px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.comment-respond [type="checkbox"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.comment-respond [type="checkbox"]:checked+label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.comment-respond .submit {
border: 0px;
padding: 0px;
box-shadow: inherit;
border-radius: 50px;
font-size: 14px;
text-transform: uppercase;
color: #fff;
background: #209e2e;
display: inline-block;
width: 170px;
height: 50px;
line-height: 50px;
font-weight: 600;
text-align: center;
font-family: 'Poppins', sans-serif;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.right-sidebar .blog_siderbar {
position: relative;
margin-bottom: 30px;
margin-left: 30px;
}
@media(max-width:992px) {
.right-sidebar .blog_siderbar {
margin-left: 0px;
padding-top: 30px;
border-top: 1px solid #e6e6e6;
}
}
.left-sidebar .side_bar {
-ms-flex-order: -1;
order: -1;
}
.right-sidebar .side_bar {
-ms-flex-order: 13;
order: 13;
}
.side_bar.shop-right-sidebar {
-ms-flex-order: 13;
order: 13;
}
.side_bar.shop-left-sidebar {
-ms-flex-order: -1;
order: -1;
}
.side_bar.shop-left-sidebar .blog_siderbar {
margin-right: 20px;
margin-left: 0px;
}
.side_bar.shop-right-sidebar .blog_siderbar {
margin-right: 0px;
margin-left: 20px;
}
.shop-sidebar .widget {
position: relative;
margin-bottom: 40px;
}
.shop-sidebar .service_single_links ul li {
padding-left: 25px;
}
.left-sidebar .blog_siderbar {
position: relative;
margin-bottom: 30px;
margin-right: 30px;
}
@media(max-width:992px) {
.left-sidebar .blog_siderbar {
margin-right: 0px;
border-bottom: 1px solid #e6e6e6;
}
}
.blog_siderbar .search_box {
position: relative;
margin-bottom: 30px;
}
.blog_siderbar .wp-block-search__inside-wrapper input {
position: relative;
position: relative;
width: 100%!important;
height: 54px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px 30px;
line-height: 54px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #888;
border-radius: 50px;
font-weight: 400;
}
.blog_siderbar .wp-block-group__inner-container h1 , 
.blog_siderbar .wp-block-group__inner-container h2 , 
.blog_siderbar .wp-block-group__inner-container h3 , 
.blog_siderbar .wp-block-group__inner-container h4 , 
.blog_siderbar .wp-block-group__inner-container h5 , 
.blog_siderbar .wp-block-group__inner-container h6 {
position: relative;
font-size: 20px;
font-weight: 700;
line-height: 30px;
text-transform: uppercase;
margin-bottom: 20px;
color: #252525;
} 
.blog_siderbar .wp-block-latest-comments__comment a{
color: #252525;
}
.blog_siderbar ul li a{
font-size: 16px;
line-height: 26px;
color: #252525;
font-weight: 400;
display: block;
margin-bottom: 10px;
}
.blog_siderbar .wp-block-search__inside-wrapper .wp-block-search__button  {
width: 130px;
position: absolute;
top: 5px;
right: 5px;
height: 44px;
border-radius: 50px;
background: #209e2e;
border: 0px;
color: #fff;
box-shadow: inherit;
}
.blog-sidebar .blog_siderbar .widget {
position: relative;
margin-bottom: 40px;
overflow: auto;
}
.page-sidebar .blog_siderbar .widget {
position: relative;
border: 0px solid #e6e6e6;
margin-bottom: 30px;
overflow: auto;
}
.service-sidebar .blog_siderbar .widget {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
margin-bottom: 30px;
padding: 20px;
overflow: auto;
}
.blog_siderbar .widget.widget_search {
padding: 0px;
border: 0px solid #e6e6e6;
}
.blog_siderbar .widget_categories,
.blog_siderbar .widget_archive,
.blog_siderbar .widget_meta,
.blog_siderbar .widget_recent_comments {
position: relative;
}
.blog_siderbar .widget_archive .screen-reader-text {
font-size: 0px!important;
}
.side_bar .widget_archive select {
position: relative;
width: 100%;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 10px 20px;
line-height: 26px;
font-size: 16px;
color: #808080;
font-weight: 500;
-webkit-appearance: none;
appearance: none;
}
.side_bar .widget_categories select {
position: relative;
width: 100%;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
line-height: 26px;
font-size: 16px;
color: #808080;
font-weight: 500;
padding: 10px 10px;
}
.side_bar .widget_archive .screen-reader-text::before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
right: 19px;
color: #888888;
font-size: 16px;
top: 10px;
}
.side_bar .widget_archive select::placeholder {
color: #808080;
}
.blog_siderbar .widget.widget_categories ul,
.blog_siderbar .widget.widget_archive ul,
.blog_siderbar .widget.widget_meta ul,
.blog_siderbar .widget.widget_recent_comments ul,
.blog_siderbar .widget.widget_pages ul,
.blog_siderbar .widget.widget_nav_menu ul,
.blog_siderbar .widget.widget_rss ul,
.blog_siderbar .widget.widget_text .textwidget {
position: relative;
z-index: 10;
}
.blog_siderbar .widget_pages ul.children {
padding: 0px 0px 0px 20px;
border: 0px;
}
.blog_siderbar .widget.widget_text .textwidget p,
.blog_siderbar .widget.widget_text .textwidget p strong,
.blog_siderbar .widget.widget_text .textwidget img {
margin-bottom: 15px;
}
.blog_siderbar .widget_nav_menu ul.sub-menu {
padding: 0px 0px 0px 3px;
border: 0px;
}
.blog_siderbar label {
position: absolute;
top: -10000em;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.blog_siderbar .ui-selectmenu-button {
position: relative;
width: 100%!important;
height: 60px;
background: #fff;
border: 1px solid #e6e6e6!important;
padding: 20px;
margin: 0;
line-height: 23px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #252525;
font-weight: 400;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
height: 400px;
}
.blog_siderbar .widget_nav_menu ul.sub-menu li a:hover {
color: #209e2e;
}
.blog_siderbar .widget.widget_text select {
max-width: 100%;
box-sizing: border-box;
white-space: normal;
word-wrap: break-word;
width: 100%!important;
height: 54px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 10px 6px;
line-height: 26px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #888;
font-weight: 400;
}
option {
display: inline-block;
max-width: 100%;
box-sizing: border-box;
white-space: normal;
word-wrap: break-word;
}
.blog_siderbar .widget.widget_text .textwidget form {
display: block;
text-overflow: ellipsis;
position: relative;
}
.widget_categories ul.children {
padding: 0px 0px 0px 20px;
border: 0px;
margin-top: 10px;
margin-left: auto;
overflow: auto;
border-top: 1px solid #e6e6e6;
}
.widget_categories ul.children li:first-child {
padding-top: 10px!important;
padding-bottom: 10px;
}
.widget_categories ul.children li a:hover {
color: #209e2e;
}
.widget_categories ul.children li:last-child {
padding-bottom: 0px;
}
.blog_siderbar .widget_categories ul li,
.blog_siderbar .widget_archive ul li {
text-align: right;
width: 100%;
float: left;
margin: 0;
padding: 10px 0px 10px 0px;
border-bottom: 1px solid #e6e6e6;
position: relative;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.blog_siderbar .widget_categories ul li a,
.blog_siderbar .widget_archive ul li a {
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
font-size: 16px;
color: #808080;
float: left;
margin: 0px;
}
.blog_siderbar .widget_categories ul li:first-child,
.blog_siderbar .widget_archive ul li:first-child,
.blog_siderbar .widget_meta ul li:first-child,
.blog_siderbar .widget_recent_comments ul li:first-child .blog_siderbar .widget.widget_rss ul li:first-child {
padding-top: 0px;
}
.blog_siderbar .widget_categories ul li:last-child,
.blog_siderbar .widget_archive ul li:last-child,
.blog_siderbar .widget_meta ul li:last-child,
.blog_siderbar .widget_recent_comments ul li:last-child,
.blog_siderbar .widget_pages ul li:last-child,
.blog_siderbar .widget.widget_rss ul li:last-child {
border-bottom: 0px;
}
.blog_siderbar .widget_nav_menu ul li {
display: block;
position: relative;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
font-size: 16px;
color: #808080;
transition: all .6s ease-in-out;
}
.blog_siderbar .widget_nav_menu ul li a {
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: block;
padding: 10px 0px 10px 0px;
border-bottom: 1px solid #e6e6e6;
}
.blog_siderbar .widget_nav_menu ul li:last-child a {
border: 0px;
}
.blog_siderbar .widget_nav_menu ul.sub-menu li a {
border-bottom: 1px solid #e6e6e6;
}
#monster-widget-placeholder-5 .screen-reader-text {
display: none;
}
.blog_siderbar .widget_categories ul li a:hover,
.blog_siderbar .widget_archive ul li a:hover,
.blog_siderbar .widget_meta ul li a:hover {
color: #209e2e;
}
.blog_siderbar .widget_recent_comments ul li {
font-weight: 600;
padding: 10px 0px;
border-bottom: 1px solid #e6e6e6;
}
.blog_siderbar .widget.widget_rss ul li {
padding: 10px 0px;
border-bottom: 1px solid #e6e6e6;
}
.blog_siderbar .widget_recent_comments ul li a,
.blog_siderbar .widget_recent_comments ul li a {
font-weight: 400;
}
.blog_siderbar .widget_meta ul li a,
.blog_siderbar .widget_pages ul li a {
font-size: 16px;
color: #808080;
width: 100%;
margin: 0;
padding: 10px 0px 10px 0px;
border-bottom: 1px solid #e6e6e6;
position: relative;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: block;
}
.blog_siderbar .widget_meta ul li:last-child a,
.blog_siderbar .widget_pages ul li:last-child a,
.blog_siderbar .widget.widget_rss ul li:last-child a {
border-bottom: 0px;
padding-bottom: 0px;
}
.blog_siderbar .widget_pages ul li ul.children li a {
border-bottom: 1px solid #e6e6e6!important;
padding-bottom: 10px!important;
}
.blog_siderbar .widget_meta ul li:first-child a,
.blog_siderbar .widget.widget_rss ul li:first-child a {
padding-top: 0px;
}
.blog_siderbar .widget_recent_comments ul li a {
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.blog_siderbar .widget_pages ul li a {
width: auto;
float: none;
}
.blog_siderbar .widget_nav_menu ul li a {
width: auto;
float: none;
}
.blog_siderbar .widget_rss ul li a {
width: auto;
float: none;
display: block;
margin-top: 5px;
}
.blog_siderbar .widget_rss ul li span {
display: block;
margin-bottom: 10px;
}
.blog_siderbar .widget_meta ul li a {
width: auto;
display: block;
float: none;
} .comments-link span.screen-reader-text {
display: none;
} .widget .post_inner.inner_box .blog_in {
position: relative;
margin-bottom: 15px;
padding-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
display: flex;
}
.widget .post_inner.inner_box {
position: relative;
padding: 0px 0 0;
}
.footer .widget .post_inner.inner_box {
padding: 0px;
}
.footer .widget_categories ul.children {
border: 0px;
margin: 0px;
}
.footer .widget ul li a,
.footer .footer_widgets ul li a {
color: #888;
}
.footer .rssSummary {
color: #fafafa;
}
.footer label {
font-size: 0px;
line-height: 0px;
margin: 0px;
padding: 0px;
display: inherit;
}
.footer .ui-selectmenu-button {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid rgba(255, 255, 255, .1);
padding: 20px;
margin: 0;
line-height: 23px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #252525;
font-weight: 400;
}
.footer .widget_categories select {
position: relative;
width: 100%;
height: 60px;
background: transparent;
border: 1px solid rgba(255, 255, 255, .1)!important;
line-height: 26px;
font-size: 16px;
color: #fafafa!important;
font-weight: 500;
padding: 10px 10px;
}
.footer select option {
color: #888!important;
}
.widget_pages ul li a {
color: #888;
font-weight: 400;
}
.widget_pages ul li {
position: relative;
color: #fff;
font-weight: 400;
}
.widget_pages ul.children {
padding-left: 10px;
}
.widget .blog_in {
position: relative;
margin-bottom: 15px;
padding-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
}
.widget .blog_in:last-child {
border: 0px!important;
padding-bottom: 0px!important;
}
.widget .blog_in .image {
position: relative;
margin-top: 4px;
margin-right: 10px;
}
.widget .blog_in .image .image_inner {
overflow: hidden;
position: relative;
}
.widget .blog_in .image img {
min-width: 70px;
}
.widget .blog_in .image .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
width: 100%;
height: 100%;
opacity: 0;
transition: .5s ease;
}
.widget .blog_in .image .overlay:before {
position: absolute;
bottom: 0;
left: 0;
right: 0;
content: '';
background-color: rgba(32, 158, 46, 1);
width: 100%;
height: 100%;
opacity: 0;
transition: .5s ease;
}
.widget .blog_in:hover .image .overlay:before {
opacity: .9;
}
.widget .blog_in:hover .image .overlay {
opacity: 1;
}
.widget .image .overlay span {
color: #fff;
font-size: 30px;
line-height: 30px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.widget .blog_in .content_inner {
position: relative;
}
.widget .blog_in .content_inner h2 {
padding: 0;
border: 0px;
}
.widget .blog_in .content_inner p {
position: relative;
font-size: 13px;
}
.widget .blog_in .content_inner p span {
margin-right: 8px;
font-size: 13px;
}
.widget .blog_in .content_inner h2 a {
font-size: 18px;
color: #252525;
font-weight: 600;
line-height: 24px;
display: block;
}
.widget_recent_entries {
position: relative;
}
.widget_recent_entries ul li {
position: relative;
margin-bottom: 20px;
}
.widget_recent_entries ul li:last-child {
margin-bottom: 0px;
}
.widget_recent_entries ul li a {
font-size: 18px;
color: #252525;
font-weight: 500;
line-height: 24px;
display: block;
}
.widget_recent_entries ul li span {
position: relative;
font-size: 13px;
color: #888;
}
.blog_siderbar .archive_blog {
border: 1px solid #e6e6e6;
position: relative;
}
.archive_blog {
position: relative;
margin-bottom: 30px;
}
.arch_inner ul li {
padding: 10px 20px;
margin-bottom: 8px;
border: 1px solid #e6e6e6;
overflow: hidden;
position: relative;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.arch_inner ul li a::before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
right: 19px;
color: #888888;
font-size: 16px;
top: 10px;
}
.arch_inner ul li a {
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.blog_siderbar .instagram_blog {
border: 1px solid #e6e6e6;
position: relative;
}
.instagram_blog {
position: relative;
margin-bottom: 30px;
}
.insta_inner ul li {
display: inline-block;
}
.blog_siderbar .tag_blog {
border: 1px solid #e6e6e6;
position: relative;
}
.tagcloud {
position: relative;
}
.tagcloud a {
font-size: 16px!important;
color: #808080;
margin-bottom: 10px;
display: inline-block;
margin-right: 10px;
position: relative;
}
.tagcloud a:nth-child(3) {
font-size: 20px!important;
}
.tagcloud a:nth-child(5) {
font-size: 20px!important;
}
.tagcloud a:nth-child(9) {
font-size: 20px!important;
}
.tagcloud a:nth-child(11) {
font-size: 20px!important;
}
.tagcloud a:nth-child(12) {
font-size: 20px!important;
}
.tag_inner a:nth-child(14) {
font-size: 20px!important;
}
.blog_siderbar .subscribe_blog {
border: 1px solid #e6e6e6;
position: relative;
}
.subscribe {
position: relative;
padding: 30px 25px;
}
.subscribe input[type="email"] {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #1c1c1c;
font-weight: 400;
}
.subscribe input::placeholder {
color: #808080;
}
.subscribe .theme_btn {
border-radius: 50px;
margin-top: 20px;
box-shadow: 0px;
width: 100%;
border: 0px;
}
.blog_siderbar .widget-title {
position: relative;
font-size: 20px;
font-weight: 700;
line-height: 30px;
text-transform: uppercase;
margin-bottom: 20px;
color: #252525;
}
.blog_siderbar .widget-title a {
color: #252525;
}
#monster-widget-placeholder-11 .search_box {
margin-top: 10px;
}
#monster-widget-placeholder-1 {
overflow: auto;
}
#monster-widget-placeholder-4 {
overflow: auto;
} .blog_left_sidebar {
padding: 100px 0px 100px;
position: relative;
}
.left_sidebar_details.news_type_one {
padding: 0px;
}
.blog_left_sidebar .blog_siderbar {
margin-left: 0px;
margin-right: 30px;
}
@media(max-width:992px) {
.blog_left_sidebar .blog_siderbar {
margin-right: 0px;
}
}
.blog_right_sidebar {
padding: 100px 0px 100px;
position: relative;
}
.right_sidebar_details.news_type_one {
padding: 0px;
}
.blog_right_sidebar .blog_siderbar {
margin-left: 30px;
}
@media(max-width:992px) {
.blog_right_sidebar .blog_siderbar {
margin-left: 0px;
}
}
.right_sidebar_details.news_type_one .latest_news_inner .content_inner p {
margin: 25px 0px;
} .pagination_box {
position: relative;
text-align: center;
width: 100%;
margin: 20px 0px;
}
@media(max-width:992px) {
.pagination_box {
margin-bottom: 60px;
}
}
.pagination_box ul {
position: relative;
display: block;
text-align: center;
}
.pagination_box ul li {
display: inline-block;
padding: 0px 5px;
}
.pagination_box ul li:first-child a,
.pagination_box ul li:last-child a {
border-radius: 50px;
}
.pagination_box ul li a {
width: 52px;
height: 52px;
border-radius: 50px;
border: 2px solid #e6e6e6;
line-height: 50px;
text-align: center;
display: block;
font-size: 16px;
color: #808080;
font-weight: 600;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.pagination_box ul li:hover a,
.pagination_box ul li.active a {
background: #fff;
border: 2px solid #209e2e;
color: #209e2e;
}
.pagination_box ul li span.page-numbers {
width: 52px;
height: 52px;
border-radius: 50px;
border: 2px solid #e6e6e6;
line-height: 50px;
text-align: center;
display: block;
font-size: 16px;
color: #808080;
font-weight: 600;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.pagination_box ul li span.current {
background: #fff;
border: 2px solid #209e2e;
color: #209e2e;
}
.pagination_box_type_two {
position: relative;
margin-top: 30px;
}
.pagination_box_type_two ul {
display: block;
border-top: 1px solid #e6e6e6;
}
.pagination_box_type_two .page-item:first-child {
float: left;
border-right: 1px solid #e6e6e6;
}
.pagination_box_type_two .page-item:last-child {
float: right;
border-left: 1px solid #e6e6e6;
}
.pagination_box_type_two .page-item {
padding: 30px 50px;
border: 0px;
}
.pagination_box_type_two .page-item a {
border: 0px;
padding: 0px;
font-size: 16px;
font-weight: 600;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
color: #252525;
text-transform: uppercase;
}
.pagination_box_type_two .page-link:focus {
z-index: 2;
outline: 0;
box-shadow: none;
}
.pagination_box_type_two .page-link:hover {
color: #209e2e;
background: transparent;
} .address_type_two {
position: relative;
}
.address_type_two .addres_box {
position: relative;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .08);
padding: 40px;
background-position: center!important;
background-size: cover!important;
background-repeat: no-repeat!important;
min-height: 358px;
}
.address_type_two .addres_box .address_inner {
position: relative;
text-align: center;
cursor: pointer;
}
.address_type_two .addres_box .address_inner.side {
padding: 30px 10px 30px;
}
.address_type_two .addres_box .box_outer:first-child::before {
width: 1px;
height: 100%;
background: #e6e6e6;
content: '';
position: absolute;
right: 0;
top: 0;
}
.address_type_two.elementor_elements .addres_box .box_outer .before {
width: 1px;
height: 100%;
background: #e6e6e6;
content: '';
position: absolute;
right: 0;
top: 0;
}
.address_type_two.elementor_elements .addres_box .box_outer:before{
display: none!important;
}
.address_type_two .addres_box .box_outer:last-child::before {
width: 1px;
height: 100%;
background: #e6e6e6;
content: '';
position: absolute;
left: 0;
top: 0;
}
@media (max-width:3000px) and (min-width:1200px) {
.address_type_two .addres_box .address_inner.mid {
padding: 10px 20px 10px;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
}
}
.address_type_two .addres_box .address_inner span {
font-size: 70px;
color: #b8b8b8;
line-height: 76px;
margin-bottom: 15px;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.address_type_two .addres_box .address_inner h2 {
font-size: 22px;
color: #252525;
line-height: 28px;
font-weight: 700;
margin-bottom: 10px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.address_type_two .addres_box .address_inner a {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
color: #252525;
margin-top: 30px;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.address_type_two .addres_box .address_inner:hover a {
color: #209e2e;
}
.address_type_two .addres_box .address_inner:hover span {
color: #209e2e;
}
.address_type_two .addres_box .address_inner:hover h2 {
color: #209e2e;
}
.form_contact {
position: relative;
z-index: 10;
}
.form_contact .form_contact_inner {
position: relative;
background: #209e2e;
z-index: 0;
}
.form_contact .form-group.mg_top.check_box {
margin-top: 16px;
}
.form_contact .form_contact_inner .image_bg {
position: absolute;
top: -58px;
right: 0;
z-index: -1;
}
.form_contact .ui-selectmenu-button .ui-icon::before {
color: #808080;
}
.form_contact input[type="text"],
.form_contact input[type="email"],
.form_contact input[type="tel"],
.form_contact .ui-selectmenu-button,
.form_contact textarea {
position: relative;
width: 100%!important;
height: 60px;
background: #fff;
border: 1px solid #209e2e!important;
padding: 20px;
line-height: 60px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #252525;
font-weight: 400;
}
.form_contact input::placeholder,
.form_contact textarea::placeholder {
color: #aaaaaa;
font-family: 'Poppins', sans-serif;
font-weight: 400;
}
.form_contact.two_t input::placeholder,
.form_contact.two_t textarea::placeholder {
color: #aaaaaa;
font-family: 'Poppins', sans-serif;
font-weight: 400;
}
.form_contact .ui-state-hover,
.form_contact .ui-widget-content .ui-state-hover,
.form_contact .ui-widget-header .ui-state-hover,
.form_contact .ui-state-focus,
.form_contact .ui-widget-content .ui-state-focus,
.form_contact .ui-widget-header .ui-state-focus,
.form_contact .ui-button:hover,
.form_contact .ui-button:focus {
background: #209e2e!important;
font-weight: 400!important;
color: #fff;
}
.form_contact .ui-selectmenu-button {
line-height: 23px!important;
}
.form_contact textarea {
height: 120px!important;
line-height: inherit!important;
}
.form_contact .ui-selectmenu-text {
color: #aaaaaa;
font-family: 'Poppins', sans-serif;
font-size: 16px;
}
.form_contact [type="checkbox"]:checked,
.form_contact [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
.form_contact [type="checkbox"]:checked+.wpcf7-list-item-label,
.form_contact [type="checkbox"]:not(:checked)+.wpcf7-list-item-label {
position: relative;
padding-left: 41px;
cursor: pointer;
line-height: 28px;
display: inline-block;
color: #aaaaaa;
}
.form_contact.two_t [type="checkbox"]:checked+.wpcf7-list-item-label,
.form_contact.two_t [type="checkbox"]:not(:checked)+.wpcf7-list-item-label {
color: #808080;
}
.form_contact [type="checkbox"]:checked+.wpcf7-list-item-label:before,
.form_contact [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #e6e6e6;
background: transparent;
}
.form_contact.two_t [type="checkbox"]:checked+.wpcf7-list-item-label:before,
.form_contact.two_t [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:before {
border: 1px solid #d4d4d4;
}
.form_contact [type="checkbox"]:checked+.wpcf7-list-item-label:after,
.form_contact [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after {
content: '';
width: 15px;
height: 15px;
background: #209e2e;
position: absolute;
top: 8px;
left: 8px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.form_contact.two_t [type="checkbox"]:checked+.wpcf7-list-item-label:after,
.form_contact.two_t [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after {
background: #209e2e;
}
.form_contact [type="checkbox"]:not(:checked)+.wpcf7-list-item-label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.form_contact [type="checkbox"]:checked+.wpcf7-list-item-label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.form_contact .form-group.apbtn {
text-align: right;
}
.form_contact .theme_btn {
border: 0px;
box-shadow: 0px;
border-radius: 30px;
height: 60px;
width: 190px;
background: #209e2e;
color: #fff;
}
.form_contact .theme_btn:hover {
background: #252525;
color: #fff;
}
.form_contact.two_t .theme_btn {
border: 0px;
box-shadow: none;
border-radius: 30px;
height: 60px;
width: 190px;
background: #209e2e;
color: #fff;
}
.form_contact.two_t .theme_btn:hover {
background: #252525;
color: #fff;
}
.error404 .site-content {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 100px;
text-align: center;
}
.search-no-results .no-results.not-found {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 100px;
text-align: center;
}
.search-no-results .no-results .search_box {
padding: 20px;
}
.search-no-results .no-results .search_box input {
position: relative;
background: transparent;
border: 0px;
box-shadow: none;
border-radius: 3px;
height: 60px;
padding: 20px;
width: 400px;
color: #fff;
border: 1px dashed #fff;
font-size: 15px;
display: inline-block;
}
.search-no-results .not-found h1 {
font-size: 120px;
color: #fff;
font-weight: 600;
line-height: 130px;
margin-bottom: 20px;
}
@media(max-width:600px) {
.search-no-results .not-found h1 {
font-size: 40px;
color: #fff;
font-weight: 600;
line-height: 50px;
margin-bottom: 10px;
}
.search-no-results .search_box input {
width: auto;
}
}
.search-no-results .no-results .search_box button {
width: 200px;
display: block;
text-align: center;
margin: 0 auto;
font-size: 14px;
text-transform: uppercase;
color: #2b2b2b;
background: #fff;
height: 50px;
line-height: 50px;
font-weight: 600;
transition: all .5s ease;
text-align: center;
font-family: 'Poppins', sans-serif;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
box-shadow: 0px 0px 0px 0px transparent;
border: 0px solid transparent;
border-radius: 50px;
margin-top: 30px;
}
.search-no-results .not-found p {
font-size: 18px;
line-height: 30px;
color: #fff;
}
.search-no-results .not-found h2 {
font-size: 36px;
line-height: 42px;
color: #fff;
font-weight: 600;
margin-bottom: 20px;
}
.search-no-results .no-results .search_box input::placeholder {
color: #fff;
}
.search-no-results .page-header {
display: none;
}
.search-no-results .page-header {
display: none;
}
.error404 .search_box {
padding: 20px;
}
.error404 .search_box input {
position: relative;
background: transparent;
border: 0px;
box-shadow: none;
border-radius: 3px;
height: 60px;
padding: 20px;
width: 400px;
color: #fff;
border: 1px dashed #fff;
font-size: 15px;
display: inline-block;
}
.error404 .search_box button {
width: 200px;
display: block;
text-align: center;
margin: 0 auto;
font-size: 14px;
text-transform: uppercase;
color: #2b2b2b;
background: #fff;
height: 50px;
line-height: 50px;
font-weight: 600;
transition: all .5s ease;
text-align: center;
font-family: 'Poppins', sans-serif;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
box-shadow: 0px 0px 0px 0px transparent;
border: 0px solid transparent;
border-radius: 50px;
margin-top: 30px;
}
.error404 .search_box input::placeholder {
color: #fff;
}
div.wpcf7-response-output {
background: #fff;
position: relative;
border: 0px;
text-align: center;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
padding: 10px;
}
span.wpcf7-not-valid-tip {
color: #209e2e;
font-size: 12px;
position: relative;
} .topbar.version_v4 {
position: relative;
background: #033209;
}
.topbar.version_v4 .top_bar_widgets_inner.left {
margin-top: 2px;
}
.topbar .topbar-one.topbar-widgets.left {
margin-top: 3px;
}
.topbar.version_v4 ul li {
color: #ffffff;
position: relative;
line-height: 28px;
}
.topbar.version_v4 ul li a {
color: #ffffff;
}
.topbar.version_v4 ul li i,
.topbar.version_v4 ul li span {
margin-right: 10px;
color: #209e2e;
vertical-align: middle;
}
.topbar.version_v4 ul li:first-child {
margin-right: 35px;
}
.topbar.version_v4 ul li:first-child span {
font-weight: 600;
}
.topbar.version_v4 ul li a.loca_pin {
background: #033209;
border-color: #083e0e;
color: #fff;
}
.topbar.version_v4 ul.social_media li {
position: relative;
margin-right: 5px;
}
.topbar.version_v4 ul.social_media li.free_quote {
margin-right: 0px;
}
.topbar.version_v4 ul.social_media li a {
position: relative;
width: 40px;
display: block;
height: 40px;
text-align: center;
line-height: 38px;
border: 2px dotted #198c26;
background: #198c26;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
border-radius: 50px;
color: #fff;
}
.topbar.version_v4 ul.social_media li.free_quote a {
width: 140px;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.topbar.version_v4 ul.social_media li a:hover {
background: #209e2e;
border: 2px dotted #fff;
}
.header-style-v4 .bsnav {
position: relative;
padding: 10px 0px 5px;
}
.header-style-v4 .bsnav-sticky.bsnav-sticky-slide.sticked {
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.header-style-v4 .navbar-expand-lg .navbar-nav .nav-link,
.header-style-v4 .navbar-nav .nav-link {
color: #252525;
font-size: 15px;
padding: 34px 16px 34px;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.dropdown .nav-link {
padding: 34px 20px 34px;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item {
position: relative;
display: inline-block;
text-align: center;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item {
display: block;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item::before,
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item::after {
display: none;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.dropdown .nav-link::before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
font-size: 16px;
right: 6px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
top: 34px;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.active .nav-link::before,
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item .nav-link:hover::before {
color: #209e2e;
}
.header-style-v4 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v4 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
color: #209e2e;
}
.header-style-v4 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.current-page-active .nav-link,
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.current-page-active::before {
color: #209e2e;
}
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.current-page-active .nav-link,
.header-style-v3 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.current-page-active::before {
color: #222;
}
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
color: #222;
}
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.current-page-active .nav-link,
.header-style-v2 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.current-page-active::before {
color: #209e2e;
}
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.current-page-active .nav-link,
.header-style-v1 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.current-page-active::before {
color: #209e2e;
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children.current-page-active .nav-link {
color: #209e2e;
}
.header-style-v4 .navbar_right {
margin-left: 10px;
}
.header-style-v4 .menu-item.dropdown .dropdown-menu {
margin-top: 5px!important;
}
.header-style-v4 .navbar_right .nav-item .nav-link {
padding: 0px;
margin-left: 30px;
}
.header-style-v4 .navbar_right .icon-search {
width: 50px;
height: 50px;
line-height: 50px;
background: #209e2e;
color: #fff;
border-radius: 50px;
display: block;
text-align: center;
}
.header-style-v4 .navbar-expand-lg .navbar-nav .nav-item.search_link {
margin-right: 0px;
}
.header-style-v4 .navbar-expand-lg .navbar-nav.navbar_right .dropdown-item {
padding: 0px!important;
} .topbar.version_v4.version_v5{
position: relative;
background: #209e2e;
}
.topbar.version_v4.version_v5 ul li i, .topbar.version_v4.version_v5 ul li span{
color: #fff;
}
.header-style-v4.style-v6{
position: absolute;
z-index: 999;
width: 100%;
left: 0;
background:transparent;
}
.header-style-v4.style-v6 .bsnav{
background: transparent;
}
.header-style-v4.style-v6 .navbar-expand-lg .navbar-nav .nav-link, .header-style-v4.style-v6 .navbar-nav .nav-link{
color: #fff;
}
header .dropdown-menu-mini-cart{
padding: 10px!important;
}
.header-style-v4.style-v6 .navbar_right i{
background: transparent;
border: 1px solid #fff;
width: 50px;
height: 50px;
line-height: 50px;
background: transparent;
color: #fff;
border-radius: 50px;
display: block;
text-align: center;
}
.header-style-v4.style-v6 .navbar_right .search_link  {
position: relative;
}
.header-style-v4.style-v6 .navbar_right .search_link .basket-item-count  {
position: absolute;
width: 18px;
background:#209e2e;
height: 18px;
line-height: 18px;
color: #fff;
text-align: center;
border-radius: 20px;
font-size: 10px;
top: 0;
right: 0;
}
.header-style-v4.style-v6 .navbar_right .nav-item .nav-link{
margin-left: 15px;
}
.header_sticky .header-style-v4.style-v6 .bsnav-sticky.bsnav-sticky-slide.sticked.in{
background: #fff;
}
.header_sticky  .header-style-v4.style-v6 .bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-nav .nav-link, .header-style-v4.style-v6 .navbar-nav .nav-link{
color: #252525;
}
.header_sticky  .header-style-v4.style-v6 .bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar_right i{
border-color: #209e2e;
color: #209e2e;
} .footer.version_v4 .footer_widgets h4.widget-title {
border-bottom: 0px;
margin-bottom: 30px;
position: relative;
font-size: 26px;
margin-top: 0px;
font-weight: 600;
color: #fff;
}
.footer .ui-selectmenu-text {
color: #888;
}
.footer .ui-state-active,
.footer .ui-widget-content .ui-state-active,
.footer .ui-widget-header .ui-state-active,
.footer a.ui-button:active,
.footer .ui-button:active,
.footer .ui-button.ui-state-active:hover {
border: 0px!important;
background: transparent;
}
.page .footer .screen-reader-text::before {
display: none;
}
.page .footer .footer_widgets.widget_text select {
-webkit-appearance: inherit;
-moz-appearance: inherit;
-ms-appearance: inherit;
appearance: none;
}
.page .footer select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}
.footer .ui-state-hover,
.footer .ui-widget-content .ui-state-hover,
.footer .ui-widget-header .ui-state-hover,
.footer .ui-state-focus,
.footer .ui-widget-content .ui-state-focus,
.footer .ui-widget-header .ui-state-focus,
.footer .ui-button:hover,
.footer .ui-button:focus {
border: 1px solid rgba(255, 255, 255, .1)!important;
} .media_contact h2 {
font-size: 20px;
color: #fff;
font-weight: 600;
margin-bottom: 20px;
margin-top: 20px;
line-height: 26px;
}
.footer.version_v4 ul.social_media li {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
background: transparent;
border-radius: 50px;
border: 1px solid rgba(255, 255, 255, .2);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer p {
color: #fafafa!important;
}
.footer.version_v4 ul.social_media li a {
color: #fafafa;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer.version_v4 ul.social_media li {
margin-right: 10px;
}
.footer.version_v4 ul.social_media li:hover {
background: #209e2e;
border-color: #209e2e;
color: #fff;
}
.footer.version_v4 ul.social_media li:hover a {
color: #fff;
}
.footer.version_v4 ul.social_media li:last-child {
margin-right: 0px;
}
.footer.version_v4 .links,
.footer.version_v4 .menu {
position: relative;
}
.footer.version_v4 .links li,
.footer.version_v4 .menu li.menu-item {
font-size: 16px;
font-weight: 400;
line-height: 26px;
margin-bottom: 10px;
position: relative;
padding-left: 20px;
}
.footer.version_v4 .links li::before,
.footer.version_v4 .menu li::before {
position: absolute;
content: '';
width: 10px;
height: 10px;
background: transparent;
border-radius: 50px;
border: 1px solid #454545;
left: 0;
top: 8px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer.version_v4 .links li::after,
.footer.version_v4 .menu li::after {
position: absolute;
content: '';
width: 4px;
height: 4px;
background: #209e2e;
border-radius: 50px;
left: 3px;
top: 11px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
opacity: 0;
}
.footer.version_v4 .links li:hover a,
.footer.version_v4 .menu li:hover a {
color: #209e2e;
}
.footer.version_v4 .links li:hover::before,
.footer.version_v4 .menu li:hover::before {
border: 1px solid #209e2e;
}
.footer.version_v4 .links li:hover::after,
.footer.version_v4 .menu li:hover::after {
opacity: 1;
}
.footer.version_v4 .links li a,
.footer.version_v4 .menu li a {
color: #fafafa;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer li a {
color: #fafafa!important;
}
.footer_widgets .business_hours {
position: relative;
margin-bottom: 10px;
}
.footer_widgets .business_hours p span {
color: #209e2e;
}
.footer_widgets .emergency_contact {
position: relative;
margin-top: 5px;
padding-top: 15px;
border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer_widgets .emergency_contact span {
display: block;
float: left;
font-size: 50px;
line-height: 50px;
color: #209e2e;
}
.footer_widgets .emergency_contact .text {
margin-left: 60px;
position: relative;
}
.footer_widgets .emergency_contact .text h5 a {
color: #fff;
font-size: 22px;
line-height: 26px;
display: block;
font-weight: 700;
}
.footer.version_v4 .footer_widgets form input {
position: relative;
background: #fff;
border: 0px;
box-shadow: none;
border-radius: 0px;
height: 52px;
padding: 20px;
width: 100%;
color: #808080;
font-size: 15px;
margin: 15px 0px 10px;
}
.footer.version_v4 .mc4wp-form-fields input[type="submit"] {
font-size: 14px;
text-transform: uppercase;
color: #fff;
padding: 0px 10px;
background: #209e2e;
display: block;
width: 100%;
height: 60px;
font-weight: 600;
transition: all .5s ease;
text-align: center;
font-family: 'Poppins', sans-serif;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
position: relative;
margin: 0 0px 20px;
}
.footer.version_v4 .footer_widgets form .theme_btn {
border: 0px;
box-shadow: 0px 0px 0px 0px transparent;
width: 100%;
height: 52px;
line-height: 15px;
margin: 0px 0px 15px;
background: #209e2e;
color: #fff;
}
.footer.version_v4 .footer_widgets.sub_scribe p span {
color: #209e2e;
margin-right: 5px;
}
.footer_last_type_four {
background: #111111;
padding: 12px 0px;
}
.footer_last_type_four ul {
text-align: right;
}
.footer_last_type_four p {
margin-top: 10px;
color: #fafafa;
}
.footer_last_type_four ul li {
display: inline-block;
position: relative;
text-align: center;
border-radius: 50px;
line-height: 45px;
margin-right: 20px;
}
.footer_last_type_four ul li a {
color: #fafafa;
}
.footer_last_type_four ul li::before {
position: absolute;
content: '';
width: 2px;
height: 16px;
background: #313131;
right: -12px;
top: 15px;
}
.footer_last_type_four ul li:last-child {
margin-right: 0px;
}
.footer_last_type_four ul li:last-child::before {
display: none;
}
@media(max-width:992px) {
.footer_last_type_four p {
text-align: center;
font-size: 14px;
}
.footer_last_type_four ul {
text-align: center;
}
.footer_last_type_four ul li a {
font-size: 14px;
}
} .feature_all.fe_box {
position: relative;
margin-top: 52px;
z-index: 10;
}
.feature_all.fe_box .simple_text {
position: absolute;
width: 100%;
z-index: 1;
}
.feature_all_inner {
position: relative;
background: #fff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
@media(max-width:3000px) and (min-width:1200px) {
.feature_all_inner .mid_column {
padding: 0px;
}
}
.feature_inner.type_three {
position: relative;
text-align: center;
padding: 50px 40px;
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
border-bottom: 2px solid #fff;
width: 33.33%;
float: left;
}
.feature_inner.type_three:hover {
border-color: #209e2e;
}
.feature_all_inner .feature_inner:nth-child(3)::before,
.feature_all_inner .feature_inner:nth-child(6)::before,
.feature_all_inner .feature_inner:nth-child(9)::before {
position: absolute;
content: '';
width: 1px;
height: 180px;
background: #e6e6e6;
left: 0;
bottom: 35px;
}
.feature_all_inner .feature_inner:nth-child(3)::after,
.feature_all_inner .feature_inner:nth-child(6)::after,
.feature_all_inner .feature_inner:nth-child(9)::after {
position: absolute;
content: '';
width: 1px;
height: 180px;
background: #e6e6e6;
right: 0;
bottom: 35px;
}
@media(max-width:992px) {
.feature_inner.type_three {
width: 50%;
float: left;
}
.feature_all.fe_box {
margin-top: 0px;
}
.feature_all_inner .feature_inner:nth-child(3)::before,
.feature_all_inner .feature_inner:nth-child(6)::before,
.feature_all_inner .feature_inner:nth-child(9)::before {
display: none;
}
.feature_all_inner .feature_inner:nth-child(3)::after,
.feature_all_inner .feature_inner:nth-child(6)::after,
.feature_all_inner .feature_inner:nth-child(9)::after {
display: none;
}
}
@media(max-width:650px) {
.feature_inner.type_three {
width: 100%;
float: none;
}
}
.feature_all_inner .simple_text h3 {
position: relative;
content: '';
width: 500px;
text-align: center;
top: -50px;
background: #fff;
height: 60px;
line-height: 85px;
border-radius: 10px;
font-size: 22px;
color: #209e2e;
text-transform: uppercase;
font-weight: 700;
margin: 0 auto;
box-shadow: 0px -10px 14px 0px rgba(0, 0, 0, .02);
}
@media(max-width:992px) {
.feature_all_inner .simple_text h3 {
display: none;
}
.feature_inner.type_three.mid::after {
display: none;
}
}
@media(max-width:768px) {
.feature_inner.type_three.mid::before {
display: none;
}
}
.feature_all_inner .simple_text h3::before {
position: absolute;
content: '';
z-index: 0;
width: 38px;
height: 23px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
border-right: 7px solid #fff;
border-top: 0px solid transparent;
border-left: 5px solid transparent;
border-bottom: 0px solid #fff;
left: -31px;
z-index: 2;
transform: rotate(23deg);
bottom: 12px;
z-index: 0;
}
.feature_all_inner .simple_text h3::after {
position: absolute;
content: '';
z-index: 0;
width: 38px;
height: 23px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
border-right: 5px solid transparent;
border-top: 0px solid transparent;
border-left: 7px solid #fff;
border-bottom: 0px solid #fff;
right: -31px;
z-index: 2;
transform: rotate(-23deg);
bottom: 12px;
z-index: 0;
}
.feature_inner.type_three small {
position: absolute;
display: block;
width: 100%;
left: 0;
text-align: center;
margin: 0 auto;
bottom: -21px;
z-index: 40;
}
.feature_inner.type_three .theme_btn {
border-radius: 50px;
height: 46px;
line-height: 46px;
width: 150px;
z-index: 40;
opacity: 0;
}
.feature_inner.type_three:hover .theme_btn {
opacity: 1;
}
.feature_inner.type_three span.icon {
font-size: 50px;
color: #209e2e;
line-height: 50px;
display: block;
margin-bottom: 15px;
}
.feature_inner.type_three h2 {
font-size: 22px;
font-weight: 700;
line-height: 28px;
margin-bottom: 5px;
}
.feature_inner.type_three h2 a {
color: #252525;
font-weight: 700;
} .about_type_four {
position: relative;
padding: 120px 0px 100px;
}
.about_type_four .heading {
margin-bottom: 30px;
}
.about_inner_fr {
position: relative;
margin-bottom: 90px;
}
.about_inner_fr::before {
position: absolute;
content: "\e99d";
font-size: 660px;
font-family: 'icomoon' !important;
bottom: 181px;
left: -100px;
z-index: -1;
color: #f0f0f0;
}
@media(max-width:768px) {
.about_inner_fr::before {
display: none;
}
}
.about_inner_fr .img_two {
position: absolute;
right: 65px;
bottom: -75px;
width: 270px;
height: 270px;
}
.about_inner_fr .img_two img {
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
display: block;
width: 100%;
}
.about_inner_fr .img_two .icon {
position: absolute;
top: -45px;
display: block;
width: 90px;
height: 90px;
text-align: center;
font-size: 50px;
line-height: 90px;
background: #209e2e;
border-radius: 50px;
color: #fff;
right: -45px;
}
.about_inner_fr .img_two .icon:after {
width: 110px;
height: 110px;
border: 2px dotted #209e2e;
left: 0;
position: absolute;
content: '';
background: transparent;
border-radius: 50%;
left: -10px;
top: -10px;
}
.about_type_four .icon_box {
margin-bottom: 30px;
}
.about_type_four .icon_box_outer {
padding-bottom: 0px;
margin: 30px 0px 0px;
}
.about_type_four .icon_box_outer.tp_two span {
font-size: 40px;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
color: #fff;
}
.about_type_four .icon_box_outer .text {
margin-left: 85px;
}
.about_type_four .icon_box_outer .text h5 {
margin-bottom: 5px;
}
@media(max-width:768px) {
.about_inner_fr .img_two {
position: relative;
right: inherit;
bottom: inherit;
margin-bottom: 30px;
width: auto;
height: auto;
}
.about_inner_fr .img_two img {
width: 100px;
margin-top: -46px;
margin-left: 17px;
}
.about_inner_fr .img_one img {
width: 100%;
}
.about_inner_fr .img_two .icon {
right: 35px;
}
} .area_tp_one {
position: relative;
}
.areas_outer {
position: relative;
}
.area_tp_one #tabs-nav {
position: relative;
display: block;
float: left;
margin-left: -85px;
border: 0px;
display: block;
text-align: center;
}
.area_tp_one #tabs-nav .navitem {
display: block;
position: relative;
}
.area_tp_one #tabs-nav .navitem .navlink:before {
position: absolute;
content: '';
height: 0px;
border-right: 15px solid transparent;
border-top: 15px solid transparent;
border-left: 15px solid #209e2e;
border-bottom: 15px solid transparent;
z-index: 2;
right: -30px;
top: 55px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
opacity: 0;
}
.area_tp_one #tabs-nav .navitem.active .navlink::before {
opacity: 1;
}
.area_tp_one #tabs-nav .navitem .navlink {
display: block;
width: 140px;
height: 140px;
background: #fff;
padding: 26px 8px;
margin-bottom: 20px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.area_tp_one #tabs-nav .navitem.active .navlink {
background: #209e2e;
}
.area_tp_one #tabs-nav .navitem .area_btn span {
font-size: 60px;
line-height: 60px;
color: #209e2e;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.area_tp_one #tabs-nav .navitem.active .navlink .area_btn span {
color: #fff;
}
.area_tp_one #tabs-nav .navitem h2 {
font-size: 16px;
font-weight: 600;
color: #252525;
line-height: 26px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
padding-top: 5px;
}
.area_tp_one #tabs-nav .navitem.active .navlink .area_btn h2 {
color: #fff;
}
.area_tp_one .tab-content {
position: relative;
margin-left: 105px;
}
.area_tp_one .tab-content .areas_content h2 {
font-size: 30px;
line-height: 40px;
color: #fff;
margin-bottom: 10px;
font-weight: 600;
}
.area_tp_one .tab-content .areas_content h6 {
font-size: 20px;
line-height: 30px;
color: #fff;
margin-bottom: 20px;
font-weight: 600;
}
.area_tp_one .tab-content .areas_content p {
color: #aaaaaa;
margin-bottom: 17px;
}
.area_tp_one .tab-content .areas_content ul li {
font-size: 16px;
position: relative;
font-weight: 400;
color: #aaaaaa;
line-height: 38px;
padding-left: 30px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.area_tp_one .tab-content .areas_content ul li::before {
position: absolute;
content: "\e922";
font-family: 'icomoon';
font-size: 20px;
color: #209e2e;
left: 0;
}
.customer_rating {
position: relative;
text-align: center;
z-index: 10;
}
.custm_rating_inner {
width: 635px;
background: #eaf721;
margin: 0 auto;
height: 70px;
}
.custm_rating_inner .rating {
float: left;
width: 50%;
background: #209e2e;
height: 70px;
position: relative;
z-index: 0;
}
.custm_rating_inner .rating p i {
font-size: 20px;
color: #fff;
line-height: 20px;
margin: 0px 5px;
}
.custm_rating_inner .rating::before {
position: absolute;
content: '';
height: 0px;
border-right: 10px solid transparent;
border-top: 36px solid #209e2e;
border-left: 35px solid #209e2e;
border-bottom: 34px solid #209e2e;
z-index: -1;
right: -10px;
top: 0px;
}
.custm_rating_inner .rating h2 {
font-size: 16px;
font-weight: 600;
color: #fff;
margin-top: 0px;
line-height: 72px;
text-transform: uppercase;
}
.custm_rating_inner .clients h2 {
font-size: 16px;
font-weight: 600;
color: #252525;
margin-top: 0px;
line-height: 74px;
}
@media(max-width:992px) {
.area_tp_one {
background-size: cover;
background-position: 88% 0;
}
.area_tp_one #tabs-nav {
position: relative;
display: inline-block;
float: none;
margin-left: 0px;
}
.area_tp_one #tabs-nav .navitem {
display: inline-block;
margin-right: 20px;
}
.area_tp_one #tabs-nav .navitem:last-child {
margin-right: 0px;
}
.area_tp_one .tab-content {
margin-left: 0px;
}
}
@media(max-width:768px) {
.custm_rating_inner {
width: auto;
height: auto;
background: #209e2e;
height: inherit;
padding: 30px;
}
.custm_rating_inner .rating {
float: none;
padding-top: 0px;
padding-bottom: 10px;
width: 100%;
height: inherit;
background: transparent;
border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.custm_rating_inner .rating::before {
display: none;
}
.custm_rating_inner .rating h2 {
color: #fff;
line-height: 26px;
margin-top: 10px;
}
.custm_rating_inner .clients h2 {
color: #fff;
line-height: 26px;
margin-top: 10px;
}
.area_tp_one #tabs-nav .navitem .navlink:before {
display: none;
}
.area_tp_one #tabs-nav .navitem {
margin-right: 0px;
}
} .gallery_facts {
position: relative;
}
.gallery_facts .single_item_center .image img {
width: 100%!important;
}
.gallery_facts .single_item_center .pd0 {
padding: 0px;
}
@media(max-width:3000px) and (min-width:1200px) {
.gallery_facts .owl-carousel .owl-stage-outer {
overflow: inherit!important;
}
}
.gallery_facts .single_item {
position: relative;
}
.gallery_facts .single_item .image {
position: relative;
}
.gallery_facts .single_item .image a span.icon {
position: absolute;
content: '';
background: #fff;
color: #252525;
width: 35px;
height: 70px;
line-height: 70px;
text-align: center;
top: 35%;
}
.after_img .theme_btn {
display: none;    
}
.gallery_facts .single_item .image.before_img a span.icon {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
right: 0;
padding-left: 7px;
}
.gallery_facts .single_item .image.after_img a span.icon {
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
left: 0;
padding-right: 7px;
}
.gallery_facts .single_item .image .theme_btn {
border-radius: 50px;
position: absolute;
width: 110px;
height: 40px;
line-height: 40px;
background: #fff!important;
color: #252525;
bottom: 20px;
}
.gallery_facts .single_item .image.before_img .theme_btn {
left: 20px;
}
.gallery_facts .single_item .image.after_img .theme_btn {
right: 20px;
}
.gallery_facts .owl-item.active.center .single_item .image .theme_btn {
background: #209e2e!important;
color: #fff;
}
.gallery_facts .owl-dots.disabled,
.gallery_facts .owl-dots {
display: block!important;
}
.gallery_facts .owl-dots {
position: relative;
width: 100%;
margin: 0 auto;
text-align: center;
padding-top: 45px;
}
.gallery_facts .owl-dots .owl-dot {
position: relative;
width: 12px;
height: 12px;
margin: 0px 4px;
border-radius: 50px;
display: inline-block;
background-color: transparent;
border: 2px solid #4f4f4f;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.gallery_facts .owl-nav {
display: none!important;
}
.gallery_facts .owl-dots .owl-dot:hover,
.gallery_facts .owl-dots .owl-dot.active {
border: 2px solid #209e2e;
}
@media( max-width:576px) {
.gallery_facts .single_item .image.before_img a span.icon {
bottom: 0px;
top: inherit;
right: inherit;
margin-left: -35px;
margin-bottom: -33px;
z-index: 10;
}
.gallery_facts .single_item .image.after_img a span.icon {
top: 0px;
left: inherit;
margin-top: -37px;
}
.gallery_facts .single_item .image {
text-align: center;
}
.gallery_facts .single_item .image.after_img .theme_btn {
bottom: inherit;
top: 20px;
}
.gallery_facts .single_item .image .theme_btn {
background: #209e2e;
color: #fff;
}
}
.counter_type_four {
position: relative;
padding: 20px;
text-align: center;
margin-bottom: 30px;
z-index: 0;
}
.counter_type_four small.icon_bg {
position: absolute;
font-size: 220px;
line-height: 220px;
color: #242424;
top: 0;
display: block;
z-index: -10;
text-align: center;
margin: 0 auto;
width: 100%;
left: 0;
}
.counter_type_four span {
font-size: 60px;
color: #209e2e;
line-height: 60px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
margin-bottom: 20px;
display: block;
}
.counter_type_four h5 {
font-size: 48px;
line-height: 56px;
font-weight: 600;
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.counter_type_four h2 {
font-size: 22px;
line-height: 28px;
color: #fff;
font-weight: 700;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.counter_type_four:hover span {
color: #fff;
} .address_type_four .address_inner {
position: relative;
text-align: center;
cursor: pointer;
background: #fff;
padding: 63px 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.address_type_four.style-4 {
position: relative;
text-align: center;
cursor: pointer;
background: #fff;
padding: 10px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
border-radius: 10px;
word-wrap: break-word;
-ms-word-wrap: break-word;
}
@media(max-width:992px) {
.address_type_four.style-4 {
margin-bottom: 30px;
}
}
.address_type_four.style-4 .address_inner {
padding: 30px 22px;
border: 1px dashed #e6e6e6;
border-radius: 10px;
box-shadow: 0px 0px 0px 0px;
min-height: 294px;
}
.address_type_four .address_inner span {
font-size: 70px;
color: #b8b8b8;
line-height: 76px;
margin-bottom: 15px;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.address_type_four .address_inner h2 {
font-size: 22px;
color: #252525;
line-height: 28px;
font-weight: 700;
margin-bottom: 10px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.address_type_four .address_inner:hover h2 {
color: #209e2e;
}
.address_type_four .address_inner span {
color: #209e2e;
}
.wco_contact-use {
position: relative;
text-align: center;
background: #fff;
padding: 10px;
box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 5%);
border-radius: 10px;
}
.wco_content {
padding: 30px 22px;
border: 1px dashed #e6e6e6;
border-radius: 10px;
box-shadow: 0px 0px 0px 0px;
min-height: 294px    
}
.wco_contact-use .wco_content h3 {
font-size: 22px;
color: #252525;
line-height: 28px;
font-weight: 700;
margin-bottom: 10px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;    
}
.wco_contact-use .wco_content img {
max-width: 90px;    
}
.vc_row.wpb_row.vc_row-fluid {
background-repeat: no-repeat!important;
background-size: cover!important;
}
@media(max-width:450px) {
.topbar {
display: none!important;
}
}
.image_absolute {
position: relative;
z-index: 0;
}
.image_absolute img {
position: absolute;
right: -90px;
min-width: 500px;
margin-top: -51px;
z-index: -58;
}
.page .comments-area {
padding: 0px;
}
.testimonial_type_three .owl-dots {
display: none;
}
@media(max-width:600px) {
.blog_post_types.style-3 .content_inner .tag_and_date ul li::before {
display: none;
}
.classic-layout .blog_post_types .content_inner {
padding: 40px 30px;
}
.classic-layout .blog_post_types ul.entry-meta li::before {
display: none;
}
.pagination_box ul li a {
width: 35px;
height: 35px;
line-height: 34px;
font-size: 13px;
}
.pagination_box ul li {
padding: 0px 5px;
}
}
@media(max-width:768px) {
.service_tb {
width: 100%;
}
.emergency_inner_ser {
padding: 20px 25px 25px;
}
.different_services #tabs-nav .navitem {
display: block;
margin-bottom: 10px;
}
}
.blocks-gallery-caption {
margin-bottom: 15px;
}
.wp-block-cover,
.wp-block-cover-image {
margin-bottom: 10px;
}
.blog_single_details_outer select {
max-width: 100%;
box-sizing: border-box;
white-space: normal;
word-wrap: break-word;
width: 100%!important;
height: 54px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 10px 6px;
line-height: 26px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #888;
font-weight: 400;
margin-bottom: 20px;
}
.blog_single_details_outer label.screen-reader-text {
font-size: 0px;
line-height: 0px;
margin: 0px;
padding: 0px;
display: inherit;
}
.blog_single_details .wp-block-calendar table {
margin-bottom: 0px;
}
.blog_single_details .wp-calendar-nav {
text-align: left;
margin-bottom: 20px;
}
.blog_single_details_outer .post-nav-links span,
.blog_single_details_outer .post-nav-links a {
padding: 0px 14px;
background-color: #e6e6e6;
color: #222;
margin: 0 2.5px;
display: inline-block;
border-radius: 50px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.blog_single_details_outer .post-nav-links span {
background-color: #209e2e;
color: #fff;
}
.type-page .page-links span,
.type-page .page-links a {
padding: 0px 14px;
background-color: #e6e6e6;
color: #222;
margin: 0 2.5px;
display: inline-block;
border-radius: 50px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.type-page .page-links span {
background-color: #209e2e;
color: #fff;
} .product_all {
position: relative;
padding: 100px 0px 70px;
}
.products_items {
position: relative;
padding: 5px;
border: 2px solid #fff;
text-align: center;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .03);
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
margin-bottom: 30px;
}
.products_items .image {
position: relative;
background: #f4f4f4;
}
.products_items:hover {
border: 2px solid #209e2e;
}
.products_items .cart_items {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
background-color: transparent;
width: 100%;
height: 100%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
opacity: 0;
}
.products_items:hover .cart_items {
opacity: 1;
}
.products_items .cart_items .cart_btns {
position: absolute;
text-align: center;
display: block;
margin: 0 auto;
width: 100%;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
text-align: center;
}
.products_items .cart_items .cart_btns a.button:hover {
background: transparent;
}
.products_items .cart_items linearGradient {
position: relative;
}
.products_items .cart_items li .added_to_cart.wc-forward {
position: absolute;
width: 124px;
height: 30px;
line-height: 30px;
font-size: 14px;
top: -42px;
left: 0;
right: 0;
margin: auto;
text-align: center;
color: #209e2e;
font-weight: 500;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
background: #fff;
text-transform: uppercase;
display: inline-block;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.products_items a.button {
padding-left: 0px!important;
padding-right: 0px!important;
}
.products_items a.button:after {
position: absolute;
top: 0!important;
width: 56px;
height: 56px;
line-height: 63px;
border-radius: 50px;
right: 0!important;
left: 0!important;
margin-left: 0px!important;
background: #fff;
}
.products_items .cart_items li .added_to_cart.wc-forward::before {
position: absolute;
content: '';
height: 0px;
border-right: 10px solid transparent;
border-top: 10px solid #fff;
border-left: 10px solid transparent;
border-bottom: 10px solid transparent;
bottom: -20px;
left: 0;
right: 0;
margin: auto;
width: 10px;
}
.products_items:hover .cart_items li .added_to_cart.wc-forward {
opacity: 1;
}
.products_items .cart_items li a {
background: transparent;
width: auto;
height: auto;
margin: 0px;
padding: 0px;
line-height: 0px;
}
.products_items .cart_items li span {
position: relative;
background: #fff;
display: inline-block;
width: 56px;
height: 56px;
line-height: 63px;
border-radius: 50px;
text-align: center;
margin: 0 auto;
color: #b3b3b3;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.products_items .cart_items a:hover span {
color: #209e2e;
}
.products_items:hover .cart_items a {
color: #209e2e;
}
.products_items .product_content {
padding: 25px 10px 10px;
position: relative;
display: block;
}
.products_items .product_content .review-box {
position: relative;
display: block;
}
.products_items .product_content .review-box .star-rating {
margin: auto auto 12px;
}
.products_items .star-rating span:before {
color: #209e2e;
}
.products_items .product_content h2 a {
font-size: 24px;
font-weight: 700;
display: block;
line-height: 30px;
margin-bottom: 5px;
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.products_items .product_content h2:hover a {
color: #209e2e;
}
.products_items .product_content .rate-box span ins span {
color: #209e2e;
font-weight: 600;
}
.products_items .product_content .rate-box del {
color: #808080;
text-decoration: line-through;
margin-right: 5px;
font-weight: 400;
}
.products_items .product_content .rate-box span {
font-size: 16px;
}
.related.products {
position: relative;
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #e6e6e6;
}
.related.products h2 {
font-size: 32px;
font-weight: 700;
display: block;
line-height: 40px;
margin-bottom: 5px;
color: #252525;
}
.woocommerce ul.product_list_widget li .star-rating {
margin-bottom: 5px;
margin-top: 4px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom-color: #e6e6e6;
}
.related.products .products_items {
margin: 10px 8px 30px;
}
.related.products .padding_zero {
padding: 0px 8px;
}
.woocommerce-tabs.wc-tabs-wrapper {
position: relative;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
position: relative;
padding: 0px!important;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
border-radius: 0px;
padding: 14px 0px 14px 0px;
font-size: 20px;
background: #fff!important;
font-weight: 700;
color: #252525;
line-height: 30px;
text-decoration: none;
border-right: 0px!important;
border-left: 0px!important;
border-top: 0px!important;
border-bottom: 1px solid #e6e6e6!important;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:first-child {
padding-left: 10px;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li::before {
display: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
display: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
display: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-bottom-color: #209e2e!important;
color: #209e2e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-family: 'Nunito', sans-serif;
font-size: 20px;
font-weight: 700;
color: #252525;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 60px;
padding: 0px;
border-radius: 50px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin-left: 70px;
border-color: #e6e6e6;
border-radius: 0px;
}
.comment-text .woocommerce-review__author {
font-size: 20px;
font-family: 'Nunito', sans-serif;
color: #252525;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
margin-bottom: 10px;
}
.comment-reply-title {
position: relative;
color: #209e2e;
}
.comment-respond .comment-reply-title {
font-size: 30px;
line-height: 40px;
font-weight: 700;
color: #252525;
font-family: 'Nunito', sans-serif;
}
.shop-sidebar .woocommerce-product-search {
position: relative;
margin-bottom: 30px;
}
.shop-sidebar .woocommerce-product-search input {
position: relative;
position: relative;
width: 100%!important;
height: 54px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px 30px;
line-height: 54px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #888;
border-radius: 50px;
font-weight: 400;
}
.shop-sidebar .woocommerce-product-search .sch_btn {
width: 50px;
position: absolute;
top: 5px;
right: 5px;
height: 44px;
border-radius: 50px;
background: #209e2e;
border: 0px;
color: #fff;
box-shadow: inherit;
}
.product_list_widget {
position: relative;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #e6e6e6;
}
.woocommerce ul.cart_listli:last-child,
.woocommerce ul.product_list_widget li:last-child {
margin-bottom: 0px;
border-bottom: 0px;
padding-bottom: 0px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
width: 60px;
margin-top: 5px;
float: left;
margin-left: 0px;
}
.product_list_widget .product-title {
font-size: 18px;
color: #252525;
font-family: 'Nunito', sans-serif;
margin-bottom: 8px;
margin-left: 0px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
margin-right: 10px;
}
.woocommerce .star-rating span::before {
color: #209e2e;
}
.product_list_widget del .woocommerce-Price-amount.amount {
color: #888;
}
.product_list_widget ins .woocommerce-Price-amount.amount {
color: #209e2e;
}
.woocommerce div.product .product_title {
font-size: 32px;
font-weight: 700;
display: block;
line-height: 40px;
margin-bottom: 5px;
color: #252525;
}
.woocommerce div.product .woocommerce-product-rating a {
color: #209e2e;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 15px;
}
.cart_totals h2 {
font-size: 24px;
font-weight: 700;
display: block;
line-height: 32px;
margin-bottom: 5px;
color: #252525;
}
.woocommerce div.product p.price {
margin-bottom: 20px;
}
.woocommerce-product-details__short-description {
margin-bottom: 20px;
}
.product_meta a {
color: #209e2e;
}
.woocommerce div.product .woocommerce-tabs .panel {
position: relative;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
font-size: 24px;
font-weight: 700;
display: block;
line-height: 32px;
margin-bottom: 15px;
color: #252525;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
font-size: 12px!important;
min-width: 100px;
line-height: 30px!important;
height: 30px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background: #209e2e;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background: #209e2e;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #eee;
}
.woocommerce .widget_layered_nav_filters ul li a {
color: #209e2e;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
color: #209e2e;
}
.woocommerce-Address-title.title h3 {
font-size: 30px;
line-height: 40px;
font-weight: 700;
margin-bottom: 10px;
color: #252525;
}
.woocommerce-Address-title.title address {
line-height: 30px;
}
.woocommerce-Address-title.title .edit {
font-size: 12px;
background: #209e2e;
color: #fff;
padding: 2px 15px;
margin-top: 10px;
border-radius: 5px;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
z-index: 10;
margin-top: 9px;
color: #209e2e!important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
width: 100%;
margin-top: 10px;
float: none;
margin-right: 0px;
}
.woocommerce-Reviews .comment-respond .comment-form-author,
.woocommerce-Reviews .comment-respond .comment-form-email,
.woocommerce-Reviews .comment-respond .comment-form-url {
width: 100%;
margin-left: 0px!important;
margin-bottom: 20px;
padding: 0px;
}
.woocommerce-Reviews .comment-respond .comment-form-author input,
.woocommerce-Reviews .comment-respond .comment-form-email input,
.woocommerce-Reviews .comment-respond .comment-form-url input {
width: 100%;
}
@media(max-width: 768px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
float: none;
max-width: 100%!important;
width: 100%;
}
#customer_login .form-row {
width: 100%;
}
}
.woocommerce-LostPassword.lost_password {
position: absolute;
right: 0;
top: 4px;
}
#customer_login .form-row {
position: relative;
}
.comment-respond .comment-form-cookies-consent {
margin-top: 30px!important;
}
.woocommerce-form-register__submit {
width: 100%;
}
.header  .widget_shopping_cart_content {
position: relative;
padding: 20px;
}
.header  .product_list_widget {
position: relative;
}
.header .woocommerce-mini-cart-item.mini_cart_item{
display: flex;
}
.header  .woocommerce-mini-cart-item.mini_cart_item {
position: relative;
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #333;
}
.header  .woocommerce-mini-cart-item.mini_cart_item .image_box {
margin-right: 15px;
display: block;
min-width: 25%;
width: 25%;
}
.header  .woocommerce-mini-cart-item.mini_cart_item .content_right_car_box_items {
position: relative;
width: 75%;
min-width: 75%;
padding-right: 35px;
}
.header  .woocommerce-mini-cart-item.mini_cart_item .image_box img{
float: none;
}
.header  .woocommerce-mini-cart-item.mini_cart_item:last-child {
padding-bottom: 0px;
border-bottom: 0px solid #333;
}
.header  .product_list_widget img {
width: 60px;
position: relative;
left: 0;
top: 0px;
}
.header .remove.remove_from_cart_button {
position: absolute;
right: -10px;
color: #209e2e;
top: 0;
}
.header-style-v2 .menu-item.dropdown .dropdown-menu.dropdown-menu-mini-cart {
margin-top: 20px!important;
}
.header-style-v2 .basket-item-count {
position: absolute;
width: 16px;
height: 16px;
color: #fff;
background: #209e2e;
top: 5px;
right: 4px;
font-size: 8px;
line-height: 16px;
border-radius: 50px;
}
.header  .product_list_widget a {
display: block;
font-size: 16px;
color: #fff;
margin-right: 10px;
}
.header  .product_list_widget .quantity {
position: relative;
display: block;
color: #209e2e;
}
.header  .product_list_widget .quantity span {
color: #209e2e;
}
.header  .woocommerce-mini-cart__total.total {
font-size: 16px;
font-weight: 600;
color: #fff;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #333;
}
.header  .woocommerce-mini-cart__total.total strong {
font-weight: 600!important;
}
.header  .woocommerce-Price-amount.amount {
color: #209e2e;
}
.header .woocommerce-mini-cart__buttons.buttons {
position: relative;
margin-top: 10px;
}
.header .woocommerce-mini-cart__buttons.buttons a {
display: inline-block;
padding: 5px 15px;
background: #209e2e;
color: #fff;
line-height: 25px;
text-align: center;
border-radius: 5px;
}
.header .woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
float: right;
} .login_register_area {
position: relative;
padding: 100px 0px 70px;
}
.login_register_area input[type="text"],
.login_register_area input[type="email"],
.login_register_area .ui-selectmenu-button,
.login_register_area textarea {
position: relative;
width: 100%!important;
height: 60px;
background: #fff;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'Source Serif Pro', serif;
font-size: 16px;
color: #252525;
font-weight: 600;
}
.login_register_area .form .input-field .icon-holder {
position: absolute;
right: 20px;
top: 21px;
}
.login_register_area .form .input-field .icon-holder i {
color: #b5b5b5;
}
.login_register_area .form .input-field {
position: relative;
margin-bottom: 30px;
}
.login_register_area .theme_btn {
box-shadow: 0px 0px 0px 0px transparent;
border: 0px;
border-radius: 30px;
}
.login_register_area .social-icon {
position: relative;
text-align: right;
}
.login_register_area .social-icon li {
display: inline-block;
}
.login_register_area .social-icon li:nth-child(2) {
margin-right: 5px;
margin-left: 5px;
}
.login_register_area .social-icon li:nth-child(2),
.login_register_area .social-icon li:nth-child(3) {
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50px;
text-align: center;
border: 1px solid #e6e6e6;
color: #b5b5b5;
}
.login_register_area .social-icon li {
color: #808080;
position: relative;
}
.login_register_area .social-icon li a {
color: #808080
}
.login_register_area .form.register p {
text-align: right;
margin-top: 10px;
}
.login_register_area [type="checkbox"]:checked,
.login_register_area [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
.login_register_area [type="checkbox"]:checked+label,
.login_register_area [type="checkbox"]:not(:checked)+label {
position: relative;
padding-left: 41px;
cursor: pointer;
line-height: 28px;
display: inline-block;
color: #808080;
}
.login_register_area [type="checkbox"]:checked+label:before,
.login_register_area [type="checkbox"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #e6e6e6;
background: transparent;
}
.login_register_area [type="checkbox"]:checked+label:after,
.login_register_area [type="checkbox"]:not(:checked)+label:after {
content: '';
width: 15px;
height: 15px;
background: #209e2e;
position: absolute;
top: 8px;
left: 8px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.login_register_area [type="checkbox"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.login_register_area [type="checkbox"]:checked+label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.login_register_area .remember-text {
position: relative;
margin-top: 20px;
}
@media(max-width:992px) {
.login_register_area .social-icon {
text-align: left;
}
.login_register_area .form.register p {
text-align: left;
}
.login_register_area .remember-text {
text-align: left;
margin-bottom: 40px;
}
}
@media(max-width:576px) {
.login_register_area .theme_btn {
width: 100%;
margin-bottom: 20px;
}
}
#customer_login h2 {
font-size: 24px;
color: #252525;
font-weight: 700;
line-height: 30px;
margin-bottom: 15px;
} .shopping_cart {
position: relative;
padding: 100px 0px 70px;
}
.cart_header h3 {
font-size: 20px;
font-weight: 700;
color: #252525;
line-height: 30px;
margin-bottom: 20px;
}
.cart_total_price h3 {
text-align: right;
}
.cart_header h3 span {
color: #808080;
font-size: 16px;
font-weight: 400;
}
.cart_total_price h3 span {
color: #209e2e;
}
.shopping_cart table {
position: relative;
}
.shopping_cart .table td,
.shopping_cart .table th {
border: 1px solid #e6e6e6;
position: relative;
vertical-align: middle;
line-height: normal;
padding: 20px 20px;
font-family: 'Source Serif Pro', serif;
}
.shopping_cart .table th {
font-size: 18px;
color: #252525;
line-height: 30px;
font-weight: 700;
}
.shopping_cart .table th:first-child {
border-right: 0px;
}
.shopping_cart .table td:first-child {
border-right: 0px;
width: 120px;
padding-right: 0px;
}
.shopping_cart .table th:nth-child(2) {
border-left: 0px;
}
.shopping_cart .table td:nth-child(2) {
border-left: 0px;
padding-left: 0px;
font-size: 22px;
line-height: 26px;
font-weight: 700;
}
.shopping_cart .table td:nth-child(4) {
font: 20px;
color: #209e2e;
font-weight: 700;
}
.shopping_cart .table td:nth-child(5) {
font: 20px;
color: #252525;
font-weight: 700;
}
.shopping_cart .table td .icon-x-mark {
font-size: 20px;
color: #808080;
}
.shopping_cart .table td input[type="number"] {
border: 1px solid #e6e6e6;
height: 50px;
width: 50px;
color: #252525;
font-size: 18px;
font-weight: 700;
text-align: center;
display: block;
padding-left: 8px;
} .Products_checkout {
position: relative;
padding: 100px 0px 70px;
}
.check_up {
position: relative;
margin: 10px 0px 20px;
}
.check_up input[type="text"] {
position: relative;
height: 50px;
width: 100%;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 50px;
font-family: 'Source Serif Pro', serif;
font-size: 16px;
color: #fff;
font-weight: 600;
border-radius: 50px;
}
@media(max-width:3000px) and (min-width:1200px) {
.check_up input[type="text"] {
width: 300px;
}
}
.check_up .theme_btn {
border: 2px solid #209e2e;
line-height: 46px;
height: 50px;
border-radius: 50px;
}
@media(max-width:1199px) {
.check_up input[type="text"] {
margin-bottom: 5px;
}
.check_up .theme_btn {
width: 100%;
}
.check_up .theme_btn {
margin-bottom: 5px;
}
}
.check_up .theme_btn.update {
background: transparent;
color: #209e2e;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-selection.select2-selection--single {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #808080;
padding: 0px 20px!important;
font-weight: 400;
border-radius: 0px;
margin-bottom: 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
font-size: 16px;
line-height: 60px;
color: #808080!important;
padding: 0px;
margin: 0px;
}
.select2-selection__arrow:before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
font-size: 16px;
right: 16px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
top: 16px;
color: #888;
}
.woocommerce form .form-row textarea {
height: inherit;
padding: 20px 20px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none;
}
.check_out_form {
position: relative;
margin-bottom: 30px;
}
#customer_details label,
.woocommerce form .form-row span {
font-size: 16px;
line-height: 26px;
color: #252525;
font-weight: 400;
margin-bottom: 10px;
}
.form-row.place-order {
padding: 20px 0px 0px!important;
background: #fff;
}
.woocommerce-checkout .woocommerce-checkout-payment {
padding: 40px;
background: #fff!important;
margin-top: 30px;
border-radius: 0px!important;
box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, .05);
}
.woocommerce-checkout .woocommerce-checkout-payment ul {
padding: 0px!important;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
background: #209e2e;
color: #fff!important;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
border: 1em solid #209e2e;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
}
#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
color: #fff;
}
.wc_payment_methods.payment_methods.methods .wc_payment_method {
position: relative;
}
.wc_payment_methods.payment_methods.methods input[type="radio"] {
height: inherit;
}
.checkout.woocommerce-checkout h3 {
font-size: 24px;
line-height: 28px;
color: #252525;
font-weight: 700;
margin-bottom: 20px;
}
.check_out_form .section-title.two {
margin-top: 30px;
}
.payment_methord h2 {
font-size: 24px;
line-height: 28px;
color: #252525;
font-weight: 700;
margin-bottom: 20px;
}
.Products_checkout [type="checkbox"]:checked,
.Products_checkout [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
.Products_checkout [type="checkbox"]:checked+label,
.Products_checkout [type="checkbox"]:not(:checked)+label {
position: relative;
padding-left: 41px;
cursor: pointer;
line-height: 28px;
display: inline-block;
color: #808080;
margin-bottom: 30px;
}
.Products_checkout [type="checkbox"]:checked+label:before,
.Products_checkout [type="checkbox"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #e6e6e6;
background: transparent;
}
.Products_checkout [type="checkbox"]:checked+label:after,
.Products_checkout [type="checkbox"]:not(:checked)+label:after {
content: '';
width: 15px;
height: 15px;
background: #209e2e;
position: absolute;
top: 8px;
left: 8px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.Products_checkout [type="checkbox"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.Products_checkout [type="checkbox"]:checked+label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.payment_methord {
position: relative;
padding: 40px;
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .08);
margin-bottom: 30px;
}
.payment_methord .payment_methord_inner p {
margin-bottom: 30px;
}
.payment_methord .payment_methord_inner label {
color: #252525!important;
font-size: 18px;
font-weight: 700;
font-family: 'Source Serif Pro', serif;
line-height: 26px;
}
.payment_methord .payment_methord_inner .theme_btn {
border-radius: 50px;
width: 100%;
height: 55px;
line-height: 55px;
border: 0px;
box-shadow: 0px 0px 0px 0px transparent;
}
.product_order_pay {
position: relative;
padding: 40px;
border: 1px solid #e6e6e6;
}
.product_order_pay .product_content {
position: relative;
padding-bottom: 20px;
margin-bottom: 19px;
border-bottom: 1px solid #e6e6e6;
}
.product_order_pay .product_content .content {
float: left;
width: 70%;
}
.product_order_pay .product_content .content img {
float: left;
}
.product_order_pay .product_content .content h2 {
font-size: 22px;
font-weight: 700;
color: #252525;
line-height: 100px;
}
.product_order_pay .product_content h6 {
float: right;
line-height: 100px;
font-weight: 700;
font-size: 18px;
color: #808080;
}
.total_payment {
position: relative;
margin: 35px 0px 20px;
}
.total_payment h6 {
font-size: 18px;
color: #252525;
line-height: 26px;
font-weight: 700;
margin-bottom: 10px;
}
.total_payment h6 span {
float: right;
display: block;
font-weight: 700;
color: #808080;
}
.total_payment .final_total {
position: relative;
margin-top: 30px;
padding-top: 20px;
padding-bottom: 10px;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
.total_payment .final_total h6 span {
color: #209e2e;
}
.product_order_pay {
position: relative;
}
.product_order_pay .theme_btn {
border: 0px;
box-shadow: 0px 0px 0px 0px transparent;
border-radius: 50px;
width: 250px;
margin-top: 30px;
margin-bottom: 30px;
} .product_single {
position: relative;
padding: 100px 0px 50px;
}
.product_single .product_image {
position: relative;
margin-bottom: 30px;
}
.product_single .product_image img {
width: 100%;
}
.product_single .product_image a span {
position: absolute;
top: 10px;
font-size: 16px;
right: 10px;
width: 40px;
background: #fff;
height: 40px;
text-align: center;
display: block;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
line-height: 40px;
color: #252525;
}
.product_details {
position: relative;
margin-bottom: 30px;
}
.product_details .product_header {
position: relative;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
}
.product_details .product_header .left {
float: left;
}
.product_details .product_header .right {
float: right;
}
.product_details .product_header h2 {
font-size: 30px;
line-height: 36px;
font-weight: 700;
color: #252525;
}
.product_details .product_header .right h6 {
font-size: 30px;
line-height: 36px;
font-weight: 700;
color: #209e2e;
margin-top: 10px;
}
.product_details .product_header p {
color: #808080;
}
.product_details .product_header p span {
color: #209e2e;
display: inline-block;
font-weight: 700;
}
.product_details .product_features {
position: relative;
}
.product_details .product_features p {
margin-bottom: 15px;
}
.product_details .quantity h2 {
font-size: 20px;
font-weight: 700;
line-height: 26px;
margin-bottom: 10px;
}
.product_details .quantity input[type="number"] {
border: 1px solid #e6e6e6;
height: 50px;
width: 50px;
color: #252525;
font-size: 18px;
font-weight: 500;
text-align: center;
display: inline-block;
padding-left: 8px;
margin-right: 20px;
}
.product_details .quantity label {
font-size: 20px;
font-weight: 700;
line-height: 26px;
color: #252525;
font-family: 'Source Serif Pro', serif;
}
.product_details .quantity label span {
font-weight: 400;
color: #209e2e;
}
.add_to_cart {
position: relative;
margin: 30px 0px 20px;
}
.add_to_cart ul li {
display: inline-block;
}
.add_to_cart .dropdown-toggle::after {
display: none;
}
.add_to_cart a i.fa-share-alt {
font-size: 16px;
color: #808080;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50px;
border: 1px solid #e6e6e6;
margin-left: 10px;
}
.add_to_cart .dropdown-menu a {
font-size: 16px;
color: #209e2e;
padding: 10px;
}
.add_to_cart .dropdown-menu {
top: -36px!important;
left: -175px!important;
border: 0px;
background: #fff;
border-radius: 0px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
padding: 10px 15px;
}
.add_to_cart .theme_btn {
border: 0px;
box-shadow: 0px 0px 0px 0px transparent;
border-radius: 30px;
}
.product_details .categories {
position: relative;
margin-bottom: 30px;
}
.product_details .categories ul li a {
color: #808080;
font-weight: 400;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.product_details .categories ul li {
display: inline-block;
font-size: 16px;
font-weight: 600;
color: #252525;
}
.product_details .accordion>.card .card-header h5 button.btn {
padding: 14px 0px 14px 0px;
font-size: 20px;
font-weight: 700;
color: #252525;
line-height: 30px;
text-decoration: none;
border-bottom: 1px solid #e6e6e6;
}
.product_details .accordion>.card .card-header h5 button.btn::before {
display: none;
}
.product_details .accordion>.card {
margin: 0px;
}
.product_details .accordion .main.n-active,
.product_details .accordion .main.active-min {
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
font-size: 16px;
font-weight: 400;
color: #aaa;
float: right;
padding-top: 7px;
}
.product_details .accordion .main.active-min {
display: none;
}
.product_details .accordion button.collapsed .main.n-active {
display: none!important;
}
.product_details .accordion button.collapsed .main.active-min {
display: block;
}
.product_details .card-body {
padding: 20px 0px;
}
.product_details .card-body .reviws_inner {
position: relative;
margin: 20px 0px;
}
.product_details .card-body .reviws_inner .image {
float: left;
}
.product_details .card-body .reviws_inner .content {
margin-left: 90px;
}
.product_details .card-body .reviws_inner .content h2 {
color: #252525;
font-size: 20px;
font-weight: 700;
line-height: 26px;
margin-bottom: 5px;
}
.product_details .card-body .reviws_inner .content h2 span {
color: #209e2e;
}
.product_details .card-body .reviws_inner .content h6 {
margin-bottom: 10px;
}
.product_details .card-body .reviws_inner .content h6 span {
color: #209e2e;
font-weight: 700;
}
.product_comments {
position: relative;
}
.product_comments h2 {
color: #252525;
font-size: 24px;
font-weight: 700;
line-height: 30px;
margin-bottom: 5px;
}
.product_comments .form_inner {
position: relative;
margin: 20px 0px 30px;
}
.product_comments .form_inner label {
font-size: 16px;
line-height: 26px;
color: #808080;
font-weight: 400;
margin-bottom: 10px;
}
.product_comments input[type="text"],
.product_comments input[type="email"],
.product_comments textarea {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'Source Serif Pro', serif;
font-size: 16px;
color: #fff;
font-weight: 600;
}
.product_comments textarea {
height: inherit;
}
.product_comments .theme_btn {
border: 0px;
box-shadow: 0px 0px 0px 0px transparent;
border-radius: 50px;
}
.related_products {
position: relative;
padding-top: 50px;
margin-top: 50px;
border-top: 1px solid #e6e6e6;
}
.related_products h2 {
font-size: 30px;
line-height: 36px;
color: #252525;
font-weight: 700;
margin-bottom: 20px;
}
.related_products .owl-carousel .owl-nav {
position: absolute;
width: auto;
height: auto;
text-align: center;
top: -50px;
display: block!important;
right: 10px;
}
@media(max-width:600px) {
.related_products .owl-carousel .owl-nav {
position: relative;
top: inherit;
right: inherit;
margin-bottom: 80px;
}
}
.related_products .owl-carousel .owl-nav .owl-prev,
.related_products .owl-carousel .owl-nav .owl-next {
color: #cacaca;
padding: 5px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: inline-block;
}
.related_products .owl-carousel .owl-nav .owl-prev {
margin-right: 10px;
}
.related_products .owl-carousel .owl-nav .owl-prev:hover,
.related_products .owl-carousel .owl-nav .owl-next:hover {
color: #209e2e;
}
.recent_testimonial_inner {
position: relative;
margin-bottom: 30px;
}
.recent_testimonial_inner .post_image {
position: relative;
float: left;
}
.recent_testimonial_inner .post_title {
position: relative;
margin-left: 70px;
margin-bottom: 10px;
}
.recent_testimonial_inner .post_title .post-date {
font-size: 14px;
margin-top: 5px;
text-transform: uppercase;
}
.recent_testimonial_inner .post_title .post-date span {
margin-right: 5px;
}
.recent_testimonial_inner .post_title h2 a {
display: block;
font-size: 20px;
line-height: 26px;
font-weight: 600;
color: #252525;
} .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
max-width: 48%;
padding: 0px;
}
#customer_details label,
.woocommerce form .form-row span {
width: 100%;
}
.post-type-archive-product .ui-selectmenu-menu .ui-menu {
height: inherit;
}
.show-password-input {
display: inline-block;
position: absolute;
width: 26px!important;
text-align: center;
} .woocommerce-MyAccount-navigation {
position: relative;
padding: 30px 20px;
background: #1c1c1c;
margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul {
margin: 0px;
position: relative;
}
.woocommerce-MyAccount-navigation ul li {
position: relative;
list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
color: #fff;
display: block;
padding: 10px 0px;
}
.woocommerce-MyAccount-navigation ul li:before {
position: absolute;
content: '\f105';
font-family: 'FontAwesome';
font-size: 16px;
right: 6px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
top: 10px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
background: #1c1c1c;
border-top: 3px solid #209e2e;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
color: #fff;
}
.woocommerce-info::before {
color: #209e2e;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
padding-left: 30px!important;
}
.woocommerce table.shop_table {
border-radius: 0px!important;
border-collapse: collapse;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
width: 225px!important;
height: 50px;
border: 1px solid #eee;
color: #888;
font-size: 14px;
font-weight: 400;
margin-right: 15px;
padding: 0 15px;
text-transform: capitalize;
transition: all 500ms ease 0s;
border-radius: 5px;
}
.woocommerce .quantity .qty {
padding: 0px;
}
.woocommerce thead {
background: #fff;
color: #252525;
}
.woocommerce table.shop_table tr {
border: 0px;
}
.product-name img {
margin-right: 20px;
}
.cart_totals.calculated_shipping h2 {
font-size: 24px;
line-height: 28px;
color: #252525;
font-weight: 700;
margin-bottom: 20px;
}
.woocommerce-Price-amount.amount {
color: #252525;
}
.woocommerce table.shop_table th {
color: #252525;
}
.product-quantity {
color: #209e2e;
}
.woocommerce table.shop_table th {
font-weight: 500;
padding: 20px 20px;
border: 1px solid #eee;
border-collapse: collapse;
}
.woocommerce table.shop_table td {
border: 1px solid #eee;
padding: 20px 20px;
}
.shop_showing_poroducts_counts {
position: relative;
background: #1c1c1c;
padding: 10px 20px;
margin-bottom: 30px;
border-top: 3px solid #209e2e;
}
.shop_showing_poroducts_counts p {
color: #fff;
}
.woocommerce div.products::after,
.woocommerce-page div.products::after {
clear: both
}
.woocommerce div.products div.product,
.woocommerce-page div.products div.product {
float: left;
margin: 0 3.8% 2.992em 0;
padding: 0;
position: relative;
width: 22.05%;
margin-left: 0
}
.woocommerce div.products div.first,
.woocommerce-page div.products div.first {
clear: both
}
.woocommerce div.products div.last,
.woocommerce-page div.products div.last {
margin-right: 0
}
.woocommerce div.products.columns-1 div.product,
.woocommerce-page div.products.columns-1 div.product {
width: 100%;
margin-right: 0
}
.woocommerce div.products.columns-2 div.product,
.woocommerce-page div.products.columns-2 div.product {
width: 48%
}
.woocommerce div.products.columns-3 div.product,
.woocommerce-page div.products.columns-3 div.product {
width: 30.75%
}
.woocommerce div.products.columns-5 div.product,
.woocommerce-page div.products.columns-5 div.product {
width: 16.95%
}
.woocommerce div.products.columns-6 div.product,
.woocommerce-page div.products.columns-6 li.product {
width: 13.5%
}
.woocommerce-page.columns-1 div.products div.product,
.woocommerce.columns-1 div.products div.product {
width: 100%;
margin-right: 0
}
@media(max-width:768px) {
.woocommerce div.products div.product,
.woocommerce-page div.products div.product {
width: 100%!important;
}
.woocommerce .woocommerce-result-count {
float: none;
text-align: center;
margin-bottom: 10px!important;
}
.woocommerce-ordering {
float: none!important;
text-align: center;
}
}
.woocommerce-ordering .ui-selectmenu-button {
position: relative;
width: 100%!important;
height: 40px;
background: transparent;
border: 1px solid #444!important;
padding: 20px;
line-height: 40px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #fff;
font-weight: 400;
display: inline-block;
min-width: 250px;
padding: 0px 20px;
}
.woocommerce-ordering .ui-selectmenu-button .ui-icon {
overflow: inherit;
}
.woocommerce-ordering input::placeholder {
color: #808080;
}
.woocommerce .woocommerce-result-count {
margin: 7px 0px 0px;
}
.woocommerce .woocommerce-ordering {
margin: 0px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border-color: #e6e6e6;
border-radius: 0px;
}
#customer_login input[type="checkbox"] {
height: inherit;
}
.products_single .product_meta {
position: relative;
}
.products_single .product_meta span {
width: 100%;
display: block;
margin-bottom: 10px;
}
.products_single .product_meta span span {
display: inline;
}
.woocommerce div.product p.stock {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 15px;
text-decoration: underline;
font-weight: 600;
}
.related.products .owl-carousel .owl-nav,
.related.products .owl-carousel .owl-dots {
display: none;
}
.woocommerce-pagination {
position: relative;
text-align: center;
margin: 20px 0px;
}
@media(max-width:992px) {
.woocommerce-pagination {
margin-bottom: 60px;
}
}
.woocommerce-pagination ul {
position: relative;
display: block;
border: 0px!important;
text-align: center;
}
.woocommerce-pagination ul li {
display: inline-block;
padding: 0px 10px!important;
border-right: 0px!important;
}
.woocommerce-pagination ul li:last-child {
padding-right: 0px;
}
.woocommerce-pagination ul li:first-child {
padding-left: 0px;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
width: 52px;
height: 52px;
border-radius: 50px;
border: 2px solid #e6e6e6;
line-height: 50px!important;
text-align: center;
display: block!important;
font-size: 16px!important;
color: gray!important;
font-weight: 600!important;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
padding: 0px!important;
background: transparent!important;
}
.woocommerce-pagination ul li:hover a,
.woocommerce-pagination ul li span.current {
background: #fff;
border: 2px solid #209e2e;
color: #209e2e!important;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
width: 60px;
}
.blog_siderbar .product-categories {
position: relative;
content: "";
clear: both;
display: table;
}
.blog_siderbar .product-categories li {
text-align: right;
width: 100%;
float: left;
margin: 0;
padding: 10px 0px 10px 0px;
border-bottom: 1px solid #e6e6e6;
position: relative;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.blog_siderbar .product-categories li a {
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
font-size: 16px;
color: #808080;
float: left;
}
.blog_siderbar .product-categories li:first-child {
padding-top: 0px;
}
.blog_siderbar .product-categories li:last-child {
border-bottom: 0px;
}  .header-style-v5 {
position: absolute;
width: 100%;
left: 0;
top: 0;
z-index: 999;
}
.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
color: #fd5e16;
}
.header-style-v5 .search_link .dropdown-item {
padding: 0px!important;
}
.header-style-v5 .search_link .dropdown-menu .sch_btn {
background: #fd5e16;
}
.header-style-v5 .bsnav {
background: transparent;
padding: 20px 0px;
}
.header-style-v5 .site-logo img {
width: 200px;
}
.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .nav-link {
padding: 12px 15px 12px 15px!important
}
.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link:hover,
.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .nav-link:hover {
color: #fd5e16;
}
.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .nav-link {
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid #3d3c3c;
border-radius: 0px;
padding: 10px!important;
}
.header-style-v5 .menu-item.dropdown .dropdown-menu {
background: #272727!important;
}
.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu {
padding: 0px!important;
}
.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item:hover .nav-link {
border-top: 0px;
border-left: 0px;
border-right: 0px;
color: #fd5e16;
border-bottom-style: solid;
border-bottom-color: #3d3c3c;
}
.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .nav-link::after {
display: none;
}
.header-style-v5 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item:last-child .nav-link {
border-bottom: 0px!important;
}
.header-style-v5 .navbar-expand-lg .navbar-nav .nav-link {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 16px;
}
.header-style-v5 .navbar-expand-lg .navbar-nav .nav-item.search_link {
margin-right: 30px;
}
.header-style-v5 .bsnav.bsnav-sticky.sticked.in {
background: #fff!important;
padding: 10px 0px;
}
.header-style-v5 .bsnav.bsnav-sticky.sticked.in .navbar-nav .nav-link {
color: #272727;
}
.header-style-v5 .navbar_right {
margin-left: 40px;
}
.header-style-v5 .navbar_right .basket-item-count {
position: absolute;
width: 20px;
height: 20px;
background: #fd5e16;
color: #fff;
line-height: 20px;
font-size: 14px;
font-weight: 500;
border-radius: 50px;
} .header.header-style-v5 .widget_shopping_cart_content {
position: relative;
padding: 20px;
}
.header.header-style-v5 .product_list_widget {
position: relative;
}
.header.header-style-v5 .woocommerce-mini-cart-item.mini_cart_item {
position: relative;
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #333;
}
.header.header-style-v5 .woocommerce-mini-cart-item.mini_cart_item:last-child {
padding-bottom: 0px;
border-bottom: 0px solid #333;
}
.header.header-style-v5 .product_list_widget img {
width: 40px;
float: left;
position: absolute;
left: 0;
top: 6px;
}
.header.header-style-v5 .remove.remove_from_cart_button {
position: absolute;
right: -10px;
color: #fd5e16;
}
.header-style-v5 .menu-item.dropdown .dropdown-menu.dropdown-menu-mini-cart {
margin-top: 20px!important;
}
.header-style-v5 .basket-item-count {
position: absolute;
width: 16px;
height: 16px;
color: #fff!important;
background: #fd5e16;
top: 5px;
right: 4px;
font-size: 8px;
line-height: 16px;
border-radius: 50px;
}
.header.header-style-v5 .product_list_widget a {
display: block;
font-size: 16px;
color: #fff;
margin-left: 50px;
margin-right: 10px;
}
.header.header-style-v5 .product_list_widget .quantity {
position: relative;
display: block;
color: #fd5e16;
margin-left: 50px;
}
.header.header-style-v5 .product_list_widget .quantity span {
color: #fd5e16;
}
.header.header-style-v5 .woocommerce-mini-cart__total.total {
font-size: 16px;
font-weight: 600;
color: #fff;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #333;
}
.header.header-style-v5 .woocommerce-mini-cart__total.total strong {
font-weight: 600!important;
}
.header.header-style-v5 .woocommerce-Price-amount.amount {
color: #fd5e16;
}
.header.header-style-v5 .woocommerce-mini-cart__buttons.buttons {
position: relative;
margin-top: 10px;
}
.header.header-style-v5 .woocommerce-mini-cart__buttons.buttons a {
display: inline-block;
padding: 5px 15px;
background: #fd5e16;
color: #fff;
line-height: 25px;
text-align: center;
border-radius: 5px;
}
.header.header-style-v5 .woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
float: right;
} .icon_box_v2 {
position: relative;
margin: 3px 3px 30px;
}
.icon_box_v2 .icon_box_v2_inner {
position: relative;
padding: 70px 30px 40px;
background: #fff!important;
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, .05);
z-index: 10;
text-align: center;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
cursor: pointer;
}
.icon_box_v2 .icon_box_v2_inner .image_bg {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
background-size: cover;
background-repeat: no-repeat;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: -2;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.icon_box_v2 .icon_box_v2_inner .image_bg:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
right: 0px;
opacity: 1;
top: 0px;
left: 0;
opacity: 0;
bottom: 0;
z-index: -1;
background: rgba(0, 0, 0, .8)!important;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: block;
}
.icon_box_v2:hover .icon_box_v2_inner .image_bg:before {
opacity: 1;
}
.icon_box_v2:hover .icon_box_v2_inner .image_bg {
opacity: 1;
}
.icon_box_v2 .icon_box_v2_brfore {
position: absolute;
content: '';
width: 100%;
height: 100%;
}
.icon_box_v2 .icon_box_v2_brfore:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
right: 0px;
opacity: 1;
top: -3px;
background: #fd5e16;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: block;
z-index: 1;
}
.icon_box_v2:hover .icon_box_v2_brfore:before {
opacity: 0;
}
.icon_box_v2 .icon_box {
position: relative;
margin-bottom: 50px;
}
.icon_box_v2 .icon_box .icon {
font-size: 60px;
color: #fd5e16;
display: block;
line-height: 60px;
}
.icon_box_v2 .icon_box .icon_bg {
font-size: 120px;
color: #c9b9b9;
position: absolute;
display: block;
line-height: 60px;
top: 0;
opacity: .1;
right: 0;
left: 0;
margin-left: auto;
margin-right: auto;
}
.icon_box_v2 .text {
position: relative;
}
.icon_box_v2 .text h5 {
font-size: 22px;
line-height: 32px;
font-weight: 600;
color: #272727;
font-family: 'Roboto', sans-serif;
margin-bottom: 10px;
}
.icon_box_v2 .text p {
margin-bottom: 15px;
}
.icon_box_v2 .text a {
color: #272727;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.icon_box_v2 .text a span {
font-size: 16px;
margin-left: 3px;
}
.icon_box_v2:hover .icon_box_v2_inner h5,
.icon_box_v2:hover .icon_box_v2_inner p {
color: #fff!important;
}
.icon_box_v2:hover .icon_box_v2_inner a {
color: #fd5e16;
} .heading.type_four {
position: relative;
}
@media(max-width:992px){
.title_all_box  .heading br{
display: none;
}}
.heading.type_four .title_main {
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 28px;
color: #64625c;
text-transform: uppercase;
}
.heading.type_four .title_sub {
font-family: 'Roboto', sans-serif;
font-weight: 600;
font-size: 40px;
position: relative;
line-height: 50px;
color: #272727;
}
.heading.type_four .dots {
position: absolute;
width: 100px;
height: 1px;
background: #eee;
bottom: -20px;
margin: auto;
}
.heading.type_four.center .dots {
left: 0;
right: 0;
}
.heading.type_four .dots.left{
left: 0;
right: inherit;
}
.heading.type_four .dots.right{
right: 0;
left: inherit;
}
.heading.type_four .dots.center{
left: 0;
right: 0;
}
.heading.type_four.left .dots {
left: 0;
right: inherit;
}
.heading.type_four.right .dots {
left: inherit;
right: 0;
}
.heading.type_four .dots small {
width: 5px;
height: 10px;
transform: rotate(10deg);
background: #fd5e16;
border-radius: 10px;
position: absolute;
top: -5px;
left: -8px;
right: 0;
margin: auto;
}
.heading.type_four .dots span {
width: 5px;
height: 10px;
transform: rotate(10deg);
background: #fd5e16;
border-radius: 10px;
position: absolute;
top: -5px;
left: 0;
right: -8px;
margin: auto;
}
.heading.type_four p {
margin-top: 40px;
}  .video_type_three {
position: relative;
width: 100%;
min-height: 500px;
overflow: hidden;
background-repeat: no-repeat!important;
background-size: cover!important;
background-position: center!important;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.video_type_three::before {
position: absolute;
content: '';
width: 100%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
opacity: 0;
height: 100%;
left: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, .5);
}
.video_type_three:hover::before {
opacity: 1;
}
.video_type_three .video-inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: block;
width: 100%;
height: 100%;
text-align: center;
}
.video_type_three .video-inner a {
position: absolute;
display: inline-block;
font-size: 30px!important;
color: #fd5e16;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center!important;
border-radius: 50%;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.video_type_three .video-inner a {
background: #fff;
background-image: inherit;
}
@keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.video_type_three .video-inner a:before {
width: 70px;
height: 70px;
border-radius: 50%;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.video_type_three .video-inner a:after,
.video_type_three .video-inner a:before {
width: 70px;
height: 70px;
border-radius: 50%;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.video_type_three .video-inner a:after {
-webkit-animation-delay: .6s;
animation-delay: .6s;
} .counter_type_five {
position: relative;
margin-bottom: 20px;
}
.counter_type_five h5 {
color: #fd5e16;
font-size: 45px;
font-family: 'Poppins', sans-serif;
line-height: 70px;
font-weight: 600;
margin-bottom: 7px;
}
.counter_type_five h2 {
font-family: 'Roboto', sans-serif;
color: #272727;
font-size: 20px;
line-height: 30px;
font-weight: 500;
margin-bottom: 15px;
} .service_type_seven .owl-carousel .service_type_seven_box {
margin: 30px 15px 30px;
}
.service_type_seven_box {
position: relative;
margin-bottom: 30px;
background: #fff;
margin-top: 30px;
padding: 30px;
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
border-top: 3px solid #fd5e16;
}
.service_type_seven_box::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
right: 0;
top: 0px;
background: #fd5e16;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: block;
z-index: -10;
}
.service_type_seven_box:hover::before {
top: 3px;
opacity: 1;
}
.service_type_seven_box .image {
position: relative;
overflow: hidden;
margin-top: -60px;
border-top: 3px solid #fd5e16;
}
.service_type_seven_box .image::before {
position: absolute;
content: '';
width: 50%;
left: 0;
top: 0%;
background: #02265f;
opacity: 0;
height: 0%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 1;
}
.service_type_seven_box .image::after {
position: absolute;
content: '';
width: 50%;
right: 0;
bottom: 0%;
background: #02265f;
opacity: 0;
height: 0%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 1;
}
.service_type_seven_box:hover .image::before,
.service_type_seven_box:hover .image::after {
opacity: .8;
height: 100%;
}
.service_type_seven_box .image img {
position: relative;
width: 100%;
-webkit-transform: scale(1.01);
transform: scale(1.01);
transition: all 700ms ease;
}
.service_type_seven_box:hover .image img {
-webkit-transform: scale(1.2) rotate(2deg);
transform: scale(1.2) rotate(2deg);
}
.service_type_seven_box .content_box {
position: relative;
padding-top: 30px;
}
.service_type_seven_box .icon_bg {
position: absolute;
font-size: 80px;
line-height: 80px;
right: 10px;
bottom: 10px;
color: #c9b9b9;
opacity: .1;
}
.service_type_seven_box .content_box .upper_content {
position: relative;
display: flex;
display: -ms-flexbox;
-ms-flex-align: center!important;
margin-bottom: 15px;
align-items: center!important;
}
.service_type_seven_box .content_box .upper_content .icon_box {
position: relative;
}
.service_type_seven_box .content_box .upper_content .icon_box span {
font-size: 40px;
line-height: 40px;
color: #fd5e16;
display: block;
}
.service_type_seven_box .content_box .upper_content h2 {
position: relative;
margin-left: 15px;
}
.service_type_seven_box .content_box .upper_content h2 a {
font-size: 22px;
line-height: 32px;
font-weight: 600;
display: block;
color: #272727;
font-family: 'Roboto', sans-serif;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_seven_box .content_box .upper_content h2 a:hover {
color: #fd5e16;
}
.service_type_seven_box .content_box .lower_content {
position: relative;
}
.service_type_seven_box .content_box .lower_content p {
margin-bottom: 12px;
}
.service_type_seven_box .content_box .lower_content a {
color: #272727;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_seven_box .content_box .lower_content a:hover {
color: #fd5e16;
}
.service_type_seven_box .content_box .lower_content a i {
font-size: 16px;
margin-left: 6px;
} .service_type_eight_box{
position: relative;
padding: 30px;
border-radius: 10px;
background: #209e2e0d;
margin-bottom: 30px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_eight_box .image{
width: 250px;
height: 250px;
border-radius: 50%;
overflow: hidden;
margin: 0px auto 35px;
}
@media(max-width:500px){
.service_type_eight_box .image{
width: 100%;
height: 100%; 
border-radius: 10px;  
}
}
.service_type_eight_box .image img{
width: 100%;
height: 100%;
object-fit: cover;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_eight_box .content_box{
position: relative;
text-align: center;
}
.service_type_eight_box .content_box .icon_box span{
position: absolute;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50px;
color: #fff;
background:#209e2e;
font-size: 30px;
top: -70px;
left: 0;
right: 0;
margin: auto;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_type_eight_box .content_box h2 a{
font-size: 24px;
line-height: 34px;
font-weight: 700;
color: #252525;
margin-bottom: 8px;
display: block;
}
.service_type_eight_box .content_box p{
margin-bottom: 20px;
}
.service_type_eight_box .content_box .rd_more{
font-size: 18px;
font-family: 'Nunito', sans-serif;
font-weight: 600;
line-height: 26px;
display: block;
color: #252525;
}
.service_type_eight_box:hover{
transform: translateY(-10px);
}
.service_type_eight_box:hover .image img{
opacity: .5;
}
.service_type_eight_box:hover .content_box .icon_box span{
background: #252525;
color: #fff;
} .icon_box_v2_two.style-2 {
position: relative;
margin-bottom: 30px;
}
.icon_box_v2_two.style-2 .icon_box {
position: relative;
margin-bottom: 20px;
}
.icon_box_v2_two.style-2 .icon_box span {
font-size: 60px;
line-height: 70px;
color: #fd5e16;
display: block;
}
.icon_box_v2_two.style-2 .text {
position: relative;
}
.icon_box_v2_two.style-2 .text h5 {
font-size: 22px;
line-height: 32px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
color: #252525;
margin-bottom: 13px;
}
.icon_box_v2_two.style-2 .text h5:hover {
color: #fd5e16;
} .team_outer_two {
position: relative;
margin: 10px 15px 30px;
background: #fff;
box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .06);
}
.team_outer_two .authour_details_team {
position: relative;
padding: 25px;
}
.team_outer_two .image {
position: relative;
overflow: hidden;
}
.team_outer_two .image img {
width: 100%;
}
.team_outer_two .image::before {
position: absolute;
content: '';
width: 50%;
left: 0;
top: 0%;
background: #02265f;
opacity: 0;
height: 0%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 1;
}
.team_outer_two .image::after {
position: absolute;
content: '';
width: 50%;
right: 0;
bottom: 0%;
background: #02265f;
opacity: 0;
height: 0%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 1;
}
.team_outer_two:hover .image::before,
.team_outer_two:hover .image::after {
opacity: .8;
height: 100%;
}
.team_outer_two .image img {
position: relative;
width: 100%;
-webkit-transform: scale(1.01);
transform: scale(1.01);
transition: all 700ms ease;
}
.team_outer_two:hover .image img {
-webkit-transform: scale(1.2) rotate(2deg);
transform: scale(1.2) rotate(2deg);
}
.team_outer_two .social_media_team {
position: absolute;
bottom: -150px;
left: 0px;
right: 0;
margin: auto;
width: 127px;
z-index: 11;
background: #fd5e16;
padding: 6px 20px;
box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.05);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.team_outer_two:hover .social_media_team {
bottom: 5px;
}
.team_outer_two .social_media_team ul li {
display: inline-block;
padding-right: 20px;
}
.team_outer_two .social_media_team ul li:last-child {
padding-right: 0px;
}
.team_outer_two .social_media_team ul li a {
font-size: 16px;
color: #fff;
}
.team_outer_two .authour_details_team .authour_name {
position: relative;
text-align: center;
}
.team_outer_two .authour_details_team .authour_name h2 {
font-size: 22px;
line-height: 32px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
color: #252525;
margin-bottom: 2px;
}
.team_outer_two .authour_details_team .authour_name h2:hover {
color: #fd5e16;
}
.team_outer_two .authour_details_team .authour_name p {
font-size: 14px;
text-transform: uppercase!important;
font-family: 'Poppins', sans-serif;
font-weight: 400;
}
.team_outer_two .authour_details_team .phone_number {
position: relative;
display: flex;
display: -ms-flexbox;
}
.team_outer_two .authour_details_team .phone_number .icon_in {
width: 20px;
position: relative;
}
.team_outer_two .authour_details_team .phone_number .icon_in span {
color: #fd5e16;
}
.team_outer_two .authour_details_team .no {
margin-left: 6px;
position: relative;
}
.team_outer_two .authour_details_team a {
color: #272727;
font-family: 'Roboto', sans-serif;
font-weight: 500;
} .project_inner_two {
position: relative;
margin-bottom: 60px;
}
.project_inner_two .image img {
display: block;
width: 100%;
}
.project_inner_two .image {
position: relative;
overflow: hidden;
}
.project_inner_two .image::before {
position: absolute;
content: '';
width: 50%;
left: 0;
top: 0%;
background: #02265f;
opacity: 0;
height: 0%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 1;
}
.project_inner_two .image::after {
position: absolute;
content: '';
width: 50%;
right: 0;
bottom: 0%;
background: #02265f;
opacity: 0;
height: 0%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 1;
}
.project_inner_two:hover .image::before,
.project_inner_two:hover .image::after {
opacity: .8;
height: 100%;
}
.project_inner_two .image img {
position: relative;
width: 100%;
-webkit-transform: scale(1.01);
transform: scale(1.01);
transition: all 700ms ease;
}
.project_inner_two:hover .image img {
-webkit-transform: scale(1.2) rotate(2deg);
transform: scale(1.2) rotate(2deg);
}
.project_inner_two .content_box {
position: absolute;
padding-right: 40px;
height: auto;
width: 100%;
bottom: 0;
left: 0;
}
.project_inner_two .content_box .content_inner {
position: relative;
padding: 20px 25px;
z-index: 0;
bottom: -30px;
left: 0;
background: #fff;
z-index: 10;
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, .06);
}
.project_inner_two .content_box h2 a {
font-size: 20px;
line-height: 28px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
color: #252525;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
margin-bottom: 5px;
}
.project_inner_two .content_box h2 a:hover {
color: #fd5e16;
}
.project_inner_two .image .overlay {
position: absolute;
z-index: 9;
right: 55px;
top: 10px;
height: 100%;
opacity: 0;
width: 55px;
line-height: 55px;
height: 55px;
background: #fd5e16;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.project_inner_two .image .overlay .text {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: block;
margin: auto;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
text-align: center;
}
.project_inner_two .image .overlay .text .icon {
font-size: 30px;
color: #fff;
line-height: 55px;
}
.project_inner_two:hover .image .overlay {
opacity: 1;
right: 10px;
}
.fliter_group.construction_work ul {
border: 0px;
}
.project_all .fliter_group.construction_work ul li {
font-family: 'Roboto', sans-serif;
background: #fff;
}
.project_all .fliter_group.construction_work ul li.current,
.project_all .fliter_group.construction_work ul li:hover {
background: #fd5e16;
color: #fff!important;
}
.project_all .fliter_group.construction_work ul li::before {
display: none;
}
.project_all.construction_work .five_column_filter_grid {
width: 20%;
padding: 0px 15px;
float: left;
} .porcess_outer_two {
position: relative;
margin-bottom: 30px;
padding: 25px 25px 35px;
background: #fff;
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, .04);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.porcess_outer_two:hover {
background: #02265f;
}
.porcess_outer_two .icon_box {
position: relative;
}
.porcess_outer_two .icon_box span {
line-height: 70px;
font-size: 40px;
color: #fd5e16;
display: block;
}
.porcess_outer_two .content_inner {
position: relative;
}
.porcess_outer_two .content_inner h2 a {
font-size: 22px;
line-height: 32px;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
font-weight: 600;
font-family: 'Roboto', sans-serif;
color: #252525;
margin-bottom: 15px;
}
.porcess_outer_two:hover .content_inner h2 a {
color: #fff;
}
.porcess_outer_two .step {
position: relative;
}
.porcess_outer_two .step::before {
position: absolute;
content: '';
width: 100%;
height: 1px;
top: 0;
bottom: 0;
margin: auto;
background: #eee;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.porcess_outer_two .step small {
font-size: 30px;
display: block;
color: #e3dada;
position: relative;
z-index: 1;
width: 50px;
height: 50px;
line-height: 50px;
border: 1px solid #e3dada;
text-align: center;
border-radius: 50%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
background: #fff;
}
.porcess_outer_two:hover .step small {
background: #062c68;
color: #fff!important;
border: 1px solid #062c68;
}
.porcess_outer_two:hover .step::before {
background: #062c68;
} .testimonial_outer_six {
position: relative;
padding: 35px 30px 30px;
background: #fff;
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .03);
margin: 10px 15px 30px;
}
.testimonial_outer_six .authour_image {
position: relative;
margin-bottom: 10px;
width: 90px;
height: 90px;
}
.testimonial_outer_six .authour_image img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}
.testimonial_outer_six .upper_content span.icon {
font-size: 60px;
line-height: 60px;
position: absolute;
right: 30px;
top: 35px;
color: #eee;
}
.testimonial_outer_six .content_box {
position: relative;
}
.testimonial_outer_six .content_box h2 {
font-size: 22px;
line-height: 32px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
color: #252525;
margin-bottom: 5px;
}
.testimonial_outer_six .content_box .rating {
position: relative;
margin-bottom: 10px;
}
.testimonial_outer_six .content_box .rating ul li {
color: #fd5e16;
} .blog_post_types.style-5 {
position: relative;
margin-bottom: 30px;
background: #fff;
box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, .04);
}
.blog_post_types.style-5 .content_inner h2 a {
font-size: 22px;
line-height: 32px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
color: #252525;
margin-bottom: 5px;
margin-top: 0px;
display: block;
}
.blog_post_types.style-5 .r_more {
color: #272727;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.blog_post_types.style-5 .r_more i {
font-size: 16px;
margin-left: 6px;
}
.blog_post_types.style-5 .image::before {
position: absolute;
content: '';
width: 50%;
left: 0;
top: 0%;
background: #02265f;
opacity: 0;
height: 0%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 1;
}
.blog_post_types.style-5 .image::after {
position: absolute;
content: '';
width: 50%;
right: 0;
bottom: 0%;
background: #02265f;
opacity: 0;
height: 0%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 1;
}
.blog_post_types.style-5:hover .image::after,
.blog_post_types.style-5:hover .image::before {
opacity: .8;
height: 100%;
}
.blog_post_types.style-5 .date {
position: absolute;
content: '';
padding: 5px 15px 1px;
background: #fd5e16;
bottom: 0;
z-index: 3;
left: 30px;
color: #fff;
}
.blog_post_types.style-5 .date a {
text-transform: uppercase;
font-size: 14px;
line-height: 30px;
color: #fff;
font-family: 'Roboto', sans-serif;
}
.blog_post_types.style-5 .tag_and_date {
position: relative;
margin-bottom: 10px;
}
.blog_post_types.style-5 .tag_and_date li a {
text-transform: uppercase;
font-size: 14px;
line-height: 26px;
color: #808080;
font-family: 'Roboto', sans-serif;
}
.blog_post_types.style-5 .tag_and_date li a span {
margin-right: 5px;
color: #fd5e16;
} .blog_post_types.style-6{
position: relative;
overflow: hidden;
border-radius: 10px;
}
.blog_post_types.style-6 .image{
height: 250px;
overflow: hidden;
}
.blog_post_types.style-6 .image img{
width: 100%;
height: 100%;
object-fit: cover;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.blog_post_types.style-6:hover .image  img{
opacity: .8;
}
.blog_post_types.style-6 .content_inner{
position: relative;
padding: 20px 30px 30px;
}
.blog_post_types.style-6 .content_inner .tag_and_date {
position: absolute;
top: -24px;
left: 30px;
}
.blog_post_types.style-6 .content_inner .tag_and_date a{
font-size: 14px;
line-height: 30px;
border-radius: 30px;
background: #f4faf4;
padding: 8px 30px;
display: inline-block;
text-transform: uppercase;
font-weight: 500;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.blog_post_types.style-6:hover .content_inner .tag_and_date a{
background: #209e2e;
color: #fff;
}
.blog_post_types.style-6 .content_inner .tag_and_date a span{
position: relative;
margin-right: 5px;
}
.blog_post_types.style-6 .content_inner h2 a{
color: #252525;
font-weight: 700;
font-size: 22px;
font-weight: 700;
line-height: 28px;
margin-bottom: 10px;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.blog_post_types.style-6 .content_inner p{
margin-bottom: 0px;
}
.our_team_all_two .owl-carousel .owl-nav,
.our_team_all_two .owl-carousel .owl-dots {
display: none!important;
}
.testimonial_type_six .owl-carousel .owl-nav,
.testimonial_type_six .owl-carousel .owl-dots {
display: none!important;
}
.type-page .entry-content ul{
padding-left: 0px;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
list-style: none;
margin: 0!important;
overflow: hidden;
border-radius: 8px;
-ms-flex: 0 0 33.333333%!important;
flex: 0 0 33.333333%!important; 
max-width: 33.333333%!important;
padding: 10px!important;
width: 33.33%;
}
button.aicon_link {
top: 50%;    
}
@media(max-width:992px){
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
-ms-flex: 0 0 50%!important;
flex: 0 0 50%!important; 
max-width: 50%!important;
width: 50%;
}
}
@media(max-width:768px){
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
-ms-flex: 0 0 100%!important;
flex: 0 0 100%!important; 
max-width: 100%!important;
width: 100%;
}
div.pp_pic_holder{
top: 15%!important;
width: 100%!important;
left: 0!important;
height: 350px!important;
}
div.pp_default .pp_content{
width: 100%!important;
height: 100%!important;
}
div.pp_default .pp_content #fullResImage{
width: 100%!important;
height: 100%!important;
}
.pp_hoverContainer{
width: 100%!important;
height: 100%!important;
}
}
.wpb_image_grid .wpb_image_grid_ul a{
position: relative;
}
.wpb_image_grid .wpb_image_grid_ul a:before{
position: absolute;
content: '';
top: 0;
left: 0;
background-color: rgba(32,158,46,1);
overflow: hidden;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.wpb_image_grid .wpb_image_grid_ul li:hover a:before{
opacity: .7;
}
.wpb_image_grid .wpb_image_grid_ul a:after{
position: absolute;
content: '\f00e';
font-family: 'FontAwesome';
font-size: 20px;
line-height: 60px;
width: 60px;
height:60px;
border-radius: 50px;
border: 1px dashed #fff;
left: 0;
text-align: center;
right: 0;
top: 0;
bottom: 0;
color: #fff;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
margin: auto;
}
.wpb_image_grid .wpb_image_grid_ul li:hover a:after{
opacity: 1;
}
.custom_button .themebtn.style-1
{
background-color: #209e2e;
border-color: #209e2e;
border-style: solid;
font-weight: 600;
color: #ffffff;
text-transform: uppercase;
display: inline-block;
line-height: 58px;
width: 180px;
height: 60px;
border-width: 2px;
border-radius: 50px;
margin: 20px 0px 0px;
text-align: center;
}
.navbar-expand-lg .navbar-nav  .dropdown-menu-mini-cart{
width: 380px!important;
left: -300px!important;
}
.single-service .service h3 {
font-size: 26px;
line-height: 28px;
font-weight: 700;
color: #252525;
margin-bottom:10px;
}
.page-id-15 ::placeholder, .page-id-15 label .wpcf7-list-item-label, .page-id-15 .ui-selectmenu-text {
opacity:1 !important;
color:#777 !important;
}
.ui-selectmenu-menu .ui-menu {height:auto !important;}
.form_contact [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before {border: 1px solid #209e2e !important;}
.image.before_img .theme_btn {display:none !important;}
.topbar.version_v4 .wcocustom-code ul li i{margin:0;color:#fff;}
.menu-item.dropdown .dropdown-menu{width:360px !important;}
.icon-phone-call::before {display:none !important;}
.emergency_contact .text {margin-left:0 !important;}
@media (max-width:1024px) {
.wco_service .vc_col-sm-6 {width: 62% !important;}
.wco_service .vc_col-sm-3 {width: 17% !important;}
}
@media (max-width:991px) {
.wco_service .vc_col-sm-6 {width: 100% !important;}
.wco_service .vc_col-sm-3 {width: 0% !important;}
}
@media (max-width:767px) {
.wco_service.vc_custom_1649743559372 {margin-top:20px !important;}
}