@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";


:root {
--bs-blue:#0d6efd;
--bs-indigo:#6610f2;
--bs-purple:#6f42c1;
--bs-pink:#d63384;
--bs-red:#dc3545;
--bs-orange:#fd7e14;
--bs-yellow:#ffc107;
--bs-green:#198754;
--bs-teal:#20c997;
--bs-cyan:#0dcaf0;
--bs-white:#fff;
--bs-gray:#6c757d;
--bs-gray-dark:#343a40;
--bs-gray-100:#f8f9fa;
--bs-gray-200:#e9ecef;
--bs-gray-300:#dee2e6;
--bs-gray-400:#ced4da;
--bs-gray-500:#adb5bd;
--bs-gray-600:#6c757d;
--bs-gray-700:#495057;
--bs-gray-800:#343a40;
--bs-gray-900:#212529;
--bs-primary:#0d6efd;
--bs-secondary:#6c757d;
--bs-success:#198754;
--bs-info:#0dcaf0;
--bs-warning:#ffc107;
--bs-danger:#dc3545;
--bs-light:#f8f9fa;
--bs-dark:#212529;
--bs-primary-rgb:13,110,253;
--bs-secondary-rgb:108,117,125;
--bs-success-rgb:25,135,84;
--bs-info-rgb:13,202,240;
--bs-warning-rgb:255,193,7;
--bs-danger-rgb:220,53,69;
--bs-light-rgb:248,249,250;
--bs-dark-rgb:33,37,41;
--bs-white-rgb:255,255,255;
--bs-black-rgb:0,0,0;
--bs-body-color-rgb:33,37,41;
--bs-body-bg-rgb:255,255,255;
--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
--bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
--bs-body-font-family:var(--bs-font-sans-serif);
--bs-body-font-size:1rem;
--bs-body-font-weight:400;
--bs-body-line-height:1.5;
--bs-body-color:#212529;
--bs-body-bg:#fff
}
*,::after,::before {
box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference) {
:root {
scroll-behavior:smooth
}
}
body {
margin:0;
font-family:var(--bs-body-font-family);
font-size:var(--bs-body-font-size);
font-weight:var(--bs-body-font-weight);
line-height:var(--bs-body-line-height);
color:var(--bs-body-color);
text-align:var(--bs-body-text-align);
background-color:var(--bs-body-bg);
-webkit-text-size-adjust:100%;
-webkit-tap-highlight-color:transparent
}
hr {
margin:1rem 0;
color:inherit;
background-color:currentColor;
border:0;
opacity:.25
}
hr:not([size]) {
height:1px
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
margin-top:0;
margin-bottom:.5rem;
font-weight:500;
line-height:1.2
}
.h1,h1 {
font-size:calc(1.375rem + 1.5vw)
}
@media (min-width:1200px) {
.h1,h1 {
font-size:2.5rem
}
}
.h2,h2 {
font-size:calc(1.325rem + .9vw)
}
@media (min-width:1200px) {
.h2,h2 {
font-size:2rem
}
}
.h3,h3 {
font-size:calc(1.3rem + .6vw)
}
@media (min-width:1200px) {
.h3,h3 {
font-size:1.75rem
}
}
.h4,h4 {
font-size:calc(1.275rem + .3vw)
}
@media (min-width:1200px) {
.h4,h4 {
font-size:1.5rem
}
}
.h5,h5 {
font-size:1.25rem
}
.h6,h6 {
font-size:1rem
}
p {
margin-top:0;
margin-bottom:1rem
}
abbr[data-bs-original-title],abbr[title] {
-webkit-text-decoration:underline dotted;
text-decoration:underline dotted;
cursor:help;
-webkit-text-decoration-skip-ink:none;
text-decoration-skip-ink:none
}
address {
margin-bottom:1rem;
font-style:normal;
line-height:inherit
}
ol,ul {
padding-left:2rem
}
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,small {
font-size:.875em
}
.mark,mark {
padding:.2em;
background-color:#fcf8e3
}
sub,sup {
position:relative;
font-size:.75em;
line-height:0;
vertical-align:baseline
}
sub {
bottom:-.25em
}
sup {
top:-.5em
}
a {
color:#0d6efd;
text-decoration:underline
}
a:hover {
color:#0a58ca
}
a:not([href]):not([class]),a:not([href]):not([class]):hover {
color:inherit;
text-decoration:none
}
code,kbd,pre,samp {
font-family:var(--bs-font-monospace);
font-size:1em;
direction:ltr;
unicode-bidi:bidi-override
}
pre {
display:block;
margin-top:0;
margin-bottom:1rem;
overflow:auto;
font-size:.875em
}
pre code {
font-size:inherit;
color:inherit;
word-break:normal
}
code {
font-size:.875em;
color:#d63384;
word-wrap:break-word
}
a>code {
color:inherit
}
kbd {
padding:.2rem .4rem;
font-size:.875em;
color:#fff;
background-color:#212529;
border-radius:.2rem
}
kbd kbd {
padding:0;
font-size:1em;
font-weight:700
}
figure {
margin:0 0 1rem
}
img,svg {
vertical-align:middle
}
table {
caption-side:bottom;
border-collapse:collapse
}
caption {
padding-top:.5rem;
padding-bottom:.5rem;
color:#6c757d;
text-align:left
}
th {
text-align:inherit;
text-align:-webkit-match-parent
}
tbody,td,tfoot,th,thead,tr {
border-color:inherit;
border-style:solid;
border-width:0
}
label {
display:inline-block
}
button {
border-radius:0
}
button:focus:not(:focus-visible) {
outline:0
}
button,input,optgroup,select,textarea {
margin:0;
font-family:inherit;
font-size:inherit;
line-height:inherit
}
button,select {
text-transform:none
}
[role=button] {
cursor:pointer
}
select {
word-wrap:normal
}
select:disabled {
opacity:1
}
[list]::-webkit-calendar-picker-indicator {
display:none
}
[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
}
::-moz-focus-inner {
padding:0;
border-style:none
}
textarea {
resize:vertical
}
fieldset {
min-width:0;
padding:0;
margin:0;
border:0
}
legend {
float:left;
width:100%;
padding:0;
margin-bottom:.5rem;
font-size:calc(1.275rem + .3vw);
line-height:inherit
}
@media (min-width:1200px) {
legend {
font-size:1.5rem
}
}
legend+* {
clear:left
}
::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
padding:0
}
::-webkit-inner-spin-button {
height:auto
}
[type=search] {
outline-offset:-2px;
-webkit-appearance:textfield
}
::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-color-swatch-wrapper {
padding:0
}
::-webkit-file-upload-button {
font:inherit
}
::file-selector-button {
font:inherit
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
display:inline-block
}
iframe {
border:0
}
summary {
display:list-item;
cursor:pointer
}
progress {
vertical-align:baseline
}
[hidden] {
display:none!important
}
.lead {
font-size:1.25rem;
font-weight:300
}
.display-1 {
font-size:calc(1.625rem + 4.5vw);
font-weight:300;
line-height:1.2
}
@media (min-width:1200px) {
.display-1 {
font-size:5rem
}
}
.display-2 {
font-size:calc(1.575rem + 3.9vw);
font-weight:300;
line-height:1.2
}
@media (min-width:1200px) {
.display-2 {
font-size:4.5rem
}
}
.display-3 {
font-size:calc(1.525rem + 3.3vw);
font-weight:300;
line-height:1.2
}
@media (min-width:1200px) {
.display-3 {
font-size:4rem
}
}
.display-4 {
font-size:calc(1.475rem + 2.7vw);
font-weight:300;
line-height:1.2
}
@media (min-width:1200px) {
.display-4 {
font-size:3.5rem
}
}
.display-5 {
font-size:calc(1.425rem + 2.1vw);
font-weight:300;
line-height:1.2
}
@media (min-width:1200px) {
.display-5 {
font-size:3rem
}
}
.display-6 {
font-size:calc(1.375rem + 1.5vw);
font-weight:300;
line-height:1.2
}
@media (min-width:1200px) {
.display-6 {
font-size:2.5rem
}
}
.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:.875em;
text-transform:uppercase
}
.blockquote {
margin-bottom:1rem;
font-size:1.25rem
}
.blockquote>:last-child {
margin-bottom:0
}
.blockquote-footer {
margin-top:-1rem;
margin-bottom:1rem;
font-size:.875em;
color:#6c757d
}
.blockquote-footer::before {
content:"— "
}
.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:.875em;
color:#6c757d
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
width:100%;
padding-right:var(--bs-gutter-x,.75rem);
padding-left:var(--bs-gutter-x,.75rem);
margin-right:auto;
margin-left:auto
}
@media (min-width:576px) {
.container,.container-sm {
max-width:540px
}
}
@media (min-width:768px) {
.container,.container-md,.container-sm {
max-width:720px
}
}
@media (min-width:992px) {
.container,.container-lg,.container-md,.container-sm {
max-width:960px
}
}
@media (min-width:1200px) {
.container,.container-lg,.container-md,.container-sm,.container-xl {
max-width:1140px
}
}
@media (min-width:1400px) {
.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
max-width:1320px
}
}
.row {
--bs-gutter-x:1.5rem;
--bs-gutter-y:0;
display:flex;
flex-wrap:wrap;
margin-top:calc(-1 * var(--bs-gutter-y));
margin-right:calc(-.5 * var(--bs-gutter-x));
margin-left:calc(-.5 * var(--bs-gutter-x))
}
.row>* {
flex-shrink:0;
width:100%;
max-width:100%;
padding-right:calc(var(--bs-gutter-x) * .5);
padding-left:calc(var(--bs-gutter-x) * .5);
margin-top:var(--bs-gutter-y)
}
.col {
flex:1 0 0
}
.row-cols-auto>* {
flex:0 0 auto;
width:auto
}
.row-cols-1>* {
flex:0 0 auto;
width:100%
}
.row-cols-2>* {
flex:0 0 auto;
width:50%
}
.row-cols-3>* {
flex:0 0 auto;
width:33.3333333333%
}
.row-cols-4>* {
flex:0 0 auto;
width:25%
}
.row-cols-5>* {
flex:0 0 auto;
width:20%
}
.row-cols-6>* {
flex:0 0 auto;
width:16.6666666667%
}
.col-auto {
flex:0 0 auto;
width:auto
}
.col-1 {
flex:0 0 auto;
width:8.33333333%
}
.col-2 {
flex:0 0 auto;
width:16.66666667%
}
.col-3 {
flex:0 0 auto;
width:25%
}
.col-4 {
flex:0 0 auto;
width:33.33333333%
}
.col-5 {
flex:0 0 auto;
width:41.66666667%
}
.col-6 {
flex:0 0 auto;
width:50%
}
.col-7 {
flex:0 0 auto;
width:58.33333333%
}
.col-8 {
flex:0 0 auto;
width:66.66666667%
}
.col-9 {
flex:0 0 auto;
width:75%
}
.col-10 {
flex:0 0 auto;
width:83.33333333%
}
.col-11 {
flex:0 0 auto;
width:91.66666667%
}
.col-12 {
flex:0 0 auto;
width:100%
}
.offset-1 {
margin-left:8.33333333%
}
.offset-2 {
margin-left:16.66666667%
}
.offset-3 {
margin-left:25%
}
.offset-4 {
margin-left:33.33333333%
}
.offset-5 {
margin-left:41.66666667%
}
.offset-6 {
margin-left:50%
}
.offset-7 {
margin-left:58.33333333%
}
.offset-8 {
margin-left:66.66666667%
}
.offset-9 {
margin-left:75%
}
.offset-10 {
margin-left:83.33333333%
}
.offset-11 {
margin-left:91.66666667%
}
.g-0,.gx-0 {
--bs-gutter-x:0
}
.g-0,.gy-0 {
--bs-gutter-y:0
}
.g-1,.gx-1 {
--bs-gutter-x:.25rem
}
.g-1,.gy-1 {
--bs-gutter-y:.25rem
}
.g-2,.gx-2 {
--bs-gutter-x:.5rem
}
.g-2,.gy-2 {
--bs-gutter-y:.5rem
}
.g-3,.gx-3 {
--bs-gutter-x:1rem
}
.g-3,.gy-3 {
--bs-gutter-y:1rem
}
.g-4,.gx-4 {
--bs-gutter-x:1.5rem
}
.g-4,.gy-4 {
--bs-gutter-y:1.5rem
}
.g-5,.gx-5 {
--bs-gutter-x:3rem
}
.g-5,.gy-5 {
--bs-gutter-y:3rem
}
@media (min-width:576px) {
.col-sm {
flex:1 0 0
}
.row-cols-sm-auto>* {
flex:0 0 auto;
width:auto
}
.row-cols-sm-1>* {
flex:0 0 auto;
width:100%
}
.row-cols-sm-2>* {
flex:0 0 auto;
width:50%
}
.row-cols-sm-3>* {
flex:0 0 auto;
width:33.3333333333%
}
.row-cols-sm-4>* {
flex:0 0 auto;
width:25%
}
.row-cols-sm-5>* {
flex:0 0 auto;
width:20%
}
.row-cols-sm-6>* {
flex:0 0 auto;
width:16.6666666667%
}
.col-sm-auto {
flex:0 0 auto;
width:auto
}
.col-sm-1 {
flex:0 0 auto;
width:8.33333333%
}
.col-sm-2 {
flex:0 0 auto;
width:16.66666667%
}
.col-sm-3 {
flex:0 0 auto;
width:25%
}
.col-sm-4 {
flex:0 0 auto;
width:33.33333333%
}
.col-sm-5 {
flex:0 0 auto;
width:41.66666667%
}
.col-sm-6 {
flex:0 0 auto;
width:50%
}
.col-sm-7 {
flex:0 0 auto;
width:58.33333333%
}
.col-sm-8 {
flex:0 0 auto;
width:66.66666667%
}
.col-sm-9 {
flex:0 0 auto;
width:75%
}
.col-sm-10 {
flex:0 0 auto;
width:83.33333333%
}
.col-sm-11 {
flex:0 0 auto;
width:91.66666667%
}
.col-sm-12 {
flex:0 0 auto;
width:100%
}
.offset-sm-0 {
margin-left:0
}
.offset-sm-1 {
margin-left:8.33333333%
}
.offset-sm-2 {
margin-left:16.66666667%
}
.offset-sm-3 {
margin-left:25%
}
.offset-sm-4 {
margin-left:33.33333333%
}
.offset-sm-5 {
margin-left:41.66666667%
}
.offset-sm-6 {
margin-left:50%
}
.offset-sm-7 {
margin-left:58.33333333%
}
.offset-sm-8 {
margin-left:66.66666667%
}
.offset-sm-9 {
margin-left:75%
}
.offset-sm-10 {
margin-left:83.33333333%
}
.offset-sm-11 {
margin-left:91.66666667%
}
.g-sm-0,.gx-sm-0 {
--bs-gutter-x:0
}
.g-sm-0,.gy-sm-0 {
--bs-gutter-y:0
}
.g-sm-1,.gx-sm-1 {
--bs-gutter-x:.25rem
}
.g-sm-1,.gy-sm-1 {
--bs-gutter-y:.25rem
}
.g-sm-2,.gx-sm-2 {
--bs-gutter-x:.5rem
}
.g-sm-2,.gy-sm-2 {
--bs-gutter-y:.5rem
}
.g-sm-3,.gx-sm-3 {
--bs-gutter-x:1rem
}
.g-sm-3,.gy-sm-3 {
--bs-gutter-y:1rem
}
.g-sm-4,.gx-sm-4 {
--bs-gutter-x:1.5rem
}
.g-sm-4,.gy-sm-4 {
--bs-gutter-y:1.5rem
}
.g-sm-5,.gx-sm-5 {
--bs-gutter-x:3rem
}
.g-sm-5,.gy-sm-5 {
--bs-gutter-y:3rem
}
}
@media (min-width:768px) {
.col-md {
flex:1 0 0
}
.row-cols-md-auto>* {
flex:0 0 auto;
width:auto
}
.row-cols-md-1>* {
flex:0 0 auto;
width:100%
}
.row-cols-md-2>* {
flex:0 0 auto;
width:50%
}
.row-cols-md-3>* {
flex:0 0 auto;
width:33.3333333333%
}
.row-cols-md-4>* {
flex:0 0 auto;
width:25%
}
.row-cols-md-5>* {
flex:0 0 auto;
width:20%
}
.row-cols-md-6>* {
flex:0 0 auto;
width:16.6666666667%
}
.col-md-auto {
flex:0 0 auto;
width:auto
}
.col-md-1 {
flex:0 0 auto;
width:8.33333333%
}
.col-md-2 {
flex:0 0 auto;
width:16.66666667%
}
.col-md-3 {
flex:0 0 auto;
width:25%
}
.col-md-4 {
flex:0 0 auto;
width:33.33333333%
}
.col-md-5 {
flex:0 0 auto;
width:41.66666667%
}
.col-md-6 {
flex:0 0 auto;
width:50%
}
.col-md-7 {
flex:0 0 auto;
width:58.33333333%
}
.col-md-8 {
flex:0 0 auto;
width:66.66666667%
}
.col-md-9 {
flex:0 0 auto;
width:75%
}
.col-md-10 {
flex:0 0 auto;
width:83.33333333%
}
.col-md-11 {
flex:0 0 auto;
width:91.66666667%
}
.col-md-12 {
flex:0 0 auto;
width:100%
}
.offset-md-0 {
margin-left:0
}
.offset-md-1 {
margin-left:8.33333333%
}
.offset-md-2 {
margin-left:16.66666667%
}
.offset-md-3 {
margin-left:25%
}
.offset-md-4 {
margin-left:33.33333333%
}
.offset-md-5 {
margin-left:41.66666667%
}
.offset-md-6 {
margin-left:50%
}
.offset-md-7 {
margin-left:58.33333333%
}
.offset-md-8 {
margin-left:66.66666667%
}
.offset-md-9 {
margin-left:75%
}
.offset-md-10 {
margin-left:83.33333333%
}
.offset-md-11 {
margin-left:91.66666667%
}
.g-md-0,.gx-md-0 {
--bs-gutter-x:0
}
.g-md-0,.gy-md-0 {
--bs-gutter-y:0
}
.g-md-1,.gx-md-1 {
--bs-gutter-x:.25rem
}
.g-md-1,.gy-md-1 {
--bs-gutter-y:.25rem
}
.g-md-2,.gx-md-2 {
--bs-gutter-x:.5rem
}
.g-md-2,.gy-md-2 {
--bs-gutter-y:.5rem
}
.g-md-3,.gx-md-3 {
--bs-gutter-x:1rem
}
.g-md-3,.gy-md-3 {
--bs-gutter-y:1rem
}
.g-md-4,.gx-md-4 {
--bs-gutter-x:1.5rem
}
.g-md-4,.gy-md-4 {
--bs-gutter-y:1.5rem
}
.g-md-5,.gx-md-5 {
--bs-gutter-x:3rem
}
.g-md-5,.gy-md-5 {
--bs-gutter-y:3rem
}
}
@media (min-width:992px) {
.col-lg {
flex:1 0 0
}
.row-cols-lg-auto>* {
flex:0 0 auto;
width:auto
}
.row-cols-lg-1>* {
flex:0 0 auto;
width:100%
}
.row-cols-lg-2>* {
flex:0 0 auto;
width:50%
}
.row-cols-lg-3>* {
flex:0 0 auto;
width:33.3333333333%
}
.row-cols-lg-4>* {
flex:0 0 auto;
width:25%
}
.row-cols-lg-5>* {
flex:0 0 auto;
width:20%
}
.row-cols-lg-6>* {
flex:0 0 auto;
width:16.6666666667%
}
.col-lg-auto {
flex:0 0 auto;
width:auto
}
.col-lg-1 {
flex:0 0 auto;
width:8.33333333%
}
.col-lg-2 {
flex:0 0 auto;
width:16.66666667%
}
.col-lg-3 {
flex:0 0 auto;
width:25%
}
.col-lg-4 {
flex:0 0 auto;
width:33.33333333%
}
.col-lg-5 {
flex:0 0 auto;
width:41.66666667%
}
.col-lg-6 {
flex:0 0 auto;
width:50%
}
.col-lg-7 {
flex:0 0 auto;
width:58.33333333%
}
.col-lg-8 {
flex:0 0 auto;
width:66.66666667%
}
.col-lg-9 {
flex:0 0 auto;
width:75%
}
.col-lg-10 {
flex:0 0 auto;
width:83.33333333%
}
.col-lg-11 {
flex:0 0 auto;
width:91.66666667%
}
.col-lg-12 {
flex:0 0 auto;
width:100%
}
.offset-lg-0 {
margin-left:0
}
.offset-lg-1 {
margin-left:8.33333333%
}
.offset-lg-2 {
margin-left:16.66666667%
}
.offset-lg-3 {
margin-left:25%
}
.offset-lg-4 {
margin-left:33.33333333%
}
.offset-lg-5 {
margin-left:41.66666667%
}
.offset-lg-6 {
margin-left:50%
}
.offset-lg-7 {
margin-left:58.33333333%
}
.offset-lg-8 {
margin-left:66.66666667%
}
.offset-lg-9 {
margin-left:75%
}
.offset-lg-10 {
margin-left:83.33333333%
}
.offset-lg-11 {
margin-left:91.66666667%
}
.g-lg-0,.gx-lg-0 {
--bs-gutter-x:0
}
.g-lg-0,.gy-lg-0 {
--bs-gutter-y:0
}
.g-lg-1,.gx-lg-1 {
--bs-gutter-x:.25rem
}
.g-lg-1,.gy-lg-1 {
--bs-gutter-y:.25rem
}
.g-lg-2,.gx-lg-2 {
--bs-gutter-x:.5rem
}
.g-lg-2,.gy-lg-2 {
--bs-gutter-y:.5rem
}
.g-lg-3,.gx-lg-3 {
--bs-gutter-x:1rem
}
.g-lg-3,.gy-lg-3 {
--bs-gutter-y:1rem
}
.g-lg-4,.gx-lg-4 {
--bs-gutter-x:1.5rem
}
.g-lg-4,.gy-lg-4 {
--bs-gutter-y:1.5rem
}
.g-lg-5,.gx-lg-5 {
--bs-gutter-x:3rem
}
.g-lg-5,.gy-lg-5 {
--bs-gutter-y:3rem
}
}
@media (min-width:1200px) {
.col-xl {
flex:1 0 0
}
.row-cols-xl-auto>* {
flex:0 0 auto;
width:auto
}
.row-cols-xl-1>* {
flex:0 0 auto;
width:100%
}
.row-cols-xl-2>* {
flex:0 0 auto;
width:50%
}
.row-cols-xl-3>* {
flex:0 0 auto;
width:33.3333333333%
}
.row-cols-xl-4>* {
flex:0 0 auto;
width:25%
}
.row-cols-xl-5>* {
flex:0 0 auto;
width:20%
}
.row-cols-xl-6>* {
flex:0 0 auto;
width:16.6666666667%
}
.col-xl-auto {
flex:0 0 auto;
width:auto
}
.col-xl-1 {
flex:0 0 auto;
width:8.33333333%
}
.col-xl-2 {
flex:0 0 auto;
width:16.66666667%
}
.col-xl-3 {
flex:0 0 auto;
width:25%
}
.col-xl-4 {
flex:0 0 auto;
width:33.33333333%
}
.col-xl-5 {
flex:0 0 auto;
width:41.66666667%
}
.col-xl-6 {
flex:0 0 auto;
width:50%
}
.col-xl-7 {
flex:0 0 auto;
width:58.33333333%
}
.col-xl-8 {
flex:0 0 auto;
width:66.66666667%
}
.col-xl-9 {
flex:0 0 auto;
width:75%
}
.col-xl-10 {
flex:0 0 auto;
width:83.33333333%
}
.col-xl-11 {
flex:0 0 auto;
width:91.66666667%
}
.col-xl-12 {
flex:0 0 auto;
width:100%
}
.offset-xl-0 {
margin-left:0
}
.offset-xl-1 {
margin-left:8.33333333%
}
.offset-xl-2 {
margin-left:16.66666667%
}
.offset-xl-3 {
margin-left:25%
}
.offset-xl-4 {
margin-left:33.33333333%
}
.offset-xl-5 {
margin-left:41.66666667%
}
.offset-xl-6 {
margin-left:50%
}
.offset-xl-7 {
margin-left:58.33333333%
}
.offset-xl-8 {
margin-left:66.66666667%
}
.offset-xl-9 {
margin-left:75%
}
.offset-xl-10 {
margin-left:83.33333333%
}
.offset-xl-11 {
margin-left:91.66666667%
}
.g-xl-0,.gx-xl-0 {
--bs-gutter-x:0
}
.g-xl-0,.gy-xl-0 {
--bs-gutter-y:0
}
.g-xl-1,.gx-xl-1 {
--bs-gutter-x:.25rem
}
.g-xl-1,.gy-xl-1 {
--bs-gutter-y:.25rem
}
.g-xl-2,.gx-xl-2 {
--bs-gutter-x:.5rem
}
.g-xl-2,.gy-xl-2 {
--bs-gutter-y:.5rem
}
.g-xl-3,.gx-xl-3 {
--bs-gutter-x:1rem
}
.g-xl-3,.gy-xl-3 {
--bs-gutter-y:1rem
}
.g-xl-4,.gx-xl-4 {
--bs-gutter-x:1.5rem
}
.g-xl-4,.gy-xl-4 {
--bs-gutter-y:1.5rem
}
.g-xl-5,.gx-xl-5 {
--bs-gutter-x:3rem
}
.g-xl-5,.gy-xl-5 {
--bs-gutter-y:3rem
}
}
@media (min-width:1400px) {
.col-xxl {
flex:1 0 0
}
.row-cols-xxl-auto>* {
flex:0 0 auto;
width:auto
}
.row-cols-xxl-1>* {
flex:0 0 auto;
width:100%
}
.row-cols-xxl-2>* {
flex:0 0 auto;
width:50%
}
.row-cols-xxl-3>* {
flex:0 0 auto;
width:33.3333333333%
}
.row-cols-xxl-4>* {
flex:0 0 auto;
width:25%
}
.row-cols-xxl-5>* {
flex:0 0 auto;
width:20%
}
.row-cols-xxl-6>* {
flex:0 0 auto;
width:16.6666666667%
}
.col-xxl-auto {
flex:0 0 auto;
width:auto
}
.col-xxl-1 {
flex:0 0 auto;
width:8.33333333%
}
.col-xxl-2 {
flex:0 0 auto;
width:16.66666667%
}
.col-xxl-3 {
flex:0 0 auto;
width:25%
}
.col-xxl-4 {
flex:0 0 auto;
width:33.33333333%
}
.col-xxl-5 {
flex:0 0 auto;
width:41.66666667%
}
.col-xxl-6 {
flex:0 0 auto;
width:50%
}
.col-xxl-7 {
flex:0 0 auto;
width:58.33333333%
}
.col-xxl-8 {
flex:0 0 auto;
width:66.66666667%
}
.col-xxl-9 {
flex:0 0 auto;
width:75%
}
.col-xxl-10 {
flex:0 0 auto;
width:83.33333333%
}
.col-xxl-11 {
flex:0 0 auto;
width:91.66666667%
}
.col-xxl-12 {
flex:0 0 auto;
width:100%
}
.offset-xxl-0 {
margin-left:0
}
.offset-xxl-1 {
margin-left:8.33333333%
}
.offset-xxl-2 {
margin-left:16.66666667%
}
.offset-xxl-3 {
margin-left:25%
}
.offset-xxl-4 {
margin-left:33.33333333%
}
.offset-xxl-5 {
margin-left:41.66666667%
}
.offset-xxl-6 {
margin-left:50%
}
.offset-xxl-7 {
margin-left:58.33333333%
}
.offset-xxl-8 {
margin-left:66.66666667%
}
.offset-xxl-9 {
margin-left:75%
}
.offset-xxl-10 {
margin-left:83.33333333%
}
.offset-xxl-11 {
margin-left:91.66666667%
}
.g-xxl-0,.gx-xxl-0 {
--bs-gutter-x:0
}
.g-xxl-0,.gy-xxl-0 {
--bs-gutter-y:0
}
.g-xxl-1,.gx-xxl-1 {
--bs-gutter-x:.25rem
}
.g-xxl-1,.gy-xxl-1 {
--bs-gutter-y:.25rem
}
.g-xxl-2,.gx-xxl-2 {
--bs-gutter-x:.5rem
}
.g-xxl-2,.gy-xxl-2 {
--bs-gutter-y:.5rem
}
.g-xxl-3,.gx-xxl-3 {
--bs-gutter-x:1rem
}
.g-xxl-3,.gy-xxl-3 {
--bs-gutter-y:1rem
}
.g-xxl-4,.gx-xxl-4 {
--bs-gutter-x:1.5rem
}
.g-xxl-4,.gy-xxl-4 {
--bs-gutter-y:1.5rem
}
.g-xxl-5,.gx-xxl-5 {
--bs-gutter-x:3rem
}
.g-xxl-5,.gy-xxl-5 {
--bs-gutter-y:3rem
}
}
.table {
--bs-table-bg:transparent;
--bs-table-accent-bg:transparent;
--bs-table-striped-color:#212529;
--bs-table-striped-bg:rgba(0,0,0,0.05);
--bs-table-active-color:#212529;
--bs-table-active-bg:rgba(0,0,0,0.1);
--bs-table-hover-color:#212529;
--bs-table-hover-bg:rgba(0,0,0,0.075);
width:100%;
margin-bottom:1rem;
color:#212529;
vertical-align:top;
border-color:#dee2e6
}
.table>:not(caption)>*>* {
padding:.5rem;
background-color:var(--bs-table-bg);
border-bottom-width:1px;
box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)
}
.table>tbody {
vertical-align:inherit
}
.table>thead {
vertical-align:bottom
}
.table>:not(:first-child) {
border-top:2px solid currentColor
}
.caption-top {
caption-side:top
}
.table-sm>:not(caption)>*>* {
padding:.25rem
}
.table-bordered>:not(caption)>* {
border-width:1px 0
}
.table-bordered>:not(caption)>*>* {
border-width:0 1px
}
.table-borderless>:not(caption)>*>* {
border-bottom-width:0
}
.table-borderless>:not(:first-child) {
border-top-width:0
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
--bs-table-accent-bg:var(--bs-table-striped-bg);
color:var(--bs-table-striped-color)
}
.table-active {
--bs-table-accent-bg:var(--bs-table-active-bg);
color:var(--bs-table-active-color)
}
.table-hover>tbody>tr:hover>* {
--bs-table-accent-bg:var(--bs-table-hover-bg);
color:var(--bs-table-hover-color)
}
.table-primary {
--bs-table-bg:#cfe2ff;
--bs-table-striped-bg:#c5d7f2;
--bs-table-striped-color:#000;
--bs-table-active-bg:#bacbe6;
--bs-table-active-color:#000;
--bs-table-hover-bg:#bfd1ec;
--bs-table-hover-color:#000;
color:#000;
border-color:#bacbe6
}
.table-secondary {
--bs-table-bg:#e2e3e5;
--bs-table-striped-bg:#d7d8da;
--bs-table-striped-color:#000;
--bs-table-active-bg:#cbccce;
--bs-table-active-color:#000;
--bs-table-hover-bg:#d1d2d4;
--bs-table-hover-color:#000;
color:#000;
border-color:#cbccce
}
.table-success {
--bs-table-bg:#d1e7dd;
--bs-table-striped-bg:#c7dbd2;
--bs-table-striped-color:#000;
--bs-table-active-bg:#bcd0c7;
--bs-table-active-color:#000;
--bs-table-hover-bg:#c1d6cc;
--bs-table-hover-color:#000;
color:#000;
border-color:#bcd0c7
}
.table-info {
--bs-table-bg:#cff4fc;
--bs-table-striped-bg:#c5e8ef;
--bs-table-striped-color:#000;
--bs-table-active-bg:#badce3;
--bs-table-active-color:#000;
--bs-table-hover-bg:#bfe2e9;
--bs-table-hover-color:#000;
color:#000;
border-color:#badce3
}
.table-warning {
--bs-table-bg:#fff3cd;
--bs-table-striped-bg:#f2e7c3;
--bs-table-striped-color:#000;
--bs-table-active-bg:#e6dbb9;
--bs-table-active-color:#000;
--bs-table-hover-bg:#ece1be;
--bs-table-hover-color:#000;
color:#000;
border-color:#e6dbb9
}
.table-danger {
--bs-table-bg:#f8d7da;
--bs-table-striped-bg:#eccccf;
--bs-table-striped-color:#000;
--bs-table-active-bg:#dfc2c4;
--bs-table-active-color:#000;
--bs-table-hover-bg:#e5c7ca;
--bs-table-hover-color:#000;
color:#000;
border-color:#dfc2c4
}
.table-light {
--bs-table-bg:#f8f9fa;
--bs-table-striped-bg:#ecedee;
--bs-table-striped-color:#000;
--bs-table-active-bg:#dfe0e1;
--bs-table-active-color:#000;
--bs-table-hover-bg:#e5e6e7;
--bs-table-hover-color:#000;
color:#000;
border-color:#dfe0e1
}
.table-dark {
--bs-table-bg:#212529;
--bs-table-striped-bg:#2c3034;
--bs-table-striped-color:#fff;
--bs-table-active-bg:#373b3e;
--bs-table-active-color:#fff;
--bs-table-hover-bg:#323539;
--bs-table-hover-color:#fff;
color:#fff;
border-color:#373b3e
}
.table-responsive {
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
@media (max-width:575.98px) {
.table-responsive-sm {
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
@media (max-width:767.98px) {
.table-responsive-md {
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
@media (max-width:991.98px) {
.table-responsive-lg {
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
@media (max-width:1399.98px) {
.table-responsive-xxl {
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
.form-label {
margin-bottom:.5rem
}
.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
}
.col-form-label-sm {
padding-top:calc(.25rem + 1px);
padding-bottom:calc(.25rem + 1px);
font-size:.875rem
}
.form-text {
margin-top:.25rem;
font-size:.875em;
color:#6c757d
}
.form-control {
display:block;
width:100%;
padding:.375rem .75rem;
font-size:1rem;
font-weight:400;
line-height:1.5;
color:#212529;
background-color:#fff;
background-clip:padding-box;
border:1px solid #ced4da;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
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[type=file] {
overflow:hidden
}
.form-control[type=file]:not(:disabled):not([readonly]) {
cursor:pointer
}
.form-control:focus {
color:#212529;
background-color:#fff;
border-color:#86b7fe;
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.form-control::-webkit-date-and-time-value {
height:1.5em
}
.form-control::-moz-placeholder {
color:#6c757d;
opacity:1
}
.form-control::placeholder {
color:#6c757d;
opacity:1
}
.form-control:disabled,.form-control[readonly] {
background-color:#e9ecef;
opacity:1
}
.form-control::-webkit-file-upload-button {
padding:.375rem .75rem;
margin:-.375rem -.75rem;
-webkit-margin-end:.75rem;
margin-inline-end:.75rem;
color:#212529;
background-color:#e9ecef;
pointer-events:none;
border-color:inherit;
border-style:solid;
border-width:0;
border-inline-end-width:1px;
border-radius:0;
-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-control::file-selector-button {
padding:.375rem .75rem;
margin:-.375rem -.75rem;
-webkit-margin-end:.75rem;
margin-inline-end:.75rem;
color:#212529;
background-color:#e9ecef;
pointer-events:none;
border-color:inherit;
border-style:solid;
border-width:0;
border-inline-end-width:1px;
border-radius:0;
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) {
.form-control::-webkit-file-upload-button {
-webkit-transition:none;
transition:none
}
.form-control::file-selector-button {
transition:none
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color:#dde0e3
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color:#dde0e3
}
.form-control::-webkit-file-upload-button {
padding:.375rem .75rem;
margin:-.375rem -.75rem;
-webkit-margin-end:.75rem;
margin-inline-end:.75rem;
color:#212529;
background-color:#e9ecef;
pointer-events:none;
border-color:inherit;
border-style:solid;
border-width:0;
border-inline-end-width:1px;
border-radius:0;
-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
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) {
.form-control::-webkit-file-upload-button {
-webkit-transition:none;
transition:none
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color:#dde0e3
}
.form-control-plaintext {
display:block;
width:100%;
padding:.375rem 0;
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 {
min-height:calc(1.5em + .5rem + 2px);
padding:.25rem .5rem;
font-size:.875rem;
border-radius:.2rem
}
.form-control-sm::-webkit-file-upload-button {
padding:.25rem .5rem;
margin:-.25rem -.5rem;
-webkit-margin-end:.5rem;
margin-inline-end:.5rem
}
.form-control-sm::file-selector-button {
padding:.25rem .5rem;
margin:-.25rem -.5rem;
-webkit-margin-end:.5rem;
margin-inline-end:.5rem
}
.form-control-sm::-webkit-file-upload-button {
padding:.25rem .5rem;
margin:-.25rem -.5rem;
-webkit-margin-end:.5rem;
margin-inline-end:.5rem
}
.form-control-lg {
min-height:calc(1.5em + 1rem + 2px);
padding:.5rem 1rem;
font-size:1.25rem;
border-radius:.3rem
}
.form-control-lg::-webkit-file-upload-button {
padding:.5rem 1rem;
margin:-.5rem -1rem;
-webkit-margin-end:1rem;
margin-inline-end:1rem
}
.form-control-lg::file-selector-button {
padding:.5rem 1rem;
margin:-.5rem -1rem;
-webkit-margin-end:1rem;
margin-inline-end:1rem
}
.form-control-lg::-webkit-file-upload-button {
padding:.5rem 1rem;
margin:-.5rem -1rem;
-webkit-margin-end:1rem;
margin-inline-end:1rem
}
textarea.form-control {
min-height:calc(1.5em + .75rem + 2px)
}
textarea.form-control-sm {
min-height:calc(1.5em + .5rem + 2px)
}
textarea.form-control-lg {
min-height:calc(1.5em + 1rem + 2px)
}
.form-control-color {
width:3rem;
height:auto;
padding:.375rem
}
.form-control-color:not(:disabled):not([readonly]) {
cursor:pointer
}
.form-control-color::-moz-color-swatch {
height:1.5em;
border-radius:.25rem
}
.form-control-color::-webkit-color-swatch {
height:1.5em;
border-radius:.25rem
}
.form-select {
display:block;
width:100%;
padding:.375rem 2.25rem .375rem .75rem;
-moz-padding-start:calc(0.75rem - 3px);
font-size:1rem;
font-weight:400;
line-height:1.5;
color:#212529;
background-color:#fff;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:right .75rem center;
background-size:16px 12px;
border:1px solid #ced4da;
border-radius:.25rem;
transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.form-select {
transition:none
}
}
.form-select:focus {
border-color:#86b7fe;
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.form-select[multiple],.form-select[size]:not([size="1"]) {
padding-right:.75rem;
background-image:none
}
.form-select:disabled {
background-color:#e9ecef
}
.form-select:-moz-focusring {
color:transparent;
text-shadow:0 0 0 #212529
}
.form-select-sm {
padding-top:.25rem;
padding-bottom:.25rem;
padding-left:.5rem;
font-size:.875rem;
border-radius:.2rem
}
.form-select-lg {
padding-top:.5rem;
padding-bottom:.5rem;
padding-left:1rem;
font-size:1.25rem;
border-radius:.3rem
}
.form-check {
display:block;
min-height:1.5rem;
padding-left:1.5em;
margin-bottom:.125rem
}
.form-check .form-check-input {
float:left;
margin-left:-1.5em
}
.form-check-input {
width:1em;
height:1em;
margin-top:.25em;
vertical-align:top;
background-color:#fff;
background-repeat:no-repeat;
background-position:center;
background-size:contain;
border:1px solid rgba(0,0,0,.25);
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-webkit-print-color-adjust:exact;
color-adjust:exact
}
.form-check-input[type=checkbox] {
border-radius:.25em
}
.form-check-input[type=radio] {
border-radius:50%
}
.form-check-input:active {
filter:brightness(90%)
}
.form-check-input:focus {
border-color:#86b7fe;
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.form-check-input:checked {
background-color:#0d6efd;
border-color:#0d6efd
}
.form-check-input:checked[type=checkbox] {
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}
.form-check-input:checked[type=radio] {
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-input[type=checkbox]:indeterminate {
background-color:#0d6efd;
border-color:#0d6efd;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-input:disabled {
pointer-events:none;
filter:none;
opacity:.5
}
.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
opacity:.5
}
.form-switch {
padding-left:2.5em
}
.form-switch .form-check-input {
width:2em;
margin-left:-2.5em;
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='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");
background-position:left center;
border-radius:2em;
transition:background-position .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-switch .form-check-input {
transition:none
}
}
.form-switch .form-check-input:focus {
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='%2386b7fe'/%3e%3c/svg%3e")
}
.form-switch .form-check-input:checked {
background-position:right center;
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")
}
.form-check-inline {
display:inline-block;
margin-right:1rem
}
.btn-check {
position:absolute;
clip:rect(0,0,0,0);
pointer-events:none
}
.btn-check:disabled+.btn,.btn-check[disabled]+.btn {
pointer-events:none;
filter:none;
opacity:.65
}
.form-range {
width:100%;
height:1.5rem;
padding:0;
background-color:transparent;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none
}
.form-range:focus {
outline:0
}
.form-range:focus::-webkit-slider-thumb {
box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}
.form-range:focus::-moz-range-thumb {
box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}
.form-range::-moz-focus-outer {
border:0
}
.form-range::-webkit-slider-thumb {
width:1rem;
height:1rem;
margin-top:-.25rem;
background-color:#0d6efd;
border:0;
border-radius:1rem;
-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
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) {
.form-range::-webkit-slider-thumb {
-webkit-transition:none;
transition:none
}
}
.form-range::-webkit-slider-thumb:active {
background-color:#b6d4fe
}
.form-range::-webkit-slider-runnable-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.form-range::-moz-range-thumb {
width:1rem;
height:1rem;
background-color:#0d6efd;
border:0;
border-radius:1rem;
-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
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) {
.form-range::-moz-range-thumb {
-moz-transition:none;
transition:none
}
}
.form-range::-moz-range-thumb:active {
background-color:#b6d4fe
}
.form-range::-moz-range-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.form-range:disabled {
pointer-events:none
}
.form-range:disabled::-webkit-slider-thumb {
background-color:#adb5bd
}
.form-range:disabled::-moz-range-thumb {
background-color:#adb5bd
}
.form-floating {
position:relative
}
.form-floating>.form-control,.form-floating>.form-select {
height:calc(3.5rem + 2px);
line-height:1.25
}
.form-floating>label {
position:absolute;
top:0;
left:0;
height:100%;
padding:1rem .75rem;
pointer-events:none;
border:1px solid transparent;
transform-origin:0 0;
transition:opacity .1s ease-in-out,transform .1s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-floating>label {
transition:none
}
}
.form-floating>.form-control {
padding:1rem .75rem
}
.form-floating>.form-control::-moz-placeholder {
color:transparent
}
.form-floating>.form-control::placeholder {
color:transparent
}
.form-floating>.form-control:not(:-moz-placeholder-shown) {
padding-top:1.625rem;
padding-bottom:.625rem
}
.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
padding-top:1.625rem;
padding-bottom:.625rem
}
.form-floating>.form-control:-webkit-autofill {
padding-top:1.625rem;
padding-bottom:.625rem
}
.form-floating>.form-select {
padding-top:1.625rem;
padding-bottom:.625rem
}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
opacity:.65;
transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
opacity:.65;
transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control:-webkit-autofill~label {
opacity:.65;
transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
.input-group {
position:relative;
display:flex;
flex-wrap:wrap;
align-items:stretch;
width:100%
}
.input-group>.form-control,.input-group>.form-select {
position:relative;
flex:1 1 auto;
width:1%;
min-width:0
}
.input-group>.form-control:focus,.input-group>.form-select:focus {
z-index:3
}
.input-group .btn {
position:relative;
z-index:2
}
.input-group .btn:focus {
z-index:3
}
.input-group-text {
display:flex;
align-items:center;
padding:.375rem .75rem;
font-size:1rem;
font-weight:400;
line-height:1.5;
color:#212529;
text-align:center;
white-space:nowrap;
background-color:#e9ecef;
border:1px solid #ced4da;
border-radius:.25rem
}
.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text {
padding:.5rem 1rem;
font-size:1.25rem;
border-radius:.3rem
}
.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text {
padding:.25rem .5rem;
font-size:.875rem;
border-radius:.2rem
}
.input-group-lg>.form-select,.input-group-sm>.form-select {
padding-right:3rem
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left:-1px;
border-top-left-radius:0;
border-bottom-left-radius:0
}
.valid-feedback {
display:none;
width:100%;
margin-top:.25rem;
font-size:.875em;
color:#198754
}
.valid-tooltip {
position:absolute;
top:100%;
z-index:5;
display:none;
max-width:100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
color:#fff;
background-color:rgba(25,135,84,.9);
border-radius:.25rem
}
.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
display:block
}
.form-control.is-valid,.was-validated .form-control:valid {
border-color:#198754;
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='%23198754' 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:right calc(.375em + .1875rem) center;
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
border-color:#198754;
box-shadow:0 0 0 .25rem rgba(25,135,84,.25)
}
.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)
}
.form-select.is-valid,.was-validated .form-select:valid {
border-color:#198754
}
.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"] {
padding-right:4.125rem;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position:right .75rem center,center right 2.25rem;
background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-select.is-valid:focus,.was-validated .form-select:valid:focus {
border-color:#198754;
box-shadow:0 0 0 .25rem rgba(25,135,84,.25)
}
.form-check-input.is-valid,.was-validated .form-check-input:valid {
border-color:#198754
}
.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked {
background-color:#198754
}
.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus {
box-shadow:0 0 0 .25rem rgba(25,135,84,.25)
}
.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
color:#198754
}
.form-check-inline .form-check-input~.valid-feedback {
margin-left:.5em
}
.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid {
z-index:1
}
.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus {
z-index:3
}
.invalid-feedback {
display:none;
width:100%;
margin-top:.25rem;
font-size:.875em;
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;
color:#fff;
background-color:rgba(220,53,69,.9);
border-radius:.25rem
}
.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
display:block
}
.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' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:right calc(.375em + .1875rem) center;
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 .25rem rgba(220,53,69,.25)
}
.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)
}
.form-select.is-invalid,.was-validated .form-select:invalid {
border-color:#dc3545
}
.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"] {
padding-right:4.125rem;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-position:right .75rem center,center right 2.25rem;
background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus {
border-color:#dc3545;
box-shadow:0 0 0 .25rem rgba(220,53,69,.25)
}
.form-check-input.is-invalid,.was-validated .form-check-input:invalid {
border-color:#dc3545
}
.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked {
background-color:#dc3545
}
.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus {
box-shadow:0 0 0 .25rem rgba(220,53,69,.25)
}
.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
color:#dc3545
}
.form-check-inline .form-check-input~.invalid-feedback {
margin-left:.5em
}
.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid {
z-index:2
}
.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus {
z-index:3
}
.btn {
display:inline-block;
align-self:center;
font-weight:400;
line-height:1.5;
color:#212529;
text-align:center;
text-decoration:none;
vertical-align:middle;
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none;
background-color:transparent;
border:1px solid transparent;
padding:.375rem .75rem;
font-size:1rem;
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
}
.btn-check:focus+.btn,.btn:focus {
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.btn.disabled,.btn:disabled,fieldset:disabled .btn {
pointer-events:none;
opacity:.65
}
.btn-primary {
color:#fff;
background-color:#0d6efd;
border-color:#0d6efd
}
.btn-primary:hover {
color:#fff;
background-color:#0b5ed7;
border-color:#0a58ca
}
.btn-check:focus+.btn-primary,.btn-primary:focus {
color:#fff;
background-color:#0b5ed7;
border-color:#0a58ca;
box-shadow:0 0 0 .25rem rgba(49,132,253,.5)
}
.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle {
color:#fff;
background-color:#0a58ca;
border-color:#0a53be
}
.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(49,132,253,.5)
}
.btn-primary.disabled,.btn-primary:disabled {
color:#fff;
background-color:#0d6efd;
border-color:#0d6efd
}
.btn-secondary {
color:#fff;
background-color:#6c757d;
border-color:#6c757d
}
.btn-secondary:hover {
color:#fff;
background-color:#5c636a;
border-color:#565e64
}
.btn-check:focus+.btn-secondary,.btn-secondary:focus {
color:#fff;
background-color:#5c636a;
border-color:#565e64;
box-shadow:0 0 0 .25rem rgba(130,138,145,.5)
}
.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle {
color:#fff;
background-color:#565e64;
border-color:#51585e
}
.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(130,138,145,.5)
}
.btn-secondary.disabled,.btn-secondary:disabled {
color:#fff;
background-color:#6c757d;
border-color:#6c757d
}
.btn-success {
color:#fff;
background-color:#198754;
border-color:#198754
}
.btn-success:hover {
color:#fff;
background-color:#157347;
border-color:#146c43
}
.btn-check:focus+.btn-success,.btn-success:focus {
color:#fff;
background-color:#157347;
border-color:#146c43;
box-shadow:0 0 0 .25rem rgba(60,153,110,.5)
}
.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle {
color:#fff;
background-color:#146c43;
border-color:#13653f
}
.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(60,153,110,.5)
}
.btn-success.disabled,.btn-success:disabled {
color:#fff;
background-color:#198754;
border-color:#198754
}
.btn-info {
color:#000;
background-color:#0dcaf0;
border-color:#0dcaf0
}
.btn-info:hover {
color:#000;
background-color:#31d2f2;
border-color:#25cff2
}
.btn-check:focus+.btn-info,.btn-info:focus {
color:#000;
background-color:#31d2f2;
border-color:#25cff2;
box-shadow:0 0 0 .25rem rgba(11,172,204,.5)
}
.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle {
color:#000;
background-color:#3dd5f3;
border-color:#25cff2
}
.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(11,172,204,.5)
}
.btn-info.disabled,.btn-info:disabled {
color:#000;
background-color:#0dcaf0;
border-color:#0dcaf0
}
.btn-warning {
color:#000;
background-color:#ffc107;
border-color:#ffc107
}
.btn-warning:hover {
color:#000;
background-color:#ffca2c;
border-color:#ffc720
}
.btn-check:focus+.btn-warning,.btn-warning:focus {
color:#000;
background-color:#ffca2c;
border-color:#ffc720;
box-shadow:0 0 0 .25rem rgba(217,164,6,.5)
}
.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle {
color:#000;
background-color:#ffcd39;
border-color:#ffc720
}
.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(217,164,6,.5)
}
.btn-warning.disabled,.btn-warning:disabled {
color:#000;
background-color:#ffc107;
border-color:#ffc107
}
.btn-danger {
color:#fff;
background-color:#dc3545;
border-color:#dc3545
}
.btn-danger:hover {
color:#fff;
background-color:#bb2d3b;
border-color:#b02a37
}
.btn-check:focus+.btn-danger,.btn-danger:focus {
color:#fff;
background-color:#bb2d3b;
border-color:#b02a37;
box-shadow:0 0 0 .25rem rgba(225,83,97,.5)
}
.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle {
color:#fff;
background-color:#b02a37;
border-color:#a52834
}
.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(225,83,97,.5)
}
.btn-danger.disabled,.btn-danger:disabled {
color:#fff;
background-color:#dc3545;
border-color:#dc3545
}
.btn-light {
color:#000;
background-color:#f8f9fa;
border-color:#f8f9fa
}
.btn-light:hover {
color:#000;
background-color:#f9fafb;
border-color:#f9fafb
}
.btn-check:focus+.btn-light,.btn-light:focus {
color:#000;
background-color:#f9fafb;
border-color:#f9fafb;
box-shadow:0 0 0 .25rem rgba(211,212,213,.5)
}
.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle {
color:#000;
background-color:#f9fafb;
border-color:#f9fafb
}
.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(211,212,213,.5)
}
.btn-light.disabled,.btn-light:disabled {
color:#000;
background-color:#f8f9fa;
border-color:#f8f9fa
}
.btn-dark {
color:#fff;
background-color:#212529;
border-color:#212529
}
.btn-dark:hover {
color:#fff;
background-color:#1c1f23;
border-color:#1a1e21
}
.btn-check:focus+.btn-dark,.btn-dark:focus {
color:#fff;
background-color:#1c1f23;
border-color:#1a1e21;
box-shadow:0 0 0 .25rem rgba(66,70,73,.5)
}
.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle {
color:#fff;
background-color:#1a1e21;
border-color:#191c1f
}
.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(66,70,73,.5)
}
.btn-dark.disabled,.btn-dark:disabled {
color:#fff;
background-color:#212529;
border-color:#212529
}
.btn-outline-primary {
color:#0d6efd;
border-color:#0d6efd
}
.btn-outline-primary:hover {
color:#fff;
background-color:#0d6efd;
border-color:#0d6efd
}
.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus {
box-shadow:0 0 0 .25rem rgba(13,110,253,.5)
}
.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active {
color:#fff;
background-color:#0d6efd;
border-color:#0d6efd
}
.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus {
box-shadow:0 0 0 .25rem rgba(13,110,253,.5)
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled {
color:#0d6efd;
background-color:transparent
}
.btn-outline-secondary {
color:#6c757d;
border-color:#6c757d
}
.btn-outline-secondary:hover {
color:#fff;
background-color:#6c757d;
border-color:#6c757d
}
.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus {
box-shadow:0 0 0 .25rem rgba(108,117,125,.5)
}
.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active {
color:#fff;
background-color:#6c757d;
border-color:#6c757d
}
.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus {
box-shadow:0 0 0 .25rem rgba(108,117,125,.5)
}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
color:#6c757d;
background-color:transparent
}
.btn-outline-success {
color:#198754;
border-color:#198754
}
.btn-outline-success:hover {
color:#fff;
background-color:#198754;
border-color:#198754
}
.btn-check:focus+.btn-outline-success,.btn-outline-success:focus {
box-shadow:0 0 0 .25rem rgba(25,135,84,.5)
}
.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active {
color:#fff;
background-color:#198754;
border-color:#198754
}
.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus {
box-shadow:0 0 0 .25rem rgba(25,135,84,.5)
}
.btn-outline-success.disabled,.btn-outline-success:disabled {
color:#198754;
background-color:transparent
}
.btn-outline-info {
color:#0dcaf0;
border-color:#0dcaf0
}
.btn-outline-info:hover {
color:#000;
background-color:#0dcaf0;
border-color:#0dcaf0
}
.btn-check:focus+.btn-outline-info,.btn-outline-info:focus {
box-shadow:0 0 0 .25rem rgba(13,202,240,.5)
}
.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active {
color:#000;
background-color:#0dcaf0;
border-color:#0dcaf0
}
.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus {
box-shadow:0 0 0 .25rem rgba(13,202,240,.5)
}
.btn-outline-info.disabled,.btn-outline-info:disabled {
color:#0dcaf0;
background-color:transparent
}
.btn-outline-warning {
color:#ffc107;
border-color:#ffc107
}
.btn-outline-warning:hover {
color:#000;
background-color:#ffc107;
border-color:#ffc107
}
.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus {
box-shadow:0 0 0 .25rem rgba(255,193,7,.5)
}
.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active {
color:#000;
background-color:#ffc107;
border-color:#ffc107
}
.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus {
box-shadow:0 0 0 .25rem rgba(255,193,7,.5)
}
.btn-outline-warning.disabled,.btn-outline-warning:disabled {
color:#ffc107;
background-color:transparent
}
.btn-outline-danger {
color:#dc3545;
border-color:#dc3545
}
.btn-outline-danger:hover {
color:#fff;
background-color:#dc3545;
border-color:#dc3545
}
.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus {
box-shadow:0 0 0 .25rem rgba(220,53,69,.5)
}
.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active {
color:#fff;
background-color:#dc3545;
border-color:#dc3545
}
.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus {
box-shadow:0 0 0 .25rem rgba(220,53,69,.5)
}
.btn-outline-danger.disabled,.btn-outline-danger:disabled {
color:#dc3545;
background-color:transparent
}
.btn-outline-light {
color:#f8f9fa;
border-color:#f8f9fa
}
.btn-outline-light:hover {
color:#000;
background-color:#f8f9fa;
border-color:#f8f9fa
}
.btn-check:focus+.btn-outline-light,.btn-outline-light:focus {
box-shadow:0 0 0 .25rem rgba(248,249,250,.5)
}
.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active {
color:#000;
background-color:#f8f9fa;
border-color:#f8f9fa
}
.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus {
box-shadow:0 0 0 .25rem rgba(248,249,250,.5)
}
.btn-outline-light.disabled,.btn-outline-light:disabled {
color:#f8f9fa;
background-color:transparent
}
.btn-outline-dark {
color:#212529;
border-color:#212529
}
.btn-outline-dark:hover {
color:#fff;
background-color:#212529;
border-color:#212529
}
.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus {
box-shadow:0 0 0 .25rem rgba(33,37,41,.5)
}
.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active {
color:#fff;
background-color:#212529;
border-color:#212529
}
.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus {
box-shadow:0 0 0 .25rem rgba(33,37,41,.5)
}
.btn-outline-dark.disabled,.btn-outline-dark:disabled {
color:#212529;
background-color:transparent
}
.btn-link {
font-weight:400;
color:#0d6efd;
text-decoration:underline
}
.btn-link:hover {
color:#0a58ca
}
.btn-link.disabled,.btn-link:disabled {
color:#6c757d
}
.btn-group-lg>.btn,.btn-lg {
padding:.5rem 1rem;
font-size:1.25rem;
border-radius:.3rem
}
.btn-group-sm>.btn,.btn-sm {
padding:.25rem .5rem;
font-size:.875rem;
border-radius:.2rem
}
.fade {
transition:opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
.fade {
transition:none
}
}
.fade:not(.show) {
opacity:0
}
.collapse:not(.show) {
display:none
}
.collapsing {
height:0;
overflow:hidden;
transition:height .35s ease
}
@media (prefers-reduced-motion:reduce) {
.collapsing {
transition:none
}
}
.collapsing.collapse-horizontal {
width:0;
height:auto;
transition:width .35s ease
}
@media (prefers-reduced-motion:reduce) {
.collapsing.collapse-horizontal {
transition:none
}
}
.dropdown,.dropend,.dropstart,.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;
z-index:1000;
display:none;
min-width:10rem;
padding:.5rem 0;
margin: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[data-bs-popper] {
top:100%;
left:0;
margin-top:.125rem
}
.dropdown-menu-start {
--bs-position:start
}
.dropdown-menu-start[data-bs-popper] {
right:auto;
left:0
}
.dropdown-menu-end {
--bs-position:end
}
.dropdown-menu-end[data-bs-popper] {
right:0;
left:auto
}
@media (min-width:576px) {
.dropdown-menu-sm-start {
--bs-position:start
}
.dropdown-menu-sm-start[data-bs-popper] {
right:auto;
left:0
}
.dropdown-menu-sm-end {
--bs-position:end
}
.dropdown-menu-sm-end[data-bs-popper] {
right:0;
left:auto
}
}
@media (min-width:768px) {
.dropdown-menu-md-start {
--bs-position:start
}
.dropdown-menu-md-start[data-bs-popper] {
right:auto;
left:0
}
.dropdown-menu-md-end {
--bs-position:end
}
.dropdown-menu-md-end[data-bs-popper] {
right:0;
left:auto
}
}
@media (min-width:992px) {
.dropdown-menu-lg-start {
--bs-position:start
}
.dropdown-menu-lg-start[data-bs-popper] {
right:auto;
left:0
}
.dropdown-menu-lg-end {
--bs-position:end
}
.dropdown-menu-lg-end[data-bs-popper] {
right:0;
left:auto
}
}
@media (min-width:1200px) {
.dropdown-menu-xl-start {
--bs-position:start
}
.dropdown-menu-xl-start[data-bs-popper] {
right:auto;
left:0
}
.dropdown-menu-xl-end {
--bs-position:end
}
.dropdown-menu-xl-end[data-bs-popper] {
right:0;
left:auto
}
}
@media (min-width:1400px) {
.dropdown-menu-xxl-start {
--bs-position:start
}
.dropdown-menu-xxl-start[data-bs-popper] {
right:auto;
left:0
}
.dropdown-menu-xxl-end {
--bs-position:end
}
.dropdown-menu-xxl-end[data-bs-popper] {
right:0;
left:auto
}
}
.dropup .dropdown-menu[data-bs-popper] {
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
}
.dropend .dropdown-menu[data-bs-popper] {
top:0;
right:auto;
left:100%;
margin-top:0;
margin-left:.125rem
}
.dropend .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
}
.dropend .dropdown-toggle:empty::after {
margin-left:0
}
.dropend .dropdown-toggle::after {
vertical-align:0
}
.dropstart .dropdown-menu[data-bs-popper] {
top:0;
right:100%;
left:auto;
margin-top:0;
margin-right:.125rem
}
.dropstart .dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
display:none
}
.dropstart .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
}
.dropstart .dropdown-toggle:empty::after {
margin-left:0
}
.dropstart .dropdown-toggle::before {
vertical-align:0
}
.dropdown-divider {
height:0;
margin:.5rem 0;
overflow:hidden;
border-top:1px solid rgba(0,0,0,.15)
}
.dropdown-item {
display:block;
width:100%;
padding:.25rem 1rem;
clear:both;
font-weight:400;
color:#212529;
text-align:inherit;
text-decoration:none;
white-space:nowrap;
background-color:transparent;
border:0
}
.dropdown-item:focus,.dropdown-item:hover {
color:#1e2125;
background-color:#e9ecef
}
.dropdown-item.active,.dropdown-item:active {
color:#fff;
text-decoration:none;
background-color:#0d6efd
}
.dropdown-item.disabled,.dropdown-item:disabled {
color:#adb5bd;
pointer-events:none;
background-color:transparent
}
.dropdown-menu.show {
display:block
}
.dropdown-header {
display:block;
padding:.5rem 1rem;
margin-bottom:0;
font-size:.875rem;
color:#6c757d;
white-space:nowrap
}
.dropdown-item-text {
display:block;
padding:.25rem 1rem;
color:#212529
}
.dropdown-menu-dark {
color:#dee2e6;
background-color:#343a40;
border-color:rgba(0,0,0,.15)
}
.dropdown-menu-dark .dropdown-item {
color:#dee2e6
}
.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover {
color:#fff;
background-color:rgba(255,255,255,.15)
}
.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active {
color:#fff;
background-color:#0d6efd
}
.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled {
color:#adb5bd
}
.dropdown-menu-dark .dropdown-divider {
border-color:rgba(0,0,0,.15)
}
.dropdown-menu-dark .dropdown-item-text {
color:#dee2e6
}
.dropdown-menu-dark .dropdown-header {
color:#adb5bd
}
.btn-group,.btn-group-vertical {
position:relative;
display:inline-flex;
vertical-align:middle
}
.btn-group-vertical>.btn,.btn-group>.btn {
position:relative;
flex:1 1 auto
}
.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
z-index:1
}
.btn-toolbar {
display:flex;
flex-wrap:wrap;
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:nth-child(n+3),.btn-group>:not(.btn-check)+.btn {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.dropdown-toggle-split {
padding-right:.5625rem;
padding-left:.5625rem
}
.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
margin-left:0
}
.dropstart .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 {
flex-direction:column;
align-items:flex-start;
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~.btn {
border-top-left-radius:0;
border-top-right-radius:0
}
.nav {
display:flex;
flex-wrap:wrap;
padding-left:0;
margin-bottom:0;
list-style:none
}
.nav-link {
display:block;
padding:.5rem 1rem;
color:#0d6efd;
text-decoration:none;
transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.nav-link {
transition:none
}
}
.nav-link:focus,.nav-link:hover {
color:#0a58ca
}
.nav-link.disabled {
color:#6c757d;
pointer-events:none;
cursor:default
}
.nav-tabs {
border-bottom:1px solid #dee2e6
}
.nav-tabs .nav-link {
margin-bottom:-1px;
background:0 0;
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;
isolation:isolate
}
.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 {
background:0 0;
border:0;
border-radius:.25rem
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
color:#fff;
background-color:#0d6efd
}
.nav-fill .nav-item,.nav-fill>.nav-link {
flex:1 1 auto;
text-align:center
}
.nav-justified .nav-item,.nav-justified>.nav-link {
flex-basis:0;
flex-grow:1;
text-align:center
}
.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
width:100%
}
.tab-content>.tab-pane {
display:none
}
.tab-content>.active {
display:block
}
.navbar {
position:relative;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
padding-top:.5rem;
padding-bottom:.5rem
}
.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl {
display:flex;
flex-wrap:inherit;
align-items:center;
justify-content:space-between
}
.navbar-brand {
padding-top:.3125rem;
padding-bottom:.3125rem;
margin-right:1rem;
font-size:1.25rem;
text-decoration:none;
white-space:nowrap
}
.navbar-nav {
display:flex;
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
}
.navbar-text {
padding-top:.5rem;
padding-bottom:.5rem
}
.navbar-collapse {
flex-basis:100%;
flex-grow:1;
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;
transition:box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.navbar-toggler {
transition:none
}
}
.navbar-toggler:hover {
text-decoration:none
}
.navbar-toggler:focus {
text-decoration:none;
outline:0;
box-shadow:0 0 0 .25rem
}
.navbar-toggler-icon {
display:inline-block;
width:1.5em;
height:1.5em;
vertical-align:middle;
background-repeat:no-repeat;
background-position:center;
background-size:100%
}
.navbar-nav-scroll {
max-height:var(--bs-scroll-height,75vh);
overflow-y:auto
}
@media (min-width:576px) {
.navbar-expand-sm {
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-sm .navbar-nav {
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 .navbar-nav-scroll {
overflow:visible
}
.navbar-expand-sm .navbar-collapse {
display:flex!important;
flex-basis:auto
}
.navbar-expand-sm .navbar-toggler {
display:none
}
.navbar-expand-sm .offcanvas-header {
display:none
}
.navbar-expand-sm .offcanvas {
position:inherit;
bottom:0;
z-index:1000;
flex-grow:1;
visibility:visible!important;
background-color:transparent;
border-right:0;
border-left:0;
transition:none;
transform:none
}
.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top {
height:auto;
border-top:0;
border-bottom:0
}
.navbar-expand-sm .offcanvas-body {
display:flex;
flex-grow:0;
padding:0;
overflow-y:visible
}
}
@media (min-width:768px) {
.navbar-expand-md {
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-md .navbar-nav {
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 .navbar-nav-scroll {
overflow:visible
}
.navbar-expand-md .navbar-collapse {
display:flex!important;
flex-basis:auto
}
.navbar-expand-md .navbar-toggler {
display:none
}
.navbar-expand-md .offcanvas-header {
display:none
}
.navbar-expand-md .offcanvas {
position:inherit;
bottom:0;
z-index:1000;
flex-grow:1;
visibility:visible!important;
background-color:transparent;
border-right:0;
border-left:0;
transition:none;
transform:none
}
.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top {
height:auto;
border-top:0;
border-bottom:0
}
.navbar-expand-md .offcanvas-body {
display:flex;
flex-grow:0;
padding:0;
overflow-y:visible
}
}
@media (min-width:992px) {
.navbar-expand-lg {
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-lg .navbar-nav {
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 .navbar-nav-scroll {
overflow:visible
}
.navbar-expand-lg .navbar-collapse {
display:flex!important;
flex-basis:auto
}
.navbar-expand-lg .navbar-toggler {
display:none
}
.navbar-expand-lg .offcanvas-header {
display:none
}
.navbar-expand-lg .offcanvas {
position:inherit;
bottom:0;
z-index:1000;
flex-grow:1;
visibility:visible!important;
background-color:transparent;
border-right:0;
border-left:0;
transition:none;
transform:none
}
.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top {
height:auto;
border-top:0;
border-bottom:0
}
.navbar-expand-lg .offcanvas-body {
display:flex;
flex-grow:0;
padding:0;
overflow-y:visible
}
}
@media (min-width:1200px) {
.navbar-expand-xl {
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-xl .navbar-nav {
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 .navbar-nav-scroll {
overflow:visible
}
.navbar-expand-xl .navbar-collapse {
display:flex!important;
flex-basis:auto
}
.navbar-expand-xl .navbar-toggler {
display:none
}
.navbar-expand-xl .offcanvas-header {
display:none
}
.navbar-expand-xl .offcanvas {
position:inherit;
bottom:0;
z-index:1000;
flex-grow:1;
visibility:visible!important;
background-color:transparent;
border-right:0;
border-left:0;
transition:none;
transform:none
}
.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top {
height:auto;
border-top:0;
border-bottom:0
}
.navbar-expand-xl .offcanvas-body {
display:flex;
flex-grow:0;
padding:0;
overflow-y:visible
}
}
@media (min-width:1400px) {
.navbar-expand-xxl {
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-xxl .navbar-nav {
flex-direction:row
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
position:absolute
}
.navbar-expand-xxl .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-xxl .navbar-nav-scroll {
overflow:visible
}
.navbar-expand-xxl .navbar-collapse {
display:flex!important;
flex-basis:auto
}
.navbar-expand-xxl .navbar-toggler {
display:none
}
.navbar-expand-xxl .offcanvas-header {
display:none
}
.navbar-expand-xxl .offcanvas {
position:inherit;
bottom:0;
z-index:1000;
flex-grow:1;
visibility:visible!important;
background-color:transparent;
border-right:0;
border-left:0;
transition:none;
transform:none
}
.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top {
height:auto;
border-top:0;
border-bottom:0
}
.navbar-expand-xxl .offcanvas-body {
display:flex;
flex-grow:0;
padding:0;
overflow-y:visible
}
}
.navbar-expand {
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand .navbar-nav {
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 .navbar-nav-scroll {
overflow:visible
}
.navbar-expand .navbar-collapse {
display:flex!important;
flex-basis:auto
}
.navbar-expand .navbar-toggler {
display:none
}
.navbar-expand .offcanvas-header {
display:none
}
.navbar-expand .offcanvas {
position:inherit;
bottom:0;
z-index:1000;
flex-grow:1;
visibility:visible!important;
background-color:transparent;
border-right:0;
border-left:0;
transition:none;
transform:none
}
.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top {
height:auto;
border-top:0;
border-bottom:0
}
.navbar-expand .offcanvas-body {
display:flex;
flex-grow:0;
padding:0;
overflow-y:visible
}
.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,.55)
}
.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 .nav-link.active,.navbar-light .navbar-nav .show>.nav-link {
color:rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler {
color:rgba(0,0,0,.55);
border-color:rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon {
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
color:rgba(0,0,0,.55)
}
.navbar-light .navbar-text a,.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,.55)
}
.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 .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link {
color:#fff
}
.navbar-dark .navbar-toggler {
color:rgba(255,255,255,.55);
border-color:rgba(255,255,255,.1)
}
.navbar-dark .navbar-toggler-icon {
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
color:rgba(255,255,255,.55)
}
.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
color:#fff
}
.card {
position:relative;
display:flex;
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 {
border-top:inherit;
border-bottom:inherit
}
.card>.list-group:first-child {
border-top-width:0;
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.card>.list-group:last-child {
border-bottom-width:0;
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.card>.card-header+.list-group,.card>.list-group+.card-footer {
border-top:0
}
.card-body {
flex:1 1 auto;
padding:1rem
}
.card-title {
margin-bottom:.5rem
}
.card-subtitle {
margin-top:-.25rem;
margin-bottom:0
}
.card-text:last-child {
margin-bottom:0
}
.card-link+.card-link {
margin-left:1rem
}
.card-header {
padding:.5rem 1rem;
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-footer {
padding:.5rem 1rem;
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:-.5rem;
margin-bottom:-.5rem;
margin-left:-.5rem;
border-bottom:0
}
.card-header-pills {
margin-right:-.5rem;
margin-left:-.5rem
}
.card-img-overlay {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
padding:1rem;
border-radius:calc(.25rem - 1px)
}
.card-img,.card-img-bottom,.card-img-top {
width:100%
}
.card-img,.card-img-top {
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.card-img,.card-img-bottom {
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.card-group>.card {
margin-bottom:.75rem
}
@media (min-width:576px) {
.card-group {
display:flex;
flex-flow:row wrap
}
.card-group>.card {
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
}
}
.accordion-button {
position:relative;
display:flex;
align-items:center;
width:100%;
padding:1rem 1.25rem;
font-size:1rem;
color:#212529;
text-align:left;
background-color:#fff;
border:0;
border-radius:0;
overflow-anchor:none;
transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}
@media (prefers-reduced-motion:reduce) {
.accordion-button {
transition:none
}
}
.accordion-button:not(.collapsed) {
color:#0c63e4;
background-color:#e7f1ff;
box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)
}
.accordion-button:not(.collapsed)::after {
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
transform:rotate(-180deg)
}
.accordion-button::after {
flex-shrink:0;
width:1.25rem;
height:1.25rem;
margin-left:auto;
content:"";
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-size:1.25rem;
transition:transform .2s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.accordion-button::after {
transition:none
}
}
.accordion-button:hover {
z-index:2
}
.accordion-button:focus {
z-index:3;
border-color:#86b7fe;
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.accordion-header {
margin-bottom:0
}
.accordion-item {
background-color:#fff;
border:1px solid rgba(0,0,0,.125)
}
.accordion-item:first-of-type {
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.accordion-item:first-of-type .accordion-button {
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.accordion-item:not(:first-of-type) {
border-top:0
}
.accordion-item:last-of-type {
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.accordion-item:last-of-type .accordion-collapse {
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.accordion-body {
padding:1rem 1.25rem
}
.accordion-flush .accordion-collapse {
border-width:0
}
.accordion-flush .accordion-item {
border-right:0;
border-left:0;
border-radius:0
}
.accordion-flush .accordion-item:first-child {
border-top:0
}
.accordion-flush .accordion-item:last-child {
border-bottom:0
}
.accordion-flush .accordion-item .accordion-button {
border-radius:0
}
.breadcrumb {
display:flex;
flex-wrap:wrap;
padding:0;
margin-bottom:1rem;
list-style:none
}
.breadcrumb-item+.breadcrumb-item {
padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before {
float:left;
padding-right:.5rem;
color:#6c757d;
content:var(--bs-breadcrumb-divider, "https://themepanthers.com/")
}
.breadcrumb-item.active {
color:#6c757d
}
.pagination {
display:flex;
padding-left:0;
list-style:none
}
.page-link {
position:relative;
display:block;
color:#0d6efd;
text-decoration:none;
background-color:#fff;
border:1px solid #dee2e6;
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) {
.page-link {
transition:none
}
}
.page-link:hover {
z-index:2;
color:#0a58ca;
background-color:#e9ecef;
border-color:#dee2e6
}
.page-link:focus {
z-index:3;
color:#0a58ca;
background-color:#e9ecef;
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.page-item:not(:first-child) .page-link {
margin-left:-1px
}
.page-item.active .page-link {
z-index:3;
color:#fff;
background-color:#0d6efd;
border-color:#0d6efd
}
.page-item.disabled .page-link {
color:#6c757d;
pointer-events:none;
background-color:#fff;
border-color:#dee2e6
}
.page-link {
padding:.375rem .75rem
}
.page-item:first-child .page-link {
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
}
.pagination-lg .page-link {
padding:.75rem 1.5rem;
font-size:1.25rem
}
.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
}
.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:.35em .65em;
font-size:.75em;
font-weight:700;
line-height:1;
color:#fff;
text-align:center;
white-space:nowrap;
vertical-align:baseline;
border-radius:.25rem
}
.badge:empty {
display:none
}
.btn .badge {
position:relative;
top:-1px
}
.alert {
position:relative;
padding:1rem;
margin-bottom:1rem;
border:1px solid transparent;
border-radius:.25rem
}
.alert-heading {
color:inherit
}
.alert-link {
font-weight:700
}
.alert-dismissible {
padding-right:3rem
}
.alert-dismissible .btn-close {
position:absolute;
top:0;
right:0;
z-index:2;
padding:1.25rem 1rem
}
.alert-primary {
color:#084298;
background-color:#cfe2ff;
border-color:#b6d4fe
}
.alert-primary .alert-link {
color:#06357a
}
.alert-secondary {
color:#41464b;
background-color:#e2e3e5;
border-color:#d3d6d8
}
.alert-secondary .alert-link {
color:#34383c
}
.alert-success {
color:#0f5132;
background-color:#d1e7dd;
border-color:#badbcc
}
.alert-success .alert-link {
color:#0c4128
}
.alert-info {
color:#055160;
background-color:#cff4fc;
border-color:#b6effb
}
.alert-info .alert-link {
color:#04414d
}
.alert-warning {
color:#664d03;
background-color:#fff3cd;
border-color:#ffecb5
}
.alert-warning .alert-link {
color:#523e02
}
.alert-danger {
color:#842029;
background-color:#f8d7da;
border-color:#f5c2c7
}
.alert-danger .alert-link {
color:#6a1a21
}
.alert-light {
color:#636464;
background-color:#fefefe;
border-color:#fdfdfe
}
.alert-light .alert-link {
color:#4f5050
}
.alert-dark {
color:#141619;
background-color:#d3d3d4;
border-color:#bcbebf
}
.alert-dark .alert-link {
color:#101214
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position-x:1rem
}
}
@keyframes progress-bar-stripes {
0% {
background-position-x:1rem
}
}
.progress {
display:flex;
height:1rem;
overflow:hidden;
font-size:.75rem;
background-color:#e9ecef;
border-radius:.25rem
}
.progress-bar {
display:flex;
flex-direction:column;
justify-content:center;
overflow:hidden;
color:#fff;
text-align:center;
white-space:nowrap;
background-color:#0d6efd;
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:1s linear infinite progress-bar-stripes;
animation:1s linear infinite progress-bar-stripes
}
@media (prefers-reduced-motion:reduce) {
.progress-bar-animated {
-webkit-animation:none;
animation:none
}
}
.list-group {
display:flex;
flex-direction:column;
padding-left:0;
margin-bottom:0;
border-radius:.25rem
}
.list-group-numbered {
list-style-type:none;
counter-reset:section
}
.list-group-numbered>li::before {
content:counters(section, ".") ". ";
counter-increment:section
}
.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:.5rem 1rem;
color:#212529;
text-decoration:none;
background-color:#fff;
border:1px solid rgba(0,0,0,.125)
}
.list-group-item:first-child {
border-top-left-radius:inherit;
border-top-right-radius:inherit
}
.list-group-item:last-child {
border-bottom-right-radius:inherit;
border-bottom-left-radius:inherit
}
.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:#0d6efd;
border-color:#0d6efd
}
.list-group-item+.list-group-item {
border-top-width:0
}
.list-group-item+.list-group-item.active {
margin-top:-1px;
border-top-width:1px
}
.list-group-horizontal {
flex-direction:row
}
.list-group-horizontal>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal>.list-group-item:last-child {
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal>.list-group-item.active {
margin-top:0
}
.list-group-horizontal>.list-group-item+.list-group-item {
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal>.list-group-item+.list-group-item.active {
margin-left:-1px;
border-left-width:1px
}
@media (min-width:576px) {
.list-group-horizontal-sm {
flex-direction:row
}
.list-group-horizontal-sm>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-sm>.list-group-item:last-child {
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-sm>.list-group-item.active {
margin-top:0
}
.list-group-horizontal-sm>.list-group-item+.list-group-item {
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
margin-left:-1px;
border-left-width:1px
}
}
@media (min-width:768px) {
.list-group-horizontal-md {
flex-direction:row
}
.list-group-horizontal-md>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-md>.list-group-item:last-child {
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-md>.list-group-item.active {
margin-top:0
}
.list-group-horizontal-md>.list-group-item+.list-group-item {
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-md>.list-group-item+.list-group-item.active {
margin-left:-1px;
border-left-width:1px
}
}
@media (min-width:992px) {
.list-group-horizontal-lg {
flex-direction:row
}
.list-group-horizontal-lg>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-lg>.list-group-item:last-child {
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-lg>.list-group-item.active {
margin-top:0
}
.list-group-horizontal-lg>.list-group-item+.list-group-item {
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
margin-left:-1px;
border-left-width:1px
}
}
@media (min-width:1200px) {
.list-group-horizontal-xl {
flex-direction:row
}
.list-group-horizontal-xl>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-xl>.list-group-item:last-child {
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-xl>.list-group-item.active {
margin-top:0
}
.list-group-horizontal-xl>.list-group-item+.list-group-item {
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
margin-left:-1px;
border-left-width:1px
}
}
@media (min-width:1400px) {
.list-group-horizontal-xxl {
flex-direction:row
}
.list-group-horizontal-xxl>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-xxl>.list-group-item:last-child {
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-xxl>.list-group-item.active {
margin-top:0
}
.list-group-horizontal-xxl>.list-group-item+.list-group-item {
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
margin-left:-1px;
border-left-width:1px
}
}
.list-group-flush {
border-radius:0
}
.list-group-flush>.list-group-item {
border-width:0 0 1px
}
.list-group-flush>.list-group-item:last-child {
border-bottom-width:0
}
.list-group-item-primary {
color:#084298;
background-color:#cfe2ff
}
.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
color:#084298;
background-color:#bacbe6
}
.list-group-item-primary.list-group-item-action.active {
color:#fff;
background-color:#084298;
border-color:#084298
}
.list-group-item-secondary {
color:#41464b;
background-color:#e2e3e5
}
.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
color:#41464b;
background-color:#cbccce
}
.list-group-item-secondary.list-group-item-action.active {
color:#fff;
background-color:#41464b;
border-color:#41464b
}
.list-group-item-success {
color:#0f5132;
background-color:#d1e7dd
}
.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
color:#0f5132;
background-color:#bcd0c7
}
.list-group-item-success.list-group-item-action.active {
color:#fff;
background-color:#0f5132;
border-color:#0f5132
}
.list-group-item-info {
color:#055160;
background-color:#cff4fc
}
.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
color:#055160;
background-color:#badce3
}
.list-group-item-info.list-group-item-action.active {
color:#fff;
background-color:#055160;
border-color:#055160
}
.list-group-item-warning {
color:#664d03;
background-color:#fff3cd
}
.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
color:#664d03;
background-color:#e6dbb9
}
.list-group-item-warning.list-group-item-action.active {
color:#fff;
background-color:#664d03;
border-color:#664d03
}
.list-group-item-danger {
color:#842029;
background-color:#f8d7da
}
.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
color:#842029;
background-color:#dfc2c4
}
.list-group-item-danger.list-group-item-action.active {
color:#fff;
background-color:#842029;
border-color:#842029
}
.list-group-item-light {
color:#636464;
background-color:#fefefe
}
.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
color:#636464;
background-color:#e5e5e5
}
.list-group-item-light.list-group-item-action.active {
color:#fff;
background-color:#636464;
border-color:#636464
}
.list-group-item-dark {
color:#141619;
background-color:#d3d3d4
}
.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
color:#141619;
background-color:#bebebf
}
.list-group-item-dark.list-group-item-action.active {
color:#fff;
background-color:#141619;
border-color:#141619
}
.btn-close {
box-sizing:content-box;
width:1em;
height:1em;
padding:.25em;
color:#000;
background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
border:0;
border-radius:.25rem;
opacity:.5
}
.btn-close:hover {
color:#000;
text-decoration:none;
opacity:.75
}
.btn-close:focus {
outline:0;
box-shadow:0 0 0 .25rem rgba(13,110,253,.25);
opacity:1
}
.btn-close.disabled,.btn-close:disabled {
pointer-events:none;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none;
opacity:.25
}
.btn-close-white {
filter:invert(1) grayscale(100%) brightness(200%)
}
.toast {
width:350px;
max-width:100%;
font-size:.875rem;
pointer-events:auto;
background-color:rgba(255,255,255,.85);
background-clip:padding-box;
border:1px solid rgba(0,0,0,.1);
box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
border-radius:.25rem
}
.toast.showing {
opacity:0
}
.toast:not(.show) {
display:none
}
.toast-container {
width:-webkit-max-content;
width:-moz-max-content;
width:max-content;
max-width:100%;
pointer-events:none
}
.toast-container>:not(:last-child) {
margin-bottom:.75rem
}
.toast-header {
display:flex;
align-items:center;
padding:.5rem .75rem;
color:#6c757d;
background-color:rgba(255,255,255,.85);
background-clip:padding-box;
border-bottom:1px solid rgba(0,0,0,.05);
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.toast-header .btn-close {
margin-right:-.375rem;
margin-left:.75rem
}
.toast-body {
padding:.75rem;
word-wrap:break-word
}
.modal {
position:fixed;
top:0;
left:0;
z-index:1055;
display:none;
width:100%;
height:100%;
overflow-x:hidden;
overflow-y:auto;
outline:0
}
.modal-dialog {
position:relative;
width:auto;
margin:.5rem;
pointer-events:none
}
.modal.fade .modal-dialog {
transition:transform .3s ease-out;
transform:translate(0,-50px)
}
@media (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
transition:none
}
}
.modal.show .modal-dialog {
transform:none
}
.modal.modal-static .modal-dialog {
transform:scale(1.02)
}
.modal-dialog-scrollable {
height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
max-height:100%;
overflow:hidden
}
.modal-dialog-scrollable .modal-body {
overflow-y:auto
}
.modal-dialog-centered {
display:flex;
align-items:center;
min-height:calc(100% - 1rem)
}
.modal-content {
position:relative;
display:flex;
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:1050;
width:100vw;
height:100vh;
background-color:#000
}
.modal-backdrop.fade {
opacity:0
}
.modal-backdrop.show {
opacity:.5
}
.modal-header {
display:flex;
flex-shrink:0;
align-items:center;
justify-content:space-between;
padding:1rem;
border-bottom:1px solid #dee2e6;
border-top-left-radius:calc(.3rem - 1px);
border-top-right-radius:calc(.3rem - 1px)
}
.modal-header .btn-close {
padding:.5rem;
margin:-.5rem -.5rem -.5rem auto
}
.modal-title {
margin-bottom:0;
line-height:1.5
}
.modal-body {
position:relative;
flex:1 1 auto;
padding:1rem
}
.modal-footer {
display:flex;
flex-wrap:wrap;
flex-shrink:0;
align-items:center;
justify-content:flex-end;
padding:.75rem;
border-top:1px solid #dee2e6;
border-bottom-right-radius:calc(.3rem - 1px);
border-bottom-left-radius:calc(.3rem - 1px)
}
.modal-footer>* {
margin:.25rem
}
@media (min-width:576px) {
.modal-dialog {
max-width:500px;
margin:1.75rem auto
}
.modal-dialog-scrollable {
height:calc(100% - 3.5rem)
}
.modal-dialog-centered {
min-height:calc(100% - 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
}
}
.modal-fullscreen {
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen .modal-content {
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen .modal-header {
border-radius:0
}
.modal-fullscreen .modal-body {
overflow-y:auto
}
.modal-fullscreen .modal-footer {
border-radius:0
}
@media (max-width:575.98px) {
.modal-fullscreen-sm-down {
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-sm-down .modal-content {
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-sm-down .modal-header {
border-radius:0
}
.modal-fullscreen-sm-down .modal-body {
overflow-y:auto
}
.modal-fullscreen-sm-down .modal-footer {
border-radius:0
}
}
@media (max-width:767.98px) {
.modal-fullscreen-md-down {
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-md-down .modal-content {
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-md-down .modal-header {
border-radius:0
}
.modal-fullscreen-md-down .modal-body {
overflow-y:auto
}
.modal-fullscreen-md-down .modal-footer {
border-radius:0
}
}
@media (max-width:991.98px) {
.modal-fullscreen-lg-down {
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-lg-down .modal-content {
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-lg-down .modal-header {
border-radius:0
}
.modal-fullscreen-lg-down .modal-body {
overflow-y:auto
}
.modal-fullscreen-lg-down .modal-footer {
border-radius:0
}
}
@media (max-width:1199.98px) {
.modal-fullscreen-xl-down {
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-xl-down .modal-content {
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-xl-down .modal-header {
border-radius:0
}
.modal-fullscreen-xl-down .modal-body {
overflow-y:auto
}
.modal-fullscreen-xl-down .modal-footer {
border-radius:0
}
}
@media (max-width:1399.98px) {
.modal-fullscreen-xxl-down {
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-xxl-down .modal-content {
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-xxl-down .modal-header {
border-radius:0
}
.modal-fullscreen-xxl-down .modal-body {
overflow-y:auto
}
.modal-fullscreen-xxl-down .modal-footer {
border-radius:0
}
}
.tooltip {
position:absolute;
z-index:1080;
display:block;
margin:0;
font-family:var(--bs-font-sans-serif);
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 .tooltip-arrow {
position:absolute;
display:block;
width:.8rem;
height:.4rem
}
.tooltip .tooltip-arrow::before {
position:absolute;
content:"";
border-color:transparent;
border-style:solid
}
.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top {
padding:.4rem 0
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
bottom:0
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before {
top:-1px;
border-width:.4rem .4rem 0;
border-top-color:#000
}
.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end {
padding:0 .4rem
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow {
left:0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before {
right:-1px;
border-width:.4rem .4rem .4rem 0;
border-right-color:#000
}
.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom {
padding:.4rem 0
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
top:0
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before {
bottom:-1px;
border-width:0 .4rem .4rem;
border-bottom-color:#000
}
.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start {
padding:0 .4rem
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow {
right:0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before {
left:-1px;
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:1070;
display:block;
max-width:276px;
font-family:var(--bs-font-sans-serif);
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 .popover-arrow {
position:absolute;
display:block;
width:1rem;
height:.5rem
}
.popover .popover-arrow::after,.popover .popover-arrow::before {
position:absolute;
display:block;
content:"";
border-color:transparent;
border-style:solid
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow {
bottom:calc(-.5rem - 1px)
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before {
bottom:0;
border-width:.5rem .5rem 0;
border-top-color:rgba(0,0,0,.25)
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after {
bottom:1px;
border-width:.5rem .5rem 0;
border-top-color:#fff
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow {
left:calc(-.5rem - 1px);
width:.5rem;
height:1rem
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before {
left:0;
border-width:.5rem .5rem .5rem 0;
border-right-color:rgba(0,0,0,.25)
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after {
left:1px;
border-width:.5rem .5rem .5rem 0;
border-right-color:#fff
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow {
top:calc(-.5rem - 1px)
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before {
top:0;
border-width:0 .5rem .5rem;
border-bottom-color:rgba(0,0,0,.25)
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after {
top:1px;
border-width:0 .5rem .5rem;
border-bottom-color:#fff
}
.bs-popover-auto[data-popper-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 #f0f0f0
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow {
right:calc(-.5rem - 1px);
width:.5rem;
height:1rem
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before {
right:0;
border-width:.5rem 0 .5rem .5rem;
border-left-color:rgba(0,0,0,.25)
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after {
right:1px;
border-width:.5rem 0 .5rem .5rem;
border-left-color:#fff
}
.popover-header {
padding:.5rem 1rem;
margin-bottom:0;
font-size:1rem;
background-color:#f0f0f0;
border-bottom:1px solid rgba(0,0,0,.2);
border-top-left-radius:calc(.3rem - 1px);
border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty {
display:none
}
.popover-body {
padding:1rem;
color:#212529
}
.carousel {
position:relative
}
.carousel.pointer-event {
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: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-end,.carousel-item-next:not(.carousel-item-start) {
transform:translateX(100%)
}
.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end) {
transform:translateX(-100%)
}
.carousel-fade .carousel-item {
opacity:0;
transition-property:opacity;
transform:none
}
.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active {
z-index:1;
opacity:1
}
.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
z-index:0;
opacity:0;
transition:opacity 0 .6s
}
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
transition:none
}
}
.carousel-control-next,.carousel-control-prev {
position:absolute;
top:0;
bottom:0;
z-index:1;
display:flex;
align-items:center;
justify-content:center;
width:15%;
padding:0;
color:#fff;
text-align:center;
background:0 0;
border:0;
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:2rem;
height:2rem;
background-repeat:no-repeat;
background-position:50%;
background-size:100% 100%
}
.carousel-control-prev-icon {
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.carousel-indicators {
position:absolute;
right:0;
bottom:0;
left:0;
z-index:2;
display:flex;
justify-content:center;
padding:0;
margin-right:15%;
margin-bottom:1rem;
margin-left:15%;
list-style:none
}
.carousel-indicators [data-bs-target] {
box-sizing:content-box;
flex:0 1 auto;
width:30px;
height:3px;
padding:0;
margin-right:3px;
margin-left:3px;
text-indent:-999px;
cursor:pointer;
background-color:#fff;
background-clip:padding-box;
border:0;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
opacity:.5;
transition:opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-indicators [data-bs-target] {
transition:none
}
}
.carousel-indicators .active {
opacity:1
}
.carousel-caption {
position:absolute;
right:15%;
bottom:1.25rem;
left:15%;
padding-top:1.25rem;
padding-bottom:1.25rem;
color:#fff;
text-align:center
}
.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon {
filter:invert(1) grayscale(100)
}
.carousel-dark .carousel-indicators [data-bs-target] {
background-color:#000
}
.carousel-dark .carousel-caption {
color:#000
}
@-webkit-keyframes spinner-border {
to {
transform:rotate(360deg)
}
}
@keyframes spinner-border {
to {
transform:rotate(360deg)
}
}
.spinner-border {
display:inline-block;
width:2rem;
height:2rem;
vertical-align:-.125em;
border:.25em solid currentColor;
border-right-color:transparent;
border-radius:50%;
-webkit-animation:.75s linear infinite spinner-border;
animation:.75s linear infinite spinner-border
}
.spinner-border-sm {
width:1rem;
height:1rem;
border-width:.2em
}
@-webkit-keyframes spinner-grow {
0% {
transform:scale(0)
}
50% {
opacity:1;
transform:none
}
}
@keyframes spinner-grow {
0% {
transform:scale(0)
}
50% {
opacity:1;
transform:none
}
}
.spinner-grow {
display:inline-block;
width:2rem;
height:2rem;
vertical-align:-.125em;
background-color:currentColor;
border-radius:50%;
opacity:0;
-webkit-animation:.75s linear infinite spinner-grow;
animation:.75s linear infinite spinner-grow
}
.spinner-grow-sm {
width:1rem;
height:1rem
}
@media (prefers-reduced-motion:reduce) {
.spinner-border,.spinner-grow {
-webkit-animation-duration:1.5s;
animation-duration:1.5s
}
}
.offcanvas {
position:fixed;
bottom:0;
z-index:1045;
display:flex;
flex-direction:column;
max-width:100%;
visibility:hidden;
background-color:#fff;
background-clip:padding-box;
outline:0;
transition:transform .3s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.offcanvas {
transition:none
}
}
.offcanvas-backdrop {
position:fixed;
top:0;
left:0;
z-index:1040;
width:100vw;
height:100vh;
background-color:#000
}
.offcanvas-backdrop.fade {
opacity:0
}
.offcanvas-backdrop.show {
opacity:.5
}
.offcanvas-header {
display:flex;
align-items:center;
justify-content:space-between;
padding:1rem
}
.offcanvas-header .btn-close {
padding:.5rem;
margin-top:-.5rem;
margin-right:-.5rem;
margin-bottom:-.5rem
}
.offcanvas-title {
margin-bottom:0;
line-height:1.5
}
.offcanvas-body {
flex-grow:1;
padding:1rem;
overflow-y:auto
}
.offcanvas-start {
top:0;
left:0;
width:400px;
border-right:1px solid rgba(0,0,0,.2);
transform:translateX(-100%)
}
.offcanvas-end {
top:0;
right:0;
width:400px;
border-left:1px solid rgba(0,0,0,.2);
transform:translateX(100%)
}
.offcanvas-top {
top:0;
right:0;
left:0;
height:30vh;
max-height:100%;
border-bottom:1px solid rgba(0,0,0,.2);
transform:translateY(-100%)
}
.offcanvas-bottom {
right:0;
left:0;
height:30vh;
max-height:100%;
border-top:1px solid rgba(0,0,0,.2);
transform:translateY(100%)
}
.offcanvas.show {
transform:none
}
.placeholder {
display:inline-block;
min-height:1em;
vertical-align:middle;
cursor:wait;
background-color:currentColor;
opacity:.5
}
.placeholder.btn::before {
display:inline-block;
content:""
}
.placeholder-xs {
min-height:.6em
}
.placeholder-sm {
min-height:.8em
}
.placeholder-lg {
min-height:1.2em
}
.placeholder-glow .placeholder {
-webkit-animation:placeholder-glow 2s ease-in-out infinite;
animation:placeholder-glow 2s ease-in-out infinite
}
@-webkit-keyframes placeholder-glow {
50% {
opacity:.2
}
}
@keyframes placeholder-glow {
50% {
opacity:.2
}
}
.placeholder-wave {
-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);
mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);
-webkit-mask-size:200% 100%;
mask-size:200% 100%;
-webkit-animation:placeholder-wave 2s linear infinite;
animation:placeholder-wave 2s linear infinite
}
@-webkit-keyframes placeholder-wave {
100% {
-webkit-mask-position:-200% 0;
mask-position:-200% 0
}
}
@keyframes placeholder-wave {
100% {
-webkit-mask-position:-200% 0;
mask-position:-200% 0
}
}
.clearfix::after {
display:block;
clear:both;
content:""
}
.link-primary {
color:#0d6efd
}
.link-primary:focus,.link-primary:hover {
color:#0a58ca
}
.link-secondary {
color:#6c757d
}
.link-secondary:focus,.link-secondary:hover {
color:#565e64
}
.link-success {
color:#198754
}
.link-success:focus,.link-success:hover {
color:#146c43
}
.link-info {
color:#0dcaf0
}
.link-info:focus,.link-info:hover {
color:#3dd5f3
}
.link-warning {
color:#ffc107
}
.link-warning:focus,.link-warning:hover {
color:#ffcd39
}
.link-danger {
color:#dc3545
}
.link-danger:focus,.link-danger:hover {
color:#b02a37
}
.link-light {
color:#f8f9fa
}
.link-light:focus,.link-light:hover {
color:#f9fafb
}
.link-dark {
color:#212529
}
.link-dark:focus,.link-dark:hover {
color:#1a1e21
}
.ratio {
position:relative;
width:100%
}
.ratio::before {
display:block;
padding-top:var(--bs-aspect-ratio);
content:""
}
.ratio>* {
position:absolute;
top:0;
left:0;
width:100%;
height:100%
}
.ratio-1x1 {
--bs-aspect-ratio:100%
}
.ratio-4x3 {
--bs-aspect-ratio:75%
}
.ratio-16x9 {
--bs-aspect-ratio:56.25%
}
.ratio-21x9 {
--bs-aspect-ratio:42.8571428571%
}
.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
}
.sticky-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
@media (min-width:576px) {
.sticky-sm-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
@media (min-width:768px) {
.sticky-md-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
@media (min-width:992px) {
.sticky-lg-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
@media (min-width:1200px) {
.sticky-xl-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
@media (min-width:1400px) {
.sticky-xxl-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
.hstack {
display:flex;
flex-direction:row;
align-items:center;
align-self:stretch
}
.vstack {
display:flex;
flex:1 1 auto;
flex-direction:column;
align-self:stretch
}
.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
position:absolute!important;
width:1px!important;
height:1px!important;
padding:0!important;
margin:-1px!important;
overflow:hidden!important;
clip:rect(0,0,0,0)!important;
white-space:nowrap!important;
border:0!important
}
.stretched-link::after {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:1;
content:""
}
.text-truncate {
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.vr {
display:inline-block;
align-self:stretch;
width:1px;
min-height:1em;
background-color:currentColor;
opacity:.25
}
.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
}
.float-start {
float:left!important
}
.float-end {
float:right!important
}
.float-none {
float:none!important
}
.opacity-0 {
opacity:0!important
}
.opacity-25 {
opacity:.25!important
}
.opacity-50 {
opacity:.5!important
}
.opacity-75 {
opacity:.75!important
}
.opacity-100 {
opacity:1!important
}
.overflow-auto {
overflow:auto!important
}
.overflow-hidden {
overflow:hidden!important
}
.overflow-visible {
overflow:visible!important
}
.overflow-scroll {
overflow:scroll!important
}
.d-inline {
display:inline!important
}
.d-inline-block {
display:inline-block!important
}
.d-block {
display:block!important
}
.d-grid {
display:grid!important
}
.d-table {
display:table!important
}
.d-table-row {
display:table-row!important
}
.d-table-cell {
display:table-cell!important
}
.d-flex {
display:flex!important
}
.d-inline-flex {
display:inline-flex!important
}
.d-none {
display:none!important
}
.shadow {
box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}
.shadow-sm {
box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important
}
.shadow-lg {
box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important
}
.shadow-none {
box-shadow:none!important
}
.position-static {
position:static!important
}
.position-relative {
position:relative!important
}
.position-absolute {
position:absolute!important
}
.position-fixed {
position:fixed!important
}
.position-sticky {
position:-webkit-sticky!important;
position:sticky!important
}
.top-0 {
top:0!important
}
.top-50 {
top:50%!important
}
.top-100 {
top:100%!important
}
.bottom-0 {
bottom:0!important
}
.bottom-50 {
bottom:50%!important
}
.bottom-100 {
bottom:100%!important
}
.start-0 {
left:0!important
}
.start-50 {
left:50%!important
}
.start-100 {
left:100%!important
}
.end-0 {
right:0!important
}
.end-50 {
right:50%!important
}
.end-100 {
right:100%!important
}
.translate-middle {
transform:translate(-50%,-50%)!important
}
.translate-middle-x {
transform:translateX(-50%)!important
}
.translate-middle-y {
transform:translateY(-50%)!important
}
.border {
border:1px solid #dee2e6!important
}
.border-0 {
border:0!important
}
.border-top {
border-top:1px solid #dee2e6!important
}
.border-top-0 {
border-top:0!important
}
.border-end {
border-right:1px solid #dee2e6!important
}
.border-end-0 {
border-right:0!important
}
.border-bottom {
border-bottom:1px solid #dee2e6!important
}
.border-bottom-0 {
border-bottom:0!important
}
.border-start {
border-left:1px solid #dee2e6!important
}
.border-start-0 {
border-left:0!important
}
.border-primary {
border-color:#0d6efd!important
}
.border-secondary {
border-color:#6c757d!important
}
.border-success {
border-color:#198754!important
}
.border-info {
border-color:#0dcaf0!important
}
.border-warning {
border-color:#ffc107!important
}
.border-danger {
border-color:#dc3545!important
}
.border-light {
border-color:#f8f9fa!important
}
.border-dark {
border-color:#212529!important
}
.border-white {
border-color:#fff!important
}
.border-1 {
border-width:1px!important
}
.border-2 {
border-width:2px!important
}
.border-3 {
border-width:3px!important
}
.border-4 {
border-width:4px!important
}
.border-5 {
border-width:5px!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
}
.mw-100 {
max-width:100%!important
}
.vw-100 {
width:100vw!important
}
.min-vw-100 {
min-width:100vw!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
}
.mh-100 {
max-height:100%!important
}
.vh-100 {
height:100vh!important
}
.min-vh-100 {
min-height:100vh!important
}
.flex-fill {
flex:1 1 auto!important
}
.flex-row {
flex-direction:row!important
}
.flex-column {
flex-direction:column!important
}
.flex-row-reverse {
flex-direction:row-reverse!important
}
.flex-column-reverse {
flex-direction:column-reverse!important
}
.flex-grow-0 {
flex-grow:0!important
}
.flex-grow-1 {
flex-grow:1!important
}
.flex-shrink-0 {
flex-shrink:0!important
}
.flex-shrink-1 {
flex-shrink:1!important
}
.flex-wrap {
flex-wrap:wrap!important
}
.flex-nowrap {
flex-wrap:nowrap!important
}
.flex-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.gap-0 {
gap:0!important
}
.gap-1 {
gap:.25rem!important
}
.gap-2 {
gap:.5rem!important
}
.gap-3 {
gap:1rem!important
}
.gap-4 {
gap:1.5rem!important
}
.gap-5 {
gap:3rem!important
}
.justify-content-start {
justify-content:flex-start!important
}
.justify-content-end {
justify-content:flex-end!important
}
.justify-content-center {
justify-content:center!important
}
.justify-content-between {
justify-content:space-between!important
}
.justify-content-around {
justify-content:space-around!important
}
.justify-content-evenly {
justify-content:space-evenly!important
}
.align-items-start {
align-items:flex-start!important
}
.align-items-end {
align-items:flex-end!important
}
.align-items-center {
align-items:center!important
}
.align-items-baseline {
align-items:baseline!important
}
.align-items-stretch {
align-items:stretch!important
}
.align-content-start {
align-content:flex-start!important
}
.align-content-end {
align-content:flex-end!important
}
.align-content-center {
align-content:center!important
}
.align-content-between {
align-content:space-between!important
}
.align-content-around {
align-content:space-around!important
}
.align-content-stretch {
align-content:stretch!important
}
.align-self-auto {
align-self:auto!important
}
.align-self-start {
align-self:flex-start!important
}
.align-self-end {
align-self:flex-end!important
}
.align-self-center {
align-self:center!important
}
.align-self-baseline {
align-self:baseline!important
}
.align-self-stretch {
align-self:stretch!important
}
.order-first {
order:-1!important
}
.order-0 {
order:0!important
}
.order-1 {
order:1!important
}
.order-2 {
order:2!important
}
.order-3 {
order:3!important
}
.order-4 {
order:4!important
}
.order-5 {
order:5!important
}
.order-last {
order:6!important
}
.m-0 {
margin:0!important
}
.m-1 {
margin:.25rem!important
}
.m-2 {
margin:.5rem!important
}
.m-3 {
margin:1rem!important
}
.m-4 {
margin:1.5rem!important
}
.m-5 {
margin:3rem!important
}
.m-auto {
margin:auto!important
}
.mx-0 {
margin-right:0!important;
margin-left:0!important
}
.mx-1 {
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-2 {
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-3 {
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-4 {
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-5 {
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-auto {
margin-right:auto!important;
margin-left:auto!important
}
.my-0 {
margin-top:0!important;
margin-bottom:0!important
}
.my-1 {
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-2 {
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-3 {
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-4 {
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-5 {
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-auto {
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-0 {
margin-top:0!important
}
.mt-1 {
margin-top:.25rem!important
}
.mt-2 {
margin-top:.5rem!important
}
.mt-3 {
margin-top:1rem!important
}
.mt-4 {
margin-top:1.5rem!important
}
.mt-5 {
margin-top:3rem!important
}
.mt-auto {
margin-top:auto!important
}
.me-0 {
margin-right:0!important
}
.me-1 {
margin-right:.25rem!important
}
.me-2 {
margin-right:.5rem!important
}
.me-3 {
margin-right:1rem!important
}
.me-4 {
margin-right:1.5rem!important
}
.me-5 {
margin-right:3rem!important
}
.me-auto {
margin-right:auto!important
}
.mb-0 {
margin-bottom:0!important
}
.mb-1 {
margin-bottom:.25rem!important
}
.mb-2 {
margin-bottom:.5rem!important
}
.mb-3 {
margin-bottom:1rem!important
}
.mb-4 {
margin-bottom:1.5rem!important
}
.mb-5 {
margin-bottom:3rem!important
}
.mb-auto {
margin-bottom:auto!important
}
.ms-0 {
margin-left:0!important
}
.ms-1 {
margin-left:.25rem!important
}
.ms-2 {
margin-left:.5rem!important
}
.ms-3 {
margin-left:1rem!important
}
.ms-4 {
margin-left:1.5rem!important
}
.ms-5 {
margin-left:3rem!important
}
.ms-auto {
margin-left:auto!important
}
.p-0 {
padding:0!important
}
.p-1 {
padding:.25rem!important
}
.p-2 {
padding:.5rem!important
}
.p-3 {
padding:1rem!important
}
.p-4 {
padding:1.5rem!important
}
.p-5 {
padding:3rem!important
}
.px-0 {
padding-right:0!important;
padding-left:0!important
}
.px-1 {
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-2 {
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-3 {
padding-right:1rem!important;
padding-left:1rem!important
}
.px-4 {
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-5 {
padding-right:3rem!important;
padding-left:3rem!important
}
.py-0 {
padding-top:0!important;
padding-bottom:0!important
}
.py-1 {
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-2 {
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-3 {
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-4 {
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-5 {
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-0 {
padding-top:0!important
}
.pt-1 {
padding-top:.25rem!important
}
.pt-2 {
padding-top:.5rem!important
}
.pt-3 {
padding-top:1rem!important
}
.pt-4 {
padding-top:1.5rem!important
}
.pt-5 {
padding-top:3rem!important
}
.pe-0 {
padding-right:0!important
}
.pe-1 {
padding-right:.25rem!important
}
.pe-2 {
padding-right:.5rem!important
}
.pe-3 {
padding-right:1rem!important
}
.pe-4 {
padding-right:1.5rem!important
}
.pe-5 {
padding-right:3rem!important
}
.pb-0 {
padding-bottom:0!important
}
.pb-1 {
padding-bottom:.25rem!important
}
.pb-2 {
padding-bottom:.5rem!important
}
.pb-3 {
padding-bottom:1rem!important
}
.pb-4 {
padding-bottom:1.5rem!important
}
.pb-5 {
padding-bottom:3rem!important
}
.ps-0 {
padding-left:0!important
}
.ps-1 {
padding-left:.25rem!important
}
.ps-2 {
padding-left:.5rem!important
}
.ps-3 {
padding-left:1rem!important
}
.ps-4 {
padding-left:1.5rem!important
}
.ps-5 {
padding-left:3rem!important
}
.font-monospace {
font-family:var(--bs-font-monospace)!important
}
.fs-1 {
font-size:calc(1.375rem + 1.5vw)!important
}
.fs-2 {
font-size:calc(1.325rem + .9vw)!important
}
.fs-3 {
font-size:calc(1.3rem + .6vw)!important
}
.fs-4 {
font-size:calc(1.275rem + .3vw)!important
}
.fs-5 {
font-size:1.25rem!important
}
.fs-6 {
font-size:1rem!important
}
.fst-italic {
font-style:italic!important
}
.fst-normal {
font-style:normal!important
}
.fw-light {
font-weight:300!important
}
.fw-lighter {
font-weight:lighter!important
}
.fw-normal {
font-weight:400!important
}
.fw-bold {
font-weight:700!important
}
.fw-bolder {
font-weight:bolder!important
}
.lh-1 {
line-height:1!important
}
.lh-sm {
line-height:1.25!important
}
.lh-base {
line-height:1.5!important
}
.lh-lg {
line-height:2!important
}
.text-start {
text-align:left!important
}
.text-end {
text-align:right!important
}
.text-center {
text-align:center!important
}
.text-decoration-none {
text-decoration:none!important
}
.text-decoration-underline {
text-decoration:underline!important
}
.text-decoration-line-through {
text-decoration:line-through!important
}
.text-lowercase {
text-transform:lowercase!important
}
.text-uppercase {
text-transform:uppercase!important
}
.text-capitalize {
text-transform:capitalize!important
}
.text-wrap {
white-space:normal!important
}
.text-nowrap {
white-space:nowrap!important
}
.text-break {
word-wrap:break-word!important;
word-break:break-word!important
}
.text-primary {
--bs-text-opacity:1;
color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}
.text-secondary {
--bs-text-opacity:1;
color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}
.text-success {
--bs-text-opacity:1;
color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}
.text-info {
--bs-text-opacity:1;
color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
}
.text-warning {
--bs-text-opacity:1;
color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}
.text-danger {
--bs-text-opacity:1;
color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}
.text-light {
--bs-text-opacity:1;
color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}
.text-dark {
--bs-text-opacity:1;
color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
}
.text-black {
--bs-text-opacity:1;
color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}
.text-white {
--bs-text-opacity:1;
color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}
.text-body {
--bs-text-opacity:1;
color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}
.text-muted {
--bs-text-opacity:1;
color:#6c757d!important
}
.text-black-50 {
--bs-text-opacity:1;
color:rgba(0,0,0,.5)!important
}
.text-white-50 {
--bs-text-opacity:1;
color:rgba(255,255,255,.5)!important
}
.text-reset {
--bs-text-opacity:1;
color:inherit!important
}
.text-opacity-25 {
--bs-text-opacity:.25
}
.text-opacity-50 {
--bs-text-opacity:.5
}
.text-opacity-75 {
--bs-text-opacity:.75
}
.text-opacity-100 {
--bs-text-opacity:1
}
.bg-primary {
--bs-bg-opacity:1;
background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}
.bg-secondary {
--bs-bg-opacity:1;
background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}
.bg-success {
--bs-bg-opacity:1;
background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
}
.bg-info {
--bs-bg-opacity:1;
background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important
}
.bg-warning {
--bs-bg-opacity:1;
background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important
}
.bg-danger {
--bs-bg-opacity:1;
background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
}
.bg-light {
--bs-bg-opacity:1;
background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}
.bg-dark {
--bs-bg-opacity:1;
background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}
.bg-black {
--bs-bg-opacity:1;
background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}
.bg-white {
--bs-bg-opacity:1;
background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}
.bg-body {
--bs-bg-opacity:1;
background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}
.bg-transparent {
--bs-bg-opacity:1;
background-color:transparent!important
}
.bg-opacity-10 {
--bs-bg-opacity:.1
}
.bg-opacity-25 {
--bs-bg-opacity:.25
}
.bg-opacity-50 {
--bs-bg-opacity:.5
}
.bg-opacity-75 {
--bs-bg-opacity:.75
}
.bg-opacity-100 {
--bs-bg-opacity:1
}
.bg-gradient {
background-image:var(--bs-gradient)!important
}
.user-select-all {
-webkit-user-select:all!important;
-moz-user-select:all!important;
user-select:all!important
}
.user-select-auto {
-webkit-user-select:auto!important;
-moz-user-select:auto!important;
user-select:auto!important
}
.user-select-none {
-webkit-user-select:none!important;
-moz-user-select:none!important;
user-select:none!important
}
.pe-none {
pointer-events:none!important
}
.pe-auto {
pointer-events:auto!important
}
.rounded {
border-radius:.25rem!important
}
.rounded-0 {
border-radius:0!important
}
.rounded-1 {
border-radius:.2rem!important
}
.rounded-2 {
border-radius:.25rem!important
}
.rounded-3 {
border-radius:.3rem!important
}
.rounded-circle {
border-radius:50%!important
}
.rounded-pill {
border-radius:50rem!important
}
.rounded-top {
border-top-left-radius:.25rem!important;
border-top-right-radius:.25rem!important
}
.rounded-end {
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-start {
border-bottom-left-radius:.25rem!important;
border-top-left-radius:.25rem!important
}
.visible {
visibility:visible!important
}
.invisible {
visibility:hidden!important
}
@media (min-width:576px) {
.float-sm-start {
float:left!important
}
.float-sm-end {
float:right!important
}
.float-sm-none {
float:none!important
}
.d-sm-inline {
display:inline!important
}
.d-sm-inline-block {
display:inline-block!important
}
.d-sm-block {
display:block!important
}
.d-sm-grid {
display:grid!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:flex!important
}
.d-sm-inline-flex {
display:inline-flex!important
}
.d-sm-none {
display:none!important
}
.flex-sm-fill {
flex:1 1 auto!important
}
.flex-sm-row {
flex-direction:row!important
}
.flex-sm-column {
flex-direction:column!important
}
.flex-sm-row-reverse {
flex-direction:row-reverse!important
}
.flex-sm-column-reverse {
flex-direction:column-reverse!important
}
.flex-sm-grow-0 {
flex-grow:0!important
}
.flex-sm-grow-1 {
flex-grow:1!important
}
.flex-sm-shrink-0 {
flex-shrink:0!important
}
.flex-sm-shrink-1 {
flex-shrink:1!important
}
.flex-sm-wrap {
flex-wrap:wrap!important
}
.flex-sm-nowrap {
flex-wrap:nowrap!important
}
.flex-sm-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.gap-sm-0 {
gap:0!important
}
.gap-sm-1 {
gap:.25rem!important
}
.gap-sm-2 {
gap:.5rem!important
}
.gap-sm-3 {
gap:1rem!important
}
.gap-sm-4 {
gap:1.5rem!important
}
.gap-sm-5 {
gap:3rem!important
}
.justify-content-sm-start {
justify-content:flex-start!important
}
.justify-content-sm-end {
justify-content:flex-end!important
}
.justify-content-sm-center {
justify-content:center!important
}
.justify-content-sm-between {
justify-content:space-between!important
}
.justify-content-sm-around {
justify-content:space-around!important
}
.justify-content-sm-evenly {
justify-content:space-evenly!important
}
.align-items-sm-start {
align-items:flex-start!important
}
.align-items-sm-end {
align-items:flex-end!important
}
.align-items-sm-center {
align-items:center!important
}
.align-items-sm-baseline {
align-items:baseline!important
}
.align-items-sm-stretch {
align-items:stretch!important
}
.align-content-sm-start {
align-content:flex-start!important
}
.align-content-sm-end {
align-content:flex-end!important
}
.align-content-sm-center {
align-content:center!important
}
.align-content-sm-between {
align-content:space-between!important
}
.align-content-sm-around {
align-content:space-around!important
}
.align-content-sm-stretch {
align-content:stretch!important
}
.align-self-sm-auto {
align-self:auto!important
}
.align-self-sm-start {
align-self:flex-start!important
}
.align-self-sm-end {
align-self:flex-end!important
}
.align-self-sm-center {
align-self:center!important
}
.align-self-sm-baseline {
align-self:baseline!important
}
.align-self-sm-stretch {
align-self:stretch!important
}
.order-sm-first {
order:-1!important
}
.order-sm-0 {
order:0!important
}
.order-sm-1 {
order:1!important
}
.order-sm-2 {
order:2!important
}
.order-sm-3 {
order:3!important
}
.order-sm-4 {
order:4!important
}
.order-sm-5 {
order:5!important
}
.order-sm-last {
order:6!important
}
.m-sm-0 {
margin:0!important
}
.m-sm-1 {
margin:.25rem!important
}
.m-sm-2 {
margin:.5rem!important
}
.m-sm-3 {
margin:1rem!important
}
.m-sm-4 {
margin:1.5rem!important
}
.m-sm-5 {
margin:3rem!important
}
.m-sm-auto {
margin:auto!important
}
.mx-sm-0 {
margin-right:0!important;
margin-left:0!important
}
.mx-sm-1 {
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-sm-2 {
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-sm-3 {
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-sm-4 {
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-sm-5 {
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-sm-auto {
margin-right:auto!important;
margin-left:auto!important
}
.my-sm-0 {
margin-top:0!important;
margin-bottom:0!important
}
.my-sm-1 {
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-sm-2 {
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-sm-3 {
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-sm-4 {
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-sm-5 {
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-sm-auto {
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-sm-0 {
margin-top:0!important
}
.mt-sm-1 {
margin-top:.25rem!important
}
.mt-sm-2 {
margin-top:.5rem!important
}
.mt-sm-3 {
margin-top:1rem!important
}
.mt-sm-4 {
margin-top:1.5rem!important
}
.mt-sm-5 {
margin-top:3rem!important
}
.mt-sm-auto {
margin-top:auto!important
}
.me-sm-0 {
margin-right:0!important
}
.me-sm-1 {
margin-right:.25rem!important
}
.me-sm-2 {
margin-right:.5rem!important
}
.me-sm-3 {
margin-right:1rem!important
}
.me-sm-4 {
margin-right:1.5rem!important
}
.me-sm-5 {
margin-right:3rem!important
}
.me-sm-auto {
margin-right:auto!important
}
.mb-sm-0 {
margin-bottom:0!important
}
.mb-sm-1 {
margin-bottom:.25rem!important
}
.mb-sm-2 {
margin-bottom:.5rem!important
}
.mb-sm-3 {
margin-bottom:1rem!important
}
.mb-sm-4 {
margin-bottom:1.5rem!important
}
.mb-sm-5 {
margin-bottom:3rem!important
}
.mb-sm-auto {
margin-bottom:auto!important
}
.ms-sm-0 {
margin-left:0!important
}
.ms-sm-1 {
margin-left:.25rem!important
}
.ms-sm-2 {
margin-left:.5rem!important
}
.ms-sm-3 {
margin-left:1rem!important
}
.ms-sm-4 {
margin-left:1.5rem!important
}
.ms-sm-5 {
margin-left:3rem!important
}
.ms-sm-auto {
margin-left:auto!important
}
.p-sm-0 {
padding:0!important
}
.p-sm-1 {
padding:.25rem!important
}
.p-sm-2 {
padding:.5rem!important
}
.p-sm-3 {
padding:1rem!important
}
.p-sm-4 {
padding:1.5rem!important
}
.p-sm-5 {
padding:3rem!important
}
.px-sm-0 {
padding-right:0!important;
padding-left:0!important
}
.px-sm-1 {
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-sm-2 {
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-sm-3 {
padding-right:1rem!important;
padding-left:1rem!important
}
.px-sm-4 {
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-sm-5 {
padding-right:3rem!important;
padding-left:3rem!important
}
.py-sm-0 {
padding-top:0!important;
padding-bottom:0!important
}
.py-sm-1 {
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-sm-2 {
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-sm-3 {
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-sm-4 {
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-sm-5 {
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-sm-0 {
padding-top:0!important
}
.pt-sm-1 {
padding-top:.25rem!important
}
.pt-sm-2 {
padding-top:.5rem!important
}
.pt-sm-3 {
padding-top:1rem!important
}
.pt-sm-4 {
padding-top:1.5rem!important
}
.pt-sm-5 {
padding-top:3rem!important
}
.pe-sm-0 {
padding-right:0!important
}
.pe-sm-1 {
padding-right:.25rem!important
}
.pe-sm-2 {
padding-right:.5rem!important
}
.pe-sm-3 {
padding-right:1rem!important
}
.pe-sm-4 {
padding-right:1.5rem!important
}
.pe-sm-5 {
padding-right:3rem!important
}
.pb-sm-0 {
padding-bottom:0!important
}
.pb-sm-1 {
padding-bottom:.25rem!important
}
.pb-sm-2 {
padding-bottom:.5rem!important
}
.pb-sm-3 {
padding-bottom:1rem!important
}
.pb-sm-4 {
padding-bottom:1.5rem!important
}
.pb-sm-5 {
padding-bottom:3rem!important
}
.ps-sm-0 {
padding-left:0!important
}
.ps-sm-1 {
padding-left:.25rem!important
}
.ps-sm-2 {
padding-left:.5rem!important
}
.ps-sm-3 {
padding-left:1rem!important
}
.ps-sm-4 {
padding-left:1.5rem!important
}
.ps-sm-5 {
padding-left:3rem!important
}
.text-sm-start {
text-align:left!important
}
.text-sm-end {
text-align:right!important
}
.text-sm-center {
text-align:center!important
}
}
@media (min-width:768px) {
.float-md-start {
float:left!important
}
.float-md-end {
float:right!important
}
.float-md-none {
float:none!important
}
.d-md-inline {
display:inline!important
}
.d-md-inline-block {
display:inline-block!important
}
.d-md-block {
display:block!important
}
.d-md-grid {
display:grid!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:flex!important
}
.d-md-inline-flex {
display:inline-flex!important
}
.d-md-none {
display:none!important
}
.flex-md-fill {
flex:1 1 auto!important
}
.flex-md-row {
flex-direction:row!important
}
.flex-md-column {
flex-direction:column!important
}
.flex-md-row-reverse {
flex-direction:row-reverse!important
}
.flex-md-column-reverse {
flex-direction:column-reverse!important
}
.flex-md-grow-0 {
flex-grow:0!important
}
.flex-md-grow-1 {
flex-grow:1!important
}
.flex-md-shrink-0 {
flex-shrink:0!important
}
.flex-md-shrink-1 {
flex-shrink:1!important
}
.flex-md-wrap {
flex-wrap:wrap!important
}
.flex-md-nowrap {
flex-wrap:nowrap!important
}
.flex-md-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.gap-md-0 {
gap:0!important
}
.gap-md-1 {
gap:.25rem!important
}
.gap-md-2 {
gap:.5rem!important
}
.gap-md-3 {
gap:1rem!important
}
.gap-md-4 {
gap:1.5rem!important
}
.gap-md-5 {
gap:3rem!important
}
.justify-content-md-start {
justify-content:flex-start!important
}
.justify-content-md-end {
justify-content:flex-end!important
}
.justify-content-md-center {
justify-content:center!important
}
.justify-content-md-between {
justify-content:space-between!important
}
.justify-content-md-around {
justify-content:space-around!important
}
.justify-content-md-evenly {
justify-content:space-evenly!important
}
.align-items-md-start {
align-items:flex-start!important
}
.align-items-md-end {
align-items:flex-end!important
}
.align-items-md-center {
align-items:center!important
}
.align-items-md-baseline {
align-items:baseline!important
}
.align-items-md-stretch {
align-items:stretch!important
}
.align-content-md-start {
align-content:flex-start!important
}
.align-content-md-end {
align-content:flex-end!important
}
.align-content-md-center {
align-content:center!important
}
.align-content-md-between {
align-content:space-between!important
}
.align-content-md-around {
align-content:space-around!important
}
.align-content-md-stretch {
align-content:stretch!important
}
.align-self-md-auto {
align-self:auto!important
}
.align-self-md-start {
align-self:flex-start!important
}
.align-self-md-end {
align-self:flex-end!important
}
.align-self-md-center {
align-self:center!important
}
.align-self-md-baseline {
align-self:baseline!important
}
.align-self-md-stretch {
align-self:stretch!important
}
.order-md-first {
order:-1!important
}
.order-md-0 {
order:0!important
}
.order-md-1 {
order:1!important
}
.order-md-2 {
order:2!important
}
.order-md-3 {
order:3!important
}
.order-md-4 {
order:4!important
}
.order-md-5 {
order:5!important
}
.order-md-last {
order:6!important
}
.m-md-0 {
margin:0!important
}
.m-md-1 {
margin:.25rem!important
}
.m-md-2 {
margin:.5rem!important
}
.m-md-3 {
margin:1rem!important
}
.m-md-4 {
margin:1.5rem!important
}
.m-md-5 {
margin:3rem!important
}
.m-md-auto {
margin:auto!important
}
.mx-md-0 {
margin-right:0!important;
margin-left:0!important
}
.mx-md-1 {
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-md-2 {
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-md-3 {
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-md-4 {
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-md-5 {
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-md-auto {
margin-right:auto!important;
margin-left:auto!important
}
.my-md-0 {
margin-top:0!important;
margin-bottom:0!important
}
.my-md-1 {
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-md-2 {
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-md-3 {
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-md-4 {
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-md-5 {
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-md-auto {
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-md-0 {
margin-top:0!important
}
.mt-md-1 {
margin-top:.25rem!important
}
.mt-md-2 {
margin-top:.5rem!important
}
.mt-md-3 {
margin-top:1rem!important
}
.mt-md-4 {
margin-top:1.5rem!important
}
.mt-md-5 {
margin-top:3rem!important
}
.mt-md-auto {
margin-top:auto!important
}
.me-md-0 {
margin-right:0!important
}
.me-md-1 {
margin-right:.25rem!important
}
.me-md-2 {
margin-right:.5rem!important
}
.me-md-3 {
margin-right:1rem!important
}
.me-md-4 {
margin-right:1.5rem!important
}
.me-md-5 {
margin-right:3rem!important
}
.me-md-auto {
margin-right:auto!important
}
.mb-md-0 {
margin-bottom:0!important
}
.mb-md-1 {
margin-bottom:.25rem!important
}
.mb-md-2 {
margin-bottom:.5rem!important
}
.mb-md-3 {
margin-bottom:1rem!important
}
.mb-md-4 {
margin-bottom:1.5rem!important
}
.mb-md-5 {
margin-bottom:3rem!important
}
.mb-md-auto {
margin-bottom:auto!important
}
.ms-md-0 {
margin-left:0!important
}
.ms-md-1 {
margin-left:.25rem!important
}
.ms-md-2 {
margin-left:.5rem!important
}
.ms-md-3 {
margin-left:1rem!important
}
.ms-md-4 {
margin-left:1.5rem!important
}
.ms-md-5 {
margin-left:3rem!important
}
.ms-md-auto {
margin-left:auto!important
}
.p-md-0 {
padding:0!important
}
.p-md-1 {
padding:.25rem!important
}
.p-md-2 {
padding:.5rem!important
}
.p-md-3 {
padding:1rem!important
}
.p-md-4 {
padding:1.5rem!important
}
.p-md-5 {
padding:3rem!important
}
.px-md-0 {
padding-right:0!important;
padding-left:0!important
}
.px-md-1 {
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-md-2 {
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-md-3 {
padding-right:1rem!important;
padding-left:1rem!important
}
.px-md-4 {
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-md-5 {
padding-right:3rem!important;
padding-left:3rem!important
}
.py-md-0 {
padding-top:0!important;
padding-bottom:0!important
}
.py-md-1 {
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-md-2 {
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-md-3 {
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-md-4 {
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-md-5 {
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-md-0 {
padding-top:0!important
}
.pt-md-1 {
padding-top:.25rem!important
}
.pt-md-2 {
padding-top:.5rem!important
}
.pt-md-3 {
padding-top:1rem!important
}
.pt-md-4 {
padding-top:1.5rem!important
}
.pt-md-5 {
padding-top:3rem!important
}
.pe-md-0 {
padding-right:0!important
}
.pe-md-1 {
padding-right:.25rem!important
}
.pe-md-2 {
padding-right:.5rem!important
}
.pe-md-3 {
padding-right:1rem!important
}
.pe-md-4 {
padding-right:1.5rem!important
}
.pe-md-5 {
padding-right:3rem!important
}
.pb-md-0 {
padding-bottom:0!important
}
.pb-md-1 {
padding-bottom:.25rem!important
}
.pb-md-2 {
padding-bottom:.5rem!important
}
.pb-md-3 {
padding-bottom:1rem!important
}
.pb-md-4 {
padding-bottom:1.5rem!important
}
.pb-md-5 {
padding-bottom:3rem!important
}
.ps-md-0 {
padding-left:0!important
}
.ps-md-1 {
padding-left:.25rem!important
}
.ps-md-2 {
padding-left:.5rem!important
}
.ps-md-3 {
padding-left:1rem!important
}
.ps-md-4 {
padding-left:1.5rem!important
}
.ps-md-5 {
padding-left:3rem!important
}
.text-md-start {
text-align:left!important
}
.text-md-end {
text-align:right!important
}
.text-md-center {
text-align:center!important
}
}
@media (min-width:992px) {
.float-lg-start {
float:left!important
}
.float-lg-end {
float:right!important
}
.float-lg-none {
float:none!important
}
.d-lg-inline {
display:inline!important
}
.d-lg-inline-block {
display:inline-block!important
}
.d-lg-block {
display:block!important
}
.d-lg-grid {
display:grid!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:flex!important
}
.d-lg-inline-flex {
display:inline-flex!important
}
.d-lg-none {
display:none!important
}
.flex-lg-fill {
flex:1 1 auto!important
}
.flex-lg-row {
flex-direction:row!important
}
.flex-lg-column {
flex-direction:column!important
}
.flex-lg-row-reverse {
flex-direction:row-reverse!important
}
.flex-lg-column-reverse {
flex-direction:column-reverse!important
}
.flex-lg-grow-0 {
flex-grow:0!important
}
.flex-lg-grow-1 {
flex-grow:1!important
}
.flex-lg-shrink-0 {
flex-shrink:0!important
}
.flex-lg-shrink-1 {
flex-shrink:1!important
}
.flex-lg-wrap {
flex-wrap:wrap!important
}
.flex-lg-nowrap {
flex-wrap:nowrap!important
}
.flex-lg-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.gap-lg-0 {
gap:0!important
}
.gap-lg-1 {
gap:.25rem!important
}
.gap-lg-2 {
gap:.5rem!important
}
.gap-lg-3 {
gap:1rem!important
}
.gap-lg-4 {
gap:1.5rem!important
}
.gap-lg-5 {
gap:3rem!important
}
.justify-content-lg-start {
justify-content:flex-start!important
}
.justify-content-lg-end {
justify-content:flex-end!important
}
.justify-content-lg-center {
justify-content:center!important
}
.justify-content-lg-between {
justify-content:space-between!important
}
.justify-content-lg-around {
justify-content:space-around!important
}
.justify-content-lg-evenly {
justify-content:space-evenly!important
}
.align-items-lg-start {
align-items:flex-start!important
}
.align-items-lg-end {
align-items:flex-end!important
}
.align-items-lg-center {
align-items:center!important
}
.align-items-lg-baseline {
align-items:baseline!important
}
.align-items-lg-stretch {
align-items:stretch!important
}
.align-content-lg-start {
align-content:flex-start!important
}
.align-content-lg-end {
align-content:flex-end!important
}
.align-content-lg-center {
align-content:center!important
}
.align-content-lg-between {
align-content:space-between!important
}
.align-content-lg-around {
align-content:space-around!important
}
.align-content-lg-stretch {
align-content:stretch!important
}
.align-self-lg-auto {
align-self:auto!important
}
.align-self-lg-start {
align-self:flex-start!important
}
.align-self-lg-end {
align-self:flex-end!important
}
.align-self-lg-center {
align-self:center!important
}
.align-self-lg-baseline {
align-self:baseline!important
}
.align-self-lg-stretch {
align-self:stretch!important
}
.order-lg-first {
order:-1!important
}
.order-lg-0 {
order:0!important
}
.order-lg-1 {
order:1!important
}
.order-lg-2 {
order:2!important
}
.order-lg-3 {
order:3!important
}
.order-lg-4 {
order:4!important
}
.order-lg-5 {
order:5!important
}
.order-lg-last {
order:6!important
}
.m-lg-0 {
margin:0!important
}
.m-lg-1 {
margin:.25rem!important
}
.m-lg-2 {
margin:.5rem!important
}
.m-lg-3 {
margin:1rem!important
}
.m-lg-4 {
margin:1.5rem!important
}
.m-lg-5 {
margin:3rem!important
}
.m-lg-auto {
margin:auto!important
}
.mx-lg-0 {
margin-right:0!important;
margin-left:0!important
}
.mx-lg-1 {
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-lg-2 {
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-lg-3 {
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-lg-4 {
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-lg-5 {
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-lg-auto {
margin-right:auto!important;
margin-left:auto!important
}
.my-lg-0 {
margin-top:0!important;
margin-bottom:0!important
}
.my-lg-1 {
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-lg-2 {
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-lg-3 {
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-lg-4 {
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-lg-5 {
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-lg-auto {
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-lg-0 {
margin-top:0!important
}
.mt-lg-1 {
margin-top:.25rem!important
}
.mt-lg-2 {
margin-top:.5rem!important
}
.mt-lg-3 {
margin-top:1rem!important
}
.mt-lg-4 {
margin-top:1.5rem!important
}
.mt-lg-5 {
margin-top:3rem!important
}
.mt-lg-auto {
margin-top:auto!important
}
.me-lg-0 {
margin-right:0!important
}
.me-lg-1 {
margin-right:.25rem!important
}
.me-lg-2 {
margin-right:.5rem!important
}
.me-lg-3 {
margin-right:1rem!important
}
.me-lg-4 {
margin-right:1.5rem!important
}
.me-lg-5 {
margin-right:3rem!important
}
.me-lg-auto {
margin-right:auto!important
}
.mb-lg-0 {
margin-bottom:0!important
}
.mb-lg-1 {
margin-bottom:.25rem!important
}
.mb-lg-2 {
margin-bottom:.5rem!important
}
.mb-lg-3 {
margin-bottom:1rem!important
}
.mb-lg-4 {
margin-bottom:1.5rem!important
}
.mb-lg-5 {
margin-bottom:3rem!important
}
.mb-lg-auto {
margin-bottom:auto!important
}
.ms-lg-0 {
margin-left:0!important
}
.ms-lg-1 {
margin-left:.25rem!important
}
.ms-lg-2 {
margin-left:.5rem!important
}
.ms-lg-3 {
margin-left:1rem!important
}
.ms-lg-4 {
margin-left:1.5rem!important
}
.ms-lg-5 {
margin-left:3rem!important
}
.ms-lg-auto {
margin-left:auto!important
}
.p-lg-0 {
padding:0!important
}
.p-lg-1 {
padding:.25rem!important
}
.p-lg-2 {
padding:.5rem!important
}
.p-lg-3 {
padding:1rem!important
}
.p-lg-4 {
padding:1.5rem!important
}
.p-lg-5 {
padding:3rem!important
}
.px-lg-0 {
padding-right:0!important;
padding-left:0!important
}
.px-lg-1 {
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-lg-2 {
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-lg-3 {
padding-right:1rem!important;
padding-left:1rem!important
}
.px-lg-4 {
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-lg-5 {
padding-right:3rem!important;
padding-left:3rem!important
}
.py-lg-0 {
padding-top:0!important;
padding-bottom:0!important
}
.py-lg-1 {
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-lg-2 {
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-lg-3 {
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-lg-4 {
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-lg-5 {
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-lg-0 {
padding-top:0!important
}
.pt-lg-1 {
padding-top:.25rem!important
}
.pt-lg-2 {
padding-top:.5rem!important
}
.pt-lg-3 {
padding-top:1rem!important
}
.pt-lg-4 {
padding-top:1.5rem!important
}
.pt-lg-5 {
padding-top:3rem!important
}
.pe-lg-0 {
padding-right:0!important
}
.pe-lg-1 {
padding-right:.25rem!important
}
.pe-lg-2 {
padding-right:.5rem!important
}
.pe-lg-3 {
padding-right:1rem!important
}
.pe-lg-4 {
padding-right:1.5rem!important
}
.pe-lg-5 {
padding-right:3rem!important
}
.pb-lg-0 {
padding-bottom:0!important
}
.pb-lg-1 {
padding-bottom:.25rem!important
}
.pb-lg-2 {
padding-bottom:.5rem!important
}
.pb-lg-3 {
padding-bottom:1rem!important
}
.pb-lg-4 {
padding-bottom:1.5rem!important
}
.pb-lg-5 {
padding-bottom:3rem!important
}
.ps-lg-0 {
padding-left:0!important
}
.ps-lg-1 {
padding-left:.25rem!important
}
.ps-lg-2 {
padding-left:.5rem!important
}
.ps-lg-3 {
padding-left:1rem!important
}
.ps-lg-4 {
padding-left:1.5rem!important
}
.ps-lg-5 {
padding-left:3rem!important
}
.text-lg-start {
text-align:left!important
}
.text-lg-end {
text-align:right!important
}
.text-lg-center {
text-align:center!important
}
}
@media (min-width:1200px) {
.float-xl-start {
float:left!important
}
.float-xl-end {
float:right!important
}
.float-xl-none {
float:none!important
}
.d-xl-inline {
display:inline!important
}
.d-xl-inline-block {
display:inline-block!important
}
.d-xl-block {
display:block!important
}
.d-xl-grid {
display:grid!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:flex!important
}
.d-xl-inline-flex {
display:inline-flex!important
}
.d-xl-none {
display:none!important
}
.flex-xl-fill {
flex:1 1 auto!important
}
.flex-xl-row {
flex-direction:row!important
}
.flex-xl-column {
flex-direction:column!important
}
.flex-xl-row-reverse {
flex-direction:row-reverse!important
}
.flex-xl-column-reverse {
flex-direction:column-reverse!important
}
.flex-xl-grow-0 {
flex-grow:0!important
}
.flex-xl-grow-1 {
flex-grow:1!important
}
.flex-xl-shrink-0 {
flex-shrink:0!important
}
.flex-xl-shrink-1 {
flex-shrink:1!important
}
.flex-xl-wrap {
flex-wrap:wrap!important
}
.flex-xl-nowrap {
flex-wrap:nowrap!important
}
.flex-xl-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.gap-xl-0 {
gap:0!important
}
.gap-xl-1 {
gap:.25rem!important
}
.gap-xl-2 {
gap:.5rem!important
}
.gap-xl-3 {
gap:1rem!important
}
.gap-xl-4 {
gap:1.5rem!important
}
.gap-xl-5 {
gap:3rem!important
}
.justify-content-xl-start {
justify-content:flex-start!important
}
.justify-content-xl-end {
justify-content:flex-end!important
}
.justify-content-xl-center {
justify-content:center!important
}
.justify-content-xl-between {
justify-content:space-between!important
}
.justify-content-xl-around {
justify-content:space-around!important
}
.justify-content-xl-evenly {
justify-content:space-evenly!important
}
.align-items-xl-start {
align-items:flex-start!important
}
.align-items-xl-end {
align-items:flex-end!important
}
.align-items-xl-center {
align-items:center!important
}
.align-items-xl-baseline {
align-items:baseline!important
}
.align-items-xl-stretch {
align-items:stretch!important
}
.align-content-xl-start {
align-content:flex-start!important
}
.align-content-xl-end {
align-content:flex-end!important
}
.align-content-xl-center {
align-content:center!important
}
.align-content-xl-between {
align-content:space-between!important
}
.align-content-xl-around {
align-content:space-around!important
}
.align-content-xl-stretch {
align-content:stretch!important
}
.align-self-xl-auto {
align-self:auto!important
}
.align-self-xl-start {
align-self:flex-start!important
}
.align-self-xl-end {
align-self:flex-end!important
}
.align-self-xl-center {
align-self:center!important
}
.align-self-xl-baseline {
align-self:baseline!important
}
.align-self-xl-stretch {
align-self:stretch!important
}
.order-xl-first {
order:-1!important
}
.order-xl-0 {
order:0!important
}
.order-xl-1 {
order:1!important
}
.order-xl-2 {
order:2!important
}
.order-xl-3 {
order:3!important
}
.order-xl-4 {
order:4!important
}
.order-xl-5 {
order:5!important
}
.order-xl-last {
order:6!important
}
.m-xl-0 {
margin:0!important
}
.m-xl-1 {
margin:.25rem!important
}
.m-xl-2 {
margin:.5rem!important
}
.m-xl-3 {
margin:1rem!important
}
.m-xl-4 {
margin:1.5rem!important
}
.m-xl-5 {
margin:3rem!important
}
.m-xl-auto {
margin:auto!important
}
.mx-xl-0 {
margin-right:0!important;
margin-left:0!important
}
.mx-xl-1 {
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-xl-2 {
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-xl-3 {
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-xl-4 {
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-xl-5 {
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-xl-auto {
margin-right:auto!important;
margin-left:auto!important
}
.my-xl-0 {
margin-top:0!important;
margin-bottom:0!important
}
.my-xl-1 {
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-xl-2 {
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-xl-3 {
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-xl-4 {
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-xl-5 {
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-xl-auto {
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-xl-0 {
margin-top:0!important
}
.mt-xl-1 {
margin-top:.25rem!important
}
.mt-xl-2 {
margin-top:.5rem!important
}
.mt-xl-3 {
margin-top:1rem!important
}
.mt-xl-4 {
margin-top:1.5rem!important
}
.mt-xl-5 {
margin-top:3rem!important
}
.mt-xl-auto {
margin-top:auto!important
}
.me-xl-0 {
margin-right:0!important
}
.me-xl-1 {
margin-right:.25rem!important
}
.me-xl-2 {
margin-right:.5rem!important
}
.me-xl-3 {
margin-right:1rem!important
}
.me-xl-4 {
margin-right:1.5rem!important
}
.me-xl-5 {
margin-right:3rem!important
}
.me-xl-auto {
margin-right:auto!important
}
.mb-xl-0 {
margin-bottom:0!important
}
.mb-xl-1 {
margin-bottom:.25rem!important
}
.mb-xl-2 {
margin-bottom:.5rem!important
}
.mb-xl-3 {
margin-bottom:1rem!important
}
.mb-xl-4 {
margin-bottom:1.5rem!important
}
.mb-xl-5 {
margin-bottom:3rem!important
}
.mb-xl-auto {
margin-bottom:auto!important
}
.ms-xl-0 {
margin-left:0!important
}
.ms-xl-1 {
margin-left:.25rem!important
}
.ms-xl-2 {
margin-left:.5rem!important
}
.ms-xl-3 {
margin-left:1rem!important
}
.ms-xl-4 {
margin-left:1.5rem!important
}
.ms-xl-5 {
margin-left:3rem!important
}
.ms-xl-auto {
margin-left:auto!important
}
.p-xl-0 {
padding:0!important
}
.p-xl-1 {
padding:.25rem!important
}
.p-xl-2 {
padding:.5rem!important
}
.p-xl-3 {
padding:1rem!important
}
.p-xl-4 {
padding:1.5rem!important
}
.p-xl-5 {
padding:3rem!important
}
.px-xl-0 {
padding-right:0!important;
padding-left:0!important
}
.px-xl-1 {
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-xl-2 {
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-xl-3 {
padding-right:1rem!important;
padding-left:1rem!important
}
.px-xl-4 {
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-xl-5 {
padding-right:3rem!important;
padding-left:3rem!important
}
.py-xl-0 {
padding-top:0!important;
padding-bottom:0!important
}
.py-xl-1 {
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-xl-2 {
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-xl-3 {
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-xl-4 {
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-xl-5 {
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-xl-0 {
padding-top:0!important
}
.pt-xl-1 {
padding-top:.25rem!important
}
.pt-xl-2 {
padding-top:.5rem!important
}
.pt-xl-3 {
padding-top:1rem!important
}
.pt-xl-4 {
padding-top:1.5rem!important
}
.pt-xl-5 {
padding-top:3rem!important
}
.pe-xl-0 {
padding-right:0!important
}
.pe-xl-1 {
padding-right:.25rem!important
}
.pe-xl-2 {
padding-right:.5rem!important
}
.pe-xl-3 {
padding-right:1rem!important
}
.pe-xl-4 {
padding-right:1.5rem!important
}
.pe-xl-5 {
padding-right:3rem!important
}
.pb-xl-0 {
padding-bottom:0!important
}
.pb-xl-1 {
padding-bottom:.25rem!important
}
.pb-xl-2 {
padding-bottom:.5rem!important
}
.pb-xl-3 {
padding-bottom:1rem!important
}
.pb-xl-4 {
padding-bottom:1.5rem!important
}
.pb-xl-5 {
padding-bottom:3rem!important
}
.ps-xl-0 {
padding-left:0!important
}
.ps-xl-1 {
padding-left:.25rem!important
}
.ps-xl-2 {
padding-left:.5rem!important
}
.ps-xl-3 {
padding-left:1rem!important
}
.ps-xl-4 {
padding-left:1.5rem!important
}
.ps-xl-5 {
padding-left:3rem!important
}
.text-xl-start {
text-align:left!important
}
.text-xl-end {
text-align:right!important
}
.text-xl-center {
text-align:center!important
}
}
@media (min-width:1400px) {
.float-xxl-start {
float:left!important
}
.float-xxl-end {
float:right!important
}
.float-xxl-none {
float:none!important
}
.d-xxl-inline {
display:inline!important
}
.d-xxl-inline-block {
display:inline-block!important
}
.d-xxl-block {
display:block!important
}
.d-xxl-grid {
display:grid!important
}
.d-xxl-table {
display:table!important
}
.d-xxl-table-row {
display:table-row!important
}
.d-xxl-table-cell {
display:table-cell!important
}
.d-xxl-flex {
display:flex!important
}
.d-xxl-inline-flex {
display:inline-flex!important
}
.d-xxl-none {
display:none!important
}
.flex-xxl-fill {
flex:1 1 auto!important
}
.flex-xxl-row {
flex-direction:row!important
}
.flex-xxl-column {
flex-direction:column!important
}
.flex-xxl-row-reverse {
flex-direction:row-reverse!important
}
.flex-xxl-column-reverse {
flex-direction:column-reverse!important
}
.flex-xxl-grow-0 {
flex-grow:0!important
}
.flex-xxl-grow-1 {
flex-grow:1!important
}
.flex-xxl-shrink-0 {
flex-shrink:0!important
}
.flex-xxl-shrink-1 {
flex-shrink:1!important
}
.flex-xxl-wrap {
flex-wrap:wrap!important
}
.flex-xxl-nowrap {
flex-wrap:nowrap!important
}
.flex-xxl-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.gap-xxl-0 {
gap:0!important
}
.gap-xxl-1 {
gap:.25rem!important
}
.gap-xxl-2 {
gap:.5rem!important
}
.gap-xxl-3 {
gap:1rem!important
}
.gap-xxl-4 {
gap:1.5rem!important
}
.gap-xxl-5 {
gap:3rem!important
}
.justify-content-xxl-start {
justify-content:flex-start!important
}
.justify-content-xxl-end {
justify-content:flex-end!important
}
.justify-content-xxl-center {
justify-content:center!important
}
.justify-content-xxl-between {
justify-content:space-between!important
}
.justify-content-xxl-around {
justify-content:space-around!important
}
.justify-content-xxl-evenly {
justify-content:space-evenly!important
}
.align-items-xxl-start {
align-items:flex-start!important
}
.align-items-xxl-end {
align-items:flex-end!important
}
.align-items-xxl-center {
align-items:center!important
}
.align-items-xxl-baseline {
align-items:baseline!important
}
.align-items-xxl-stretch {
align-items:stretch!important
}
.align-content-xxl-start {
align-content:flex-start!important
}
.align-content-xxl-end {
align-content:flex-end!important
}
.align-content-xxl-center {
align-content:center!important
}
.align-content-xxl-between {
align-content:space-between!important
}
.align-content-xxl-around {
align-content:space-around!important
}
.align-content-xxl-stretch {
align-content:stretch!important
}
.align-self-xxl-auto {
align-self:auto!important
}
.align-self-xxl-start {
align-self:flex-start!important
}
.align-self-xxl-end {
align-self:flex-end!important
}
.align-self-xxl-center {
align-self:center!important
}
.align-self-xxl-baseline {
align-self:baseline!important
}
.align-self-xxl-stretch {
align-self:stretch!important
}
.order-xxl-first {
order:-1!important
}
.order-xxl-0 {
order:0!important
}
.order-xxl-1 {
order:1!important
}
.order-xxl-2 {
order:2!important
}
.order-xxl-3 {
order:3!important
}
.order-xxl-4 {
order:4!important
}
.order-xxl-5 {
order:5!important
}
.order-xxl-last {
order:6!important
}
.m-xxl-0 {
margin:0!important
}
.m-xxl-1 {
margin:.25rem!important
}
.m-xxl-2 {
margin:.5rem!important
}
.m-xxl-3 {
margin:1rem!important
}
.m-xxl-4 {
margin:1.5rem!important
}
.m-xxl-5 {
margin:3rem!important
}
.m-xxl-auto {
margin:auto!important
}
.mx-xxl-0 {
margin-right:0!important;
margin-left:0!important
}
.mx-xxl-1 {
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-xxl-2 {
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-xxl-3 {
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-xxl-4 {
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-xxl-5 {
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-xxl-auto {
margin-right:auto!important;
margin-left:auto!important
}
.my-xxl-0 {
margin-top:0!important;
margin-bottom:0!important
}
.my-xxl-1 {
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-xxl-2 {
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-xxl-3 {
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-xxl-4 {
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-xxl-5 {
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-xxl-auto {
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-xxl-0 {
margin-top:0!important
}
.mt-xxl-1 {
margin-top:.25rem!important
}
.mt-xxl-2 {
margin-top:.5rem!important
}
.mt-xxl-3 {
margin-top:1rem!important
}
.mt-xxl-4 {
margin-top:1.5rem!important
}
.mt-xxl-5 {
margin-top:3rem!important
}
.mt-xxl-auto {
margin-top:auto!important
}
.me-xxl-0 {
margin-right:0!important
}
.me-xxl-1 {
margin-right:.25rem!important
}
.me-xxl-2 {
margin-right:.5rem!important
}
.me-xxl-3 {
margin-right:1rem!important
}
.me-xxl-4 {
margin-right:1.5rem!important
}
.me-xxl-5 {
margin-right:3rem!important
}
.me-xxl-auto {
margin-right:auto!important
}
.mb-xxl-0 {
margin-bottom:0!important
}
.mb-xxl-1 {
margin-bottom:.25rem!important
}
.mb-xxl-2 {
margin-bottom:.5rem!important
}
.mb-xxl-3 {
margin-bottom:1rem!important
}
.mb-xxl-4 {
margin-bottom:1.5rem!important
}
.mb-xxl-5 {
margin-bottom:3rem!important
}
.mb-xxl-auto {
margin-bottom:auto!important
}
.ms-xxl-0 {
margin-left:0!important
}
.ms-xxl-1 {
margin-left:.25rem!important
}
.ms-xxl-2 {
margin-left:.5rem!important
}
.ms-xxl-3 {
margin-left:1rem!important
}
.ms-xxl-4 {
margin-left:1.5rem!important
}
.ms-xxl-5 {
margin-left:3rem!important
}
.ms-xxl-auto {
margin-left:auto!important
}
.p-xxl-0 {
padding:0!important
}
.p-xxl-1 {
padding:.25rem!important
}
.p-xxl-2 {
padding:.5rem!important
}
.p-xxl-3 {
padding:1rem!important
}
.p-xxl-4 {
padding:1.5rem!important
}
.p-xxl-5 {
padding:3rem!important
}
.px-xxl-0 {
padding-right:0!important;
padding-left:0!important
}
.px-xxl-1 {
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-xxl-2 {
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-xxl-3 {
padding-right:1rem!important;
padding-left:1rem!important
}
.px-xxl-4 {
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-xxl-5 {
padding-right:3rem!important;
padding-left:3rem!important
}
.py-xxl-0 {
padding-top:0!important;
padding-bottom:0!important
}
.py-xxl-1 {
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-xxl-2 {
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-xxl-3 {
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-xxl-4 {
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-xxl-5 {
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-xxl-0 {
padding-top:0!important
}
.pt-xxl-1 {
padding-top:.25rem!important
}
.pt-xxl-2 {
padding-top:.5rem!important
}
.pt-xxl-3 {
padding-top:1rem!important
}
.pt-xxl-4 {
padding-top:1.5rem!important
}
.pt-xxl-5 {
padding-top:3rem!important
}
.pe-xxl-0 {
padding-right:0!important
}
.pe-xxl-1 {
padding-right:.25rem!important
}
.pe-xxl-2 {
padding-right:.5rem!important
}
.pe-xxl-3 {
padding-right:1rem!important
}
.pe-xxl-4 {
padding-right:1.5rem!important
}
.pe-xxl-5 {
padding-right:3rem!important
}
.pb-xxl-0 {
padding-bottom:0!important
}
.pb-xxl-1 {
padding-bottom:.25rem!important
}
.pb-xxl-2 {
padding-bottom:.5rem!important
}
.pb-xxl-3 {
padding-bottom:1rem!important
}
.pb-xxl-4 {
padding-bottom:1.5rem!important
}
.pb-xxl-5 {
padding-bottom:3rem!important
}
.ps-xxl-0 {
padding-left:0!important
}
.ps-xxl-1 {
padding-left:.25rem!important
}
.ps-xxl-2 {
padding-left:.5rem!important
}
.ps-xxl-3 {
padding-left:1rem!important
}
.ps-xxl-4 {
padding-left:1.5rem!important
}
.ps-xxl-5 {
padding-left:3rem!important
}
.text-xxl-start {
text-align:left!important
}
.text-xxl-end {
text-align:right!important
}
.text-xxl-center {
text-align:center!important
}
}
@media (min-width:1200px) {
.fs-1 {
font-size:2.5rem!important
}
.fs-2 {
font-size:2rem!important
}
.fs-3 {
font-size:1.75rem!important
}
.fs-4 {
font-size:1.5rem!important
}
}
@media print {
.d-print-inline {
display:inline!important
}
.d-print-inline-block {
display:inline-block!important
}
.d-print-block {
display:block!important
}
.d-print-grid {
display:grid!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:flex!important
}
.d-print-inline-flex {
display:inline-flex!important
}
.d-print-none {
display:none!important
}
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/css/owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}@font-face {
font-family: 'icomoon';
src:  url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/icomoon5f0d.eot?lruvdg);
src:  url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/icomoon5f0d.eot?lruvdg#iefix) format('embedded-opentype'),
url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/icomoon5f0d.ttf?lruvdg) format('truetype'),
url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/icomoon5f0d.woff?lruvdg) format('woff'),
url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/icomoon5f0d.svg?lruvdg#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-menu1:before {
content: "\ead7";
}
.icon-search3:before {
content: "\ead6";
}
.icon-chat:before {
content: "\ead3";
}
.icon-keyhole:before {
content: "\ead4";
}
.icon-shopping-bag1:before {
content: "\ead5";
}
.icon-support:before {
content: "\ea9c";
}
.icon-united:before {
content: "\ea9d";
}
.icon-solution:before {
content: "\ea9e";
}
.icon-file1:before {
content: "\ea9f";
}
.icon-call-to-action:before {
content: "\eaa0";
}
.icon-human-resources-1:before {
content: "\eaa1";
}
.icon-human-resources:before {
content: "\eaa2";
}
.icon-crm:before {
content: "\eaa3";
}
.icon-recruitment-1:before {
content: "\eaa4";
}
.icon-recruitment:before {
content: "\eaa5";
}
.icon-employee-2:before {
content: "\eaa6";
}
.icon-relationship:before {
content: "\eaa7";
}
.icon-relation:before {
content: "\eaa8";
}
.icon-international:before {
content: "\eaa9";
}
.icon-employee-1:before {
content: "\eaaa";
}
.icon-social-care:before {
content: "\eaab";
}
.icon-employee:before {
content: "\eaac";
}
.icon-support1:before {
content: "\eaad";
}
.icon-review:before {
content: "\eaae";
}
.icon-audit-2:before {
content: "\eaaf";
}
.icon-checklist:before {
content: "\eab0";
}
.icon-money:before {
content: "\eab1";
}
.icon-audit-1:before {
content: "\eab2";
}
.icon-audit:before {
content: "\eab3";
}
.icon-compliance-1:before {
content: "\eab4";
}
.icon-risk-management-3:before {
content: "\eab5";
}
.icon-risk-management-2:before {
content: "\eab6";
}
.icon-risk-management-1:before {
content: "\eab7";
}
.icon-evaluate:before {
content: "\eab8";
}
.icon-operational-risk-1:before {
content: "\eab9";
}
.icon-risk-1:before {
content: "\eaba";
}
.icon-risk-management:before {
content: "\eabb";
}
.icon-compliance:before {
content: "\eabc";
}
.icon-operational-risk:before {
content: "\eabd";
}
.icon-statistic:before {
content: "\eabe";
}
.icon-risks:before {
content: "\eabf";
}
.icon-caution:before {
content: "\eac0";
}
.icon-fish-oil:before {
content: "\eac1";
}
.icon-risk:before {
content: "\eac2";
}
.icon-health-insurance-2:before {
content: "\eac3";
}
.icon-medical-report:before {
content: "\eac4";
}
.icon-safe:before {
content: "\eac5";
}
.icon-health-insurance-1:before {
content: "\eac6";
}
.icon-care-1:before {
content: "\eac7";
}
.icon-care:before {
content: "\eac8";
}
.icon-heartbeat:before {
content: "\eac9";
}
.icon-first-aid-kit:before {
content: "\eaca";
}
.icon-health-insurance:before {
content: "\eacb";
}
.icon-stethoscope:before {
content: "\eacc";
}
.icon-healthcare-4:before {
content: "\eacd";
}
.icon-healthcare-3:before {
content: "\eace";
}
.icon-healthcare-2:before {
content: "\eacf";
}
.icon-heart2:before {
content: "\ead0";
}
.icon-talent-management-3:before {
content: "\ead1";
}
.icon-solidarity:before {
content: "\ead2";
}
.icon-add:before {
content: "\e92d";
}
.icon-plus:before {
content: "\e92e";
}
.icon-plus-1:before {
content: "\e92f";
}
.icon-location:before {
content: "\e930";
}
.icon-deadline:before {
content: "\e931";
}
.icon-24-hours:before {
content: "\e932";
}
.icon-right-arrow:before {
content: "\e933";
}
.icon-left-arrow:before {
content: "\e934";
}
.icon-youtube:before {
content: "\e935";
}
.icon-linkedin:before {
content: "\e936";
}
.icon-pinterest:before {
content: "\e937";
}
.icon-instagram:before {
content: "\e938";
}
.icon-youtube-1:before {
content: "\e939";
}
.icon-mail:before {
content: "\e93a";
}
.icon-facebook:before {
content: "\e93b";
}
.icon-info:before {
content: "\e93c";
}
.icon-internet:before {
content: "\e93d";
}
.icon-telephone:before {
content: "\e93e";
}
.icon-google-plus:before {
content: "\e93f";
}
.icon-facebook-1:before {
content: "\e940";
}
.icon-twitter:before {
content: "\e941";
}
.icon-pdf:before {
content: "\e942";
}
.icon-twitter-1:before {
content: "\e943";
}
.icon-placeholder:before {
content: "\e944";
}
.icon-checked:before {
content: "\e945";
}
.icon-linkedin-1:before {
content: "\e946";
}
.icon-phone-call:before {
content: "\e947";
}
.icon-help:before {
content: "\e948";
}
.icon-close:before {
content: "\e949";
}
.icon-talent-management:before {
content: "\e94a";
}
.icon-talent-management-2:before {
content: "\e94b";
}
.icon-skill:before {
content: "\e94c";
}
.icon-selective:before {
content: "\e94d";
}
.icon-ability:before {
content: "\e94e";
}
.icon-healthcare:before {
content: "\e94f";
}
.icon-solution1:before {
content: "\e950";
}
.icon-healthcare-1:before {
content: "\e951";
}
.icon-location1:before {
content: "\e92a";
}
.icon-24-hours1:before {
content: "\e92b";
}
.icon-deadline1:before {
content: "\e92c";
}
.icon-talent-management1:before {
content: "\e927";
}
.icon-welfare:before {
content: "\e928";
}
.icon-risk1:before {
content: "\e929";
}
.icon-service-3-icon:before {
content: "\e924";
}
.icon-service-1-icon:before {
content: "\e925";
}
.icon-service-2-icon:before {
content: "\e926";
}
.icon-thumbs-up:before {
content: "\e922";
}
.icon-recommendation:before {
content: "\e923";
}
.icon-setup-dots:before {
content: "\e920";
}
.icon-phone-call1:before {
content: "\e921";
}
.icon-quote:before {
content: "\e91f";
}
.icon-left-arrow-long:before {
content: "\e91c";
}
.icon-right-arrow-long:before {
content: "\e91d";
}
.icon-creote-svg:before {
content: "\e91e";
}
.icon-bar:before {
content: "\e91b";
}
.icon-folder:before {
content: "\e91a";
}
.icon-eye:before {
content: "\e900";
}
.icon-share-1:before {
content: "\e901";
}
.icon-important-delivery:before {
content: "\e902";
}
.icon-service:before {
content: "\e903";
}
.icon-dollar:before {
content: "\e904";
}
.icon-pharmacy:before {
content: "\e905";
}
.icon-businessman-1:before {
content: "\e906";
}
.icon-development:before {
content: "\e907";
}
.icon-video-player:before {
content: "\e908";
}
.icon-binoculars:before {
content: "\e909";
}
.icon-growth:before {
content: "\e90a";
}
.icon-text:before {
content: "\e90b";
}
.icon-bow-and-arrow:before {
content: "\e90c";
}
.icon-download:before {
content: "\e90d";
}
.icon-play:before {
content: "\e90e";
}
.icon-user-image-with-black-background:before {
content: "\e90f";
}
.icon-download-symbol:before {
content: "\e910";
}
.icon-right-arrow-1:before {
content: "\e911";
}
.icon-right-arrow1:before {
content: "\e912";
}
.icon-line-chart:before {
content: "\e913";
}
.icon-search:before {
content: "\e914";
}
.icon-arrow-down-sign-to-navigate:before {
content: "\e915";
}
.icon-share:before {
content: "\e916";
}
.icon-phone-call2:before {
content: "\e917";
}
.icon-email:before {
content: "\e918";
}
.icon-placeholder1:before {
content: "\e919";
}
.icon-activity:before {
content: "\e952";
}
.icon-airplay:before {
content: "\e953";
}
.icon-alert-circle:before {
content: "\e954";
}
.icon-alert-octagon:before {
content: "\e955";
}
.icon-alert-triangle:before {
content: "\e956";
}
.icon-align-center:before {
content: "\e957";
}
.icon-align-justify:before {
content: "\e958";
}
.icon-align-left:before {
content: "\e959";
}
.icon-align-right:before {
content: "\e95a";
}
.icon-anchor:before {
content: "\e95b";
}
.icon-aperture:before {
content: "\e95c";
}
.icon-archive:before {
content: "\e95d";
}
.icon-arrow-down:before {
content: "\e95e";
}
.icon-arrow-down-circle:before {
content: "\e95f";
}
.icon-arrow-down-left:before {
content: "\e960";
}
.icon-arrow-down-right:before {
content: "\e961";
}
.icon-arrow-left:before {
content: "\e962";
}
.icon-arrow-left-circle:before {
content: "\e963";
}
.icon-arrow-right:before {
content: "\e964";
}
.icon-arrow-right-circle:before {
content: "\e965";
}
.icon-arrow-up:before {
content: "\e966";
}
.icon-arrow-up-circle:before {
content: "\e967";
}
.icon-arrow-up-left:before {
content: "\e968";
}
.icon-arrow-up-right:before {
content: "\e969";
}
.icon-at-sign:before {
content: "\e96a";
}
.icon-award:before {
content: "\e96b";
}
.icon-bar-chart:before {
content: "\e96c";
}
.icon-bar-chart-2:before {
content: "\e96d";
}
.icon-battery:before {
content: "\e96e";
}
.icon-battery-charging:before {
content: "\e96f";
}
.icon-bell:before {
content: "\e970";
}
.icon-bell-off:before {
content: "\e971";
}
.icon-bluetooth:before {
content: "\e972";
}
.icon-bold:before {
content: "\e973";
}
.icon-book:before {
content: "\e974";
}
.icon-book-open:before {
content: "\e975";
}
.icon-bookmark:before {
content: "\e976";
}
.icon-box:before {
content: "\e977";
}
.icon-briefcase:before {
content: "\e978";
}
.icon-calendar:before {
content: "\e979";
}
.icon-camera:before {
content: "\e97a";
}
.icon-camera-off:before {
content: "\e97b";
}
.icon-cast:before {
content: "\e97c";
}
.icon-check:before {
content: "\e97d";
}
.icon-check-circle:before {
content: "\e97e";
}
.icon-check-square:before {
content: "\e97f";
}
.icon-chevron-down:before {
content: "\e980";
}
.icon-chevron-left:before {
content: "\e981";
}
.icon-chevron-right:before {
content: "\e982";
}
.icon-chevron-up:before {
content: "\e983";
}
.icon-chevrons-down:before {
content: "\e984";
}
.icon-chevrons-left:before {
content: "\e985";
}
.icon-chevrons-right:before {
content: "\e986";
}
.icon-chevrons-up:before {
content: "\e987";
}
.icon-chrome:before {
content: "\e988";
}
.icon-circle:before {
content: "\e989";
}
.icon-clipboard:before {
content: "\e98a";
}
.icon-clock:before {
content: "\e98b";
}
.icon-cloud:before {
content: "\e98c";
}
.icon-cloud-drizzle:before {
content: "\e98d";
}
.icon-cloud-lightning:before {
content: "\e98e";
}
.icon-cloud-off:before {
content: "\e98f";
}
.icon-cloud-rain:before {
content: "\e990";
}
.icon-cloud-snow:before {
content: "\e991";
}
.icon-code:before {
content: "\e992";
}
.icon-codepen:before {
content: "\e993";
}
.icon-codesandbox:before {
content: "\e994";
}
.icon-coffee:before {
content: "\e995";
}
.icon-columns:before {
content: "\e996";
}
.icon-command:before {
content: "\e997";
}
.icon-compass:before {
content: "\e998";
}
.icon-copy:before {
content: "\e999";
}
.icon-corner-down-left:before {
content: "\e99a";
}
.icon-corner-down-right:before {
content: "\e99b";
}
.icon-corner-left-down:before {
content: "\e99c";
}
.icon-corner-left-up:before {
content: "\e99d";
}
.icon-corner-right-down:before {
content: "\e99e";
}
.icon-corner-right-up:before {
content: "\e99f";
}
.icon-corner-up-left:before {
content: "\e9a0";
}
.icon-corner-up-right:before {
content: "\e9a1";
}
.icon-cpu:before {
content: "\e9a2";
}
.icon-credit-card:before {
content: "\e9a3";
}
.icon-crop:before {
content: "\e9a4";
}
.icon-crosshair:before {
content: "\e9a5";
}
.icon-database:before {
content: "\e9a6";
}
.icon-delete:before {
content: "\e9a7";
}
.icon-disc:before {
content: "\e9a8";
}
.icon-dollar-sign:before {
content: "\e9a9";
}
.icon-download1:before {
content: "\e9aa";
}
.icon-download-cloud:before {
content: "\e9ab";
}
.icon-droplet:before {
content: "\e9ac";
}
.icon-edit:before {
content: "\e9ad";
}
.icon-edit-2:before {
content: "\e9ae";
}
.icon-edit-3:before {
content: "\e9af";
}
.icon-external-link:before {
content: "\e9b0";
}
.icon-eye1:before {
content: "\e9b1";
}
.icon-eye-off:before {
content: "\e9b2";
}
.icon-facebook1:before {
content: "\e9b3";
}
.icon-fast-forward:before {
content: "\e9b4";
}
.icon-feather:before {
content: "\e9b5";
}
.icon-figma:before {
content: "\e9b6";
}
.icon-file:before {
content: "\e9b7";
}
.icon-file-minus:before {
content: "\e9b8";
}
.icon-file-plus:before {
content: "\e9b9";
}
.icon-file-text:before {
content: "\e9ba";
}
.icon-film:before {
content: "\e9bb";
}
.icon-filter:before {
content: "\e9bc";
}
.icon-flag:before {
content: "\e9bd";
}
.icon-folder1:before {
content: "\e9be";
}
.icon-folder-minus:before {
content: "\e9bf";
}
.icon-folder-plus:before {
content: "\e9c0";
}
.icon-framer:before {
content: "\e9c1";
}
.icon-frown:before {
content: "\e9c2";
}
.icon-gift:before {
content: "\e9c3";
}
.icon-git-branch:before {
content: "\e9c4";
}
.icon-git-commit:before {
content: "\e9c5";
}
.icon-git-merge:before {
content: "\e9c6";
}
.icon-git-pull-request:before {
content: "\e9c7";
}
.icon-github:before {
content: "\e9c8";
}
.icon-gitlab:before {
content: "\e9c9";
}
.icon-globe:before {
content: "\e9ca";
}
.icon-grid:before {
content: "\e9cb";
}
.icon-hard-drive:before {
content: "\e9cc";
}
.icon-hash:before {
content: "\e9cd";
}
.icon-headphones:before {
content: "\e9ce";
}
.icon-heart:before {
content: "\e9cf";
}
.icon-help-circle:before {
content: "\e9d0";
}
.icon-hexagon:before {
content: "\e9d1";
}
.icon-home:before {
content: "\e9d2";
}
.icon-image:before {
content: "\e9d3";
}
.icon-inbox:before {
content: "\e9d4";
}
.icon-info1:before {
content: "\e9d5";
}
.icon-instagram1:before {
content: "\e9d6";
}
.icon-italic:before {
content: "\e9d7";
}
.icon-key:before {
content: "\e9d8";
}
.icon-layers:before {
content: "\e9d9";
}
.icon-layout:before {
content: "\e9da";
}
.icon-life-buoy:before {
content: "\e9db";
}
.icon-link:before {
content: "\e9dc";
}
.icon-link-2:before {
content: "\e9dd";
}
.icon-linkedin1:before {
content: "\e9de";
}
.icon-list:before {
content: "\e9df";
}
.icon-loader:before {
content: "\e9e0";
}
.icon-lock:before {
content: "\e9e1";
}
.icon-log-in:before {
content: "\e9e2";
}
.icon-log-out:before {
content: "\e9e3";
}
.icon-mail1:before {
content: "\e9e4";
}
.icon-map:before {
content: "\e9e5";
}
.icon-map-pin:before {
content: "\e9e6";
}
.icon-maximize:before {
content: "\e9e7";
}
.icon-maximize-2:before {
content: "\e9e8";
}
.icon-meh:before {
content: "\e9e9";
}
.icon-menu:before {
content: "\e9ea";
}
.icon-message-circle:before {
content: "\e9eb";
}
.icon-message-square:before {
content: "\e9ec";
}
.icon-mic:before {
content: "\e9ed";
}
.icon-mic-off:before {
content: "\e9ee";
}
.icon-minimize:before {
content: "\e9ef";
}
.icon-minimize-2:before {
content: "\e9f0";
}
.icon-minus:before {
content: "\e9f1";
}
.icon-minus-circle:before {
content: "\e9f2";
}
.icon-minus-square:before {
content: "\e9f3";
}
.icon-monitor:before {
content: "\e9f4";
}
.icon-moon:before {
content: "\e9f5";
}
.icon-more-horizontal:before {
content: "\e9f6";
}
.icon-more-vertical:before {
content: "\e9f7";
}
.icon-mouse-pointer:before {
content: "\e9f8";
}
.icon-move:before {
content: "\e9f9";
}
.icon-music:before {
content: "\e9fa";
}
.icon-navigation:before {
content: "\e9fb";
}
.icon-navigation-2:before {
content: "\e9fc";
}
.icon-octagon:before {
content: "\e9fd";
}
.icon-package:before {
content: "\e9fe";
}
.icon-paperclip:before {
content: "\e9ff";
}
.icon-pause:before {
content: "\ea00";
}
.icon-pause-circle:before {
content: "\ea01";
}
.icon-pen-tool:before {
content: "\ea02";
}
.icon-percent:before {
content: "\ea03";
}
.icon-phone:before {
content: "\ea04";
}
.icon-phone-call3:before {
content: "\ea05";
}
.icon-phone-forwarded:before {
content: "\ea06";
}
.icon-phone-incoming:before {
content: "\ea07";
}
.icon-phone-missed:before {
content: "\ea08";
}
.icon-phone-off:before {
content: "\ea09";
}
.icon-phone-outgoing:before {
content: "\ea0a";
}
.icon-pie-chart:before {
content: "\ea0b";
}
.icon-play1:before {
content: "\ea0c";
}
.icon-play-circle:before {
content: "\ea0d";
}
.icon-plus1:before {
content: "\ea0e";
}
.icon-plus-circle:before {
content: "\ea0f";
}
.icon-plus-square:before {
content: "\ea10";
}
.icon-pocket:before {
content: "\ea11";
}
.icon-power:before {
content: "\ea12";
}
.icon-printer:before {
content: "\ea13";
}
.icon-radio:before {
content: "\ea14";
}
.icon-refresh-ccw:before {
content: "\ea15";
}
.icon-refresh-cw:before {
content: "\ea16";
}
.icon-repeat:before {
content: "\ea17";
}
.icon-rewind:before {
content: "\ea18";
}
.icon-rotate-ccw:before {
content: "\ea19";
}
.icon-rotate-cw:before {
content: "\ea1a";
}
.icon-rss:before {
content: "\ea1b";
}
.icon-save:before {
content: "\ea1c";
}
.icon-scissors:before {
content: "\ea1d";
}
.icon-search1:before {
content: "\ea1e";
}
.icon-send:before {
content: "\ea1f";
}
.icon-server:before {
content: "\ea20";
}
.icon-settings:before {
content: "\ea21";
}
.icon-share1:before {
content: "\ea22";
}
.icon-share-2:before {
content: "\ea23";
}
.icon-shield:before {
content: "\ea24";
}
.icon-shield-off:before {
content: "\ea25";
}
.icon-shopping-bag:before {
content: "\ea26";
}
.icon-shopping-cart:before {
content: "\ea27";
}
.icon-shuffle:before {
content: "\ea28";
}
.icon-sidebar:before {
content: "\ea29";
}
.icon-skip-back:before {
content: "\ea2a";
}
.icon-skip-forward:before {
content: "\ea2b";
}
.icon-slack:before {
content: "\ea2c";
}
.icon-slash:before {
content: "\ea2d";
}
.icon-sliders:before {
content: "\ea2e";
}
.icon-smartphone:before {
content: "\ea2f";
}
.icon-smile:before {
content: "\ea30";
}
.icon-speaker:before {
content: "\ea31";
}
.icon-square:before {
content: "\ea32";
}
.icon-star:before {
content: "\ea33";
}
.icon-stop-circle:before {
content: "\ea34";
}
.icon-sun:before {
content: "\ea35";
}
.icon-sunrise:before {
content: "\ea36";
}
.icon-sunset:before {
content: "\ea37";
}
.icon-tablet:before {
content: "\ea38";
}
.icon-tag:before {
content: "\ea39";
}
.icon-target:before {
content: "\ea3a";
}
.icon-terminal:before {
content: "\ea3b";
}
.icon-thermometer:before {
content: "\ea3c";
}
.icon-thumbs-down:before {
content: "\ea3d";
}
.icon-thumbs-up1:before {
content: "\ea3e";
}
.icon-toggle-left:before {
content: "\ea3f";
}
.icon-toggle-right:before {
content: "\ea40";
}
.icon-tool:before {
content: "\ea41";
}
.icon-trash:before {
content: "\ea42";
}
.icon-trash-2:before {
content: "\ea43";
}
.icon-trello:before {
content: "\ea44";
}
.icon-trending-down:before {
content: "\ea45";
}
.icon-trending-up:before {
content: "\ea46";
}
.icon-triangle:before {
content: "\ea47";
}
.icon-truck:before {
content: "\ea48";
}
.icon-tv:before {
content: "\ea49";
}
.icon-twitch:before {
content: "\ea4a";
}
.icon-twitter1:before {
content: "\ea4b";
}
.icon-type:before {
content: "\ea4c";
}
.icon-umbrella:before {
content: "\ea4d";
}
.icon-underline:before {
content: "\ea4e";
}
.icon-unlock:before {
content: "\ea4f";
}
.icon-upload:before {
content: "\ea50";
}
.icon-upload-cloud:before {
content: "\ea51";
}
.icon-user:before {
content: "\ea52";
}
.icon-user-check:before {
content: "\ea53";
}
.icon-user-minus:before {
content: "\ea54";
}
.icon-user-plus:before {
content: "\ea55";
}
.icon-user-x:before {
content: "\ea56";
}
.icon-users:before {
content: "\ea57";
}
.icon-video:before {
content: "\ea58";
}
.icon-video-off:before {
content: "\ea59";
}
.icon-voicemail:before {
content: "\ea5a";
}
.icon-volume:before {
content: "\ea5b";
}
.icon-volume-1:before {
content: "\ea5c";
}
.icon-volume-2:before {
content: "\ea5d";
}
.icon-volume-x:before {
content: "\ea5e";
}
.icon-watch:before {
content: "\ea5f";
}
.icon-wifi:before {
content: "\ea60";
}
.icon-wifi-off:before {
content: "\ea61";
}
.icon-wind:before {
content: "\ea62";
}
.icon-x:before {
content: "\ea63";
}
.icon-x-circle:before {
content: "\ea64";
}
.icon-x-octagon:before {
content: "\ea65";
}
.icon-x-square:before {
content: "\ea66";
}
.icon-youtube1:before {
content: "\ea67";
}
.icon-zap:before {
content: "\ea68";
}
.icon-zap-off:before {
content: "\ea69";
}
.icon-zoom-in:before {
content: "\ea6a";
}
.icon-zoom-out:before {
content: "\ea6b";
}
.icon-heart1:before {
content: "\ea6c";
}
.icon-cloud1:before {
content: "\ea6d";
}
.icon-star1:before {
content: "\ea6e";
}
.icon-tv1:before {
content: "\ea6f";
}
.icon-sound:before {
content: "\ea70";
}
.icon-video1:before {
content: "\ea71";
}
.icon-trash1:before {
content: "\ea72";
}
.icon-user1:before {
content: "\ea73";
}
.icon-key1:before {
content: "\ea74";
}
.icon-search2:before {
content: "\ea75";
}
.icon-settings1:before {
content: "\ea76";
}
.icon-camera1:before {
content: "\ea77";
}
.icon-tag1:before {
content: "\ea78";
}
.icon-lock1:before {
content: "\ea79";
}
.icon-bulb:before {
content: "\ea7a";
}
.icon-pen:before {
content: "\ea7b";
}
.icon-diamond:before {
content: "\ea7c";
}
.icon-display:before {
content: "\ea7d";
}
.icon-location2:before {
content: "\ea7e";
}
.icon-eye2:before {
content: "\ea7f";
}
.icon-bubble:before {
content: "\ea80";
}
.icon-stack:before {
content: "\ea81";
}
.icon-cup:before {
content: "\ea82";
}
.icon-phone1:before {
content: "\ea83";
}
.icon-news:before {
content: "\ea84";
}
.icon-mail2:before {
content: "\ea85";
}
.icon-like:before {
content: "\ea86";
}
.icon-photo:before {
content: "\ea87";
}
.icon-note:before {
content: "\ea88";
}
.icon-clock1:before {
content: "\ea89";
}
.icon-paperplane:before {
content: "\ea8a";
}
.icon-params:before {
content: "\ea8b";
}
.icon-banknote:before {
content: "\ea8c";
}
.icon-data:before {
content: "\ea8d";
}
.icon-music1:before {
content: "\ea8e";
}
.icon-megaphone:before {
content: "\ea8f";
}
.icon-study:before {
content: "\ea90";
}
.icon-lab:before {
content: "\ea91";
}
.icon-food:before {
content: "\ea92";
}
.icon-t-shirt:before {
content: "\ea93";
}
.icon-fire:before {
content: "\ea94";
}
.icon-clip:before {
content: "\ea95";
}
.icon-shop:before {
content: "\ea96";
}
.icon-calendar1:before {
content: "\ea97";
}
.icon-wallet:before {
content: "\ea98";
}
.icon-vynil:before {
content: "\ea99";
}
.icon-truck1:before {
content: "\ea9a";
}
.icon-world:before {
content: "\ea9b";
}@font-face {
font-family: 'flexslider-icon';
src: url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/css/fonts/flexslider-icon.eot);
src: url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/css/fonts/flexslider-icond41d.eot?#iefix) format('embedded-opentype'), url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/css/fonts/flexslider-icon.woff) format('woff'), url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/css/fonts/flexslider-icon.ttf) format('truetype'), url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/css/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
font-weight: normal;
font-style: normal;
} .flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
} .flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
} .flexslider {
margin: 0 0 60px;
background: #fff;
border: 4px solid #fff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
@-moz-document url-prefix() {
.loading .flex-viewport {
max-height: none;
}
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 50px;
margin: -20px 0 0;
position: absolute;
top: 41%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: var(--primary-color-one);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 40px;
display: inline-block;
content: '\f001';
color: var(--primary-color-one);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}
.flex-direction-nav .flex-prev {
left: -50px;
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
} @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}@font-face{font-family:FontAwesome;src:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fontawesome-webfont3e6e.eot?v=4.7.0);src:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format('woff2'),url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fontawesome-webfont3e6e.woff?v=4.7.0) format('woff'),url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fontawesome-webfont3e6e.html?v=4.7.0) format('truetype'),url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;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(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc: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,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing: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"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }
html, body {
overflow-x:hidden;
width:100%;
}  body {
margin: 0;
} main {
display: block;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.gallery-caption {
position: relative;
}
.bypostauthor {
position: relative;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
table{
width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
clear: both;
content: '';
overflow: auto;
}
.widgets_grid_box  ul ul.children{
padding: 0px 0px 0px 5px!important;
border-radius: 0px;
border: 0px!important;
}
.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
text-align: right;
}
.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
width: 100%;
}
.wp-block-button{
margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
color: #fff;
}
.col-lg-12.padding_zero{
padding: 0px;
}
.sec_comments .col-lg-12{
padding: 0px;
}.pd_zero {
padding: 0px !important;
}
.mobil-iconn{
display:none !important;
}
.ijfSyc{
display:none !important;
}
.hQDBEg{
display:none !important;
}
.gutter_minus_15px {
--bs-gutter-x: -15px!important;
}
.gutter_minus_25px {
--bs-gutter-x: -25px!important;
}
.gutter_15px {
--bs-gutter-x: 15px!important;
}
.gutter_20px {
--bs-gutter-x: 20px!important;
}
.gutter_25px {
--bs-gutter-x: 25px!important;
}
.gutter_30px {
--bs-gutter-x: 30px!important;
}
.gutter_35px {
--bs-gutter-x: 35px!important;
}
.gutter_40px {
--bs-gutter-x: 40px!important;
}
.gutter_45px {
--bs-gutter-x: 45px!important;
} .pd_top_5 {
padding-top: 5px !important;
}
.pd_top_10 {
padding-top: 10px !important;
}
.pd_top_15 {
padding-top: 15px !important;
}
.pd_top_20 {
padding-top: 20px !important;
}
.pd_top_25 {
padding-top: 25px !important;
}
.pd_top_30 {
padding-top: 30px !important;
}
.pd_top_35 {
padding-top: 35px !important;
}
.pd_top_40 {
padding-top: 40px !important;
}
.pd_top_45 {
padding-top: 45px !important;
}
.pd_top_50 {
padding-top: 50px !important;
}
.pd_top_55 {
padding-top: 55px !important;
}
.pd_top_60 {
padding-top: 60px !important;
}
.pd_top_65 {
padding-top: 65px !important;
}
.pd_top_70 {
padding-top: 70px !important;
}
.pd_top_75 {
padding-top: 75px !important;
}
.pd_top_80 {
padding-top: 40px !important;
}
.pd_top_85 {
padding-top: 40px !important;
}
.pd_top_90 {
padding-top: 50px !important;
}
.pd_top_95 {
padding-top: 95px !important;
}
.pd_top_100 {
padding-top: 100px !important;
}
.pd_top_110 {
padding-top: 110px !important;
}
.pd_top_120 {
padding-top: 120px !important;
}
.pd_top_130 {
padding-top: 130px !important;
}
.pd_top_140 {
padding-top: 140px !important;
}
.pd_top_150 {
padding-top: 150px !important;
}
.pd_top_160 {
padding-top: 160px !important;
}
.pd_top_170 {
padding-top: 170px !important;
}
.pd_top_180 {
padding-top: 180px !important;
}
.pd_top_190 {
padding-top: 190px !important;
}
.pd_top_200 {
padding-top: 200px !important;
}
.pd_top_210 {
padding-top: 210px !important;
}
.pd_top_220 {
padding-top: 220px !important;
}
.pd_top_230 {
padding-top: 230px !important;
}
.pd_top_240 {
padding-top: 240px !important;
}
.pd_top_250 {
padding-top: 250px !important;
}
.pd_top_260 {
padding-top: 260px !important;
}
.pd_top_270 {
padding-top: 270px !important;
}
.pd_top_280 {
padding-top: 280px !important;
}
.pd_top_290 {
padding-top: 290px !important;
}
.pd_top_300 {
padding-top: 300px !important;
}  .pd_left_5 {
padding-left: 5px;
}
.pd_left_10 {
padding-left: 10px !important;
}
.pd_left_15 {
padding-left: 15px !important;
}
.pd_left_20 {
padding-left: 20px !important;
}
.pd_left_25 {
padding-left: 25px !important;
}
.pd_left_30 {
padding-left: 30px !important;
}
.pd_left_35 {
padding-left: 35px !important;
}
.pd_left_40 {
padding-left: 40px !important;
}
.pd_left_45 {
padding-left: 45px !important;
}
.pd_left_50 {
padding-left: 50px !important;
}
.pd_left_55 {
padding-left: 55px !important;
}
.pd_left_60 {
padding-left: 60px !important;
}
.pd_left_65 {
padding-left: 65px !important;
}
.pd_left_70 {
padding-left: 70px !important;
}
.pd_left_75 {
padding-left: 75px !important;
}
.pd_left_80 {
padding-left: 80px !important;
}
.pd_left_85 {
padding-left: 85px !important;
}
.pd_left_90 {
padding-left: 90px !important;
}
.pd_left_95 {
padding-left: 95px !important;
}
.pd_left_100 {
padding-left: 100px !important;
}  .pd_right_5 {
padding-right: 5px !important;
}
.pd_right_10 {
padding-right: 10px !important;
}
.pd_right_15 {
padding-right: 15px !important;
}
.pd_right_20 {
padding-right: 20px !important;
}
.pd_right_25 {
padding-right: 25px !important;
}
.pd_right_30 {
padding-right: 30px !important;
}
.pd_right_35 {
padding-right: 35px !important;
}
.pd_right_40 {
padding-right: 40px !important;
}
.pd_right_45 {
padding-right: 45px !important;
}
.pd_right_50 {
padding-right: 50px !important;
}
.pd_right_55 {
padding-right: 55px !important;
}
.pd_right_60 {
padding-right: 60px !important;
}
.pd_right_65 {
padding-right: 65px !important;
}
.pd_right_70 {
padding-right: 70px !important;
}
.pd_right_75 {
padding-right: 75px !important;
}
.pd_right_80 {
padding-right: 80px !important;
}
.pd_right_85 {
padding-right: 85px !important;
}
.pd_right_90 {
padding-right: 90px !important;
}
.pd_right_95 {
padding-right: 95px !important;
}
.pd_right_100 {
padding-right: 100px !important;
}  .pd_bottom_5 {
padding-bottom: 5px;
}
.pd_bottom_10 {
padding-bottom: 10px;
}
.pd_bottom_15 {
padding-bottom: 15px;
}
.pd_bottom_20 {
padding-bottom: 20px;
}
.pd_bottom_25 {
padding-bottom: 25px;
}
.pd_bottom_30 {
padding-bottom: 10px;
}
.pd_bottom_35 {
padding-bottom: 35px;
}
.pd_bottom_40 {
padding-bottom: 40px;
}
.pd_bottom_45 {
padding-bottom: 45px;
}
.pd_bottom_50 {
padding-bottom: 50px;
}
.pd_bottom_55 {
padding-bottom: 55px;
}
.pd_bottom_60 {
padding-bottom: 30px;
}
.pd_bottom_65 {
padding-bottom: 65px;
}
.pd_bottom_70 {
padding-bottom: 70px;
}
.pd_bottom_75 {
padding-bottom: 75px;
}
.pd_bottom_80 {
padding-bottom: 0px;
}
.pd_bottom_85 {
padding-bottom: 85px;
}
.pd_bottom_90 {
padding-bottom: 90px;
}
.pd_bottom_95 {
padding-bottom: 95px;
}
.pd_bottom_100 {
padding-bottom: 100px;
}
.pd_bottom_110 {
padding-bottom: 110px;
}
.pd_bottom_120 {
padding-bottom: 120px !important;
}
.pd_bottom_130 {
padding-bottom: 130px !important;
}
.pd_bottom_140 {
padding-bottom: 140px !important;
}
.pd_bottom_150 {
padding-bottom: 150px !important;
}
.pd_bottom_160 {
padding-bottom: 160px !important;
}
.pd_bottom_170 {
padding-bottom: 170px !important;
}
.pd_bottom_180 {
padding-bottom: 180px !important;
}
.pd_bottom_190 {
padding-bottom: 190px !important;
}
.pd_bottom_200 {
padding-bottom: 200px !important;
}
.pd_bottom_210 {
padding-bottom: 2010px !important;
}
.pd_bottom_220 {
padding-bottom: 220px !important;
}
.pd_bottom_230 {
padding-bottom: 230px !important;
}
.pd_bottom_240 {
padding-bottom: 240px !important;
}
.pd_bottom_250 {
padding-bottom: 250px !important;
}
.pd_bottom_260 {
padding-bottom: 260px !important;
}
.pd_bottom_270 {
padding-bottom: 270px !important;
}
.pd_bottom_280 {
padding-bottom: 280px !important;
}
.pd_bottom_290 {
padding-bottom: 290px !important;
}
.pd_bottom_300 {
padding-bottom: 300px !important;
}  .mr_top_5 {
margin-top: 5px;
}
.mr_top_10 {
margin-top: 10px;
}
.mr_top_15 {
margin-top: 15px;
}
.mr_top_20 {
margin-top: 20px;
}
.mr_top_25 {
margin-top: 25px;
}
.mr_top_30 {
margin-top: 30px;
}
.mr_top_35 {
margin-top: 35px;
}
.mr_top_40 {
margin-top: 40px;
}
.mr_top_45 {
margin-top: 45px;
}
.mr_top_50 {
margin-top: 50px;
}
.mr_top_55 {
margin-top: 55px;
}
.mr_top_60 {
margin-top: 60px;
}
.mr_top_65 {
margin-top: 65px;
}
.mr_top_70 {
margin-top: 70px;
}
.mr_top_75 {
margin-top: 75px;
}
.mr_top_80 {
margin-top: 80px;
}
.mr_top_85 {
margin-top: 85px;
}
.mr_top_90 {
margin-top: 90px;
}
.mr_top_95 {
margin-top: 95px;
}
.mr_top_100 {
margin-top: 100px;
}
.mr_top_minus_40 {
margin-top: -40px;
}
.mr_top_minus_50 {
margin-top: -50px;
}
.mr_top_minus_60 {
margin-top: -60px;
}
.mr_top_minus_70 {
margin-top: -70px;
}
.mr_top_minus_80 {
margin-top: -80px;
}
.mr_top_minus_90 {
margin-top: -90px;
}
.mr_top_minus_100 {
margin-top: -100px;
}
.mr_top_minus_110 {
margin-top: -110px;
}
.mr_top_minus_120 {
margin-top: -120px;
}
.mr_top_minus_130 {
margin-top: -130px;
}
.mr_top_minus_140 {
margin-top: -140px;
}
.mr_top_minus_150 {
margin-top: -150px;
}
.mr_top_minus_160 {
margin-top: -160px;
}
.mr_top_minus_170 {
margin-top: -170px;
}
.mr_top_minus_320 {
margin-top: -320px;
}  .mr_right_5 {
margin-right: 5px;
}
.mr_right_10 {
margin-right: 10px;
}
.mr_right_15 {
margin-right: 15px;
}
.mr_right_20 {
margin-right: 20px;
}
.mr_right_25 {
margin-right: 25px;
}
.mr_right_30 {
margin-right: 30px;
}
.mr_right_35 {
margin-right: 35px;
}
.mr_right_40 {
margin-right: 40px;
}
.mr_right_45 {
margin-right: 45px;
}
.mr_right_50 {
margin-right: 50px;
}
.mr_right_55 {
margin-right: 55px;
}
.mr_right_60 {
margin-right: 60px;
}
.mr_right_65 {
margin-right: 65px;
}
.mr_right_70 {
margin-right: 70px;
}
.mr_right_75 {
margin-right: 75px;
}
.mr_right_80 {
margin-right: 80px;
}
.mr_right_85 {
margin-right: 85px;
}
.mr_right_90 {
margin-right: 90px;
}
.mr_right_95 {
margin-right: 95px;
}
.mr_right_100 {
margin-right: 100px;
}
.mr_right_minus_40 {
margin-right: -40px;
}
.mr_right_minus_50 {
margin-right: -50px;
}
.mr_right_minus_60 {
margin-right: -60px;
}
.mr_right_minus_70 {
margin-right: -70px;
}
.mr_right_minus_80 {
margin-right: -80px;
}
.mr_right_minus_90 {
margin-right: -90px;
}
.mr_right_minus_100 {
margin-right: -100px;
}
.mr_right_minus_110 {
margin-right: -110px;
}
.mr_right_minus_120 {
margin-right: -120px;
}
.mr_right_minus_130 {
margin-right: -130px;
}
.mr_right_minus_140 {
margin-right: -140px;
}
.mr_right_minus_150 {
margin-right: -150px;
}
.mr_right_minus_160 {
margin-right: -160px;
}
.mr_right_minus_170 {
margin-right: -170px;
}
.mr_right_minus_320 {
margin-right: -320px;
}  .mr_left_5 {
margin-left: 5px;
}
.mr_left_10 {
margin-left: 10px;
}
.mr_left_15 {
margin-left: 15px;
}
.mr_left_20 {
margin-left: 20px;
}
.mr_left_25 {
margin-left: 25px;
}
.mr_left_30 {
margin-left: 30px;
}
.mr_left_35 {
margin-left: 35px;
}
.mr_left_40 {
margin-left: 40px;
}
.mr_left_45 {
margin-left: 45px;
}
.mr_left_50 {
margin-left: 50px;
}
.mr_left_55 {
margin-left: 55px;
}
.mr_left_60 {
margin-left: 60px;
}
.mr_left_65 {
margin-left: 65px;
}
.mr_left_70 {
margin-left: 70px;
}
.mr_left_75 {
margin-left: 75px;
}
.mr_left_80 {
margin-left: 80px;
}
.mr_left_85 {
margin-left: 85px;
}
.mr_left_90 {
margin-left: 90px;
}
.mr_left_95 {
margin-left: 95px;
}
.mr_left_100 {
margin-left: 100px;
}
.mr_left_minus_40 {
margin-left: -40px;
}
.mr_left_minus_50 {
margin-left: -50px;
}
.mr_left_minus_60 {
margin-left: -60px;
}
.mr_left_minus_70 {
margin-left: -70px;
}
.mr_left_minus_80 {
margin-left: -80px;
}
.mr_left_minus_90 {
margin-left: -90px;
}
.mr_left_minus_100 {
margin-left: -100px;
}
.mr_left_minus_110 {
margin-left: -110px;
}
.mr_left_minus_120 {
margin-left: -120px;
}
.mr_left_minus_130 {
margin-left: -130px;
}
.mr_left_minus_140 {
margin-left: -140px;
}
.mr_left_minus_150 {
margin-left: -150px;
}
.mr_left_minus_160 {
margin-left: -160px;
}
.mr_left_minus_170 {
margin-left: -170px;
}
.mr_left_minus_320 {
margin-left: -320px;
}  .mr_bottom_5 {
margin-bottom: 5px;
}
.mr_bottom_10 {
margin-bottom: 10px;
}
.mr_bottom_15 {
margin-bottom: 15px;
}
.mr_bottom_20 {
margin-bottom: 20px;
}
.mr_bottom_25 {
margin-bottom: 25px;
}
.mr_bottom_30 {
margin-bottom: 30px;
}
.mr_bottom_35 {
margin-bottom: 35px;
}
.mr_bottom_40 {
margin-bottom: 40px;
}
.mr_bottom_45 {
margin-bottom: 45px;
}
.mr_bottom_50 {
margin-bottom: 50px;
}
.mr_bottom_55 {
margin-bottom: 55px;
}
.mr_bottom_60 {
margin-bottom: 60px;
}
.mr_bottom_65 {
margin-bottom: 65px;
}
.mr_bottom_70 {
margin-bottom: 70px;
}
.mr_bottom_75 {
margin-bottom: 75px;
}
.mr_bottom_80 {
margin-bottom: 80px;
}
.mr_bottom_85 {
margin-bottom: 85px;
}
.mr_bottom_90 {
margin-bottom: 90px;
}
.mr_bottom_95 {
margin-bottom: 95px;
}
.mr_bottom_100 {
margin-bottom: 100px;
}
.mr_bottom_minus_90 {
margin-bottom: -90px;
}
.mr_bottom_minus_100 {
margin-bottom: -100px;
}
.mr_bottom_minus_110 {
margin-bottom: -110px;
}
.mr_bottom_minus_140 {
margin-bottom: -140px;
}
.mr_bottom_minus_150 {
margin-bottom: -150px;
}
.mr_bottom_minus_200 {
margin-bottom: -200px;
}
.margin_extra {
margin: -47px -178px -330px 0px !important;
}  @media (max-width: 992px) {
.mr_md_top_zero {
margin-top: 0px !important;
}
.mr_md_zero {
margin: 0px !important;
}
.md_pd_left_zero {
padding-left: 0 !important;
}
.md_pd_right_zero {
padding-right: 0 !important;
}
.md_pd_left_15 {
padding-left: 15px !important;
}
.md_pd_right_15 {
padding-right: 15px !important;
}
}   .bg_op_1 {
background-repeat: no-repeat !important;
background-position: center !important;
background-size: cover !important;
}
.bg_op_2 {
background-repeat: no-repeat !important;
background-position: top !important;
background-size: contain !important;
}
.bg_op_3 {
background-repeat: no-repeat !important;
background-position: top !important;
}
.bg_pattern_2 {
background-position: bottom left !important;
background-repeat: no-repeat !important;
background-size: 68% auto !important;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s !important;
}
.bg_pattern_3 {
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: 55vw auto !important;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s !important;
}  .height_200px, .height_200 {
height: 200px !important;
}
.height_210px, .height_210 {
height: 210px !important;
}
.height_220px, .height_220 {
height: 220px !important;
}
.height_230px, .height_230 {
height: 230px !important;
}
.height_235px, .height_235 {
height: 235px !important;
}
.height_240px, .height_240 {
height: 240px !important;
}
.height_250px, .height_250 {
height: 250px !important;
}
.height_260px, .height_260 {
height: 260px !important;
}
.height_264px, .height_264 {
height: 264px !important;
}
.height_350px, .height_350 {
height: 350px !important;
}
.height_360px, .height_360 {
height: 360px !important;
}
.height_400px, .height_400 {
height: 400px !important;
}
.height_500px, .height_500 {
height: 500px !important;
}
.height_510px, .height_510 {
height: 510px !important;
}
.height_530px, .height_530 {
height: 530px !important;
}
.height_540px, .height_540 {
height: 540px !important;
}
.height_550, .height_550px {
height: 550px !important;
}
.height_560px, .height_560 {
height: 560px !important;
}
.height_570px, .height_570 {
height: 570px !important;
}
.height_580px, .height_580 {
height: 580px !important;
}
.height_590px, .height_590 {
height: 590px !important;
}
.height_600px, .height_600 {
height: 600px !important;
}  .z_99 {
z-index: 99;
}  .image_fit {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
-o-object-position: center;
object-position: center;
height: 100%;
}  .rounded_radius {
border-radius: 30px;
}
.rounded_bottom_right_30, .rbr_30 {
border-bottom-right-radius: 30px !important;
}
.rounded_bottom_left_30, .rbl_30 {
border-bottom-left-radius: 30px !important;
}
.rounded_top_left_30, .rtl_30 {
border-top-left-radius: 30px !important;
}
.rounded_top_right_30, .rtr_30 {
border-top-right-radius: 30px !important;
}
.rounded_bottom_right_0, .rbr_0 {
border-bottom-right-radius: 0px !important;
}
.rounded_bottom_left_0, .rbl_0 {
border-bottom-left-radius: 0px !important;
}
.rounded_top_left_0, .rtl_0 {
border-top-left-radius: 0px !important;
}
.rounded_top_right_0, .rtr_0 {
border-top-right-radius: 0px !important;
}
.border_solid_2px {
border: 2px solid rgba(0, 0, 0, 0.0392156863);
}  .float-unset {
float: unset !important;
}  .font_20 {
font-size: 20px !important;
line-height: 32px !important;
}
.font_24 {
font-size: 24px !important;
line-height: 36px !important;
}
.font_30 {
font-size: 30px !important;
line-height: 42px !important;
}
.font_70 {
font-size: 70px !important;
line-height: 80px !important;
} @media (max-width: 992px) {
.d_md_none {
display: none;
}
} :root {
--creote-family-one: "Spartan", sans-serif!important;
--creote-family-two: "Inter", sans-serif!important;
--primary-color-one: #078586;
--primary-color-two: #282f3b;
--primary-color-three: #f0f3f9;
--color-white:#fff;
--primary-color-four:#fafcff;
--primary-color-five: #1f2530;
--text-color-dark: #4a4e56;
--text-color-dark-two: #888888;
--text-color-light: #aaafb8;
--heading-dark: #282f3b;
--link-color-dark: #282f3b;
--border-color-dark: #e4e7ee;
--border-color-dark-two:#373e4a;
--border-color-light: #fbfcfe;
--menu-color: #282f3b;
--menu-color-white: #ffffff;
--menu-dropdown-color: #282f3b;
--menu-active-color: #078586;
--box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
--box-shadow-two: 0px 3px 16px 0px rgba(0 , 0 , 0 , .05);
--footer-default-bgcolor: #1f2530;
--preloader-background-color: #078586;
--bg-light-color-one:#F0F3F947;
--bg-light-color-two:#F0F3F969;
}
.color_white {
color: #fff !important;
}
.color_dark {
color: var(--heading-dark) !important;
} .bg_light_1 {
background: var(--primary-color-three) !important;
}
.bg_light_2 {
background: var(--bg-light-color-one) !important;
}
.bg_light_3 {
background: var(--bg-light-color-two) !important;
}  .bg_dark_1 {
background: #00489a !important;
}
.bg_dark_2 {
background: var(--primary-color-two) !important;
}
.bg_dark_3 {
background: var(--primary-color-five) !important;
}  .divider_1 {
border-bottom: 1px solid var(--border-color-dark);
}
.divider_2 {
border-bottom: 1px dashed var(--border-color-dark);
}
.divider_w_1 {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}  .border_l {
border-left: 1px solid var(--border-color-dark);
}
.border_r {
border-right: 1px solid var(--border-color-dark);
}
.border_t {
border-top: 1px solid var(--border-color-dark);
}
.border_b {
border-bottom: 1px solid var(--border-color-dark);
}
.border_light_color {
border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.border_l_0 {
border-left: 0px !important;
}
.border_r_0 {
border-right: 0px !important;
}
.border_t_0 {
border-top: 0px !important;
}
.border_b_0 {
border-bottom: 0px !important;
}  .box_shadow_2 {
box-shadow: var(--box-shadow-two);
}  body {
font-family: var(--creote-family-two);
font-size: 16px;
color: #444;
font-weight: 400;
background: #ffffff;
width: 100%;
height: 100%;
-webkit-font-smoothing: antialiased !important;
-moz-font-smoothing: antialiased !important;
-o-font-smoothing: antialiased !important;
-ms-font-smoothing: antialiased !important;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
img {
max-width: 100%;
height: auto;
}
ul {
padding-left: 17px;
}
.page_wapper {
position: relative;
}
.page_wapper #wrapper_full {
overflow: hidden;
}
.footer_sticky_body .content_all_warpper {
position: relative;
z-index: 99999;
}
.fancybox-container {
z-index: 99999999;
}
.admin-bar .fixed-header .sticky_header_main {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .fixed-header .sticky_header_main {
top: 0px;
}
}
.single-service.right-sidebar .content-area article.col-lg-12.service,
.single-service.left-sidebar .content-area article.col-lg-12.service {
padding-left: 7px;
padding-right: 7px;
}
@media (max-width: 992px) {
body.home .page_header_default {
padding: 50px 0px;
min-height: auto;
}
}
.no-results.not-found .header {
padding: 0px !important;
box-shadow: unset !important;
}
.row {
--bs-gutter-x: 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 {
padding-right: 15px;
padding-left: 15px;
}
h1 a,
h1,
h2 a,
h2,
h3 a,
h3,
h4 a,
h4,
h5 a,
h5,
h6 a,
h6 {
font-weight: 700;
margin: 0;
color: var(--primary-color-two);
font-family: var(--creote-family-one);
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
word-break: break-word;
}
.h1,
h1 {
line-height: 54px;
}
.h2,
h2 {
line-height: 44px;
}
.h3,
h3 {
line-height: 38px;
}
.h4,
h4 {
line-height: 34px;
}
.h5,
h5 {
line-height: 30px;
}
.h6,
h6 {
line-height: 26px;
}
p {
font-size: 16px;
line-height: 26px;
font-family: var(--creote-family-two);
font-weight: 400;
margin-bottom: 15px;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
input,
input[type=text],
input[type=email],
input[type=number],
textarea,
select {
position: relative;
height: 56px;
line-height: 26px;
border-radius: 5px;
border: 1px solid var(--border-color-dark);
width: 100%;
padding: 4px 15px 0px 15px;
display: block;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
margin-bottom: 20px;
color: var(--text-color-dark);
}
input::-moz-placeholder {
color: var(--text-color-dark);
}
input::placeholder {
color: var(--text-color-dark);
}
textarea {
height: 150px;
padding: 20px 20px;
}
input[type=checkbox],
input[type=radio] {
width: auto;
height: auto;
margin: 0px;
display: inline-block;
padding: 0px;
}
input:focus,
textarea:focus,
select:focus,
input:active,
textarea:active,
select:active {
outline: 0px;
border-color: #00489a;
}
body input[type=submit], body button[type=submit] {
position: relative;
display: inline-block;
min-width: 160px;
min-height: 60px;
font-size: 12px;
line-height: 60px;
padding: 0px 20px;
border-radius: 10px 0px 10px 0px;
border: 1px solid var(--border-color-one);
background: #00489a;
font-family: var(--creote-family-one);
color: #fff;
font-weight: 600;
text-transform: uppercase;
}
@media (min-width: 1200px) {
.container {
max-width: 1400px;
padding: 0px 15px;
}
}
.container-fluid {
padding: 0px;
}
.full-container {
position: static;
max-width: 1800px;
padding: 0px 15px;
margin: 0 auto;
}
.large-container {
position: static;
max-width: 1480px;
padding: 0px 15px;
margin: 0 auto;
}
.medium-container {
position: static;
max-width: 1350px;
padding: 0px 15px;
margin: 0 auto;
}
.default-container {
position: static;
max-width: 1280px;
padding: 0px 15px;
margin: 0 auto;
}
.auto-container,
.auto_container {
position: static;
max-width: 1200px;
padding: 0px 15px;
margin: 0 auto;
}
.small-container {
max-width: 680px;
margin: 0 auto;
}
a {
text-decoration: none;
cursor: pointer;
color: #00489a;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
}
a:hover {
color: #00489a;
}
#wrapper,
#content {
width: 100%;
height: 100%;
}
.elementor-column {
min-height: 0px !important;
}
ul li,
ol li {
margin-bottom: 5px;
} .vc_custom_r_s .container-fluid {
padding: 0px;
}
.header_area .vc_column-inner {
padding: 0px !important;
} body.error404 .right-sidebar .content-area,
body.error404 .left-sidebar .content-area {
display: none;
}
.project-template-template-fullwidth article.col-lg-12 {
padding: 0px;
}
.single-post .sec_comments .col-lg-12 {
padding: 0px;
} .preloader-wrap {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 999999;
}
.preloader-wrap::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: #ffffff;
}
.preloader-wrap .preloader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 999;
background-position: center center;
background-repeat: no-repeat;
}
.preloader-close {
position: fixed;
z-index: 999999;
color: var(--preloader-background-color);
cursor: pointer;
right: 20px;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
top: 20px;
font-weight: 600;
border-radius: 50px;
background: #fff;
box-shadow: var(--box-shadow);
} .page_header_default {
position: relative;
min-height: 320px;
padding: 130px 0px 100px;
overflow: hidden;
align-items: center;
}
.page_header_default::before {
position: absolute;
content: "";
top: 0;
right: 0;
left: 0;
bottom: 0;
background: var(--primary-color-two);
opacity: 0.85;
z-index: 1;
}
.page_header_default .parallax_cover {
position: absolute;
top: 0;
min-height: 485px;
height: 100%;
width: 100%;
left: 0;
}
.page_header_default .parallax_cover img {
max-width: 100%;
height: 100% !important;
width: 100% !important;
-o-object-fit: cover;
object-fit: cover;
margin-bottom: 0px;
}
.page_header_default .page_header_content {
position: relative;
z-index: 3;
text-align: center;
}
.page_header_default .page_header_content .banner_title_inner {
position: relative;
margin-bottom: 20px;
}
.page_header_default .page_header_content .banner_title_inner .title_page {
color: #fff;
font-size: 40px;
line-height: 70px;
font-weight: 700;
font-family: var(--creote-family-one);
}
@media (max-width: 1400px) {
.page_header_default .simpleParallax {
position: absolute;
top: 0;
height: 100%;
bottom: 0;
right: 0;
width: 100%;
left: 0;
}
}
@media (max-width: 1200px) {
.page_header_default::after {
display: none;
}
}
.breadcrumbs {
position: relative;
display: inline-block;
}
.breadcrumbs ul {
position: relative;
padding: 0;
}
.breadcrumbs ul li {
margin-right: 30px;
color: #fff;
position: relative;
font-family: var(--creote-family-one);
font-size: 12px;
line-height: 18px;
font-weight: 600;
text-transform: uppercase;
}
.breadcrumbs ul li a {
color: rgba(255, 255, 255, 0.7);
position: relative;
text-decoration: none;
font-family: var(--creote-family-one);
font-size: 12px;
line-height: 18px;
text-transform: uppercase;
padding-right: 30px;
}
.breadcrumbs ul li a:before {
position: absolute;
content: "\f105";
font-family: "FontAwesome";
right: 11px;
top: -4px;
color: rgba(255, 255, 255, 0.7);
font-size: 14px;
}
.breadcrumbs ul li a:last-child {
padding-right: 0px;
}
.breadcrumbs ul li a:last-child:before {
display: none;
}
.breadcrumbs ul li:before {
position: absolute;
content: "\f105";
font-family: "FontAwesome";
right: -19px;
top: -2px;
color: rgba(255, 255, 255, 0.7);
font-size: 14px;
}
.breadcrumbs ul li:last-child {
margin-right: 0;
}
.breadcrumbs ul li:last-child::before {
display: none;
}
.home.blog .page_header_default {
padding: 210px 0px 100px;
}
.home.blog .page_header_default .banner_title_inner {
margin: 0;
}
.home.blog .page_header_default .banner_title_inner h1 {
margin: 0px;
}
.blog_single_pageheader.page_header_default {
padding: 0px;
}
.blog_single_pageheader.page_header_default .page_header_content {
padding: 100px 0px 60px;
}
.blog_single_pageheader.page_header_default .page_header_content .banner_title_inner .date span {
color: #fff;
font-family: var(--creote-family-one);
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
line-height: 20px;
display: block;
margin-bottom: 15px;
}
.blog_single_pageheader.page_header_default .meta_blog_single {
position: relative;
z-index: 3;
text-align: inherit;
padding-bottom: 25px;
}
.blog_single_pageheader.page_header_default .meta_blog_single .left_side {
position: relative;
padding-top: 30px;
float: left;
}
.blog_single_pageheader.page_header_default .meta_blog_single .left_side .category,
.blog_single_pageheader.page_header_default .meta_blog_single .left_side .comments {
position: relative;
margin-right: 15px;
display: inline-block;
color: #fff;
}
.blog_single_pageheader.page_header_default .meta_blog_single .left_side .category a,
.blog_single_pageheader.page_header_default .meta_blog_single .left_side .category span,
.blog_single_pageheader.page_header_default .meta_blog_single .left_side .comments a,
.blog_single_pageheader.page_header_default .meta_blog_single .left_side .comments span {
color: #fff;
font-family: var(--creote-family-one);
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
line-height: 20px;
}
.blog_single_pageheader.page_header_default .meta_blog_single .left_side .category i,
.blog_single_pageheader.page_header_default .meta_blog_single .left_side .comments i {
display: inline-block;
font-size: 16px;
color: #00489a;
margin-right: 6px;
}
.blog_single_pageheader.page_header_default .meta_blog_single .right_side {
position: relative;
float: right;
}
.blog_single_pageheader.page_header_default .meta_blog_single .right_side .content_box_auht {
position: relative;
}
.blog_single_pageheader.page_header_default .meta_blog_single .right_side .content_box_auht .authour_content {
position: relative;
margin-right: 10px;
text-align: right;
padding: 10px 0px 0px;
}
.blog_single_pageheader.page_header_default .meta_blog_single .right_side .content_box_auht .authour_content h6 {
color: #fff;
font-family: var(--creote-family-one);
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
line-height: 20px;
margin-bottom: 5px;
}
.blog_single_pageheader.page_header_default .meta_blog_single .right_side .content_box_auht .authour_content h4 {
color: #fff;
font-family: var(--creote-family-one);
font-weight: 700;
font-size: 14px;
line-height: 22px;
}
.blog_single_pageheader.page_header_default .meta_blog_single .right_side .content_box_auht .authour_image {
position: relative;
width: 60px;
height: 60px;
overflow: hidden;
border-radius: 50%;
}
.blog_single_pageheader.page_header_default .meta_blog_single .right_side .content_box_auht .authour_image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media (max-width: 992px) {
.page_header_default {
padding: 100px 0px;
min-height: auto;
}
.home.blog .page_header_default {
padding: 100px 0px;
min-height: auto;
}
.page_header_default .parallax_cover {
min-height: 100%;
}
.page_header_default .page_header_content .banner_title_inner h1 {
font-size: 45px;
line-height: 55px;
}
}
@media (max-width: 768px) {
.page_header_default .page_header_content .banner_title_inner h1 {
font-size: 35px;
line-height: 45px;
}
} .blog_single_details_outer {
position: relative;
}
.blog_single_details_outer .single_content_upper {
position: relative;
padding-bottom: 40px;
margin-bottom: 40px;
border-bottom: 1px solid var(--border-color-dark);
} .logged-in-as {
margin-bottom: 10px;
}
.sec_comments {
position: relative;
margin-top: 50px;
}
.sec_comments .comment_box {
position: relative;
padding: 50px 40px;
border-radius: 10px;
border: 1px solid var(--border-color-dark);
margin-bottom: 60px;
}
.sec_comments .comment_box .title_commnt {
position: relative;
}
.sec_comments .comment_box .title_commnt h2 a {
margin-bottom: 20px;
font-size: 26px;
display: block;
line-height: 32px;
font-weight: 700;
color: var(--primary-color-two);
font-family: var(--creote-family-one);
}
.sec_comments .comment_box .comment-list {
position: relative;
padding: 0px;
margin: 0px;
}
.sec_comments .comment_box .comment-list li.comment {
list-style: none;
padding-bottom: 20px;
margin-bottom: 40px;
position: relative;
border-bottom: 1px solid var(--border-color-dark);
}
.sec_comments .comment_box .comment-list li.comment .media {
position: relative;
margin-left: 80px;
}
.sec_comments .comment_box .comment-list li.comment .media img {
position: absolute;
width: 60px;
height: 60px;
left: -80px;
top: 5px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
}
.sec_comments .comment_box .comment-list li.comment .media .comment-text {
position: relative;
}
.sec_comments .comment_box .comment-list li.comment .media .comment-text h3 {
position: relative;
font-size: 18px;
display: block;
line-height: 28px;
font-weight: 700;
color: var(--primary-color-two);
font-family: var(--creote-family-one);
margin: 15px 0px;
}
.sec_comments .comment_box .comment-list li.comment .media .comment-text h1,
.sec_comments .comment_box .comment-list li.comment .media .comment-text h2,
.sec_comments .comment_box .comment-list li.comment .media .comment-text h4,
.sec_comments .comment_box .comment-list li.comment .media .comment-text h5,
.sec_comments .comment_box .comment-list li.comment .media .comment-text h6 {
margin: 15px 0px;
}
.sec_comments .comment_box .comment-list li.comment .media .comment-text .date {
position: absolute;
right: 0;
font-size: 12px;
font-weight: 600;
color: #00489a;
font-family: var(--creote-family-one);
text-transform: uppercase;
top: 7px;
}
.sec_comments .comment_box .comment-list li.comment .media .comment-text .reply {
position: relative;
}
.sec_comments .comment_box .comment-list li.comment .media .comment-text .reply p {
display: inline-block;
margin-right: 15px;
font-size: 12px;
font-weight: 600;
color: #00489a;
font-family: var(--creote-family-one);
text-transform: uppercase;
}
.sec_comments .comment_box .comment-list li.comment:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: 0px;
}
.sec_comments .comment_box .comment-list li.comment .children li {
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: 0px;
padding-top: 40px;
margin-top: 20px;
border-top: 1px solid var(--border-color-dark);
}
.sec_comments .comment_box .comment-list li.comment .children li:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
}
.sec_comments .comment_box .comment-list ul li,
.sec_comments .comment_box .comment-list ol li {
border: 0px;
padding-bottom: 5px;
margin-bottom: 0px;
}
.sec_comments .comment-respond {
position: relative;
margin-top: 20px;
}
.sec_comments .comment-respond .title_para {
padding-bottom: 15px;
}
.sec_comments .comment-respond .comment-reply-title {
font-size: 26px;
display: block;
line-height: 32px;
font-weight: 700;
color: var(--heading-dark);
font-family: var(--creote-family-one);
}
.sec_comments .comment-respond .comment-reply-title small {
margin: 5px 0px;
display: block;
}
.sec_comments .comment-respond .comment-reply-title small a {
font-size: 16px;
color: #00489a;
}
.sec_comments .comment-respond form label {
position: relative;
display: block;
margin-bottom: 10px;
}
.sec_comments .comment-respond form .custom-checkbox label {
display: inline-block;
margin-left: 5px;
}
.sec_comments .comment-respond form .comment-form-author,
.sec_comments .comment-respond form .comment-form-email {
width: 50%;
float: left;
}
.sec_comments .custom-control.custom-checkbox {
position: relative;
margin-bottom: 20px;
}
@media (min-width: 992px) {
.comment-form-author {
padding-right: 15px;
}
.comment-form-email {
padding-left: 15px;
}
}
.previouse_next_post {
position: relative;
}
.previouse_next_post ul {
position: relative;
margin: 0px;
padding: 0px;
}
.previouse_next_post ul li {
position: relative;
width: 50%;
float: left;
margin: 0px;
list-style: none;
padding-top: 0px;
padding-bottom: 0px;
}
.previouse_next_post ul li:first-child {
padding-right: 15px !important;
padding-left: 0px !important;
}
.previouse_next_post ul li:last-child {
padding-right: 0px;
padding-left: 15px;
}
.previouse_next_post .text p {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: var(--text-color-dark);
font-family: var(--creote-family-one);
margin-bottom: 8px;
}
.previouse_next_post .text h2 a {
font-size: 16px;
line-height: 28px;
font-weight: 700;
text-transform: capitalize;
color: var(--heading-dark);
font-family: var(--creote-family-one);
display: block;
}
.previouse_next_post .prev_post {
padding: 30px;
border-radius: 10px;
position: relative;
border: 1px solid var(--border-color-dark);
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
}
.previouse_next_post .prev_post .text {
position: relative;
margin-left: 65px;
}
.previouse_next_post .prev_post a.arrow {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 0px 10px 0px 10px;
border: 1px solid var(--border-color-dark);
display: block;
left: 30px;
top: 0px;
bottom: 0;
margin: auto;
background: #fff;
text-align: center;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
}
.previouse_next_post .prev_post a.arrow i {
transform: rotate(180deg);
display: block;
position: absolute;
right: 0;
bottom: 15px;
left: 0;
margin: auto;
}
.previouse_next_post .prev_post:hover {
border-color: #00489a;
}
.previouse_next_post .prev_post:hover a.arrow {
color: #fff;
border-color: #00489a;
background: #00489a;
}
.previouse_next_post .next_post {
padding: 30px;
position: relative;
border-radius: 10px;
border: 1px solid var(--border-color-dark);
text-align: right;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
}
.previouse_next_post .next_post a.arrow {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 10px 0px 10px 0px;
border: 1px solid var(--border-color-dark);
display: block;
right: 30px;
top: 0px;
bottom: 0;
margin: auto;
background: #fff;
text-align: center;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
}
.previouse_next_post .next_post a.arrow i {
position: absolute;
top: 16px;
right: 0;
display: block;
left: 0;
margin: auto;
}
.previouse_next_post .next_post .text {
position: relative;
margin-right: 65px;
}
.previouse_next_post .next_post:hover {
border-color: #00489a;
}
.previouse_next_post .next_post:hover a.arrow {
color: #fff;
border-color: #00489a;
background: #00489a;
} .tags_and_share {
position: relative;
}
.tags_and_share.yes_share .share_content {
margin-bottom: 35px;
}
.tags_and_share.yes_tags .tags_content {
margin-bottom: 35px;
}
.tags_and_share .d-flex .tags_content,
.tags_and_share .d-flex .share_content {
position: relative;
min-width: 50%;
}
.tags_and_share .d-flex .tags_content .title,
.tags_and_share .d-flex .share_content .title {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: var(--text-color-dark);
font-family: var(--creote-family-one);
margin-bottom: 8px;
}
.tags_and_share .d-flex .share_content {
text-align: right;
}
.tags_and_share .d-flex .share_content button {
position: relative;
display: inline-block;
width: 40px;
height: 40px;
line-height: 38px;
color: var(--text-color-dark);
background: #fff;
border-radius: 50px;
border: 1px solid var(--border-color-dark);
text-align: center;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
}
.tags_and_share .d-flex .share_content button:hover {
border-radius: 10px 0px 10px 0px;
color: #fff;
border-color: #00489a;
background: #00489a;
}
.tags_and_share .d-flex .box_tags_psot .btn {
position: relative;
display: inline-block;
margin-right: 5px;
padding: 2px 20px 0px;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
color: var(--text-color-dark);
font-family: var(--creote-family-one);
border: 1px solid var(--border-color-dark);
border-radius: 5px;
line-height: 30px;
margin: 0;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
margin-bottom: 5px;
}
.tags_and_share .d-flex .box_tags_psot .btn:hover {
color: #fff;
border-color: #00489a;
background: #00489a;
}
.tags_and_share .d-flex .box_tags_psot .btn:focus, .tags_and_share .d-flex .box_tags_psot .btn:active, .tags_and_share .d-flex .box_tags_psot .btn:hover {
outline: 0px;
box-shadow: 0px 0px 0px 0px !important;
}
.tags_and_share.yes_share .share_content {
min-width: 100%;
text-align: left;
}
.tags_and_share.yes_share.yes_tags .share_content {
min-width: 50%;
text-align: right;
} .prgoress_indicator {
position: fixed;
right: 50px;
bottom: 75px;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
border-radius: 50px;
box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
z-index: 10000;
opacity: 0;
visibility: hidden;
transform: translateY(15px);
transform: translateY(15px) !important;
transition: all 200ms linear !important;
}
.prgoress_indicator.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0) !important;
}
.prgoress_indicator::after {
position: absolute;
content: "\f106";
font-family: "FontAwesome";
text-align: center;
line-height: 46px;
font-size: 18px;
color: #00489a;
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
font-weight: 900;
z-index: 1;
transition: all 200ms linear !important;
}
.prgoress_indicator::before {
position: absolute;
content: "\f106";
font-family: "FontAwesome";
text-align: center;
line-height: 46px;
font-size: 18px;
font-weight: 900;
opacity: 0;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 2;
transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
color: #00489a;
}
.prgoress_indicator:hover ::before {
opacity: 1;
}
.prgoress_indicator svg path {
fill: none;
}
.prgoress_indicator svg.progress-circle path {
stroke: #00489a;
stroke-width: 4;
box-sizing: border-box;
transition: all 200ms linear !important;
}
.footer_sticky_body .prgoress_indicator {
z-index: 99999999;
}
body.blog .extra_tit, body.archive .extra_tit {
display: none;
}
body.blog .enabled_custom_title .title_page .main_tit, body.archive .enabled_custom_title .title_page .main_tit {
display: block;
}
body .enabled_custom_title .title_page .main_tit {
display: none;
} .application_button {
display: inline-block;
padding: 0px 25px;
border-radius: 10px 0px 10px 0px;
background: #00489a;
color: #fff;
border: 1px solid #00489a;
line-height: 56px;
font-family: var(--creote-family-one);
min-height: 56px;
min-width: 160px;
font-weight: 600;
font-size: 15px;
text-align: center;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.application_button:hover {
background: #fff;
color: #00489a;
border-radius: 0px 10px 0px 10px;
}
.theme-btn {
position: relative;
font-family: var(--creote-family-one);  }
.theme-btn.one {
display: inline-block;
padding: 0px 25px;
border-radius: 10px 0px 10px 0px;
background: #00489a;
color: #fff;
border: 1px solid #00489a;
line-height: 56px;
min-height: 56px;
min-width: 160px;
font-weight: 600;
font-size: 15px;
text-align: center;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.theme-btn.one:hover {
background: #fff;
color: #00489a;
border-radius: 0px 10px 0px 10px;
}
.theme-btn.two {
display: inline-block;
padding: 0px 25px;
border-radius: 10px 0px 10px 0px;
background: transparent;
color: #00489a;
border: 1px solid #00489a;
line-height: 56px;
min-height: 56px;
min-width: 160px;
text-align: center;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
font-weight: 600;
font-size: 15px;
}
.theme-btn.two:hover {
background: #00489a;
color: #fff;
border-radius: 0px 10px 0px 10px;
}
.theme-btn.three {
display: inline-block;
padding: 0px 25px;
border-radius: 30px;
background: #00489a;
color: #fff;
line-height: 56px;
min-height: 56px;
min-width: 160px;
text-align: center;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
overflow: hidden;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
z-index: 0;
border: unset !important;
}
.theme-btn.three::before {
position: absolute;
content: "";
width: 50%;
height: 100%;
left: -100%;
top: 0;
bottom: 0;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
background: var(--primary-color-two);
z-index: -1;
}
.theme-btn.three::after {
position: absolute;
content: "";
width: 50%;
height: 100%;
right: -100%;
top: 0;
bottom: 0;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
background: var(--primary-color-two);
z-index: -1;
}
.theme-btn.three:hover {
color: #fff;
}
.theme-btn.three:hover::after {
right: 0;
}
.theme-btn.three:hover::before {
left: 0;
}
.theme-btn.four {
position: relative;
display: inline-block;
font-size: 12px;
line-height: 22px;
color: var(--heading-dark);
text-transform: uppercase;
background: none !important;
font-family: var(--creote-family-one);
font-weight: 600;
}
.theme-btn.four i {
position: relative;
top: 2px;
font-size: 18px;
left: 5px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.theme-btn.four:hover {
color: #00489a;
background: none !important;
}
.theme-btn.four:hover i {
left: 10px;
}
.theme-btn.five {
font-size: 12px;
position: relative;
text-align: center !important;
color: #fff;
background: #00489a;
display: inline-block;
min-width: 180px;
height: 56px;
padding: 0px 18px;
line-height: 60px !important;
font-weight: 600;
transition: all 0.5s ease;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
text-transform: uppercase;
border-radius: 5px;
}
.theme-btn.five i {
position: relative;
top: 2px;
font-size: 18px;
left: 5px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.theme-btn.five:hover {
background: var(--primary-color-two);
color: #fff;
}
.theme-btn.five:hover i {
left: 10px;
}
.theme-btn.color_white {
color: #fff !important;
border-color: #fff !important;
background: transparent !important;
}
.theme-btn.color_white_1 {
color: var(--heading-dark) !important;
border-color: #fff !important;
background: #fff !important;
}
.theme_btn_all {
position: relative;
}
.theme_btn_all.color_two a {
background: var(--primary-color-two);
border-color: var(--primary-color-two);
color: #fff;
}
.theme_btn_all.color_two a:hover {
background: #fff;
color: #00489a;
}
.theme_btn_all.color_two a.two {
background: transparent;
border-color: var(--primary-color-two);
color: var(--primary-color-two);
}
.theme_btn_all.color_two a.two:hover {
background: var(--primary-color-two);
color: #fff;
} .top_bar {
position: relative;
background: var(--primary-color-two);
}
.top_bar .top_inner {
display: table;
width: 100%;
}
.top_bar .top_inner .common_css {
display: table-cell;
vertical-align: top;
line-height: 50px;
}
.top_bar .top_inner .common_css .contntent {
position: relative;
display: inline-block;
margin-left: 25px;
margin-right: 25px;
vertical-align: top;
}
.top_bar .top_inner .common_css .contntent i {
position: absolute;
left: -25px;
top: 0;
color: #00489a;
margin-right: 5px;
bottom: 0;
margin: auto;
font-size: 16px;
line-height: 16px;
height: 16px;
}
.top_bar .top_inner .common_css .contntent .text {
position: relative;
}
.top_bar .top_inner .common_css .contntent .text small {
font-size: 15px;
color: #fff;
margin-right: 5px;
}
.top_bar .top_inner .common_css .contntent .text span, .top_bar .top_inner .common_css .contntent .text a {
font-size: 15px;
color: var(--text-color-light);
}
.top_bar .top_inner .common_css .contntent .text span i, .top_bar .top_inner .common_css .contntent .text a i {
position: relative;
margin-left: 9px !important;
top: inherit;
right: inherit;
left: inherit;
margin: inherit;
height: auto;
font-size: 13px;
color: var(--text-color-light);
}
.top_bar .top_inner .common_css .contntent:last-child {
margin-right: 0px;
}
.top_bar .top_inner .right_side {
float: right;
}
.top_bar.style_two {
position: relative;
background: #00489a;
display:none !important;
}
.top_bar.style_two .auto-container {
max-width: 1400px;
}
.top_bar.style_two .top_inner .common_css .cbutton {
top: 8px;
margin: 0px;
}
.top_bar.style_two .top_inner .common_css .cbutton a {
background: rgba(255, 255, 255, 0.1);
min-height: 35px;
color: #fff;
line-height: 35px;
display: inline-block;
text-transform: inherit;
font-weight: 400;
font-size: 14px;
}
.top_bar.style_two .top_inner .common_css .media small {
font-size: 12px;
text-transform: uppercase;
}
.top_bar.style_two .top_inner .common_css .media small, .top_bar.style_two .top_inner .common_css .media i {
margin-right: 10px;
position: relative;
top: inherit;
left: inherit;
right: inherit;
bottom: inherit;
color: #fff !important;
}
.top_bar.style_two .top_inner .common_css .media a:last-child small, .top_bar.style_two .top_inner .common_css .media a:last-child i {
margin-right: 0px;
}
.top_bar.style_two .top_inner .common_css i {
color: #fff;
font-size: 13px;
}
.top_bar.style_two .top_inner .common_css .text small {
color: #fff;
}
.top_bar.style_two .top_inner .common_css .text span, .top_bar.style_two .top_inner .common_css .text a {
color: #fff;
}
.header_boxed.style_four .top_bar .top_inner .common_css .contntent i {
color: #fff;
}
.header_boxed.style_four .top_bar .top_inner .common_css .contntent .text span, .header_boxed.style_four .top_bar .top_inner .common_css .contntent .text a {
color: #fff !important;
opacity: 0.8;
}
.header_boxed.style_four .top_bar .top_inner .right_side .contntent {
margin-left: 0px;
}
.header_boxed.style_four .top_bar .top_inner .right_side .contntent.button a i {
color: var(--heading-dark);
right: unset;
left: 5px;
}
.header_boxed.style_four .top_bar .top_inner .common_css .contntent .text span i, .header_boxed.style_four .top_bar .top_inner .common_css .contntent .text a i {
margin-left: 20px !important;
}
.top_bar .top_inner .common_css .contntent .text i {
display: inline-block !important;
} @media (max-width: 992px) {
.top_bar {
padding: 15px 0px 15px;
}
.top_bar .top_inner {
display: block !important;
text-align: center;
}
.top_bar .top_inner .common_css {
display: block;
line-height: normal;
}
.left_side{
display: none !important;
}
.cbutton{
display: block !important;
text-align: right;
}
.top_bar.style_two .top_inner .common_css .cbutton a{
margin-top: -90px !important;
}
.top_bar .top_inner .common_css .contntent {
position: relative;
margin-bottom: 10px;
}
.top_bar .top_inner .common_css.right_side {
float: none;
text-align: justify;
}
} .header_style_six_nw .top_bar.style_six {
position: relative;
background: transparent;
}
.header_style_six_nw .top_bar.style_six .top_inner {
display: flex;
position: relative;
justify-content: space-between;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css {
position: relative;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.left_side ul {
float: left;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.left_side ul li {
margin-right: 12px;
padding-left: 15px;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.left_side ul li::before {
position: absolute;
content: "";
width: 4px;
height: 4px;
border-radius: 10px;
background: #fff;
opacity: 0.5;
top: 0;
left: 3px;
bottom: 0;
margin: auto;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.left_side ul li::after {
position: absolute;
content: "";
width: 10px;
height: 10px;
border-radius: 10px;
background: transparent;
border: 1px solid #fff;
opacity: 0.5;
top: 0;
left: 0;
bottom: 0;
margin: auto;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css ul {
position: relative;
padding-left: 0px;
margin-bottom: 0px;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css ul li {
display: inline-block;
margin-bottom: 0px;
position: relative;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css ul li a {
font-size: 15px;
color: #fff;
line-height: 25px;
font-weight: 400;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css ul li a:hover {
color: #fff;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.right_side .rg_content_box {
display: flex;
float: right;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.right_side .rg_content_box .btn_lf_side {
position: relative;
margin-right: 20px;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.right_side .rg_content_box .btn_lf_side a {
font-size: 15px;
line-height: 30px;
border-radius: 30px;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.4);
display: inline-block;
padding: 0px 22px;
height: 31px;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.right_side .rg_content_box .btn_lf_side a:hover {
border-color: #fff;
background: #fff;
color: #00489a;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.right_side .rg_content_box .med_rg_side {
position: relative;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.right_side .rg_content_box .med_rg_side ul {
position: relative;
padding-left: 0px;
margin-bottom: 0px;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.right_side .rg_content_box .med_rg_side ul li {
display: inline-block;
margin-bottom: 0px;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.right_side .rg_content_box .med_rg_side ul li:last-child {
margin-right: 0px;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.right_side .rg_content_box .med_rg_side ul li a {
font-size: 14px;
line-height: 30px;
border-radius: 50px;
border: 1px solid rgba(255, 255, 255, 0.4);
display: block;
height: 31px;
text-align: center;
width: 31px;
color: #fff;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.right_side .rg_content_box .med_rg_side ul li a:hover {
border-color: #fff;
background: #fff;
color: #00489a;
}
@media (max-width: 768px) {
.top_bar .top_inner .common_css .contntent {
margin: 0px 0px 0px;
display: block;
}
.top_bar .top_inner .common_css .contntent i {
display: none;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.left_side ul {
float: unset;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.right_side .rg_content_box {
float: unset !important;
padding-top: 10px;
display: block !important;
}
.header_style_six_nw .top_bar.style_six .top_inner .common_css.right_side .rg_content_box .btn_lf_side {
margin-right: 0px;
margin-bottom: 10px;
}
} .nav-link {
padding: 0px;
}
.transparent-bg {
background: transparent !important;
}
.crt_mobile_menu {
position: fixed;
right: 0;
top: 0;
width: 100%;
padding-right: 30px;
max-width: 100%;
height: 100%;
z-index: 999999;
visibility: hidden;
transform: translateX(-100%);
transition: all 500ms ease 0ms;
-moz-transition: all 500ms ease 0ms;
-ms-transition: all 500ms ease 0ms;
-o-transition: all 500ms ease 0ms;
}
.crt_mobile_menu .menu-backdrop {
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
z-index: 1;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
background: #282f3b;
opacity: 0.8;
cursor: pointer;
}
.crt_mobile_menu .menu-box {
position: absolute;
left: 0px;
top: 0px;
width: 300px;
height: 100%;
max-height: 100%;
overflow-y: auto;
background: #fff;
padding: 0px 0px;
z-index: 5;
opacity: 0;
visibility: hidden;
transform: translateX(-100%);
transition: all 500ms ease 0ms;
-moz-transition: all 500ms ease 0ms;
-ms-transition: all 500ms ease 0ms;
-o-transition: all 500ms ease 0ms;
border-radius: 0px;
padding: 20px;
}
.crt_mobile_menu .menu-box form {
position: relative;
margin-bottom: 30px;
}
.crt_mobile_menu .menu-box form input {
margin-bottom: 0px;
}
.crt_mobile_menu .menu-box form button.sch_btn {
position: absolute;
line-height: 41px;
min-width: unset;
padding: 0;
min-height: unset;
right: 7px;
border-radius: 5px;
background: #00489a;
width: 41px;
height: 41px;
text-align: center;
font-size: 15px;
color: #fff;
border: 0px;
bottom: 0;
top: 0;
margin: auto;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav {
margin: 0px;
padding: 0px;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li {
list-style: none;
position: relative;
border-bottom: 1px solid var(--border-color-dark);
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li a.nav-link {
font-size: 15px;
line-height: 50px;
font-weight: 600;
color: var(--menu-color);
font-family: var(--creote-family-one);
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
padding: 0px 40px 0px 0px;
display: flex;
align-items: center;
justify-content: space-between;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li a.nav-link .fa-angle-down {
position: relative;
right: 0px;
top: 10px;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
border: 1px solid var(--border-color-dark);
border-radius: 3px;
cursor: pointer;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li.dropdown .dropdown-btn {
position: absolute;
right: 0px;
top: 10px;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
border: 1px solid var(--border-color-dark);
border-radius: 3px;
cursor: pointer;
z-index: 99;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li.dropdown.mega_menu .dropdown-menu {
padding: 20px 5px !important;
width: 100% !important;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li.dropdown.mega_menu .dropdown-menu .m_column {
width: 33.33%;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li.dropdown.mega_menu .dropdown-menu li ul {
border: 0px !important;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu {
position: relative;
border: 0px;
padding: 0px !important;
border-radius: 0px;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu h1, .crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu h2, .crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu h3, .crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu h4, .crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu h5, .crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu h6 {
margin-bottom: 15px;
font-size: 16px;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu .list_item_box ul {
margin-left: 0px !important;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu li {
display: block;
padding-right: 0px;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li:last-child {
border: 0px;
padding-bottom: 0px;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li ul {
border-top: 1px solid var(--border-color-dark) !important;
margin-left: 7px !important;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li li a.nav-link {
font-size: 14px;
}
.crt_mobile_menu .menu-box .close-btn {
position: relative;
width: 40px;
height: 40px;
border-radius: 50px;
line-height: 40px;
text-align: center;
border: 1px solid var(--border-color-dark);
text-align: center;
display: block;
margin-bottom: 20px;
margin-left: auto;
}
.crt_mobile_menu-visible .crt_mobile_menu {
opacity: 1;
visibility: visible;
transform: translateX(0);
transition: all 500ms ease 0ms;
-moz-transition: all 500ms ease 0ms;
-ms-transition: all 500ms ease 0ms;
-o-transition: all 500ms ease 0ms;
}
.crt_mobile_menu-visible .crt_mobile_menu .menu-box {
opacity: 1;
visibility: visible;
transform: translateX(0);
transition: all 500ms ease 0ms;
-moz-transition: all 500ms ease 0ms;
-ms-transition: all 500ms ease 0ms;
-o-transition: all 500ms ease 0ms;
} .sticky_header_main {
position: relative;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.header,
.default_sickty_heaad {
position: relative;
background: #ffffff;
padding: 20px 0px 20px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.header .header_logo_box,
.default_sickty_heaad .header_logo_box {
position: relative;
}
.header .header_logo_box img,
.default_sickty_heaad .header_logo_box img {
display: block;
width: 170px;
height: auto;
margin-bottom: 0px;
}
.header .header_logo_box .logo_default,
.default_sickty_heaad .header_logo_box .logo_default {
display: block;
}
.header .header_logo_box .logo__sticky,
.default_sickty_heaad .header_logo_box .logo__sticky {
display: none;
}
.header .header_logo_box .site-description,
.default_sickty_heaad .header_logo_box .site-description {
position: absolute !important;
text-indent: -9999px !important;
height: 0 !important;
line-height: 0 !important;
visibility: hidden !important;
}
.header .header_logo_box .mobile_logo,
.default_sickty_heaad .header_logo_box .mobile_logo {
display: none;
}
.header .header_logo_box .mobile_logo_sticky,
.default_sickty_heaad .header_logo_box .mobile_logo_sticky {
display: none;
}
.header .header_content_collapse .navigation_menu,
.default_sickty_heaad .header_content_collapse .navigation_menu {
float: right;
}
.header .header_content_collapse .navigation_menu .navbar_nav,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav {
padding: 0;
margin: 0px;
}
.header .header_content_collapse .navigation_menu .navbar_nav li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li {
position: relative;
margin-right: 30px;
padding: 0px 0px;
margin-bottom: 0px !important;
display: inline-block;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.header .header_content_collapse .navigation_menu .navbar_nav li.dropdown,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.dropdown {
margin-right: 40px;
}
.header .header_content_collapse .navigation_menu .navbar_nav li.dropdown.mega_menu,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.dropdown.mega_menu {
margin-right: 27px;
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn {
position: absolute;
right: -31px;
top: 0;
bottom: 0;
margin: auto;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn span:before,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn span:before {
font-family: "FontAwesome";
color: var(--text-color-light);
font-weight: 400;
}
.header .header_content_collapse .navigation_menu .navbar_nav li.mega_menu a.nav-link span.fa-angle-down,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.mega_menu a.nav-link span.fa-angle-down {
display: inline-block;
margin-left: 6px;
color: var(--text-color-light);
top: 1px;
position: relative;
}
.header .header_content_collapse .navigation_menu .navbar_nav li.mega_menu a.nav-link span.fa-angle-down::before,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.mega_menu a.nav-link span.fa-angle-down::before {
font-weight: 400;
font-family: "fontawesome";
}
.header .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-btn,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-btn {
display: none;
}
.header .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-menu,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-menu {
z-index: 999;
}
.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
font-size: 15px;
line-height: 65px;
padding: 0;
font-weight: 600;
color: var(--menu-color);
font-family: var(--creote-family-one);
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link:hover,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.nav-link:hover {
color: var(--menu-active-color);
}
.header .header_content_collapse .navigation_menu .navbar_nav li:last-child,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li:last-child {
margin-right: 0px;
}
.header .header_content_collapse .navigation_menu .navbar_nav li.active a.nav-link,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.active a.nav-link {
color: #fff;
}
.header .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span {
color: var(--menu-active-color);
}
.header .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span:before,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span:before {
color: var(--menu-active-color);
}
.header .header_content_collapse .navigation_menu .navbar_nav li.active.mega_menu a.nav-link span.fa-angle-down,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.active.mega_menu a.nav-link span.fa-angle-down {
color: var(--menu-active-color);
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu {
position: absolute;
display: block !important;
pointer-events: none;
left: 0;
margin-left: 0;
background-color: #fff;
min-width: 250px;
padding: 20px 25px;
transform: translateX(-10px);
-ms-transform: translateX(-10px);
-moz-transform: translateX(-10px);
-o-transform: translateX(-10px);
transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
opacity: 0;
visibility: hidden;
border-radius: 10px;
z-index: 0;
box-shadow: var(--box-shadow);
border: 0px !important;
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li {
display: block;
padding: 5px 0px;
margin: 0 !important;
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li a.nav-link,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li a.nav-link {
color: var(--text-color-dark) !important;
font-size: 15px;
line-height: 25px;
font-weight: 400;
font-family: var(--creote-family-two);
display: block;
white-space: inherit;
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li,
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu ul li,
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu ul li, .header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu ul li,
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu ul li, .header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu ul li, .header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu ul li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu ul li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu ul li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu ul li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu ul li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu ul li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu ul li {
transition-delay: 0.1s;
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-btn,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-btn {
right: -25px;
transform: rotate(-90deg);
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-btn span:before,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-btn span:before {
color: var(--text-color-dark);
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-menu,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-menu {
left: 205px;
margin-top: -22px;
opacity: 1;
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-menu::before,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-menu::before {
left: -35px;
height: 60px;
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
left: -40px;
margin-top: 10px;
}
.header .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-menu,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-menu {
width: 96%;
margin-left: auto !important;
margin-right: auto !important;
right: 0;
}
.header .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-menu li {
position: relative;
}
.header .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-menu li a,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-menu li a {
display: block;
font-size: 15px;
line-height: 26px;
color: var(--menu-color);
font-weight: 400;
}
.header .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-menu h2,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-menu h2 {
font-weight: 600;
font-size: 16px;
line-height: 26px !important;
}
.header .header_content_collapse .navigation_menu .navbar_nav li:hover > .dropdown-menu,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li:hover > .dropdown-menu {
opacity: 1;
z-index: 99;
margin-left: 0;
margin-top: 0 !important;
z-index: 9999 !important;
visibility: visible;
transform: translateX(0);
-ms-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
pointer-events: fill;
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li,
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li,
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li,
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li,
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li,
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li,
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li,
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li {
transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
opacity: 0;
visibility: hidden;
transform: translateY(5px);
transition-delay: 0.19s;
}
.header .header_content_collapse .navigation_menu .navbar_nav li:hover .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li:hover .dropdown-menu li {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li:hover .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li:hover .dropdown-menu li {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu li {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.header .hamburger_menu,
.default_sickty_heaad .hamburger_menu {
position: relative;
float: none;
top: 0px;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
margin-top: 0px;
z-index: 11;
}
.header .hamburger_menu .line,
.default_sickty_heaad .hamburger_menu .line {
width: 25px;
height: 2px;
background-color: var(--menu-color);
display: block;
margin: 6px auto;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.header .hamburger_menu:before,
.default_sickty_heaad .hamburger_menu:before {
content: "";
position: absolute;
box-sizing: border-box;
width: 40px;
height: 40px;
border: 1px solid transparent;
top: calc(50% - 20px);
left: calc(50% - 21px);
border-radius: 100%;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
margin-left: 1px;
}
.default_sickty_heaad {
padding: 12px 0px 7px !important;
}
.default_sickty_heaad .header_logo_box img {
width: 140px;
margin-top: 7px;
}
.hamburger_menu.color_white .line {
background-color: var(--color-white);
} .header .navbar_togglers, .sticky_header_main .navbar_togglers {
position: relative;
display: none;
}
.default_sickty_heaad .d-flex {
justify-content: space-between;
}
.default_sickty_heaad .logo_column {
padding-right: 50px;
}
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li:last-child {
margin-left: 0px !important;
}
.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
background: transparent;
border: none;
}
.dropdown-toggle::after {
display: none !important;
} .search-popup {
position: fixed;
left: 0;
top: 0px;
width: 100%;
height: 20%;
z-index: 99999;
visibility: hidden;
opacity: 0;
overflow: auto;
background: #00489a;
transform: translateY(-101%);
transition: all 700ms ease;
-moz-transition: all 700ms ease;
-webkit-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
}
.search-popup.popup-visible {
transform: translateY(0%);
visibility: visible;
opacity: 1;
}
.search-popup.popup-visible .search-form {
opacity: 1;
transform: translateY(0px);
transition: all 500ms ease 500ms;
-moz-transition: all 900ms ease 500ms;
-webkit-transition: all 900ms ease 500ms;
-ms-transition: all 900ms ease 500ms;
-o-transition: all 900ms ease 500ms;
}
.search-popup.popup-visible .search-form fieldset {
position: relative;
padding: 0px;
}
.search-popup .overlay-layer {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
display: block;
}
.search-popup .close-search {
position: absolute;
right: 25px;
top: 25px;
width: 30px;
color: #fff;
height: 30px;
line-height: 26px;
text-align: center;
border-radius: 50%;
font-size: 10px;
font-weight: 700;
cursor: pointer;
z-index: 5;
transition: all 500ms ease;
}
.search-popup .close-search i {
font-size: 20px;
}
.search-popup .search-form {
position: relative;
padding: 55px 15px 0px;
max-width: 1024px;
margin: 0 auto;
opacity: 0;
transform: translateY(50px);
z-index: 10;
}
.search-popup .search-form {
margin-bottom: 30px;
}
.search-popup .search-form input, .search-popup .search-form input[type=search] {
position: relative;
height: 60px;
padding: 20px 60px 20px 30px;
background: #fff;
line-height: 30px;
font-size: 16px;
color: #00489a;
border-radius: 5px;
box-shadow: none;
outline: none;
border: none;
margin: auto;
}
.search-popup .search-form button {
position: absolute;
top: 0;
right: 5px;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 16px;
background: var(--primary-color-two);
color: #fff;
border-radius: 5px;
bottom: 0;
margin: auto;
border: 0px;
font-weight: 400;
}
.search-popup h3 {
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
letter-spacing: 1px;
text-align: center;
}
.search-popup .recent-searches {
font-size: 16px;
text-align: center;
}
.search-popup .recent-searches li {
display: inline-block;
margin: 0px 10px 10px 0px;
}
.search-popup .recent-searches li a {
display: block;
line-height: 24px;
padding: 7px 15px;
border-radius: 3px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
} .modal_popup {
position: fixed;
left: 0;
top: 0px;
width: 100%;
height: 100%;
z-index: 99999;
visibility: hidden;
opacity: 0;
padding: 100px 0px 0px;
overflow: auto;
background: none;
transform: translateY(-101%);
transition: all 700ms ease;
-moz-transition: all 700ms ease;
-webkit-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
}
.modal_popup::before {
position: absolute;
content: "";
background: #fff;
opacity: 0.3;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
}
.modal_popup.contact-popup-visible {
transform: translateY(0%);
visibility: visible;
opacity: 1;
}
.modal_popup .modal-popup-inner {
background: var(--primary-color-three);
border-radius: 10px;
position: relative;
max-width: 1140px;
margin: auto;
}
.modal_popup .modal-popup-inner .close-modal {
position: absolute;
right: -15px;
top: -15px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50px;
background: #00489a;
color: #fff;
font-size: 16px;
z-index: 3;
cursor: pointer;
}
.modal_popup .modal-popup-inner .form_inner {
position: relative;
padding: 40px 50px 30px;
background: #fff;
border-radius: 10px;
box-shadow: var(--box-shadow-two);
}
.modal_popup .modal-popup-inner .form_inner p {
position: relative;
margin: 0px 0px 15px;
padding: 0px;
}
.modal_popup .modal-popup-inner .form_inner p:last-child input {
margin: 0px;
}
.modal_popup .modal-popup-inner .form_inner p span {
display: block;
width: 100%;
}
.modal_popup .modal-popup-inner .form_inner p label {
display: block;
width: 100%;
font-size: 12px;
color: var(--heading-dark);
font-weight: 600;
text-transform: uppercase;
font-family: var(--creote-family-one);
}
.modal_popup .modal-popup-inner .form_inner textarea {
height: 150px;
}
.modal_popup .modal-popup-inner .form_inner .ajax-loader, .modal_popup .modal-popup-inner .form_inner .wpcf7-spinner {
position: absolute;
bottom: 20px;
right: 4px;
width: auto;
display: inline-block;
}
.modal_popup .modal-popup-inner .form_inner .wpcf7-not-valid-tip {
font-size: 14px;
font-weight: 400;
font-family: var(--creote-family-one);
line-height: 26px;
color: #00489a;
text-transform: none;
}
.modal_popup .modal-popup-inner .form_inner .wpcf7-response-output {
position: absolute;
z-index: 11;
background: #00489a;
text-align: center;
font-size: 14px;
font-weight: 400;
margin: 0px 50px;
font-family: var(--creote-family-two);
color: #fff;
padding: 20px;
border-radius: 5px;
border-color: #00489a;
bottom: -50px;
right: 0;
left: 0;
width: auto;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.modal_popup .modal-popup-inner .form_inner .wpcf7-response-output::before {
position: absolute;
content: "";
left: 0;
right: 0;
width: 20px;
height: 20px;
top: -22px;
margin: auto;
border-top: 10px solid transparent;
border-bottom: 10px solid #00489a;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.modal_popup .modal-popup-inner .about_company_inner {
position: relative;
border-radius: 10px;
padding: 40px 50px 50px 50px;
overflow: hidden;
}
.modal_popup .modal-popup-inner .about_company_inner .logo {
position: relative;
margin-bottom: 30px;
}
.modal_popup .modal-popup-inner .about_company_inner .logo img {
width: 150px;
}
.modal_popup .modal-popup-inner .about_company_inner .text {
position: relative;
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px solid var(--border-color-dark);
}
.modal_popup .modal-popup-inner .about_company_inner .text p {
margin-bottom: 30px;
}
.modal_popup .modal-popup-inner .about_company_inner .text a {
display: block;
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
color: var(--text-color-dark);
font-family: var(--creote-family-one);
}
.modal_popup .modal-popup-inner .post_contet_modal {
position: relative;
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 1px solid var(--border-color-dark);
}
.modal_popup .modal-popup-inner .post_contet_modal h2 {
font-size: 20px;
line-height: 30px;
font-weight: 700;
margin-bottom: 20px;
color: var(--heading-dark);
}
.modal_popup .modal-popup-inner .post_contet_modal .post_enable {
position: relative;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 10px;
}
.modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid {
position: relative;
margin-bottom: 15px;
}
.modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid a {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 10px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid a::before {
position: absolute;
background: var(--primary-color-two);
content: "";
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 10px;
left: 0;
top: 0;
opacity: 0;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid a:after {
position: absolute;
content: "\e912";
font-family: "icomoon";
width: 16px;
font-size: 16px;
height: 16px;
color: #00489a;
margin: auto;
top: 0;
bottom: 0;
right: 0;
left: 0;
opacity: 0;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid img {
height: 100px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid:hover a:before {
opacity: 0.8;
}
.modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid:hover a:after {
opacity: 1;
} .navbar-brand {
padding: 0px;
display: block;
margin: 0px;
} .header .header_content_collapse, .default_sickty_heaad .header_content_collapse {
display: table;
width: 100%;
}
.header .header_content_collapse .header_menu_box, .default_sickty_heaad .header_content_collapse .header_menu_box {
display: table-cell;
vertical-align: middle;
}
.header .header_right_content, .default_sickty_heaad .header_right_content {
display: table-cell;
vertical-align: middle;
float: right;
}
.header .header_right_content ul, .default_sickty_heaad .header_right_content ul {
padding: 2px 0px 0px;
margin: 0px;
}
.header .header_right_content ul li, .default_sickty_heaad .header_right_content ul li {
display: inline-block;
margin-left: 20px;
}
.header .header_right_content .contact-toggler, .default_sickty_heaad .header_right_content .contact-toggler {
position: relative;
width: 54px;
height: 54px;
line-height: 54px;
border-radius: 50%;
border: 1px solid var(--border-color-dark);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
background: #fff;
box-shadow: 0px 0px 0px 0px;
top: 4px;
}
.header .header_right_content .contact-toggler::before, .default_sickty_heaad .header_right_content .contact-toggler::before {
content: "";
position: absolute;
width: 40px;
height: 40px;
border-radius: 50%;
background: #00489a;
border-radius: 50%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.header .header_right_content .contact-toggler i, .default_sickty_heaad .header_right_content .contact-toggler i {
color: #fff;
font-size: 18px;
position: relative;
z-index: 1;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.header .header_right_content .contact-toggler:hover, .default_sickty_heaad .header_right_content .contact-toggler:hover {
border-color: transparent;
}
.header .header_right_content .contact-toggler:hover::before, .default_sickty_heaad .header_right_content .contact-toggler:hover::before {
width: 100%;
height: 100%;
}
.header .header_right_content .search-toggler, .default_sickty_heaad .header_right_content .search-toggler {
position: relative;
display: inline-block;
background: transparent;
border: 0px;
box-shadow: 0px 0px 0px 0px;
font-size: 20px;
line-height: 20px;
color: var(--text-color-dark);
top: 4px;
}
.header.style_two, .default_sickty_heaad.style_two {
position: absolute;
background: #1e1616b0;
left: 0;
right: 0;
width: 100%;
z-index: 99;
}
.header.style_two .auto-container, .default_sickty_heaad.style_two .auto-container {
max-width: 1400px;
}
.header.style_two .logo_column, .default_sickty_heaad.style_two .logo_column {
position: relative;
}
.header.style_two .logo_column .header_log_outer, .default_sickty_heaad.style_two .logo_column .header_log_outer {
position: relative;
display: flex;
}
.header.style_two .logo_column .header_log_outer .header_logo_box, .default_sickty_heaad.style_two .logo_column .header_log_outer .header_logo_box {
position: relative;
margin-right: 50px;
}
.header.style_two .logo_column .header_log_outer .phone_box, .default_sickty_heaad.style_two .logo_column .header_log_outer .phone_box {
position: relative;
margin-left: 50px;
}
.header.style_two .logo_column .header_log_outer .phone_box i, .default_sickty_heaad.style_two .logo_column .header_log_outer .phone_box i {
position: absolute;
left: -50px;
font-size: 40px;
line-height: 40px;
top: 0;
margin: auto;
bottom: 0;
height: 40px;
color: #00489a;
}
.header.style_two .logo_column .header_log_outer .phone_box .text, .default_sickty_heaad.style_two .logo_column .header_log_outer .phone_box .text {
position: relative;
top: 10px;
}
.header.style_two .logo_column .header_log_outer .phone_box .text small, .default_sickty_heaad.style_two .logo_column .header_log_outer .phone_box .text small {
display: block;
font-size: 15px;
line-height: 22px;
font-weight: 600;
font-family: var(--creote-family-one);
margin-bottom: 0;
color: #fff;
opacity: 0.8;
}
.header.style_two .logo_column .header_log_outer .phone_box .text a, .default_sickty_heaad.style_two .logo_column .header_log_outer .phone_box .text a {
font-size: 16px;
font-weight: 500;
text-decoration: underline;
color: #fff;
}
.header.style_two .header_content_collapse .navigation_menu .navbar_nav li a.nav-link, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
color: var(--menu-color-white);
}
.header.style_two .header_content_collapse .navigation_menu .navbar_nav li a.nav-link .fa, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li a.nav-link .fa {
color: var(--menu-color-white);
opacity: 0.5;
}
.header.style_two .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn {
color: var(--menu-color-white);
opacity: 0.5;
}
.header.style_two .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link {
color: #fff;
}
.header.style_two .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-menu li.active a.nav-link, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-menu li.active a.nav-link {
color: #00489a !important;
}
.header.style_two .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span {
color: #fff;
opacity: 0.5;
}
.header.style_two .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span:before, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span:before {
color: #fff;
}
.header.style_two .header_content_collapse .navigation_menu .navbar_nav li, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li {
margin-right: 10px;
}
.header.style_two .header_content_collapse .navigation_menu .navbar_nav li.dropdown, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li.dropdown {
margin-right: 30px;
}
.header.style_two .header_content_collapse .header_right_content, .default_sickty_heaad.style_two .header_content_collapse .header_right_content {
position: relative;
top: 10px;
}
.header.style_two .header_content_collapse .header_right_content ul li, .default_sickty_heaad.style_two .header_content_collapse .header_right_content ul li {
margin-left: 10px;
}
.header.style_two .header_content_collapse .header_right_content .contact-toggler,
.header.style_two .header_content_collapse .header_right_content .search-toggler, .default_sickty_heaad.style_two .header_content_collapse .header_right_content .contact-toggler,
.default_sickty_heaad.style_two .header_content_collapse .header_right_content .search-toggler {
width: 40px;
height: 40px;
line-height: 42px;
border: 0px;
background: #00489a;
border-radius: 50px;
top: 0;
font-size: 17px;
color: #fff;
}
.header.style_two .header_content_collapse .header_right_content .contact-toggler::before,
.header.style_two .header_content_collapse .header_right_content .search-toggler::before, .default_sickty_heaad.style_two .header_content_collapse .header_right_content .contact-toggler::before,
.default_sickty_heaad.style_two .header_content_collapse .header_right_content .search-toggler::before {
display: none;
}
.header.style_three, .default_sickty_heaad.style_three {
position: relative;
padding: 0px;
}
.header.style_three .header_top, .default_sickty_heaad.style_three .header_top {
position: relative;
background: #00489a;
}
.header.style_three .header_top .top_left, .default_sickty_heaad.style_three .header_top .top_left {
position: relative;
}
.header.style_three .header_top .top_left p, .default_sickty_heaad.style_three .header_top .top_left p {
padding: 13px 0px;
color: #fff;
font-size: 15px;
font-weight: 400;
margin: 0px;
}
.header.style_three .header_top .top_mid ul li:last-child, .default_sickty_heaad.style_three .header_top .top_mid ul li:last-child {
margin-right: 0px;
}
.header.style_three .header_top .top_mid ul li span, .default_sickty_heaad.style_three .header_top .top_mid ul li span {
margin-right: 5px;
}
.header.style_three .header_top .top_mid ul li small, .default_sickty_heaad.style_three .header_top .top_mid ul li small {
font-size: 11px;
font-weight: 500;
font-family: var(--creote-family-one);
text-transform: uppercase;
margin-right: 5px;
opacity: 0.8;
}
.header.style_three .header_top .top_right, .default_sickty_heaad.style_three .header_top .top_right {
text-align: right;
position: relative;
}
.header.style_three .header_top .top_right ul li, .default_sickty_heaad.style_three .header_top .top_right ul li {
margin-right: 3px;
padding: 6px 0px 0px;
}
.header.style_three .header_top .top_right ul li:last-child, .default_sickty_heaad.style_three .header_top .top_right ul li:last-child {
margin-right: 0px;
}
.header.style_three .header_top .top_right ul li a i, .default_sickty_heaad.style_three .header_top .top_right ul li a i {
width: 40px;
height: 40px;
border-radius: 50px;
text-align: center;
background: #117f80;
line-height: 40px;
}
.header.style_three .header_top ul, .default_sickty_heaad.style_three .header_top ul {
padding: 0;
margin: 0;
}
.header.style_three .header_top ul li, .default_sickty_heaad.style_three .header_top ul li {
position: relative;
display: inline-block;
color: #fff;
font-size: 15px;
padding: 15px 0px;
font-weight: 400;
margin-right: 30px;
}
.header.style_three .header_top ul li a, .default_sickty_heaad.style_three .header_top ul li a {
color: #fff;
}
.header.style_three .header_mid, .default_sickty_heaad.style_three .header_mid {
position: relative;
background: #fff;
padding: 27px 0px 27px;
border-top: 4px solid #00489a;
}
.header.style_three .header_mid .mid_logo_icon img, .default_sickty_heaad.style_three .header_mid .mid_logo_icon img {
width: 200px;
}
.header.style_three .header_mid .same_column, .default_sickty_heaad.style_three .header_mid .same_column {
position: relative;
margin-top: 7px;
}
.header.style_three .header_mid .mid_content, .default_sickty_heaad.style_three .header_mid .mid_content {
position: relative;
margin-left: 62px;
}
.header.style_three .header_mid .mid_content .mid_icon, .default_sickty_heaad.style_three .header_mid .mid_content .mid_icon {
position: absolute;
left: -62px;
height: 48px;
top: 0;
bottom: 0;
margin: auto;
font-size: 48px;
color: #00489a;
}
.header.style_three .header_mid .mid_content .text, .default_sickty_heaad.style_three .header_mid .mid_content .text {
position: relative;
}
.header.style_three .header_mid .mid_content .text h4, .default_sickty_heaad.style_three .header_mid .mid_content .text h4 {
font-size: 15px;
line-height: 25px;
color: #00489a;
font-weight: 600;
margin-bottom: 3px;
}
.header.style_three .header_mid .mid_content .text p, .default_sickty_heaad.style_three .header_mid .mid_content .text p {
font-size: 15px;
margin: 0px;
}
.header.style_three .navbar_outer, .default_sickty_heaad.style_three .navbar_outer {
position: relative;
padding: 7px 0px;
background: #00489a;
}
.header.style_three .navbar_outer .modal_box_buttom, .default_sickty_heaad.style_three .navbar_outer .modal_box_buttom {
position: relative;
left: 0px;
top: 14px;
bottom: 0;
margin-right: 40px;
width: 40px;
height: 40px;
display: inline-block;
}
.header.style_three .navbar_outer .modal_box_buttom .contact-toggler, .default_sickty_heaad.style_three .navbar_outer .modal_box_buttom .contact-toggler {
width: 40px;
height: 40px;
line-height: 42px;
border: 0px;
background: #00489a;
border-radius: 50px;
top: 0;
font-size: 17px;
color: #fff;
border: 1px solid #fff;
}
.header.style_three .navbar_outer .modal_box_buttom i, .default_sickty_heaad.style_three .navbar_outer .modal_box_buttom i {
color: #fff;
font-size: 18px;
position: relative;
z-index: 1;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.header.style_three .navbar_outer .header_content_collapse, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse {
display: block;
}
.header.style_three .navbar_outer .header_content_collapse .header_menu_box, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box {
display: inline-block;
}
.header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li a, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li a {
color: #fff;
}
.header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li ul.dropdown-menu li, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li ul.dropdown-menu li {
padding: 5px;
}
.header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li ul.dropdown-menu li a.nav-link, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li ul.dropdown-menu li a.nav-link {
color: var(--text-color-dark) !important;
}
.header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active > a.nav-link, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active > a.nav-link {
color: #fff;
}
.header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active > a.nav-link span, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active > a.nav-link span {
color: #fff;
}
.header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-menu li.active a.nav-link, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-menu li.active a.nav-link {
color: #00489a !important;
}
.header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-btn span, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-btn span {
color: #fff;
opacity: 0.5;
}
.header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-btn span:before, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-btn span:before {
color: #fff;
}
.header.style_three .navbar_outer .header_content_collapse .header_right_content, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_right_content {
padding-top: 4px;
}
.header.style_three .navbar_outer .header_content_collapse .header_right_content .search-toggler, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_right_content .search-toggler {
position: relative;
width: 40px;
height: 40px;
font-size: 16px;
border-radius: 50px;
border: 1px solid #fff;
color: #fff;
line-height: 40px;
text-align: center;
}
.header.style_three .navbar_outer .header_content_collapse .header_right_content .theme-btn, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_right_content .theme-btn {
background: var(--primary-color-two) !important;
}
.header.style_three .navbar_outer .header_content_collapse .header_right_content .theme-btn:hover, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_right_content .theme-btn:hover {
background: #fff !important;
color: #00489a !important;
}
.header.style_one .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active > a.nav-link, .default_sickty_heaad.style_one .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active > a.nav-link {
color: var(--menu-active-color);
}
.header.style_one .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-menu > li.active > a.nav-link, .default_sickty_heaad.style_one .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-menu > li.active > a.nav-link {
color: #00489a !important;
}
.header.style_one.style_two_remade, .default_sickty_heaad.style_one.style_two_remade {
padding: 0px !important;
background: transparent !important;
position: absolute;
box-shadow: unset !important;
z-index: 999;
left: 0;
width: 100%;
right: 0;
}
.header.style_one.style_two_remade .auto-container, .default_sickty_heaad.style_one.style_two_remade .auto-container {
padding: 15px 20px 10px;
background: #fff;
border-radius: 60px 0px 0px 60px;
}
.header.style_one.style_two_remade .auto-container:before, .default_sickty_heaad.style_one.style_two_remade .auto-container:before {
position: absolute;
content: "";
width: 100%;
right: -50%;
height: 100%;
background: #fff;
top: 0;
}
.header.style_five .container-fluid, .default_sickty_heaad.style_five .container-fluid {
padding: 0px 50px;
}
.header.style_five .header_content_collapse .header_menu_box, .default_sickty_heaad.style_five .header_content_collapse .header_menu_box {
text-align: left;
}
.header.style_five .header_content_collapse .header_menu_box .navigation_menu, .default_sickty_heaad.style_five .header_content_collapse .header_menu_box .navigation_menu {
float: none;
}
.header.style_five .header_content_collapse .header_menu_box .navbar_nav li a.nav-link, .default_sickty_heaad.style_five .header_content_collapse .header_menu_box .navbar_nav li a.nav-link {
font-size: 16px;
}
.header.style_five .header_content_collapse .header_right_content, .default_sickty_heaad.style_five .header_content_collapse .header_right_content {
position: relative;
}
.header.style_five .header_content_collapse .header_right_content ul, .default_sickty_heaad.style_five .header_content_collapse .header_right_content ul {
display: flex;
align-items: center;
}
.header.style_five .header_content_collapse .header_right_content ul li, .default_sickty_heaad.style_five .header_content_collapse .header_right_content ul li {
margin-bottom: 0px;
margin-left: 30px;
}
.header.style_five .header_content_collapse .header_right_content .theme-btn, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .theme-btn {
border-radius: 30px;
box-shadow: var(--box-shadow-two);
border-color: #fff;
background: #fff;
color: #00489a;
}
.header.style_five .header_content_collapse .header_right_content .theme-btn:hover, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .theme-btn:hover {
background: #00489a;
color: #fff;
}
.header.style_five .header_content_collapse .header_right_content .contntent.phone small, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .contntent.phone small {
color: #00489a;
font-size: 16px;
font-weight: 500;
font-family: var(--creote-family-one);
margin-right: 6px;
}
.header.style_five .header_content_collapse .header_right_content .contntent.phone small i, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .contntent.phone small i {
font-size: 25px;
margin-right: 14px;
top: 5px;
position: relative;
color: var(--text-color-light);
}
.header.style_five .header_content_collapse .header_right_content .contntent.phone a, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .contntent.phone a {
font-size: 16px;
font-weight: 600;
font-family: var(--creote-family-one);
color: var(--primary-color-two);
}
.header.style_five .header_content_collapse .header_right_content .round_btn, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .round_btn {
position: relative;
display: inline-block;
padding: 8px 15px;
background: #00489a;
border-radius: 50px;
top: 0px;
line-height: 28px;
width: 120px;
height: 56px;
text-align: center;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.header.style_five .header_content_collapse .header_right_content .round_btn::before, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .round_btn::before {
position: absolute;
content: "";
width: 1px;
height: 15px;
right: 0;
left: 0;
top: 0;
bottom: 0;
margin: auto;
background: #fff;
opacity: 0.5;
}
.header.style_five .header_content_collapse .header_right_content .round_btn button, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .round_btn button {
position: absolute;
}
.header.style_five .header_content_collapse .header_right_content .round_btn:hover, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .round_btn:hover {
background: var(--primary-color-two);
color: #fff;
}
.header.style_five .header_content_collapse .header_right_content .search-toggler, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .search-toggler {
display: inline-block;
margin: 0px;
padding: 0px;
color: #fff;
font-size: 18px;
left: 24px;
top: 3px;
bottom: 0;
}
.header.style_five .header_content_collapse .header_right_content .contact-toggler, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .contact-toggler {
display: inline-block;
width: 0px;
right: 38px;
bottom: 0;
top: 3px;
color: #fff;
margin: 0px;
height: 0px;
border: 0px;
background: transparent;
border-radius: 0px;
}
.header.style_five .header_content_collapse .header_right_content .contact-toggler::before, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .contact-toggler::before {
display: none;
}
.header.style_five .header_content_collapse .header_right_content .contact-toggler::after, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .contact-toggler::after {
display: none;
}
.header_boxed.style_four {
position: absolute;
width: 100%;
z-index: 99;
left: 0;
right: 0;
top: 25px;
}
.header_boxed.style_four .top_bar {
border-radius: 10px 10px 0px 0px;
background: #00489a;
}
.header_boxed.style_four .top_bar .col-lg-12 {
padding: 7px 10px 5px 19px;
}
.header_boxed.style_four .top_bar .theme-btn {
height: auto;
width: auto;
font-size: 12px;
min-height: auto;
min-width: auto;
padding: 10px 22px 8px;
line-height: 22px;
background: #fff;
border-radius: 5px;
color: var(--primary-color-two);
text-transform: uppercase;
font-weight: 600;
font-family: var(--creote-family-one);
}
.header_boxed.style_four .top_bar .theme-btn i {
position: relative;
left: inherit;
right: -5px;
top: 2px;
font-size: 19px;
color: var(--primary-color-two);
}
.header_boxed.style_four .header {
position: unset;
border-radius: 0px 0px 10px 10px;
}
.header_boxed.style_four .header .header_content_collapse .header_menu_box {
text-align: center;
}
.header_boxed.style_four .header .header_content_collapse .header_menu_box .navigation_menu {
float: none;
}
.header_boxed.style_four .header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link span, .header_boxed.style_four .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.nav-link span {
color: unset;
opacity: unset;
} .sticky_header_main {
position: fixed;
visibility: hidden;
opacity: 0;
left: 0;
top: 0;
width: 100%;
z-index: -1;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
transition: top 0.3s ease;
}
.default_sickty_heaad {
padding: 20px 0px 14px;
background: #fff;
}
.default_sickty_heaad .header_content_collapse .search-toggler {
height: 54px;
}
.default_sickty_heaad .header_content_collapse .navigation_menu {
float: none;
text-align: center;
}
.default_sickty_heaad .header_content_collapse.no_right_content .navigation_menu {
text-align: right;
}
.df_before ul li a.nav-link {
color: var(--primary-color-two) !important;
} .header_area {
position: relative;
display: block;
width: 100%;
z-index: 9999;
top: 0;
left: 0;
background: 0 0;
}
.header_area .header_position_absolute {
position: absolute !important;
width: 100%;
left: 0;
top: 0;
z-index: 999;
} .header_solo {
background: none;
padding: unset !important;
}
.header_solo .header_content_collapse {
display: block;
}
.header_solo .header_content_collapse .header_menu_box {
display: block;
}
.header_solo .header_content_collapse .navigation_menu {
float: unset !important;
}
.header_solo .header_content_collapse .navigation_menu .navbar_nav {
display: inline-block;
}
.header_solo .header_content_collapse .navigation_menu .navbar_nav li.mega_menu .dropdown-menu {
width: 150%;
left: -30%;
}
.header_solo .header_content_collapse .navigation_menu {
float: none;
} .header_style_six_nw {
position: absolute;
z-index: 999;
width: 100%;
left: 0;
top: 0;
}
.header_style_six_nw .header {
background: rgba(40, 47, 59, 0.4);
padding: 14px 0px 14px;
min-height: auto;
}
.header_style_six_nw .header .header_content_collapse .navigation_menu {
float: none;
text-align: center;
}
.header_style_six_nw .header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
color: #fff;
}
.header_style_six_nw .header .header_content_collapse .navigation_menu .navbar_nav li:hover a, .header_style_six_nw .header .header_content_collapse .navigation_menu .navbar_nav li.active a {
color: #00489a;
}
.header_style_six_nw .header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li a.nav-link {
color: var(--text-color-dark);
}
.header_style_six_nw .header .header_content_collapse .header_right_content ul {
margin-bottom: 0px;
padding: 0px 0px 0px;
position: relative;
height: 50px;
padding-left: 0px;
top: -4px;
}
.header_style_six_nw .header .header_content_collapse .header_right_content ul .header_side_cart .mini-cart-count {
position: absolute;
width: 20px;
top: -12px;
height: 20px;
border-radius: 20px;
background: #00489a;
color: #fff;
line-height: 20px;
font-size: 10px;
text-align: center;
}
.header_style_six_nw .header .header_content_collapse .header_right_content ul .contact-toggler {
border: 0px;
background: transparent;
}
.header_style_six_nw .header .header_content_collapse .header_right_content ul .contact-toggler::before {
display: none;
}
.header_style_six_nw .header .header_content_collapse .header_right_content ul li {
margin-bottom: 0px;
margin-left: 10px;
position: relative;
height: 40px;
width: 40px;
text-align: center;
top: 10px;
}
.header_style_six_nw .header .header_content_collapse .header_right_content ul li .search-toggler, .header_style_six_nw .header .header_content_collapse .header_right_content ul li .header_side_cart, .header_style_six_nw .header .header_content_collapse .header_right_content ul li .contact-toggler {
position: absolute;
cursor: pointer;
height: 38px;
width: 38px;
line-height: 38px;
text-align: center;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.header_style_six_nw .header .header_content_collapse .header_right_content ul li .search-toggler i, .header_style_six_nw .header .header_content_collapse .header_right_content ul li .header_side_cart i, .header_style_six_nw .header .header_content_collapse .header_right_content ul li .contact-toggler i {
font-size: 20px !important;
line-height: 20px !important;
color: #fff;
}
.header_style_six_nw .header .header_content_collapse .header_right_content ul li.last {
width: unset;
top: -13px;
margin-left: 40px;
}
.header_style_six_nw .header .header_content_collapse .header_right_content ul li.last::before {
position: absolute;
content: "";
height: 42px;
width: 1px;
left: -24px;
top: -1px;
background: rgba(255, 255, 255, 0.2);
}
.header_style_six_nw .header .header_content_collapse .header_right_content ul li.last a {
color: #fff;
font-size: 15px;
line-height: 25px;
font-family: var(--creote-family-one);
display: block;
padding-left: 28px;
position: relative;
font-weight: 600;
top: 9px;
}
.header_style_six_nw .header .header_content_collapse .header_right_content ul li.last a i {
font-size: 20px;
line-height: 20px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}
.header_style_six_nw .header .header_content_collapse .header_right_content ul li .contact-toggler i {
font-size: 25px !important;
line-height: 35px !important;
color: #fff;
}
.header_style_six_nw .header.dark_color .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
color: var(--menu-color);
}
.header_style_six_nw .header.dark_color .header_content_collapse .header_right_content ul li .search-toggler i, .header_style_six_nw .header.dark_color .header_content_collapse .header_right_content ul li .header_side_cart i, .header_style_six_nw .header.dark_color .header_content_collapse .header_right_content ul li .contact-toggler i {
color: var(--menu-color);
}
.header_style_six_nw .header.dark_color .header_content_collapse .header_right_content ul li.last::before {
position: absolute;
content: "";
height: 42px;
width: 1px;
left: -24px;
top: -1px;
background: var(--border-color-dark);
}
.header_style_six_nw .header.dark_color .header_content_collapse .header_right_content ul li.last a {
color: var(--menu-color);
}
.header_style_six_nw .header.dark_color .header_content_collapse .header_right_content ul li .contact-toggler i {
font-size: 25px !important;
line-height: 35px !important;
color: var(--menu-color);
}
.header_style_six_nw.ver_2 {
position: relative;
}
.header_style_six_nw.ver_2 .top_bar.style_six {
background: #00489a;
}
.header_style_six_nw.ver_2 .header {
background: #fff !important;
}
.header_style_six_nw.ver_2 .header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
color: var(--menu-color);
}
.header_style_six_nw.ver_2 .header .header_content_collapse .header_right_content {
text-align: right;
float: unset !important;
}
.header_style_six_nw.ver_2 .header .header_content_collapse .header_right_content ul li .search-toggler i, .header_style_six_nw.ver_2 .header .header_content_collapse .header_right_content ul li .header_side_cart i, .header_style_six_nw.ver_2 .header .header_content_collapse .header_right_content ul li .contact-toggler i {
color: var(--menu-color);
}
.header_style_six_nw.ver_2 .header .header_content_collapse .header_right_content ul li.last::before {
position: absolute;
content: "";
height: 42px;
width: 1px;
left: -24px;
top: -1px;
background: var(--border-color-dark);
}
.header_style_six_nw.ver_2 .header .header_content_collapse .header_right_content ul li.last a {
color: var(--menu-color);
}
.header_style_six_nw.ver_2 .header .header_content_collapse .header_right_content ul li .contact-toggler i {
font-size: 25px !important;
line-height: 35px !important;
color: var(--menu-color);
} .header_default.head_absolute {
position: absolute !important;
width: 100%;
left: 0;
top: 0;
z-index: 999;
}
.header_default.style_seven {
position: relative;
background: #fff;
padding: 20px 0px 10px;
}
.header_default.style_seven .left_side_box {
position: relative;
display: flex;
padding-top: 2px;
}
.header_default.style_seven .left_side_box .modal_box_buttom {
position: relative;
min-width: 120px;
width: 120px;
}
.header_default.style_seven .left_side_box .modal_box_buttom::before {
position: absolute;
width: 1px;
height: 54px;
right: 33px;
top: 0;
background: var(--border-color-dark);
content: "";
}
.header_default.style_seven .left_side_box .modal_box_buttom .contact-toggler {
position: relative;
width: 54px;
height: 54px;
line-height: 54px;
border-radius: 50%;
border: 1px solid var(--border-color-dark);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
background: transparent;
box-shadow: 0px 0px 0px 0px;
}
.header_default.style_seven .left_side_box .modal_box_buttom .contact-toggler::before {
content: "";
position: absolute;
width: 40px;
height: 40px;
border-radius: 50%;
background: #00489a;
border-radius: 50%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.header_default.style_seven .left_side_box .modal_box_buttom .contact-toggler i {
color: #fff;
font-size: 18px;
position: relative;
z-index: 1;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.header_default.style_seven .container-fluid {
padding: 0px 100px;
}
.header_default.style_seven .header_content_collapse .navigation_menu {
float: none;
}
.header_default.style_seven .right_column {
padding-left: 0px;
}
.header_default.style_seven .header_right_content {
position: relative;
top: 17px;
text-align: right;
}
.header_default.style_seven .header_right_content ul {
padding-left: 0px;
position: relative;
}
.header_default.style_seven .header_right_content ul li {
display: inline-block;
margin-left: 15px;
margin-bottom: 0px;
}
.header_default.style_seven .header_right_content ul li .med_rg_side .social_media_head {
padding-right: 20px;
padding-left: 0px;
margin-right: 2px;
}
.header_default.style_seven .header_right_content ul li .med_rg_side .social_media_head li {
display: inline-block;
margin-right: 10px;
margin-left: 0px;
margin-bottom: 0px;
}
.header_default.style_seven .header_right_content ul li .med_rg_side .social_media_head li a {
font-size: 14px;
line-height: 14px;
color: var(--text-color-dark);
text-transform: uppercase;
}
.header_default.style_seven .header_right_content ul li .med_rg_side .social_media_head li a small {
font-size: 14px;
line-height: 15px;
}
.header_default.style_seven .header_right_content ul li .med_rg_side .social_media_head li.shared_m {
color: var(--text-color-dark);
}
.header_default.style_seven .header_right_content ul li .med_rg_side .social_media_head li.shared_m span {
margin-right: 5px;
}
.header_default.style_seven .header_right_content ul li .med_rg_side .social_media_head li.shared_m a {
font-size: 14px;
line-height: 14px;
}
.header_default.style_seven .header_right_content ul li .med_rg_side .social_media_head:before {
position: absolute;
width: 1px;
height: 50px;
right: 0px;
top: -12px;
background: var(--border-color-dark);
content: "";
}
.header_default.style_seven .header_right_content ul li .search-toggler, .header_default.style_seven .header_right_content ul li .mini_cart_togglers {
background: transparent;
border: 0px;
position: relative;
box-shadow: none;
cursor: pointer;
}
.header_default.style_seven .header_right_content ul li .search-toggler i, .header_default.style_seven .header_right_content ul li .mini_cart_togglers i {
font-size: 20px;
position: relative;
top: 3px;
line-height: 20px;
}
.header_default.style_seven .header_right_content ul li .search-toggler .mini-cart-count, .header_default.style_seven .header_right_content ul li .mini_cart_togglers .mini-cart-count {
position: absolute;
width: 18px;
height: 18px;
font-size: 10px;
border-radius: 30px;
color: #fff;
top: -17px;
left: 0;
right: 0;
margin: auto;
text-align: center;
background: #00489a;
}
.header_default.style_seven .header_right_content ul li .login {
position: relative;
font-family: var(--creote-family-one);
font-size: 16px;
font-weight: 500;
padding-left: 26px;
line-height: 26px;
color: var(--text-color-dark);
}
.header_default.style_seven .header_right_content ul li .login i {
margin-right: 5px;
font-size: 20px;
position: absolute;
height: 20px;
margin: auto;
top: 0;
bottom: 0;
left: 0;
line-height: 20px;
}
.header_default.style_seven .header_right_content ul li:first-child {
margin-left: 0px;
}
.header_default.style_seven.style_eight .container-fluid {
padding: 0px 50px;
}
.header_default.style_seven.style_eight .header_right_content {
top: 9px;
}
.header_default.style_seven.style_eight .header_right_content ul li {
position: relative;
}
.header_default.style_seven.style_eight .header_right_content ul li .mini_cart_togglers i, .header_default.style_seven.style_eight .header_right_content ul li .contact-toggler i, .header_default.style_seven.style_eight .header_right_content ul li .search-toggler i {
font-size: 20px;
}
.header_default.style_seven.style_eight .header_right_content ul li .contact-toggler i {
position: relative;
top: 3px;
font-size: 25px;
}
.header_default.style_seven.style_eight .header_right_content ul li .med_rg_side .social_media_head {
margin-right: 0px;
padding-right: 0px;
}
.header_default.style_seven.style_eight .header_right_content ul li .med_rg_side .social_media_head::before {
display: none;
}
.header_default.style_seven.style_eight .header_right_content ul li .med_rg_side .social_media_head li {
margin-right: 5px;
}
.header_default.style_seven.style_eight .header_right_content ul li .med_rg_side .social_media_head li a {
width: 42px;
height: 42px;
line-height: 42px;
border-radius: 40px;
border: 1px solid var(--border-color-dark);
display: block;
text-align: center;
}
.header_default.style_seven.style_eight .header_right_content ul li .med_rg_side .social_media_head li a i, .header_default.style_seven.style_eight .header_right_content ul li .med_rg_side .social_media_head li a small {
font-size: 14px;
color: var(--text-color-dark);
}
.header_default.style_seven.style_eight .header_right_content ul li.last {
padding-left: 25px;
margin-left: 20px;
}
.header_default.style_seven.style_eight .header_right_content ul li.last:before {
position: absolute;
width: 1px;
height: 50px;
left: 0px;
top: -12px;
background: var(--border-color-dark);
content: "";
}
.header_default.style_seven.style_eight .header_right_content ul li button {
border: 0px;
box-shadow: none;
background: none;
}
@media (max-width: 1200px) {
.header_default.style_seven.style_eight .header_right_content {
display: none;
}
.header_default.style_seven.style_eight .container-fluid {
padding: 0px 15px;
}
} .header.style_nine {
position: relative;
padding: 15px 0px;
}
.header.style_nine .d-flex {
justify-content: space-between;
}
.header.style_nine .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
color: var(--menu-color-white);
}
.header.style_nine .header_content_collapse .navigation_menu .navbar_nav li a.nav-link .fa {
color: var(--menu-color-white);
opacity: 0.5;
}
.header.style_nine .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn {
color: var(--menu-color-white);
opacity: 0.5;
}
.header.style_nine .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link {
color: var(--primary-color-two) !important;
}
.header.style_nine .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link span.fa-angle-down {
color: var(--primary-color-two) !important;
}
.header.style_nine .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-menu > li.active > a.nav-link {
color: #00489a !important;
}
.header.style_nine .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span {
color: #fff;
opacity: 0.5;
}
.header.style_nine .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span:before {
color: #fff;
}
.header.style_nine .header_content_collapse .navigation_menu .navbar_nav li {
margin-right: 40px !important;
}
.header.style_nine .header_right_content {
position: relative;
}
.header.style_nine .header_right_content ul li {
margin-left: 10px;
}
.header.style_nine .header_right_content .contact-toggler,
.header.style_nine .header_right_content .search-toggler {
color: #fff;
}
.header.style_nine.header_eleven .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link {
color: #00489a !important;
}
.header.style_nine.header_eleven .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link span.fa-angle-down {
color: #00489a !important;
}
.icon-search3 {
font-weight: 600;
font-size: 15px;
} .header_style_ten {
position: relative;
}
.header_style_ten .top_bar.style_six {
background: #ffffff;
border-bottom: 1px solid var(--border-color-dark);
}
.header_style_ten .top_bar.style_six .top_inner .common_css ul li a,
.header_style_ten .top_bar.style_six .top_inner .common_css.right_side .rg_content_box .med_rg_side ul li a {
color: var(--heading-dark);
}
.header_style_ten .notice {
position: relative;
padding-right: 20px;
float: left;
font-size: 15px;
padding: 12px 29px 12px 0px;
bottom: 0;
left: 0;
margin: 0px 20px 0px 0px;
}
.header_style_ten .notice::before {
position: absolute;
content: "";
width: 10px;
height: 2px;
background: var(--border-color-dark);
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.header_style_ten .header_content_collapse {
position: unset !important;
}
.header_style_ten .rg_content_box .med_rg_side {
margin-left: 20px;
}
.header_style_ten .rg_content_box .med_rg_side ul li a {
border: 1px solid var(--border-color-dark) !important;
}
.header_style_ten .serch_simple {
position: relative;
top: 7px;
}
.header_style_ten .serch_simple button {
position: absolute;
top: 11px;
right: 4px;
background: transparent;
border: 0px;
color: var(--heading-dark);
font-size: 15px;
}
.header_style_ten .serch_simple input {
height: auto !important;
padding: 5px 12px !important;
border-radius: 5px;
border: 1px solid var(--border-color-dark);
background: transparent !important;
margin: 0px !important;
}
.header_style_ten .serch_simple input::-moz-placeholder {
color: var(--text-color-dark) !important;
opacity: 0.7;
}
.header_style_ten .serch_simple input::placeholder {
color: var(--text-color-dark) !important;
opacity: 0.7;
}
.header_style_ten .auto-container {
max-width: 1600px;
}
.header_style_ten .con_button {
width: auto !important;
}
.header_style_ten .con_button a {
padding: 0px 30px;
height: auto;
min-height: auto;
background: #00489a;
display: block;
line-height: 40px;
color: #fff;
top: -15px;
position: relative;
margin-left: 8px;
}
.header_style_ten .header_content_collapse .header_right_content {
position: relative;
top: 7px;
}
.header_style_ten .header_default {
background: #fff;
}
.header_style_ten .header_default .header_content_collapse .navigation_menu .navbar_nav li {
padding: 19px 0px 14px;
}
.header_style_ten .header_default .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
color: var(--heading-dark);
}
.header_style_ten .header_default .header_content_collapse .header_right_content ul li .search-toggler i, .header_style_ten .header_default .header_content_collapse .header_right_content ul li .header_side_cart i, .header_style_ten .header_default .header_content_collapse .header_right_content ul li .contact-toggler i {
color: var(--text-color-dark);
}
@media (max-width: 992px) {
.header_style_ten {
position: relative;
}
.header_style_ten .top_inner {
display: block !important;
}
.header_style_ten .top_inner .common_css {
min-width: 100% !important;
width: 100% !important;
text-align: center;
}
.header_style_ten .top_inner .common_css .notice {
float: none !important;
padding: 10px 0px !important;
margin: unset !important;
}
.header_style_ten .top_inner .common_css .notice::before {
display: none;
}
.header_style_ten .top_inner .common_css ul, .header_style_ten .top_inner .common_css .serch_simple {
margin-bottom: 20px !important;
}
.header_style_ten .top_inner .common_css .rg_content_box {
display: block !important;
float: none !important;
}
.header_style_ten .top_inner .common_css .serch_simple {
top: unset !important;
}
}
body.single-header {
padding: 0px 0px 0px 0px !important;
}
.mega_menu .mg_image_box h2 {
padding: 2px 10px;
}
.mega_menu .mg_image_box h2 a {
font-size: 14px;
color: #fff !important;
}
.mega_menu .mg_image_box .image_box .ab_link span {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
}
.mega_menu .mg_image_box {
margin-bottom: 20px;
}
.mega_menu .mg_image_box .tag {
background: #fc2158 !important;
} @media (max-width: 1200px) {
.mega_menu .image_grid_content .col-xs-12 {
flex: 0 0 auto;
width: 100%;
}
.mega_menu .image_grid_content .col-xs-12 .mg_image_box h2 a {
font-size: 15px !important;
}
.mega_menu .image_grid_content .col-xs-12 .mg_image_box .image_box {
height: auto;
}
.mega_menu .image_grid_content .col-xs-12 .mg_image_box .tag {
font-size: 14px !important;
line-height: 24px !important;
}
.mega_menu .image_grid_content .col-xs-12 .mg_image_box h2 a {
color: #fff !important;
font-size: 14px !important;
line-height: 24px !important;
display: block !important;
min-height: unset !important;
padding: 0px !important;
}
.mega_menu .elementor-section {
padding: 10px 0px !important;
display: block !important;
}
.mega_menu .elementor-section .elementor-container {
display: block !important;
}
.mega_menu .elementor-section .elementor-column {
width: 100% !important;
display: block !important;
}
.mega_menu .elementor-section .elementor-widget-wrap {
display: block !important;
}
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .elementor-element .menu {
margin: 0px 0px 0px 0px !important;
padding: 0px !important;
border: 0px !important;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .elementor-element .menu li {
border-bottom: 0px !important;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .elementor-element .list_item_box ul {
position: relative;
margin: 0px 0px 0px 0px !important;
padding: 0px !important;
border: 0px !important;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .elementor-element .list_item_box ul li a {
min-height: unset !important;
}
.floating_menu_box {
position: fixed;
width: 100%;
height: auto;
text-align: center;
left: 0;
z-index: 99;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
opacity: 0;
bottom: -100px;
visibility: hidden;
}
.floating_menu_box ul {
display: inline-block;
position: relative;
border-radius: 50px;
background: #fff;
padding: 10px 55px 10px 15px;
box-shadow: var(--box-shadow-two);
margin: auto;
margin: 0px;
}
.floating_menu_box ul .close {
position: absolute;
right: 4px;
top: 0;
width: 38px;
height: 38px;
background: #00489a;
color: #fff;
font-size: 16px;
text-align: center;
line-height: 38px;
border-radius: 50px;
bottom: 0;
cursor: pointer;
margin: auto;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.floating_menu_box ul .close:hover {
background: var(--primary-color-two);
color: #fff;
}
.floating_menu_box ul li {
display: inline-block;
position: relative;
margin-bottom: 0px !important;
}
.floating_menu_box ul li a {
font-size: 15px;
font-family: var(--creote-family-one);
font-weight: 600;
color: var(--heading-dark);
padding: 7px 12px;
border-radius: 30px;
margin-right: 5px;
cursor: pointer;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
margin-bottom: 0px !important;
}
.floating_menu_box ul li.active a, .floating_menu_box ul li:hover a {
background: #00489a;
color: #fff;
}
.floating_menu_box ul li:last-child a {
margin-right: 0px;
}
.floating_menu_box.remove_floating {
display: none;
}
.floating-menu .floating_menu_box {
opacity: 1;
visibility: visible;
bottom: 30px;
}
.floating-menu.floating_close .floating_menu_box {
opacity: 0 !important;
visibility: hidden !important;
}
@media (max-width: 768px) {
.floating_menu_box {
display: none !important;
}
}
.dropdown-menu .list_item_box ul {
margin-left: 0px !important;
}
.dropdown-menu .list_item_box.style_one li .d-flex {
justify-content: flex-start !important;
}
.dropdown-menu .list_item_box.style_one li .only_icon {
color: #00489a;
margin-right: 5px;
font-size: 16px;
display: inline-block;
line-height: 16px;
position: relative;
top: -1px;
}
.dropdown-menu h1, .dropdown-menu h2, .dropdown-menu h3, .dropdown-menu h4, .dropdown-menu h5, .dropdown-menu h6 {
font-size: 18px;
line-height: 26px;
margin-bottom: 10px;
}
.header_v15 .top {
padding: 10px 0px;
background: var(--primary-color-two);
}
.header_v15 .top .row {
align-items: center;
}
.header_v15 .top .infotext {
color: var(--color-white);
margin: 0px;
font-size: 15px;
}
.header_v15 .top .infotext i {
display: inline-block;
margin-right: 5px;
}
.header_v15 .top .same_contact a, .header_v15 .top .same_contact p {
color: var(--color-white) !important;
font-size: 15px;
}
.header_v15 .top .same_contact a i, .header_v15 .top .same_contact a span, .header_v15 .top .same_contact p i, .header_v15 .top .same_contact p span {
color: var(--color-white) !important;
}
.header_v15 .header {
position: relative;
background: #00489a;
}
.header_v15 .header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
color: var(--color-white);
}
.header_v15 .header .theme-btn {
color: #00489a;
border-color: var(--color-white);
background: var(--color-white);
}
.header_v15 .header .navigation_menu {
float: unset;
text-align: center;
}
.header_v15 .header .header_content_collapse .navigation_menu .navbar_nav li.active a.nav-link {
color: var(--color-white) !important;
}
.header_v15 .header .header_content_collapse .navigation_menu .navbar_nav li.active a.nav-link span.fa-angle-down {
color: var(--color-white) !important;
} @keyframes slideInUp {
0% {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translateZ(0);
}
}
.fixed-header .get_sticky_header {
position: fixed !important;
visibility: visible;
opacity: 1;
left: 0;
top: 0;
padding: 10px 0px;
width: 100%;
background: #ffffff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
transition: top 0.3s ease;
animation-name: slideInUp;
}
.fixed-header .get_sticky_header.style_two {
background: var(--primary-color-two);
}
.fixed-header .header_default.style_seven.style_eight.get_sticky_header {
padding: 10px 0px !important;
background: #ffffff !important;
}
.fixed-header .header_default.style_six.get_sticky_header {
padding: 10px 0px !important;
background: #ffffff !important;
}
.fixed-header .header_default.style_nine {
background: #00489a !important;
}
.fixed-header .header_default.style_nine .theme-btn {
background: #fff;
color: #00489a;
border-radius: 0px 10px 0px 10px;
}
.fixed-header .header_default.style_nine .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link {
color: #fff !important;
}
.fixed-header .header_default.style_nine .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link span.fa-angle-down {
color: #fff !important;
}
.fixed-header .header_v15 .get_sticky_header {
background: var(--primary-color-two) !important;
}
.fixed-header .header_v15 .get_sticky_header .hamburger_menu .line {
background: #fff;
}
.fixed-header .header_v14 .navbar_outer {
margin-top: 5px;
background: unset !important;
box-shadow: unset;
}
.dropdown-menu li.dropdown a.nav-link {
position: relative !important;
display: flex !important;
justify-content: space-between !important;
}
.mega_menu .width_45_percentage {
width: 45% !important;
}
.mega_menu .width_50_percentage {
width: 50% !important;
}
.mega_menu .width_55_percentage {
width: 55% !important;
}
.mega_menu .width_60_percentage {
width: 60% !important;
}
.mega_menu .width_65_percentage {
width: 65% !important;
}
.mega_menu .width_70_percentage {
width: 70% !important;
}
.mega_menu .width_75_percentage {
width: 75% !important;
}
.mega_menu .width_80_percentage {
width: 80% !important;
}
.mega_menu .width_85_percentage {
width: 85% !important;
}
.mega_menu .width_90_percentage {
width: 90% !important;
}
.mega_menu .width_95_percentage {
width: 95% !important;
}
.dropdown-menu .dropdown-menu {
top: 0px;
margin-left: -5px !important;
}
.header_v14 .header_mid .d_md_block {
display: none;
}
.header_v14 .header_mid .hamburger_menu .line, .header_v14 .header_mid .hamburger_menu .line {
margin: 6px 0 6px auto;
} @media (max-width: 1200px) {
.header_content_collapse {
display: none !important;
}
.header .navbar_togglers, .sticky_header_main .navbar_togglers {
display: block;
}
.header .logo_column, .sticky_header_main .logo_column {
width: 86%;
}
.header .menu_column, .sticky_header_main .menu_column {
width: 14%;
}
.crt_mobile_menu .navbar_nav li.mega_menu {
position: relative !important;
}
.crt_mobile_menu .navbar_nav li.mega_menu a span.fa-angle-down {
display: none !important;
}
.crt_mobile_menu .navbar_nav li.mega_menu .dropdown-btn {
display: block;
}
.crt_mobile_menu .navbar_nav li.mega_menu .vc_row.wpb_row {
margin: 10px 0px !important;
}
.crt_mobile_menu .navbar_nav li.mega_menu .vc_column_container > .vc_column-inner {
padding: 0px !important;
}
.crt_mobile_menu .navbar_nav li.mega_menu .wpb_column {
width: 100%;
}
.crt_mobile_menu .navbar_nav li.mega_menu .wpb_column .wpb_button, .crt_mobile_menu .navbar_nav li.mega_menu .wpb_column .wpb_content_element, .crt_mobile_menu .navbar_nav li.mega_menu .wpb_column ul.wpb_thumbnails-fluid > li {
margin: 10px 0px !important;
}
.header.header_default.style_two .hamburger_menu .line {
background: #fff;
}
header.header_default.style_nine .right_column {
display: none;
}
.header_v14 .header_mid {
padding: 10px 0px !important;
}
.header_v14 .header_top {
display: none;
}
.header_v14 .navbar_outer {
display: none;
}
.header_v14 .header_mid .d_md_block {
display: block;
}
.header_v14 .header_mid .dnone {
display: none;
}
}
@media (max-width: 1200px) {
.header_v15 .top {
text-align: center;
}
.header_v15 .top .d-flex {
display: block !important;
}
.header_v15 .top .d-flex .contact_list {
display: flex;
justify-content: center;
padding: 5px 0px 5px !important;
}
.header_v15 .hamburger_menu .line {
margin: 6px 0px 6px auto !important;
}
.header_v13 .header_top .header_top_inner {
text-align: center;
display: block !important;
}
.header_v13 .header_top .header_top_inner .top_left {
display: block !important;
}
.header_v13 .header_top .header_top_inner .contact_info_two {
text-align: center;
margin: auto;
padding-top: 8px;
}
.header_v13 .header_top .header_top_inner .contact_info_two li {
margin-left: unset !important;
padding: 5px 10px;
}
}
.navbar_right .dropdown-btn {
display: none;
}
.header_v13 .logo img, .header_v14 .logo img, .header_v17 .logo img {
display: block;
width: 170px;
height: auto;
margin-bottom: 0px;
}
.header_v13 .search-toggler, .header_v14 .search-toggler {
border: 0px;
background: unset;
}
.header_v13 .mini_cart_togglers, .header_v14 .mini_cart_togglers {
position: relative;
}
.header_v13 {
position: relative;
padding: 0px !important;
}
.header_v13 .header_top {
position: relative;
padding: 10px 0px;
background: var(--primary-color-two);
}
.header_v13 .header_top ul {
margin-bottom: 0px;
padding-left: 0px;
}
.header_v13 .header_top ul li {
display: inline-block;
color: var(--color-white);
font-size: 15px;
line-height: 25px;
font-weight: 400;
margin: 0px;
}
.header_v13 .header_top ul li a {
color: var(--color-white);
font-size: 15px;
line-height: 25px;
font-weight: 400;
}
.header_v13 .header_top ul li span {
color: #00489a;
font-size: 16px;
margin-right: 6px;
line-height: 25px;
}
.header_v13 .header_top ul li:last-child {
margin-right: 0px;
}
.header_v13 .header_top p {
margin-bottom: 0px;
color: var(--color-white);
font-size: 15px;
line-height: 25px;
font-weight: 400;
}
.header_v13 .header_top .header_top_inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.header_v13 .header_top .top_right, .header_v13 .header_top .top_left {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.header_v13 .header_top .contact_info_two li {
padding-left: 15px;
}
.header_v13 .header_top .get_a_quote {
background: #00489a;
padding: 5px 16px;
color: var(--color-white);
border-radius: 5px;
font-size: 15px;
line-height: 26px;
margin-right: 15px;
}
.header_v13 .navbar_outer {
position: relative;
padding: 10px 0px;
}
.header_v13 .navbar_outer .site-logo {
position: relative;
padding-right: 30px;
}
.header_v13 .navbar_outer .site-logo a {
display: block;
}
.header_v13 .navbar_outer .inner_box {
display: flex;
justify-content: space-between;
align-items: center;
}
.header_v13 .navbar_outer .header_content .navbar_nav > li.dropdown::after {
top: 3px;
}
.header_v13 .navbar_outer .header_content .navbar_nav > li .dropdown_menu {
margin-top: 3rem;
}
.header_v13 .navbar_outer .header_content .navbar_nav > li .dropdown_menu > li.dropdown::after {
transform: rotate(270deg);
}
.header_v13 .navbar_outer .header_content .navbar_nav > li:hover > .dropdown_menu {
margin-top: 2.5rem !important;
}
.header_v13 .navbar_outer .header_content .navbar_nav > li:hover > .dropdown_menu li:hover .dropdown_menu {
margin-top: 1rem !important;
}
.header_v13 .navbar_outer .navbar_right {
position: relative;
padding-left: 40px;
margin-bottom: 0px;
text-align: right;
}
.header_v13 .navbar_outer .navbar_right li {
display: inline-block;
padding-left: 20px;
margin-left: 6px;
padding-top: 15px !important;
}
.header_v13 .navbar_outer .navbar_right li i {
font-size: 22px;
color: var(--menu-color);
line-height: 40px;
transition: all 0.6s ease-in-out;
font-weight: normal !important;
}
.header_v13 .navbar_outer .navbar_right li .contact-toggler {
width: 40px;
border-radius: 8px;
background: #00489a;
color: var(--color-white);
font-size: 22px;
align-items: center !important;
font-weight: normal !important;
border: 0px;
}
.header_v13 .navbar_outer .navbar_right li .contact-toggler i {
color: var(--color-white);
}
.header_v13 .navbar_outer .navbar_right li .contact-toggler:hover {
background: var(--primary-color-two);
color: var(--color-white);
}
.header_v13 .navbar_outer .navbar_right li .mini-cart-count {
top: 2px;
}
.header_v13 .header_content {
display: flex;
justify-content: end;
}
header .flaticon-list {
display: block !important;
}
.header_v14 {
position: relative;
padding: 0px !important;
}
.header_v14 ul {
padding: 0px;
margin: 0px;
}
.header_v14 ul.navbar_left {
padding-left: 10px;
}
.header_v14 .header_top {
position: relative;
background: #00489a;
}
.header_v14 .header_top ul.contact_info_two li {
position: relative;
display: inline-block;
color: var(--color-white);
font-size: 15px;
padding: 15px 0px;
font-weight: 400;
margin-bottom: 0px;
margin-right: 30px;
}
.header_v14 .header_top ul.contact_info_two li:last-child {
margin-right: 0px;
}
.header_v14 .header_top .top_right {
text-align: right;
}
.header_v14 .header_top .top_right ul li {
position: relative;
display: inline-block;
list-style: none;
font-size: 15px;
font-weight: 400;
padding-bottom: 0px;
margin-right: 25px;
}
.header_v14 .header_top .top_right ul li a {
color: #fff;
}
.header_v14 .header_top .top_right ul li:last-child {
margin-right: 0px;
}
.header_v14 .header_mid {
position: relative;
padding: 27px 0px 47px;
}
.header_v14 .header_mid .contact_widget {
text-align: center;
}
.header_v14 .header_mid .logo a {
display: block;
}
.header_v14 .header_mid .contact_info {
display: inline-block;
margin: auto;
}
.header_v14 .header_mid .contact_info li {
list-style: none;
padding-left: 60px;
position: relative;
display: inline-block;
margin-right: 45px;
text-align: left;
}
.header_v14 .header_mid .contact_info li small {
font-size: 18px;
font-weight: 600;
color: var(--heading-dark);
line-height: 26px;
margin-bottom: 3px;
font-family: var(--creote-family-one);
}
.header_v14 .header_mid .contact_info li span {
position: absolute;
left: 0;
top: 0;
font-size: 40px;
display: block;
font-weight: 500;
line-height: 50px;
color: #00489a;
}
.header_v14 .header_mid .contact_info li p {
margin-bottom: 0px;
}
.header_v14 .header_mid .contact_info li p a {
color: var(--text-color-dark);
}
.header_v14 .header_mid .contact_info li:last-child {
margin-right: 0px;
}
.header_v14 .header_mid .theme_btn.type_one {
min-width: 200px;
width: auto;
padding: 0px 15px;
border-radius: 50px;
}
.header_v14 .navbar_outer {
position: absolute;
content: "";
width: 100%;
z-index: 99;
background: transparent;
left: 0;
margin-top: -25px;
}
.header_v14 .navbar_outer .navbar_inner {
position: relative;
padding: 6px 0px 4px;
}
.header_v14 .navbar_outer .navbar_inner:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 6px;
left: 6px;
background: var(--color-white);
z-index: -2;
border-radius: 4px;
opacity: 0.3;
}
.header_v14 .navbar_outer .navbar_inner:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: var(--color-white);
z-index: -1;
border-radius: 5px;
box-shadow: var(--box-shadow);
}
.header_v14 .navbar_outer .header_content_collapse {
display: flex;
justify-content: space-between;
align-items: center;
}
.header_v14 .navbar_outer .header_menu_box {
padding-left: 10px;
}
.header_v14 .navbar_outer .navbar_right li {
list-style: none;
margin-left: 0px !important;
padding: 0px 25px !important;
display: inline-block;
position: relative;
}
.header_v14 .navbar_outer .navbar_right li i {
font-size: 20px;
color: var(--heading-dark);
font-weight: 500;
}
.header_v14 .navbar_outer .navbar_right li:before {
position: absolute;
content: "";
width: 1px;
background: var(--text-color-dark);
height: 25px;
right: 0;
opacity: 0.5;
top: 1px;
}
.header_v14 .navbar_outer .navbar_right li:last-child {
padding-right: 0px !important;
}
.header_v14 .navbar_outer .navbar_right li:last-child::before {
display: none;
}
.header_v14 .navbar_outer .navbar_right li.dropdown::after {
display: none;
}
.header_v14 .navbar_outer .navbar_right li .dropdown_menu {
left: unset;
right: 0;
}
.header_v14 .navbar_outer .navbar_right li .woocommerce-mini-cart li::before {
display: none;
}
.header_v14 .navbar_outer .navbar_right li.search_link .dropdown_menu {
margin-top: 27px !important;
left: unset !important;
right: 0;
width: 350px !important;
padding: 10px !important;
}
.header_v14 .navbar_outer .navbar_right li.search_link .dropdown_menu:before {
position: absolute;
content: "";
width: 54%;
height: 30px;
top: -37px;
right: 0;
z-index: 1;
}
.header_v14 .navbar_outer .navbar_right li.search_link .dropdown_menu li {
padding: 0px !important;
}
.header_v14 .navbar_outer .navbar_right li.search_link .dropdown_menu input {
border-radius: 30px;
}
.header_v14 .navbar_outer .navbar_right li.search_link .dropdown_menu .search_box {
position: relative;
}
.header_v14 .navbar_outer .navbar_right li.search_link .dropdown_menu .search_box button[type=submit] {
position: absolute;
width: 50px;
height: 50px;
top: 0;
right: 0;
line-height: 50px;
border-radius: 50px;
}
.header_v14 .navbar_outer .navbar_right .widget_shopping_cart_content {
padding: 0px;
}
.header_v14 .navbar_outer .navbar_right .contact-toggler {
width: 40px;
border-radius: 8px;
background: #00489a;
font-size: 22px;
height: 40px;
border: unset;
border-radius: 50%;
align-items: center !important;
font-weight: normal !important;
}
.header_v14 .navbar_outer .navbar_right .contact-toggler i {
display: block !important;
color: var(--color-white);
}
.header_v14 .navbar_outer .navbar_right .nav-item {
padding: 0px 18px;
position: relative;
}
.header_v14 .navbar_outer .navbar_right .search_btn {
background: unset;
border: 0;
}
.header_v14 .navbar_outer .navbar_right .search_btn:after {
display: none;
}
.header_v14 .navbar_outer .site-logo {
display: none;
}
.header_v17 {
position: relative;
padding: 0px !important;
background: unset !important;
}
.header_v17 .header_mid {
position: relative;
background: var(--primary-color-two);
padding: 15px 0px;
}
.header_v17 .header_mid .midbar_mid {
text-align: center;
}
.header_v17 .header_mid .midbar_mid ul {
margin: 0px;
padding: 0px;
}
.header_v17 .header_mid .midbar_mid ul li {
list-style: none;
display: inline-block;
position: relative;
padding-right: 50px;
text-align: left;
}
.header_v17 .header_mid .midbar_mid ul li:last-child {
padding-right: 0px;
}
.header_v17 .header_mid .midbar_mid ul li span {
position: absolute;
height: 32px;
top: 0;
bottom: 0;
left: 0;
margin: auto;
font-size: 32px;
line-height: 32px;
color: #00489a;
margin-right: 20px;
}
.header_v17 .header_mid .midbar_mid ul li small {
color: var(--color-white);
padding-left: 50px;
}
.header_v17 .header_mid .midbar_mid ul li p {
margin: 0px;
padding-left: 50px;
color: var(--color-white);
}
.header_v17 .header_mid .midbar_mid ul li p a {
color: var(--color-white);
}
.header_v17 .navbar_outer {
position: absolute;
left: 0;
width: 100%;
z-index: 99;
padding: 20px 0px;
}
.header_v17 .navbar_outer .site-logo {
position: relative;
padding-right: 30px;
}
.header_v17 .navbar_outer .site-logo a {
display: block;
}
.header_v17 .navbar_outer .inner_box {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 30px;
border: 1px solid var(--color-white);
border-radius: 50px;
}
.header_v17 .navbar_outer .header_content {
display: flex;
align-items: center;
justify-content: center;
}
.header_v17 .navbar_outer .navbar_right {
position: relative;
padding: 5px 5px;
border-radius: 30px;
background: var(--color-white);
}
.header_v17 .navbar_outer .navbar_right .flaticon-list {
display: block !important;
}
.header_v17 .navbar_outer .navbar_right .flaticon-list:before {
content: "\f146";
position: relative;
top: 2px;
}
.header_v17 .navbar_outer .navbar_right ul {
display: flex;
align-items: center;
margin: 0px;
padding: 0px;
}
.header_v17 .navbar_outer .navbar_right ul li {
display: block;
padding: 0px 10px;
padding-top: 0px !important;
margin: 0px;
}
.header_v17 .navbar_outer .navbar_right ul li.search_link i {
top: 2px;
position: relative;
}
.header_v17 .navbar_outer .navbar_right ul li .mini-cart-count {
top: -3px;
}
.header_v17 .navbar_outer .navbar_right ul li .contact-toggler {
border-radius: 30px;
}
.header_v17 .navbar_outer .navbar_right ul li a {
cursor: pointer;
text-align: center;
padding: 0px;
margin: 0px;
}
.header_v17 .navbar_outer .navbar_right ul li a i {
font-size: 22px;
color: var(--menu-color);
line-height: 22px;
transition: all 0.6s ease-in-out;
font-weight: normal !important;
}
.header_v17 .navbar_outer .navbar_right ul li a.side-menu__toggler {
width: 40px;
height: 40px;
border-radius: 30px;
background: #00489a;
color: var(--color-white);
font-size: 20px;
align-items: center !important;
font-weight: normal !important;
}
.header_v17 .navbar_outer .navbar_right ul li a.side-menu__toggler i {
color: var(--color-white);
}
.header_v17 .navbar_outer .navbar_right ul li a.side-menu__toggler:hover {
background: var(--primary-color-two);
color: #00489a;
}
.header_v17 .navbar_outer .navbar_right ul li:last-child {
padding-right: 0px;
}
.header_v17 .navbar_outer .navbar_right ul li:first-child {
padding-left: 0px;
}
.header_v17 .navbar_outer .navbar_right .search_link .dropdown-menu {
margin-top: 27px !important;
left: -190px !important;
width: 350px !important;
padding: 10px !important;
}
.header_v17 .navbar_outer .navbar_right .search_link .dropdown-menu .search_box button[type=submit] {
position: absolute;
width: 50px;
height: 50px;
top: 0;
right: 0;
line-height: 50px;
border-radius: 50px;
}
.header_v17 .navbar_outer .navbar_right .cart_box .dropdown-menu {
margin-top: 27px !important;
left: -200px !important;
width: 300px !important;
padding: 10px !important;
}
.main-header .mini-cart-count {
position: absolute;
background: #00489a;
font-size: 10px;
font-family: var(--creote-family-one);
font-weight: 700;
width: 16px;
top: -10px;
right: 0;
left: 0;
margin: auto;
height: 16px;
text-align: center;
line-height: 19px;
border-radius: 27px;
display: block;
color: var(--color-white);
}
.main-header .mini-cart-count i {
font-size: 24px;
line-height: 24px;
color: var(--menu-color);
font-weight: 500;
}
.main-header .dropdown-menu-mini-cart {
left: unset !important;
right: 0 !important;
min-width: 350px !important;
padding: 10px 10px !important;
}
.main-header .dropdown-menu-mini-cart li {
display: block !important;
list-style: none !important;
}
.main-header .dropdown-menu-mini-cart li .remove_from_cart_button {
font-size: 16px;
}
.header_v13 .navbar_outer .header_content .navbar_nav > li:hover > .dropdown_menu.dropdown-menu-mini-cart {
margin-top: 1.6rem !important;
}
@media (max-width: 1024px) {
.display_none_after_1200 {
display: none;
}
.navbar_right {
display: none !important;
}
.button_box_menu {
display: block !important;
}
.main-header.header_v2 .header_top {
text-align: center;
}
.main-header.header_v2 .header_top ul li {
margin-left: 15px;
}
.main-header.header_v2 .header_top .top_right {
padding-bottom: 15px;
text-align: center !important;
}
.main-header.header_v2 .navbar_outer .col-lg-12 {
padding: 15px 30px;
display: flex;
justify-content: space-between;
align-items: center;
}
.main-header.header_v2 .navbar_outer .site-logo {
display: block !important;
}
.main-header.header_v2 .navbar_outer .site-logo a {
display: block;
}
}
@media (max-width: 768px) {
.header_v13 .header_top ul {
text-align: center;
}
.header_v2 .header_top ul.contact_info_two {
margin-bottom: 15px;
margin-top: 10px;
}
.header_v2 .header_top ul.contact_info_two li {
padding: 5px 10px !important;
margin: 0px !important;
}
.header_v2 .header_mid .contact_info li {
padding-bottom: 20px !important;
margin: 0px !important;
}
.header_v2 .header_mid .contact_info li:last-child {
padding-bottom: 0px !important;
}
} .owl-item .animate_up {
position: relative;
display: block;
overflow: hidden;
opacity: 0;
transform: perspective(400px) rotateY(0deg) translateY(-120px);
transform-origin: bottom;
transition: all 1000ms ease;
z-index: 10;
}
.owl-item.active .animate_up {
opacity: 1 !important;
visibility: visible !important;
transform: perspective(400px) rotateY(0deg) translateY(0px);
transition-delay: 1000ms;
}
.owl-item .animate_down {
position: relative;
display: block;
overflow: hidden;
opacity: 0;
transform: perspective(400px) rotateY(0deg) translateY(120px);
transform-origin: bottom;
transition: all 1000ms ease;
z-index: 10;
}
.owl-item.active .animate_down {
opacity: 1 !important;
visibility: visible !important;
transform: perspective(400px) rotateY(0deg) translateY(0px);
transition-delay: 1000ms;
}
.owl-item .animate_left {
position: relative;
display: block;
overflow: hidden;
opacity: 0;
transform: perspective(400px) rotateY(0deg) translateX(120px);
transform-origin: bottom;
transition: all 1000ms ease;
z-index: 10;
}
.owl-item.active .animate_left {
opacity: 1 !important;
visibility: visible !important;
transform: perspective(400px) rotateY(0deg) translateX(0px);
transition-delay: 1000ms;
}
.owl-item .animate_right {
position: relative;
display: block;
overflow: hidden;
opacity: 0;
transform: perspective(400px) rotateY(0deg) translateX(-120px);
transform-origin: bottom;
transition: all 1000ms ease;
z-index: 10;
}
.owl-item.active .animate_right {
opacity: 1 !important;
visibility: visible !important;
transform: perspective(400px) rotateY(0deg) translateX(0px);
transition-delay: 1000ms;
} .slider {
position: relative;
width: 100%;
}
.slider .slide-item {
position: relative;
display: block;
background-color: #fff;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
overflow: hidden;
width: 100%;
}
.slider .animated {
animation-duration: 1.25s;
}
.slider.style_one .slide-item-content {
position: relative;
overflow: hidden;
}
.slider.style_one .slide-item-content .image-layer {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: cover !important;
}
.slider.style_one .slide-item-content .auto-container {
position: relative;
z-index: 10;
padding: 0px 15px;
}
.slider.style_one .slide-item-content .slider_content {
position: relative;
padding: 350px 0px 200px;
z-index: 11;
}
.slider.style_one .slide-item-content .slider_content h1 {
font-size: 72px;
line-height: 90px;
font-weight: 800;
margin-bottom: 20px;
color: #fff;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_one .slide-item-content .slider_content h6 {
font-size: 22px;
line-height: 32px;
font-weight: 600;
margin-bottom: 15px;
color: #fff;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_one .slide-item-content .slider_content p {
font-size: 17px;
line-height: 27px;
font-weight: 400;
color: var(--text-color-light);
margin-bottom: 30px;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_one .slide-item-content .slider_content .theme-btn.one {
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_one .slide-item-content .slider_image {
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
margin-bottom: -100px;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_one .slide-item-content::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: var(--primary-color-two);
opacity: 0.8;
z-index: 1;
}
.slider.style_one .slide-item-content.content_left .slider_image {
position: relative;
margin-right: -100px;
height: auto;
width: 700px;
}
.slider.style_one .slide-item-content.content_right .slider_image {
position: relative;
margin-left: -270px;
height: auto;
width: 700px;
}
.slider.style_one .slide-item-content.content_right .image_column {
order: -1;
}
.slider.style_one .owl-item.active .slide-item-content .slider_image {
opacity: 1;
}
.slider.style_one .owl-item.active .slide-item-content .slider_content h1 {
opacity: 1;
}
.slider.style_one .owl-item.active .slide-item-content .slider_content h6 {
opacity: 1;
}
.slider.style_one .owl-item.active .slide-item-content .slider_content p {
opacity: 1;
}
.slider.style_one .owl-item.active .slide-item-content .slider_content .theme-btn.one {
opacity: 1;
}
.slider.style_two {
min-height: 740px;
}
.slider.style_two .slide-item-content {
position: relative;
overflow: hidden;
}
.slider.style_two .slide-item-content .image-layer {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.slider.style_two .slide-item-content .auto-container {
position: relative;
z-index: 10;
padding: 85px 15px 85px;
}
.slider.style_two .slide-item-content .slider_content {
padding: 50px 0px 50px 0px;
position: relative;
z-index: 11;
}
.slider.style_two .slide-item-content .slider_content h1 {
font-size: 30px;
line-height: 90px;
font-weight: 700;
margin-bottom: 25px;
color: #fff;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
padding-left: 22px;
padding-bottom: 20px;
border-left: 1px solid rgba(255, 255, 255, 0.09);
border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.slider.style_two .slide-item-content .slider_content p {
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #fff;
opacity: 0.8;
margin-bottom: 50px;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_two .slide-item-content .slider_content ul {
padding: 0;
margin: 0;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_two .slide-item-content .slider_content ul li {
display: inline-block;
}
.slider.style_two .slide-item-content .slider_content ul li .video_box {
position: relative;
top: -20px;
left: 28px;
}
.slider.style_two .slide-item-content .slider_content ul li .video_box a {
position: relative;
display: inline-block;
font-size: 18px !important;
color: #ffffff;
width: 56px;
height: 56px;
line-height: 60px;
text-align: center !important;
border-radius: 50%;
background: rgba(255, 255, 255, 0.2);
background-image: inherit;
}
.slider.style_two .slide-item-content .slider_image {
border-radius: 15px;
border-left: 5px solid #00489a;
border-top: 5px solid #00489a;
overflow: hidden;
height: 500px;
width: 500px;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_two .slide-item-content .slider_image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.slider.style_two .slide-item-content.content_left .slider_image {
position: relative;
margin: 0px 0px 0px 0px;
margin-left: auto;
}
.slider.style_two .slide-item-content.content_right .slider_image {
position: relative;
margin-left: -100px;
}
.slider.style_two .slide-item-content.content_right .image_column {
order: -1;
}
.slider.style_two .slide-item-content::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: var(--primary-color-two);
opacity: 0.92;
z-index: 1;
}
.slider.style_two .owl-item.active .slide-item-content .image-layer {
opacity: 1;
}
.slider.style_two .owl-item.active .slide-item-content .slider_image {
opacity: 1;
}
.slider.style_two .owl-item.active .slide-item-content .slider_content h1 {
opacity: 1;
}
.slider.style_two .owl-item.active .slide-item-content .slider_content p {
opacity: 1;
}
.slider.style_two .owl-item.active .slide-item-content .slider_content ul {
opacity: 1;
}
.slider.style_two .swiper-button-prev::before,
.slider.style_two .swiper-button-next::before {
position: absolute;
font-family: "FontAwesome" !important;
width: 70px;
height: 70px;
line-height: 70px;
background: rgba(255, 255, 255, 0.08);
text-align: center;
font-size: 18px;
border-radius: 50%;
color: #fff;
}
.slider.style_two .swiper-button-next {
right: 50px;
}
.slider.style_three .content_right .slider_content {
text-align: right;
}
.slider.style_three .content_center .slider_content {
text-align: center;
}
.slider.style_three .slide-item-content {
position: relative;
overflow: hidden;
}
.slider.style_three .slide-item-content.content_right .slider_content ul li .video_box {
left: inherit !important;
}
.slider.style_three .slide-item-content.content_right .slider_content ul li .theme-btn {
margin-right: 40px;
}
.slider.style_three .slide-item-content .image-layer {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: cover !important;
}
.slider.style_three .slide-item-content .auto-container {
position: relative;
z-index: 10;
padding: 150px 15px;
}
.slider.style_three .slide-item-content .slider_content {
padding: 50px 0px 0px 0px;
position: relative;
z-index: 11;
}
.slider.style_three .slide-item-content .slider_content h1 {
font-size: 80px;
line-height: 100px;
font-weight: 800;
margin-bottom: 25px;
color: #fff;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_three .slide-item-content .slider_content p {
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 50px;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_three .slide-item-content .slider_content a.theme-btn {
background: #fff;
color: #00489a;
}
.slider.style_three .slide-item-content .slider_content ul {
padding: 0;
margin: 0;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_three .slide-item-content .slider_content ul li {
display: inline-block;
}
.slider.style_three .slide-item-content .slider_content ul li .video_box {
position: relative;
top: 3px;
left: 40px;
}
.slider.style_three .slide-item-content .slider_content ul li .video_box a {
position: relative;
display: inline-block;
font-size: 18px !important;
color: #ffffff;
width: 56px;
height: 56px;
line-height: 60px;
text-align: center !important;
border-radius: 50%;
background: #00489a;
background-image: inherit;
}
.slider.style_three .slide-item-content .slider_content .video_box a:before,
.slider.style_three .slide-item-content .slider_content .video_box a:after {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
width: 56px;
height: 56px;
}
.slider.style_three .slide-item-content .slider_image {
border-radius: 50%;
overflow: hidden;
height: 500px;
width: 500px;
}
.slider.style_three .slide-item-content .slider_image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.slider.style_three .slide-item-content.content_left .slider_image {
position: relative;
margin: 0px 0px 0px 0px;
margin-left: auto;
}
.slider.style_three .slide-item-content.content_right .slider_image {
position: relative;
margin: 0px 0px 0px 0px;
}
.slider.style_three .slide-item-content.content_right .image_column {
order: -1;
}
.slider.style_three .slide-item-content::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: linear-gradient(180deg, var(--primary-color-two) 40%, rgba(0, 0, 0, 0) 100%);
opacity: 0.9;
z-index: 1;
}
.slider.style_three .slide-item-content .content_left {
text-align: left;
}
.slider.style_three .slide-item-content .content_left::after {
background: linear-gradient(132deg, var(--primary-color-two) 40%, rgba(0, 0, 0, 0) 100%);
}
.slider.style_three .slide-item-content .content_center {
text-align: center;
}
.slider.style_three .slide-item-content .content_center::after {
background: linear-gradient(180deg, var(--primary-color-two) 60%, rgba(0, 0, 0, 0) 120%);
}
.slider.style_three .slide-item-content .content_right {
text-align: right;
}
.slider.style_three .slide-item-content .content_right::after {
background: linear-gradient(-132deg, var(--primary-color-two) 40%, rgba(0, 0, 0, 0) 100%);
}
.slider.style_three .owl-item.active .image-layer {
opacity: 1;
}
.slider.style_three .owl-item.active .slider_content h1,
.slider.style_three .owl-item.active .slider_content p,
.slider.style_three .owl-item.active .slider_content ul {
opacity: 1;
}
.slider.style_three .swiper-button-prev::before,
.slider.style_three .swiper-button-next::before {
position: absolute;
font-family: "FontAwesome" !important;
width: 70px;
height: 70px;
line-height: 70px;
background: rgba(255, 255, 255, 0.08);
text-align: center;
font-size: 18px;
color: var(--primary-color-two);
border-radius: 50%;
color: #fff;
}
.slider.style_three .swiper-button-next {
right: 50px;
}
.slider.style_three .swiper-button-prev::before,
.slider.style_three .swiper-button-next::before {
background: rgba(0, 0, 0, 0.2);
}
.slider.style_four .slide-item-content {
position: relative;
overflow: hidden;
}
.slider.style_four .slide-item-content .image-layer {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: cover !important;
}
.slider.style_four .slide-item-content .auto-container {
position: relative;
z-index: 10;
padding: 0px 15px;
}
.slider.style_four .slide-item-content .slider_content {
position: relative;
padding: 350px 0px 200px;
z-index: 11;
}
.slider.style_four .slide-item-content .slider_content h1 {
font-size: 72px;
line-height: 90px;
font-weight: 800;
margin-bottom: 20px;
color: #fff;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_four .slide-item-content .slider_content h6 {
font-size: 18px;
background: rgba(255, 255, 255, 0.1);
border: 2px solid #00489a;
padding: 10px 30px;
line-height: 32px;
display: inline-block;
font-weight: 600;
margin-bottom: 25px;
border-radius: 20px 0px;
color: #fff;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_four .slide-item-content .slider_content p {
font-size: 17px;
line-height: 27px;
font-weight: 400;
color: var(--text-color-light);
margin-bottom: 30px;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_four .slide-item-content .slider_content .theme-btn.one {
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.slider.style_four .slide-item-content .content_left {
text-align: left !important;
}
.slider.style_four .slide-item-content .content_right {
text-align: right !important;
}
.slider.style_four .slide-item-content .content_center {
text-align: center !important;
}
.slider.style_four .owl-item.active .slide-item-content .image-layer {
opacity: 1;
}
.slider.style_four .owl-item.active .slide-item-content .slider_content h1 {
opacity: 1;
}
.slider.style_four .owl-item.active .slide-item-content .slider_content h6 {
opacity: 1;
}
.slider.style_four .owl-item.active .slide-item-content .slider_content p {
opacity: 1;
}
.slider.style_four .owl-item.active .slide-item-content .slider_content .theme-btn.one {
opacity: 1;
}
.slider.slider_version_v4.slider .owl-prev::before, .slider.slider_version_v4.slider .owl-next::before {
background: #fff;
color: #00489a;
}
.slider.slider_version_v4 .slide-item-content::before {
display: none;
}
.slider.slider_version_v4 .slide-item-content .slider_content {
padding: 250px 0px 200px;
}
.slider.slider_version_v4 .slide-item-content .slider_content h1 {
font-size: 54px;
line-height: 66px;
color: var(--heading-dark);
}
.slider.slider_version_v4 .slide-item-content .slider_content h6 {
font-size: 18px;
line-height: 30px;
padding: 5px 15px;
background: #fff;
color: #00489a;
font-weight: 600;
display: inline-block;
margin-bottom: 30px;
}
.slider.slider_version_v4 .slide-item-content .slider_content ul {
margin: 0px;
padding: 0px;
}
.slider.slider_version_v4 .slide-item-content .slider_content ul li {
display: inline-block;
}
.slider.slider_version_v4 .slide-item-content .slider_content ul li:first-child {
margin-right: 20px;
}
.slider.slider_version_v4 .slide-item-content .slider_content .tag_content {
position: relative;
font-size: 30px;
font-family: var(--creote-family-one);
font-weight: 700;
line-height: 40px;
display: flex;
top: 7px;
color: var(--heading-dark);
}
.slider .owl-nav {
display: none;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
width: 100%;
height: 0px;
left: 0;
right: 0;
}
.slider.nav_position_two .owl-nav, .slider.nav_position_one .owl-nav {
display: block;
}
.slider .owl-prev,
.slider .owl-next {
background: none;
}
.slider .owl-prev span,
.slider .owl-next span {
display: none;
}
.slider .owl-prev::before,
.slider .owl-next::before {
position: absolute;
font-family: "FontAwesome" !important;
width: 60px;
height: 60px;
line-height: 60px;
background: rgba(255, 255, 255, 0.1);
text-align: center;
font-size: 22px;
color: #fff;
border-radius: 50%;
}
.slider .owl-prev::after,
.slider .owl-next::after {
display: none !important;
}
.slider .owl-next::before {
content: "\f105";
}
.slider .owl-prev::before {
content: "\f104";
}
.slider.nav_position_one .owl-next {
position: absolute;
top: 0;
right: 110px;
bottom: 0;
margin: auto;
z-index: 99;
}
.slider.nav_position_one .owl-prev {
position: absolute;
top: 0;
left: 50px;
bottom: 0;
margin: auto;
z-index: 99;
}
.slider.nav_position_two .owl-nav {
position: absolute;
bottom: 80px;
width: 100%;
top: inherit;
left: 0;
right: 0;
text-align: center;
height: auto;
}
.slider.nav_position_two .owl-next,
.slider.nav_position_two .owl-prev {
position: relative;
display: inline-block;
top: inherit;
left: 0;
right: 0;
margin: auto;
}
.slider.nav_position_two .owl-next {
right: -70px;
}
.slider.nav_position_two .owl-prev {
left: -70px;
}
.slider .owl-dots {
display: none;
}
.slider.pag_position_two .owl-dots, .slider.pag_position_one .owl-dots {
display: block;
}
.slider .banner_carousel .owl-dots {
position: absolute !important;
bottom: 20px !important;
left: 0 !important;
right: 0 !important;
margin: auto;
width: 100% !important;
transform: inherit !important;
text-align: center;
}
.slider .banner_carousel .owl-dots .owl-dot {
position: relative;
left: 0 !important;
display: inline-block;
margin: 0px 10px;
width: 10px;
height: 10px;
opacity: 1;
background: transparent;
border: 1px solid #fff;
border-radius: 30px;
transform: inherit !important;
transition: all 500ms ease 0ms !important;
-moz-transition: all 500ms ease 0ms !important;
-ms-transition: all 500ms ease 0ms !important;
-o-transition: all 500ms ease 0ms !important;
}
.slider .banner_carousel .owl-dots .owl-dot.active {
background: #00489a;
width: 15px;
border-color: #00489a;
}
.slider .banner_carousel .owl-dots .owl-dot:hover {
background: #00489a;
width: 15px;
border-color: #00489a;
}
.slider.pag_position_two .owl-dots {
position: absolute !important;
left: 20px !important;
top: 50%;
bottom: inherit !important;
transform: translate3d(0px, -50%, 0) !important;
-ms-transform: translate3d(0px, -50%, 0) !important;
-moz-transform: translate3d(0px, -50%, 0) !important;
-o-transform: translate3d(0px, -50%, 0) !important;
margin: inherit !important;
width: 50px !important;
}
.slider.pag_position_two .owl-dots .owl-dot {
display: block !important;
margin: 10px 0px;
}
.slider.pag_position_two .owl-dots .owl-dot.active {
width: 10px;
height: 15px;
}
.slider.pag_position_two .owl-dots .owl-dot:hover {
width: 10px;
height: 15px;
} .slider_version_v2 {
position: relative;
}
.slider_version_v2 .slide-item-content.content_left {
text-align: left;
}
.slider_version_v2 .slide-item-content.content_center {
text-align: center;
}
.slider_version_v2 .slide-item-content.content_right {
text-align: right;
}
.slider_version_v2 .slide-item-content .full-container {
padding: 200px 100px 200px;
}
.slider_version_v2 .banner_carousel .owl-dots .owl-dot {
margin: 0px 5px;
}
.slider_version_v2 .banner_carousel .owl-dots .owl-dot.active {
background: #fff;
border-color: #fff;
}
.slider_version_v2 .owl-prev {
top: -64px !important;
}
.slider_version_v2 .owl-prev::before {
content: "\e934";
font-family: "icomoon" !important;
}
.slider_version_v2 .owl-next {
top: -64px !important;
}
.slider_version_v2 .owl-next::before {
content: "\e933";
font-family: "icomoon" !important;
}
.slider_version_v2.style_one .slide-item-content::before {
display: none !important;
}
.slider_version_v2.style_one .slide-item-content .slider_content h6 {
font-size: 22px;
line-height: 32px;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
}
.slider_version_v2.style_one .slide-item-content .slider_content h1 {
font-size: 72px;
text-decoration: underline;
line-height: 90px;
font-weight: 700;
color: #fff;
margin-bottom: 20px;
-webkit-text-decoration: 4px underline;
text-decoration: 4px underline;
}
.slider_version_v2.style_one .slide-item-content .slider_content p {
font-size: 17px;
color: var(--text-color-dark);
font-weight: 400;
line-height: 28px;
margin-bottom: 40px;
}
.slider_version_v2.style_two .slide-item-content::before {
display: none !important;
}
.slider_version_v2.style_two .slide-item-content::after {
display: none !important;
}
.slider_version_v2.style_two .slide-item-content .slider_content h6 {
font-size: 14px;
-webkit-text-decoration: 1px underline;
text-decoration: 1px underline;
text-transform: uppercase;
line-height: 28px;
font-weight: 600;
color: #00489a;
margin-bottom: 25px;
}
.slider_version_v2.style_two .slide-item-content .slider_content h1 {
font-size: 72px;
line-height: 90px;
font-weight: 700;
color: var(--primary-color-two);
margin-bottom: 20px;
padding-left: 0px;
padding-bottom: 0px;
border: 0px !important;
}
.slider_version_v2.style_two .slide-item-content .slider_content p {
font-size: 17px;
color: var(--text-color-dark);
font-weight: 400;
line-height: 28px;
margin-bottom: 40px;
}
.slider_version_v2.style_two .slide-item-content .slider_content a.theme-btn {
font-size: 12px;
font-weight: 600;
font-family: var(--creote-family-one);
text-transform: uppercase;
}
.slider_version_v2.style_two .owl-prev::before {
background: rgba(0, 0, 0, 0.1);
}
.slider_version_v2.style_two .owl-next::before {
background: rgba(0, 0, 0, 0.1);
}
.slider_version_v2.style_three .slide-item-content:before {
display: none !important;
}
.slider_version_v2.style_three .slide-item-content:after {
display: none !important;
}
.slider_version_v2.style_three .slide-item-content .slider_content h6 {
font-size: 22px;
line-height: 32px;
font-weight: 600;
color: #fff;
margin-bottom: 25px;
}
.slider_version_v2.style_three .slide-item-content .slider_content h1 {
font-size: 72px;
line-height: 90px;
font-weight: 700;
color: #fff;
margin-bottom: 30px;
padding-left: 0px;
padding-bottom: 0px;
border: 0px !important;
}
.slider_version_v2.style_three .slide-item-content .slider_content p {
font-size: 17px;
color: rgba(255, 255, 255, 0.6);
font-weight: 400;
line-height: 28px;
margin-bottom: 40px;
}
.slider_version_v2.style_three .slide-item-content .slider_content a.theme-btn {
font-size: 12px;
font-weight: 600;
font-family: var(--creote-family-one);
color: #fff;
background: #00489a;
text-transform: uppercase;
}
.slider_version_v2.style_five .slide-item {
background: transparent !important;
}
.slider_version_v2.style_five .image-layer {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: cover !important;
}
.slider_version_v2.style_five .slide-item-content::before {
display: none !important;
}
.slider_version_v2.style_five .slide-item-content::after {
display: none !important;
}
.slider_version_v2.style_five .slide-item-content .slider_content {
padding: 100px 0px;
}
.slider_version_v2.style_five .slide-item-content .slider_content h6 {
font-size: 14px;
line-height: 28px;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
display: block;
position: relative;
}
.slider_version_v2.style_five .slide-item-content .slider_content h1 {
font-size: 72px;
line-height: 90px;
font-weight: 800;
color: #fff;
margin-bottom: 20px;
padding-left: 0px;
padding-bottom: 0px;
border: 0px !important;
position: relative;
}
.slider_version_v2.style_five .slide-item-content .slider_content p {
font-size: 17px;
color: #fff;
opacity: 0.9;
font-weight: 400;
line-height: 28px;
margin-bottom: 40px;
}
.slider_version_v2.style_five .slide-item-content .slider_content a.theme-btn {
font-size: 12px;
font-weight: 600;
font-family: var(--creote-family-one);
text-transform: uppercase;
border-radius: 8px;
}
.slider_version_v2.style_five .owl-prev::before {
background: rgba(0, 0, 0, 0.1);
}
.slider_version_v2.style_five .owl-next::before {
background: rgba(0, 0, 0, 0.1);
}
.slider_version_v2.style_four .slider_content h1 {
font-size: 85px;
line-height: 100px;
font-weight: 800;
color: #fff;
margin-bottom: 20px;
}
.slider_version_v2.style_four .slider_content h1 span {
font-size: 50px;
display: block;
line-height: 70px;
font-weight: 600;
margin-bottom: 10px;
}
.slider_version_v2.style_four .slider_content p {
font-size: 17px;
color: #fff;
opacity: 0.9;
font-weight: 400;
line-height: 28px;
margin-bottom: 40px;
}
.slider_version_v2.style_four .slider_content .thm_btn {
position: relative;
padding-top: 20px;
}
.slider_version_v2.style_four .slider_content .thm_btn a {
font-size: 15px;
text-transform: unset;
font-weight: 600;
border-radius: 50px;
}
.slider_version_v2.style_four .slider_content .thm_btn a.two {
border-color: #fff;
color: #fff;
}
.slider_version_v2.style_four .slider_content .thm_btn a.two:hover {
border-color: #00489a;
}
.slider_version_v2.style_four .content_left .slider_content .thm_btn a {
margin-right: 15px;
}
.slider_version_v2.style_four .content_center .slider_content .thm_btn a {
margin: 0px 10px;
}
.slider_version_v2.style_four .content_right .slider_content .thm_btn a {
margin-left: 15px;
}
.slider_version_v3.style_one .slide-item-content::before {
display: none;
}
.slider_version_v3.style_one .slide-item-content .contnet_d_flex {
display: flex;
padding: 0px 15px;
}
.slider_version_v3.style_one .slide-item-content .contnet_d_flex .text_box_content {
position: relative;
width: 55%;
min-width: 55%;
}
.slider_version_v3.style_one .slide-item-content .slider_content {
padding: 215px 0px 240px;
}
.slider_version_v3.style_one .slide-item-content .slider_content h6 {
font-size: 14px;
-webkit-text-decoration: 1px underline;
text-decoration: 1px underline;
text-transform: uppercase;
line-height: 28px;
font-weight: 600;
color: #00489a;
margin-bottom: 25px;
}
.slider_version_v3.style_one .slide-item-content .slider_content h1 {
font-size: 60px;
line-height: 72px;
font-weight: 700;
color: var(--primary-color-two);
margin-bottom: 20px;
padding-left: 0px;
padding-bottom: 0px;
border: 0px !important;
}
.slider_version_v3.style_one .slide-item-content .slider_content p {
font-size: 17px;
color: var(--text-color-dark);
font-weight: 400;
line-height: 28px;
margin-bottom: 25px;
}
.slider_version_v3.style_one .slide-item-content .slider_content ul {
position: relative;
margin: 0 0 40px 0;
padding: 0 0px 0px 20px;
}
.slider_version_v3.style_one .slide-item-content .slider_content ul li {
list-style: none;
position: relative;
}
.slider_version_v3.style_one .slide-item-content .slider_content ul li::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
left: -20px;
top: 0;
bottom: 0;
margin: auto;
background: #00489a;
}
.slider_version_v3.style_one .slide-item-content .slider_content ul li:after {
position: absolute;
content: "";
width: 6px;
height: 6px;
opacity: 0.4;
left: -14px;
top: 0;
bottom: 0;
margin: auto;
background: #00489a;
}
.slider_version_v3.style_one .slide-item-content .slider_content a.theme-btn {
font-size: 12px;
font-weight: 600;
font-family: var(--creote-family-one);
text-transform: uppercase;
}
.slider_version_v3.style_one .slide-item-content .slider_image {
position: absolute;
display: flex;
min-width: 695px;
bottom: -21px;
}
.slider_version_v3 .pr_relative {
position: relative;
}
.slider_version_v3 .pr_relative .contact_box_ban {
position: absolute;
display: flex;
bottom: 0;
left: 0;
z-index: 9;
padding: 10px 20px 50px;
}
.slider_version_v3 .pr_relative .contact_box_ban .icon_bx {
min-width: 65px;
width: 65px;
align-items: center;
}
.slider_version_v3 .pr_relative .contact_box_ban .icon_bx span {
font-size: 25px;
width: 50px;
height: 50px;
background: #00489a;
line-height: 50px;
border-radius: 50px;
text-align: center;
display: block;
color: #fff;
top: 6px;
}
.slider_version_v3 .pr_relative .contact_box_ban .conent_bx {
position: relative;
}
.slider_version_v3 .pr_relative .contact_box_ban .conent_bx h6 {
margin-bottom: 5px;
font-size: 18px;
line-height: 26px;
}
.slider_version_v3 .pr_relative .contact_box_ban .conent_bx p {
margin-bottom: 0px;
}
.slider_version_v4 .slide-item-content::before {
display: none;
}
.slider_version_v4.slider.style_one .tag_content {
position: relative;
font-size: 30px;
font-family: var(--creote-family-one);
font-weight: 700;
line-height: 40px;
display: flex;
top: 7px;
color: var(--heading-dark);
}
.slider_version_v4.slider.style_one .tag_content span {
font-size: 16px;
display: inline-block;
font-weight: 600;
font-style: italic;
margin-right: 15px;
color: #00489a;
}
.slider_version_v4.slider.style_one .slide-item-content .slider_content h6 {
font-size: 18px;
line-height: 30px;
padding: 5px 15px;
background: #fff;
color: #00489a;
font-weight: 600;
display: inline-block;
margin-bottom: 30px;
}
.slider_version_v4.slider.style_one .slide-item-content .slider_content h1 {
font-size: 54px;
line-height: 66px;
}
.slider_version_v4.slider.style_one .slide-item-content ul {
padding: 0px;
margin: 0px;
}
.slider_version_v4.slider.style_one .slide-item-content ul li {
display: inline-block;
margin-right: 20px;
}
.slide-item-content.content_left .video_box:before, .slide-item-content.content_left .video_box:after {
top: 40% !important;
left: 40% !important;
}
.slide-item-content.content_center .video_box:before, .slide-item-content.content_center .video_box:after {
top: 40% !important;
}
.slide-item-content.content_right .video_box:before, .slide-item-content.content_right .video_box:after {
top: 40% !important;
left: 60% !important;
}
.slider.style_two .slide-item-content.content_right .video_box:before, .slider.style_two .slide-item-content.content_right .video_box:after {
top: 40% !important;
left: 40% !important;
}
@media (max-width: 992px) {
.slider_version_v3.style_one .slide-item-content {
text-align: left !important;
padding: 200px 0px !important;
}
.slider_version_v3.style_one .slide-item-content .contnet_d_flex {
display: block;
}
.slider_version_v3.style_one .slide-item-content .contnet_d_flex .text_box_content {
width: 100%;
min-height: 100%;
}
.slider_version_v3.style_one .slide-item-content .slider_image {
display: none;
position: relative;
border: 0px;
min-width: 30%;
margin: auto;
}
.slider_version_v3.style_one .owl-nav {
display: none !important;
}
.slider_version_v4.style_one .tag_content {
display: block !important;
}
.slider_version_v4 .owl-nav {
display: none !important;
}
}
.style_page_eleven .slide-item-content {
position: relative;
overflow: hidden;
}
.style_page_eleven .slide-item-content .image-layer {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: cover !important;
}
.style_page_eleven .slide-item-content .auto-container {
position: relative;
z-index: 10;
padding: 0px 15px;
}
.style_page_eleven .slide-item-content .slider_content {
position: relative;
padding: 250px 0px 200px;
z-index: 11;
}
.style_page_eleven .slide-item-content .slider_content h6 {
color: #fff;
text-decoration: none;
white-space: normal;
line-height: 40px;
font-weight: 600;
font-size: 20px;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
margin-bottom: 30px;
}
.style_page_eleven .slide-item-content .slider_content h1 {
line-height: 77px;
letter-spacing: 1px;
font-weight: 800;
font-size: 57px;
margin-bottom: 50px;
color: #fff;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.style_page_eleven .slide-item-content .slider_content .theme-btn.one {
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.style_page_eleven .slide-item-content .slide-item {
min-height: 750px;
}
.style_page_eleven .slide-item-content .content_center {
text-align: center;
}
.style_page_eleven .slide-item-content .content_right {
text-align: right;
}
.style_page_twelve .slide-item-content {
position: relative;
overflow: hidden;
}
.style_page_twelve .slide-item-content .image-layer {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: cover !important;
}
.style_page_twelve .slide-item-content .auto-container {
position: relative;
z-index: 10;
padding: 0px 15px;
}
.style_page_twelve .slide-item-content .slider_content {
position: relative;
z-index: 11;
}
.style_page_twelve .slide-item-content .slider_content h6 {
color: #fff;
text-decoration: none;
white-space: normal;
line-height: 40px;
font-weight: 600;
font-size: 20px;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
margin-bottom: 30px;
}
.style_page_twelve .slide-item-content .slider_content h1 {
line-height: 77px;
letter-spacing: 1px;
font-weight: 800;
font-size: 57px;
margin-bottom: 50px;
color: #fff;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.style_page_twelve .slide-item-content .slider_content .theme-btn.one {
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.style_page_twelve .slide-item-content .slide-item {
min-height: 750px;
padding: 150px 0px 170px;
}
.style_page_twelve .slide-item-content .slider_image {
z-index: 12;
color: var(--color-white);
width: 600px;
height: 600px;
min-height: 0px;
min-width: 0px;
max-height: none;
max-width: none;
overflow: hidden;
border-color: rgba(7, 127, 128, 0.68);
border-style: solid;
border-width: 40px;
border-radius: 50%;
-webkit-backdrop-filter: none;
backdrop-filter: none;
filter: none;
transform-origin: 50% 50%;
}
.style_page_twelve .slide-item-content .content_center {
text-align: center;
}
.style_page_twelve .slide-item-content .content_right {
text-align: right;
}
.style_page_thirteen .slide-item-content {
position: relative;
overflow: hidden;
}
.style_page_thirteen .slide-item-content .image-layer {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: cover !important;
}
.style_page_thirteen .slide-item-content .auto-container {
position: relative;
z-index: 10;
padding: 0px 15px;
}
.style_page_thirteen .slide-item-content .slider_content {
position: relative;
z-index: 11;
}
.style_page_thirteen .slide-item-content .slider_content h6 {
color: #fff;
text-decoration: none;
white-space: normal;
line-height: 40px;
font-weight: 700;
font-size: 25px;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
margin-bottom: 32px;
}
.style_page_thirteen .slide-item-content .slider_content h1 {
z-index: 9;
color: var(--color-white);
line-height: 90px;
text-shadow: rgba(7, 133, 134, 0.83) 4px 2px 0px;
letter-spacing: 0px;
font-weight: 800;
font-size: 80px;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
margin-bottom: 20px;
}
.style_page_thirteen .slide-item-content .slider_content p {
color: var(--color-white);
text-decoration: none;
white-space: normal;
line-height: 28px;
letter-spacing: 0px;
font-weight: 400;
font-size: 18px;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
margin-bottom: 30px;
}
.style_page_thirteen .slide-item-content .slider_content ul {
margin: 0px;
padding: 0px;
}
.style_page_thirteen .slide-item-content .slider_content ul li {
display: inline-block;
padding-right: 30px;
}
.style_page_thirteen .slide-item-content .slider_content ul li:last-child {
padding-right: 0px;
}
.style_page_thirteen .slide-item-content .slider_content .theme-btn.one {
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.style_page_thirteen .slide-item-content .slide-item {
min-height: 750px;
padding: 170px 0px 200px;
}
.style_page_thirteen .slide-item-content .slider_image {
z-index: 12;
color: var(--color-white);
width: 600px;
height: 600px;
min-height: 0px;
min-width: 0px;
max-height: none;
max-width: none;
overflow: hidden;
border-color: rgba(7, 127, 128, 0.68);
border-style: solid;
border-width: 40px;
border-radius: 50%;
-webkit-backdrop-filter: none;
backdrop-filter: none;
filter: none;
transform-origin: 50% 50%;
}
.style_page_thirteen .slide-item-content .content_center {
text-align: center;
}
.style_page_thirteen .slide-item-content .content_right {
text-align: right;
}
.style_page_fourteen .slide-item-content {
position: relative;
overflow: hidden;
}
.style_page_fourteen .slide-item-content .image-layer {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: cover !important;
}
.style_page_fourteen .slide-item-content .auto-container {
position: relative;
z-index: 10;
padding: 0px 15px;
}
.style_page_fourteen .slide-item-content .slider_content {
position: relative;
z-index: 11;
}
.style_page_fourteen .slide-item-content .slider_content h6 {
color: #fff;
text-decoration: none;
white-space: normal;
line-height: 40px;
font-weight: 700;
font-size: 25px;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
margin-bottom: 32px;
}
.style_page_fourteen .slide-item-content .slider_content h1 {
color: var(--color-white);
line-height: 90px;
letter-spacing: 0px;
font-weight: 800;
font-size: 80px;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
margin-bottom: 20px;
}
.style_page_fourteen .slide-item-content .slider_content p {
color: var(--color-white);
text-decoration: none;
white-space: normal;
line-height: 28px;
letter-spacing: 0px;
font-weight: 400;
font-size: 18px;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
margin-bottom: 30px;
}
.style_page_fourteen .slide-item-content .slider_content ul {
margin: 0px;
padding: 0px;
}
.style_page_fourteen .slide-item-content .slider_content ul li {
display: inline-block;
padding-right: 30px;
}
.style_page_fourteen .slide-item-content .slider_content ul li:last-child {
padding-right: 0px;
}
.style_page_fourteen .slide-item-content .slider_content .theme-btn.one {
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.style_page_fourteen .slide-item-content .slide-item {
min-height: 750px;
padding: 200px 0px 160px;
}
.style_page_fourteen .slide-item-content .slider_image {
z-index: 12;
color: var(--color-white);
width: 600px;
height: 600px;
min-height: 0px;
min-width: 0px;
max-height: none;
max-width: none;
overflow: hidden;
border-color: rgba(7, 127, 128, 0.68);
border-style: solid;
border-width: 40px;
border-radius: 50%;
-webkit-backdrop-filter: none;
backdrop-filter: none;
filter: none;
transform-origin: 50% 50%;
}
.style_page_fourteen .slide-item-content .content_center {
text-align: center;
}
.style_page_fourteen .slide-item-content .content_right {
text-align: right;
} .single_banner {
position: relative;
}
.single_banner.style_one {
padding: 100px 0px;
background: var(--border-color-light);
}
.single_banner.style_one .slider_image {
position: relative;
text-align: right;
}
.single_banner.style_one .d_inline_block {
position: relative;
padding: 0px;
margin: 0px;
}
.single_banner.style_one .d_inline_block li {
display: inline-block;
list-style: none;
}
.single_banner.style_one .d_inline_block li .video_box {
height: 56px !important;
width: 56px !important;
position: relative;
}
.single_banner.style_one .d_inline_block li .video_box a {
height: 56px !important;
width: 56px !important;
line-height: 56px;
position: relative;
background: var(--primary-color-three);
color: #00489a;
}
.single_banner.style_one .d_inline_block li .video_box a i {
position: absolute;
font-size: 18px;
line-height: 18px;
height: 18px;
width: 18px;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.single_banner.style_one .d_inline_block li .video_box:before, .single_banner.style_one .d_inline_block li .video_box:after {
display: none !important;
}
.single_banner.style_one .d_inline_block li.vd_bx {
position: relative;
top: 25px;
left: 20px;
margin-bottom: 0px;
}
.single_banner.style_one .slider_content {
position: relative;
}
.single_banner.style_one .slider_content h6 {
font-size: 16px;
line-height: 30px;
background: #fff;
color: #00489a;
border-radius: 10px 0px 10px 0px;
padding: 0px 5px;
display: inline-block;
margin-bottom: 20px;
}
.single_banner.style_one .slider_content h1 {
font-size: 66px;
line-height: 82px;
font-weight: 800;
margin-bottom: 20px;
}
._media {
padding: 20px;
}
._media li {
display: inline-block;
margin: 0px 5px;
}
@media (max-width: 992px) {
.single_banner.style_one {
padding: 0px;
}
.single_banner.style_one .slider_image {
width: 50%;
margin: auto !important;
}
.style_page_twelve .slide-item-content .slider_image {
width: 100%;
height: 100%;
margin: 0px;
}
}
.banner_section_hm_15 {
position: relative;
padding-top: 80px;
padding-bottom: 60px;
background-color: transparent;
background-image: linear-gradient(180deg, #00489a 0%, #FFFFFF 63%);
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.banner_section_hm_15 .image {
margin-top: 30px;
border-radius: 30px;
position: relative;
height: 812px;
text-align: center;
}
.banner_section_hm_15 .image .video_btn_all .video_box {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.banner_section_hm_16 .inner_section {
border-radius: 30px;
}
.banner_section_hm_16 .inner_section .team_intro_box .team_intro_inner .team_intro_start .left_content {
padding: 120px 0px;
}
.banner_section_hm_16 .inner_section .team_intro_box .team_intro_inner .team_intro_start .title h6 {
color: #fff;
}
.banner_section_hm_16 .inner_section .team_intro_box .team_intro_inner .team_intro_start .authour_dtls h4 span {
color: #fff;
}
.banner_section_hm_16 .inner_section .team_intro_box .image_right {
height: 700px;
margin: 3% 0 0 0;
}
.banner_section_hm_16 .inner_section .team_intro_box .image_right img {
height: 700px;
}  .img_hover-1 {
position: relative;
overflow: hidden;
cursor: pointer;
}
.img_hover-1::before {
position: absolute;
content: "";
width: 100%;
left: 0;
top: 0;
right: 0;
bottom: 0;
height: 100%;
opacity: 0;
background: var(--primary-color-two);
opacity: 0;
transition: 0.5s ease-in-out !important;
}
.img_hover-1::after {
position: absolute;
z-index: 1;
display: block;
content: "";
width: 30px;
height: 30px;
background: rgba(255, 255, 255, 0.2);
border-radius: 10px;
bottom: 0;
top: 0;
left: 0;
right: 0;
opacity: 0;
margin: auto;
}
@keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 100%;
height: 100%;
opacity: 0;
}
}
.news_box:hover .img_hover-1::before {
opacity: 0.85;
}
.news_box:hover .img_hover-1::after {
animation: circle 0.75s;
} .sticky .news_box.normal_view .content_box:before {
position: absolute;
content: "";
border-left: 15px solid transparent;
border-top: 15px solid #00489a;
border-right: 15px solid #00489a;
border-bottom: 15px solid transparent;
top: 0;
right: 0;
border-radius: 0px 10px 0px 0px;
}
.tag-sticky-2 .single_content_upper:before {
position: absolute;
content: "";
width: 30px;
height: 30px;
right: -54px;
background: #00489a;
border-radius: 50px 0px 0px 50px;
top: 3px;
} .news_box.style_one {
position: relative;
margin: 0px 0px 30px;
text-align: center;
box-shadow: var(--box-shadow);
border-radius: 10px;
overflow: hidden;
}
.news_box.style_one .image {
position: relative;
overflow: hidden;
width: 100%;
height: 340px;
}
.news_box.style_one .image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.news_box.style_one .image .arrow {
position: absolute;
width: 60px;
height: 60px;
border-radius: 15px 0px 15px 0px;
background: #00489a;
color: #fff;
font-size: 14px;
line-height: 60px;
text-align: center;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
left: 0;
right: 0;
opacity: 0;
margin: auto;
top: 30px;
bottom: 0;
z-index: 3;
}
.news_box.style_one .content_box {
position: relative;
z-index: 4;
padding: 60px 20px 30px;
}
.news_box.style_one .content_box .date {
position: absolute;
width: 66px;
height: 66px;
border-radius: 50%;
background: #00489a;
border: 4px solid #ffffff;
top: 0;
left: 0;
right: 0;
padding: 9px 10px 0px;
}
.news_box.style_one .content_box .date span {
display: block;
color: #fff;
font-family: var(--creote-family-one);
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
}
.news_box.style_one .content_box .date span.date_in_number {
font-size: 18px;
line-height: 24px;
}
.news_box.style_one .content_box .categories {
font-size: 12px;
display: block;
color: var(--text-color-dark);
font-family: var(--creote-family-one);
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
}
.news_box.style_one .content_box .categories i {
font-size: 16px;
margin-right: 5px;
}
.news_box.style_one .content_box h2 a {
display: block;
color: var(--heading-dark);
line-height: 32px;
font-size: 22px;
font-weight: 700;
}
.news_box.style_one .content_box h2 a:hover {
color: #00489a;
}
.news_box.style_one .content_box p {
line-height: 26px;
}
.news_box.style_one:hover .img_hover-1 .arrow {
opacity: 1;
top: 0;
}
.news_box.style_one:hover .content_box .categories {
color: #00489a;
}
.news_box.style_one.has_images .content_box .date {
margin: -30px auto 0;
}
.news_box.style_one.no_images .content_box {
padding: 30px 20px;
}
.news_box.style_one.no_images .content_box .date {
position: relative;
margin: 0px auto 20px;
display: inline-block;
} .news_box.default_style.list_view {
position: relative;
display: flex;
box-shadow: var(--box-shadow);
margin-bottom: 50px;
overflow: hidden;
border-radius: 10px;
}
.news_box.default_style.list_view .image {
position: relative;
max-width: 40%;
min-width: 40%;
min-height: 378px;
}
.news_box.default_style.list_view .image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.news_box.default_style.list_view .image .categories {
position: absolute;
top: 0;
left: 0;
padding: 7px 12px 2px;
background: var(--primary-color-two);
color: #fff;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
line-height: 26px;
border-radius: 0px 0px 10px 0px;
font-family: var(--creote-family-one);
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.news_box.default_style.list_view .image .categories i {
margin-right: 6px;
}
.news_box.default_style.list_view .content_box {
position: relative;
padding: 40px;
}
.news_box.default_style.list_view .content_box .date {
position: relative;
margin-bottom: 15px;
}
.news_box.default_style.list_view .content_box .date span {
display: block;
color: #00489a;
font-family: var(--creote-family-one);
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
}
.news_box.default_style.list_view .content_box h2 a {
display: block;
color: var(--heading-dark);
line-height: 32px;
font-size: 22px;
font-weight: 700;
margin-bottom: 15px;
}
.news_box.default_style.list_view .content_box h2 a:hover {
color: #00489a;
}
.news_box.default_style.list_view .content_box p {
margin-bottom: 25px;
}
.news_box.default_style.list_view .content_box a.link__go {
display: block;
color: var(--text-color-dark);
font-family: var(--creote-family-one);
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
}
.news_box.default_style.list_view .content_box .source {
margin-bottom: 30px;
border-bottom: 1px solid var(--border-color-dark);
padding-bottom: 25px;
}
.news_box.default_style.list_view .content_box .auhtour_box {
position: relative;
}
.news_box.default_style.list_view .content_box .auhtour_box img {
width: 50px;
height: 50px;
-o-object-fit: cover;
object-fit: cover;
float: left;
border-radius: 50%;
}
.news_box.default_style.list_view .content_box .auhtour_box .contnet_a {
position: relative;
margin-left: 60px;
padding: 6px 0px 0px 0px;
}
.news_box.default_style.list_view .content_box .auhtour_box .contnet_a p {
font-family: var(--creote-family-one);
font-size: 12px;
line-height: 18px;
font-weight: 600;
margin-bottom: 4px;
color: #00489a;
}
.news_box.default_style.list_view .content_box .auhtour_box .contnet_a h4 {
font-size: 14px;
line-height: 22px;
font-weight: 600;
color: var(--text-color-dark);
}
.news_box.default_style.list_view:hover .image .categories {
background: #00489a;
}
.news_box.default_style.list_view.has_image .content_box {
margin-left: 45%;
}
.news_box.default_style.list_view.no_images {
display: block;
}
.news_box.default_style.list_view.normal_view {
display: block;
}
.news_box.default_style.list_view.normal_view .image {
height: 350px;
min-width: auto;
width: 100%;
max-width: 100%;
}
.news_box.default_style.list_view.normal_view .content_box {
margin-left: 0px;
}
.news_box.style_two {
position: relative;
margin-bottom: 25px;
}
.news_box.style_two .content_box {
position: relative;
padding: 25px;
overflow: hidden;
border-radius: 10px;
}
.news_box.style_two .content_box img {
position: absolute;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 0;
border-radius: 13px;
}
.news_box.style_two .content_box .overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: var(--primary-color-two);
opacity: 0.4;
z-index: 1;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.news_box.style_two .content_box .category {
position: relative;
z-index: 2;
}
.news_box.style_two .content_box .category a {
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 600;
text-transform: uppercase;
color: #fff;
}
.news_box.style_two .content_box .category a i {
margin-right: 6px;
font-size: 14px;
}
.news_box.style_two .content_box .content_mid {
position: relative;
z-index: 2;
text-align: center;
padding: 80px 40px;
}
.news_box.style_two .content_box .content_mid .date_in_number {
display: block;
color: #fff;
font-family: var(--creote-family-one);
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
margin-bottom: 15px;
}
.news_box.style_two .content_box .content_mid h2 a {
display: block;
color: #fff;
line-height: 30px;
font-size: 20px;
font-weight: 700;
}
.news_box.style_two .content_box .content_mid h2 a:hover {
color: #00489a;
}
.news_box.style_two .content_box .content_mid p {
line-height: 26px;
}
.news_box.style_two .content_box .auhtour_box {
position: absolute;
z-index: 2;
left: 20px;
bottom: 20px;
}
.news_box.style_two .content_box .auhtour_box img {
width: 50px;
height: 50px;
-o-object-fit: cover;
object-fit: cover;
float: left;
border-radius: 50%;
}
.news_box.style_two .content_box .auhtour_box .contnet_a {
position: relative;
margin-left: 60px;
padding: 6px 0px 0px 0px;
}
.news_box.style_two .content_box .auhtour_box .contnet_a p {
font-family: var(--creote-family-one);
font-size: 12px;
line-height: 18px;
font-weight: 600;
margin-bottom: 4px;
color: #fff;
}
.news_box.style_two .content_box .auhtour_box .contnet_a h4 {
font-size: 14px;
line-height: 22px;
font-weight: 700;
color: #fff;
}
.news_box.style_two:hover {
cursor: pointer;
}
.news_box.style_two:hover .content_box .overlay {
opacity: 0.8;
}
.news_box.style_four {
position: relative;
overflow: hidden;
border-radius: 10px;
min-height: 390px;
background: transparent;
margin-bottom: 30px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.news_box.style_four.no_radius {
border-radius: 0px;
}
.news_box.style_four .overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: var(--primary-color-two);
opacity: 0.4;
z-index: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.news_box.style_four .date {
position: absolute;
width: 60px;
background: #00489a;
top: 0;
right: 0;
padding-bottom: 5px;
padding-top: 18px;
border-radius: 0px 0px 50px 50px;
text-align: center;
text-transform: uppercase;
}
.news_box.style_four .date span {
display: block;
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 600;
line-height: 20px;
color: #fff;
}
.news_box.style_four .date span.date_in_number {
position: relative;
width: 50px;
background: #fff;
font-size: 18px;
line-height: 58px;
height: 50px;
color: var(--text-color-dark);
font-weight: 700;
text-align: center;
border-radius: 50%;
margin: 10px auto 0px;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.news_box.style_four .content_box {
position: relative;
padding: 300px 25px 25px 25px;
}
.news_box.style_four .content_box .category {
position: relative;
z-index: 2;
margin-bottom: 12px;
}
.news_box.style_four .content_box .category a {
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 600;
text-transform: uppercase;
color: #fff;
}
.news_box.style_four .content_box .category a i {
margin-right: 6px;
}
.news_box.style_four .content_box h2 a {
display: block;
color: #fff;
line-height: 30px;
font-size: 20px;
font-weight: 700;
}
.news_box.style_four .content_box h2 a:hover {
color: #00489a;
}
.news_box.style_four .auhtour_box {
position: absolute;
z-index: 2;
top: 25px;
left: -100px;
opacity: 0;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.news_box.style_four .auhtour_box img {
width: 50px;
height: 50px;
-o-object-fit: cover;
object-fit: cover;
float: left;
border-radius: 50%;
}
.news_box.style_four .auhtour_box .contnet_a {
position: relative;
margin-left: 60px;
padding: 6px 0px 0px 0px;
}
.news_box.style_four .auhtour_box .contnet_a p {
font-family: var(--creote-family-one);
font-size: 12px;
line-height: 18px;
font-weight: 600;
margin-bottom: 4px;
color: #fff;
}
.news_box.style_four .auhtour_box .contnet_a h4 {
font-size: 14px;
line-height: 22px;
font-weight: 700;
color: #fff;
}
.news_box.style_four:hover {
cursor: pointer;
}
.news_box.style_four:hover .overlay {
opacity: 0.8;
}
.news_box.style_four:hover .auhtour_box {
left: 25px;
opacity: 1;
}
.news_box.style_four:hover .date span.date_in_number {
transform: rotate(360deg);
}
.news_box.style_five {
background: #fff;
position: relative;
padding: 30px;
border-radius: 5px;
border: 1px solid var(--border-color-dark);
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
overflow: hidden;
}
.news_box.style_five .content_box {
position: relative;
z-index: 1;
}
.news_box.style_five::before {
position: absolute;
content: "";
background: #00489a;
width: 100%;
top: 100%;
left: 0;
height: 100%;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.news_box.style_five h2 a {
font-size: 20px;
color: var(--heading-dark);
line-height: 30px;
padding: 15px 0px;
display: block;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.news_box.style_five p {
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.news_box.style_five ul {
position: relative;
padding-bottom: 15px;
border-bottom: 1px solid var(--border-color-dark);
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
margin: 0px;
padding-left: 0px;
}
.news_box.style_five ul li {
display: inline-block;
padding-right: 12px;
}
.news_box.style_five ul li span, .news_box.style_five ul li i {
margin-right: 5px;
color: var(--text-color-light);
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.news_box.style_five ul li a {
color: var(--text-color-dark);
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
font-size: 15px;
}
.news_box.style_five ul li:last-child {
padding-right: 0px;
}
.news_box.style_five a.link__go {
padding-top: 15px;
border-top: 1px solid var(--border-color-dark);
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
font-family: var(--creote-family-one);
font-size: 15px;
display: block;
font-weight: 500;
color: #00489a;
}
.news_box.style_five a.link__go i {
position: relative;
left: 6px;
top: 3px;
font-size: 19px;
}
.news_box.style_five:hover {
border-color: #00489a;
}
.news_box.style_five:hover h2 A {
color: #fff;
}
.news_box.style_five:hover::before {
top: 0;
}
.news_box.style_five:hover p {
transform: translateY(-30px);
opacity: 0;
}
.news_box.style_five:hover a.link__go {
border-color: rgba(255, 255, 255, 0.2);
color: #fff;
}
.news_box.style_five:hover ul {
border-color: rgba(255, 255, 255, 0.2);
}
.news_box.style_five:hover ul li span, .news_box.style_five:hover ul li i {
color: #fff;
}
.news_box.style_five:hover ul li a {
color: #fff;
}
.news_box.style_six {
position: relative;
margin-bottom: 30px;
}
.news_box.style_six .content_box {
position: relative;
padding: 25px;
overflow: hidden;
border-radius: 10px;
}
.news_box.style_six .content_box::before {
position: absolute;
content: url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/images/dot-bg.png);
bottom: -249px;
left: -36px;
width: 100%;
height: 100%;
z-index: 2;
transform: rotate(13deg);
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.news_box.style_six .content_box::after {
position: absolute;
content: url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/images/dot-bg.png);
right: -33px;
top: -243px;
width: 100%;
height: 100%;
z-index: 2;
transform: rotate(-170deg);
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.news_box.style_six .content_box img {
position: absolute;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 0;
border-radius: 13px;
}
.news_box.style_six .content_box .overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: var(--primary-color-three);
opacity: 1;
z-index: 1;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
border-radius: 10px;
}
.news_box.style_six .content_box .category {
position: relative;
z-index: 3;
}
.news_box.style_six .content_box .category a {
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 600;
text-transform: uppercase;
color: var(--text-color-dark);
}
.news_box.style_six .content_box .category a i {
margin-right: 6px;
color: #00489a;
font-size: 14px;
}
.news_box.style_six .content_box .content_mid {
position: relative;
z-index: 3;
text-align: center;
padding: 80px 40px;
}
.news_box.style_six .content_box .content_mid .date_in_number {
display: block;
color: var(--text-color-dark);
font-family: var(--creote-family-one);
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
margin-bottom: 15px;
}
.news_box.style_six .content_box .content_mid h2 a {
display: block;
color: var(--heading-dark);
line-height: 30px;
font-size: 20px;
font-weight: 700;
}
.news_box.style_six .content_box .content_mid h2 a:hover {
color: #00489a;
}
.news_box.style_six .content_box .auhtour_box {
position: absolute;
z-index: 2;
bottom: 20px;
left: 20px;
}
.news_box.style_six .content_box .auhtour_box img {
width: 50px;
height: 50px;
-o-object-fit: cover;
object-fit: cover;
float: left;
border-radius: 50%;
}
.news_box.style_six .content_box .auhtour_box .contnet_a {
position: relative;
margin-left: 60px;
padding: 6px 0px 0px 0px;
}
.news_box.style_six .content_box .auhtour_box .contnet_a p {
font-family: var(--creote-family-one);
font-size: 12px;
line-height: 18px;
font-weight: 600;
margin-bottom: 4px;
color: var(--text-color-dark);
}
.news_box.style_six .content_box .auhtour_box .contnet_a h4 {
font-size: 14px;
line-height: 22px;
font-weight: 700;
color: var(--heading-dark);
}
.news_box.style_six:hover {
cursor: pointer;
}
.news_box.style_six:hover .content_box::before {
opacity: 0;
}
.news_box.style_six:hover .content_box::after {
opacity: 0;
}
.news_box.style_six:hover .content_box .overlay {
opacity: 0.93;
}
.news_box.style_seven {
position: relative;
margin-bottom: 30px;
box-shadow: var(--box-shadow-two);
border-radius: 10px;
overflow: hidden;
}
.news_box.style_seven .image_box {
position: relative;
overflow: hidden;
}
.news_box.style_seven .image_box img {
height: 250px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.news_box.style_seven .image_box::before {
position: absolute;
content: "";
top: 0px;
border-radius: 5px;
left: 0px;
opacity: 0;
width: 0%;
background: #00489a;
height: 0%;
transition: all 0.5s ease-in-out;
}
.news_box.style_seven .image_box .date {
position: absolute;
padding: 5px 10px;
font-size: 15px;
color: #fff;
border-radius: 5px;
top: 10px;
left: 10px;
background: #00489a;
transition: all 0.5s ease-in-out;
}
.news_box.style_seven .content_box {
position: relative;
padding: 30px;
}
.news_box.style_seven .content_box h2 {
line-height: normal;
}
.news_box.style_seven .content_box h2 a {
font-size: 20px;
display: block;
line-height: 28px;
color: var(--heading-dark);
margin-bottom: 15px;
}
.news_box.style_seven .content_box ul {
position: relative;
margin-bottom: 15px;
padding-bottom: 15px;
margin-left: 0px;
padding-left: 0px;
border-bottom: 1px solid var(--border-color-dark);
}
.news_box.style_seven .content_box ul li {
position: relative;
margin-right: 30px;
display: inline-block;
}
.news_box.style_seven .content_box ul li::before {
position: absolute;
content: "";
width: 1px;
background: var(--border-color-dark);
right: -18px;
height: 16px;
top: 5px;
}
.news_box.style_seven .content_box ul li:last-child:before {
display: none;
}
.news_box.style_seven .content_box ul li a {
font-size: 15px;
color: var(--text-color-dark);
}
.news_box.style_seven .content_box ul li a span {
margin-right: 8px;
color: #00489a;
}
.news_box.style_seven .content_box ul li:last-child {
margin-right: 0px !important;
}
.news_box.style_seven .content_box a.read_more {
position: relative;
display: block;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid var(--border-color-dark);
font-size: 15px;
line-height: 25px;
font-family: var(--creote-family-one);
font-weight: 600;
}
.news_box.style_seven .content_box a.read_more i {
position: relative;
right: -8px;
top: 2px;
font-size: 17px;
}
.news_box.style_seven:hover .image_box::before {
opacity: 0.8;
width: 100%;
height: 100%;
}
.news_box.style_eight {
position: relative;
margin-bottom: 30px;
}
.news_box.style_eight .image_box {
position: relative;
overflow: hidden;
border-radius: 10px;
}
.news_box.style_eight .image_box img {
position: relative;
width: 100%;
height: 250px;
-o-object-fit: cover;
object-fit: cover;
transform: scale(1.01);
-moz-transform: scale(1.01);
-ms-transform: scale(1.01);
-o-transform: scale(1.01);
transition: all 700ms ease;
}
.news_box.style_eight .image_box a {
position: absolute;
opacity: 0;
}
.news_box.style_eight .content_box {
position: relative;
padding: 0px 0px 0px;
margin-top: -22px;
}
.news_box.style_eight .content_box .category {
display: inline-block;
background: #00489a;
padding: 10px 20px;
font-size: 12px;
text-transform: uppercase;
line-height: 22px;
font-weight: 600;
border-radius: 30px;
margin-bottom: 20px;
margin-left: 20px;
}
.news_box.style_eight .content_box .category a {
color: #fff;
}
.news_box.style_eight .content_box .category a i {
margin-right: 5px;
font-size: 15px;
position: relative;
top: 1px;
}
.news_box.style_eight .content_box h2 {
line-height: normal;
}
.news_box.style_eight .content_box h2 a {
font-size: 20px;
line-height: 30px;
display: block;
color: var(--heading-dark);
margin-bottom: 10px;
}
.news_box.style_eight .content_box a.link__go {
display: block;
font-size: 16px;
line-height: 26px;
color: var(--text-color-dark);
}
.news_box.style_eight .content_box a.link__go i {
position: relative;
top: 4px;
left: 10px;
font-size: 20px;
}
.news_box.style_eight:hover .image_box img {
transform: scale(1.2) rotate(2deg);
-moz-transform: scale(1.2) rotate(2deg);
-ms-transform: scale(1.2) rotate(2deg);
-o-transform: scale(1.2) rotate(2deg);
}
.masonary_enable .style_man:nth-child(2) .news_box.style_four .content_box, .masonary_enable .style_man:nth-child(7) .news_box.style_four .content_box, .masonary_enable .style_man:nth-child(12) .news_box.style_four .content_box, .masonary_enable .style_man:nth-child(17) .news_box.style_four .content_box {
padding-top: 680px;
}
.grid_box .news_box {
margin-bottom: 0px !important;
}
.grid_layout.row .grid_box .news_box {
margin-bottom: 30px !important;
}
.three_column .news_box.default_style.list_view.normal_view .image, .four_column .news_box.default_style.list_view.normal_view .image, .five_column .news_box.default_style.list_view.normal_view .image, .two_column .news_box.default_style.list_view.normal_view .image {
height: 280px !important;
min-height: 280px !important;
}
.four_column .news_box.style_six .content_box .content_mid,
.four_column .news_box.style_two .content_box .content_mid, .five_column .news_box.style_six .content_box .content_mid,
.five_column .news_box.style_two .content_box .content_mid {
padding: 90px 0px 0px;
}
.four_column .news_box.style_six .content_box, .five_column .news_box.style_six .content_box {
padding: 25px 30px;
}
.four_column .news_box.style_six .content_box .content_mid h2 a,
.four_column .news_box.style_two .content_box .content_mid h2 a, .five_column .news_box.style_six .content_box .content_mid h2 a,
.five_column .news_box.style_two .content_box .content_mid h2 a {
font-size: 18px;
line-height: 28px;
}
.four_column .news_box.style_six .content_box,
.four_column .news_box.style_two .content_box, .five_column .news_box.style_six .content_box,
.five_column .news_box.style_two .content_box {
min-height: 400px;
}
.three_column .news_box.style_six .content_box .content_mid,
.three_column .news_box.style_two .content_box .content_mid {
padding: 90px 15px 0px;
}
.three_column .news_box.style_six .content_box,
.three_column .news_box.style_two .content_box {
min-height: 414px;
}
.two_column .news_box.style_six .content_box .content_mid,
.two_column .news_box.style_two .content_box .content_mid {
padding: 90px 40px 0px;
}
.two_column .news_box.style_six .content_box,
.two_column .news_box.style_two .content_box {
min-height: 370px;
}
.one_column .news_box.style_six .content_box .content_mid,
.one_column .news_box.style_two .content_box .content_mid {
padding: 90px 40px 110px;
}
.blog_feature_image {
position: relative;
overflow: hidden;
}
.blog_feature_image img {
width: 100%;
height: 400px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 15px;
} .related_post {
position: relative;
margin-top: 50px;
padding-top: 50px;
margin-bottom: 20px;
border-top: 1px solid var(--border-color-dark);
}
.related_post .title_sections_inner {
position: relative;
margin-bottom: 30px;
}
.related_post .title_sections_inner h2 {
font-size: 24px;
color: var(--heading-dark);
line-height: 34px;
}
.related_post .news_box.default_style.list_view {
box-shadow: none !important;
background: var(--primary-color-three);
margin-bottom: 20px;
}
.related_post .news_box.default_style.list_view .image {
height: 250px !important;
min-height: 250px !important;
}
.related_post .news_box.default_style.list_view .content_box {
padding: 30px !important;
}
.related_post .news_box.default_style.list_view .content_box h2 a {
font-size: 20px;
line-height: 30px;
margin-bottom: 8px;
}
.related_post .news_box.default_style.list_view .content_box .source {
margin: 0px !important;
padding: 0px !important;
border-bottom: 0px !important;
}
.related_post .news_box.default_style.list_view .content_box .source p {
margin: 0px !important;
}
.related_post .arrow_related {
position: absolute;
right: 0;
top: 43px;
}
.related_post .arrow_related .related-button-next, .related_post .arrow_related .related-button-prev {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
border-radius: 50px;
text-align: center;
line-height: 50px;
border: 1px solid var(--border-color-dark);
}
.related_post .arrow_related .related-button-next i, .related_post .arrow_related .related-button-prev i {
position: absolute;
font-size: 20px;
height: 20px;
width: 20px;
margin: auto;
top: 0;
bottom: 0;
right: 0;
left: 0;
display: block;
}
.related_post .arrow_related .related-button-prev {
margin-right: 8px;
}
@media (max-width: 992px) {
.arrow_related {
top: inherit !important;
bottom: -40px;
left: 0;
margin: auto;
text-align: center;
}
}
.news_box.style_nine {
position: relative;
}
.news_box.style_nine .content_box {
position: relative;
padding: 25px 25px 32px;
border-top: 1px solid var(--border-color-dark);
border-left: 1px solid var(--border-color-dark);
border-right: 1px solid var(--border-color-dark);
border-radius: 5px 5px 0px 0px;
background: #fff;
}
.news_box.style_nine .content_box .category a {
display: block;
font-size: 16px;
line-height: 26px;
color: #00489a;
margin-bottom: 10px;
}
.news_box.style_nine .content_box .category a i {
position: relative;
margin-right: 5px;
}
.news_box.style_nine .content_box .date {
position: absolute;
width: 66px;
height: 66px;
border-radius: 50%;
background: #00489a;
border: 4px solid var(--primary-color-three);
right: 15px;
padding: 9px 10px 0px;
text-align: center;
bottom: -33px;
z-index: 1;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.news_box.style_nine .content_box .date span {
display: block;
color: #fff;
font-family: var(--creote-family-one);
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
}
.news_box.style_nine .content_box .date span.date_in_number {
font-size: 18px;
line-height: 24px;
}
.news_box.style_nine .content_box h2 {
line-height: normal;
}
.news_box.style_nine .content_box h2 a {
font-size: 20px;
line-height: 30px;
margin-bottom: 4px;
color: var(--heading-dark);
display: block;
}
.news_box.style_nine .image_box {
position: relative;
overflow: hidden;
height: 220px;
margin-bottom: 5px;
border-radius: 0px 0px 5px 5px;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.news_box.style_nine .image_box::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: -100%;
border-radius: 0px 0px 5px 5px;
top: 0;
background: linear-gradient(90deg, var(--primary-color-two) 40%, rgba(0, 0, 0, 0.09) 180%);
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.news_box.style_nine .image_box img {
border-radius: 0px 0px 5px 5px;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.news_box.style_nine:hover .image_box::before {
left: 0;
opacity: 0.9;
}
.news_box.style_nine:hover .content_box .date {
border-color: #00489a;
}
.news_box.style_ten {
position: relative;
padding: 15px;
box-shadow: var(--box-shadow-two);
background: #fff;
transform: translateY(0px);
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.news_box.style_ten .image_box {
position: relative;
overflow: hidden;
margin-bottom: 25px;
}
.news_box.style_ten .image_box::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #fff;
top: 0;
left: 0;
bottom: 0;
right: 0;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
opacity: 0;
}
.news_box.style_ten .image_box img {
height: 200px;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}
.news_box.style_ten:hover {
transform: translateY(-10px);
}
.news_box.style_ten:hover .image_box:before {
opacity: 0.5;
}
.news_box.style_ten h2 {
line-height: normal;
}
.news_box.style_ten h2 a {
font-size: 18px;
line-height: 30px;
margin-bottom: 15px;
color: var(--heading-dark);
display: block;
}
.news_box.style_ten ul {
padding: 0px;
position: relative;
margin: 0px 0px 5px;
}
.news_box.style_ten ul li {
display: inline-block;
margin-right: 15px;
font-size: 15px;
}
.news_box.style_ten ul li.cag {
position: relative;
padding: 5px 15px;
background: #00489a;
}
.news_box.style_ten ul li.cag a {
color: #fff;
}
.news_box.style_ten ul li.cag i {
display: none;
}
.news_box.style_ten ul li.dte i {
color: #00489a;
margin-right: 5px;
}
.news_box.style_ten ul li:last-child {
margin-right: 0px;
} .team_box {
position: relative;
margin-bottom: 30px;
}
.team_box.style_one .team_box_outer {
position: relative;
min-height: 370px;
border-radius: 10px;
overflow: hidden;
cursor: pointer;
}
.team_box.style_one .team_box_outer .member_image {
position: relative;
overflow: hidden;
}
.team_box.style_one .team_box_outer .member_image img {
width: 100%;
height: 370px;
-o-object-fit: cover;
object-fit: cover;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.team_box.style_one .team_box_outer .member_image::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
bottom: -30px;
background: linear-gradient(to top, var(--primary-color-two) 6%, rgba(0, 0, 0, 0) 70%);
z-index: 9;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.team_box.style_one .team_box_outer .about_member {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 15;
}
.team_box.style_one .team_box_outer .about_member .share_media {
position: absolute;
top: 0;
right: 0;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.team_box.style_one .team_box_outer .about_member .share_media ul {
position: absolute;
width: 54px;
height: auto;
padding: 10px 7px 4px;
background: #00489a;
border-radius: 0px 0px 50px 50px;
top: 0;
right: 0;
opacity: 0;
z-index: 1;
margin: 0;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transform: translateY(-40px);
}
.team_box.style_one .team_box_outer .about_member .share_media ul li {
display: block;
margin: 5px 0px;
cursor: pointer;
}
.team_box.style_one .team_box_outer .about_member .share_media ul li i, .team_box.style_one .team_box_outer .about_member .share_media ul li a {
width: 40px;
height: 40px;
line-height: 40px;
display: block;
color: var(--text-color-dark);
background: #fff;
text-align: center;
border-radius: 50%;
}
.team_box.style_one .team_box_outer .about_member .share_media ul li.shar_alt i, .team_box.style_one .team_box_outer .about_member .share_media ul li.shar_alt a {
background: transparent;
border: 1px dashed #fff;
color: #fff;
}
.team_box.style_one .team_box_outer .about_member .share_media ul.first {
opacity: 1;
z-index: 2;
padding: 15px 7px 8px;
transform: translateY(0px);
}
.team_box.style_one .team_box_outer .about_member .share_media ul.first li {
margin: 0px 0px;
}
.team_box.style_one .team_box_outer .about_member .share_media ul.first .text {
transform: rotate(-90deg);
margin-bottom: 30px;
margin-top: 17px;
color: #fff;
font-size: 15px;
font-weight: 400;
font-family: var(--creote-family-two);
text-transform: uppercase;
display: inline-block;
margin-left: -4px;
}
.team_box.style_one .team_box_outer .about_member .share_media:hover ul {
opacity: 1;
transform: translateY(0);
}
.team_box.style_one .team_box_outer .about_member .share_media:hover ul.first {
opacity: 0;
transform: translateY(-40px);
}
.team_box.style_one .team_box_outer .about_member .authour_details {
position: absolute;
width: 100%;
height: auto;
padding: 20px 25px;
bottom: 0;
left: 0;
}
.team_box.style_one .team_box_outer .about_member .authour_details span {
display: block;
font-size: 12px;
line-height: 20px;
font-weight: 600;
font-weight: 600;
color: #fff;
text-transform: uppercase;
font-family: var(--creote-family-one);
margin-bottom: 10px;
transition: all 0.45s ease;
-moz-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
-ms-transition: all 0.45s ease;
}
.team_box.style_one .team_box_outer .about_member .authour_details h6 {
font-size: 22px;
font-weight: 700;
color: #fff;
display: block;
line-height: 30px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.team_box.style_one .team_box_outer .about_member .authour_details .button_view {
position: absolute;
left: 25px;
transform: translateX(-100%);
bottom: 25px;
opacity: 0;
transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
}
.team_box.style_one .team_box_outer:hover .about_member .authour_details span {
transform: translateX(-140%);
}
.team_box.style_one .team_box_outer:hover .about_member .authour_details h6 {
transform: translateX(-140%);
}
.team_box.style_one .team_box_outer:hover .about_member .authour_details .button_view {
left: 25px;
opacity: 1;
transform: translateX(0%);
}
.team_box.style_one .team_box_outer:hover .member_image img {
transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
}
.team_box.style_one .team_box_outer:hover .member_image::before {
bottom: 0;
}
.team_box.style_two .team_box_outer {
position: relative;
background: var(--primary-color-three);
margin-bottom: 30px;
margin: 0px 0px 30px;
border-radius: 0px 0px 5px 5px;
}
.team_box.style_two .team_box_outer .image_box {
position: relative;
overflow: hidden;
}
.team_box.style_two .team_box_outer .image_box img {
height: 250px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.team_box.style_two .team_box_outer .image_box::before {
position: absolute;
content: "";
top: 100%;
left: 0px;
width: 100%;
height: 100%;
display: block;
opacity: 0;
text-align: center;
transition: all 0.5s;
background-color: var(--primary-color-two);
z-index: 10;
}
.team_box.style_two .team_box_outer .image_box .overlay {
position: absolute;
top: 0%;
left: 0;
z-index: 10;
width: 100%;
height: 100%;
}
.team_box.style_two .team_box_outer .image_box .overlay .read_m {
position: absolute;
top: 38%;
opacity: 0;
text-align: center;
left: 0;
font-size: 16px;
font-weight: 500;
right: 0;
left: 0;
width: 100%;
font-family: var(--creote-family-one);
text-align: center;
transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-ms-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
color: #fff;
}
.team_box.style_two .team_box_outer .image_box .overlay .read_m i {
position: relative;
font-size: 16px;
display: inline-block;
top: 1px;
}
.team_box.style_two .team_box_outer .image_box .overlay ul {
padding: 0;
margin: 0;
position: absolute;
width: 100%;
bottom: 40px;
text-align: center;
}
.team_box.style_two .team_box_outer .image_box .overlay ul li {
padding: 0px 10px;
display: inline-block;
transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-ms-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
}
.team_box.style_two .team_box_outer .image_box .overlay ul li:first-child {
transform: translateY(200px);
}
.team_box.style_two .team_box_outer .image_box .overlay ul li:nth-child(2) {
transform: translateY(300px);
}
.team_box.style_two .team_box_outer .image_box .overlay ul li:nth-child(3) {
transform: translateY(400px);
}
.team_box.style_two .team_box_outer .image_box .overlay ul li:last-child {
transform: translateY(500px);
}
.team_box.style_two .team_box_outer .image_box .overlay ul li a {
color: var(--primary-color-two);
font-size: 15px;
width: 50px;
height: 50px;
line-height: 50px;
display: block;
text-align: center;
background: #fff;
transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-ms-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
}
.team_box.style_two .team_box_outer .image_box .overlay ul li a:hover {
color: #fff;
background: #00489a;
}
.team_box.style_two .team_box_outer .content_box {
position: relative;
text-align: center;
overflow: hidden;
padding: 30px 30px;
z-index: 0;
border-radius: 0px 0px 5px 5px;
}
.team_box.style_two .team_box_outer .content_box::before {
position: absolute;
content: "";
width: 100%;
left: 0;
height: 100%;
top: 100%;
background: #00489a;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
z-index: -1;
}
.team_box.style_two .team_box_outer .content_box h2 a {
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
margin-bottom: 5px;
color: var(--heading-dark);
}
.team_box.style_two .team_box_outer .content_box p {
margin-bottom: 0px;
}
.team_box.style_two .team_box_outer .content_box p.job_details {
font-weight: 600;
font-family: var(--creote-family-one);
font-size: 16px;
color: #00489a;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid var(--border-color-dark);
transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-ms-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
}
.team_box.style_two .team_box_outer:hover .image_box::before {
opacity: 0.9;
top: 0;
}
.team_box.style_two .team_box_outer:hover .image_box .overlay .read_m {
color: #fff;
top: 34%;
opacity: 1;
}
.team_box.style_two .team_box_outer:hover .image_box .overlay ul li {
transform: translateY(0);
}
.team_box.style_two .team_box_outer:hover .content_box::before {
top: 0;
}
.team_box.style_two .team_box_outer:hover .content_box h2 a {
color: #fff;
}
.team_box.style_two .team_box_outer:hover .content_box p {
color: #fff;
opacity: 0.8;
}
.team_box.style_two .team_box_outer:hover .content_box p.job_details {
color: #fff;
opacity: 1;
border-color: rgba(255, 255, 255, 0.1);
}
.team_box.style_three .team_box_outer {
position: relative;
}
.team_box.style_three .team_box_outer .image_box {
position: relative;
margin-top: 10px;
margin-bottom: 20px;
overflow: hidden;
border-radius: 10px;
}
.team_box.style_three .team_box_outer .image_box::before {
position: absolute;
content: "";
top: 0px;
border-radius: 5px;
left: 0;
opacity: 0;
width: 0%;
background: #00489a;
height: 0%;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.team_box.style_three .team_box_outer .image_box img {
width: 100%;
height: 300px;
-o-object-fit: cover;
object-fit: cover;
}
.team_box.style_three .team_box_outer .image_box .share_links {
position: absolute;
content: "";
right: 0px;
width: 100%;
padding: 20px;
height: 100%;
bottom: 0px;
}
.team_box.style_three .team_box_outer .image_box .share_links a.shar_icon {
position: absolute;
width: 40px;
height: 40px;
font-size: 14px;
color: #00489a;
bottom: 20px;
right: 20px;
line-height: 40px;
background: #fff;
border-radius: 50px;
text-align: center;
display: block;
z-index: 10;
transition: all 0.9s ease-in-out;
transform: rotate(0);
}
.team_box.style_three .team_box_outer .image_box .share_links ul {
position: absolute;
width: 40px;
padding: 10px 0px;
border-radius: 30px;
bottom: 20px;
right: 20px;
opacity: 0;
transition: all 0.9s ease-in-out;
background: #fff;
z-index: 0;
padding-bottom: 30px;
background: var(--primary-color-two);
}
.team_box.style_three .team_box_outer .image_box .share_links ul li {
display: block;
padding: 5px 15px;
}
.team_box.style_three .team_box_outer .image_box .share_links ul li a {
font-size: 15px;
color: #fff;
}
.team_box.style_three .team_box_outer .content_box {
position: relative;
}
.team_box.style_three .team_box_outer .content_box h2 {
font-size: 20px;
line-height: 28px;
margin-bottom: 5px;
}
.team_box.style_three .team_box_outer .content_box h6 {
font-size: 16px;
margin-bottom: 10px;
color: #00489a;
font-weight: 500;
}
.team_box.style_three .team_box_outer .content_box p {
margin-bottom: 0px;
}
.team_box.style_three .team_box_outer:hover .image_box::before {
opacity: 0.8;
width: 100%;
height: 100%;
}
.team_box.style_three .team_box_outer:hover .image_box .share_links a.shar_icon {
transform: rotate(360deg);
color: var(--primary-color-two);
}
.team_box.style_three .team_box_outer:hover .image_box .share_links ul {
opacity: 1;
}
.team_box.style_four {
position: relative;
}
.team_box.style_four .team_box_outer {
position: relative;
padding: 10px;
background: #fff;
border-radius: 5px;
}
.team_box.style_four .team_box_outer .image_box {
position: relative;
height: 220px;
overflow: hidden;
border-radius: 5px;
margin: auto;
z-index: 1;
}
.team_box.style_four .team_box_outer .image_box::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
right: 0;
bottom: -100%;
background: linear-gradient(0deg, var(--primary-color-two) 40%, rgba(0, 0, 0, 0.09) 150%);
border-radius: 0px;
opacity: 0.8;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.team_box.style_four .team_box_outer .image_box img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 5px;
}
.team_box.style_four .team_box_outer .content_box {
position: relative;
padding: 30px 15px 10px 15px;
background: #fff;
text-align: center;
}
.team_box.style_four .team_box_outer .content_box .share_links {
position: relative;
}
.team_box.style_four .team_box_outer .content_box .share_links ul {
margin-left: 0px;
padding-left: 0px;
margin-bottom: 10px;
}
.team_box.style_four .team_box_outer .content_box .share_links ul li {
display: inline-block;
padding: 0px 5px;
}
.team_box.style_four .team_box_outer .content_box .share_links ul li a {
width: 30px;
height: 30px;
background: transparent;
color: #00489a;
border: 1px solid var(--primary-color-three);
border-radius: 30px;
line-height: 30px;
display: block;
text-align: center;
font-size: 14px;
}
.team_box.style_four .team_box_outer .content_box h2 {
line-height: normal;
}
.team_box.style_four .team_box_outer .content_box h2 a {
font-size: 20px;
line-height: 30px;
margin-bottom: 4px;
display: block;
}
.team_box.style_four .team_box_outer .content_box h6 {
font-size: 16px;
line-height: 26px;
color: #00489a;
font-weight: 500;
margin-bottom: 10px;
}
.team_box.style_four .team_box_outer:hover .image_box::after {
bottom: 0%;
} .team_intro_box {
position: relative;
}
.team_intro_box .team_intro_inner {
position: relative;
overflow: hidden;
border-radius: 10px;
min-height: 480px;
}
.team_intro_box .team_intro_inner .image_bg {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.team_intro_box .team_intro_inner .image_bg::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
background: var(--primary-color-two);
opacity: 0.9;
z-index: 2;
}
.team_intro_box .team_intro_inner .team_intro_start {
position: relative;
z-index: 3;
}
.team_intro_box .team_intro_inner .team_intro_start .left_content {
position: relative;
padding: 80px 60px 80px;
}
.team_intro_box .team_intro_inner .team_intro_start .title {
margin-bottom: 30px;
}
.team_intro_box .team_intro_inner .team_intro_start .title h6 {
font-size: 30px;
font-weight: 700;
text-decoration: underline;
color: #00489a;
line-height: 40px;
margin-bottom: 5px;
}
.team_intro_box .team_intro_inner .team_intro_start .title h1 {
font-size: 44px;
font-weight: 700;
color: #fff;
line-height: 54px;
margin-bottom: 10px;
}
.team_intro_box .team_intro_inner .team_intro_start .quotes {
position: relative;
padding-left: 75px;
margin-bottom: 20px;
margin-bottom: 20px;
}
.team_intro_box .team_intro_inner .team_intro_start .quotes span {
position: absolute;
left: 0;
top: 0;
font-size: 46px;
line-height: 46px;
color: #fff;
}
.team_intro_box .team_intro_inner .team_intro_start .quotes h5 {
font-size: 22px;
font-weight: 700;
color: #fff;
line-height: 36px;
margin-bottom: 10px;
}
.team_intro_box .team_intro_inner .team_intro_start .authour_dtls {
position: relative;
margin-left: 75px;
}
.team_intro_box .team_intro_inner .team_intro_start .authour_dtls img {
margin-bottom: 10px;
}
.team_intro_box .team_intro_inner .team_intro_start .authour_dtls h4 {
font-size: 18px;
font-weight: 600;
color: #fff;
line-height: 28px;
}
.team_intro_box .team_intro_inner .team_intro_start .authour_dtls h4 span {
color: #00489a;
font-family: var(--creote-family-two);
font-size: 16px;
font-weight: 400;
}
.team_intro_box .image_right {
position: absolute;
right: 0;
top: 0;
z-index: 2;
margin: -50px 13px 0px 0px;
height: 536px;
}
.team_intro_box .image_right img {
width: auto !important;
height: 536px;
} .team_box_all {
position: relative;
}
.team_box.type_one {
position: relative;
background: var(--color-white);
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
margin-bottom: 30px;
border-radius: 10px;
}
.team_box.type_one .image_box {
position: relative;
overflow: hidden;
}
.team_box.type_one .image_box img {
border-radius: 10px;
}
.team_box.type_one .image_box::before {
position: absolute;
content: "";
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: block;
opacity: 0;
text-align: center;
transform: perspective(400px) rotateX(-90deg);
transform-origin: top;
transition: all 0.5s;
background-color: var(--heading-dark);
z-index: 10;
border-radius: 10px;
}
.team_box.type_one .image_box .overlay {
position: absolute;
top: 40%;
left: 0;
z-index: 10;
width: 100%;
height: 100%;
}
.team_box.type_one .image_box .overlay ul {
position: relative;
text-align: center;
}
.team_box.type_one .image_box .overlay ul li {
padding: 0px 2px;
display: inline-block;
transition: all 0.6s ease-in-out;
opacity: 0;
}
.team_box.type_one .image_box .overlay ul li a {
color: var(--heading-dark);
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50px;
display: block;
text-align: center;
background: var(--color-white);
transition: all 0.6s ease-in-out;
}
.team_box.type_one .image_box .overlay ul li a i {
line-height: 50px;
display: block;
}
.team_box.type_one .image_box .overlay ul li:hover a {
color: var(--color-white);
background: #00489a;
}
.team_box.type_one .image_box .overlay ul li:first-child {
transform: translateY(-200px);
}
.team_box.type_one .image_box .overlay ul li:nth-child(2) {
transform: translateY(-300px);
}
.team_box.type_one .image_box .overlay ul li:nth-child(3) {
transform: translateY(-400px);
}
.team_box.type_one .image_box .overlay ul li:last-child {
transform: translateY(-500px);
}
.team_box.type_one .content_box {
position: relative;
text-align: center;
padding: 30px 20px;
}
.team_box.type_one .content_box p {
margin-bottom: 0px;
}
.team_box.type_one .content_box h2 a {
position: relative;
display: block;
font-size: 22px;
line-height: 30px;
margin-bottom: 8px;
color: #000;
}
.team_box.type_one .content_box h2 a:hover {
color: #00489a;
}
.team_box.type_one .content_box h6 {
color: #00489a;
font-weight: 500;
font-size: 18px;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid var(--border-color-dark);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.team_box.type_one:hover .image_box::before {
opacity: 0.8;
transform: perspective(400px) rotateX(0deg);
transition: all 700ms ease 100ms;
}
.team_box.type_one:hover .image_box .overlay ul li {
transform: translateY(0);
opacity: 1;
} .service_section {
position: relative;
}
.service_box {
position: relative;
}
.service_box.style_one .service_content {
position: relative;
cursor: pointer;
background: #fff;
padding: 30px;
box-shadow: var(--box-shadow);
border-radius: 10px;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.service_box.style_one .service_content .image {
position: relative;
margin-bottom: 20px;
}
.service_box.style_one .service_content .image img {
width: auto;
display: block;
}
.service_box.style_one .service_content .image.image_fit {
overflow: hidden;
width: 100%;
border-radius: 10px;
height: 100%;
}
.service_box.style_one .service_content .image.image_fit::before {
position: absolute;
content: "";
width: 50%;
height: 100%;
left: -50%;
top: 0;
bottom: 0;
background: #00489a;
opacity: 0;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
border-radius: 10px 0px 0px 10px;
}
.service_box.style_one .service_content .image.image_fit::after {
position: absolute;
content: "";
width: 50%;
height: 100%;
right: -50%;
top: 0;
bottom: 0;
background: #00489a;
opacity: 0;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
border-radius: 0px 10px 10px 0px;
}
.service_box.style_one .service_content .image.image_fit img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 5px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.service_box.style_one .service_content .content_inner {
position: relative;
}
.service_box.style_one .service_content .content_inner h2 a {
font-size: 22px;
font-weight: 700;
color: var(--heading-dark);
display: block;
line-height: 32px;
margin-bottom: 10px;
}
.service_box.style_one .service_content .content_inner h2 a:hover {
color: #00489a;
}
.service_box.style_one .service_content .content_inner a.read_more {
font-size: 12px;
line-height: 26px;
font-weight: 600;
font-family: var(--creote-family-one);
color: var(--heading-dark);
position: relative;
text-transform: uppercase;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.service_box.style_one .service_content .content_inner a.read_more::before {
position: absolute;
content: "\f105";
font-family: "FontAwesome";
right: -16px;
top: -4px;
font-size: 17px;
color: var(--heading-dark);
height: 15px;
line-height: 15px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.service_box.style_one .service_content .content_inner a.read_more:hover {
color: #00489a;
}
.service_box.style_one .service_content .content_inner a.read_more:hover::before {
right: -25px;
color: #00489a;
}
.service_box.style_one .service_content:hover .image_fit::before {
left: 0;
opacity: 0.8;
}
.service_box.style_one .service_content:hover .image_fit::after {
right: 0;
opacity: 0.8;
}
.service_box.style_one .service_content:hover .content_inner h2 a {
color: #00489a;
}
.service_box.style_one .service_content:hover {
transform: translateY(-10px);
}
.service_box.style_one.light_color .service_content {
background: var(--primary-color-two);
}
.service_box.style_one.light_color .service_content h2 a {
color: #fff;
}
.service_box.style_one.light_color .service_content p {
color: #fff;
opacity: 0.8;
}
.service_box.style_one.light_color .service_content a.read_more {
color: #fff;
}
.service_box.style_one.light_color .service_content a.read_more::before {
color: #fff;
}
.service_box.style_two .service_content_two {
position: relative;
overflow: hidden;
border-radius: 10px;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.service_box.style_two .service_content_two .content_inner {
position: relative;
padding: 20px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.service_box.style_two .service_content_two .content_inner .content_inner_in {
background: #fff;
height: 100%;
width: 100%;
top: 0;
padding: 25px;
border-radius: 10px 0px 10px 0px;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.service_box.style_two .service_content_two .content_inner .content_inner_in .icon_image {
position: relative;
text-align: center;
margin-bottom: 20px;
}
.service_box.style_two .service_content_two .content_inner .content_inner_in .icon_image img {
width: 90px;
margin: auto;
}
.service_box.style_two .service_content_two .content_inner ul {
margin: 0;
padding: 0;
}
.service_box.style_two .service_content_two .content_inner ul li {
padding-left: 20px;
list-style: none;
font-size: 16px;
line-height: 26px;
color: var(--text-color-dark);
font-weight: 400;
position: relative;
margin-bottom: 8px;
}
.service_box.style_two .service_content_two .content_inner ul li::before, .service_box.style_two .service_content_two .content_inner ul li:after {
position: absolute;
content: "";
width: 6px;
height: 6px;
background: #00489a;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.service_box.style_two .service_content_two .content_inner ul li:after {
opacity: 0.6;
left: 6px;
}
.service_box.style_two .service_content_two .content_inner h2 a {
font-size: 22px;
font-weight: 700;
color: var(--heading-dark);
display: block;
line-height: 30px;
margin-bottom: 10px;
}
.service_box.style_two .service_content_two .ovarlay_link {
position: absolute;
width: 60px;
height: 60px;
border-radius: 10px 0px 10px 0px;
background: #00489a;
text-align: center;
line-height: 64px;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
opacity: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -150%);
-ms-transform: translate(-50%, -150%);
}
.service_box.style_two .service_content_two .ovarlay_link a {
width: 60px;
height: 60px;
display: block;
}
.service_box.style_two .service_content_two .ovarlay_link i {
color: #fff;
}
.service_box.style_two .service_content_two .overlay_content {
position: absolute;
opacity: 0;
width: 100%;
height: auto;
left: 0;
bottom: 0;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transform: translateY(20px);
-moz-transform: translateY(20px);
-o-transform: translateY(20px);
-ms-transform: translateY(20px);
padding: 25px;
background: #fff;
}
.service_box.style_two .service_content_two .overlay_content h2 a {
font-size: 22px;
font-weight: 700;
color: var(--heading-dark);
display: block;
line-height: 30px;
margin-bottom: 10px;
}
.service_box.style_two .service_content_two .overlay_content p {
margin: 0px;
}
.service_box.style_two .service_content_two:hover {
box-shadow: var(--box-shadow);
}
.service_box.style_two .service_content_two:hover .ovarlay_link {
opacity: 1;
}
.service_box.style_two .service_content_two:hover .content_inner_in {
opacity: 0;
transform: translateY(-20px);
-moz-transform: translateY(-20px);
-o-transform: translateY(-20px);
-ms-transform: translateY(-20px);
}
.service_box.style_two .service_content_two:hover .overlay_content {
bottom: 0;
opacity: 1;
transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
}
.service_box.style_two .service_content_two.active_ser {
box-shadow: var(--box-shadow);
}
.service_box.style_two .service_content_two.active_ser .ovarlay_link {
opacity: 1;
}
.service_box.style_two .service_content_two.active_ser .content_inner_in {
opacity: 0;
transform: translateY(-20px);
-moz-transform: translateY(-20px);
-o-transform: translateY(-20px);
-ms-transform: translateY(-20px);
}
.service_box.style_two .service_content_two.active_ser .overlay_content {
bottom: 0;
opacity: 1;
transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
}
.service_box.style_two.light_color .service_content_two .content_inner_in {
background: var(--primary-color-two);
}
.service_box.style_two.light_color .service_content_two .content_inner_in h2 a {
color: #fff;
}
.service_box.style_two.light_color .service_content_two .content_inner_in p {
color: #fff;
opacity: 0.6;
}
.service_box.style_two.light_color .service_content_two .content_inner_in ul li {
color: #fff;
opacity: 0.6;
}
.service_box.style_two.light_color .overlay_content {
background: var(--primary-color-two);
}
.service_box.style_two.light_color .overlay_content h2 a {
color: #fff;
}
.service_box.style_two.light_color .overlay_content p {
color: #fff;
opacity: 0.6;
}
.service_box.style_three {
margin-left: 25px;
}
.service_box.style_three .service_content {
position: relative;
padding: 25px;
background: #fff;
border-radius: 0px 0px 30px 0px;
box-shadow: var(--box-shadow);
}
.service_box.style_three .service_content .content_inner {
position: relative;
padding-top: 85px;
}
.service_box.style_three .service_content .content_inner span {
position: absolute;
top: -50px;
left: -50px;
width: 110px;
height: 110px;
background: #00489a;
color: #fff;
border-radius: 50%;
text-align: center;
font-size: 50px;
line-height: 110px;
}
.service_box.style_three .service_content .content_inner span i {
position: absolute;
width: 110px;
height: 110px;
background: transparent;
top: -10px;
left: 9px;
border: 4px solid var(--primary-color-two);
border-radius: 50%;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.service_box.style_three .service_content .content_inner .nom {
position: absolute;
top: 0;
right: 0;
font-size: 24px;
font-family: var(--creote-family-one);
line-height: 60px;
font-weight: 700;
color: #00489a;
opacity: 0.5;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.service_box.style_three .service_content .content_inner h2 a {
font-size: 22px;
line-height: 32px;
font-weight: 700;
display: block;
color: var(--heading-dark);
margin-bottom: 10px;
}
.service_box.style_three .service_content .content_inner h2 a:hover {
color: #00489a;
}
.service_box.style_three .service_content .content_inner .read_more {
font-size: 12px;
font-weight: 600;
color: var(--heading-dark);
text-transform: uppercase;
display: block;
line-height: 23px;
font-family: var(--creote-family-one);
margin-top: 5px;
}
.service_box.style_three .service_content .content_inner .read_more i {
font-size: 11px;
display: inline-block;
position: relative;
font-size: 20px;
top: 3px;
left: 5px;
}
.service_box.style_three .service_content .content_inner .read_more:hover {
color: #00489a;
}
.service_box.style_three:hover .service_content .content_inner span i {
top: 0;
left: 0;
}
.service_box.style_three:hover .service_content .content_inner small {
font-size: 60px;
color: #00489a;
}
.service_box.style_four .service_content {
position: relative;
padding: 0px 20px 20px 20px;
box-shadow: var(--box-shadow);
background: #fff;
border-radius: 10px;
text-align: center;
margin-top: 20px;
}
.service_box.style_four .service_content .image_box {
position: relative;
overflow: hidden;
border-radius: 10px;
top: -20px;
}
.service_box.style_four .service_content .image_box img {
width: 100%;
height: 230px;
-o-object-fit: cover;
object-fit: cover;
}
.service_box.style_four .service_content .image_box span {
position: absolute;
display: block;
bottom: 10px;
right: 10px;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 10px 0px 10px 0px;
background: #fff;
font-size: 25px;
color: #00489a;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
}
.service_box.style_four .service_content .image_box::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
bottom: -100%;
left: 0;
background: var(--primary-color-two);
opacity: 0;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.service_box.style_four .service_content .content_inner {
position: relative;
padding: 5px 15px;
}
.service_box.style_four .service_content .content_inner h2 a {
display: block;
font-size: 20px;
line-height: 30px;
color: var(--heading-dark);
margin-bottom: 8px;
}
.service_box.style_four .service_content .content_inner p {
text-transform: uppercase;
margin-bottom: 0px;
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 500;
color: #00489a;
line-height: 22px;
}
.service_box.style_four .service_content:hover .image_box span {
background: #00489a;
color: #fff;
}
.service_box.style_four .service_content:hover .image_box::before {
bottom: 0;
opacity: 0.9;
}
.service_box.style_five .service_content {
position: relative;
}
.service_box.style_five .service_content .image_box {
position: relative;
overflow: hidden;
height: 220px;
margin-bottom: 5px;
border-radius: 5px;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.service_box.style_five .service_content .image_box img {
border-radius: 5px;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.service_box.style_five .service_content .image_box::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: -100%;
border: 5px;
top: 0;
background: linear-gradient(90deg, var(--primary-color-two) 40%, rgba(0, 0, 0, 0.09) 180%);
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.service_box.style_five .service_content .content_inner {
position: relative;
padding: 25px 20px;
border: 1px solid var(--border-color-dark);
border-radius: 5px;
background: #fff;
}
.service_box.style_five .service_content .content_inner span {
display: block;
position: absolute;
width: 60px;
border-radius: 5px;
color: #00489a;
border: 1px solid var(--border-color-dark);
height: 60px;
left: 20px;
top: 0px;
bottom: 0;
margin: auto;
font-size: 30px;
text-align: center;
line-height: 60px;
border-radius: 50px;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.service_box.style_five .service_content .content_inner .text_box {
position: relative;
margin-left: 80px;
}
.service_box.style_five .service_content .content_inner .text_box h2 {
line-height: normal;
}
.service_box.style_five .service_content .content_inner .text_box h2 a {
font-size: 20px;
font-weight: 700;
color: var(--heading-dark);
line-height: 30px;
margin-bottom: 6px;
display: block;
}
.service_box.style_five .service_content .content_inner .text_box p {
margin-bottom: 0px;
}
.service_box.style_five .service_content:hover .image_box::before {
left: 0;
opacity: 0.9;
}
.service_box.style_five .service_content:hover .content_inner span {
border-color: #00489a;
background: #00489a;
color: #fff;
}
.service_box.type_one {
position: relative;
margin: 0px 0px 30px;
background: var(--color-white);
border-radius: 6px;
overflow: hidden;
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.04);
}
.service_box.type_one .image_box {
position: relative;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
overflow: hidden;
display: block;
}
.service_box.type_one .image_box img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
height: 350px;
}
.service_box.type_one .image_box .overlay {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.service_box.type_one .image_box .overlay:before {
position: absolute;
width: 0%;
height: 100%;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
right: 0;
top: 0;
content: "";
background: var(--heading-dark);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.service_box.type_one .content_box {
position: relative;
padding: 45px 30px 30px;
}
.service_box.type_one .content_box h2 a {
position: relative;
font-size: 20px;
display: block;
font-weight: 700;
color: var(--heading-dark);
line-height: 30px;
margin-bottom: 8px;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.service_box.type_one .content_box h2 a:hover {
color: #00489a;
}
.service_box.type_one .content_box .icon_box {
position: absolute;
width: 100%;
left: 0;
top: -36px;
}
.service_box.type_one .content_box .icon_box .icon_box_inner {
position: relative;
margin: 0px 30px;
}
.service_box.type_one .content_box .icon_box .icon_box_inner:before {
position: absolute;
content: "";
width: 100%;
left: 2px;
top: 34px;
height: 5px;
background: #00489a;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.service_box.type_one .content_box .icon_box .icon_box_inner .icon {
width: 60px;
height: 60px;
line-height: 60px;
display: block;
background: #00489a;
text-align: center;
border-radius: 50%;
color: var(--color-white);
font-size: 35px;
position: relative;
z-index: 1;
right: inherit;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.service_box.type_one .content_box p {
margin-bottom: 15px;
}
.service_box.type_one:hover .image_box .overlay:before {
width: calc(100% + 60px);
left: -30px;
opacity: 0.8;
}
.service_box.type_two {
position: relative;
background: var(--color-white);
border-radius: 10px;
margin: 0px 0px 30px;
padding: 10px 10px 30px;
text-align: center;
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
}
.service_box.type_two .icon_box {
position: relative;
width: 100%;
text-align: center;
z-index: 11;
bottom: 0;
left: 0;
height: 30px;
}
.service_box.type_two .icon_box .icon {
width: 60px;
height: 60px;
line-height: 60px;
display: block;
background: #00489a;
text-align: center;
border-radius: 50%;
color: var(--color-white);
font-size: 40px;
position: absolute;
z-index: 1;
right: inherit;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
left: 0;
right: 0;
margin: auto;
}
.service_box.type_two .image_box {
position: relative;
z-index: 0;
overflow: hidden;
border-radius: 10px;
}
.service_box.type_two .image_box img {
position: relative;
border-radius: 10px;
}
.service_box.type_two .image_box::before {
position: absolute;
content: "";
top: 0px;
left: 0px;
width: 102%;
border-radius: 10px;
height: 102%;
display: block;
opacity: 0;
text-align: center;
transform: perspective(400px) rotateX(-90deg);
transform-origin: top;
transition: all 0.5s;
background-color: var(--heading-dark);
z-index: 10;
}
.service_box.type_two .content_heaing {
position: relative;
padding: 20px 20px 0px;
}
.service_box.type_two .content_heaing h2 a {
display: block;
position: relative;
font-size: 20px;
color: var(--heading-dark);
line-height: 30px;
margin-bottom: 10px;
}
.service_box.type_two .content_heaing p {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid rgba(34, 34, 34, 0.1);
margin-bottom: 20px;
}
.service_box.type_two .btn_box {
position: relative;
padding-top: 20px;
}
.service_box.type_two:hover .image_box::before {
opacity: 0.9;
transform: perspective(400px) rotateX(0deg);
transition: all 700ms ease 100ms;
}
.service_box.type_two.light_color {
background: rgba(40, 47, 59, 0.09);
}
.service_box.type_two.light_color .icon_box .icon {
background: var(--color-white);
color: #00489a;
}
.service_box.type_two.light_color .content_heaing h2 a {
color: var(--color-white);
}
.service_box.type_two.light_color .content_heaing p {
color: var(--color-white);
border-color: rgba(255, 255, 255, 0.05);
}
.service_box.type_two.light_color .btn_box a {
color: var(--color-white);
}
.service_box.type_three {
position: relative;
padding: 5px;
background: var(--color-white);
margin-bottom: 20px;
}
.service_box.type_three .image_box {
position: relative;
overflow: hidden;
}
.service_box.type_three .image_box img {
height: 300px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.service_box.type_three .image_box .overlay {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.service_box.type_three .image_box .overlay:before {
position: absolute;
width: 0%;
height: 100%;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
right: 0;
top: 0;
content: "";
background: var(--heading-dark);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.service_box.type_three .content_box {
padding: 25px 25px 20px;
position: relative;
}
.service_box.type_three .content_box .icon_box {
position: absolute;
top: -55px;
width: 60px;
height: 60px;
background: #00489a;
right: 1px;
z-index: 1;
text-align: center;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.service_box.type_three .content_box .icon_box img {
width: 40px;
height: auto;
margin: auto;
}
.service_box.type_three .content_box .icon_box i {
font-size: 40px;
line-height: 60px;
color: var(--color-white);
}
.service_box.type_three .content_box h2 a {
font-size: 20px;
line-height: 30px;
display: block;
margin-bottom: 10px;
}
.service_box.type_three .content_box p {
margin-bottom: 0px;
}
.service_box.type_three:hover .image_box .overlay:before {
width: calc(100% + 60px);
left: -30px;
opacity: 0.8;
}
.service_post {
position: relative;
}
.service_post.style_one {
border-top: 2px solid #00489a;
margin-bottom: 40px;
cursor: pointer;
}
.service_post.style_one .image {
position: relative;
overflow: hidden;
}
.service_post.style_one .image .overlay {
position: absolute;
width: 100%;
height: 100%;
content: "";
left: 0;
top: 100%;
opacity: 0;
background: var(--primary-color-two);
z-index: 1;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.service_post.style_one .image img {
width: 100%;
height: 220px;
-o-object-fit: cover;
object-fit: cover;
}
.service_post.style_one .service_content {
position: relative;
z-index: 10;
border-left: 1px solid var(--border-color-dark);
border-right: 1px solid var(--border-color-dark);
border-bottom: 1px solid var(--border-color-dark);
padding: 25px 20px 20px;
text-align: center;
border-radius: 0px 0px 10px 10px;
}
.service_post.style_one .service_content.icon_yes {
padding: 40px 20px 20px;
}
.service_post.style_one .service_content .icon_box {
position: absolute;
top: -33px;
left: 0px;
width: 60px;
line-height: 60px;
height: 60px;
border-radius: 50%;
background: #00489a;
text-align: center;
right: 0;
margin: auto;
z-index: 2;
}
.service_post.style_one .service_content .icon_box span {
color: #fff;
font-size: 30px;
display: block;
line-height: 60px;
}
.service_post.style_one .service_content .icon_box img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: auto;
height: 30px;
margin: auto;
}
.service_post.style_one .service_content h2 a {
display: block;
color: var(--heading-dark);
line-height: 28px;
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
}
.service_post.style_one .service_content p {
margin-bottom: 30px;
}
.service_post.style_one .service_content a.read_more {
position: absolute;
width: 150px;
height: 50px;
background: #00489a;
text-align: center;
line-height: 50px;
color: #fff;
border-radius: 50px;
left: 0;
padding-top: 2px;
right: 0;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
margin: auto;
font-family: var(--creote-family-one);
bottom: -24px;
}
.service_post.style_one .service_content a.read_more i {
margin-left: 6px;
display: inline-block;
position: relative;
top: 2px;
font-size: 15px;
}
.service_post.style_one:hover .image .overlay {
top: 0%;
opacity: 0.8;
}
.service_post.style_two {
position: relative;
background: #fff;
border-radius: 10px;
box-shadow: var(--box-shadow);
padding: 20px;
text-align: center;
}
.service_post.style_two .image {
position: relative;
border-radius: 10px;
overflow: hidden;
height: 190px;
}
.service_post.style_two .image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.service_post.style_two .image .overlay {
position: absolute;
width: 100%;
height: 100%;
content: "";
left: 0;
top: 100%;
opacity: 0;
background: var(--primary-color-two);
z-index: 1;
transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
-ms-transition: 0.9s ease-in-out;
}
.service_post.style_two .image .icon_box {
position: absolute;
right: 10px;
bottom: 10px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 10px 3px 10px 3px;
background: #fff;
z-index: 3;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.service_post.style_two .image .icon_box span {
display: block;
font-size: 25px;
color: #00489a;
line-height: 53px;
transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-ms-transition: 0.3s ease-in-out;
opacity: 1;
}
.service_post.style_two .image .icon_box a {
position: absolute;
font-size: 26px;
line-height: 26px;
width: 26px;
height: 26px;
right: 0;
top: 0;
bottom: 0;
left: 0;
margin: auto;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
opacity: 0;
}
.service_post.style_two .service_content {
position: relative;
padding: 20px 10px 0px;
}
.service_post.style_two .service_content .catss {
position: relative;
display: block;
margin-bottom: 6px;
}
.service_post.style_two .service_content .catss a {
color: #00489a;
text-transform: uppercase;
line-height: 23px;
font-size: 13px;
font-weight: 500;
display: inline-block;
}
.service_post.style_two .service_content .catss a:last-child span {
display: none;
}
.service_post.style_two .service_content h2 {
margin: 0px;
}
.service_post.style_two .service_content h2 a {
display: block;
color: var(--heading-dark);
line-height: 32px;
font-size: 22px;
font-weight: 700;
}
.service_post.style_two:hover .image .overlay {
top: 0;
opacity: 0.8;
}
.service_post.style_two:hover .image .icon_box {
width: 60px;
height: 60px;
line-height: 60px;
right: 0;
bottom: 0;
background: #00489a;
}
.service_post.style_two:hover .image .icon_box span {
opacity: 0;
}
.service_post.style_two:hover .image .icon_box a {
color: #fff;
opacity: 1;
}
.service_post.style_three {
position: relative;
background: #fff;
box-shadow: var(--box-shadow-two);
border-radius: 0px 0px 5px 5px;
}
.service_post.style_three .image_box {
position: relative;
overflow: hidden;
}
.service_post.style_three .image_box::before {
position: absolute;
content: "";
left: 0;
top: 100%;
background: var(--primary-color-two);
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.service_post.style_three .image_box img {
height: 200px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.service_post.style_three .text_box {
position: relative;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
z-index: 2;
}
.service_post.style_three .text_box .text_box_inner {
position: relative;
padding: 40px 30px 30px;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
overflow: hidden;
z-index: 0;
}
.service_post.style_three .text_box .text_box_inner::before {
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
border-radius: 0px 0px 5px 5px;
position: absolute;
content: "";
height: 100%;
width: 100%;
top: 100%;
left: 0;
background: #00489a;
z-index: -1;
}
.service_post.style_three .text_box .text_box_inner span.icon {
font-size: 50px;
line-height: 50px;
display: block;
margin-bottom: 22px;
color: #00489a;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.service_post.style_three .text_box .text_box_inner img {
margin-bottom: 22px;
height: 50px;
width: auto;
}
.service_post.style_three .text_box .text_box_inner h2 a {
font-size: 18px;
color: var(--heading-dark);
display: block;
font-weight: 700;
margin-bottom: 10px;
line-height: 26px;
}
.service_post.style_three .text_box .text_box_inner p {
margin-bottom: 10px;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.service_post.style_three .text_box .text_box_inner .read_more {
position: relative;
display: inline-block;
font-size: 15px;
color: var(--heading-dark);
font-weight: 500;
line-height: 25px;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.service_post.style_three .text_box .text_box_inner .read_more i {
position: relative;
top: 2px;
font-size: 18px;
left: 10px;
}
.service_post.style_three .text_box .text_box_inner .bg_icon {
position: absolute;
top: 25px;
right: 40px;
}
.service_post.style_three .text_box .text_box_inner .bg_icon span {
opacity: 0.1;
font-size: 30px;
}
.service_post.style_three .text_box .text_box_inner .bg_icon img {
height: 40px;
opacity: 0.1;
}
.service_post.style_three:hover .image_box::before {
top: 0%;
opacity: 0.8;
}
.service_post.style_three:hover .text_box .text_box_inner::before {
top: 0;
}
.service_post.style_three:hover .text_box .text_box_inner span.icon,
.service_post.style_three:hover .text_box .text_box_inner h2 a,
.service_post.style_three:hover .text_box .text_box_inner p,
.service_post.style_three:hover .text_box .text_box_inner a.read_more {
color: #fff;
}
.service_post.style_four {
position: relative;
padding: 10px;
box-shadow: var(--box-shadow);
background: #fff;
z-index: 0;
border-radius: 10px;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.service_post.style_four .image_box {
position: relative;
overflow: hidden;
margin-bottom: 36px;
border-radius: 10px;
}
.service_post.style_four .image_box img {
height: 200px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.service_post.style_four::before {
position: absolute;
content: "";
width: 5px;
height: 50px;
left: 0;
bottom: 0;
background: #00489a;
opacity: 0;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
top: 100%;
z-index: 1;
}
.service_post.style_four::after {
position: absolute;
content: "";
width: 10px;
height: 10px;
left: 38px;
top: 40px;
background: var(--primary-color-three);
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
z-index: -1;
}
.service_post.style_four .content_in_box {
position: relative;
padding: 10px 20px 25px;
}
.service_post.style_four .icon_box {
width: 60px;
height: 60px;
position: relative;
}
.service_post.style_four .icon_box::before {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 30px;
border-radius: 5px;
color: #fff;
content: "";
text-align: center;
display: block;
margin-bottom: 20px;
background: #00489a;
position: relative;
z-index: 1;
text-transform: uppercase;
transition: 0.5s;
}
.service_post.style_four .icon_box::after {
position: absolute;
content: "";
width: 60px;
height: 71px;
border-radius: 5px;
top: -5px;
left: 7px;
background: #eee;
}
.service_post.style_four .icon_box .icons {
position: absolute;
font-size: 25px;
line-height: 25px;
height: 25px;
text-align: center;
color: #fff;
top: 0;
z-index: 77;
bottom: 0;
right: 0;
left: 0;
margin: auto;
}
.service_post.style_four .icon_box img {
position: absolute;
width: 30px;
height: auto;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
z-index: 77;
}
.service_post.style_four .bg_im {
position: absolute;
right: 27px;
font-size: 50px;
line-height: 50px;
color: var(--primary-color-three);
width: 50px;
height: auto;
top: 3px;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.service_post.style_four h2 {
line-height: normal;
}
.service_post.style_four h2 a {
position: relative;
font-size: 20px;
line-height: 30px;
display: block;
margin-bottom: 10px;
font-weight: 700;
color: var(--heading-dark);
font-family: var(--creote-family-one);
margin-top: 30px;
}
.service_post.style_four p {
margin-bottom: 15px;
}
.service_post.style_four a.read_more {
font-size: 15px;
line-height: 25px;
font-family: var(--creote-family-one);
color: var(--primary-color-two);
display: block;
font-weight: 600;
margin-top: 15px;
transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.service_post.style_four a.read_more i {
position: relative;
right: -8px;
top: 3px;
font-size: 17px;
}
.service_post.style_four small {
position: absolute;
font-size: 60px;
font-weight: 700;
text-transform: uppercase;
color: var(--primary-color-two);
opacity: 0.2;
top: 64px;
right: 34px;
}
.service_post.style_four:hover::after {
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.service_post.style_four:hover::before {
opacity: 1;
top: 50px;
}
.service_post.style_four:hover a.read_more {
color: #00489a;
}
.service_post.style_four:hover .bg_im {
color: #fff;
}
.service_post.style_five {
margin-bottom: 20px;
}
.service_post.style_five .image_box {
position: relative;
overflow: hidden;
border-radius: 6px;
}
.service_post.style_five .image_box .gradient {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(0deg, var(--primary-color-two) 6%, rgba(0, 0, 0, 0.09) 122%);
left: 0;
top: 0;
transition: 0.5s;
}
.service_post.style_five .image_box img {
position: relative;
width: 100%;
height: 430px;
-o-object-fit: cover;
object-fit: cover;
transform: scale(1.01);
-moz-transform: scale(1.01);
-ms-transform: scale(1.01);
-o-transform: scale(1.01);
transition: all 700ms ease;
-moz-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
}
.service_post.style_five .image_box::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
background: #00489a;
transition: all 0.5s ease-in-out;
z-index: 1;
}
.service_post.style_five .content_box {
position: absolute;
bottom: 0;
left: 0px;
z-index: 4;
padding: 40px 30px 30px;
overflow: hidden;
}
.service_post.style_five .content_box h2 {
line-height: normal;
}
.service_post.style_five .content_box h2 a {
display: block;
font-size: 20px;
line-height: 28px;
margin-bottom: 16px;
color: #fff;
transition: all 0.5s ease-in-out;
transform: translateY(70px);
}
.service_post.style_five .content_box p {
transform: translateY(200px);
color: #fff;
margin-bottom: 10px;
transition: all 0.5s ease-in-out;
}
.service_post.style_five .content_box .read_more {
display: block;
color: #fff;
transform: translateY(0px);
transition: all 0.5s ease-in-out;
font-family: var(--creote-family-one);
font-size: 15px;
line-height: 25px;
}
.service_post.style_five .content_box .read_more i {
margin-right: 8px;
position: relative;
top: 1px;
display: inline-block;
}
.service_post.style_five .icon_box {
position: absolute;
left: 0;
bottom: -26px;
background: #00489a;
width: 65px;
height: 65px;
border-radius: 50px;
line-height: 65px;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
z-index: 10;
left: 75%;
}
.service_post.style_five .icon_box span {
position: absolute;
font-size: 30px;
line-height: 35px;
display: block;
height: 35px;
width: 35px;
text-align: center;
top: 0;
bottom: 0;
color: #fff;
left: 0;
right: 0;
margin: auto;
}
.service_post.style_five .icon_box img {
width: 30px;
height: auto;
top: 0;
bottom: 0;
position: absolute;
left: 0;
right: 0;
margin: auto;
}
.service_post.style_five:hover .image_box img {
transform: scale(1.2) rotate(2deg);
}
.service_post.style_five:hover .image_box::before {
opacity: 0.8;
}
.service_post.style_five:hover .icon_box {
left: 30px;
}
.service_post.style_five:hover .content_box h2 a {
transform: translateY(-30px);
}
.service_post.style_five:hover .content_box p {
transform: translateY(-30px);
}
.service_post.style_five:hover .content_box .read_more {
transform: translateY(-20px);
}
.service_carousel {
position: relative;
}
.service_carousel.style_one {
margin: 0px 15px;
}
.service_carousel.style_one .image {
position: relative;
overflow: hidden;
}
.service_carousel.style_one .image img {
width: 100%;
height: 400px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
.service_carousel.style_one .image .overlay {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
bottom: 0;
background: linear-gradient(0deg, var(--primary-color-two) 30%, rgba(0, 0, 0, 0) 70%);
opacity: 0.8;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.service_carousel.style_one .content {
position: absolute;
bottom: 0;
left: 0;
padding: 25px;
width: 100%;
display: inline-block;
margin: 0px;
z-index: 9;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.service_carousel.style_one .content .icon_box {
position: relative;
margin-bottom: 20px;
}
.service_carousel.style_one .content .icon_box span {
font-size: 30px;
display: inline-block;
text-align: center;
background: #00489a;
color: #fff;
width: 70px;
height: 70px;
line-height: 70px;
border-radius: 0px;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.service_carousel.style_one .content .icon_box img {
width: 30px;
}
.service_carousel.style_one .content h2 {
position: relative;
}
.service_carousel.style_one .content h2 a {
display: block;
font-size: 20px;
line-height: 32px;
color: #fff;
}
.service_carousel.style_one .content h2 a:hover {
color: vr(--primary-color-one);
}
.service_carousel.style_one:hover .image .overlay {
height: 110%;
} .project_caro_section .swiper__center.swiper-container,
.project_caro_section .swiper__center_three.swiper-container {
overflow: inherit !important;
}
.project_caro_section .p_pagination .swiper-pagination {
padding: 20px 0px 0px;
}
.project_caro_section.style_three .p_pagination .swiper-pagination {
padding: 40px 0px 0px;
}
.project_caro_section.style_four .swiper, .project_caro_section.style_four .swiper-container {
overflow: unset;
}
.project_post {
position: relative;
}
.project_post.style_one {
padding: 30px;
background: #fff;
box-shadow: var(--box-shadow);
border-radius: 10px;
}
.project_post.style_one .image {
position: relative;
overflow: hidden;
border-radius: 10px;
}
.project_post.style_one .image img {
width: 100%;
height: 370px;
-o-object-fit: cover;
object-fit: cover;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.project_post.style_one .image::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
bottom: -100%;
background: linear-gradient(to top, var(--primary-color-two) 1%, rgba(0, 0, 0, 0) 100%);
z-index: 9;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.project_post.style_one .project_caro_content {
position: relative;
padding: 20px 60px 0px 0px;
}
.project_post.style_one .project_caro_content p {
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 600;
text-transform: uppercase;
color: #00489a;
margin-bottom: 5px;
}
.project_post.style_one .project_caro_content h2 a {
font-size: 20px;
font-weight: 700;
color: var(--heading-dark);
display: block;
line-height: 30px;
}
.project_post.style_one .project_caro_content .right_side {
position: absolute;
right: 0;
top: 27px;
bottom: 0;
overflow: hidden;
height: 50px;
width: 50px;
}
.project_post.style_one .project_caro_content .right_side a {
position: absolute;
right: 0;
top: 0;
display: block;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
border-radius: 10px 0px 10px 0px;
border: 1px solid var(--border-color-dark);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.project_post.style_one .project_caro_content .right_side a.two {
opacity: 0;
background: #00489a;
border-color: #00489a;
color: #fff;
transform: translateY(-100px);
}
.project_post.style_one:hover .image img {
transform: scale(1.05);
}
.project_post.style_one:hover .image::before {
bottom: 0;
}
.project_post.style_one:hover .right_side a {
opacity: 0;
transform: translateY(100px);
}
.project_post.style_one:hover .right_side a.two {
opacity: 1 !important;
transform: translateY(0px);
}
.project_post.style_one.style_four_caro {
padding: 10px;
background: #fff;
box-shadow: unset;
border-radius: 0;
border: 1px solid var(--border-color-dark);
}
.project_post.style_one.style_four_caro .image {
border-radius: 0px;
}
.project_post.style_one.style_four_caro .project_caro_content {
padding: 30px 105px 20px 25px;
}
.project_post.style_one.style_four_caro .project_caro_content .right_side {
top: 0;
bottom: 0;
margin: auto;
right: 30px;
} .project_all {
position: relative;
}
.project_all.filter_enabled {
padding: 0px;
}
.project_all.filt_style_one .fliter_group, .project_all.filt_style_six .fliter_group {
position: relative;
margin-bottom: 50px;
}
.project_all.filt_style_one .fliter_group .project_filter, .project_all.filt_style_six .fliter_group .project_filter {
position: relative;
display: block;
padding-left: 0px;
}
.project_all.filt_style_one .fliter_group .project_filter li, .project_all.filt_style_six .fliter_group .project_filter li {
display: inline-block;
margin: 0px 15px;
position: relative;
padding: 9px 15px 5px;
border-left: 1px solid var(--border-color-dark);
border-bottom: 1px solid var(--border-color-dark);
cursor: pointer;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
text-transform: uppercase;
font-family: var(--creote-family-one);
font-weight: 600;
}
.project_all.filt_style_one .fliter_group .project_filter li.current, .project_all.filt_style_six .fliter_group .project_filter li.current {
border-color: #00489a;
background: #00489a;
color: #fff;
}
.project_all.filt_style_six .fliter_group .project_filter {
padding-left: 0px;
}
.project_all.filt_style_six .fliter_group .project_filter li {
border: 0px;
padding: 8px 20px;
background: var(--primary-color-three);
margin: 0px 5px;
border-radius: 5px;
}
.project_all.filt_style_six .fliter_group .project_filter li.current {
background: #00489a;
color: #fff;
}
.project_all.filt_style_two .fliter_group, .project_all.filt_style_three .fliter_group, .project_all.filt_style_four .fliter_group, .project_all.filt_style_five .fliter_group {
position: relative;
margin-bottom: 60px;
}
.project_all.filt_style_two .fliter_group .project_filter, .project_all.filt_style_three .fliter_group .project_filter, .project_all.filt_style_four .fliter_group .project_filter, .project_all.filt_style_five .fliter_group .project_filter {
position: relative;
display: block;
border-bottom: 1px solid var(--border-color-dark);
}
.project_all.filt_style_two .fliter_group .project_filter li, .project_all.filt_style_three .fliter_group .project_filter li, .project_all.filt_style_four .fliter_group .project_filter li, .project_all.filt_style_five .fliter_group .project_filter li {
display: inline-block;
position: relative;
padding: 0px 8px 16px;
margin: 0px 3px;
cursor: pointer;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
text-transform: uppercase;
font-weight: 600;
background: transparent;
font-family: var(--creote-family-one);
font-weight: 700;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.project_all.filt_style_two .fliter_group .project_filter li.current, .project_all.filt_style_three .fliter_group .project_filter li.current, .project_all.filt_style_four .fliter_group .project_filter li.current, .project_all.filt_style_five .fliter_group .project_filter li.current {
color: #00489a;
}
.project_all.filt_style_two .fliter_group .project_filter li:after, .project_all.filt_style_three .fliter_group .project_filter li:after, .project_all.filt_style_four .fliter_group .project_filter li:after, .project_all.filt_style_five .fliter_group .project_filter li:after {
position: absolute;
content: "";
background: #00489a;
width: 100%;
height: 3px;
left: 0;
bottom: 0;
opacity: 0;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.project_all.filt_style_two .fliter_group .project_filter li.current:after, .project_all.filt_style_three .fliter_group .project_filter li.current:after, .project_all.filt_style_four .fliter_group .project_filter li.current:after, .project_all.filt_style_five .fliter_group .project_filter li.current:after {
opacity: 1;
}
.project_all.filt_style_eight .fliter_group {
position: relative;
margin-bottom: 40px;
}
.project_all.filt_style_eight .fliter_group .project_filter {
position: relative;
display: block;
margin-bottom: 0px;
}
.project_all.filt_style_eight .fliter_group .project_filter li {
display: inline-block;
position: relative;
padding: 0px 8px 0px;
margin: 0px 3px;
cursor: pointer;
font-size: 16px;
line-height: 20px;
font-weight: 600;
background: transparent;
font-family: var(--creote-family-one);
font-weight: 700;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.project_all.filt_style_eight .fliter_group .project_filter li.current {
color: #00489a;
}
.project_box.style_two {
position: relative;
margin-bottom: 30px;
}
.project_box.style_two .image {
position: relative;
overflow: hidden;
border-radius: 5px;
}
.project_box.style_two .image img {
width: 100%;
height: 250px;
-o-object-fit: cover;
object-fit: cover;
}
.project_box.style_two .image .overlay {
position: absolute;
top: -150px;
right: -150px;
width: 100px;
height: 100px;
line-height: 100px;
border-radius: 50px;
background: #00489a;
text-align: center;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.project_box.style_two .image .overlay a span {
font-size: 18px;
color: #fff;
position: relative;
top: 17px;
right: 13px;
}
.project_box.style_two .image::before {
position: absolute;
z-index: 1;
display: block;
content: "";
width: 30px;
height: 30px;
background: rgba(255, 255, 255, 0.2);
border-radius: 10px;
bottom: 0;
top: 0;
left: 0;
right: 0;
opacity: 0;
margin: auto;
}
.project_box.style_two .content_inner {
padding: 20px;
margin: 0px 15px 0px 15px;
background: #fff;
box-shadow: var(--box-shadow);
border: 1px solid var(--border-color-dark);
margin-top: -25px;
z-index: 23;
position: relative;
border-radius: 5px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transform: translateY(0px);
}
.project_box.style_two .content_inner::before {
position: absolute;
content: "";
border: 1px dashed var(--border-color-dark);
width: 98%;
height: 97%;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
border-radius: 10px;
}
.project_box.style_two .content_inner h2 a {
position: relative;
font-family: var(--creote-family-one);
font-size: 18px;
font-weight: 700;
line-height: 26px;
margin-bottom: 15px;
display: block;
}
.project_box.style_two .content_inner .meta_value a {
background: var(--primary-color-three);
padding: 6px 13px 7px;
border-radius: 5px;
font-size: 14px;
line-height: 20px;
text-transform: capitalize;
}
.project_box.style_two:hover .image .overlay {
top: -40px;
right: -40px;
}
.project_box.style_two:hover .image::before {
animation: circle 0.75s;
-moz-animation: circle 0.75s;
-ms-animation: circle 0.75s;
-o-animation: circle 0.75s;
}
.project_box.style_two:hover .content_inner {
transform: translateY(20px);
}
.project_box.style_three {
position: relative;
padding: 30px 30px 30px 0px;
border-radius: 10px;
box-shadow: var(--box-shadow);
background: #fff;
margin-bottom: 30px;
}
.project_box.style_three .content_inner {
position: relative;
float: left;
width: 35%;
padding: 5px 35px;
}
.project_box.style_three .content_inner div a {
font-size: 12px;
line-height: 16px;
font-weight: 600;
color: #00489a;
font-family: var(--creote-family-one);
text-transform: uppercase;
margin-bottom: 15px;
padding: 9px 11px 4px;
background: var(--primary-color-three);
display: inline-block;
border-radius: 5px;
}
.project_box.style_three .content_inner h2 a {
position: relative;
font-size: 22px;
font-weight: 700;
line-height: 32px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid var(--border-color-dark);
display: block;
}
.project_box.style_three .content_inner .read_more {
font-size: 15px;
color: #00489a;
line-height: 25px;
display: inline-block;
}
.project_box.style_three .content_inner .read_more span {
display: inline-block;
margin-left: 5px;
font-size: 17px;
top: 2px;
position: relative;
}
.project_box.style_three .content_inner .tags_and_share {
margin-top: 30px;
}
.project_box.style_three .content_inner .share_socail {
position: relative;
padding-top: 25px;
}
.project_box.style_three .content_inner .share_socail .title {
display: none;
}
.project_box.style_three .content_inner .share_socail button {
margin-right: 10px;
}
.project_box.style_three .content_inner .share_socail button:last-child {
margin-right: 0px;
}
.project_box.style_three .content_inner .share_socail button {
position: relative;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: block;
border-radius: 50px;
background: var(--primary-color-three);
border: 1px solid var(--border-color-dark);
color: var(--text-color-dark);
display: inline-block;
margin-right: 5px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
box-shadow: none;
}
.project_box.style_three .content_inner .share_socail button i {
position: absolute;
width: 15px;
height: 15px;
text-align: center;
font-size: 15px;
margin: auto;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.project_box.style_three .image {
position: relative;
width: 65%;
float: right;
border-radius: 10px;
overflow: hidden;
}
.project_box.style_three .image::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
bottom: -100%;
opacity: 0;
background: #00489a;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.project_box.style_three .image img {
width: 100%;
height: 350px;
-o-object-fit: cover;
object-fit: cover;
}
.project_box.style_three .image .text {
padding: 20px 30px;
border-radius: 10px 10px 0px 0px;
background: var(--primary-color-three);
position: absolute;
right: 30px;
bottom: 0;
}
.project_box.style_three .image .text ul {
margin: 0;
padding: 0;
}
.project_box.style_three .image .text ul li {
list-style: none;
font-size: 13px;
text-transform: uppercase;
line-height: 23px;
margin-bottom: 5px;
color: var(--heading-dark);
font-weight: 600;
}
.project_box.style_three .image .text ul li:last-child {
margin-bottom: 0px;
}
.project_box.style_three .image .text ul li span {
font-size: 16px;
line-height: 26px;
font-family: var(--creote-family-two);
font-weight: 400;
display: inline-block;
text-transform: none;
opacity: 0.8;
margin-left: 5px;
}
.project_box.style_three:hover .image::before {
bottom: 0;
opacity: 0.8;
} .project_information {
position: relative;
}
.project_information h2 {
font-size: 30px;
font-weight: 700;
line-height: 40px;
margin-bottom: 30px;
}
.project_information .repeat_informtion {
position: relative;
margin-bottom: 15px;
padding-bottom: 15px;
}
.project_information .repeat_informtion h6 {
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 8px;
}
.project_information .repeat_informtion p {
margin: 0px;
font-size: 15px;
}
.project_information .social_medias {
position: relative;
}
.project_information .social_medias a {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50px;
margin-right: 10px;
line-height: 40px;
font-size: 16px;
text-align: center;
color: #00489a;
border: 1px solid var(--border-color-dark);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
margin-bottom: 15px;
}
.project_information .social_medias a:last-child {
margin-right: 0px;
}
.project_information .social_medias a:hover {
color: #fff;
background: #00489a;
border-color: #00489a;
}
.project_information .theme-btn {
margin-top: 15px;
}
.project_post {
position: relative;
margin-bottom: 30px;
}
.project_post.style_four {
padding: 30px;
background: #fff;
box-shadow: var(--box-shadow);
border-radius: 10px;
}
.project_post.style_four .image {
position: relative;
overflow: hidden;
border-radius: 10px;
}
.project_post.style_four .image a.two {
position: absolute;
right: 10px;
bottom: 10px;
display: block;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
color: #00489a;
border-radius: 10px 0px 10px 0px;
background: #fff;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
z-index: 10;
}
.project_post.style_four .image img {
width: 100%;
height: 370px;
-o-object-fit: cover;
object-fit: cover;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.project_post.style_four .image::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
bottom: -100%;
background: linear-gradient(to top, var(--primary-color-two) 1%, rgba(0, 0, 0, 0) 100%);
z-index: 9;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.project_post.style_four .project_caro_content {
position: relative;
padding: 20px 0px 0px 0px !important;
}
.project_post.style_four .project_caro_content p {
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 600;
text-transform: uppercase;
color: #00489a;
margin-bottom: 5px;
}
.project_post.style_four .project_caro_content h2 a {
font-size: 20px;
font-weight: 700;
color: var(--heading-dark);
display: block;
line-height: 30px;
}
.project_post.style_four:hover .image img {
transform: scale(1.05);
}
.project_post.style_four:hover .image::before {
bottom: 0;
}
.project_post.style_four:hover .image a {
background: #00489a;
color: #fff;
}
.project_post {
position: relative;
margin-bottom: 30px;
}
.project_post.style_five {
padding: 20px;
background: #fff;
box-shadow: var(--box-shadow);
border-radius: 10px;
}
.project_post.style_five .image {
position: relative;
overflow: hidden;
border-radius: 10px;
}
.project_post.style_five .image a.two {
position: absolute;
right: 10px;
top: -200px;
display: block;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
color: #00489a;
border-radius: 0px 10px 0px 10px;
background: #fff;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
z-index: 10;
font-size: 14px;
}
.project_post.style_five .image img {
width: 100%;
height: 370px;
-o-object-fit: cover;
object-fit: cover;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.project_post.style_five .image::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
bottom: -100%;
background: linear-gradient(to top, var(--primary-color-two) 1%, rgba(0, 0, 0, 0) 100%);
z-index: 9;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.project_post.style_five .project_caro_content {
position: absolute;
width: 100%;
height: auto;
bottom: 0;
left: 0;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
opacity: 0;
padding: 20px;
z-index: 11;
}
.project_post.style_five .project_caro_content p {
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 600;
text-transform: uppercase;
color: #fff;
margin-bottom: 5px;
}
.project_post.style_five .project_caro_content h2 a {
font-size: 20px;
font-weight: 700;
color: #fff;
display: block;
line-height: 30px;
}
.project_post.style_five:hover .image img, .project_post.style_five.hover_actives .image img {
transform: scale(1.05);
}
.project_post.style_five:hover .image::before, .project_post.style_five.hover_actives .image::before {
bottom: 0;
}
.project_post.style_five:hover .image a.two, .project_post.style_five.hover_actives .image a.two {
background: #00489a;
color: #fff;
top: 10px;
}
.project_post.style_five:hover .project_caro_content, .project_post.style_five.hover_actives .project_caro_content {
opacity: 1;
}
.project_post.style_seven {
position: relative;
overflow: hidden;
background: transparent;
}
.project_post.style_seven h2 a {
font-size: 18px;
color: var(--heading-dark);
line-height: 26px;
font-weight: 700;
display: block;
margin-bottom: 5px;
}
.project_post.style_seven p {
color: #00489a;
}
.project_post.style_seven .image_box {
position: relative;
overflow: hidden;
border-radius: 5px;
}
.project_post.style_seven .image_box img {
height: 300px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.project_post.style_seven .content_box {
position: relative;
text-align: center;
padding: 25px 0px 40px;
border-bottom: 1px solid var(--primary-color-three);
margin-bottom: 30px;
}
.project_post.style_seven .content_box .image_zoom_box {
text-align: center;
position: relative;
z-index: 10;
width: 100%;
}
.project_post.style_seven .content_box .image_zoom_box img {
height: 340px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.project_post.style_seven .content_box .image_zoom_box .zoom_icon {
position: absolute;
font-size: 20px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50px;
border: 1px solid var(--border-color-dark);
left: 0;
right: 0;
color: var(--heading-dark);
bottom: -60px;
margin: 0 auto;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.project_post.style_seven .content_box p {
margin-bottom: 5px;
}
.project_post.style_seven .overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
opacity: 0;
top: 0px;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
border-radius: 5px;
}
.project_post.style_seven .overlay::before {
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
position: absolute;
content: "";
height: 100%;
border-radius: 5px;
width: 100%;
top: 100%;
left: 0;
background: #00489a;
}
.project_post.style_seven .overlay .text {
position: absolute;
text-align: center;
top: 20%;
padding: 30px 40px;
width: 100%;
text-align: center;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.project_post.style_seven .overlay .text h2 a {
color: #fff;
margin-bottom: 8px;
}
.project_post.style_seven .overlay .text p {
color: #fff;
margin-bottom: 20px;
}
.project_post.style_seven .overlay .text .read_more {
position: relative;
display: inline-block;
padding: 12px 25px 8px;
text-align: center;
border-radius: 50px;
border: 1px solid #fff;
color: #fff;
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 600;
text-transform: uppercase;
}
.project_post.style_seven:hover .content_box .zoom_icon {
bottom: 0px;
border-color: #fff;
color: #fff;
}
.project_post.style_seven:hover .overlay {
opacity: 1;
}
.project_post.style_seven:hover .overlay::before {
top: 0;
}
.project_post.style_seven:hover .overlay .text {
top: 12%;
}
.project_post.style_six {
position: relative;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.project_post.style_six .image_box {
position: relative;
overflow: hidden;
z-index: 1;
border-radius: 10px;
}
.project_post.style_six .image_box img {
height: 270px;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}
.project_post.style_six .overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.project_post.style_six .overlay:before {
position: absolute;
content: "";
bottom: 0px;
border-radius: 5px;
right: 0px;
opacity: 0;
width: 0%;
background: #00489a;
height: 0%;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.project_post.style_six .overlay .content_box {
position: absolute;
width: 100%;
height: 100%;
padding: 20px;
top: 0px;
left: 100%;
transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-ms-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
}
.project_post.style_six .overlay .content_box h2 {
line-height: normal;
}
.project_post.style_six .overlay .content_box h2 a {
font-size: 20px;
color: #fff;
line-height: 30px;
margin-bottom: 4px;
display: block;
}
.project_post.style_six .overlay .content_box p {
color: #f1f1f1;
}
.project_post.style_six:hover .overlay:before {
width: 100%;
height: 100%;
opacity: 0.8;
}
.project_post.style_six:hover .overlay .content_box {
left: 20px;
}
.project_post.style_six .zoom_icon {
position: absolute;
bottom: 15px;
right: 15px;
width: 40px;
height: 40px;
border-radius: 5px;
background: #fff;
line-height: 40px;
text-align: center;
display: block;
color: #222;
z-index: 10;
}
.project_post.style_eight {
position: relative;
}
.project_post.style_eight .image_box {
position: relative;
overflow: hidden;
border-radius: 10px 10px 10px 10px;
}
.project_post.style_eight .image_box img {
position: relative;
width: 100%;
height: 300px;
-o-object-fit: cover;
object-fit: cover;
transform: scale(1.01);
-moz-transform: scale(1.01);
-ms-transform: scale(1.01);
-o-transform: scale(1.01);
transition: all 700ms ease;
}
.project_post.style_eight .image_box::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #00489a;
opacity: 0;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
z-index: 1;
}
.project_post.style_eight .image_box span {
position: absolute;
top: 47%;
left: 43%;
font-size: 40px;
line-height: 40px;
z-index: 2;
color: #fff;
opacity: 0;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.project_post.style_eight .content_box {
position: relative;
margin-right: 40px;
padding: 30px;
box-shadow: var(--box-shadow-two);
background: #fff;
z-index: 5;
margin-top: -40px;
border-radius: 0px 10px 10px 10px;
}
.project_post.style_eight .content_box h2 {
line-height: normal;
}
.project_post.style_eight .content_box h2 a {
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 700;
color: var(--heading-dark);
margin-bottom: 8px;
}
.project_post.style_eight .content_box p {
letter-spacing: 3px;
color: #00489a;
font-weight: 600;
font-size: 15px;
line-height: 25px;
margin: 0px;
}
.project_post.style_eight .content_box a.arrow_btn {
position: absolute;
right: -18px;
bottom: 20px;
font-size: 16px;
font-weight: 600;
color: #fff;
width: 40px;
height: 40px;
line-height: 40px;
display: block;
text-align: center;
border-radius: 50px;
background: #00489a;
box-shadow: var(--box-shadow-two);
}
.project_post.style_eight .content_box a.arrow_btn span {
position: absolute;
font-size: 16px;
height: 16px;
width: 16px;
line-height: 16px;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.project_post.style_eight:hover .image_box img {
transform: scale(1.2) rotate(2deg);
-moz-transform: scale(1.2) rotate(2deg);
-ms-transform: scale(1.2) rotate(2deg);
-o-transform: scale(1.2) rotate(2deg);
}
.project_post.style_eight:hover .image_box::before {
opacity: 0.9;
}
.project_post.style_eight:hover .image_box span {
opacity: 1;
}
.project_post.style_nine {
position: relative;
margin: 0px 10px;
}
.project_post.style_nine .image {
position: relative;
overflow: hidden;
border-radius: 5px;
height: 400px;
width: 100%;
}
.project_post.style_nine .image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.project_post.style_nine .image::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(0deg, var(--primary-color-two) 20%, rgba(0, 0, 0, 0.09) 100%);
z-index: 1;
border-radius: 0px;
opacity: 0.9;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.project_post.style_nine .image::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
right: 0;
bottom: -100%;
background: linear-gradient(0deg, var(--primary-color-two) 40%, rgba(0, 0, 0, 0.09) 150%);
z-index: 1;
border-radius: 0px;
opacity: 0.8;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.project_post.style_nine .project_caro_content {
position: absolute;
bottom: 0;
padding: 20px;
left: 0;
width: 100%;
height: auto;
z-index: 2;
}
.project_post.style_nine .project_caro_content p {
font-size: 16px;
font-weight: 600;
color: #fff;
line-height: 26px;
display: block;
margin-bottom: 6px;
font-family: var(--creote-family-one);
}
.project_post.style_nine .project_caro_content h2 {
line-height: normal;
}
.project_post.style_nine .project_caro_content h2 a {
font-size: 20px;
font-weight: 700;
color: #fff;
line-height: 30px;
display: block;
font-family: var(--creote-family-one);
}
.project_post.style_nine:hover .image::after {
bottom: 0;
}
.filt_style_three .project_post {
margin-bottom: 30px;
}
.project_caro_section.light_color .project_post.style_seven h2 a {
color: #fff;
}
.project_caro_section.light_color .project_post.style_seven .content_box {
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.project_caro_section.light_color .project_post.style_seven .content_box .image_zoom_box .zoom_icon {
border-color: rgba(255, 255, 255, 0.07);
color: #fff;
}
.project_caro_section.light_color .project_post.style_seven:hover .content_box .image_zoom_box .zoom_icon {
border-color: #fff;
color: #00489a;
background: #fff;
}
.project_caro_section.style_two .p_pagination, .project_caro_section.style_nine .p_pagination {
position: relative;
}
.project_caro_section.style_two .p_pagination .swiper-pagination, .project_caro_section.style_nine .p_pagination .swiper-pagination {
padding: 40px 0px 0px;
}
.project_caro_section.style_two .p_pagination .swiper-pagination::before, .project_caro_section.style_nine .p_pagination .swiper-pagination::before {
position: absolute;
content: "";
height: 1px;
width: 75%;
left: 0;
bottom: 11px;
background: var(--primary-color-three);
margin: auto;
right: 0;
}
.project_caro_section.style_two .p_pagination .swiper-pagination .swiper-pagination-bullet, .project_caro_section.style_nine .p_pagination .swiper-pagination .swiper-pagination-bullet {
border: 1px solid var(--primary-color-three);
width: 12px;
background: var(--primary-color-three);
height: 12px;
border-radius: 0px;
}
.project_caro_section.style_two .p_pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .project_caro_section.style_nine .p_pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #00489a;
border-color: #00489a;
}
.project_caro_section.style_two.light_color .p_pagination .swiper-pagination::before, .project_caro_section.style_nine.light_color .p_pagination .swiper-pagination::before {
background: rgba(255, 255, 255, 0.09);
}
.project_caro_section.style_two.light_color .p_pagination .swiper-pagination .swiper-pagination-bullet, .project_caro_section.style_nine.light_color .p_pagination .swiper-pagination .swiper-pagination-bullet {
border: 1px solid var(--primary-color-three);
background: var(--primary-color-three);
}
.project_caro_section.style_two.light_color .p_pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .project_caro_section.style_nine.light_color .p_pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #00489a;
border-color: #00489a;
} .simple_search {
position: relative;
}
.simple_search .sch_btn {
position: absolute;
content: "";
font-size: 16px;
line-height: 40px;
height: 40px;
width: 46px;
text-align: center;
box-shadow: 0px 0px 0px 0px transparent;
background: transparent;
color: #00489a;
border: 0px;
top: 0;
padding: 0;
right: 0;
}
.wp-block-search__no-button {
position: relative;
}
.wp-block-search__no-button .wp-block-search__inside-wrapper {
position: relative;
}
.wp-block-search__no-button .wp-block-search__inside-wrapper::before {
position: absolute;
content: "\e914";
font-family: "icomoon";
font-size: 20px;
color: var(--primary-color-two);
top: 0px;
right: 20px;
bottom: 0;
margin: auto;
z-index: 1;
height: 56px;
line-height: 56px;
font-weight: 500;
}
.wp-block-search__label {
display: none !important;
}
.wp-block-search input,
.wp-block-search .wp-block-search__input {
height: 56px;
border-radius: 10px;
padding: 0px 20px;
font-size: 14px;
color: var(--heading-dark);
font-weight: 400;
border: 1px solid var(--border-color-dark);
margin-bottom: 0px;
}
.wp-block-search input::-moz-placeholder, .wp-block-search .wp-block-search__input::-moz-placeholder {
color: var(--heading-dark);
}
.wp-block-search input::placeholder,
.wp-block-search .wp-block-search__input::placeholder {
color: var(--heading-dark);
}
.wp-block-search__inside-wrapper {
position: relative;
}
.wp-block-search__inside-wrapper i {
position: absolute;
top: 0;
bottom: 0;
right: 15px;
margin: auto;
height: 20px;
}
.wp-block-search__inside-wrapper input {
height: 56px;
border-radius: 10px;
font-size: 14px;
color: var(--heading-dark);
font-weight: 400;
border: 1px solid var(--border-color-dark);
}
.wp-block-search__inside-wrapper input::-moz-placeholder {
color: var(--heading-dark);
}
.wp-block-search__inside-wrapper input::placeholder {
color: var(--heading-dark);
}
.wp-block-search__inside-wrapper .wp-block-search__button {
position: absolute;
content: "";
font-size: 11px;
text-transform: uppercase;
font-family: var(--creote-family-one);
color: #fff;
font-weight: 600;
padding: 6px 12px;
top: 0px;
right: 7px;
bottom: 0;
margin: auto;
border: 0px;
box-shadow: none;
height: 43px;
line-height: 35px;
border-radius: 5px;
background: #00489a;
} @media (min-width: 992px) {
.left-sidebar .all_side_bar {
order: -1;
}
}
.right-sidebar .all_side_bar .side_bar,
.left-sidebar .all_side_bar .side_bar {
position: relative;
padding-left: 45px;
margin-left: 20px;
}
.right-sidebar .all_side_bar .side_bar::before,
.left-sidebar .all_side_bar .side_bar::before {
position: absolute;
content: "";
height: 100%;
left: -3px;
right: inherit;
top: 0;
width: 1px;
background: var(--border-color-dark);
}
.right-sidebar .all_side_bar .side_bar.sticky,
.left-sidebar .all_side_bar .side_bar.sticky {
padding-bottom: 100px;
}
.left-sidebar .all_side_bar .side_bar {
padding-left: 0px;
margin-left: 0px;
padding-right: 45px;
margin-right: 20px;
}
.left-sidebar .all_side_bar .side_bar::before {
display: none;
}
.left-sidebar .all_side_bar .side_bar::after {
position: absolute;
content: "";
height: 100%;
right: -3px;
top: 0;
width: 1px;
background: var(--border-color-dark);
}
.single-post.left-sidebar .all_side_bar .side_bar::before {
display: none;
}
.single-post.left-sidebar .all_side_bar .side_bar::after {
right: -3px;
}
.single-post.right-sidebar .all_side_bar .side_bar::before {
left: -3px;
right: inherit;
}
.right-sidebar .content-area,
.left-sidebar .content-area {
position: relative;
}
.right-sidebar .content-area::before,
.left-sidebar .content-area::before {
position: absolute;
content: "";
height: 100%;
right: -33px;
left: inherit;
top: 0;
width: 1px;
background: var(--border-color-dark);
}
.left-sidebar .content-area::before {
left: -33px;
right: inherit;
}
.side_bar ol {
margin: 0;
padding: 0;
}
.single-post.right-sidebar .content-area::before,
.single-post.left-sidebar .content-area::before {
display: none;
}
.single-post.right-sidebar .blog_single_details_outer,
.single-post.left-sidebar .blog_single_details_outer {
position: relative;
}
.single-post.right-sidebar .blog_single_details_outer::before,
.single-post.left-sidebar .blog_single_details_outer::before {
position: absolute;
content: "";
height: 100%;
right: -48px;
top: 0;
width: 1px;
background: var(--border-color-dark);
}
.single-post.left-sidebar .blog_single_details_outer::before {
left: -48px;
right: inherit;
}
@media (max-width: 992px) {
.right-sidebar .all_side_bar .side_bar,
.left-sidebar .all_side_bar .side_bar {
padding-left: 0px;
margin-left: 0px;
padding-top: 75px;
border-top: 1px solid var(--border-color-dark);
padding-bottom: 30px;
}
.right-sidebar .all_side_bar .side_bar::before,
.left-sidebar .all_side_bar .side_bar::before {
display: none;
}
.right-sidebar .content-area,
.left-sidebar .content-area {
position: relative;
}
.right-sidebar .content-area::before,
.left-sidebar .content-area::before {
display: none;
}
.single-post.right-sidebar .blog_single_details_outer::before,
.single-post.left-sidebar .blog_single_details_outer::before {
display: none;
}
}
.right-sidebar .content-area.no_sidebar::before,
.left-sidebar .content-area.no_sidebar::before {
display: none;
} .widgets_grid_box {
position: relative;
margin-bottom: 50px;
}
.widgets_grid_box .widget-title,
.widgets_grid_box .wp-block-search__label,
.widgets_grid_box .wp-block-group__inner-container h2,
.widgets_grid_box .widget_block.widget_text p {
position: relative;
margin-bottom: 50px;
font-size: 18px;
margin-left: 60px;
font-weight: 700;
line-height: 26px;
color: var(--heading-dark);
font-family: var(--creote-family-one);
}
.widgets_grid_box .widget-title:before,
.widgets_grid_box .wp-block-search__label:before,
.widgets_grid_box .wp-block-group__inner-container h2:before,
.widgets_grid_box .widget_block.widget_text p:before {
position: absolute;
content: "";
width: 50px;
left: -60px;
height: 2px;
background: #00489a;
top: 0;
bottom: 0;
margin: auto;
}
.widgets_grid_box .widget-title:after,
.widgets_grid_box .wp-block-search__label:after,
.widgets_grid_box .wp-block-group__inner-container h2:after,
.widgets_grid_box .widget_block.widget_text p:after {
position: absolute;
content: "";
width: 10px;
left: -60px;
height: 10px;
border-radius: 10px;
background: #00489a;
top: 0;
bottom: 0;
margin: auto;
}
.widgets_grid_box ul {
position: relative;
padding: 0px;
}
.widgets_grid_box ul li {
position: relative;
list-style: none;
padding: 14px 0px 8px;
border-bottom: 1px solid var(--border-color-dark);
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
display: block;
text-transform: uppercase;
font-family: var(--creote-family-one);
font-weight: 600;
font-size: 12px;
}
.widgets_grid_box ul li a {
line-height: 22px;
display: inline-block;
position: relative;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
color: var(--text-color-dark);
text-transform: uppercase;
font-size: 12px;
}
.widgets_grid_box ul li:last-child {
padding-bottom: 0px;
border-bottom: 0px;
}
.widgets_grid_box ul.wp-block-page-list {
padding-left: 5px;
}
.widgets_grid_box ul.wp-block-page-list li {
display: block;
}
.widgets_grid_box ul.wp-block-page-list li .wp-block-page-list__submenu-icon {
position: absolute;
right: 0;
bottom: 0;
top: 11px;
margin: auto;
}
.widgets_grid_box ul.wp-block-page-list li .wp-block-page-list__submenu-icon svg path {
fill: #00489a;
}
.widgets_grid_box ul.wp-block-page-list .submenu-container {
padding-left: 5px;
}
.widgets_grid_box.widget_block.widget_text p {
margin-bottom: 15px !important;
}
.widgets_grid_box .widget_categories ul,
.widgets_grid_box .widget_meta ul,
.widgets_grid_box .widget_archive ul {
padding: 15px 30px 25px;
border-radius: 10px;
border: 1px solid var(--border-color-dark);
}
.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_meta ul li,
.widgets_grid_box .widget_archive ul li {
padding: 14px 0px !important;
}
.widgets_grid_box .widget_categories ul li:last-child,
.widgets_grid_box .widget_meta ul li:last-child,
.widgets_grid_box .widget_archive ul li:last-child {
padding-bottom: 0px !important;
}
.widgets_grid_box .widget_categories ul li {
padding: 14px 0px 10px;
display: flex;
}
.widgets_grid_box ul.wp-block-categories {
padding: 15px 30px 25px;
border-radius: 10px;
border: 1px solid var(--border-color-dark);
}
.widgets_grid_box ul.wp-block-categories li {
padding: 14px 0px !important;
}
.widgets_grid_box ul.wp-block-categories li:last-child {
padding-bottom: 0px !important;
}
.widgets_grid_box ul.wp-block-categories li a {
padding-right: 8px;
}
.widgets_grid_box .widget_meta ul li {
padding: 14px 0px 10px !important;
}
.widgets_grid_box .widget_meta ul li:last-child {
padding-bottom: 0px !important;
}
.widgets_grid_box .widget_pages ul li {
display: block;
border: 0px;
padding: 0px;
}
.widgets_grid_box .widget_pages ul li a {
padding: 10px 0px;
}
.widgets_grid_box .widget_pages ul ul.children {
padding-left: 5px;
}
.widgets_grid_box .widget_recent_comments ul li {
display: block;
text-transform: capitalize;
font-size: 15px;
font-family: var(--creote-family-one);
font-weight: 500;
line-height: 26px;
}
.widgets_grid_box .widget_recent_comments ul li a {
text-transform: none;
font-size: 15px;
line-height: 26px;
}
.widgets_grid_box .widget_categories ul li a::before,
.widgets_grid_box .widget_meta ul li a::before,
.widgets_grid_box .widget_archive ul li a::before {
position: absolute;
content: "\f105";
font-family: "FontAwesome";
left: 0px;
top: 0;
bottom: 0;
font-size: 16px;
opacity: 0;
color: var(--text-color-dark);
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
line-height: 18px;
}
.widgets_grid_box .widget_categories ul li a:hover,
.widgets_grid_box .widget_meta ul li a:hover,
.widgets_grid_box .widget_archive ul li a:hover {
padding-left: 12px;
}
.widgets_grid_box .widget_categories ul li a:hover::before,
.widgets_grid_box .widget_meta ul li a:hover::before,
.widgets_grid_box .widget_archive ul li a:hover::before {
opacity: 1;
}
.widgets_grid_box .wp-block-tag-cloud a {
position: relative;
padding: 12px 10px 12px 20px;
border-radius: 5px;
border: 1px solid var(--border-color-dark);
transition: 0.5s ease-in-out !important;
font-size: 10px !important;
text-transform: uppercase;
font-weight: 600;
display: inline-block;
color: var(--text-color-dark);
margin-bottom: 9px;
margin-right: 5px;
font-family: var(--creote-family-one);
line-height: 10px;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.widgets_grid_box .wp-block-tag-cloud a::before {
position: absolute;
content: "#";
left: 10px;
top: 0px;
bottom: 0;
margin: auto;
height: 10px;
font-size: 10px;
line-height: 10px;
}
.widgets_grid_box .wp-block-tag-cloud a:hover {
color: #fff;
background: #00489a;
border-color: #00489a;
border-radius: 15px 0px 15px 0px;
}
.widget_block.widget_text p {
margin-bottom: 0px;
}
.widget_post_box {
position: relative;
}
.widget_post_box .blog_in {
position: relative;
margin-bottom: 19px;
padding-bottom: 12px;
border-bottom: 1px solid var(--border-color-dark);
}
.widget_post_box .blog_in .content_inner {
position: relative;
}
.widget_post_box .blog_in .content_inner .post-date {
text-transform: uppercase;
font-size: 12px;
color: var(--text-color-dark);
line-height: 22px;
font-weight: 600;
font-family: var(--creote-family-one);
margin-bottom: 6px;
}
.widget_post_box .blog_in .content_inner .post-date span {
display: inline-block;
font-size: 16px;
color: #00489a;
margin-right: 5px;
}
.widget_post_box .blog_in .content_inner h3 a {
display: block;
font-size: 16px;
line-height: 26px;
color: var(--heading-dark);
font-family: var(--creote-family-one);
font-weight: 700;
margin-bottom: 6px;
text-transform: none;
}
.widget_post_box .blog_in.image_in .image {
float: left;
}
.widget_post_box .blog_in.image_in .image img {
width: 70px;
height: 70px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
}
.widget_post_box .blog_in.image_in .content_inner {
margin-left: 85px;
}
.widget_post_box .blog_in:last-child {
border-bottom: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}
.widgets_grid_box .widget-title {
position: relative;
margin-bottom: 50px;
font-size: 18px;
margin-left: 60px;
font-weight: 700;
line-height: 26px;
color: var(--heading-dark);
font-family: var(--creote-family-one);
}
.widgets_grid_box .widget-title:before {
position: absolute;
content: "";
width: 50px;
left: -60px;
height: 2px;
background: #00489a;
top: 0;
bottom: 0;
margin: auto;
}
.widgets_grid_box .widget-title:after {
position: absolute;
content: "";
width: 10px;
left: -60px;
height: 10px;
border-radius: 10px;
background: #00489a;
top: 0;
bottom: 0;
margin: auto;
} .about_authour_widget {
position: relative;
padding: 30px;
border-radius: 10px;
background: var(--primary-color-two);
text-align: center;
}
.about_authour_widget h3 {
font-size: 14px;
line-height: 24px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 20px;
}
.about_authour_widget img {
width: 160px;
height: 160px;
margin: 0 auto 20px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
}
.about_authour_widget p {
color: var(--text-color-light);
line-height: 26px;
}
.about_authour_widget a {
font-size: 12px;
background: #00489a;
text-transform: uppercase;
font-weight: 600;
font-family: var(--creote-family-one);
color: #fff;
display: inline-block;
position: relative;
line-height: 22px;
padding: 17px 28px 11px;
border-radius: 30px;
} .widgets_grid_box .widget_recent_entries .wp-block-latest-posts {
margin: 0;
padding: 0;
}
.widgets_grid_box .widget_recent_entries .wp-block-latest-posts li {
list-style: none;
display: block;
padding: 0px 0px 15px;
margin: 0px 0px 0px 0px;
border-bottom: 1px solid var(--border-color-dark);
}
.widgets_grid_box .widget_recent_entries .wp-block-latest-posts li::before {
display: none;
}
.widgets_grid_box .widget_recent_entries .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
position: relative;
margin-bottom: 10px;
}
.widgets_grid_box .widget_recent_entries .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
}
.widgets_grid_box .widget_recent_entries .wp-block-latest-posts li a {
display: block !important;
font-size: 16px !important;
line-height: 26px !important;
color: var(--heading-dark) !important;
font-family: var(--creote-family-one) !important;
font-weight: 700 !important;
margin-bottom: 6px;
text-transform: none !important;
text-transform: none;
text-transform: none;
width: 100% !important;
}
.widgets_grid_box .widget_recent_entries .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
font-size: 15px;
line-height: 26px;
font-family: var(--creote-family-two);
font-weight: 400;
margin-bottom: 0px;
text-transform: none;
}
.widgets_grid_box .widget_recent_entries .wp-block-latest-posts.has-dates time {
text-transform: uppercase;
font-size: 12px;
color: var(--text-color-dark);
line-height: 22px;
font-weight: 600;
font-family: var(--creote-family-one);
margin-bottom: 6px;
}
.widgets_grid_box .widget_recent_entries .wp-block-latest-posts.has-author .wp-block-latest-posts__post-author {
font-size: 14px;
color: #00489a;
line-height: 24px;
font-weight: 600;
font-family: var(--creote-family-one);
margin-bottom: 6px;
text-transform: none;
}
.widgets_grid_box .wp-block-latest-posts {
margin: 0;
padding: 0;
}
.widgets_grid_box .wp-block-latest-posts li {
list-style: none;
display: block;
padding: 0px 0px 15px;
margin: 0px 0px 0px 0px;
border-bottom: 1px solid var(--border-color-dark);
}
.widgets_grid_box .wp-block-latest-posts li::before {
display: none;
}
.widgets_grid_box .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
position: relative;
margin-bottom: 10px;
}
.widgets_grid_box .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
}
.widgets_grid_box .wp-block-latest-posts li a {
display: block !important;
font-size: 16px !important;
line-height: 26px !important;
color: var(--heading-dark) !important;
font-family: var(--creote-family-one) !important;
font-weight: 600 !important;
margin-bottom: 6px;
text-transform: none !important;
text-transform: none;
text-transform: none;
width: 100% !important;
}
.widgets_grid_box .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
font-size: 15px;
line-height: 26px;
font-family: var(--creote-family-two);
font-weight: 400;
margin-bottom: 0px;
text-transform: none;
}
.widgets_grid_box .wp-block-latest-posts.has-dates time {
text-transform: uppercase;
font-size: 12px;
color: var(--text-color-dark);
line-height: 22px;
font-weight: 600;
font-family: var(--creote-family-one);
margin-bottom: 6px;
}
.widgets_grid_box .wp-block-latest-posts.has-author .wp-block-latest-posts__post-author {
font-size: 14px;
color: #00489a;
line-height: 24px;
font-weight: 600;
font-family: var(--creote-family-one);
margin-bottom: 6px;
text-transform: none;
}
.widgets_grid_box .widget_recent_entries .wp-block-latest-posts li {
margin: 0px 0px 25px 0px;
}
.widgets_grid_box ul li {
margin-bottom: 0px !important;
}
.widget ul li::before {
clear: both;
content: "";
overflow: auto;
} .brouchure_box_widget {
position: relative;
padding: 30px 30px 0px;
border-radius: 10px;
background: #00489a;
text-align: center;
}
.brouchure_box_widget h3 {
font-size: 22px;
line-height: 32px;
color: #fff;
font-weight: 700;
margin-bottom: 20px;
}
.brouchure_box_widget img {
width: auto;
margin: auto;
height: 150px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.2);
}
.brouchure_box_widget a {
background: #fff;
color: #00489a;
margin-bottom: 35px;
}
.wp-block-latest-comments__comment-meta {
position: relative;
color: #00489a;
}
.wp-block-latest-comments__comment-meta a {
line-height: 26px;
font-size: 16px;
display: inline-block;
color: var(--text-color-dark);
} .contact_box_widget {
position: relative;
padding-bottom: 29px;
text-align: center;
}
.contact_box_widget .widget_content {
border-radius: 10px;
overflow: hidden;
position: relative;
padding: 40px 20px 50px;
}
.contact_box_widget .widget_content img {
position: absolute;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
z-index: 1;
left: 0;
top: 0;
}
.contact_box_widget .widget_content .top_section {
position: relative;
padding-bottom: 100px;
z-index: 2;
}
.contact_box_widget .widget_content .top_section h3 {
font-size: 20px;
margin-bottom: 5px;
color: #fff;
font-weight: 700;
line-height: 30px;
}
.contact_box_widget .widget_content .top_section p {
color: var(--text-color-light);
line-height: 26px;
}
.contact_box_widget .widget_content .bottom_section {
position: relative;
padding-top: 100px;
z-index: 2;
}
.contact_box_widget .widget_content .bottom_section a {
display: block;
color: #fff;
font-weight: 400;
margin-bottom: 5px;
font-size: 18px;
}
.contact_box_widget .widget_content .bottom_section a.phone_number {
font-size: 15px;
}
.contact_box_widget .theme-btn.one {
position: absolute;
bottom: 0px;
left: 0;
right: 0;
width: 170px;
margin: auto;
z-index: 3;
}
.creote_widget_service_list {
position: relative;
}
.creote_widget_service_list .widget-title {
margin-bottom: 35px !important;
}
.creote_widget_service_list ul.service_list_box {
margin: 0px;
padding: 0px;
}
.creote_widget_service_list ul.service_list_box li {
display: block !important;
padding: 15px 20px 15px 0px;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.creote_widget_service_list ul.service_list_box li:first-child {
padding-top: 0px !important;
}
.creote_widget_service_list ul.service_list_box li a {
width: 100%;
display: block;
font-size: 16px;
font-weight: 500;
color: var(--text-color-dark);
line-height: 28px;
text-transform: none;
position: relative;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.creote_widget_service_list ul.service_list_box li a:before {
position: absolute;
content: "\f105";
top: 5px;
height: 20px;
font-size: 20px;
width: 20px;
right: -20px;
font-family: "fontawesome";
line-height: 16px;
text-align: center;
color: var(--text-color-light);
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.creote_widget_service_list ul.service_list_box li:hover a {
color: #00489a;
}
.creote_widget_service_list ul.service_list_box li:hover a:before {
color: #00489a;
}
.widget_rss ul li {
padding: 14px 0px 14px !important;
}
.widget_rss .widget-title .rsswidget {
display: inline-block;
margin: 0px;
}
.widget_rss ul li .rsswidget {
margin-bottom: 10px;
font-size: 16px !important;
font-family: var(--creote-family-one) !important;
color: var(--heading-dark);
line-height: 26px !important;
font-weight: 600;
text-transform: none !important;
display: block;
}
.widget_rss ul li .rss-date {
margin-bottom: 8px;
display: block;
}
.widget_rss ul li .rssSummary {
text-transform: none;
font-size: 15px;
line-height: 25px;
font-weight: 400;
font-family: var(--creote-family-two);
margin-bottom: 8px;
}
.widget_rss ul li cite {
font-style: normal;
font-family: var(--creote-family-one);
font-size: 16px;
line-height: 26px;
font-weight: 600;
text-transform: capitalize;
color: #00489a;
}
.calendar_wrap table td {
position: relative;
border: 1px solid var(--border-color-dark);
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
color: var(--text-color-dark);
}
.calendar_wrap table td a {
position: absolute;
width: 100%;
top: 0;
left: 0;
background: #00489a;
color: #fff;
height: 100%;
text-align: center;
line-height: 40px;
}
.calendar_wrap table th {
border: 1px solid var(--border-color-dark);
text-align: center;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
font-size: 16px;
font-weight: 600;
color: #00489a;
} .z_index_up {
z-index: 2;
}
.z_index_down {
z-index: -2;
}
.position_absolute {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: auto;
}
.position_absolute.top {
bottom: unset;
top: 0;
}
.shape_bg_light {
fill: var(--primary-color-three);
}
.shape_bg_dark_1 {
fill: #00489a;
}
.shape_bg_dark_2 {
fill: var(--primary-color-two);
}
.curve_shape_bottom_1 {
transform: rotate(180deg);
}
.curve_shape_bottom_1 svg {
width: calc(100% + 1.3px);
height: 62px;
display: block;
transform: rotateY(180deg);
}
.curve_shape_bottom_1 svg path {
fill: #fff;
transform-origin: center;
transform: rotateY(0deg);
}
.curve_shape_top_1 {
top: -1px;
}
.curve_shape_top_1 svg {
width: calc(100% + 1.3px);
height: 67px;
display: block;
}
.curve_shape_top_1 svg path {
fill: #fff;
transform-origin: center;
transform: rotateY(0deg);
}
.curve_shape_top_2 {
top: -1px !important;
}
.curve_shape_top_2 svg {
height: 47px;
display: block;
width: calc(100% + 1.3px);
position: relative;
left: 50%;
transform: translateX(-50%);
}
.curve_shape_top_2 svg .elementor-shape-fill {
fill: #F0F3F9;
transform-origin: center;
transform: rotateY(0deg);
}
.curve_shape_bottom_2 {
bottom: -1px !important;
transform: rotate(180deg);
}
.curve_shape_bottom_2 svg {
height: 47px;
display: block;
width: calc(100% + 1.3px);
position: relative;
left: 50%;
transform: translateX(-50%);
}
.curve_shape_bottom_2 svg .elementor-shape-fill {
fill: #F0F3F9;
transform-origin: center;
transform: rotateY(0deg);
}
.shape_bg_white {
fill: #fff;
transform-origin: center;
}
.object-fit-cover {
overflow: hidden;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
.object-fit-cover-center {
overflow: hidden;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
} .style-switcher {
font-family: var(--creote-family-one);
position: fixed;
top: 100px;
right: 0;
z-index: 99999999;
background-color: #fff;
width: 200px;
text-align: center;
box-shadow: var(--box-shadow-two);
padding-top: 25px;
padding-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
transform: translateX(100%);
transition: transform 500ms ease;
border-radius: 10px 0px 0px 10px;
}
.style-switcher #switcher-toggler {
position: absolute;
top: 20px;
right: 100%;
font-size: 22px;
color: #fff;
width: 40px;
height: 40px;
background-color: #00489a;
display: flex;
align-items: center;
justify-content: center;
transition: 500ms;
border-radius: 10px 0px 0px 10px;
}
.style-switcher.active {
transform: translateX(0%);
}
.style-switcher h3 {
margin: 0;
text-transform: uppercase;
color: var(--heading-dark);
font-size: 20px;
line-height: 1;
font-family: var(--creote-family-one);
margin-bottom: 15px;
font-weight: 800;
}
#colorschemeOptions {
margin: 0;
padding: 0;
list-style: none;
display: grid;
grid-gap: 15px;
grid-template-columns: 1fr 1fr 1fr;
}
#colorschemeOptions li {
width: 100%;
height: 46.6667px;
border-radius: 50%;
overflow: hidden;
}
#colorschemeOptions li a {
display: block;
width: 100%;
height: 100%;
}
.rs-parallax-wrap br {
display: block !important;
} .wpcf7-spinner {
position: absolute;
bottom: 0px;
right: 0px;
}
.swiper-button-prev, .swiper-button-next, .prev-single-one, .next-single-one, .prev-single-one_three, .next-single-one_three {
background: none;
}
.swiper-button-prev::before, .swiper-button-next::before, .prev-single-one::before, .next-single-one::before, .prev-single-one_three::before, .next-single-one_three::before {
position: absolute;
font-family: "FontAwesome" !important;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
text-align: center;
font-size: 18px;
color: var(--primary-color-two);
border-radius: 50%;
box-shadow: var(--box-shadow);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.swiper-button-prev::after, .swiper-button-next::after, .prev-single-one::after, .next-single-one::after, .prev-single-one_three::after, .next-single-one_three::after {
display: none !important;
}
.swiper-button-next::before, .next-single-one::before, .next-single-one_three::before {
content: "\f105";
}
.swiper-button-prev::before, .prev-single-one::before, .prev-single-one_three::before {
content: "\f104";
}
.p_pagination .swiper-pagination {
position: relative !important;
padding: 60px 0px 0px;
text-align: center;
margin: auto;
width: 100% !important;
transform: inherit !important;
}
.p_pagination .swiper-pagination .swiper-pagination-bullet {
position: relative;
display: inline-block;
margin: 0px 5px;
width: 10px;
height: 10px;
opacity: 1;
background: transparent;
border: 2px solid var(--border-color-dark);
border-radius: 30px;
transform: inherit !important;
transition: all 500ms ease 0ms !important;
-moz-transition: all 500ms ease 0ms !important;
-ms-transition: all 500ms ease 0ms !important;
-o-transition: all 500ms ease 0ms !important;
}
.p_pagination .swiper-pagination .swiper-pagination-bullet-active {
background: #00489a;
width: 15px;
border-color: #00489a;
}
.p_pagination .swiper-pagination .swiper-pagination-bullet:hover {
background: #00489a;
width: 15px;
border-color: #00489a;
} .pagination,
.woocommerce-pagination {
position: relative;
width: 100%;
display: block;
margin-top: 30px;
}
.pagination ul,
.woocommerce-pagination ul {
margin: 0;
padding: 0px;
}
.pagination li,
.woocommerce-pagination li {
position: relative;
display: inline-block;
}
.pagination li a, .pagination li span,
.woocommerce-pagination li a,
.woocommerce-pagination li span {
display: block !important;
width: 40px !important;
height: 40px !important;
background: #fff !important;
font-size: 14px !important;
font-weight: 700 !important;
font-family: var(--creote-family-one) !important;
line-height: 46px !important;
color: var(--text-color-dark) !important;
text-align: center !important;
border-radius: 50% !important;
margin: 0px 3px !important;
position: relative !important;
padding: 0px !important;
}
.pagination li a i, .pagination li span i,
.woocommerce-pagination li a i,
.woocommerce-pagination li span i {
font-size: 21px;
color: #00489a;
font-weight: 400;
font-family: "FontAwesome";
}
.pagination li:hover a, .pagination li.active a,
.woocommerce-pagination li:hover a,
.woocommerce-pagination li.active a {
background: #00489a !important;
color: #fff !important;
}
.pagination li:hover a i, .pagination li.active a i,
.woocommerce-pagination li:hover a i,
.woocommerce-pagination li.active a i {
color: #fff !important;
}
.pagination li span.current,
.woocommerce-pagination li span.current {
background: #00489a !important;
color: #fff !important;
}
.pagination li span.current i,
.woocommerce-pagination li span.current i {
color: #fff !important;
}
.post-nav-links, .page-links {
position: relative;
}
.post-nav-links span, .post-nav-links a, .page-links span, .page-links a {
display: inline-block;
width: 40px;
height: 40px;
background: var(--primary-color-three);
font-size: 14px;
font-weight: 700;
font-family: var(--creote-family-one);
line-height: 46px;
color: var(--text-color-dark);
text-align: center;
border-radius: 50%;
margin: 0px 3px;
position: relative;
}
.post-nav-links span:hover, .post-nav-links span.current, .post-nav-links a:hover, .post-nav-links a.current, .page-links span:hover, .page-links span.current, .page-links a:hover, .page-links a.current {
background: #00489a;
color: #fff;
}
.woocommerce nav.woocommerce-pagination {
position: relative;
margin-bottom: 40px;
}
.woocommerce nav.woocommerce-pagination ul {
border: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li {
border: 0px !important;
position: relative;
}
.woocommerce nav.woocommerce-pagination ul li:hover a, .woocommerce nav.woocommerce-pagination ul li:hover span {
background: #00489a !important;
color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li:hover a i, .woocommerce nav.woocommerce-pagination ul li:hover span i {
color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
background: #00489a !important;
color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current i {
color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li .next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers {
text-indent: -999px;
position: relative;
}
.woocommerce nav.woocommerce-pagination ul li .next.page-numbers::before,
.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers::before {
position: absolute;
content: "\f105";
font-family: "FontAwesome";
font-size: 16px;
top: 0;
right: 0;
left: 0;
width: 16px;
height: 16px;
line-height: 16px;
bottom: 0;
margin: auto;
color: var(--primary-color-two);
z-index: 999;
text-indent: 0;
transition: all 500ms ease 0ms !important;
-moz-transition: all 500ms ease 0ms !important;
-ms-transition: all 500ms ease 0ms !important;
-o-transition: all 500ms ease 0ms !important;
}
.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers::before {
content: "\f104";
}
.woocommerce nav.woocommerce-pagination ul li:hover .next.page-numbers::before {
color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li:hover .prev.page-numbers::before {
color: #fff !important;
} .parallax_cover img {
position: absolute;
width: 100% !important;
height: 100% !important;
top: 0;
left: 0;
right: 0;
-o-object-fit: cover;
object-fit: cover;
} .title_all_box {
position: relative;
}
.title_all_box.style_one .title_sections, .title_all_box.style_two .title_sections {
position: relative;
}
.title_all_box.style_one .title_sections .before_title, .title_all_box.style_two .title_sections .before_title {
font-size: 22px;
line-height: 40px;
font-weight: 700;
color: #00489a;
padding: 0px 0px 10px 0px;
text-decoration: underline;
font-family: var(--creote-family-one);
}
.title_all_box.style_one .title_sections .title, .title_all_box.style_one .title_sections h1, .title_all_box.style_one .title_sections h2, .title_all_box.style_one .title_sections h3, .title_all_box.style_one .title_sections h4, .title_all_box.style_one .title_sections h5, .title_all_box.style_one .title_sections h6, .title_all_box.style_two .title_sections .title, .title_all_box.style_two .title_sections h1, .title_all_box.style_two .title_sections h2, .title_all_box.style_two .title_sections h3, .title_all_box.style_two .title_sections h4, .title_all_box.style_two .title_sections h5, .title_all_box.style_two .title_sections h6 {
font-size: 38px;
line-height: 50px;
font-weight: 700;
color: var(--heading-dark);
padding: 0px 0px 10px 0px;
font-family: var(--creote-family-one);
}
.title_all_box.style_one .title_sections p, .title_all_box.style_two .title_sections p {
font-size: 17px;
line-height: 27px;
padding: 0px 0px 10px 0px;
}
.title_all_box.style_one.light_color .before_title, .title_all_box.style_two.light_color .before_title {
color: var(--color-white);
}
.title_all_box.style_one.light_color .title, .title_all_box.style_one.light_color h1, .title_all_box.style_one.light_color h2, .title_all_box.style_one.light_color h3, .title_all_box.style_one.light_color h4, .title_all_box.style_one.light_color h5, .title_all_box.style_one.light_color h6, .title_all_box.style_two.light_color .title, .title_all_box.style_two.light_color h1, .title_all_box.style_two.light_color h2, .title_all_box.style_two.light_color h3, .title_all_box.style_two.light_color h4, .title_all_box.style_two.light_color h5, .title_all_box.style_two.light_color h6 {
color: #fff;
}
.title_all_box.style_one.light_color p, .title_all_box.style_two.light_color p {
color: #fff;
}
.title_all_box.style_two .title_sections .before_title {
font-size: 16px;
text-decoration: none;
text-transform: capitalize;
display: inline-block;
font-weight: 600;
font-family: var(--creote-family-one);
padding: 0px 10px 3px 10px;
border-left: 1px solid var(--border-color-dark);
border-bottom: 1px solid var(--border-color-dark);
line-height: 26px;
margin-bottom: 20px;
}
.title_all_box.style_two.light_color .before_title {
color: #fff;
opacity: 0.7;
border-color: rgba(255, 255, 255, 0.2);
}
.title_all_box.style_two.light_color .title, .title_all_box.style_two.light_color h1, .title_all_box.style_two.light_color h2, .title_all_box.style_two.light_color h3, .title_all_box.style_two.light_color h4, .title_all_box.style_two.light_color h5, .title_all_box.style_two.light_color h6 {
color: #fff;
}
.title_all_box.style_two.light_color p {
color: #fff;
}
.title_all_box.style_three .title_sections .before_title {
position: relative;
font-size: 18px;
font-weight: 700;
color: #00489a;
font-family: var(--creote-family-one);
margin-bottom: 10px;
display: inline-block;
padding-left: 38px;
margin-bottom: 7px;
}
.title_all_box.style_three .title_sections .before_title::before {
position: absolute;
content: "";
width: 30px;
height: 1px;
background: #00489a;
left: 0;
top: 12px;
}
.title_all_box.style_three .title_sections.center .before_title {
padding-left: 38px;
padding-right: 38px;
}
.title_all_box.style_three .title_sections.center .before_title::after {
position: absolute;
content: "";
width: 30px;
height: 1px;
background: #00489a;
right: 0;
top: 12px;
}
.title_all_box.style_three .title_sections.right .before_title::before {
left: inherit;
right: 0;
}
.title_all_box.style_three .title_sections .title, .title_all_box.style_three .title_sections h1, .title_all_box.style_three .title_sections h2, .title_all_box.style_three .title_sections h3, .title_all_box.style_three .title_sections h4, .title_all_box.style_three .title_sections h5, .title_all_box.style_three .title_sections h6 {
font-size: 40px;
font-family: var(--creote-family-one);
line-height: 48px;
color: var(--heading-dark);
font-weight: 700;
}
.title_all_box.style_three .title_sections p {
margin-top: 12px;
}
.title_all_box.style_three.light_color h2 {
color: #fff;
}
.title_all_box.style_three.light_color p {
color: #fff;
opacity: 0.8;
}
.title_all_box.style_four .title_sections .before_title {
position: relative;
font-size: 16px;
font-weight: 600;
color: #00489a;
margin-bottom: 17px;
display: inline-block;
background: var(--primary-color-three);
padding: 5px 15px;
border-radius: 5px;
font-family: var(--creote-family-one);
}
.title_all_box.style_four .title_sections .title, .title_all_box.style_four .title_sections h1, .title_all_box.style_four .title_sections h2, .title_all_box.style_four .title_sections h3, .title_all_box.style_four .title_sections h4, .title_all_box.style_four .title_sections h5, .title_all_box.style_four .title_sections h6 {
font-size: 40px;
font-family: var(--creote-family-one);
line-height: 48px;
color: var(--heading-dark);
font-weight: 700;
}
.title_all_box.style_four .title_sections p {
margin-top: 12px;
}
.title_all_box.style_four.light_color .title, .title_all_box.style_four.light_color h1, .title_all_box.style_four.light_color h2, .title_all_box.style_four.light_color h3, .title_all_box.style_four.light_color h4, .title_all_box.style_four.light_color h5, .title_all_box.style_four.light_color h6 {
color: #fff;
}
.title_all_box.style_four.light_color p {
color: #fff;
}
.title_all_box.style_five .title_sections {
position: relative;
}
.title_all_box.style_five .title_sections .before_title {
font-size: 15px;
line-height: 25px;
font-weight: 600;
color: #00489a;
padding: 0px 0px 12px 0px;
letter-spacing: 3px;
font-family: var(--creote-family-one);
}
.title_all_box.style_five .title_sections .title, .title_all_box.style_five .title_sections h1, .title_all_box.style_five .title_sections h2, .title_all_box.style_five .title_sections h3, .title_all_box.style_five .title_sections h4, .title_all_box.style_five .title_sections h5, .title_all_box.style_five .title_sections h6 {
font-size: 38px;
line-height: 50px;
font-family: var(--creote-family-one);
font-weight: 700;
color: var(--heading-dark);
padding: 0px 0px 10px 0px;
}
.title_all_box.style_five .title_sections p {
font-size: 17px;
line-height: 27px;
padding: 0px 0px 10px 0px;
}
.title_all_box.style_five.light_color .title, .title_all_box.style_five.light_color h1, .title_all_box.style_five.light_color h2, .title_all_box.style_five.light_color h3, .title_all_box.style_five.light_color h4, .title_all_box.style_five.light_color h5, .title_all_box.style_five.light_color h6 {
color: #fff;
}
.title_all_box.style_five.light_color p {
color: #fff;
}
.title_all_box.style_six .title_sections .before_title {
position: relative;
font-size: 16px;
font-weight: 500;
font-family: var(--creote-family-two);
color: #00489a;
text-transform: uppercase;
padding-bottom: 18px;
display: inline-block;
}
.title_all_box.style_six .title_sections .before_title span {
margin-right: 10px;
font-size: 20px;
}
.title_all_box.style_six .title_sections .title, .title_all_box.style_six .title_sections h1, .title_all_box.style_six .title_sections h2, .title_all_box.style_six .title_sections h3, .title_all_box.style_six .title_sections h4, .title_all_box.style_six .title_sections h5, .title_all_box.style_six .title_sections h6 {
font-size: 38px;
line-height: 50px;
font-weight: 700;
color: var(--heading-dark);
padding: 0px 0px 10px 0px;
font-family: var(--creote-family-one);
}
.title_all_box.style_six .title_sections p {
font-size: 17px;
line-height: 27px;
padding: 0px 0px 10px 0px;
}
.title_all_box.style_six.light_color .before_title {
color: var(--color-white);
}
.title_all_box.style_six.light_color .before_title span {
color: var(--color-white);
}
.title_all_box.style_six.light_color .title, .title_all_box.style_six.light_color h1, .title_all_box.style_six.light_color h2, .title_all_box.style_six.light_color h3, .title_all_box.style_six.light_color h4, .title_all_box.style_six.light_color h5, .title_all_box.style_six.light_color h6 {
color: var(--color-white);
}
.title_all_box.style_six.light_color p {
color: var(--color-white);
}
.title_all_box.style_seven .title, .title_all_box.style_seven h1, .title_all_box.style_seven h2, .title_all_box.style_seven h3, .title_all_box.style_seven h4, .title_all_box.style_seven h5, .title_all_box.style_seven h6 {
font-size: 44px;
line-height: 54px;
font-weight: 700;
color: var(--heading-dark);
font-family: var(--creote-family-one);
}
.title_all_box.style_seven .title span, .title_all_box.style_seven h1 span, .title_all_box.style_seven h2 span, .title_all_box.style_seven h3 span, .title_all_box.style_seven h4 span, .title_all_box.style_seven h5 span, .title_all_box.style_seven h6 span {
font-weight: 500;
}
.title_all_box.style_seven .before_title {
font-size: 18px;
padding-bottom: 10px;
color: #00489a;
font-family: var(--creote-family-one);
text-transform: uppercase;
font-weight: 500;
padding-top: 23px;
}
.title_all_box.style_seven .small_text_sub {
position: absolute;
color: transparent;
top: 0px;
left: 0;
opacity: 0.1;
font-size: 60px;
line-height: 60px;
font-family: var(--creote-family-one);
font-weight: 700;
-webkit-text-stroke: 1px var(--heading-dark);
text-shadow: 1px 1px 0 var(--heading-dark), -1px -1px 0 var(--heading-dark), 1px -1px 0 1px var(--heading-dark), -1px 1px 0 var(--heading-dark), 1px 1px 0 var(--heading-dark);
}
.title_all_box.style_seven p {
font-size: 16px;
line-height: 26px;
margin-top: 10px;
}
.title_all_box.style_seven.light_color .before_title {
color: var(--color-white);
}
.title_all_box.style_seven.light_color .before_title span {
color: var(--color-white);
}
.title_all_box.style_seven.light_color .title, .title_all_box.style_seven.light_color h1, .title_all_box.style_seven.light_color h2, .title_all_box.style_seven.light_color h3, .title_all_box.style_seven.light_color h4, .title_all_box.style_seven.light_color h5, .title_all_box.style_seven.light_color h6 {
color: var(--color-white);
}
.title_all_box.style_seven.light_color .small_text_sub {
-webkit-text-stroke: 1px var(--color-white);
text-shadow: 1px 1px 0 var(--color-white), -1px -1px 0 var(--color-white), 1px -1px 0 1px var(--color-white), -1px 1px 0 var(--color-white), 1px 1px 0 var(--color-white);
}
.title_all_box.style_seven.light_color p {
color: var(--color-white);
}
.title_all_box.style_seven.text-center .small_text_sub {
right: 0;
margin: auto;
}
.title_all_box.style_seven.text-right {
text-align: right;
}
.title_all_box.style_seven.text-right .small_text_sub {
left: unset;
right: 0;
}
.title_all_box .title_sections .title_big {
font-size: 51px !important;
font-weight: 800 !important;
line-height: 66px !important;
}
.process_box {
position: relative;
}
.process_box.style_one .process_box_outer .icon {
position: absolute;
left: 0;
top: 2px;
width: 65px;
height: 65px;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_one .process_box_outer .icon .img, .process_box.style_one .process_box_outer .icon span {
position: absolute;
top: 0px;
right: 0;
bottom: 0;
font-size: 32px;
border-radius: 50%;
color: #fff;
left: 0;
margin: auto;
line-height: 65px;
width: 65px;
height: 65px;
background: #00489a;
text-align: center;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_one .process_box_outer .icon .number {
position: absolute;
width: 50px;
height: 50px;
font-size: 16px;
font-weight: 700;
color: #fff;
background: #00489a;
bottom: -10px;
left: 0;
line-height: 50px;
text-align: center;
border-radius: 50%;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
opacity: 0;
}
.process_box.style_one .process_box_outer .icon .number::before {
position: absolute;
content: "";
width: 15px;
height: 15px;
background: #00489a;
border-radius: 50px;
top: 0px;
right: 0px;
opacity: 0;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_one .process_box_outer .icon .img img {
width: 32px;
height: auto;
}
.process_box.style_one .process_box_outer .content_box {
position: relative;
margin-left: 90px;
}
.process_box.style_one .process_box_outer .content_box h2 {
position: relative;
}
.process_box.style_one .process_box_outer .content_box h2 a {
font-size: 22px;
font-weight: 700;
color: var(--heading-dark);
line-height: 32px;
margin-bottom: 10px;
padding-bottom: 10px;
display: block;
}
.process_box.style_one .process_box_outer .content_box h2:before {
position: absolute;
content: "";
width: 50px;
height: 3px;
background: #00489a;
bottom: 0;
left: 0;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.process_box.style_one .process_box_outer .content_box h2:hover a {
color: #00489a;
}
.process_box.style_one .process_box_outer:hover {
cursor: pointer;
}
.process_box.style_one .process_box_outer:hover .icon .img, .process_box.style_one .process_box_outer:hover .icon span {
left: -5px;
opacity: 0;
}
.process_box.style_one .process_box_outer:hover .icon .number {
bottom: 0px;
opacity: 1;
}
.process_box.style_one .process_box_outer:hover .icon .number::before {
top: -12px;
right: -12px;
opacity: 1;
}
.process_box.style_one .process_box_outer:hover .content_box h2::before {
width: 60px;
}
.process_box.style_one .process_box_outer.light_color .content_box h2 a {
color: #fff;
}
.process_box.style_one .process_box_outer.light_color .content_box p {
color: #fff;
opacity: 0.8;
}
.process_box.style_two .process_box_outer_two {
position: relative;
}
.process_box.style_two .process_box_outer_two .number {
position: relative;
padding: 8px 11px 3px;
border-radius: 30px;
background: #00489a;
font-family: var(--creote-family-one);
color: #fff;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
line-height: 20px;
display: inline-block;
margin-bottom: 20px;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_two .process_box_outer_two .content_box {
position: relative;
margin-bottom: 15px;
}
.process_box.style_two .process_box_outer_two .content_box .icon {
float: left;
}
.process_box.style_two .process_box_outer_two .content_box .icon span, .process_box.style_two .process_box_outer_two .content_box .icon img {
font-size: 47px;
line-height: 47px;
width: 47px;
color: #00489a;
}
.process_box.style_two .process_box_outer_two .content_box h2 {
position: relative;
margin-left: 70px;
}
.process_box.style_two .process_box_outer_two .content_box h2 a {
display: block;
font-size: 18px;
font-weight: 700;
line-height: 28px;
}
.process_box.style_two .process_box_outer_two p {
margin-bottom: 25px;
line-height: 26px;
}
.process_box.style_two .process_box_outer_two a.theme-btn {
text-transform: uppercase;
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 600;
padding: 3px 25px 0px;
min-height: 50px;
line-height: 50px;
}
.process_box.style_two .process_box_outer_two a.theme-btn::after {
position: absolute;
content: "\f105";
font-family: "FontAwesome";
font-size: 16px;
opacity: 0;
top: 1px;
bottom: 0;
color: #fff;
margin: auto;
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_two .process_box_outer_two:hover .number {
animation: bounce;
animation-duration: 1s;
}
.process_box.style_two .process_box_outer_two:hover a.theme-btn::after {
transform: translateX(10px);
opacity: 1;
}
.process_box.style_two.light_color h2 a {
color: #fff;
}
.process_box.style_two.light_color p {
color: #fff;
opacity: 0.6;
}
.process_box.style_three .process_box_outer_three {
position: relative;
}
.process_box.style_three .process_box_outer_three.right {
text-align: right;
}
.process_box.style_three .process_box_outer_three .icon {
position: relative;
margin-bottom: 20px;
}
.process_box.style_three .process_box_outer_three .icon span {
font-size: 50px;
color: #00489a;
line-height: 50px;
display: block;
}
.process_box.style_three .process_box_outer_three .icon img {
height: 50px;
width: auto;
margin-bottom: 5px;
}
.process_box.style_three .process_box_outer_three h2 a {
font-size: 18px;
line-height: 26px;
margin-bottom: 8px;
display: block;
font-weight: 700;
}
.process_box.style_three .process_box_outer_three p {
margin-bottom: 25px;
}
.process_box.style_three .process_box_outer_three .number h6 {
font-size: 50px;
color: var(--primary-color-three);
display: block;
line-height: 50px;
}
.process_box.style_four .process_box_outer_four {
position: relative;
text-align: center;
}
.process_box.style_four .process_box_outer_four .icon {
position: relative;
width: 150px;
height: 150px;
border-radius: 50%;
background: #fff;
box-shadow: var(--box-shadow);
transition: 0.5s ease-in-out !important;
-moz-transition: 0.5s ease-in-out !important;
-o-transition: 0.5s ease-in-out !important;
-ms-transition: 0.5s ease-in-out !important;
margin: 0px auto 20px;
display: block;
}
.process_box.style_four .process_box_outer_four .icon span {
position: absolute;
font-size: 50px;
line-height: 60px;
height: 60px;
width: 60px;
text-align: center;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
color: #00489a;
}
.process_box.style_four .process_box_outer_four .icon h6 {
position: absolute;
top: 6px;
right: 1px;
width: 40px;
height: 40px;
font-size: 16px;
font-weight: 700;
color: #fff;
background: #00489a;
line-height: 40px;
border-radius: 50px;
}
.process_box.style_four .process_box_outer_four .icon img {
position: absolute;
width: 50px;
height: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.process_box.style_four .process_box_outer_four h2 {
position: relative;
line-height: normal;
}
.process_box.style_four .process_box_outer_four h2 a {
display: block;
font-size: 18px;
font-weight: 700;
line-height: 28px;
margin-bottom: 8px;
} .extra_content {
position: relative;
}
.extra_content .download_box_content {
position: relative;
}
.extra_content .download_box_content a {
font-family: var(--creote-family-one);
font-size: 18px;
line-height: 28px;
font-weight: 600;
color: var(--heading-dark);
display: inline-block;
padding-right: 50px;
position: relative;
}
.extra_content .download_box_content a i {
position: absolute;
right: 0;
top: 0;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 16px;
text-align: center;
background: #00489a;
border-radius: 50px;
color: #fff;
}
.extra_content.light_color .download_box_content a {
color: #fff;
}
.extra_content .authour_box_content {
position: relative;
}
.extra_content .authour_box_content .text {
position: relative;
margin-top: 5px;
}
.extra_content .authour_box_content .text h6 {
font-family: var(--creote-family-one);
font-size: 18px;
line-height: 28px;
font-weight: 600;
color: var(--heading-dark);
}
.extra_content .authour_box_content .text h6 a, .extra_content .authour_box_content .text h6 span {
font-family: var(--creote-family-two);
color: #00489a;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.extra_content .authour_box_content.two {
position: relative;
border-radius: 120px;
background: var(--primary-color-three);
padding: 20px 40px 20px 0px;
min-height: 100px;
border: 1px solid var(--border-color-dark);
}
.extra_content .authour_box_content.two .image {
position: absolute;
left: 18px;
top: 0;
bottom: 0;
width: 80px;
height: 80px;
border-radius: 50%;
margin: auto;
}
.extra_content .authour_box_content.two .image img {
width: 100%;
height: 100%;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
}
.extra_content .authour_box_content.two .text {
position: relative;
margin-left: 120px;
}
.extra_content .authour_box_content.two .text h6 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
margin-bottom: 8px;
}
.extra_content .authour_box_content.two .text p {
font-size: 15px;
line-height: 26px;
margin: 0;
}
.extra_content .authour_box_content.two .text img {
position: absolute;
bottom: -29px;
width: 150px;
right: 0;
}
.extra_content.light_color .authour_box_content h6 {
color: #fff;
}
.extra_content .simple_image {
position: relative;
}
.extra_content .simple_image img {
height: 52px;
overflow: hidden;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
.extra_content .simple_image h2 {
margin-left: 66px;
display: block;
font-size: 18px;
font-weight: 700;
line-height: 28px;
} .move_image_absolute {
position: absolute;
}
.move_image_absolute img {
width: 100%;
right: 100%;
} .default .video_box a {
background: #00489a;
}
.default .video_box:before, .default .video_box:after {
background: rgba(7, 133, 134, 0.4);
}
.gray .video_box a {
background: #FDF9F9;
color: #000000;
}
.gray .video_box:before, .gray .video_box:after {
background: rgba(0, 0, 0, 0.4);
}
.red .video_box a {
background: #FF0000;
}
.red .video_box:before, .red .video_box:after {
background: rgba(255, 0, 0, 0.4);
}
.violet .video_box a {
background-color: #4E18BC;
}
.violet .video_box:before, .violet .video_box:after {
background: rgba(78, 24, 188, 0.4);
}
.green .video_box a {
background-color: #8AD53A;
}
.green .video_box:before, .green .video_box:after {
background: rgba(138, 213, 58, 0.4);
}
.orange .video_box a {
background-color: #FF8C0E;
}
.orange .video_box:before, .orange .video_box:after {
background: rgba(255, 140, 14, 0.4);
}
.video_box {
position: relative;
width: 70px;
height: 70px;
display: inline-block;
}
.video_box:before, .video_box:after {
width: 0px;
height: 0px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.4);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation-delay: 0.9s;
content: "";
position: absolute;
animation: ripple 3s infinite;
transition: all 0.4s ease;
z-index: 0;
}
.video_box:after {
animation-delay: 0.4s;
}
.video_box a {
position: relative;
display: inline-block;
font-size: 30px !important;
color: #fff;
width: 70px;
height: 70px;
line-height: 75px;
text-align: center !important;
border-radius: 50%;
background: #00489a;
background-image: inherit;
z-index: 10;
}
.video_box.color_white a {
background: var(--color-white);
color: #00489a;
}
@keyframes ripple {
70% {
background: rgba(255, 255, 255, 0);
width: 120px;
height: 120px;
}
100% {
background: rgba(255, 255, 255, 0);
width: 0px;
height: 0px;
}
} .area_of_expertise {
position: relative;
padding: 100px 0px 0px;
overflow: hidden;
}
.area_of_expertise .simpleParallax {
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
bottom: 0;
top: 0;
min-height: 600px;
}
.area_of_expertise .simpleParallax img {
width: 100% !important;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
}
.area_of_expertise .title_and_video {
position: relative;
padding-bottom: 100px;
z-index: 11;
}
.area_of_expertise .title_and_video .col-lg-4 {
position: relative;
}
.area_of_expertise .title_and_video .video_box {
position: absolute;
right: 0;
bottom: 0;
top: 0;
margin: auto;
left: 0;
height: 70px;
}
.area_of_expertise .title_and_video .video_box a {
background: #fff;
color: #00489a;
}
.area_of_expertise .title_and_video .video_box a::after {
animation: none;
width: 90px;
height: 90px;
top: 0;
background: rgba(255, 255, 255, 0.4);
z-index: -1;
bottom: 0;
margin: auto;
right: 0px;
left: -10px;
transform: inherit;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.area_of_expertise .title_and_video .video_box a::before {
animation: none;
width: 110px;
height: 110px;
top: 0;
background: rgba(255, 255, 255, 0.2);
z-index: -1;
bottom: 0;
margin: auto;
right: 0px;
left: -20px;
transform: inherit;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.area_of_expertise .title_and_video .title_sections h2 {
color: #fff;
}
.area_of_expertise .title_and_video .title_sections p {
color: rgba(255, 255, 255, 0.7);
}
.area_of_expertise .expertise_box {
position: relative;
padding: 40px 30px 40px 30px;
margin-top: 30px;
cursor: pointer;
}
.area_of_expertise .expertise_box .step_number {
position: relative;
float: left;
z-index: 11;
}
.area_of_expertise .expertise_box .step_number h1 {
font-size: 60px;
line-height: 60px;
color: #fff;
font-weight: 700;
}
.area_of_expertise .expertise_box .title {
position: relative;
margin-left: 130px;
z-index: 11;
}
.area_of_expertise .expertise_box .title a {
font-size: 22px;
font-weight: 700;
color: var(--heading-dark);
display: block;
line-height: 30px;
color: #fff;
}
.area_of_expertise .expertise_box::before {
position: absolute;
content: "";
width: 100%;
height: 10px;
left: 0;
bottom: 0;
background: var(--primary-color-two);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
z-index: 1;
}
.area_of_expertise .expertise_box:first-child:after, .area_of_expertise .expertise_box:nth-child(2):after {
position: absolute;
content: "";
background: rgba(255, 255, 255, 0.6);
width: 1px;
height: calc(100% + 1000px);
right: 0px;
bottom: 0px;
z-index: 0;
}
.area_of_expertise .expertise_box:hover::before {
background: #00489a;
height: 100%;
}
.area_of_expertise:hover .title_and_video .video_box a::after {
width: 70px;
height: 70px;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.area_of_expertise:hover .title_and_video .video_box a::before {
width: 70px;
height: 70px;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.area_of_expertise::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: linear-gradient(300deg, var(--primary-color-two) 40%, rgba(0, 0, 0, 0.09) 100%);
opacity: 0.9;
z-index: 1;
} .testimonial_sec.style_one .testimonial_box {
position: relative;
margin-bottom: 35px;
}
.testimonial_sec.style_one .testimonial_box .rating {
position: relative;
margin-bottom: 20px;
}
.testimonial_sec.style_one .testimonial_box .rating ul {
margin: 0;
padding: 6px 15px;
background: var(--primary-color-three);
border: 1px solid var(--border-color-dark);
display: inline-block;
border-radius: 30px;
}
.testimonial_sec.style_one .testimonial_box .rating ul li {
list-style: none;
}
.testimonial_sec.style_one .testimonial_box .rating ul li span {
margin: 0px 3px;
color: #00489a;
font-size: 16px;
}
.testimonial_sec.style_one .testimonial_box .rating ul li span.empty {
color: #00489a;
opacity: 0.4;
}
.testimonial_sec.style_one .testimonial_box .rating ul li span:first-child {
margin-left: 0px;
}
.testimonial_sec.style_one .testimonial_box .rating ul li span:last-child {
margin-right: 0px;
}
.testimonial_sec.style_one .testimonial_box .authour_details {
position: relative;
margin-bottom: 20px;
}
.testimonial_sec.style_one .testimonial_box .authour_details .details {
position: relative;
padding-top: 5px;
}
.testimonial_sec.style_one .testimonial_box .authour_details .details h2 {
font-size: 22px;
font-weight: 700;
color: var(--heading-dark);
display: block;
line-height: 30px;
color: var(--heading-dark);
}
.testimonial_sec.style_one .testimonial_box .authour_details .details span {
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 600;
text-transform: uppercase;
color: #00489a;
margin-bottom: 5px;
}
.testimonial_sec.style_one .testimonial_box .authour_details.image_yes {
position: relative;
}
.testimonial_sec.style_one .testimonial_box .authour_details.image_yes .details {
position: relative;
margin-left: 90px;
}
.testimonial_sec.style_one .testimonial_box .authour_details.image_yes .details::before {
position: absolute;
content: "";
width: 1px;
height: 100%;
left: -18px;
top: 0;
background: var(--primary-color-thee);
opacity: 0.2;
}
.testimonial_sec.style_one .testimonial_box .authour_details.image_yes .image {
float: left;
}
.testimonial_sec.style_one .testimonial_box .authour_details.image_yes .image img {
width: 60px;
height: 60px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.testimonial_sec.style_one .testimonial_box .comment {
position: relative;
font-size: 18px;
line-height: 28px;
font-weight: 500;
font-family: var(--creote-family-one);
}
.testimonial_sec.style_one .arrows {
position: absolute;
width: 200px;
display: inline-block;
bottom: 39px;
}
.testimonial_sec.style_one .arrows .next-single-one, .testimonial_sec.style_one .arrows .prev-single-one {
position: relative;
top: inherit;
left: inherit;
right: inherit;
display: inline-block;
background-image: none !important;
height: auto;
width: auto;
}
.testimonial_sec.style_one .arrows .next-single-one::before, .testimonial_sec.style_one .arrows .prev-single-one::before {
width: auto;
height: auto;
line-height: inherit;
background: none;
box-shadow: inherit;
font-size: 32px;
}
.testimonial_sec.style_one .arrows .next-single-one:hover::before, .testimonial_sec.style_one .arrows .prev-single-one:hover::before {
color: #00489a;
}
.testimonial_sec.style_one .arrows .next-single-one {
margin-left: 60px;
}
.testimonial_sec.style_one .arrows .prev-single-one {
margin-right: 80px;
}
.testimonial_sec.style_one .arrows .next-single-one::before {
content: "\e91d";
font-family: "icomoon" !important;
}
.testimonial_sec.style_one .arrows .prev-single-one::before {
content: "\e91c";
font-family: "icomoon" !important;
}
.testimonial_sec.style_one .num_pagination {
display: inline-block;
padding: 0px 65px;
font-size: 18px;
font-family: var(--creote-family-one);
font-weight: 700;
text-transform: uppercase;
}
.testimonial_sec.style_one .num_pagination .swiper-pagination-fraction {
color: var(--primary-color-two);
}
.testimonial_sec.style_one .num_pagination .swiper-pagination-current {
font-size: 30px;
}
.testimonial_sec.style_one .icon_quotes {
position: absolute;
width: 120px;
height: 120px;
background: #00489a;
border-radius: 50%;
text-align: center;
line-height: 120px;
top: 0;
left: -150px;
}
.testimonial_sec.style_one .icon_quotes i {
font-size: 50px;
line-height: 120px;
color: #fff;
}
.testimonial_sec.style_one .icon_quotes:before {
position: absolute;
content: "";
width: 120px;
height: 120px;
border-radius: 50%;
left: 7px;
top: 9px;
background: transparent;
border: 1px solid var(--border-color-dark);
}
.testimonial_sec.style_one.light_color .testimonial_box .authour_details.image_yes .details::before {
background: #00489a;
opacity: 0.3;
}
.testimonial_sec.style_one.light_color .testimonial_box .authour_details .details h2 {
color: #fff;
}
.testimonial_sec.style_one.light_color .testimonial_box .comment {
color: #fff;
}
.testimonial_sec.style_one.light_color .num_pagination .swiper-pagination-fraction {
color: #fff;
}
.testimonial_sec.style_one.light_color .arrows .prev-single-one::before,
.testimonial_sec.style_one.light_color .arrows .next-single-one::before {
color: #fff;
}
.testimonial_sec.style_one.light_color .icon_quotes:before {
border: 1px solid #fff;
}
.testimonial_sec.style_two .swiper, .testimonial_sec.style_two .swiper-container {
overflow: unset;
}
.testimonial_sec.style_two .swiper-container {
overflow: inherit !important;
}
.testimonial_sec.style_two .testimonial_box {
position: relative;
margin-bottom: 35px;
text-align: center;
padding: 40px 40px;
background: #fff;
border-radius: 10px;
box-shadow: var(--box-shadow);
}
.testimonial_sec.style_two .testimonial_box::before {
position: absolute;
content: "";
border: 1px dashed var(--border-color-dark);
width: 98%;
height: 97%;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
border-radius: 10px;
}
.testimonial_sec.style_two .testimonial_box .rating {
position: relative;
margin-top: 25px;
text-align: center;
}
.testimonial_sec.style_two .testimonial_box .rating ul {
margin: 0;
padding: 6px 15px;
background: var(--primary-color-three);
border: 1px solid var(--border-color-dark);
display: inline-block;
border-radius: 30px;
text-align: center;
}
.testimonial_sec.style_two .testimonial_box .rating ul li {
list-style: none;
}
.testimonial_sec.style_two .testimonial_box .rating ul li span {
margin: 0px 3px;
color: #00489a;
font-size: 16px;
}
.testimonial_sec.style_two .testimonial_box .rating ul li span.empty {
color: #00489a;
opacity: 0.4;
}
.testimonial_sec.style_two .testimonial_box .rating ul li span:first-child {
margin-left: 0px;
}
.testimonial_sec.style_two .testimonial_box .rating ul li span:last-child {
margin-right: 0px;
}
.testimonial_sec.style_two .testimonial_box .authour_image {
position: relative;
padding-bottom: 20px;
border-radius: 50%;
margin: auto;
display: inline-block;
}
.testimonial_sec.style_two .testimonial_box .authour_image .icon-quote {
position: absolute;
width: 50px;
height: 50px;
font-size: 30px;
text-align: center;
line-height: 50px;
color: #fff;
background: #00489a;
top: 2px;
left: -19px;
border-radius: 50%;
}
.testimonial_sec.style_two .testimonial_box .authour_image img {
width: 120px;
height: 120px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.testimonial_sec.style_two .testimonial_box .comment {
position: relative;
font-size: 17px;
line-height: 27px;
font-weight: 500;
font-family: var(--creote-family-one);
}
.testimonial_sec.style_two .single_swiper .swiper-slide .testimonial_box {
opacity: 0.2;
}
.testimonial_sec.style_two .single_swiper .swiper-slide.swiper-slide-active .testimonial_box {
opacity: 1;
}
.testimonial_sec.style_two .auth_details {
position: relative;
cursor: pointer;
text-align: center;
padding: 25px;
border-radius: 10px;
background: #fff;
box-shadow: var(--box-shadow);
}
.testimonial_sec.style_two .auth_details h2 {
font-size: 18px;
font-weight: 700;
color: var(--heading-dark);
display: block;
line-height: 26px;
margin-bottom: 5px;
}
.testimonial_sec.style_two .auth_details span {
font-size: 12px;
text-transform: uppercase;
line-height: 20px;
display: block;
color: var(--text-color-dark-two);
font-weight: 400;
}
.testimonial_sec.style_two .single_swiper_tab .swiper-wrapper {
text-align: center;
}
.testimonial_sec.style_two .single_swiper_tab .swiper-wrapper .swiper-slide {
margin: 15px 0px;
}
.testimonial_sec.style_two .single_swiper_tab .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .auth_details {
background: #00489a;
}
.testimonial_sec.style_two .single_swiper_tab .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .auth_details h2 {
color: #fff;
}
.testimonial_sec.style_two .single_swiper_tab .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .auth_details span {
color: #fff;
opacity: 0.7;
}
.testimonial_sec.style_two.light_color {
position: relative;
}
.testimonial_sec.style_three .swiper-slide-active .testimonial_box {
background: #fff;
box-shadow: var(--box-shadow-two);
opacity: 1;
}
.testimonial_sec.style_three .testimonial_box {
margin: 15px 15px 30px;
border-radius: 5px;
background: #fff;
padding: 40px 30px;
text-align: center;
position: relative;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
opacity: 0.5;
}
.testimonial_sec.style_three .testimonial_box .description {
margin-bottom: 56px;
position: relative;
}
.testimonial_sec.style_three .testimonial_box i {
font-size: 30px;
line-height: 60px;
display: block;
color: #00489a;
width: 60px;
height: 60px;
background: var(--primary-color-three);
border-radius: 50px;
text-align: center;
margin: 0 auto 20px;
opacity: 0.5;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.testimonial_sec.style_three .testimonial_box img {
width: 100px;
height: 100px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.testimonial_sec.style_three .testimonial_box .title {
display: block;
font-size: 18px;
font-weight: 700;
color: var(--heading-dark);
margin: 0 0 8px 0;
line-height: 28px;
position: relative;
}
.testimonial_sec.style_three .testimonial_box .title:before {
content: "";
width: 1px;
height: 30px;
background: var(--primary-color-three);
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
top: -44px;
}
.testimonial_sec.style_three .testimonial_box p.from {
color: #00489a;
font-weight: 400;
font-size: 15px;
margin-bottom: 20px;
font-family: var(--creote-family-one);
}
.testimonial_sec.style_three .testimonial_box .rating {
position: relative;
padding: 20px 0px 0px 0px;
}
.testimonial_sec.style_three .testimonial_box .rating ul {
margin: 0;
padding: 0px;
}
.testimonial_sec.style_three .testimonial_box .rating ul li {
list-style: none;
}
.testimonial_sec.style_three .testimonial_box .rating ul li span {
display: inline-block;
margin: 0px 4px;
color: #00489a;
}
.testimonial_sec.style_three .testimonial_box .rating ul li span.empty {
color: var(--primary-color-three);
}
.testimonial_sec.style_three .testimonial_box:hover i {
opacity: 1;
background: #00489a;
color: #fff;
}
.testimonial_sec.style_three .arrows {
position: absolute;
top: 46%;
left: 0;
right: 0;
width: 100%;
height: auto;
}
.testimonial_sec.style_three .arrows .prev-single-one_three {
position: absolute;
left: -50px;
}
.testimonial_sec.style_three .arrows .next-single-one_three {
position: absolute;
right: 0;
}
.testimonial_sec.style_four .testimonial_box {
position: relative;
padding: 0px 10px;
text-align: left;
}
.testimonial_sec.style_four .testimonial_box .rating {
position: relative;
margin-bottom: 12px;
}
.testimonial_sec.style_four .testimonial_box .rating ul {
margin: 0px;
padding: 0px;
}
.testimonial_sec.style_four .testimonial_box .rating ul li {
list-style: none;
}
.testimonial_sec.style_four .testimonial_box .rating ul li span {
margin-right: 4px;
color: #00489a;
}
.testimonial_sec.style_four .testimonial_box .rating ul li span.empty {
opacity: 0.5;
}
.testimonial_sec.style_four .testimonial_box .client_bx {
position: relative;
display: flex;
}
.testimonial_sec.style_four .testimonial_box .client_bx .image_box {
width: 60px;
height: 60px;
min-width: 60px;
border-radius: 50%;
overflow: hidden;
margin: auto 0px;
}
.testimonial_sec.style_four .testimonial_box .client_bx .image_box img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.testimonial_sec.style_four .testimonial_box .client_bx .left_s {
position: relative;
margin-left: 14px;
}
.testimonial_sec.style_four .testimonial_box .client_bx .left_s h2 {
font-size: 18px;
line-height: 28px;
font-weight: 700;
margin-bottom: 5px;
}
.testimonial_sec.style_four .testimonial_box .client_bx .left_s h6 {
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: #00489a;
}
.testimonial_sec.style_five .testimonial_box {
background: #fff;
position: relative;
border-radius: 10px;
padding: 30px;
box-shadow: var(--box-shadow-two);
margin: 10px 15px 10px;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.testimonial_sec.style_five .testimonial_box .icon_quotes {
position: absolute;
bottom: 30px;
right: 30px;
}
.testimonial_sec.style_five .testimonial_box .icon_quotes i {
font-size: 50px;
color: var(--primary-color-three);
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.testimonial_sec.style_five .testimonial_box .lower_box {
position: relative;
display: flex;
}
.testimonial_sec.style_five .testimonial_box .image_box {
position: relative;
min-width: 90px;
width: 90px;
height: 90px;
overflow: hidden;
border-radius: 50%;
margin: auto 0px;
}
.testimonial_sec.style_five .testimonial_box .image_box img {
width: 90px;
height: 90px;
-o-object-fit: cover;
object-fit: cover;
}
.testimonial_sec.style_five .testimonial_box .content_box {
margin-left: 20px;
position: relative;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.testimonial_sec.style_five .testimonial_box .content_box .rating ul {
padding-left: 0px;
margin-left: 0px;
}
.testimonial_sec.style_five .testimonial_box .content_box .rating ul li {
list-style: none;
}
.testimonial_sec.style_five .testimonial_box .content_box .rating ul li span {
color: #00489a;
font-size: 15px;
margin-right: 5px;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.testimonial_sec.style_five .testimonial_box .content_box .rating ul li span.empty {
color: var(--primary-color-three);
}
.testimonial_sec.style_five .testimonial_box .content_box .description {
position: relative;
margin-bottom: 20px;
}
.testimonial_sec.style_five .testimonial_box .content_box .authour {
position: relative;
}
.testimonial_sec.style_five .testimonial_box .content_box .authour h2 {
font-size: 18px;
line-height: 28px;
font-weight: 700;
margin-bottom: 5px;
}
.testimonial_sec.style_five .testimonial_box .content_box .authour p {
margin-bottom: 0px;
color: #00489a;
}
.testimonial_sec.style_five .testimonial_box:hover {
background: #00489a;
}
.testimonial_sec.style_five .testimonial_box:hover .icon_quotes i {
color: rgba(255, 255, 255, 0.5);
}
.testimonial_sec.style_five .testimonial_box:hover .content_box .rating ul li span {
color: #fff;
}
.testimonial_sec.style_five .testimonial_box:hover .content_box .rating ul li span.empty {
color: rgba(255, 255, 255, 0.5);
}
.testimonial_sec.style_five .testimonial_box:hover .content_box .description {
color: rgba(255, 255, 255, 0.8);
}
.testimonial_sec.style_five .testimonial_box:hover .content_box .authour h2 {
color: #fff;
}
.testimonial_sec.style_five .testimonial_box:hover .content_box .authour p {
color: rgba(255, 255, 255, 0.8);
} .testimonial_sec {
position: relative;
}
.testimonial_sec.style_v2_one {
position: relative;
}
.testimonial_sec.style_v2_one .testimonial_box {
position: relative;
display: flex;
overflow: hidden;
border-radius: 5px;
background: #fff;
box-shadow: var(--box-shadow-two);
margin: 10px;
}
.testimonial_sec.style_v2_one .testimonial_box .image {
width: 40%;
min-width: 40%;
overflow: hidden;
}
.testimonial_sec.style_v2_one .testimonial_box .image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 5px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details {
position: relative;
padding: 40px;
width: 60%;
min-width: 60%;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .b_image {
position: relative;
width: 200px;
margin-bottom: 20px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .comment {
position: relative;
margin-bottom: 20px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details {
position: relative;
display: flex;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details .c_image {
min-width: 60px;
min-height: 60px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details .c_image img {
width: 60px;
height: 60px;
border-radius: 50px;
overflow: hidden;
-o-object-fit: cover;
object-fit: cover;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details .c_content {
padding-left: 15px;
display: flex;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details .c_content .content_in {
align-items: center;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details .c_content h2 {
font-size: 18px;
line-height: 28px;
font-weight: 700;
color: var(--heading-dark);
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .details .c_content span {
font-size: 15px;
line-height: 25px;
color: #00489a;
display: block;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .rating {
position: relative;
margin-top: 20px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .rating ul {
margin-left: 0px;
margin-bottom: 0px;
padding-left: 0px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .rating ul li {
list-style: none;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .rating ul li span {
font-size: 14px;
color: #00489a;
display: inline-block;
margin-right: 5px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details .rating ul li span.empty {
color: var(--primary-color-three);
}
.testimonial_sec.style_v2_one .arrows {
position: absolute;
width: 100%;
left: 0;
height: 50px;
top: 0;
bottom: 0;
margin: auto;
right: 0;
z-index: 1;
}
.testimonial_sec.style_v2_one .arrows .prev-single-one {
position: absolute;
width: 50px;
height: 50px;
left: -100px;
top: 0;
}
.testimonial_sec.style_v2_one .arrows .next-single-one {
position: absolute;
width: 50px;
height: 50px;
right: -100px;
top: 0;
}
.testimonial_sec.style_v2_two {
text-align: center;
}
.testimonial_sec.style_v2_two .testimonial_box {
position: relative;
z-index: 4;
}
.testimonial_sec.style_v2_two .testimonial_box .c_image {
position: relative;
overflow: hidden;
width: 110px;
height: 110px;
border-radius: 110px;
margin: 0 auto 20px;
}
.testimonial_sec.style_v2_two .testimonial_box .c_image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
.testimonial_sec.style_v2_two .testimonial_box .comment {
margin-bottom: 20px;
color: #fff;
font-size: 18px;
line-height: 34px;
}
.testimonial_sec.style_v2_two .testimonial_box .c_content h2 {
font-size: 20px;
font-weight: 700;
color: #fff;
margin-bottom: 6px;
line-height: 32px;
}
.testimonial_sec.style_v2_two .testimonial_box .c_content span {
font-size: 15px;
font-weight: 500;
color: #fff;
display: block;
font-family: var(--creote-family-one);
margin-bottom: 15px;
}
.testimonial_sec.style_v2_two .testimonial_box .rating li {
list-style: none;
}
.testimonial_sec.style_v2_two .testimonial_box .rating li span {
color: #00489a;
padding: 0px 4px;
}
.testimonial_sec.style_v2_two .testimonial_box .rating li span.empty {
opacity: 0.3;
}
.testimonial_sec.style_v2_two .arrows {
position: absolute;
width: 100%;
height: 100px;
margin: auto;
left: 0;
top: 0;
bottom: 0;
}
.testimonial_sec.style_v2_two .arrows .prev-single-one, .testimonial_sec.style_v2_two .arrows .next-single-one {
position: absolute;
left: -80px;
top: 0;
bottom: 0;
z-index: 3;
}
.testimonial_sec.style_v2_two .arrows .prev-single-one:before, .testimonial_sec.style_v2_two .arrows .next-single-one:before {
width: 60px;
height: 60px;
box-shadow: var(--box-shadow);
line-height: 60px;
text-align: center;
border-radius: 0px;
font-size: 26px;
color: #fff;
background: #00489a;
}
.testimonial_sec.style_v2_two .arrows .next-single-one {
left: unset;
right: -20px;
} ._card {
position: relative;
display: inline-block;
width: 100%;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-clip: border-box;
}
@media (min-width: 576px) {
._card {
display: inline-block;
width: 100%;
}
}
.one_column .grid_show_case .grid_box {
width: 100%;
padding: 0px 0px;
margin-bottom: 25px;
}
.two_column .grid_show_case .grid_box {
width: 50%;
padding: 0px 12px;
margin-bottom: 25px;
}
.three_column .grid_show_case .grid_box {
width: 33.33%;
padding: 0px 12px;
margin-bottom: 25px;
}
.four_column .grid_show_case .grid_box {
width: 25%;
padding: 0px 12px;
margin-bottom: 25px;
}
.five_column .grid_show_case .grid_box {
width: 20%;
padding: 0px 12px;
margin-bottom: 25px;
} .image_boxes {
position: relative;
}
.image_boxes.style_one {
display: inline-block;
margin-bottom: 100px;
}
.image_boxes.style_one .image.one {
position: relative;
width: 500px;
height: 550px;
border-radius: 15px;
overflow: hidden;
box-shadow: var(--box-shadow);
}
.image_boxes.style_one .image.one img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.image_boxes.style_one .image.two {
position: absolute;
bottom: -50px;
right: -50px;
width: 250px;
height: 250px;
border: 5px solid #fff;
border-radius: 15px;
overflow: hidden;
box-shadow: var(--box-shadow);
}
.image_boxes.style_one .image.two img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.image_boxes .year_of_experience {
position: absolute;
padding: 25px;
border-radius: 10px;
background: #fff;
box-shadow: var(--box-shadow);
display: inline-block;
max-width: 400px;
left: 30px;
bottom: -60px;
}
.image_boxes .year_of_experience .year {
position: absolute;
left: 25px;
top: 0;
bottom: 0;
width: 70px;
height: 70px;
line-height: 80px;
font-size: 30px;
font-weight: 600;
border-radius: 60px;
background: #00489a;
color: #fff;
text-align: center;
font-family: var(--creote-family-one);
margin: auto;
}
.image_boxes .year_of_experience .year::before {
position: absolute;
content: "";
width: 90px;
height: 90px;
background: transparent;
border: 2px dotted var(--border-color-dark);
border-radius: 50px;
top: -10px;
left: -10px;
}
.image_boxes .year_of_experience .content {
position: relative;
margin-left: 100px;
margin-right: 20px;
}
.image_boxes .year_of_experience .content h2 {
font-size: 20px;
font-weight: 600;
line-height: 30px;
}
.image_boxes .year_of_experience .content span {
font-size: 60px;
height: 60px;
position: absolute;
line-height: 60px;
right: -40px;
margin: auto;
bottom: 0;
top: 0;
opacity: 0.2;
}
.image_boxes .video_box {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
width: 70px;
height: 70px;
}
.image_boxes.style_two {
position: relative;
min-height: 560px;
display: inline-block;
}
.image_boxes.style_two .background_image {
position: absolute;
min-width: 740px;
left: -165px;
height: 596px;
top: -33px;
}
.image_boxes.style_two .image {
position: relative;
width: 270px;
height: 370px;
border-radius: 10px;
overflow: hidden;
}
.image_boxes.style_two .image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.image_boxes.style_two .image.one {
float: left;
}
.image_boxes.style_two .image.two {
position: absolute;
right: -300px;
margin-top: 100px;
}
.image_boxes.style_two .authour_quotes {
position: absolute;
width: 330px;
bottom: 30px;
left: 0;
padding: 25px 25px 18px;
border-radius: 10px;
background: #00489a;
z-index: 2;
}
.image_boxes.style_two .authour_quotes h6 {
font-size: 18px;
font-weight: 700;
color: #fff;
display: block;
line-height: 26px;
margin-bottom: 8px;
}
.image_boxes.style_two .authour_quotes p {
font-family: var(--creote-family-one);
font-weight: 600;
color: #fff;
opacity: 0.8;
font-size: 12px;
text-transform: uppercase;
margin: 0px 40px 0px 0px;
}
.image_boxes.style_two .authour_quotes i {
font-size: 50px;
color: #fff;
opacity: 0.1;
position: absolute;
bottom: 10px;
right: 10px;
}
.image_boxes.style_three {
position: relative;
overflow: hidden;
border-radius: 10px;
}
.image_boxes.style_three.border_yes {
border: 10px solid var(--primary-color-three);
border-radius: 5px;
}
.image_boxes.style_three.border_yes img {
border-radius: 5px;
}
.image_boxes.style_three img {
height: 470px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.image_boxes.style_three .video_box {
width: 100px;
height: 100px;
}
.image_boxes.style_three .video_box a {
background: #fff;
color: #00489a;
width: 100px;
height: 100px;
line-height: 105px;
font-size: 35px !important;
}
.image_boxes.style_three.border_yes .video_box {
width: 70px;
height: 70px;
z-index: 3;
}
.image_boxes.style_three.border_yes .video_box a {
width: 70px;
line-height: 75px;
font-size: 22px !important;
height: 70px;
background: #00489a;
color: #fff;
}
.image_boxes.style_three.border_yes .video_box a::before {
animation: none;
width: 110px;
height: 110px;
top: 0;
background: rgba(255, 255, 255, 0.2);
z-index: -1;
bottom: 0;
margin: auto;
right: 0px;
left: -20px;
transform: inherit;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.image_boxes.style_three.border_yes .video_box a::after {
animation: none;
width: 90px;
height: 90px;
top: 0;
background: rgba(255, 255, 255, 0.4);
z-index: -1;
bottom: 0;
margin: auto;
right: 0px;
left: -10px;
transform: inherit;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.image_boxes.style_four .image_box {
position: relative;
margin-bottom: 30px;
overflow: hidden;
border-radius: 5px;
}
.image_boxes.style_four .image_box.one {
margin-bottom: 30px;
box-shadow: var(--box-shadow);
}
.image_boxes.style_four .image_box img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.image_boxes.style_four .image_box .pad_zero_left {
padding-left: 0px;
}
.image_boxes.style_four .image_box .pad_zero_right {
padding-right: 0px;
}
.image_boxes.style_four .imgs {
overflow: hidden;
border-radius: 10px;
box-shadow: var(--box-shadow-two);
}
.image_boxes.style_four .image_content_inner {
text-align: center;
padding: 20px 30px;
background: #00489a;
bottom: -30px;
left: 20px;
z-index: 10;
position: absolute;
border-radius: 5px;
}
.image_boxes.style_four .image_content_inner h2 {
font-size: 18px;
line-height: 28px;
font-weight: 700;
color: #fff;
}
.image_boxes.style_four .image_content_inner.viceo_en {
padding-right: 80px;
}
.image_boxes.style_four .image_content_inner.viceo_en .video_box_null {
position: absolute;
top: 0;
right: 15px;
bottom: 0;
height: 40px;
width: 40px;
margin: auto;
}
.image_boxes.style_four .image_content_inner.viceo_en .video_box_null a {
color: #fff;
width: 40px;
display: block;
text-align: center;
line-height: 43px;
height: 40px;
border-radius: 50px;
background: rgba(0, 0, 0, 0.1);
}
.image_boxes.style_five {
position: relative;
z-index: 0;
display: inline-block;
}
.image_boxes.style_five::before {
position: absolute;
content: "";
width: 362px;
height: 362px;
background: var(--primary-color-three);
top: 55px;
left: 75px;
border-radius: 50%;
z-index: -1;
}
.image_boxes.style_five .image_box {
overflow: hidden;
position: relative;
display: inline-block;
}
.image_boxes.style_five .image_box.one {
z-index: 3;
}
.image_boxes.style_five .image_box.one .video_box_null {
position: absolute;
right: 0px;
bottom: 0px;
}
.image_boxes.style_five .image_box.one .video_box_null a {
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
background: #00489a;
display: block;
border-radius: 10px 0px 10px 0px;
}
.image_boxes.style_five .image_box.one .video_box_null a i {
position: absolute;
font-size: 16px;
height: 16px;
width: 16px;
line-height: 16px;
text-align: center;
top: 0;
bottom: 0;
right: 0;
color: #fff;
left: 0;
margin: auto;
}
.image_boxes.style_five .image_box.two {
z-index: 2;
margin-top: -150px;
margin-left: 190px;
}
.image_boxes.style_five .image_box img {
border-radius: 10px;
height: 325px;
-o-object-fit: cover;
object-fit: cover;
width: 350px;
}
.image_boxes.style_six {
position: relative;
padding-bottom: 40px;
}
.image_boxes.style_six .image_box {
position: relative;
}
.image_boxes.style_six .image_box img {
border-radius: 10px;
}
.image_boxes.style_six .image_box .video_inner.type_six {
position: absolute;
top: 30px;
text-align: center;
right: 30px;
overflow: hidden;
background: #00489a;
padding: 10px;
border-radius: 10px;
}
.image_boxes.style_six .image_box .video_inner.type_six a {
background: #00489a;
position: relative;
display: inline-block;
font-size: 30px !important;
color: #fff;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center !important;
border-radius: 50%;
}
.image_boxes.style_six .image_box .video_inner.type_six p {
position: relative;
z-index: 10;
color: #fff;
font-weight: 600;
margin-bottom: 0px;
font-family: var(--creote-family-one);
}
.image_boxes.style_six .image_box .experience {
left: 0px;
position: absolute;
right: 0;
bottom: -65px;
}
.image_boxes.style_six .image_box .experience .experience_inner {
padding: 20px 40px;
background: #fff;
margin: 25px;
display: inline-block;
text-align: center;
border-radius: 10px;
box-shadow: var(--box-shadow-two);
}
.image_boxes.style_six .image_box .experience .experience_inner h2 {
font-size: 22px;
color: var(--heading-dark);
line-height: 32px;
font-weight: 600;
}
.image_boxes.style_six .image_box .experience .experience_inner h2 span {
color: #00489a;
}
.image_boxes.style_seven .image_box {
position: relative;
z-index: 2;
}
.image_boxes.style_seven .video_inner {
position: absolute;
width: 80px;
height: 80px;
bottom: 15px;
right: 15px;
}
.image_boxes.style_seven .video_inner a {
width: 70px;
height: 70px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #00489a;
color: #fff;
border-radius: 50px;
margin: auto;
line-height: 70px;
text-align: center;
}
.image_boxes.style_seven .video_inner a i {
font-size: 30px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.image_boxes.style_seven .experience {
position: absolute;
padding: 20px;
top: 20px;
left: -40px;
background: #00489a;
}
.image_boxes.style_seven .experience::before {
position: absolute;
content: "";
border-left: 50px solid transparent;
border-top: 50px solid transparent;
border-right: 50px solid #00489a;
border-bottom: 50px solid transparent;
left: -50px;
z-index: -1;
opacity: 0.9;
}
.image_boxes.style_seven .experience .experience_inner h2 {
font-size: 20px;
line-height: 30px;
font-weight: 700;
color: #fff;
}
.image_boxes.style_seven .pattern_imag {
position: absolute;
width: 200px;
bottom: -85px;
left: -85px;
} .simple_image_boxes {
position: relative;
overflow: hidden;
border-radius: 10px;
}
.simple_image_boxes img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 10px;
}
.simple_image_boxes.style_two {
background: var(--primary-color-three);
padding: 50px;
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.simple_image_boxes.style_two .parallax_cover {
position: relative;
overflow: hidden;
height: 540px;
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.simple_image_boxes.style_two .parallax_cover img {
border-radius: 0px;
} .counter-block.style_one {
position: relative;
padding: 28px;
background: #fff;
box-shadow: var(--box-shadow-two);
border-radius: 10px;
}
.counter-block.style_one:before {
position: absolute;
content: "";
border: 1px dashed var(--border-color-dark);
width: 97%;
height: 97%;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
border-radius: 10px;
}
.counter-block.style_one .icon_box {
position: relative;
min-height: 48px;
margin-bottom: 20px;
}
.counter-block.style_one .icon_box .icon {
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.counter-block.style_one .icon_box .icon span {
font-size: 40px;
line-height: 40px;
color: #00489a;
}
.counter-block.style_one .icon_box .icon img {
width: auto;
height: 40px;
}
.counter-block.style_one .icon_box .coun_ter {
margin-left: 50px;
}
.counter-block.style_one .icon_box .coun_ter {
position: relative;
}
.counter-block.style_one .icon_box .coun_ter span {
display: inline-block;
font-size: 40px;
line-height: 48px;
font-weight: 700;
color: #00489a;
font-family: var(--creote-family-one);
}
.counter-block.style_one .icon_box .coun_ter small {
font-size: 20px;
margin-left: 5px;
color: var(--text-color-light);
}
.counter-block.style_one .content_box {
position: relative;
}
.counter-block.style_one .content_box h6 {
display: block;
color: var(--heading-dark);
line-height: 28px;
font-size: 18px;
font-weight: 700;
margin-bottom: 6px;
}
.counter-block.style_one .content_box p {
margin: 0px;
}
.counter-block.style_two {
position: relative;
padding: 35px 25px;
background: #fff;
box-shadow: var(--box-shadow-two);
margin: 10px 0px 20px 0px;
text-align: center;
border-radius: 10px;
}
.counter-block.style_two .icon_box .icon {
position: relative;
display: block;
text-align: center;
margin-top: 20px;
}
.counter-block.style_two .icon_box .icon span {
font-size: 50px;
line-height: 50px;
color: #00489a;
}
.counter-block.style_two .icon_box .icon img {
width: auto;
height: 50px;
}
.counter-block.style_two .icon_box .coun_ter {
margin-left: 50px;
}
.counter-block.style_two .coun_ter {
position: relative;
margin-bottom: 5px;
}
.counter-block.style_two .coun_ter span {
display: inline-block;
font-size: 36px;
line-height: 46px;
font-weight: 700;
color: #00489a;
font-family: var(--creote-family-one);
}
.counter-block.style_two .coun_ter small {
font-size: 20px;
position: relative;
top: -15px;
color: var(--text-color-light);
}
.counter-block.style_two .content_box {
position: relative;
}
.counter-block.style_two .content_box h6 {
display: block;
color: var(--heading-dark);
line-height: 26px;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 6px;
}
.counter-block.style_three {
position: relative;
}
.counter-block.style_three .icon_box {
position: relative;
margin-bottom: 15px;
}
.counter-block.style_three .icon_box span {
font-size: 60px;
line-height: 60px;
color: #00489a;
}
.counter-block.style_three .icon_box img {
width: 60px;
height: auto;
}
.counter-block.style_three .content_box p {
margin-bottom: 10px;
}
.counter-block.style_three .content_box h6 {
font-size: 20px;
line-height: 30px;
font-weight: 700;
}
.counter-block.style_three .content_box h6 .coun_ter {
display: block;
}
.counter-block.style_three .content_box h6 .coun_ter .count-text {
font-size: 30px;
line-height: 50px;
color: #00489a;
font-weight: 700;
}
.counter-block.style_three .content_box h6 .coun_ter small {
color: var(--text-color-light);
font-size: 16px;
font-weight: 500;
} .call_to_action {
position: relative;
text-align: center;
overflow: hidden;
}
.call_to_action .image {
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
bottom: 0;
top: 0;
}
.call_to_action .image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.call_to_action.style_one .image::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: var(--primary-color-two);
opacity: 0.92;
z-index: 1;
}
.call_to_action.style_one .left_content {
position: relative;
padding: 100px 120px;
}
.call_to_action.style_one .left_content .main_content {
position: relative;
z-index: 2;
}
.call_to_action.style_one .left_content .main_content h6 {
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: #00489a;
margin-bottom: 25px;
}
.call_to_action.style_one .left_content .main_content h1 {
font-size: 50px;
line-height: 60px;
font-weight: 700;
color: #fff;
margin-bottom: 15px;
}
.call_to_action.style_one .left_content .main_content p {
color: #fff;
margin-bottom: 35px;
padding-bottom: 35px;
border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.call_to_action.style_one .left_content .main_content .video_box {
margin-bottom: 30px;
}
.call_to_action.style_one .bottom_content {
position: relative;
}
.call_to_action.style_one .bottom_content .button_content {
display: inline-block;
position: relative;
top: 9px;
}
.call_to_action.style_one .bottom_content .button_content a i {
margin-left: 8px;
font-size: 16px;
position: relative;
top: 2px;
}
.call_to_action.style_one .bottom_content .call_content {
display: inline-block;
position: relative;
margin-left: 20px;
}
.call_to_action.style_one .bottom_content .call_content span {
position: absolute;
left: 0;
bottom: 0;
top: 5px;
font-size: 30px;
line-height: 56px;
width: 56px;
height: 56px;
border-radius: 50%;
text-align: center;
color: #ffffff;
background: transparent;
border: 1px dashed #ffffff;
margin: auto;
}
.call_to_action.style_one .bottom_content .call_content .content_bx {
margin-left: 70px;
padding-top: 9px;
text-align: left;
}
.call_to_action.style_one .bottom_content .call_content .content_bx h2 {
font-size: 15px;
line-height: 25px;
color: #fff;
margin-bottom: 2px;
font-weight: 600;
}
.call_to_action.style_one .bottom_content .call_content .content_bx p {
color: #fff;
opacity: 0.9;
text-decoration: underline;
margin: 0px;
padding: 0;
border: 0px;
}
.call_to_action.style_two {
position: relative;
overflow: hidden;
border-radius: 10px;
}
.call_to_action.style_two .auto-container {
position: relative;
z-index: 10;
text-align: left;
}
.call_to_action.style_two .left_content {
padding: 60px 40px;
position: relative;
z-index: 1;
}
.call_to_action.style_two .left_content h1 {
font-size: 36px;
line-height: 46px;
font-weight: 700;
margin-bottom: 20px;
color: #fff;
}
.call_to_action.style_two .left_content .call_content {
display: flex;
position: relative;
}
.call_to_action.style_two .left_content .call_content span {
position: relative;
font-size: 30px;
line-height: 56px;
display: block;
width: 56px;
height: 56px;
border-radius: 50%;
text-align: center;
color: #00489a;
background: #fff;
margin-top: auto;
min-width: 56px;
margin-bottom: auto;
}
.call_to_action.style_two .left_content .call_content .content_bx {
margin-left: 15px;
text-align: left;
}
.call_to_action.style_two .left_content .call_content .content_bx h2 {
font-size: 16px;
color: #fff;
margin-bottom: 5px;
line-height: 26px;
font-weight: 600;
}
.call_to_action.style_two .left_content .call_content .content_bx p {
color: #fff;
margin: 0px;
padding: 0;
border: 0px;
}
.call_to_action.style_two .image_right {
position: absolute;
height: auto;
top: 0;
right: 61px;
width: auto;
}
.call_to_action.style_two .image_right img {
height: 500px;
width: auto;
} .icon_box_all {
position: relative; }
.icon_box_all.style_one {
background: #fff;
box-shadow: var(--box-shadow);
padding: 35px 30px 30px;
border-radius: 10px;
}
.icon_box_all.style_one .icon_content {
position: relative;
display: flex;
}
.icon_box_all.style_one .icon_content h3 a {
display: block;
color: var(--heading-dark);
line-height: 28px;
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
}
.icon_box_all.style_one .icon_content p {
margin: 0px;
}
.icon_box_all.style_one .icon_content .icon {
position: relative;
min-width: 60px;
}
.icon_box_all.style_one .icon_content .icon span {
font-size: 60px;
line-height: 60px;
color: #00489a;
display: block;
}
.icon_box_all.style_one .icon_content .icon img {
width: 60px;
height: auto;
}
.icon_box_all.style_one .icon_content .icon p {
margin: 0px;
color: var(--text-color-dark-two);
}
.icon_box_all.style_one .icon_content.icon_centers .icon {
margin: auto;
}
.icon_box_all.style_one .icon_content .txt_content {
position: relative;
margin-left: 23px;
}
.icon_box_all.style_two {
padding-top: 20px;
border-top: 3px solid var(--primary-color-three);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
min-height: 75px;
}
.icon_box_all.style_two .icon_content {
position: relative;
display: flex;
}
.icon_box_all.style_two .icon_content .icon {
position: relative;
min-width: 50px;
}
.icon_box_all.style_two .icon_content .icon span {
font-size: 40px;
color: #00489a;
line-height: 40px;
margin: auto;
}
.icon_box_all.style_two .icon_content .icon img {
width: 48px;
height: auto;
margin: auto;
}
.icon_box_all.style_two .icon_content .txt_content {
position: relative;
margin-left: 8px;
}
.icon_box_all.style_two .icon_content .txt_content h3 a {
display: block;
color: var(--heading-dark);
line-height: 26px;
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
}
.icon_box_all.style_two .icon_content .txt_content h3 a:hover {
color: #00489a;
}
.icon_box_all.style_two .icon_content .txt_content p {
margin: 0px 0px 0px 0px;
}
.icon_box_all.style_two:hover {
border-color: #00489a;
}
.icon_box_all.style_three {
text-align: center;
background: #fff;
padding: 40px 35px;
border-radius: 10px;
box-shadow: var(--box-shadow);
}
.icon_box_all.style_three .icon_content {
position: relative;
}
.icon_box_all.style_three .icon_content .icon {
position: relative;
display: block;
margin-bottom: 20px;
}
.icon_box_all.style_three .icon_content .icon span {
font-size: 60px;
line-height: 60px;
color: #00489a;
}
.icon_box_all.style_three .icon_content .icon img {
height: 60px;
width: auto;
}
.icon_box_all.style_three .icon_content .txt_content h3 a {
display: block;
color: var(--heading-dark);
line-height: 30px;
font-size: 22px;
font-weight: 700;
margin-bottom: 8px;
}
.icon_box_all.style_three .icon_content .txt_content p {
margin-bottom: 0px;
}
.icon_box_all.style_three .icon_content .txt_content ul {
margin: 30px 0 35px;
padding: 0;
}
.icon_box_all.style_three .icon_content .txt_content ul li {
text-align: left;
list-style: none;
padding-left: 20px;
position: relative;
margin-bottom: 10px;
}
.icon_box_all.style_three .icon_content .txt_content ul li::before {
position: absolute;
content: "";
width: 12px;
height: 12px;
border-radius: 20px;
border: 2px solid var(--border-color-dark);
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.icon_box_all.style_three .icon_content .txt_content .btn_left {
text-align: left;
}
.icon_box_all.style_three .icon_content .txt_content .btn_left a {
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
}
.icon_box_all.style_four {
position: relative;
}
.icon_box_all.style_four .icon {
position: relative;
margin-bottom: 50px;
display: block;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.icon_box_all.style_four .icon span {
top: 20px;
font-size: 45px;
line-height: 45px;
color: #00489a;
display: inline-block;
position: relative;
z-index: 2;
}
.icon_box_all.style_four .icon .svg_image {
width: 45px;
height: auto;
display: inline-block;
position: relative;
z-index: 2;
top: 20px;
margin: auto;
}
.icon_box_all.style_four .icon .shape {
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.icon_box_all.style_four .txt_content {
position: relative;
}
.icon_box_all.style_four .txt_content h3 a {
display: block;
color: var(--heading-dark);
line-height: 28px;
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
}
.icon_box_all.style_four .txt_content h3 a:hover {
color: #00489a;
}
.icon_box_all.style_four:hover .icon {
margin-left: 10px;
}
.icon_box_all.style_five {
position: relative;
}
.icon_box_all.style_five .icon_content {
position: relative;
padding: 40px 30px 30px;
background: #fff;
box-shadow: var(--box-shadow);
overflow: hidden;
border-radius: 10px;
border: 3px solid #fff;
transition: all 700ms ease 100ms;
-moz-transition: all 700ms ease 100ms;
-ms-transition: all 700ms ease 100ms;
-o-transition: all 700ms ease 100ms;
}
.icon_box_all.style_five .icon_content .icon {
position: relative;
margin-bottom: 25px;
}
.icon_box_all.style_five .icon_content .icon span {
font-size: 60px;
color: #00489a;
line-height: 60px;
display: block;
}
.icon_box_all.style_five .icon_content .icon img {
width: 60px;
height: auto;
}
.icon_box_all.style_five .icon_content small {
position: absolute;
font-size: 48px;
line-height: 60px;
color: var(--primary-color-three);
right: 20px;
font-family: var(--creote-family-one);
top: 45px;
font-weight: 700;
}
.icon_box_all.style_five .icon_content h2 {
font-size: 20px;
line-height: 26px;
font-weight: 700;
color: var(--heading-dark);
margin-bottom: 10px;
}
.icon_box_all.style_five .icon_content .hover_content {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: block;
padding: 0px 40px;
transition: all 700ms ease 100ms;
-moz-transition: all 700ms ease 100ms;
-ms-transition: all 700ms ease 100ms;
-o-transition: all 700ms ease 100ms;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(-45deg) translateZ(-50px);
background: #00489a;
border-radius: 10px;
}
.icon_box_all.style_five .icon_content .hover_content .content {
display: table;
width: 100%;
height: 100%;
}
.icon_box_all.style_five .icon_content .hover_content .content .inner {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.icon_box_all.style_five .icon_content .hover_content .content .inner a {
font-family: var(--creote-family-one);
font-size: 15px;
line-height: 25px;
display: block;
margin-top: 15px;
}
.icon_box_all.style_five .icon_content .hover_content .content .inner a span {
position: relative;
top: 2px;
right: -5px;
display: inline-block;
}
.icon_box_all.style_five:hover .icon_content {
border-color: #00489a;
background: #00489a;
}
.icon_box_all.style_five:hover .hover_content {
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
opacity: 1;
}
.icon_box_all.style_five:hover .hover_content p {
color: #fff;
}
.icon_box_all.style_five:hover .hover_content a {
color: #fff;
}
.icon_box_all.style_six .icon_content .icon {
position: relative;
margin-top: 0px;
margin-bottom: 15px;
}
.icon_box_all.style_six .icon_content .icon::after {
background: var(--primary-color-three);
position: absolute;
content: "";
border-radius: 50px;
width: 80px;
height: 80px;
left: 15px;
top: -10px;
z-index: -10;
opacity: 0.5;
}
.icon_box_all.style_six .icon_content .icon span {
font-size: 45px;
z-index: 1;
position: relative;
line-height: 60px;
display: inline-block;
color: #00489a;
margin-bottom: 15px;
}
.icon_box_all.style_six .icon_content .icon img {
width: 45px;
height: auto;
z-index: 1;
position: relative;
margin-bottom: 27px;
display: block;
}
.icon_box_all.style_six .icon_content h2 {
line-height: normal;
}
.icon_box_all.style_six .icon_content h2 a {
display: block;
font-family: var(--creote-family-one);
font-size: 20px;
margin-bottom: 10px;
line-height: 32px;
font-weight: 700;
color: var(--heading-dark);
}
.icon_box_all.style_six .icon_content h2 a:hover {
color: #00489a;
}
.icon_box_all.style_six.version_2 {
padding: 40px;
background: #fff;
}
.icon_box_all.style_seven {
position: relative;
}
.icon_box_all.style_seven .icon_content {
display: flex;
}
.icon_box_all.style_seven .icon_content .icon {
min-width: 60px;
padding-top: 5px;
}
.icon_box_all.style_seven .icon_content .icon img {
width: 40px;
height: auto;
}
.icon_box_all.style_seven .icon_content .icon span {
font-size: 40px;
line-height: 40px;
}
.icon_box_all.style_seven .icon_content .text_box {
min-height: 80%;
}
.icon_box_all.style_seven .icon_content .text_box h2 {
line-height: normal;
}
.icon_box_all.style_seven .icon_content .text_box h2 a {
font-size: 18px;
line-height: 30px;
font-weight: 600;
margin-bottom: 2px;
display: block;
}
.icon_box_all.style_seven.light_color .icon_content .icon span {
color: #fff;
}
.icon_box_all.style_seven.light_color .icon_content .text_box h2 a {
color: #fff;
}
.icon_box_all.style_seven.light_color .icon_content .text_box p {
color: #fff;
}
.icon_box_all.style_eight {
padding: 30px 30px 10px 30px;
border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: rgba(9, 0, 0, 0.0509803922);
border-radius: 30px 30px 30px 30px;
}
.icon_box_all.style_eight .icon_content {
display: flex;
}
.icon_box_all.style_eight .icon_content .icon {
min-width: 60px;
padding-top: 5px;
}
.icon_box_all.style_eight .icon_content .icon img {
width: 40px;
height: auto;
}
.icon_box_all.style_eight .icon_content .icon span {
font-size: 40px;
line-height: 40px;
}
.icon_box_all.style_eight .icon_content .text_box {
min-height: 80%;
}
.icon_box_all.style_eight .icon_content .text_box h2 {
line-height: normal;
}
.icon_box_all.style_eight .icon_content .text_box h2 a {
font-size: 18px;
line-height: 30px;
font-weight: 600;
margin-bottom: 2px;
display: block;
}
.icon_box_all.style_eight.light_color .icon_content .icon span {
color: #fff;
}
.icon_box_all.style_eight.light_color .icon_content .text_box h2 a {
color: #fff;
}
.icon_box_all.style_eight.light_color .icon_content .text_box p {
color: #fff;
}
.icon_box_all.style_nine {
position: relative;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: var(--border-color-dark);
padding: 53px 30px 30px 30px;
}
.icon_box_all.style_nine .icon_content .icon {
position: relative;
margin-top: 0px;
margin-bottom: 15px;
}
.icon_box_all.style_nine .icon_content .icon::after {
background: var(--primary-color-three);
position: absolute;
content: "";
border-radius: 50px;
width: 80px;
height: 80px;
left: 15px;
top: -10px;
z-index: -10;
opacity: 0.5;
}
.icon_box_all.style_nine .icon_content .icon span {
font-size: 45px;
z-index: 1;
position: relative;
line-height: 60px;
display: inline-block;
color: #00489a;
margin-bottom: 15px;
}
.icon_box_all.style_nine .icon_content .icon img {
width: 45px;
height: auto;
z-index: 1;
position: relative;
margin-bottom: 27px;
display: block;
}
.icon_box_all.style_nine .icon_content h2 {
line-height: normal;
}
.icon_box_all.style_nine .icon_content h2 a {
display: block;
font-family: var(--creote-family-one);
font-size: 20px;
margin-bottom: 10px;
line-height: 32px;
font-weight: 700;
color: var(--heading-dark);
}
.icon_box_all.style_nine .icon_content h2 a:hover {
color: #00489a;
}
.icon_box_all.light_color_one.style_one {
background: #00489a;
}
.icon_box_all.light_color_one.style_one .icon_content .icon span {
color: #fff;
}
.icon_box_all.light_color_one.style_one .icon_content h3 a {
color: #fff;
}
.icon_box_all.light_color_one.style_one .icon_content p {
color: #fff;
opacity: 0.8;
}
.icon_box_all.light_color_one.style_three {
background: #00489a;
}
.icon_box_all.light_color_one.style_three .icon_content .icon span {
color: #fff;
}
.icon_box_all.light_color_one.style_three .icon_content h3 a {
color: #fff;
}
.icon_box_all.light_color_one.style_three .icon_content ul li {
color: #fff;
opacity: 0.8;
}
.icon_box_all.light_color_one.style_three .icon_content ul li::before {
border-color: rgba(255, 255, 255, 0.4);
}
.icon_box_all.light_color_one.style_three .icon_content p {
color: #fff;
opacity: 0.8;
}
.icon_box_all.light_color_one.style_three .btn_left a {
background: #fff;
color: #00489a;
}
.icon_box_all.light_color_two.style_one {
background: var(--primary-color-two);
}
.icon_box_all.light_color_two.style_one .icon_content .icon span {
color: #00489a;
}
.icon_box_all.light_color_two.style_one .icon_content h3 a {
color: #fff;
}
.icon_box_all.light_color_two.style_one .icon_content p {
color: #fff;
opacity: 0.8;
}
.icon_box_all.light_color_two.style_three {
background: var(--primary-color-two);
}
.icon_box_all.light_color_two.style_three .icon_content .icon span {
color: #00489a;
}
.icon_box_all.light_color_two.style_three .icon_content h3 a {
color: #fff;
}
.icon_box_all.light_color_two.style_three .icon_content ul li {
color: #fff;
opacity: 0.8;
}
.icon_box_all.light_color_two.style_three .icon_content ul li::before {
border-color: #00489a;
}
.icon_box_all.light_color_two.style_three .icon_content p {
color: #fff;
opacity: 0.8;
} .content_box_cn {
position: relative;
}
.content_box_cn.style_one {
padding: 0px 0px 0px 25px;
}
.content_box_cn.style_one .txt_content {
position: relative;
}
.content_box_cn.style_one .txt_content::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
background: #00489a;
left: -25px;
top: 8px;
}
.content_box_cn.style_one .txt_content::after {
position: absolute;
content: "";
width: 6px;
height: 6px;
background: #00489a;
opacity: 0.4;
left: -19px;
top: 8px;
}
.content_box_cn.style_one .txt_content h3 a {
display: block;
color: var(--heading-dark);
line-height: 28px;
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
}
.content_box_cn.style_one.light_color .txt_content::before, .content_box_cn.style_one.light_color .txt_content::after {
background: #fff;
}
.content_box_cn.style_one.light_color .txt_content h3 a {
color: #fff;
}
.content_box_cn.style_one.light_color .txt_content p {
color: #fff;
opacity: 0.8;
} .faq_section {
position: relative;
}
.faq_section dd {
display: none;
}
.faq_section.type_one .accordion {
position: relative;
}
.faq_section.type_one .accordion dl {
margin-bottom: 0px;
position: relative;
}
.faq_section.type_one .accordion dl dt {
position: relative;
background: transparent;
margin-bottom: 40px;
border: 0px;
font-family: var(--creote-family-one);
font-size: 18px;
color: var(--heading-dark);
font-weight: 600;
line-height: 26px;
border-radius: 5px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
margin-left: 50px;
}
.faq_section.type_one .accordion dl dt span {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
background: #00489a;
color: #fff;
font-size: 16px;
line-height: 40px;
text-align: center;
margin-right: 10px;
border-radius: 5px;
position: absolute;
left: -50px;
bottom: 0;
top: 0;
margin: auto;
}
.faq_section.type_one .accordion dl dt.active {
margin-bottom: 20px;
}
.faq_section.type_one .accordion dl dd {
position: relative;
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 1px dashed #dcd7d7;
padding-left: 22px;
border-left: 1px dashed #dcd7d7;
}
.faq_section.type_one .accordion dl dd p {
margin: 0px;
color: var(--text-color-dark);
}
.faq_section.type_two .faq_header {
position: relative;
background: var(--primary-color-three);
border-radius: 10px;
padding: 25px 70px 22px 20px;
border: 1px solid var(--border-color-dark);
margin-bottom: 15px;
font-family: var(--creote-family-one);
font-size: 18px;
font-weight: 600;
line-height: 26px;
z-index: 2;
cursor: pointer;
}
.faq_section.type_two .faq_header span {
position: absolute;
width: 44px;
height: 44px;
border-radius: 5px;
background: #fff;
color: #00489a;
text-align: center;
right: 15px;
top: 0;
bottom: 0;
margin: auto;
line-height: 44px;
box-shadow: var(--box-shadow);
}
.faq_section.type_two .faq_header.active {
margin: 0px;
background: #fff;
color: #00489a;
}
.faq_section.type_two .faq_header.active span {
background: #00489a;
color: #fff;
}
.faq_section.type_two .accordion-content {
position: relative;
margin-bottom: 15px;
padding: 35px 20px 10px 20px;
border: 1px solid var(--border-color-dark);
border-top: 0px;
border-radius: 0px 0px 10px 10px;
background: var(--primary-color-three);
margin-top: -15px;
} .progress_bar {
position: relative;
}
.progress_bar .bar {
position: relative;
width: 100%;
height: 6px;
background: var(--primary-color-three);
border-radius: 10px;
margin-bottom: 12px;
}
.progress_bar .bar .bar-inner {
position: relative;
display: block;
width: 0px;
height: 6px;
background: #00489a;
border-radius: 10px;
transition: all 1500ms ease;
-ms-transition: all 1500ms ease;
-o-transition: all 1500ms ease;
-moz-transition: all 1500ms ease;
}
.progress_bar h2 {
position: relative;
font-family: var(--creote-family-one);
font-size: 18px;
font-weight: 700;
line-height: 26px;
margin-bottom: 10px;
padding-right: 45px;
}
.progress_bar h2 span {
position: absolute;
right: 0;
top: 0;
color: #00489a;
font-size: 16px;
}
.progress_bar.style_two .progress_new {
height: 170px;
position: relative;
float: left;
}
.progress_bar.style_two .progress_new .progress-value {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 170px;
height: 170px;
line-height: 170px;
text-align: center;
display: flex;
align-items: center;
}
.progress_bar.style_two .progress_new .progress-value h6 {
padding: 10px 30px;
font-size: 18px;
font-weight: 700;
line-height: 30px;
color: #00489a;
}
.progress_bar.style_two .progress_new .ProgressBar,
.progress_bar.style_two .progress_new .ProgressBar-contentCircle {
display: table;
height: 170px;
position: relative;
width: 170px;
margin: auto;
}
.progress_bar.style_two .progress_new .ProgressBar-circle,
.progress_bar.style_two .progress_new .ProgressBar-background {
fill: none;
stroke: #00489a;
stroke-width: 5px;
stroke-linecap: round;
stroke-dasharray: 0;
stroke-dashoffset: 0;
position: relative;
z-index: 10;
}
.progress_bar.style_two .progress_new .ProgressBar-background {
stroke: rgba(0, 0, 0, 0.05);
stroke-width: 4;
z-index: 0;
}
.progress_bar.style_two .progress_new .ProgressBar-percentage {
color: var(--primary-color-two);
font-size: 40px;
text-align: center;
width: 100%;
display: table-cell;
vertical-align: middle;
}
.progress_bar.style_two .content_box {
position: relative;
margin-left: 180px;
padding: 0px 0px 10px;
}
.progress_bar.style_two .content_box h2 {
font-size: 36px;
font-weight: 700;
color: #00489a;
line-height: 46px;
margin-bottom: 5px;
padding-right: unset;
padding-top: 15px;
}
.progress_bar.style_two .content_box h3 {
font-size: 22px;
font-weight: 700;
line-height: 32px;
margin-bottom: 5px;
}
.progress_bar.style_three .bar {
position: relative;
width: 100%;
height: 8px;
background: var(--primary-color-three);
border-radius: 10px;
margin-bottom: 12px;
}
.progress_bar.style_three .bar .bar-inner {
position: relative;
display: block;
width: 0px;
height: 8px;
background: #fff;
background-image: linear-gradient(to right, #fff, #00489a);
border-radius: 10px;
transition: all 1500ms ease;
-ms-transition: all 1500ms ease;
-o-transition: all 1500ms ease;
-moz-transition: all 1500ms ease;
}
.progress_bar.style_three .bar .bar-inner::before {
position: absolute;
content: "";
width: 12px;
height: 12px;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 16px solid #00489a;
border-right: 12px solid transparent;
right: -25px;
top: -4px;
}
.progress_bar.style_three h2 {
position: relative;
font-family: var(--creote-family-one);
font-size: 18px;
font-weight: 700;
line-height: 26px;
margin-bottom: 10px;
padding-right: 45px;
}
.progress_bar.style_three h2 span {
position: absolute;
right: 0;
top: 0;
color: #00489a;
font-size: 16px;
}
.progress_bar.style_four {
position: relative;
padding: 30px;
background: var(--primary-color-two);
}
.progress_bar.style_four .progress_new {
height: 140px;
position: relative;
}
.progress_bar.style_four .progress_new .progress-value {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 60px;
height: 24px;
line-height: 40px;
text-align: center;
}
.progress_bar.style_four .progress_new .progress-value h6 {
font-size: 18px;
font-weight: 700;
line-height: 30px;
color: #00489a;
}
.progress_bar.style_four .progress_new .ProgressBar,
.progress_bar.style_four .progress_new .ProgressBar-contentCircle {
display: table;
height: 140px;
position: relative;
width: 140px;
margin: auto;
}
.progress_bar.style_four .progress_new .ProgressBar-circle,
.progress_bar.style_four .progress_new .ProgressBar-background {
fill: none;
stroke: #00489a;
stroke-width: 5px;
stroke-linecap: round;
stroke-dasharray: 0;
stroke-dashoffset: 0;
position: relative;
z-index: 10;
}
.progress_bar.style_four .progress_new .ProgressBar-background {
stroke: rgba(255, 255, 255, 0.05);
stroke-width: 4;
z-index: 0;
}
.progress_bar.style_four .progress_new .ProgressBar-percentage {
color: var(--primary-color-two);
font-size: 40px;
text-align: center;
width: 100%;
display: table-cell;
vertical-align: middle;
}
.progress_bar.style_four .content_box {
position: relative;
text-align: center;
}
.progress_bar.style_four .content_box h2 {
font-size: 20px;
font-weight: 700;
color: #fff;
line-height: 30px;
margin-top: 20px;
padding-right: 0px;
}
.progress_bar.style_four.color_two {
background: #00489a;
}
.progress_bar.style_four.color_two .progress_new .ProgressBar-circle, .progress_bar.style_four.color_two .progress_new .ProgressBar-background {
stroke: #fff;
}
.progress_bar.style_four.color_two .progress_new .ProgressBar-background {
stroke: rgba(255, 255, 255, 0.05);
}
.progress_bar.style_four.color_two .progress_new .progress-value h6 {
color: #fff;
} .time_line_section {
position: relative;
}
.time_line_section.style_one .swiper-container {
padding-top: 90px;
}
.time_line_section.style_one .time_line_box {
position: relative;
margin-bottom: 60px;
margin-top: 20px;
}
.time_line_section.style_one .time_line_box .time_inner {
position: relative;
}
.time_line_section.style_one .time_line_box .time_inner .border_liner {
position: absolute;
content: "";
width: 28%;
height: 100%;
left: 0;
top: 0;
}
.time_line_section.style_one .time_line_box .time_inner .border_liner::after {
position: absolute;
content: "";
width: 1px;
height: 92%;
background: var(--primary-color-three);
left: 0;
top: 0;
}
.time_line_section.style_one .time_line_box .time_inner .border_liner::before {
position: absolute;
content: "";
width: 100%;
height: 1px;
background: var(--primary-color-three);
left: 0;
bottom: 8%;
}
.time_line_section.style_one .time_line_box .time_inner .border_liner span {
width: 14px;
height: 14px;
border: 1px solid var(--border-color-dark);
position: absolute;
top: -12px;
left: -6px;
content: "";
border-radius: 50px;
}
.time_line_section.style_one .time_line_box .time_inner .border_liner span.last {
top: auto;
left: auto;
bottom: 22px;
right: -13px;
}
.time_line_section.style_one .time_line_box .time_inner .content {
position: relative;
z-index: 2;
}
.time_line_section.style_one .time_line_box .time_inner .content h2 a {
position: relative;
font-family: var(--creote-family-one);
font-size: 22px;
font-weight: 700;
line-height: 30px;
margin-bottom: 10px;
padding: 0px 30px;
display: block;
}
.time_line_section.style_one .time_line_box .time_inner .content p {
position: relative;
margin-bottom: 40px;
padding: 0px 30px;
}
.time_line_section.style_one .time_line_box .time_inner .content p::before {
position: absolute;
content: "";
width: 100%;
height: 4px;
left: 0;
bottom: -83px;
background: var(--primary-color-three);
}
.time_line_section.style_one .time_line_box .time_inner .year {
position: relative;
z-index: 2;
width: 80px;
height: 80px;
line-height: 80px;
font-weight: 700;
font-family: var(--creote-family-one);
color: var(--heading-dark);
border-radius: 50%;
background: #fff;
box-shadow: var(--box-shadow);
text-align: center;
padding-top: 2px;
left: -40px;
}
.time_line_section.style_one .time_line_box .time_inner .image {
position: relative;
width: 120px;
height: 120px;
overflow: hidden;
border-radius: 50%;
margin: 0 auto 0px;
top: 30px;
}
.time_line_section.style_one .time_line_box .time_inner .image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.time_line_section.style_one .swiper-slide-active .time_line_box .year {
background: #00489a;
color: #fff;
}
.time_line_section.style_one .swiper-button-next, .time_line_section.style_one .swiper-button-prev {
top: 10px;
left: 0;
right: 0;
margin: auto;
}
.time_line_section.style_one .swiper-button-next::before, .time_line_section.style_one .swiper-button-prev::before {
box-shadow: inherit;
border-radius: 10px 0px 10px 0px;
border: 1px solid var(--border-color-dark);
}
.time_line_section.style_one .swiper-button-next:hover::before, .time_line_section.style_one .swiper-button-prev:hover::before {
background: #00489a;
border-color: #00489a;
color: #fff;
}
.time_line_section.style_one .swiper-button-prev {
left: -60px;
}
.time_line_section.style_one .swiper-button-next {
right: -60px;
}
.time_line_section.style_one .swiper-button-next::before {
border-radius: 0px 10px 0px 10px;
}
.time_line_section.style_two .event_box {
position: relative;
}
.time_line_section.style_two .event_box .image {
position: relative;
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
margin: 0px auto 20px;
}
.time_line_section.style_two .event_box .image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.time_line_section.style_two .event_box .date_box {
position: relative;
text-align: center;
margin-bottom: 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.time_line_section.style_two .event_box .date_box h6 {
position: relative;
display: inline-block;
padding: 12px 26px;
font-size: 16px;
color: #fff;
font-weight: 600;
margin-bottom: 20px;
background: transparent;
border-radius: 30px;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.time_line_section.style_two .event_box .date_box h6::before {
position: absolute;
content: "";
width: 10px;
height: 10px;
border-radius: 50px;
background: #00489a;
left: 0;
right: 0;
margin: 0 auto;
bottom: -25px;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.time_line_section.style_two .event_box .content_box {
position: relative;
background: transparent;
padding: 40px 30px;
border-radius: 10px;
text-align: center;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.time_line_section.style_two .event_box .content_box h2 {
line-height: normal;
}
.time_line_section.style_two .event_box .content_box h2 a {
font-size: 20px;
line-height: 26px;
color: #fff;
margin-bottom: 12px;
display: block;
}
.time_line_section.style_two .event_box .content_box small {
font-size: 16px;
color: #00489a;
display: block;
font-weight: 600;
margin-bottom: 10px;
}
.time_line_section.style_two .event_box .content_box p {
margin-bottom: 10px;
color: var(--text-color-light);
}
.time_line_section.style_two .event_box .content_box a.read_more {
width: 50px;
height: 50px;
line-height: 54px;
border-radius: 50px;
color: #fff;
background: #00489a;
font-size: 18px;
text-align: center;
display: block;
margin: 30px auto 0px;
}
.time_line_section.style_two .event_box:hover .content_box {
background: #00489a;
}
.time_line_section.style_two .event_box:hover .content_box p {
color: rgba(255, 255, 255, 0.8);
}
.time_line_section.style_two .event_box:hover .date_box {
border-bottom: 1px solid #00489a;
}
.time_line_section.style_two .event_box:hover .date_box h6 {
background: #00489a;
}
.time_line_section.style_two .event_box:hover a.read_more {
background: #fff;
color: #00489a;
}
.time_line_section.style_two .swiper-slide-active .event_box .content_box p {
color: rgba(255, 255, 255, 0.8);
}
.time_line_section.style_two .swiper-slide-active .event_box .date_box {
border-bottom: 1px solid #00489a;
}
.time_line_section.style_two .swiper-slide-active .event_box .date_box h6 {
background: #00489a;
}
.time_line_section.style_two .swiper-slide-active .event_box a.read_more {
background: #fff;
color: #00489a;
}
.time_line_section.style_two .position-relative {
width: 110px;
margin: auto;
height: 50px;
padding-top: 20px;
}
.time_line_section.style_two .position-relative .next-single-one_three:before {
right: 0;
}
.time_line_section.style_two .position-relative .prev-single-one_three:before {
left: 0;
} .tabs_all_box {
position: relative;
}
.tabs_all_box .s_tab {
display: none;
}
.tabs_all_box .s_tab.active-tab {
display: block;
}
.tabs_all_box .s_tab.active-tab.show {
animation: fadeIn ease 0.9s;
-webkit-animation: fadeIn ease 0.9s;
-moz-animation: fadeIn ease 0.9s;
-o-animation: fadeIn ease 0.9s;
-ms-animation: fadeIn ease 0.9s;
}
.tabs_all_box.type_one {
position: relative;
}
.tabs_all_box.type_one .tabs_header {
position: absolute;
left: 50px;
width: 270px;
height: auto;
background: #fff;
padding: 10px 0px 0px 0px;
box-shadow: var(--box-shadow);
border-radius: 10px;
z-index: 5;
top: -20px;
}
.tabs_all_box.type_one .tabs_header ul {
display: block;
padding-left: 20px;
padding-right: 20px;
}
.tabs_all_box.type_one .tabs_header ul li {
display: block;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tabs_header ul li a {
font-size: 16px;
position: relative;
font-weight: 700;
color: var(--heading-dark);
line-height: 28px;
font-family: var(--creote-family-one);
padding: 20px 0px;
border-bottom: 1px solid var(--border-color-dark);
background: transparent;
border-radius: 0px;
display: block;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tabs_header ul li a.active {
color: #00489a;
}
.tabs_all_box.type_one .tabs_header ul li:last-child a {
border-bottom: 0px;
}
.tabs_all_box.type_one .tabs_header ul li:hover a {
color: #00489a;
padding-left: 5px;
}
.tabs_all_box.type_one .tabs_header .toll_free {
position: relative;
padding: 20px;
background: #00489a;
border-radius: 10px;
}
.tabs_all_box.type_one .tabs_header .toll_free a {
position: relative;
display: block;
padding-left: 60px;
font-size: 16px;
font-weight: 600;
color: #fff;
line-height: 26px;
font-family: var(--creote-family-one);
}
.tabs_all_box.type_one .tabs_header .toll_free a i {
background: #fff;
width: 50px;
height: 50px;
border-radius: 50%;
display: inline-block;
line-height: 50px;
font-size: 20px;
color: #00489a;
text-align: center;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto 0;
}
.tabs_all_box.type_one .tab_content {
position: relative;
border-radius: 10px;
overflow: hidden;
min-height: 550px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.tabs_all_box.type_one .tab_content::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
bottom: 0px;
background: linear-gradient(to top, var(--primary-color-two) 2%, rgba(0, 0, 0, 0) 129%);
z-index: 1;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tab_content .content_image {
position: relative;
margin-left: 320px;
padding: 235px 50px 80px;
z-index: 2;
}
.tabs_all_box.type_one .tab_content .content_image h6 {
font-weight: 600;
text-decoration: underline;
color: #fff;
font-size: 30px;
line-height: 40px;
margin-bottom: 15px;
}
.tabs_all_box.type_one .tab_content .content_image h2 {
font-weight: 700;
color: #fff;
font-size: 44px;
line-height: 54px;
margin-bottom: 20px;
}
.tabs_all_box.type_one .tab_content .content_image p {
color: #fff;
opacity: 0.8;
}
.tabs_all_box.type_one .tab_content .content_image a {
text-transform: uppercase;
color: #fff;
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 500;
opacity: 0.8;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tab_content .content_image a i {
top: 0;
font-size: 16px;
}
.tabs_all_box.type_one .tab_content .content_image a:hover {
color: #00489a;
}
.tabs_all_box.type_two .tabs_header {
position: relative;
margin-bottom: 50px;
}
.tabs_all_box.type_two .tabs_header .showcase_tabs_btns {
position: relative;
}
.tabs_all_box.type_two .tabs_header .showcase_tabs_btns::before {
position: absolute;
content: "";
width: 100%;
height: 1px;
top: 0;
left: 0;
bottom: 0;
margin: auto;
background: #00489a;
opacity: 0.1;
z-index: -1;
}
.tabs_all_box.type_two .tabs_header ul {
display: block;
margin: 0;
padding: 0;
text-align: center;
}
.tabs_all_box.type_two .tabs_header ul li {
display: inline-block;
margin: 0px 15px;
}
.tabs_all_box.type_two .tabs_header ul li a {
font-size: 13px;
font-weight: 600;
color: var(--heading-dark);
line-height: 28px;
text-transform: uppercase;
font-family: var(--creote-family-one);
padding: 12px 25px 9px;
border-radius: 10px;
border: 1px solid var(--border-color-dark);
background: #fff;
display: block;
}
.tabs_all_box.type_two .tabs_header ul li a.active {
background: #fff;
border-color: #fff;
box-shadow: var(--box-shadow-two);
color: #00489a;
}
.tabs_all_box.type_two .tab_content {
position: relative;
}
.tabs_all_box.type_two .tab_content .content_bx {
position: relative;
}
.tabs_all_box.type_two .tab_content .content_bx h6 {
font-weight: 600;
color: #00489a;
font-size: 30px;
line-height: 40px;
margin-bottom: 15px;
}
.tabs_all_box.type_two .tab_content .content_bx h2 {
font-weight: 700;
font-size: 44px;
line-height: 54px;
margin-bottom: 20px;
}
.tabs_all_box.type_two .tab_content .content_bx p {
margin-bottom: 26px;
}
.tabs_all_box.type_two .tab_content .content_bx ul {
position: relative;
margin: 0 0 40px 0;
padding: 0 0px 0px 20px;
}
.tabs_all_box.type_two .tab_content .content_bx ul li {
list-style: none;
position: relative;
margin-bottom: 12px;
}
.tabs_all_box.type_two .tab_content .content_bx ul li:before {
position: absolute;
content: "";
width: 6px;
height: 6px;
left: -20px;
top: 0;
bottom: 0;
margin: auto;
background: #00489a;
}
.tabs_all_box.type_two .tab_content .content_bx ul li:after {
position: absolute;
content: "";
width: 6px;
height: 6px;
opacity: 0.4;
left: -14px;
top: 0;
bottom: 0;
margin: auto;
background: #00489a;
}
.tabs_all_box.type_three .tabs_header {
position: relative;
margin-bottom: 10px;
}
.tabs_all_box.type_three .tabs_header .showcase_tabs_btns {
position: relative;
}
.tabs_all_box.type_three .tabs_header ul {
display: block;
margin: 0;
padding: 0;
}
.tabs_all_box.type_three .tabs_header ul li {
display: inline-block;
margin-right: 20px;
}
.tabs_all_box.type_three .tabs_header ul li a {
font-size: 18px;
font-weight: 700;
color: var(--heading-dark);
line-height: 28px;
text-transform: capitalize;
font-family: var(--creote-family-one);
border-radius: 10px;
border: 0px;
background: transparent;
display: block;
}
.tabs_all_box.type_three .tabs_header ul li a.active {
color: #00489a;
}
.tabs_all_box.type_three .tab_content {
position: relative;
}
.tabs_all_box.type_three .tab_content .image {
position: relative;
margin-bottom: 30px;
height: 400px;
border-radius: 5px;
overflow: hidden;
}
.tabs_all_box.type_three .tab_content .image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.tabs_all_box.type_three .tab_content .content_bx {
position: relative;
}
.tabs_all_box.type_three .tab_content .content_bx h6 {
font-weight: 600;
color: #00489a;
font-size: 14px;
line-height: 26px;
margin-bottom: 15px;
text-decoration: underline;
}
.tabs_all_box.type_three .tab_content .content_bx h2 {
font-weight: 700;
font-size: 30px;
line-height: 40px;
margin-bottom: 20px;
color: var(--heading-dark);
}
.tabs_all_box.type_three .tab_content .content_bx p {
margin-bottom: 26px;
}
.tabs_all_box.type_three .tab_content .content_bx ul {
position: relative;
margin: 0 0 40px 0;
padding: 0 0px 0px 20px;
}
.tabs_all_box.type_three .tab_content .content_bx ul li {
list-style: none;
position: relative;
margin-bottom: 12px;
}
.tabs_all_box.type_three .tab_content .content_bx ul li:before {
position: absolute;
content: "";
width: 6px;
height: 6px;
left: -20px;
top: 0;
bottom: 0;
margin: auto;
background: #00489a;
}
.tabs_all_box.type_three .tab_content .content_bx ul li:after {
position: absolute;
content: "";
width: 6px;
height: 6px;
opacity: 0.4;
left: -14px;
top: 0;
bottom: 0;
margin: auto;
background: #00489a;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} .client_logo_carousel {
position: relative;
}
.client_logo_carousel.type_one .swiper-slide, .client_logo_carousel.type_one .owl-item {
position: relative;
}
.client_logo_carousel.type_one .swiper-slide .image, .client_logo_carousel.type_one .owl-item .image {
text-align: center;
position: relative;
margin: 0px 20px;
padding: 20px 20px;
}
.client_logo_carousel.type_one .swiper-slide .image img, .client_logo_carousel.type_one .owl-item .image img {
width: 200px;
height: auto;
}
.client_logo_carousel.type_one .owl-item .image::before {
display: none;
}
.client_logo_carousel.type_one .owl-item:last-child .image::after {
display: none;
}
.client_logo_carousel.type_two .swiper-slide .image, .client_logo_carousel.type_two .owl-item .image {
text-align: center;
position: relative;
}
.client_logo_carousel.type_two .swiper-slide .image img, .client_logo_carousel.type_two .owl-item .image img {
width: 200px;
height: auto;
}
.client_logo_carousel .swiper-wrapper {
align-items: center;
} .newsteller {
position: relative;
}
.newsteller.style_one .item_scubscribe {
position: relative;
top: 9px;
}
.newsteller.style_one .item_scubscribe .mc4wp-form-fields {
position: relative;
}
.newsteller.style_one .item_scubscribe .mc4wp-form-fields input[type=email] {
border-radius: 10px 0px 10px 0px;
}
.newsteller.style_one .item_scubscribe .mc4wp-form-fields input[type=submit] {
position: absolute;
right: 0;
top: 0;
width: auto;
background: var(--primary-color-two);
border-radius: 0px 0px 10px 0px;
height: 56px;
min-width: 100px;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
min-height: 56px;
line-height: 56px;
border: 0px !important;
}
.newsteller.style_one .content {
position: relative;
padding-left: 15px;
border-left: 4px solid #fff;
}
.newsteller.style_one .content h2 {
font-weight: 600;
color: #fff;
margin-bottom: 8px;
font-size: 30px;
line-height: 40px;
}
.newsteller.style_one .content p {
margin-bottom: 0px;
color: #fff;
}
.newsteller.style_two {
position: relative;
border-radius: 10px;
overflow: hidden;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
padding: 50px;
}
.newsteller.style_two::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #00489a;
opacity: 0.8;
}
.newsteller.style_two .inner_stell {
position: relative;
z-index: 2;
text-align: center;
}
.newsteller.style_two .inner_stell h2 {
font-size: 36px;
line-height: 36px;
font-weight: 700;
margin-bottom: 15px;
color: #fff;
}
.newsteller.style_two .inner_stell p {
color: #fff;
margin-bottom: 25px;
}
.newsteller.style_two .item_scubscribe {
position: relative;
width: 60%;
margin: 0px auto;
}
.newsteller.style_two .item_scubscribe input {
margin: 0px auto;
}
.newsteller.style_two .item_scubscribe input[type=submit] {
position: absolute;
top: 0;
right: 0;
min-width: 150px;
min-height: 50px;
line-height: 50px;
width: auto;
border-radius: 5px;
background: var(--primary-color-two);
border: 0px !important;
}
.newsteller.style_three {
text-align: center;
}
.newsteller.style_three h6 {
font-size: 18px;
line-height: 30px;
padding: 5px 15px;
background: #fff;
color: #00489a;
font-weight: 600;
display: inline-block;
margin-bottom: 30px;
}
.newsteller.style_three h2 {
font-size: 44px;
line-height: 60px;
font-weight: 700;
margin-bottom: 15px;
color: #fff;
}
.newsteller.style_three p {
color: #fff;
opacity: 0.8;
font-size: 16px;
margin-bottom: 25px;
}
.newsteller.style_three .mc4wp-form-fields {
position: relative;
width: 60%;
margin: auto;
}
.newsteller.style_three .mc4wp-form-fields input {
background: transparent;
border-radius: 0px;
border-top: 0px;
border-right: 0px;
border-left: 0px;
color: #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.newsteller.style_three .mc4wp-form-fields input::-moz-placeholder {
color: #fff !important;
}
.newsteller.style_three .mc4wp-form-fields input::placeholder {
color: #fff !important;
}
.newsteller.style_three .mc4wp-form-fields input[type=submit] {
position: absolute;
bottom: 0;
right: 0;
display: inline-block;
min-width: 100px;
width: auto;
background: #fff;
color: var(--heading-dark);
height: auto;
line-height: 40px;
min-height: 40px;
margin: 0px;
}
.newsteller.style_four input[type=submit] {
position: absolute;
z-index: 99;
top: 4px !important;
right: 6px !important;
left: unset !important;
height: 48px !important;
line-height: 48px !important;
min-height: 48px !important;
width: 150px !important;
min-width: 150px !important;
border-radius: 10px 0px 10px 0px !important;
}
@media (max-width: 992px) {
.newsteller.style_three .mc4wp-form-fields {
width: 100%;
}
} .price_plan_box {
position: relative;
}
.price_plan_box.style_one {
box-shadow: var(--box-shadow);
background: #fff;
padding: 45px 35px 40px;
border-radius: 10px;
}
.price_plan_box.style_one.tag_enables::before {
position: absolute;
content: "";
border-left: 10px solid transparent;
border-top: 10px solid transparent;
border-bottom: 10px solid var(--primary-color-two);
border-right: 10px solid transparent;
top: -20px;
right: 27px;
z-index: 0;
}
.price_plan_box.style_one .tag {
position: absolute;
transform: rotate(-90deg);
background: #00489a;
color: #fff;
padding: 3px 16px 3px 4px;
text-transform: uppercase;
font-size: 13px;
top: 18px;
right: -16px;
}
.price_plan_box.style_one .tag::before {
position: absolute;
content: "";
border-left: 10px solid transparent;
border-top: 12px solid #00489a;
border-bottom: 13px solid #00489a;
border-right: 10px solid #00489a;
bottom: 0px;
left: -20px;
z-index: -82;
}
.price_plan_box.style_one .top {
position: relative;
margin-bottom: 30px;
padding-bottom: 20px;
padding-right: 25px;
}
.price_plan_box.style_one .top::before {
position: absolute;
content: "";
width: 60px;
height: 2px;
background: #00489a;
bottom: 0;
left: 0;
}
.price_plan_box.style_one .top h2 {
font-size: 30px;
line-height: 40px;
font-weight: 700;
}
.price_plan_box.style_one .top p {
margin: 0;
}
.price_plan_box.style_one .mid {
position: relative;
margin-bottom: 30px;
}
.price_plan_box.style_one .mid h4 {
font-size: 48px;
line-height: 58px;
font-weight: 700;
color: #00489a;
margin-bottom: 7px;
}
.price_plan_box.style_one .mid h4 small, .price_plan_box.style_one .mid h4 span {
font-size: 20px;
position: relative;
top: -20px;
}
.price_plan_box.style_one .bottom {
position: relative;
}
.price_plan_box.style_one .bottom ul {
position: relative;
margin: 0 0 40px;
padding: 0;
}
.price_plan_box.style_one .bottom ul li {
position: relative;
list-style: none;
padding: 10px 20px 10px 40px;
border-radius: 5px;
}
.price_plan_box.style_one .bottom ul li:nth-child(2n+1) {
background: var(--primary-color-three);
}
.price_plan_box.style_one .bottom ul li i {
position: absolute;
left: 15px;
bottom: 0;
top: 0;
margin: auto;
font-size: 16px;
color: #00489a;
line-height: 16px;
height: 16px;
}
.price_plan_box.style_two {
background: #fff;
margin-bottom: 30px;
border-radius: 10px;
border: 1px solid var(--border-color-dark);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.price_plan_box.style_two .tag {
position: absolute;
max-width: 120px;
line-height: 30px;
font-size: 16px;
color: #fff;
background: #00489a;
border-radius: 30px;
text-align: center;
top: -16px;
right: 0;
margin: auto;
left: 0;
z-index: 2;
}
.price_plan_box.style_two .inner_box {
position: relative;
}
.price_plan_box.style_two .inner_box .top {
padding: 42px 30px 30px;
background: var(--primary-color-three);
text-align: center;
border-radius: 10px 10px 0px 0px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.price_plan_box.style_two .inner_box .top h2 {
font-size: 24px;
line-height: 34px;
font-weight: 700;
margin-bottom: 6px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.price_plan_box.style_two .inner_box .top p {
margin-bottom: 0px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.price_plan_box.style_two .inner_box .mid {
position: relative;
padding: 42px 30px 30px;
text-align: center;
}
.price_plan_box.style_two .inner_box .mid h4 {
font-size: 36px;
line-height: 46px;
color: #00489a;
font-weight: 700;
}
.price_plan_box.style_two .inner_box .mid h4 span {
font-size: 20px;
font-weight: 500;
color: var(--text-color-dark);
line-height: 30px;
}
.price_plan_box.style_two .inner_box .bottom {
position: relative;
padding: 0px 40px 40px;
text-align: center;
}
.price_plan_box.style_two .inner_box .bottom ul {
margin: 0px 0px 40px;
padding: 0px;
text-align: left;
}
.price_plan_box.style_two .inner_box .bottom ul li {
position: relative;
list-style: none;
padding-left: 33px;
margin-bottom: 10px;
}
.price_plan_box.style_two .inner_box .bottom ul li i {
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
border-radius: 30px;
color: var(--text-color-light);
line-height: 24px;
text-align: center;
font-size: 13px;
border: 1px solid var(--border-color-dark);
}
.price_plan_box.style_two .inner_box .bottom a.theme-btn {
border-radius: 10px;
background: #00489a;
color: #fff;
font-family: var(--creote-family-one);
font-size: 15px;
}
.price_plan_box.style_two:hover {
box-shadow: var(--box-shadow);
}
.price_plan_box.style_two:hover .inner_box .top {
background: #00489a;
}
.price_plan_box.style_two:hover .inner_box .top h2 {
color: #fff;
}
.price_plan_box.style_two:hover .inner_box .top p {
color: #fff;
}
.price_plan_box.style_three {
background: var(--primary-color-three);
padding: 10px;
border: 1px solid var(--border-color-dark);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.price_plan_box.style_three .image {
overflow: hidden;
position: relative;
}
.price_plan_box.style_three .image img {
width: 100%;
height: 250px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.price_plan_box.style_three .image .tag {
position: absolute;
content: "";
padding: 5px 15px;
background: var(--primary-color-two);
font-size: 15px;
font-weight: 600;
font-family: var(--creote-family-one);
z-index: 1;
top: 0;
right: 0;
color: #fff;
border-radius: 0px 0px 0px 10px;
line-height: 25px;
}
.price_plan_box.style_three .image .mid {
position: absolute;
width: 100%;
display: flex;
justify-content: space-between;
left: 0;
bottom: 0%;
padding: 0px 0px 0px 20px;
}
.price_plan_box.style_three .image .mid .pri {
height: 70px;
padding: 0px 15px;
background: #00489a;
color: #fff;
font-family: var(--creote-family-two);
font-weight: 700;
font-size: 22px;
line-height: 70px;
}
.price_plan_box.style_three .image .mid h6 {
padding: 5px 15px;
position: absolute;
bottom: 0;
right: 0;
background: #fff;
font-size: 15px;
font-weight: 600;
font-family: var(--creote-family-one);
z-index: 1;
color: var(--primary-color-two);
border-radius: 10px 0px 0px 0px;
line-height: 25px;
}
.price_plan_box.style_three .inner_box {
position: relative;
padding: 30px 20px 20px;
}
.price_plan_box.style_three .inner_box h2 {
font-size: 24px;
line-height: 34px;
font-weight: 700;
margin-bottom: 8px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.price_plan_box.style_three .inner_box p {
margin-bottom: 0px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.price_plan_box.style_three .inner_box .bottom {
position: relative;
padding: 20px 0px 0px;
text-align: left;
}
.price_plan_box.style_three .inner_box .bottom ul {
margin: 0px 0px 40px;
padding: 0px;
text-align: left;
}
.price_plan_box.style_three .inner_box .bottom ul li {
position: relative;
list-style: none;
padding-left: 33px;
margin-bottom: 10px;
}
.price_plan_box.style_three .inner_box .bottom ul li i {
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
border-radius: 30px;
color: #00489a;
line-height: 24px;
text-align: center;
font-size: 13px;
border: 1px solid var(--border-color-dark);
}
.price_plan_box.style_three .inner_box .bottom a.theme-btn {
background: #00489a;
color: #fff;
font-family: var(--creote-family-one);
font-size: 15px;
}
.price_plan_box.style_three .inner_box .bottom a.theme-btn:hover {
background: var(--primary-color-two);
color: #fff;
border-color: var(--primary-color-two);
}
.price_plan_box.style_three:hover {
border-color: #00489a;
}
.price_plan_box.style_three:hover .image img {
opacity: 0.8;
}
.price_plan_with_tab {
position: relative;
}
.price_plan_with_tab .row {
--bs-gutter-x: 1.5rem!important;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list {
position: relative;
text-align: center;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul {
display: inline-block;
padding: 0px;
border: 0px;
margin: 0px 0px 60px;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li {
display: inline-block;
border: 0px;
padding: 0px;
margin-right: -4px;
position: relative;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li button {
border: 1px solid var(--border-color-dark);
padding: 14px 20px 10px;
box-shadow: none;
font-size: 13px;
font-family: var(--creote-family-one);
line-height: 23px;
font-weight: 600;
text-transform: uppercase;
color: var(--heading-dark);
background-color: transparent !important;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li button.active {
color: #00489a;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li:first-child button {
border-right: 0px;
border-radius: 10px 0px 0px 10px;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li:first-child::before {
position: absolute;
content: "";
width: 1px;
background: #00489a;
opacity: 0.2;
height: 16px;
top: 0;
bottom: 0;
margin: auto;
right: 0;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li:last-child button {
border-left: 0px;
border-radius: 0px 10px 10px 0px;
}
.price_plan_with_tab.price_tb_style_one .tab_pricing_list ul li + li {
padding: 0px;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list {
position: relative;
text-align: center;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul {
display: inline-block;
padding: 0px;
border: 0px;
margin: 0px 0px 60px;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li {
display: inline-block;
border: 0px;
padding: 0px;
margin: 0px;
position: relative;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li button {
box-shadow: none;
border: 0px;
font-size: 13px;
font-family: var(--creote-family-one);
line-height: 23px;
font-weight: 600;
text-transform: uppercase;
color: var(--heading-dark);
background-color: transparent !important;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li button.active {
color: #00489a;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:first-child {
margin-right: 43px;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:first-child::before {
position: absolute;
content: "";
width: 70px;
height: 30px;
border-radius: 30px;
background: var(--primary-color-three);
border: 1px solid var(--border-color-dark);
right: -82px;
top: -5px;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:first-child button.active:after {
position: absolute;
content: "";
width: 17px;
height: 17px;
border-radius: 50px;
background: #00489a;
top: 2px;
right: -36px;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:last-child {
margin-left: 43px;
}
.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:last-child button.active:after {
position: absolute;
content: "";
width: 17px;
height: 17px;
border-radius: 50px;
background: #00489a;
top: 2px;
left: -36px;
}
.modal-popup-inner .form_content input, .modal-popup-inner .form_content input[type=text], .modal-popup-inner .form_content input[type=email], .modal-popup-inner .form_content input[type=number], .modal-popup-inner .form_content textarea, .modal-popup-inner .form_content select {
margin-bottom: 5px !important;
}
.modal-popup-inner .form_content p {
position: relative;
margin: 0px;
}
.modal-popup-inner .form_content p i {
position: absolute;
top: 46px;
right: 14px;
color: #00489a;
margin: auto;
font-size: 16px;
height: 16px;
}
.modal-popup-inner .form_content p br {
display: none;
} .counter_section {
position: relative;
text-align: center;
}
.counter_section .logo_sec {
position: relative;
margin-bottom: 60px;
}
.counter_section .logo_sec img {
width: 200px;
}
.counter_section .title {
position: relative;
}
.counter_section .title h2 {
font-size: 72px;
line-height: 82px;
font-weight: 700;
margin-bottom: 30px;
color: #fff;
}
.counter_section .title p {
color: #fff;
opacity: 0.8;
margin-bottom: 30px;
}
.counter_section .Countdown-timer {
position: relative;
}
.counter_section .Countdown-timer .item {
position: relative;
display: inline-block;
text-align: center;
padding: 0px 25px;
}
.counter_section .Countdown-timer .item span {
color: #fff;
font-weight: 700;
font-size: 48px;
line-height: 58px;
margin-bottom: 6px;
}
.counter_section .Countdown-timer .item small {
font-size: 50px;
font-weight: 600;
position: absolute;
right: -9px;
top: 13px;
line-height: 25px;
color: #00489a;
}
.counter_section .Countdown-timer .item p {
color: #00489a;
font-size: 13px;
font-weight: 600;
margin-top: 3px;
text-transform: uppercase;
line-height: 23px;
font-family: var(--creote-family-one);
} .social_media_v_one {
position: relative;
}
.social_media_v_one ul {
padding: 0;
margin: 0;
}
.social_media_v_one ul li {
position: relative;
display: inline-block;
margin-right: 10px;
margin-bottom: 0px !important;
}
.social_media_v_one ul li:last-child {
margin-right: 0px;
}
.social_media_v_one ul li a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: block;
border-radius: 50px;
background: var(--primary-color-two);
color: #fff;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.social_media_v_one ul li a span {
opacity: 0.8;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.social_media_v_one ul li a small {
position: absolute;
padding: 5px 15px;
border-radius: 5px;
background: #fff;
color: #00489a;
font-size: 13px;
line-height: 13px;
font-weight: 600;
min-width: 100px;
text-align: center;
margin: auto;
left: -10px;
right: 0;
top: -35px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
opacity: 0;
}
.social_media_v_one ul li a small::before {
position: absolute;
content: "";
width: 12px;
border-top: 10px solid #fff;
border-bottom: 10px solid transparent;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
height: 12px;
bottom: -20px;
left: 20px;
}
.social_media_v_one ul li a:hover {
background: #00489a;
color: #fff;
}
.social_media_v_one ul li a:hover small {
opacity: 1;
}
.social_media_v_one ul li a:hover span {
opacity: 1;
}
.social_media_v_one.light ul li a {
background: rgba(255, 255, 255, 0.0392156863);
}
.social_media_v_one.style_two ul li a {
background-color: var(--primary-color-three);
color: #00489a;
}
.social_media_v_one.style_three ul li a {
background-color: #00489a;
color: var(--color-white);
}
.social_media_v_one.color_white ul li a {
background-color: var(--color-white);
color: var(--heading-dark);
} .shape_one {
position: absolute;
min-height: 150px;
}
@media (max-width: 1500px) {
.shape_one {
display: none;
}
} .contact_box_content {
position: relative;
}
.contact_box_content.style_one .contact_box_inner {
position: relative;
padding: 20px 30px;
display: block;
border-radius: 10px;
border: 1px solid var(--border-color-dark);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
cursor: pointer;
height: 150px;
}
.contact_box_content.style_one .contact_box_inner .contnet {
position: relative;
}
.contact_box_content.style_one .contact_box_inner .contnet h3 {
font-size: 18px;
font-weight: 700;
color: #444;
margin-bottom: 5px;
line-height: 26px;
}
.contact_box_content.style_one .contact_box_inner .contnet p {
margin-bottom: 0px;
}
.contact_box_content.style_one .contact_box_inner:hover {
box-shadow: var(--box-shadow);
border-color: #fff;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx {
position: absolute;
left: 10px;
bottom: 0;
top: 0;
width: 40px;
height: 40px;
border-radius: 50px;
background: #00489a;
margin: auto;
text-align: center;
line-height: 40px;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx span {
color: #fff;
font-size: 16px;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .contnet {
margin-left: 31px;
}
.contact_box_content.style_two .contact_box_inner {
position: relative;
display: flex;
}
.contact_box_content.style_two .contact_box_inner .icon_bx {
position: relative;
min-width: 60px;
width: 60px;
height: 60px;
border-radius: 50px;
background: #00489a;
color: #fff;
line-height: 60px;
margin: auto 0px;
}
.contact_box_content.style_two .contact_box_inner .icon_bx span {
font-size: 25px;
line-height: 40px;
width: 40px;
text-align: center;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
left: 0;
color: #fff;
height: 40px;
}
.contact_box_content.style_two .contact_box_inner .icon_bx img {
width: 30px;
height: auto;
margin: auto;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
left: 0;
}
.contact_box_content.style_two .contact_box_inner .text {
position: relative;
margin-left: 12px;
}
.contact_box_content.style_two .contact_box_inner .text h3 {
font-size: 18px;
line-height: 30px;
margin-bottom: 2px;
}
.contact_box_content.style_two .contact_box_inner .text p {
margin-bottom: 0px;
font-size: 15px;
line-height: 25px;
}
.contact_box_content.style_two .contact_box_inner.color_two .icon_bx {
background: transparent;
border: 1px dashed #fff;
}
.contact_box_content.style_two .contact_box_inner.color_two .icon_bx span {
color: #fff;
}
.contact_box_content.style_two .contact_box_inner.color_two .text h3 {
color: #fff;
}
.contact_box_content.style_two .contact_box_inner.color_two .text p {
color: rgba(255, 255, 255, 0.8);
} input::-moz-placeholder, textarea::-moz-placeholder {
font-size: 14px;
font-weight: 400;
font-family: var(--creote-family-one);
color: var(--text-color-dark);
text-transform: capitalize;
}
input::placeholder, textarea::placeholder {
font-size: 14px;
font-weight: 400;
font-family: var(--creote-family-one);
color: var(--text-color-dark);
text-transform: capitalize;
}
form p {
margin-bottom: 0px;
}
form br {
display: none;
}
.contact_form_box_all {
position: relative;
}
.contact_form_box_all input,
.contact_form_box_all input[type=text],
.contact_form_box_all input[type=email],
.contact_form_box_all input[type=number],
.contact_form_box_all textarea,
.contact_form_box_all select {
margin: 6px 0px 25px !important;
}
.contact_form_box_all input[type=submit], .contact_form_box_all button[type=submit] {
margin-bottom: 10px !important;
}
.contact_form_box_all label {
position: relative;
}
.contact_form_box_all textarea {
height: 130px;
}
.contact_form_box_all.type_one .contact_form_box_inner {
position: relative;
padding: 50px 45px 35px;
border-radius: 15px;
background: #fff;
box-shadow: var(--box-shadow-two);
z-index: 1;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode {
position: relative;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode label {
font-size: 12px;
font-weight: 600;
font-family: var(--creote-family-one);
line-height: 12px;
color: var(--heading-dark);
width: 100%;
text-transform: uppercase;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-form-control-wrap {
position: relative;
display: block;
width: 100%;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode input, .contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode button {
width: 100%;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode p {
position: relative;
margin: 0px;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode p i {
position: absolute;
top: 37px;
right: 14px;
color: #00489a;
margin: auto;
font-size: 16px;
height: 16px;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode textarea {
height: 150px;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .ajax-loader,
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-spinner {
position: absolute;
bottom: 0px;
right: 0px;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-not-valid-tip {
font-size: 15px;
font-weight: 400;
font-family: var(--creote-family-one);
line-height: 26px;
color: #00489a;
text-transform: none;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-response-output {
position: absolute;
z-index: 11;
background: #00489a;
text-align: center;
font-size: 16px;
font-weight: 400;
font-family: var(--creote-family-two);
color: #fff;
padding: 20px;
border-radius: 5px;
border-color: #00489a;
margin: auto;
bottom: -78px;
right: 0;
left: 0;
width: auto;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-response-output::before {
position: absolute;
content: "";
left: 0;
right: 0;
width: 20px;
height: 20px;
top: -22px;
margin: auto;
border-top: 10px solid transparent;
border-bottom: 10px solid #00489a;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.contact_form_box_all.type_two {
position: relative;
}
.contact_form_box_all.type_two img {
position: absolute;
width: 100%;
right: -400px;
bottom: 0px;
}
.contact_form_box_all.type_two .contact_form_shortcode {
position: relative;
padding: 50px;
background: #fff;
box-shadow: var(--box-shadow);
border-radius: 10px;
max-width: 600px;
height: auto;
}
.contact_form_box_all.type_two .contact_form_shortcode .heading {
position: relative;
margin-bottom: 30px;
}
.contact_form_box_all.type_two .contact_form_shortcode .heading h2 {
font-size: 26px;
line-height: 36px;
font-weight: 700;
color: vr(--heading-dark);
}
.contact_form_box_all.type_two .contact_form_shortcode .heading h2 span {
font-weight: 400;
color: #00489a;
}
.contact_form_box_all.type_two .contact_form_shortcode form br {
display: none;
}
.contact_form_box_all.type_two .contact_form_shortcode form .row {
--bs-gutter-x: 1.5rem !important;
margin-bottom: 0px;
}
.contact_form_box_all.type_two .contact_form_shortcode form input {
padding: 0px 15px;
}
.contact_form_box_all.type_two .contact_form_shortcode form textarea {
padding: 10px 15px;
}
.contact_form_box_all.type_two .contact_form_shortcode form p label,
.contact_form_box_all.type_two .contact_form_shortcode form div label {
width: 100%;
display: block;
font-size: 14px;
font-weight: 500;
color: var(--text-color-dark);
font-family: var(--creote-family-one);
position: relative;
}
.contact_form_box_all.type_two .contact_form_shortcode form p label input,
.contact_form_box_all.type_two .contact_form_shortcode form p label textarea,
.contact_form_box_all.type_two .contact_form_shortcode form div label input,
.contact_form_box_all.type_two .contact_form_shortcode form div label textarea {
margin-top: 5px;
}
.contact_form_box_all.type_two .contact_form_shortcode form p label span,
.contact_form_box_all.type_two .contact_form_shortcode form div label span {
width: 100%;
display: block;
}
.contact_form_box_all.type_two .contact_form_shortcode form p label i,
.contact_form_box_all.type_two .contact_form_shortcode form div label i {
position: absolute;
top: 26px;
right: 11px;
bottom: 0;
font-size: 12px;
height: 20px;
width: 20px;
line-height: 20px;
margin: auto;
color: #00489a;
text-align: center;
}
.contact_form_box_all.type_two .contact_form_shortcode form p.text_area label i,
.contact_form_box_all.type_two .contact_form_shortcode form div.text_area label i {
top: 42px;
bottom: inherit;
}
.contact_form_box_all.type_two .contact_form_shortcode form p::last-child,
.contact_form_box_all.type_two .contact_form_shortcode form div::last-child {
margin-bottom: 0px;
}
.contact_form_box_all.type_three .contact_form_box_inner.simple_form {
position: relative;
}
.contact_form_box_all.type_three .contact_form_box_inner.simple_form .row {
--bs-gutter-x: 1.5rem;
}
.contact_form_box_all.type_three .contact_form_box_inner.simple_form label {
color: #00489a;
text-transform: uppercase;
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 500;
width: 100%;
position: relative;
}
.contact_form_box_all.type_three .contact_form_box_inner.simple_form label i {
position: absolute;
top: 0;
right: 0;
}
.contact_form_box_all.type_three .contact_form_box_inner.simple_form br {
display: none;
}
.contact_form_box_all.type_four {
background: #FFFFFF;
border-radius: 17px 17px 17px 17px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: var(--border-color-dark);
padding: 40px 40px 40px 40px;
}
.contact_form_box_all.type_four label i {
position: absolute;
top: 0;
right: 0;
color: #00489a;
}
.contact_form_box_all.type_five {
background-color: #FFFFFF;
padding: 40px 40px 40px 40px;
border-radius: 10px 10px 10px 10px;
}
.contact_form_box_all.type_five .title_sections .before_title {
font-size: 15px !important;
font-weight: 600 !important;
line-height: 25px !important;
letter-spacing: 1.3px !important;
}
.contact_form_box_all.type_five .title_sections .title_big {
font-size: 51px !important;
font-weight: 800 !important;
line-height: 66px !important;
}
.contact_form_box_all.type_five label {
color: #00489a;
text-transform: uppercase;
font-size: 12px;
font-family: var(--creote-family-one);
font-weight: 500;
width: 100%;
position: relative;
}
.contact_form_box_all.type_five label i {
position: absolute;
top: 28px;
right: 10px;
}
.contact_form_box_all .contact_form_box_inner .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.contact_form_box_all .contact_form_box_inner .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
display: inline-block;
}
.contact_form_box_all .contact_form_box_inner .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.contact_form_box_all .contact_form_box_inner .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
float: right;
}
.contact_form_box_all .contact_form_box_inner .wpcf7-checkbox .wpcf7-list-item.first,
.contact_form_box_all .contact_form_box_inner .wpcf7-radio .wpcf7-list-item.first {
margin-left: 0px !important;
}
.contact_form_box_all .contact_form_box_inner .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.contact_form_box_all .contact_form_box_inner .wpcf7-checkbox .wpcf7-list-item input[type=radio],
.contact_form_box_all .contact_form_box_inner .wpcf7-radio .wpcf7-list-item input[type=checkbox],
.contact_form_box_all .contact_form_box_inner .wpcf7-radio .wpcf7-list-item input[type=radio] {
display: inline-block;
margin: -4px 7px 0px 0px !important;
}
.wpcf7-form-control-wrap input[type=file] {
padding: 0px !important;
margin: 0px !important;
border: 0px !important;
}
form {
position: relative;
}
form .wpcf7-response-output {
position: absolute;
padding: 15px 40px !important;
border-radius: 5px;
border: 0px !important;
background: var(--primary-color-two);
text-align: center;
font-size: 13px;
line-height: 22px;
font-family: var(--creote-family-one);
font-weight: 600;
color: #fff;
bottom: -76px;
left: 0;
display: block;
margin: 0px !important;
} .error-404 {
position: relative;
margin-bottom: 30px;
}
.fourntcontent {
position: relative;
}
.fourntcontent h1 {
font-size: 72px;
line-height: 82px;
font-weight: 700;
margin-bottom: 15px;
color: #00489a;
}
.fourntcontent h2 {
font-size: 26px;
line-height: 36px;
font-weight: 700;
margin-bottom: 15px;
color: var(--heading-dark);
}
.fourntcontent p {
margin-bottom: 25px;
}
.search {
position: relative;
margin-bottom: 30px;
}
.search input {
box-shadow: var(--box-shadow-two);
}
.search .sch_btn {
position: absolute;
height: 40px;
top: 8px;
right: 8px;
width: 40px;
background: var(--primary-color-two);
color: #fff;
border-radius: 5px;
border: 0px;
} .description_box {
position: relative;
}
.description_box p {
margin: 0;
}
.description_box p span {
color: #00489a;
} .quotes_box {
position: relative;
}
.quotes_box.style_one {
padding: 0px 20px 0px 20px;
border-left: 3px solid #00489a;
}
.quotes_box.style_one .icon {
position: absolute;
left: 28px;
top: 0;
}
.quotes_box.style_one .icon img {
height: 44px;
width: auto;
}
.quotes_box.style_one .icon span {
font-size: 44px;
line-height: 44px;
color: var(--primary-color-two);
}
.quotes_box.style_one .content {
position: relative;
padding-left: 75px;
}
.quotes_box.style_one .content h6 {
font-size: 22px;
line-height: 32px;
color: var(--primary-color-two);
margin-bottom: 18px;
}
.quotes_box.style_one .content h3 {
font-size: 18px;
line-height: 28px;
color: #00489a;
}
.quotes_box.style_two {
position: relative;
padding-left: 35px;
}
.quotes_box.style_two .top_content {
position: relative;
padding: 20px 20px 20px 60px;
border-radius: 5px;
background: #00489a;
margin-bottom: 25px;
}
.quotes_box.style_two .top_content .auth_img {
position: absolute;
left: -17px;
width: 70px;
height: 70px;
top: 0;
bottom: 0;
margin: auto;
border-radius: 50px;
}
.quotes_box.style_two .top_content .auth_img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.quotes_box.style_two .top_content .description_bx {
position: relative;
}
.quotes_box.style_two .top_content .description_bx p {
margin-bottom: 0px;
color: #fff;
position: relative;
z-index: 1;
}
.quotes_box.style_two .top_content .description_bx .icon {
position: absolute;
right: 5px;
top: 5px;
}
.quotes_box.style_two .top_content .description_bx .icon span {
font-size: 50px;
line-height: 50px;
color: #fff;
opacity: 0.05;
}
.quotes_box.style_two .top_content::before {
position: absolute;
content: "";
border-left: 50px solid transparent;
border-top: 50px solid transparent;
border-right: 50px solid #00489a;
border-bottom: 50px solid transparent;
left: -59px;
z-index: -1;
opacity: 0.8;
}
.quotes_box.style_two .content {
position: relative;
padding: 10px 0px 0px 0px;
}
.quotes_box.style_two .content h3 {
font-size: 18px;
line-height: 28px;
font-weight: 700;
color: var(--heading-dark);
margin-bottom: 2px;
}
.quotes_box.style_two .content h6 {
font-size: 16px;
line-height: 26px;
font-weight: 500;
font-family: var(--creote-family-two);
color: #00489a;
margin-bottom: 0px;
}
@media (max-width: 768px) {
.quotes_box.style_one .icon {
position: relative;
left: 0;
right: 0;
margin-bottom: 20px;
}
.quotes_box.style_one .content {
padding-left: 0px;
}
}
.link_box_contents.style_one .link_content_bx {
position: relative;
display: flex;
background: var(--primary-color-three);
padding: 0px 0px 0px 20px;
align-items: center;
border-radius: 10px;
}
.link_box_contents.style_one .link_content_bx .image_box {
min-width: 28%;
height: auto;
min-height: auto;
margin-top: auto;
}
.link_box_contents.style_one .link_content_bx .image_box img {
width: auto;
height: 190px;
}
.link_box_contents.style_one .link_content_bx .con_box {
padding: 22px 30px 20px;
position: relative;
min-width: 72%;
}
.link_box_contents.style_one .link_content_bx .con_box h2 {
font-size: 20px;
font-weight: 700;
color: #00489a;
line-height: 30px;
margin-bottom: 10px;
}
.link_box_contents.style_one .link_content_bx .con_box a {
font-size: 16px;
line-height: 26px;
font-weight: 600;
color: var(--link-color-dark);
font-family: var(--creote-family-one);
}
.link_box_contents.style_one .link_content_bx .con_box a i {
position: relative;
top: 2px;
font-size: 18px;
left: 5px;
}
.link_box_contents.style_two .link_content_bx {
position: relative;
display: flex;
background: #00489a;
padding: 0px 20px 0px 0px;
align-items: center;
border-radius: 10px;
}
.link_box_contents.style_two .link_content_bx .image_box {
min-width: 28%;
height: auto;
min-height: auto;
margin-top: auto;
}
.link_box_contents.style_two .link_content_bx .image_box img {
width: auto;
height: 190px;
}
.link_box_contents.style_two .link_content_bx .con_box {
padding: 22px 30px 20px;
position: relative;
min-width: 72%;
}
.link_box_contents.style_two .link_content_bx .con_box h2 {
font-size: 20px;
font-weight: 700;
color: #fff;
line-height: 30px;
margin-bottom: 10px;
}
.link_box_contents.style_two .link_content_bx .con_box a {
font-size: 16px;
line-height: 26px;
font-weight: 600;
color: #fff;
font-family: var(--creote-family-one);
}
.link_box_contents.style_two .link_content_bx .con_box a i {
position: relative;
top: 2px;
font-size: 18px;
left: 5px;
} .contact_list {
position: relative;
}
.contact_list.type_one .same_contact, .contact_list.type_two .same_contact {
position: relative;
}
.contact_list.type_one .same_contact a, .contact_list.type_one .same_contact p, .contact_list.type_two .same_contact a, .contact_list.type_two .same_contact p {
font-size: 15px;
display: block;
color: var(--text-color-dark);
line-height: 26px;
padding-left: 25px;
margin-bottom: 0px;
}
.contact_list.type_one .same_contact a span, .contact_list.type_one .same_contact p span, .contact_list.type_two .same_contact a span, .contact_list.type_two .same_contact p span {
font-size: 16px;
color: #00489a;
position: absolute;
margin-right: 6px;
top: 0;
bottom: 0;
left: 0;
height: 18px;
line-height: 18px;
width: 20px;
text-align: center;
margin: auto;
display: block;
}
.contact_list.type_two .same_contact a, .contact_list.type_two .same_contact p {
padding-left: 45px;
}
.contact_list.type_two .same_contact a span, .contact_list.type_two .same_contact p span {
width: 35px;
height: 35px;
border: 1px dashed #00489a;
border-radius: 50px;
line-height: 35px;
left: 0;
} .image_box_carousel_content:before {
position: absolute;
bottom: 23px;
left: 0;
background: var(--primary-color-three);
width: 100%;
height: 1px;
content: "";
}
.image_box_carousel_content.arrow_disable .owl-nav {
display: none !important;
}
.image_box_carousel_content.arrow_disable .mg_image_box {
margin-bottom: 10px !important;
}
.image_box_carousel_content.arrow_disable:before {
display: none !important;
}
.image_box_carousel_content .theme_carousel .owl-prev, .image_box_carousel_content .theme_carousel .owl-next {
text-align: center;
position: absolute;
font-family: "FontAwesome" !important;
width: 50px;
height: 50px;
line-height: 50px;
background: var(--primary-color-three) !important;
font-size: 22px;
color: var(--primary-color-two);
border-radius: 50%;
display: inline-block;
background: none;
}
.image_box_carousel_content .theme_carousel .owl-prev span, .image_box_carousel_content .theme_carousel .owl-next span {
display: none;
}
.image_box_carousel_content .theme_carousel .owl-prev::before, .image_box_carousel_content .theme_carousel .owl-prev::after, .image_box_carousel_content .theme_carousel .owl-next::before, .image_box_carousel_content .theme_carousel .owl-next::after {
position: absolute;
font-family: "FontAwesome" !important;
font-size: 22px;
color: var(--primary-color-two);
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
height: 22px;
line-height: 22px;
}
.image_box_carousel_content .theme_carousel .owl-prev {
left: 0px;
}
.image_box_carousel_content .theme_carousel .owl-next {
right: 0px;
}
.image_box_carousel_content .theme_carousel .owl-nav {
text-align: center;
height: 50px;
width: 120px;
position: relative;
display: inherit;
margin: auto;
}
.image_box_carousel_content .theme_carousel .owl-next::before {
content: "\f105";
}
.image_box_carousel_content .theme_carousel .owl-prev::before {
content: "\f104";
}
.image_box_carousel_content.image_covered .mg_image_box .image_box img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.image_box_carousel_content .mg_image_box:hover {
transform: unset !important;
}
.mg_image_box {
position: relative;
padding: 0px;
text-align: center;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
border-radius: 5px;
overflow: hidden;
margin-bottom: 50px;
box-shadow: var(--box-shadow-two);
}
.mg_image_box .image_box {
position: relative;
overflow: hidden;
height: 300px;
width: 100%;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.mg_image_box .image_box img {
width: 100%;
height: auto;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
opacity: 1;
}
.mg_image_box .image_box .ab_link {
position: absolute !important;
width: 100%;
height: 100%;
z-index: 4;
left: 0;
top: 0;
bottom: 0;
right: 0;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.mg_image_box .image_box .ab_link span {
width: 50px;
height: 50px;
border-radius: 50px;
background: #00489a;
color: #fff;
font-size: 20px;
position: absolute;
top: 20px;
right: 0;
bottom: 0;
left: 0;
margin: auto;
line-height: 50px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
opacity: 0;
transform: translateY(-10px);
}
.mg_image_box h2 {
position: absolute;
display: inline-block;
padding: 10px 18px;
background: var(--primary-color-two);
bottom: 0;
line-height: normal;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
left: -100%;
}
.mg_image_box h2 a {
font-size: 18px;
font-family: var(--creote-family-one);
font-weight: 600;
line-height: 28px;
color: #fff;
display: block;
}
.mg_image_box .tag {
position: absolute;
top: 0;
right: 0;
padding: 8px 14px;
background: #00489a;
border-radius: 0px 0px 0px 10px;
color: #fff;
}
.mg_image_box:hover {
transform: translateY(-10px);
}
.mg_image_box:hover h2 {
left: 0;
}
.mg_image_box:hover .image_box img {
opacity: 0.5;
}
.mg_image_box:hover .image_box .ab_link span {
opacity: 1;
transform: translateY(0px);
}
.image_grid_content .row {
--bs-gutter-x: 1.5rem!important;
}
.image_grid_content .mg_image_box {
margin-bottom: 30px;
}
.image_grid_content.image_covered .mg_image_box .image_box img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.image_grid_content.style_two .mg_image_box {
position: relative;
box-shadow: unset !important;
border-radius: 0px;
text-align: left;
}
.image_grid_content.style_two .mg_image_box .content {
position: absolute;
left: 0;
bottom: 0;
padding: 20px;
background: unset !important;
width: 100%;
height: auto;
}
.image_grid_content.style_two .mg_image_box h3 {
line-height: normal;
}
.image_grid_content.style_two .mg_image_box h3 a {
font-size: 18px;
color: var(--heading-dark);
margin-bottom: 15px;
font-weight: 700;
line-height: 30px;
display: block;
}
.image_grid_content.style_two .mg_image_box .tag {
position: relative;
top: unset;
bottom: unset;
display: inline-block;
padding: 5px 18px;
border-radius: 10px 0px 10px 0px;
background: #00489a;
color: #fff;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.image_grid_content.style_two .mg_image_box:hover h2 a {
color: #00489a;
} .list_item_box {
position: relative;
}
.list_item_box.style_one ul {
position: relative;
margin: 0px 0px 0px 0px !important;
padding: 0px !important;
border: 0px !important;
}
.list_item_box.style_one ul li {
list-style: none;
line-height: normal;
margin-bottom: 15px;
border-bottom: 0px !important;
}
.list_item_box.style_one ul li a {
font-size: 15px !important;
line-height: 25px !important;
color: var(--text-color-dark) !important;
display: inline-block !important;
padding: 0px !important;
}
.list_item_box.style_one ul li span {
position: relative;
display: inline-block;
left: 8px;
padding: 3px 16px;
border-radius: 30px;
background: #00489a;
color: #fff;
font-size: 12px;
line-height: 22px;
text-transform: uppercase;
font-family: var(--creote-family-two);
}
.list_item_box.style_two {
position: relative;
}
.list_item_box.style_two.style_linline li {
display: inline-block;
padding-right: 20px;
}
.list_item_box.style_two.list li {
display: block;
padding-bottom: 20px;
}
.list_item_box.style_two li {
position: relative;
list-style: none;
}
.list_item_box.style_two li .d-flex {
justify-content: unset !important;
}
.list_item_box.style_two li small .icon_bx {
min-width: 20px;
margin-right: 10px;
}
.list_item_box.style_two li small .icon_bx img {
min-width: 20px;
width: 20px;
}
.list_item_box.style_two li small .icon_bx i {
min-width: 20px;
font-size: 18px;
color: #00489a;
}
.list_item_box.style_two li small span {
position: relative;
}
.list_item_box.style_two li a {
font-size: 16px;
color: #fff;
}
.list_item_box.style_two li a span {
position: relative;
display: inline-block;
margin-left: 5px;
margin-right: 5px;
top: -2px;
padding: 3px 16px;
border-radius: 30px;
background: #00489a;
color: #fff;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
font-family: var(--creote-family-two);
}
.list_item_box.light_color.style_one ul li a {
color: var(--color-white) !important;
}
.list_item_box.light_color.style_one ul li span {
background: var(--color-white);
color: #00489a;
}
.list_item_box.light_color.style_two ul li small .icon_bx i {
min-width: 20px;
font-size: 18px;
color: var(--color-white);
}
.list_item_box.light_color.style_two ul li small span {
color: var(--color-white);
}
.list_item_box.light_color.style_two ul li a {
font-size: 16px;
color: var(--color-white);
}
.list_item_box.light_color.style_two ul li a span {
background: var(--color-white);
color: #00489a;
}
.list_items_new_box {
position: relative;
margin: 0;
padding: 0;
}
.list_items_new_box.type_one li {
display: block;
padding-bottom: 12px;
position: relative;
margin: 0px;
}
.list_items_new_box.type_one li a {
display: block;
color: var(--text-color-dark);
font-size: 16px;
line-height: 26px;
padding-left: 28px;
position: relative;
}
.list_items_new_box.type_one li a span {
position: absolute;
content: "";
left: 0;
font-size: 18px;
font-weight: 500;
top: 2px;
line-height: 26px;
color: #00489a;
}
.list_items_new_box.type_one li:last-child {
padding-bottom: 0;
}
.list_items_new_box.display_inline li {
display: inline-block !important;
margin-right: 15px;
}
.list_items_new_box.display_inline li a {
position: relative;
padding-left: 22px;
display: flex;
}
.list_items_new_box.display_inline li:last-child {
margin-right: 0px;
}
.owl-nav {
pointer-events: none;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
pointer-events: fill;
}
.map {
position: relative;
}
.map iframe {
width: 100%;
height: 500px;
border-radius: 15px;
}
.owl_new_one .owl-carousel .owl-nav .owl-prev {
margin-right: 5px;
}
.owl_new_one .owl-carousel .owl-nav .owl-next {
margin-left: 5px;
}
.owl_new_one .owl-carousel .owl-nav .owl-prev,
.owl_new_one .owl-carousel .owl-nav .owl-next {
display: inline-block;
position: relative;
font-weight: 600;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
color: var(--heading-dark);
background: var(--primary-color-three);
border-radius: 5px;
border-radius: 50%;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.owl_new_one .owl-carousel .owl-nav .owl-prev::before,
.owl_new_one .owl-carousel .owl-nav .owl-next::before {
position: absolute;
font-family: "FontAwesome" !important;
width: 50px;
text-align: center;
line-height: 50px;
height: 50px;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
font-size: 16px;
}
.owl_new_one .owl-carousel .owl-nav .owl-prev:after,
.owl_new_one .owl-carousel .owl-nav .owl-next:after {
display: block;
}
.owl_new_one .owl-carousel .owl-nav .owl-prev span,
.owl_new_one .owl-carousel .owl-nav .owl-next span {
display: none;
}
.owl_new_one .owl-carousel .owl-nav .owl-prev:hover,
.owl_new_one .owl-carousel .owl-nav .owl-next:hover {
background: #00489a;
color: var(--color-white);
}
.owl_new_one .owl-carousel .owl-nav .owl-next::before {
content: "\f105";
}
.owl_new_one .owl-carousel .owl-nav .owl-prev::before {
content: "\f104";
}
.owl_new_one .owl-nav {
display: block !important;
}
.owl_dots_block .owl-dots {
display: block !important;
}
.owl_nav_none .owl-nav {
display: none !important;
}
.owl_dots_none .owl-dots {
display: none !important;
}
.owl_dots_block .owl-dots {
position: relative;
text-align: center;
margin-top: 25px;
}
.owl_dots_block .owl-dots .owl-dot {
position: relative;
width: 9px;
height: 9px;
margin: 0px 5px;
display: inline-block;
border-radius: 50%;
background-color: var(--primary-color-three);
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.owl_dots_block .owl-dots .owl-dot:hover,
.owl_dots_block .owl-dots .owl-dot.active {
position: relative;
width: 22px;
height: 8px;
border-radius: 10px;
background: #00489a;
}
.owl_new_one .owl-carousel.owl_nav_none .owl-nav {
display: none !important;
}
.owl_new_one .owl-carousel.owl_dots_none .owl-dots {
display: none !important;
}
.owl_new_one .owl-carousel.owl_nav_block .owl-nav {
display: block !important;
}
.owl_new_one .owl-carousel.owl_dots_block .owl-dots {
display: block !important;
}
.owl_new_one .owl-carousel .owl-nav {
position: relative;
padding-top: 40px;
text-align: center;
}
.owl_new_one .owl_type_one .owl-nav {
position: relative;
}
.owl_new_one .owl_type_one .owl-dots {
position: relative;
}
.owl_new_one .owl_type_two .owl-nav {
position: absolute;
width: 100%;
top: 0%;
bottom: 0;
height: 50px;
margin: auto;
left: 0;
}
.owl_new_one .owl_type_two .owl-nav .owl-next, .owl_new_one .owl_type_two .owl-nav .owl-prev {
position: absolute !important;
display: block !important;
}
.owl_new_one .owl_type_two .owl-nav .owl-prev {
left: 0 !important;
}
.owl_new_one .owl_type_two .owl-nav .owl-next {
right: 0 !important;
}
.owl_type_two.owl_dots_block .owl-nav {
top: 36%;
}
.owl_new_one .owl_type_two .owl-nav .owl-next {
right: -20px;
top: 0;
}
.owl_new_one .owl_type_two .owl-nav .owl-prev {
left: -20px;
top: 0;
}
.owl_new_one .owl_type_two .owl-dots {
position: relative;
}
.owl_type_three .owl-nav {
position: absolute;
top: -100px;
right: 0px;
}
.owl_type_three .owl-dots {
position: relative;
}
.owl_type_four .owl-nav {
position: absolute;
padding-top: 0px;
top: -100px;
left: 0px;
}
.owl_type_four .owl-nav, .owl_type_three .owl-nav {
padding-top: 0px;
}
.owl_type_four .owl-nav .owl-prev, .owl_type_four .owl-nav .owl-next, .owl_type_three .owl-nav .owl-prev, .owl_type_three .owl-nav .owl-next {
position: relative;
}
.owl_type_four .owl-dots {
position: relative;
}
@media (max-width: 992px) {
.owl_new_one .owl_type_two .owl-nav {
position: relative;
width: 100%;
top: inherit;
left: inherit;
}
.owl_new_one .owl_type_two .owl-nav .owl-next {
position: relative;
right: inherit;
top: inherit;
}
.owl_new_one .owl_type_two .owl-nav .owl-prev {
position: relative;
left: inherit;
top: inherit;
}
.owl_type_three .owl-nav {
position: relative;
right: inherit;
top: inherit;
}
.owl_type_four .owl-nav {
left: inherit;
position: relative;
top: inherit;
}
} @keyframes rotateme {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.icon_bg_rotate {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: all 0.6s ease-in-out;
}
.icon_bg_rotate::before {
position: absolute;
content: "";
height: 12px;
width: 12px;
border-radius: 50%;
top: 14px;
right: 8px;
background: #00489a;
transition: all 0.6s ease-in-out;
}
.icon_bg_rotate {
animation-name: rotateme;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
} .image_box_new {
position: relative;
}
.image_box_new.type_three {
position: relative;
border-radius: 10px;
overflow: hidden;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.image_box_new.type_three::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: var(--heading-dark);
opacity: 0.8;
}
.image_box_new.type_three .image_box {
position: relative;
overflow: hidden;
border-radius: 10px;
}
.image_box_new.type_three .image_box img {
border-radius: 10px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.image_box_new.type_three .image_box:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
background: var(--heading-dark);
border-top-left-radius: 6px;
border-top-right-radius: 6px;
opacity: 0.8;
top: 0;
}
.image_box_new.type_three .col-lg-5 {
text-align: right;
}
.image_box_new.type_three .content_box {
position: relative;
padding: 50px;
z-index: 10;
}
.image_box_new.type_three .content_box .video-inner a {
background: #00489a;
}
.image_box_new.type_three .content_box .row {
-ms-flex-align: center !important;
position: relative;
height: 100%;
align-items: center !important;
display: flex;
display: -ms-flexbox;
}
.image_box_new.type_three .content_box h1 {
color: var(--color-white);
margin-bottom: 20px;
font-weight: 700;
}
.image_box_new.type_three .content_box p {
color: var(--color-white);
margin-bottom: 20px;
}
.image_box_new.type_three .content_box a.read_more {
color: var(--color-white);
}
.image_box_new.type_three .content_box a.read_more span {
margin-left: 8px;
position: relative;
display: inline-block;
font-size: 16px;
transition: all 0.6s ease-in-out;
z-index: 1;
}
.image_box_new.type_three .content_box_inner {
position: relative;
}
.image_box_new.type_two {
position: relative;
margin-top: 50px;
padding-bottom: 80px;
display: inline-block;
}
.image_box_new.type_two img {
border-radius: 10px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
height: 500px;
width: 380px;
-o-object-fit: cover;
object-fit: cover;
}
.image_box_new.type_two .image.one {
position: relative;
z-index: 10;
float: left;
}
.image_box_new.type_two .image.two {
position: absolute;
top: 80px;
right: -200px;
z-index: 1;
transition: all 0.6s ease-in-out;
}
.image_box_new.type_two .image.two::before {
position: absolute;
content: "";
width: 100%;
height: 111%;
right: 119px;
top: -100px;
border-radius: 20px;
background: var(--color-white);
z-index: -11;
}
.image_box_new.type_two .video-inner {
position: absolute;
top: 0%;
left: 0%;
bottom: 0;
right: 0;
height: 100px;
width: 100px;
margin: auto;
z-index: 1;
text-align: center;
line-height: 100px;
}
.image_box_new.type_two .video-inner a {
background: #00489a;
}
.image_box_new.type_two .quote {
position: absolute;
bottom: 0px;
padding: 30px 30px 30px;
left: 0;
text-align: center;
width: 100%;
z-index: 0;
background: #fff;
border-radius: 10px;
}
.image_box_new.type_two .quote h2 {
font-size: 22px;
line-height: 34px;
margin: 0px;
}
.image_box_new.type_four .left, .image_box_new.type_four .right {
width: 50%;
float: left;
}
.image_box_new.type_four .left {
padding-right: 10px;
}
.image_box_new.type_four .left img {
padding-bottom: 20px;
height: 270px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.image_box_new.type_four .video-inner {
position: absolute;
top: -42px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 70px;
height: 70px;
}
.image_box_new.type_four .video-inner a {
background: var(--color-white);
color: #00489a;
}
.image_box_new.type_four .video-inner a::after {
box-shadow: unset !important;
}
.image_box_new.type_four .right {
padding-left: 10px;
}
.image_box_new.type_four .right img {
padding-bottom: 0px;
width: 100%;
height: 520px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.image_box_new.type_five .left, .image_box_new.type_five .right {
width: 50%;
float: left;
}
.image_box_new.type_five img {
padding-bottom: 20px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.image_box_new.type_five .left {
padding-right: 10px;
padding-top: 30px;
}
.image_box_new.type_five .left img {
padding-bottom: 0px;
height: 550px;
}
.image_box_new.type_five .right {
padding-left: 10px;
}
.image_box_new.type_five .right img {
height: 300px;
}
.image_box_new.type_five .card {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #00489a;
width: 100%;
height: 100%;
border-radius: 0px;
padding: 30px 20px;
box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}
.image_box_new.type_five .card .percent {
position: relative;
}
.image_box_new.type_five .card svg {
position: relative;
width: 210px;
height: 210px;
transform: rotate(-90deg);
}
.image_box_new.type_five .card svg circle {
width: 100%;
height: 100%;
fill: none;
stroke: rgba(255, 255, 255, 0.07);
stroke-width: 10;
stroke-linecap: round;
}
.image_box_new.type_five .card svg circle:last-of-type {
stroke-dasharray: 625px;
stroke-dashoffset: calc(625px - 625px * var(--percent) / 100);
stroke: var(--color-white);
}
.image_box_new.type_five .card .number {
position: absolute;
top: 0%;
left: 0%;
bottom: 0;
right: 0;
margin: auto;
height: 40px;
width: 120px;
text-align: center;
}
.image_box_new.type_five .card .number h3 {
font-weight: 600;
font-size: 40px;
line-height: 50px;
color: var(--color-white);
margin: 0px;
}
.image_box_new.type_five .card .number h3 span {
font-size: 20px;
padding-left: 3px;
}
.image_box_new.type_five .card .title h2 {
margin: 25px 0 10px;
color: var(--color-white);
font-size: 22px;
line-height: 32px;
font-weight: 600;
}
.image_box_new.type_five .card p {
color: var(--color-white);
margin: 0px;
}
.image_box_new.type_five .card:nth-child(1) svg circle:last-of-type {
stroke: var(--color-white);
}
.image_box_new.type_five .card:nth-child(2) svg circle:last-of-type {
stroke: var(--color-white);
}
.image_box_new.type_one {
position: relative;
margin-bottom: 100px;
z-index: 1;
}
.image_box_new.type_one .image_one {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}
.image_box_new.type_one .image_one .year_experience {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
padding: 20px;
}
.image_box_new.type_one .image_one .year_experience h2 {
font-size: 18px;
line-height: 26px;
border-radius: 0px 10px 0px;
background: #00489a;
color: var(--color-white);
text-align: center;
font-family: var(--creote-family-two);
padding: 10px 25px;
}
.image_box_new.type_one .image_one img {
border-radius: 6px;
height: 550px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.image_box_new.type_one .video-inner {
position: absolute;
content: "";
bottom: -30px;
right: 20px;
}
.image_box_new.type_one .video-inner a {
background: #00489a;
}
.image_box_new.type_one .image_two {
position: absolute;
overflow: hidden;
border-radius: 6px;
bottom: -80px;
left: 20px;
width: 300px;
height: 200px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}
.image_box_new.type_one .image_two img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media (max-width: 992px) {
.image_box.type_three .video-inner {
text-align: left !important;
}
.image_box.type_three .content_box_inner {
margin-bottom: 30px;
}
} .info_section {
position: relative;
}
.info_section.type_one .info-box {
position: relative;
background: var(--color-white);
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.07);
padding: 30px;
text-align: center;
border-radius: 6px;
overflow: hidden;
transition: all 0.5s ease-in-out;
margin-bottom: 30px;
}
.info_section.type_one .info-box .hidden-icon {
display: none;
}
.info_section.type_one .info-box .icon_box {
position: relative;
margin-bottom: 20px;
}
.info_section.type_one .info-box .icon_box i {
font-size: 40px;
display: block;
line-height: 80px;
width: 80px;
height: 80px;
margin: auto;
border-radius: 50px;
border: 1px dashed var(--border-color-dark);
color: #00489a;
transition: all 0.5s ease-in-out;
}
.info_section.type_one .info-box h4 {
font-size: 22px;
line-height: 30px;
margin-bottom: 3px;
}
.info_section.type_one .info-box span {
margin-bottom: 20px;
padding-bottom: 20px;
color: #00489a;
font-style: italic;
display: block;
border-bottom: 1px dashed var(--border-color-dark);
transition: all 0.5s ease-in-out;
}
.info_section.type_one .info-box p {
margin-bottom: 6px;
}
.info_section.type_one .info-box p a {
color: var(--text-color-dark);
transition: all 0.5s ease-in-out;
}
.info_section.type_one .info-box.active, .info_section.type_one .info-box:hover {
background: #00489a;
}
.info_section.type_one .info-box.active .icon_box i, .info_section.type_one .info-box:hover .icon_box i {
color: var(--color-white);
border: 1px dashed var(--color-white);
}
.info_section.type_one .info-box.active h4, .info_section.type_one .info-box.active span, .info_section.type_one .info-box.active p, .info_section.type_one .info-box.active a, .info_section.type_one .info-box:hover h4, .info_section.type_one .info-box:hover span, .info_section.type_one .info-box:hover p, .info_section.type_one .info-box:hover a {
color: var(--color-white);
}
.info_section.type_two {
position: relative;
}
.info_section.type_two .hidden-icon {
position: absolute;
bottom: 0;
right: 0;
}
.info_section.type_two .hidden-icon i {
font-size: 70px;
line-height: 70px;
color: #00489a;
opacity: 0.04;
transition: all 0.5s ease-in-out;
}
.info_section.type_two .info-box {
position: relative;
padding: 30px;
border-radius: 5px;
background: var(--color-white);
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.04);
overflow: hidden;
transition: all 0.5s ease-in-out;
margin-bottom: 30px;
}
.info_section.type_two .info-box h4, .info_section.type_two .info-box span {
transition: all 0.5s ease-in-out;
}
.info_section.type_two .info-box .box {
position: relative;
margin-bottom: 15px;
}
.info_section.type_two .info-box .heading-box {
position: relative;
margin-left: 65px;
}
.info_section.type_two .info-box .text {
position: relative;
}
.info_section.type_two .info-box .text p {
margin-bottom: 6px;
}
.info_section.type_two .info-box .text p:last-child {
margin-bottom: 0px;
}
.info_section.type_two .info-box .text p, .info_section.type_two .info-box .text a {
color: var(--text-color-dark);
}
.info_section.type_two .info-box .icon_box {
float: left;
position: relative;
height: 50px;
width: 50px;
}
.info_section.type_two .info-box .icon_box i {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
color: #00489a;
font-size: 50px;
line-height: 50px;
transition: all 0.5s ease-in-out;
}
.info_section.type_two .info-box:hover, .info_section.type_two .info-box.active {
background: #00489a;
}
.info_section.type_two .info-box:hover h4, .info_section.type_two .info-box:hover span, .info_section.type_two .info-box:hover a, .info_section.type_two .info-box:hover p, .info_section.type_two .info-box.active h4, .info_section.type_two .info-box.active span, .info_section.type_two .info-box.active a, .info_section.type_two .info-box.active p {
color: var(--color-white);
}
.info_section.type_two .info-box:hover .hidden-icon i, .info_section.type_two .info-box.active .hidden-icon i {
font-size: 100px;
line-height: 100px;
color: var(--color-white);
opacity: 0.07;
}
.info_section.type_two .info-box:hover .icon_box i, .info_section.type_two .info-box.active .icon_box i {
color: var(--color-white);
}
.info_section.border_disable.type_one .info-box, .info_section.border_disable.type_two .info-box {
border-radius: 0px;
} .contact_form_box label {
display: block;
padding: 0px;
margin: 0px;
}
.contact_form_box.type_one {
position: relative;
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.04);
display: flex;
display: -ms-flexbox;
}
.contact_form_box.type_one .heading {
margin-bottom: 20px;
}
.contact_form_box.type_one .image_box {
position: relative;
min-width: 40%;
}
.contact_form_box.type_one .image_box img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.contact_form_box.type_one .contact_inner_box {
position: relative;
padding: 60px 40px;
}
.contact_form_box.type_one .contact_inner_box h6 {
font-size: 16x;
line-height: 34px;
margin-bottom: 5px;
color: #00489a;
}
.contact_form_box.type_one .contact_inner_box h2 {
font-size: 36px;
line-height: 48px;
margin-bottom: 20px;
}
.contact_form_box.type_one .wpcf7-form-control-wrap {
position: relative;
margin-bottom: 15px;
display: block;
}
.contact_form_box.type_one .wpcf7-form-control-wrap input,
.contact_form_box.type_one .wpcf7-form-control-wrap textarea,
.contact_form_box.type_one .wpcf7-form-control-wrap select {
height: 54px;
line-height: 26px;
color: var(--text-color-dark);
width: 100%;
display: block !important;
background: var(--color-white);
border: 1px solid var(--border-color-dark);
border-radius: 0px;
padding: 0px 20px;
}
.contact_form_box.type_one .wpcf7-form-control-wrap textarea {
height: 200px;
padding: 20px 20px 0px;
}
.contact_form_box.type_one .wpcf7-submit {
width: unset !important;
margin-top: 30px;
display: inline-block;
}
.contact_form_box.type_one .emergrncy_contact {
position: absolute;
bottom: 50px;
right: 40px;
display: flex;
display: -ms-flexbox;
align-items: center !important;
}
.contact_form_box.type_one .emergrncy_contact h6 span {
font-size: 22px;
line-height: 30px;
color: var(--heading-dark);
margin-bottom: 4px;
display: block;
}
.contact_form_box.type_one .emergrncy_contact h6 a {
display: block;
font-size: 30px;
line-height: 40px;
color: #00489a;
}
.contact_form_box.type_one .emergrncy_contact small {
font-size: 114px;
line-height: 65px;
color: var(--heading-dark);
position: absolute;
opacity: 0.05;
left: 0;
right: 0;
margin: auto;
display: block;
} .faqs_accordion {
padding-left: 0px;
}
.faqs_accordion .accordion-content.hide {
display: none;
}
.faq_box_all.border_enable .faqs_accordion.type_one .article-title {
border-radius: 5px;
}
.faq_box_all.border_enable .faqs_accordion.type_one .article-title.active {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.faq_box_all.border_enable .faqs_accordion.type_one .accordion-content {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.faqs_accordion.type_one .article-title {
transition: all 0.6s ease-in-out;
position: relative;
background: var(--color-white);
padding: 20px 60px 20px 50px;
width: 100%;
display: block;
text-align: left;
border-radius: 0px;
cursor: pointer;
color: var(--heading-dark);
font-size: 20px;
line-height: 28px;
border: 1px solid var(--border-color-dark);
font-weight: 600;
font-family: var(--creote-family-one);
margin-bottom: 10px;
}
.faqs_accordion.type_one .article-title .title_box {
position: relative;
}
.faqs_accordion.type_one .article-title .title_box .faq_no {
position: absolute;
left: -30px;
top: 0;
font-size: 30px;
margin-top: auto;
margin-bottom: auto;
color: transparent;
-webkit-text-stroke: 1px var(--heading-dark);
opacity: 0.2;
bottom: 0;
height: 30px;
line-height: 30px;
margin: auto;
}
.faqs_accordion.type_one .article-title:before {
position: absolute;
content: "\e964";
font-family: "icomoon";
font-size: 16px;
color: #00489a;
right: 20px;
transition: all 0.6s ease-in-out;
}
.faqs_accordion.type_one .article-title.active, .faqs_accordion.type_one .article-title:hover {
background: #00489a;
border-color: #00489a;
color: var(--color-white);
}
.faqs_accordion.type_one .article-title.active span, .faqs_accordion.type_one .article-title:hover span {
color: var(--color-white);
}
.faqs_accordion.type_one .article-title.active:before, .faqs_accordion.type_one .article-title:hover:before {
transform: rotate(90deg);
color: var(--color-white);
}
.faqs_accordion.type_one .article-title.active .title_box .faq_no, .faqs_accordion.type_one .article-title:hover .title_box .faq_no {
opacity: 0.8;
-webkit-text-stroke: 1px var(--color-white);
}
.faqs_accordion.type_one .article-title.active {
margin-bottom: 0px;
}
.faqs_accordion.type_one .accordion-content {
padding: 20px;
background: #fff;
border: 1px solid var(--border-color-dark);
}
.faqs_accordion.light_color .article-title {
background: rgba(255, 255, 255, 0.031372549) !important;
border-radius: 5px;
border-color: rgba(255, 255, 255, 0.1098039216) !important;
}
.faqs_accordion.light_color .article-title:before {
color: #FFFFFF !important;
}
.faqs_accordion.light_color .article-title .title_box {
color: #FFFFFF !important;
}
.faqs_accordion.light_color .article-title .title_box .faq_no {
-webkit-text-stroke: 1px #FFFFFF !important;
opacity: 1;
}
.faqs_accordion.light_color .accordion-content {
background: rgba(255, 255, 255, 0.0392156863) !important;
border-color: rgba(255, 255, 255, 0.168627451) !important;
color: #FFFFFF !important;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.faqs_accordion.light_color .article-title.active, .faqs_accordion.light_color .article-title:hover {
background: #00489a !important;
border-color: #00489a !important;
}  .fun_facts_box.type_one {
position: relative;
padding: 30px;
border-radius: 6px;
background: var(--color-white);
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
margin-right: 35px;
border-radius: 6px;
margin-bottom: 30px;
}
.fun_facts_box.type_one .icon_bx {
position: absolute;
right: -35px;
}
.fun_facts_box.type_one .icon_bx small {
font-size: 40px;
width: 70px;
height: 70px;
border-radius: 50%;
line-height: 70px;
background: #00489a;
text-align: center;
display: block;
color: var(--color-white);
border-radius: 6px;
}
.fun_facts_box.type_one .icon_bx img {
width: 40px;
}
.fun_facts_box.type_one .content_box {
position: relative;
}
.fun_facts_box.type_one .content_box h2 {
position: relative;
font-size: 22px;
font-weight: 700;
line-height: 30px;
margin-bottom: 10px;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.fun_facts_box.type_one .content_box h6 {
position: relative;
font-size: 50px;
font-weight: 700;
line-height: 60px;
margin-bottom: 10px;
color: #00489a;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.fun_facts_box.type_one .content_box h6 span {
color: var(--heading-dark);
}
.fun_facts_box.type_two {
position: relative;
}
.fun_facts_box.type_two .upper_content {
position: relative;
margin-bottom: 10px;
}
.fun_facts_box.type_two .upper_content .icon_bx {
float: left;
position: relative;
}
.fun_facts_box.type_two .upper_content .icon_bx small {
font-size: 60px;
display: block;
color: #00489a;
line-height: 60px;
}
.fun_facts_box.type_two .upper_content .icon_bx img {
width: 60px;
}
.fun_facts_box.type_two .upper_content .text_box {
margin-left: 80px;
position: relative;
}
.fun_facts_box.type_two .upper_content .text_box h6 {
font-size: 30px;
line-height: 30px;
margin-bottom: 5px;
}
.fun_facts_box.type_two .upper_content .text_box h2 {
font-size: 20px;
line-height: 30px;
font-weight: 600;
} .icon_carousel_box_all {
position: relative;
}
.owl-carousel .owl-dots .owl-dot {
background: #00489a;
opacity: 0.1;
}
.owl-carousel .owl-dots .owl-dot.active {
opacity: 1;
}
.owl-carousel.one_items .icon_caro.type_one {
margin: 0px 10px 20px 0px;
}
.icon_caro.type_one {
position: relative;
padding: 30px;
background: #00489a;
border-radius: 10px;
}
.icon_caro.type_one .icon {
position: relative;
float: left;
}
.icon_caro.type_one .icon small {
line-height: 60px;
position: relative;
text-align: center;
display: block;
color: var(--color-white);
font-size: 60px;
}
.icon_caro.type_one .icon img {
width: 60px;
}
.icon_caro.type_one .text {
position: relative;
margin-left: 80px;
}
.icon_caro.type_one .text h2 a {
font-size: 22px;
color: var(--color-white);
display: block;
line-height: 30px;
font-weight: 700;
margin-bottom: 14px;
}
.icon_caro.type_one .text p {
font-size: 16px;
color: var(--color-white);
margin: 0px;
}
.icon_caro.type_one a.read_more {
color: var(--color-white);
margin-top: 15px;
display: inline-block;
}
.icon_caro.type_one a.read_more::after {
top: -6px;
background: #00489a;
}
.icon_caro.type_one a.read_more:hover {
color: var(--heading-dark);
} .icon_box_new_box.type_one {
position: relative;
margin-top: 15px;
margin-bottom: 10px;
}
.icon_box_new_box.type_one .icon_bx {
position: relative;
margin-bottom: 20px;
z-index: 0;
}
.icon_box_new_box.type_one .icon_bx small {
font-size: 60px;
position: relative;
line-height: 60px;
display: inline-block;
color: #00489a;
margin-bottom: 15px;
}
.icon_box_new_box.type_one .icon_bx span {
background: var(--primary-color-three);
position: absolute;
content: "";
border-radius: 50px;
width: 80px;
height: 80px;
left: 10px;
top: -10px;
z-index: -10;
}
.icon_box_new_box.type_one h2 a {
font-size: 22px;
font-weight: 700;
display: block;
color: var(--heading-dark);
margin-bottom: 6px;
}
.icon_box_new_box.type_one .svg_image {
width: 60px;
}
.icon_box_new_box.type_one a.read_more {
display: inline-block;
margin-top: 15px;
}
.icon_box_new_box.type_one a.read_more span {
display: inline-block;
position: relative;
top: 1px;
padding-left: 4px;
}
.icon_box_new_box.type_two {
position: relative;
padding: 60px 40px;
background: var(--color-white);
margin-bottom: 30px;
text-align: center;
border-radius: 10px;
transition: all 0.6s ease-in-out;
}
.icon_box_new_box.type_two .icon_box {
position: relative;
line-height: 110px;
border: 1px solid var(--border-color-dark);
width: 116px;
height: 116px;
border-radius: 50%;
left: 0px;
right: 0;
top: -10px;
display: block;
margin: 0 auto 15px;
padding: 12px;
transition: all 0.6s ease-in-out;
z-index: 10;
}
.icon_box_new_box.type_two span.icon {
position: relative;
display: block;
font-size: 40px;
line-height: 90px;
width: 90px;
height: 90px;
margin: 0 auto;
color: #00489a;
text-align: center;
background: var(--primary-color-three);
border-radius: 50px;
font-weight: 500;
transition: all 0.6s ease-in-out;
}
.icon_box_new_box.type_two .svg_image {
width: 60px;
margin: auto;
height: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
position: absolute;
}
.icon_box_new_box.type_two p {
margin-bottom: 20px;
}
.icon_box_new_box.type_two .content {
position: relative;
z-index: 10;
}
.icon_box_new_box.type_two .content h2 a {
font-size: 20px;
display: block;
color: var(--heading-dark);
line-height: 28px;
margin-bottom: 10px;
transition: all 0.6s ease-in-out;
}
.icon_box_new_box.type_two::before, .icon_box_new_box.type_two::after {
content: "";
width: 80px;
height: 80px;
position: absolute;
transition: all 0.2s linear;
}
.icon_box_new_box.type_two::after {
border-top: 2px solid var(--border-color-dark);
border-left: 2px solid var(--border-color-dark);
border-top-left-radius: 10px;
left: 0;
top: 0;
transition-duration: 0.4s;
}
.icon_box_new_box.type_two::before {
border-bottom: 2px solid var(--border-color-dark);
border-right: 2px solid var(--border-color-dark);
border-bottom-right-radius: 10px;
right: 0;
bottom: 0;
transition-duration: 0.4s;
}
.icon_box_new_box.type_two:hover::before, .icon_box_new_box.type_two:hover::after, .icon_box_new_box.type_two.box_actived::before, .icon_box_new_box.type_two.box_actived::after {
width: 100%;
height: 100%;
border-radius: 10px;
border-color: #00489a;
}
.icon_box_new_box.type_two span.borders::after {
right: 0;
bottom: 0;
transition-duration: 0.4s;
}
.icon_box_new_box.type_two:hover .icon_box, .icon_box_new_box.type_two.box_actived .icon_box {
border-color: #00489a;
}
.icon_box_new_box.type_two:hover .icon_box .icon_bg_rotate::before, .icon_box_new_box.type_two.box_actived .icon_box .icon_bg_rotate::before {
background: #00489a;
}
.icon_box_new_box.type_two:hover .icon_box span.icon, .icon_box_new_box.type_two.box_actived .icon_box span.icon {
background: #00489a;
color: var(--color-white);
}
.icon_box_new_box.type_two a.read_more span {
display: inline-block;
position: relative;
top: 1px;
padding-left: 4px;
}
.icon_box_new_box.type_three {
position: relative;
margin-bottom: 20px;
display: flex;
align-items: center;
}
.icon_box_new_box.type_three .icon_box {
position: relative;
min-width: 70px;
width: 70px;
height: 70px;
border-radius: 70px;
background: #00489a;
text-align: center;
transition: all 0.6s ease-in-out;
}
.icon_box_new_box.type_three .icon_box span {
font-size: 40px;
color: var(--color-white);
display: block;
text-align: center;
transition: all 0.6s ease-in-out;
line-height: 70px;
}
.icon_box_new_box.type_three .icon_box img {
width: 40px;
display: block;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.icon_box_new_box.type_three .content {
padding-left: 15px;
position: relative;
}
.icon_box_new_box.type_three .content h2 {
font-size: 22px;
line-height: 30px;
margin-bottom: 7px;
}
.icon_box_new_box.type_three .content p {
margin-bottom: 0px;
}
.icon_box_new_box.type_three .content a.read_more {
margin-top: 20px;
display: inline-block;
}
.icon_box_new_box.type_three .content a.read_more span {
display: inline-block;
position: relative;
top: 1px;
padding-left: 4px;
} .quote_box_new.type_one {
position: relative;
padding: 30px 40px;
border-radius: 6px;
background: #00489a;
margin-bottom: 15px;
}
.quote_box_new.type_one .description {
color: var(--color-white);
font-size: 20px;
line-height: 28px;
font-weight: 400;
margin-bottom: 15px;
display: block;
}
.quote_box_new.type_one h2 {
font-size: 14px;
line-height: 30px;
color: var(--color-white);
font-style: italic;
text-transform: uppercase;
}
.quote_box_new.type_one .quote_fonts {
position: absolute;
content: "";
right: 30px;
bottom: 20px;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
color: var(--color-white);
font-size: 30px;
text-align: center;
background: var(--primary-color-two);
}
.quote_box_new.type_two {
position: relative;
padding: 30px 30px;
background: var(--color-white);
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
border-top: 3px solid #00489a;
margin-bottom: 15px;
border-radius: 0px;
}
.quote_box_new.type_two .description {
margin-bottom: 25px;
position: relative;
text-align: center;
font-size: 18px;
kerning: 30px;
color: var(--heading-dark);
}
.quote_box_new.type_two small {
position: absolute;
left: 30px;
bottom: 10px;
font-size: 60px;
line-height: 60px;
color: var(--primary-color-three);
opacity: 0.6;
}
.quote_box_new.type_two h2 {
text-align: center;
margin-top: 15px;
font-size: 14px;
color: #00489a;
font-style: italic;
font-weight: 700;
text-transform: uppercase;
} .list_items_new_box {
position: relative;
margin: 0px;
padding: 0px;
}
.list_items_new_box.display_inline li {
display: inline-block !important;
}
.list_items_new_box.type_one li {
display: block;
padding-bottom: 12px;
position: relative;
}
.list_items_new_box.type_one li a {
display: block;
color: var(--text-color-dark);
font-size: 16px;
line-height: 26px;
padding-left: 28px;
position: relative;
}
.list_items_new_box.type_one li a span {
position: absolute;
content: "";
left: 0px;
font-size: 18px;
font-weight: 500;
top: 2px;
line-height: 26px;
color: #00489a;
}
.list_items_new_box.type_one li:last-child {
padding-bottom: 0px;
} .news_box ul {
padding-left: 0px;
}
.news_box.type_one, .news_box.type_three {
position: relative;
overflow: hidden;
border-radius: 6px;
margin-bottom: 30px;
background: var(--color-white);
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
}
.news_box.type_one .image_box, .news_box.type_three .image_box {
position: relative;
overflow: hidden;
display: block;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.news_box.type_one .image_box img, .news_box.type_three .image_box img {
height: 300px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.news_box.type_one .image_box:before, .news_box.type_three .image_box:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
bottom: 0;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
background-image: linear-gradient(to top, var(--primary-color-two), rgba(34, 34, 34, 0));
left: 0;
transform: translateY(0%);
}
.news_box.type_one .image_box .overlay:before, .news_box.type_three .image_box .overlay:before {
position: absolute;
width: 0%;
height: 100%;
right: -30px;
content: "";
top: 0;
background: var(--primary-color-two);
opacity: 0;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.news_box.type_one .image_box .post-category, .news_box.type_three .image_box .post-category {
position: absolute;
left: 30px;
bottom: 20px;
display: inline-block;
padding: 0px 20px;
height: 40px;
line-height: 22px;
text-align: center;
font-size: 16px;
background: #00489a;
z-index: 10;
border-radius: 5px;
}
.news_box.type_one .image_box .post-category a, .news_box.type_three .image_box .post-category a {
color: var(--color-white);
display: block;
line-height: 41px;
}
.news_box.type_one .image_box .post-category a i, .news_box.type_three .image_box .post-category a i {
margin-right: 5px;
}
.news_box.type_one .content_box, .news_box.type_three .content_box {
position: relative;
padding: 30px;
}
.news_box.type_one .content_box .post-info, .news_box.type_three .content_box .post-info {
position: relative;
margin-bottom: 15px;
}
.news_box.type_one .content_box .post-info li, .news_box.type_three .content_box .post-info li {
position: relative;
display: inline-block;
margin-right: 20px;
}
.news_box.type_one .content_box .post-info li i, .news_box.type_three .content_box .post-info li i {
font-size: 20px;
margin-right: 6px;
color: #00489a;
}
.news_box.type_one .content_box .post-info li a, .news_box.type_three .content_box .post-info li a {
color: var(--heading-dark);
}
.news_box.type_one .content_box .post-info li.authour_name, .news_box.type_three .content_box .post-info li.authour_name {
text-transform: capitalize;
}
.news_box.type_one .content_box .post-info li:last-child, .news_box.type_three .content_box .post-info li:last-child {
margin-right: 0px;
}
.news_box.type_one .content_box h2 a, .news_box.type_three .content_box h2 a {
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 700;
color: var(--heading-dark);
margin-bottom: 15px;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.news_box.type_one .content_box p, .news_box.type_three .content_box p {
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px dashed rgba(34, 34, 34, 0.1);
}
.news_box.type_one .content_box .continure_reading, .news_box.type_three .content_box .continure_reading {
float: left;
}
.news_box.type_one .content_box .comments, .news_box.type_three .content_box .comments {
float: right;
}
.news_box.type_one .content_box .comments i, .news_box.type_three .content_box .comments i {
font-size: 20px;
margin-right: 6px;
color: #00489a;
}
.news_box.type_one .content_box .comments a, .news_box.type_three .content_box .comments a {
color: var(--heading-dark);
}
.news_box.type_one:hover .image_box:before, .news_box.type_three:hover .image_box:before {
transform: translateY(100%);
opacity: 0;
}
.news_box.type_one:hover .image_box .overlay:before, .news_box.type_three:hover .image_box .overlay:before {
width: calc(100% + 60px);
left: -30px;
opacity: 0.8;
}
.news_box.type_one:hover .content_box .comments a, .news_box.type_one:hover .content_box .comments span, .news_box.type_three:hover .content_box .comments a, .news_box.type_three:hover .content_box .comments span {
color: var(--color-white);
}
.news_box.type_three {
border-radius: 0px;
}
.news_box.type_three .image_box {
border-radius: 0px;
}
.news_box.type_three .image_box .post-category {
border-radius: 0px;
top: 30px;
}
.news_box.type_three .content_box .post-info {
background: var(--color-white);
margin-top: -4rem;
padding: 20px 25px 10px;
}
.news_box.type_two {
position: relative;
padding: 30px 30px 30px;
border-radius: 5px;
background: var(--primary-color-three);
border: 1px solid var(--border-color-dark);
margin-bottom: 30px;
overflow: hidden;
cursor: pointer;
}
.news_box.type_two .image_box {
position: relative;
margin-bottom: 20px;
padding-bottom: 20px;
display: flex;
display: -ms-flexbox;
border-bottom: 1px solid var(--border-color-dark);
align-items: center !important;
}
.news_box.type_two .image_box .image_box_inner {
border-radius: 50%;
overflow: hidden;
width: 70px;
height: 70px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
margin-right: 15px;
}
.news_box.type_two .image_box .image_box_inner img {
width: 100%;
display: block;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.news_box.type_two .image_box .authour_details {
position: relative;
padding-top: 8px;
}
.news_box.type_two .image_box .authour_details h6 {
margin-bottom: 6px;
}
.news_box.type_two .image_box .authour_details h6 a {
display: block;
position: relative;
margin-bottom: 0px;
text-transform: capitalize;
font-size: 18px;
color: var(--heading-dark);
}
.news_box.type_two .image_box .authour_details p {
padding-bottom: 0px;
margin-bottom: 0px;
}
.news_box.type_two .image_box .authour_details p a {
font-size: 16px;
line-height: 26px;
display: block;
color: #00489a;
}
.news_box.type_two .date_category li .content_inner a {
color: var(--heading-dark);
transition: all 0.6s ease-in-out;
}
.news_box.type_two h2 {
position: relative;
}
.news_box.type_two h2 a {
font-size: 20px;
color: var(--heading-dark);
line-height: 28px;
margin-bottom: 15px;
display: block;
}
.news_box.type_two .date_category ul {
position: relative;
padding-bottom: 10px;
margin-bottom: 18px;
border-bottom: 1px solid var(--border-color-dark);
}
.news_box.type_two .date_category ul li {
display: inline-block;
}
.news_box.type_two .date_category ul li a {
font-size: 15px;
color: var(--text-color-dark);
margin-right: 20px;
}
.news_box.type_two .date_category ul li a span {
margin-right: 10px;
}
.news_box.type_two .overlay {
position: absolute;
content: "";
top: -100%;
left: 0px;
width: 100%;
height: 100%;
display: block;
padding: 30px;
opacity: 0;
transition: all 0.5s;
background-color: #00489a;
}
.news_box.type_two:hover .overlay {
opacity: 1;
top: 0;
}
.news_box.type_two .text_box {
position: relative;
margin-bottom: 60px;
}
.news_box.type_two .text_box h6 a {
display: block;
position: relative;
text-transform: capitalize;
margin-bottom: 0px;
font-size: 18px;
color: var(--color-white);
}
.news_box.type_two .text_box p a {
font-size: 16px;
line-height: 26px;
display: block;
color: var(--color-white);
margin-bottom: 20px;
}
.news_box.type_two .text_box h2 a {
color: var(--color-white);
}
.news_box.type_two .continure_reading {
position: absolute;
content: "";
bottom: 30px;
left: 32px;
}
.news_box.type_two a.read_more {
color: var(--color-white);
}
.news_box.type_two .comments {
position: absolute;
content: "";
bottom: 30px;
right: 32px;
}
.news_box.type_two .comments i {
margin-right: 5px;
}
.news_box.type_two .comments span, .news_box.type_two .comments i {
color: var(--color-white);
}
.owl-carousel .bgfour_items .news_box .authour_name, .owl-carousel .bgfour_items .news_box .comments {
display: none !important;
}
.col-xl-3.col-md-6.col-sm-6 .news_box .comments, .col-xl-3.col-md-6.col-sm-6 .news_box .authour_name {
display: none !important;
} .blog_all_styles.border_disable .news_box.type_one {
border-radius: 0px;
}
.blog_all_styles.border_disable .news_box.type_one .image_box {
border-radius: 0px;
}
.blog_all_styles.border_disable .news_box.type_two {
border-radius: 0px;
} .pricing_plan_box {
position: relative;
}
.pricing_plan_box.type_one .description {
position: relative;
padding-top: 30px;
}
.pricing_plan_box.type_one .description p {
font-size: 18px;
}
.pricing_plan_box.type_one .tags {
position: absolute;
width: calc(100% - 60px);
background: #00489a;
border-radius: 6px;
color: var(--color-white);
font-size: 16px;
top: -20px;
height: 40px;
line-height: 40px;
left: 0;
right: 0;
margin-left: auto;
z-index: 1;
margin-right: auto;
font-family: var(--creote-family-two);
font-weight: 400;
text-align: center;
box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.05);
}
.pricing_plan_box.type_one .pricing_plan_box_inner {
position: relative;
overflow: hidden;
padding: 50px 30px 40px;
background: var(--color-white);
margin-bottom: 30px;
margin-top: 30px;
border-radius: 6px;
box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.05);
}
.pricing_plan_box.type_one .pricing_plan_box_inner:before {
position: absolute;
width: 0%;
height: 100%;
right: -30px;
content: "";
top: 0;
background: var(--heading-dark);
opacity: 1;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
border-radius: 6px;
}
.pricing_plan_box.type_one .pricing_plan_box_inner h2 {
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 700;
color: var(--heading-dark);
margin-bottom: 6px;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.pricing_plan_box.type_one .pricing_plan_box_inner h6 {
display: block;
font-size: 16px;
line-height: 32px;
font-weight: 700;
color: var(--heading-dark);
margin-bottom: 6px;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .upper_content {
position: relative;
text-align: center;
margin-bottom: 18px;
padding-bottom: 12px;
border-bottom: 1px dashed rgba(34, 34, 34, 0.1);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content {
position: relative;
margin-bottom: 25px;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content ul {
padding-left: 0px;
margin-bottom: 0px;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content ul li {
position: relative;
margin-bottom: 10px;
line-height: 28px;
display: flex;
display: -ms-flexbox;
font-size: 16px;
align-items: center !important;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content ul li span {
font-weight: 400;
color: #00489a;
font-size: 18px;
line-height: 30px;
margin-right: 10px;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .price_rs {
position: relative;
padding-top: 15px;
}
.pricing_plan_box.type_one .pricing_plan_box_inner h6 small {
font-size: 32px;
line-height: 32px;
font-weight: 700;
color: #00489a;
}
.pricing_plan_box.type_one .pricing_plan_box_inner h6 sup {
color: #00489a;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .get_start_button {
text-align: center;
position: relative;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .get_start_button .theme-btn {
width: 100%;
border-radius: 50px;
background: var(--color-white);
color: var(--heading-dark);
border-color: var(--color-white);
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
}
.pricing_plan_box.type_one .pricing_plan_box_inner .get_start_button .theme-btn span {
display: inline-block;
font-size: 16px;
margin-left: 5px;
}
.pricing_plan_box.type_one .pricing_plan_box_inner:hover:before {
width: calc(100% + 60px);
left: -30px;
}
.pricing_plan_box.type_one .pricing_plan_box_inner:hover p {
color: var(--text-color-light);
}
.pricing_plan_box.type_one .pricing_plan_box_inner:hover h2 {
color: var(--color-white);
}
.pricing_plan_box.type_one .pricing_plan_box_inner:hover h6 {
color: var(--text-color-light);
}
.pricing_plan_box.type_one .pricing_plan_box_inner:hover h6 small {
color: var(--color-white);
}
.pricing_plan_box.type_one .pricing_plan_box_inner:hover .upper_content {
border-bottom: 1px dashed var(--border-color-dark-two);
}
.pricing_plan_box.type_one .pricing_plan_box_inner:hover .lower_content ul li {
color: var(--text-color-light);
}
.pricing_plan_box {
position: relative;
}
.pricing_plan_box.type_two {
position: relative;
}
.pricing_plan_box.type_two .tags {
position: absolute;
top: 0;
right: 0;
background: #00489a;
color: var(--color-white);
font-size: 14px;
font-weight: 600;
padding: 5px 20px;
z-index: 2;
}
.pricing_plan_box.type_two .price_box {
position: relative;
display: flex;
align-items: center;
padding: 10px;
border: 1px solid var(--border-color-dark);
background: var(--color-white);
margin-bottom: 15px;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.pricing_plan_box.type_two .price_box .price {
padding: 20px 20px 20px;
background: var(--primary-color-three);
width: 150px;
text-align: center;
min-width: 150px;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.pricing_plan_box.type_two .price_box .price h6 {
font-size: 40px;
line-height: 50px;
margin-bottom: 10px;
color: #00489a;
}
.pricing_plan_box.type_two .price_box .price p {
margin: 0;
color: var(--heading-dark);
font-size: 22px;
line-height: 34px;
}
.pricing_plan_box.type_two .price_box .lower_content {
position: relative;
padding-left: 20px;
padding-right: 20px;
}
.pricing_plan_box.type_two .price_box .lower_content h2 {
font-size: 24px;
line-height: 36px;
margin-bottom: 10px;
}
.pricing_plan_box.type_two .price_box .lower_content p {
margin: 0px;
}
.pricing_plan_box.type_two .price_box:hover .price {
background: #00489a;
}
.pricing_plan_box.type_two .price_box:hover .price h6 {
color: var(--color-white);
}
.pricing_plan_box.type_two .price_box:hover .price p {
color: var(--color-white);
}
.pricing_plan_box.type_two .hover_content {
visibility: hidden;
position: absolute;
border-top: 3px solid #00489a;
background-color: var(--color-white);
padding: 30px;
width: calc(100% - 160px);
right: 0;
bottom: -20%;
opacity: 0;
z-index: -1;
visibility: hidden;
text-align: left;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.pricing_plan_box.type_two .hover_content ul {
margin: 0;
padding: 0;
}
.pricing_plan_box.type_two .hover_content ul li {
list-style: none;
margin-bottom: 10px;
}
.pricing_plan_box.type_two .hover_content ul li span {
color: #00489a;
font-size: 22px;
padding-right: 10px;
}
.pricing_plan_box.type_two .hover_content ul li:last-child {
margin-bottom: 0px;
}
.pricing_plan_box.type_two .hover_content .get_start_button {
margin-top: 20px;
}
.pricing_plan_box.type_two .hover_content .get_start_button .theme-btn {
border-radius: 35px;
line-height: 40px;
min-height: 40px;
padding: 0px 15px;
}
.pricing_plan_box.type_two:hover .hover_content {
visibility: visible;
opacity: 1;
z-index: 999;
bottom: 0;
} .choose_box.type_one {
position: relative;
margin: 40px 0px 30px;
}
.choose_box.type_one .svg_image {
width: 60px;
}
.choose_box.type_one .image_box {
position: absolute;
margin: 0px 0px 0px auto;
z-index: 1;
width: 100px;
height: 100px;
background: var(--color-white);
border-radius: 50px;
text-align: center;
top: -40px;
left: 30px;
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.09);
transition: all 0.6s ease-in-out;
}
.choose_box.type_one .image_box img {
position: absolute;
width: 60px;
top: 0px;
right: 0;
bottom: 0;
left: 0;
display: block;
margin: auto;
}
.choose_box.type_one .image_box span {
font-size: 60px;
display: block;
text-align: center;
line-height: 100px;
color: #00489a;
}
.choose_box.type_one .content_box {
position: relative;
overflow: hidden;
padding: 75px 30px 30px;
background: var(--color-white);
box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.04);
border-radius: 6px;
transition: all 0.6s ease-in-out;
}
.choose_box.type_one .step_no {
position: absolute;
content: "";
width: 49px;
height: 48px;
padding-right: 6px;
border-radius: 50px;
color: var(--heading-dark);
line-height: 54px;
display: block;
top: -7px;
right: -11px;
text-align: center;
box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 22px 0px;
transition: all 0.6s ease;
background: #fff;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.choose_box.type_one .text_box {
position: relative;
z-index: 1;
padding-top: 15px;
}
.choose_box.type_one .text_box h2 a {
position: relative;
font-size: 22px;
font-weight: 700;
line-height: 30px;
display: block;
margin-bottom: 10px;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.choose_box.type_one .text_box p {
margin-bottom: 15px;
}
.choose_box.type_one .read_more i {
position: relative;
display: inline-block;
margin-left: 5px;
font-size: 16px;
top: 1px;
}
.choose_box.type_one:hover .step_no, .choose_box.type_one:hover .read_more {
color: #fff;
}
.choose_box.type_one:hover .image_box {
box-shadow: unset;
}
.choose_box.type_one:hover .content_box {
background: #00489a;
}
.choose_box.type_one:hover .content_box .text_box h2 a, .choose_box.type_one:hover .content_box .text_box p {
color: #fff;
}
.choose_box.type_two {
position: relative;
margin-bottom: 30px;
}
.choose_box.type_two .icon_box {
position: relative;
line-height: 110px;
border: 1px solid var(--border-color-dark);
width: 116px;
height: 116px;
border-radius: 50%;
left: 0px;
right: 0;
top: -10px;
margin: 0 auto 15px;
display: block;
padding: 12px;
transition: all 0.6s ease-in-out;
z-index: 10;
}
.choose_box.type_two .icon_box img {
width: 50px;
}
.choose_box.type_two .icon_box span.icon {
position: relative;
display: block;
font-size: 40px;
line-height: 90px;
width: 90px;
height: 90px;
margin: 0 auto;
color: #00489a;
text-align: center;
background: var(--primary-color-three);
border-radius: 50px;
font-weight: 500;
transition: all 0.6s ease-in-out;
}
.choose_box.type_two .icon_box .icon_image {
position: relative;
display: block;
line-height: 90px;
width: 90px;
height: 90px;
margin: 0 auto;
text-align: center;
background: var(--primary-color-three);
border-radius: 50px;
font-weight: 500;
transition: all 0.6s ease-in-out;
}
.choose_box.type_two .step {
position: relative;
margin-top: 40px;
text-align: center;
}
.choose_box.type_two .step::before {
position: absolute;
content: "";
border-bottom: 1px dashed var(--border-color-dark);
width: 100%;
height: 1px;
right: 0;
top: -21px;
}
.choose_box.type_two .step h6 {
font-size: 18px;
color: rgba(0, 0, 0, 0.1);
}
.choose_box.type_two .content_box {
position: relative;
text-align: center;
}
.choose_box.type_two .content_box h2 a {
font-size: 22px;
line-height: 30px;
font-weight: 700;
display: block;
color: var(--heading-dark);
margin-bottom: 10px;
}
.choose_box.type_three {
position: relative;
display: flex;
align-items: center;
margin-bottom: 30px;
padding: 30px;
border: 1px solid var(--border-color-dark);
background: #fff;
}
.choose_box.type_three .image {
width: 170px;
min-width: 170px;
height: 170px;
position: relative;
}
.choose_box.type_three .image::before {
position: absolute;
content: "";
background: var(--primary-color-three);
width: 100%;
height: 100%;
right: -10px;
border-radius: 50%;
top: 0;
z-index: -1;
}
.choose_box.type_three .image img {
width: 100%;
border-radius: 50%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.choose_box.type_three .step_no {
position: absolute;
top: -10px;
height: 50px;
width: 50px;
right: 0;
font-size: 60px;
color: var(--text-color-dark);
opacity: 0.2;
}
.choose_box.type_three .content_box {
position: relative;
padding-left: 30px;
}
.choose_box.type_three .content_box h2 {
position: relative;
}
.choose_box.type_three .content_box h2 a {
font-size: 22px;
line-height: 34px;
}
.choose_box.type_three .content_box p {
margin-bottom: 0px;
}  .projectcontainer:after {
content: "";
display: block;
clear: both;
}
.project_box.type_one {
position: relative;
background: var(--color-white);
overflow: hidden;
margin-bottom: 30px;
}
.project_box.type_one .image_box {
position: relative;
display: block;
overflow: hidden;
border-radius: 6px;
}
.project_box.type_one .image_box img {
width: 100%;
height: 350px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
display: block;
}
.project_box.type_one .image_box .overlay {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.project_box.type_one .image_box .overlay a.zm_btn {
position: absolute;
width: 40px;
height: 40px;
font-size: 0px;
color: var(--color-white);
right: 30px;
transform: translateX(-30px);
top: 30px;
text-align: center;
margin: auto;
transition: all 0.6s ease-in-out;
opacity: 0;
z-index: 11;
}
.project_box.type_one .image_box .overlay:before {
position: absolute;
width: 0%;
height: 100%;
border-radius: 6px;
right: -30px;
top: 0;
content: "";
background: var(--primary-color-two);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.project_box.type_one .image_box:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
bottom: 0;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
background-image: linear-gradient(to top, var(--primary-color-two), rgba(0, 0, 30, 0));
left: 0;
transform: translateY(0%);
}
.project_box.type_one .content_box {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: auto;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
z-index: 10;
}
.project_box.type_one .content_box .content_box_inner {
position: relative;
padding: 20px 30px 22px 30px;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.project_box.type_one .content_box .content_box_inner h2 {
position: relative;
transform: translateY(0);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.project_box.type_one .content_box .content_box_inner h2 a {
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 700;
color: var(--color-white);
margin-bottom: 12px;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.project_box.type_one .content_box .content_box_inner h2 a:hover {
color: #00489a;
}
.project_box.type_one .content_box .content_box_inner p {
display: inline-block;
transform: translateY(0);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.project_box.type_one .content_box .content_box_inner p a {
color: var(--text-color-light);
margin-right: 2px;
font-size: 18px;
line-height: 26px;
display: inline-block;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.project_box.type_one .content_box .content_box_inner p a:hover {
color: #00489a;
}
.project_box.type_one .content_box .content_box_inner a.read_more_link {
position: absolute;
width: 50px;
height: 50px;
background: #00489a;
border-radius: 50px;
display: block;
text-align: center;
line-height: 50px;
left: 30px;
bottom: 0px;
font-size: 20px;
color: var(--color-white);
transition: all 0.6s ease-in-out;
transform: translateY(250px);
}
.project_box.type_one:hover .image_box:before {
transform: translateY(100%);
opacity: 0;
}
.project_box.type_one:hover .image_box .overlay:before {
width: calc(100% + 60px);
left: -30px;
opacity: 0.8;
}
.project_box.type_one:hover .image_box .overlay:before {
opacity: 0.9;
}
.project_box.type_one:hover .image_box .overlay a.zm_btn {
font-size: 30px;
opacity: 1;
transform: translateX(0px);
}
.project_box.type_one:hover .content_box .content_box_inner h2 {
transform: translateY(-80px);
}
.project_box.type_one:hover .content_box .content_box_inner p {
transform: translateY(-80px);
}
.project_box.type_one:hover .content_box .content_box_inner a.read_more_link {
transform: translateY(-30px);
}
.project_box.type_two {
position: relative;
margin-bottom: 30px;
}
.project_box.type_two .gradient {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, var(--primary-color-two) 10%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 100%);
left: 0;
top: 0;
transition: 0.5s;
}
.project_box.type_two .image_box {
position: relative;
overflow: hidden;
border-radius: 10px;
}
.project_box.type_two .image_box img {
width: 100%;
height: 450px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.project_box.type_two .image_box::before {
position: absolute;
content: "";
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: block;
opacity: 0;
text-align: center;
transform: perspective(400px) rotateX(-90deg);
transform-origin: top;
transition: all 0.5s;
background-color: var(--primary-color-two);
}
.project_box.type_two .image_box a span {
font-size: 40px;
color: var(--color-white);
position: absolute;
z-index: 10;
left: 30px;
bottom: 30px;
transition: all 0.6s ease-in-out;
opacity: 1;
}
.project_box.type_two .content_box {
position: absolute;
top: 0px;
left: 0px;
padding: 30px;
width: 100%;
height: 100%;
}
.project_box.type_two .content_box a.read_more {
position: absolute;
bottom: 30px;
color: var(--color-white);
right: 30px;
transition: all 0.6s ease-in-out;
opacity: 0;
transform: translateX(-100px);
}
.project_box.type_two .content_box a.read_more span {
margin-right: 8px;
font-size: 16px;
}
.project_box.type_two .content_box a.read_more:hover {
color: #00489a;
}
.project_box.type_two .content_box h2 a {
font-size: 20px;
color: var(--color-white);
display: block;
margin-bottom: 8px;
line-height: 30px;
}
.project_box.type_two .content_box h2 a:hover {
color: var(--color-white);
}
.project_box.type_two .content_box p a {
color: var(--text-color-light);
font-size: 18px;
display: inline-block;
transition: all 0.6s ease-in-out;
}
.project_box.type_two .content_box p a:hover {
color: var(--color-white);
}
.project_box.type_two:hover .image_box::before {
opacity: 0.7;
transform: perspective(400px) rotateX(0deg);
transition: all 700ms ease 100ms;
}
.project_box.type_two:hover .image_box a span {
opacity: 1;
transform: translateX(0px);
}
.project_box.type_two:hover .gradient {
opacity: 0;
}
.project-wrapper.three_column_grid {
width: 33.33%;
padding: 0 15px;
float: left;
}
.project-wrapper.two_column_grid {
width: 50%;
padding: 0 15px;
float: left;
}
@media (max-width: 1050px) {
.project-wrapper.three_column_grid {
width: 50%;
}
}
@media (max-width: 600px) {
.project-wrapper.three_column_grid {
width: 100%;
}
.project-wrapper.two_column_grid {
width: 100%;
}
} .fliter_group {
position: relative;
text-align: center;
margin-bottom: 10px;
}
.fliter_group.style_one ul {
padding-left: 0px;
margin-bottom: 0px;
}
.fliter_group.style_one ul li {
display: inline-block;
padding: 0px 20px;
margin-bottom: 30px;
height: 40px;
line-height: 40px;
position: relative;
background: var(--primary-color-three);
border-radius: 6px;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
margin-right: 10px;
}
.fliter_group.style_one ul li span {
position: absolute;
bottom: 7px;
right: 0px;
margin: auto;
opacity: 0;
width: 26px;
height: 26px;
border-radius: 50px;
line-height: 26px;
text-align: center;
color: var(--color-white);
background: #00489a;
font-size: 13px;
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.09);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.fliter_group.style_one ul li.current, .fliter_group.style_one ul li:hover {
background: #00489a;
color: var(--color-white);
}
.fliter_group.style_one ul li.current span, .fliter_group.style_one ul li:hover span {
right: -12px;
background: var(--color-white);
color: #00489a;
opacity: 1;
}
.fliter_group.style_two ul {
padding-left: 0px;
margin-bottom: 0px;
}
.fliter_group.style_two ul li {
display: inline-block;
padding: 8px 25px;
line-height: 26px;
position: relative;
background: var(--color-white);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
margin-right: 15px;
border-bottom: 1px solid var(--border-color-dark);
cursor: pointer;
margin-bottom: 30px;
}
.fliter_group.style_two ul li span {
position: absolute;
bottom: -12px;
left: 0;
right: 0px;
margin: auto;
opacity: 1;
width: 26px;
height: 26px;
border-radius: 50px;
line-height: 26px;
text-align: center;
color: #00489a;
background: var(--color-white);
font-size: 13px;
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.09);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.fliter_group.style_two ul li.current, .fliter_group.style_two ul li:hover {
background: #00489a;
color: var(--color-white);
border-bottom: 1px solid #00489a;
border-radius: 6px;
}
.fliter_group.style_two ul li.current span, .fliter_group.style_two ul li:hover span {
background: var(--color-white);
color: #00489a;
} .tabs_all_box_two {
position: relative;
}
.tabs_all_box_two .tabs_header {
position: relative;
margin-bottom: 30px;
}
.tabs_all_box_two .c_tab_wrapper {
position: relative;
}
.tabs_all_box_two .content_tabs_btns {
position: relative;
padding-left: 0px;
margin-left: 0px;
}
.tabs_all_box_two .content_tabs_btns li {
display: inline-block;
font-size: 16px;
line-height: 50px;
height: 50px;
border-radius: 6px;
position: relative;
padding: 0px 20px;
background: var(--primary-color-three);
color: var(--heading-dark);
margin: 0px 5px;
transition: all 0.6s ease-in-out;
cursor: pointer;
}
.tabs_all_box_two .content_tabs_btns li:first-child {
margin-left: 0px;
}
.tabs_all_box_two .content_tabs_btns li:last-child {
margin-right: 0px;
}
.tabs_all_box_two .content_tabs_btns li:last-child::before {
display: none;
}
.tabs_all_box_two .content_tabs_btns li.active-btn {
background: #00489a;
color: var(--color-white);
}
.tabs_all_box_two .c_tabs_content {
position: relative;
display: block;
background: var(--color-white);
}
.tabs_all_box_two .c_tabs_content .c_tab {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: auto;
visibility: hidden;
}
.tabs_all_box_two .c_tabs_content .c_tab.active-tab {
position: relative;
visibility: visible;
z-index: 5;
}
.tabs_all_box_two .tab_inner_box {
transform: scaleY(0);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
padding: 30px;
border: 1px solid var(--border-color-dark);
background: var(--color-white);
border-radius: 6px;
}
.tabs_all_box_two .active-tab .tab_inner_box {
transform: scaleY(1);
}
.tabs_all_box_two.type_two .content_tabs_btns {
padding-right: 20px;
}
.tabs_all_box_two.type_two .col-lg-12 {
display: flex;
display: -ms-flexbox;
}
.tabs_all_box_two.type_two .tabs_header ul li {
display: block;
margin: 0px;
padding: 15px 20px;
margin-bottom: 15px;
min-width: 250px;
line-height: 26px;
height: auto;
}
.tab_box {
position: relative;
}
.tab_box.type_one .image_box, .tab_box.type_one .image_box {
position: relative;
margin-top: 20px;
border-radius: 6px;
overflow: hidden;
margin-bottom: 15px;
}
.tab_box.type_one h2 a, .tab_box.type_one h2 a {
font-size: 22px;
line-height: 30px;
font-weight: 700;
display: block;
color: var(--heading-dark);
margin-bottom: 10px;
}
.tab_box.type_one .read_more, .tab_box.type_one .read_more {
display: inline-block;
margin-top: 15px;
}
.tab_box.type_one .read_more i, .tab_box.type_one .read_more i {
position: relative;
display: inline-block;
top: 2px;
margin-left: 8px;
}
.tab_box.type_two h2 a {
font-size: 22px;
line-height: 30px;
font-weight: 700;
display: block;
color: var(--heading-dark);
margin-bottom: 10px;
}
.tab_box.type_two .image_box {
position: relative;
margin-bottom: 20px;
border-radius: 6px;
overflow: hidden;
}
.tab_box.type_two .read_more {
display: inline-block;
margin-top: 15px;
}
.tab_box.type_two .read_more i {
position: relative;
display: inline-block;
top: 2px;
margin-left: 8px;
} .testimonial_all .owl-carousel .owl-item {
padding: 15px 15px;
}
.testimonial_box.type_one span.icon-quote {
width: 60px;
height: 60px;
font-size: 24px;
line-height: 60px;
border-radius: 50px;
display: block;
background: var(--color-white);
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.07);
color: #00489a;
text-align: center;
bottom: 65px;
right: 45px;
position: absolute;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
z-index: 1;
}
.testimonial_box.type_one .testimonial_inner {
position: relative;
overflow: hidden;
border-radius: 6px;
margin: 0px 0px 10px;
padding: 30px 30px 30px;
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
background: var(--color-white);
-o-transition: all 0.6s ease;
z-index: 0;
}
.testimonial_box.type_one .testimonial_inner:before {
position: absolute;
width: 0%;
height: 100%;
right: -30px;
content: "";
top: 0;
background: var(--primary-color-two);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
z-index: -1;
}
.testimonial_box.type_one .testimonial_inner p {
margin-bottom: 15px;
}
.testimonial_box.type_one .testimonial_inner .lower_content {
position: relative;
}
.testimonial_box.type_one .testimonial_inner .lower_content .image_box {
position: relative;
float: left;
}
.testimonial_box.type_one .testimonial_inner .lower_content .image_box img {
width: 68px;
height: 68px;
border-radius: 50%;
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.04);
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.testimonial_box.type_one .testimonial_inner .lower_content .authour_name {
position: relative;
margin-left: 80px;
}
.testimonial_box.type_one .testimonial_inner .lower_content .authour_name h2 {
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
color: var(--heading-dark);
margin-bottom: 6px;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
margin-bottom: 4px;
}
.testimonial_box.type_one .testimonial_inner .lower_content .authour_name h6 {
color: var(--text-color-dark);
margin-bottom: 5px;
font-weight: 500;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.testimonial_box.type_one .testimonial_inner .lower_content .authour_name p {
margin-bottom: 0px;
}
.testimonial_box.type_one .testimonial_inner .lower_content .authour_name p i {
padding-right: 4px;
margin: 0px;
font-size: 14px;
color: #00489a;
}
.testimonial_box.type_one .testimonial_inner .lower_content .authour_name p i.empty {
opacity: 0.3;
}
.testimonial_box.type_one .testimonial_inner:hover:before {
width: calc(100% + 60px);
left: -30px;
}
.testimonial_box.type_one .testimonial_inner:hover p {
color: var(--color-white);
}
.testimonial_box.type_one .testimonial_inner:hover span {
background: #00489a;
color: var(--color-white);
}
.testimonial_box.type_one .testimonial_inner:hover .lower_content .authour_name h2, .testimonial_box.type_one .testimonial_inner:hover .lower_content .authour_name h6 {
color: var(--color-white);
}
.testimonial_box.type_two {
position: relative;
padding: 30px;
margin: 0px 0px 10px;
background: var(--color-white);
box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
border-radius: 10px;
}
.testimonial_box.type_two .upper_content {
position: relative;
}
.testimonial_box.type_two .upper_content .image_box {
position: relative;
float: left;
}
.testimonial_box.type_two .upper_content .image_box img {
width: 80px;
height: 80px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
border-radius: 50%;
}
.testimonial_box.type_two .upper_content .image_box span {
font-size: 20px;
line-height: 40px;
width: 40px;
height: 40px;
border-radius: 50px;
background: #00489a;
color: var(--color-white);
text-align: center;
display: block;
bottom: -22px;
position: absolute;
left: 0;
right: 0;
margin: auto;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
transform: rotate(0deg);
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.testimonial_box.type_two .upper_content .description {
margin-left: 95px;
}
.testimonial_box.type_two .lower_content {
position: relative;
padding-top: 20px;
margin-top: 25px;
}
.testimonial_box.type_two .lower_content .authour_name {
float: left;
}
.testimonial_box.type_two .lower_content .authour_name h2 {
font-size: 20px;
font-weight: 700;
line-height: 30px;
margin-bottom: 3px;
color: var(--heading-dark);
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.testimonial_box.type_two .lower_content .authour_name h2:hover {
color: #00489a;
}
.testimonial_box.type_two .lower_content .authour_name h6 {
font-family: var(--creote-family-two);
font-size: 16px;
font-weight: 400;
margin: 0px;
color: var(--text-color-dark);
}
.testimonial_box.type_two .lower_content p {
position: absolute;
content: "";
right: 30px;
bottom: 15px;
margin-bottom: auto;
margin: auto;
display: block;
}
.testimonial_box.type_two .lower_content p i {
padding-left: 5px;
margin: 0px;
font-size: 16px;
color: #00489a;
}
.testimonial_box.type_two .lower_content p i.empty {
opacity: 0.3;
}
.testimonial_box.type_two:hover .upper_content .image_box span {
transform: rotate(360deg);
background: var(--heading-dark);
color: #00489a;
} .theme_btn_all_new {
position: relative;
}
.theme_btn_all_new.text_left {
text-align: left;
}
.theme_btn_all_new.text_center {
text-align: center;
}
.theme_btn_all_new.text_right {
text-align: right;
}
.theme_btn_all_new .theme_btn {
position: relative;
font-size: 16px;
color: var(--color-white);
background: #00489a;
display: inline-block;
min-width: 180px;
line-height: 50px;
font-weight: 600;
transition: all 0.5s ease;
text-align: center;
font-family: var(--creote-family-one);
transition: all 0.6s ease-in-out;
border-radius: 3px;
padding: 0px 20px;
border: 2px solid #00489a;
}
.theme_btn_all_new .theme_btn.type_one.bg_w {
background: var(--color-white);
color: var(--heading-dark);
}
.theme_btn_all_new .theme_btn.type_one span {
margin-left: 10px;
}
.theme_btn_all_new .theme_btn:hover {
background: var(--primary-color-two);
color: var(--color-white);
border-color: var(--primary-color-two);
} .time_line_carousel_box {
position: relative;
}
.time_box.type_one {
position: relative;
}
.time_box.type_one .date_box {
position: relative;
text-align: center;
margin-bottom: 30px;
border-bottom: 1px solid var(--primary-color-three);
transition: all 0.5s ease-in-out;
}
.time_box.type_one .date_box h6 {
position: relative;
display: inline-block;
padding: 10px 20px;
font-size: 14px;
text-transform: uppercase;
color: var(--heading-dark);
margin-bottom: 20px;
background: transparent;
border-radius: 30px;
transition: all 0.5s ease-in-out;
}
.time_box.type_one .date_box h6::before {
position: absolute;
content: "";
width: 10px;
height: 10px;
border-radius: 50px;
background: var(--primary-color-three);
left: 0;
right: 0;
margin: 0 auto;
bottom: -25px;
transition: all 0.5s ease-in-out;
}
.time_box.type_one .content_box {
position: relative;
background: transparent;
padding: 30px;
text-align: center;
transition: all 0.5s ease-in-out;
}
.time_box.type_one .content_box h2 {
font-size: 22px;
line-height: 30px;
margin-bottom: 10px;
color: var(--heading-dark);
}
.time_box.type_one .content_box small {
font-size: 16px;
color: #00489a;
display: block;
font-weight: 600;
margin-bottom: 10px;
}
.time_box.type_one .content_box p {
margin-bottom: 20px;
}
.time_box.type_one .content_box .read_more i {
position: relative;
display: inline-block;
top: 1px;
margin-left: 5px;
}
.time_box.type_one:hover .date_box {
border-bottom: 1px solid #00489a;
}
.time_box.type_one:hover .date_box h6 {
background: #00489a;
color: var(--color-white);
}
.time_box.type_one:hover .date_box h6::before {
background: #00489a;
}
.owl-item.active.center .time_box.type_one .date_box {
border-bottom: 1px solid #00489a;
}
.owl-item.active.center .time_box.type_one .date_box h6 {
background: #00489a;
color: var(--color-white);
}
.owl-item.active.center .time_box.type_one .date_box h6::before {
background: #00489a;
}
.time_box.type_one:hover .content_box {
background: #00489a;
}
.owl-item.active.center .time_box.type_one .content_box {
background: #00489a;
}
.time_box.type_one:hover .content_box h2 {
color: var(--color-white);
}
.owl-item.active.center .time_box.type_one .content_box h2 {
color: var(--color-white);
}
.owl-item.active.center .time_box.type_one p {
color: var(--color-white);
}
.time_box.type_one:hover .content_box p {
color: var(--color-white);
}
.time_box.type_one .content_box a.read_more {
color: var(--heading-dark);
}
.time_box.type_one:hover .content_box a.read_more {
color: var(--color-white);
}
.owl-item.active.center .time_box.type_one .content_box a.read_more {
color: var(--color-white);
} .contact_info_nbox {
position: relative;
}
.contact_info_nbox.type_one .single {
position: relative;
margin-bottom: 7px;
}
.contact_info_nbox.type_one .single a {
padding-left: 0px;
color: var(--text-color-dark);
}
.contact_info_nbox.type_one h6 {
margin-bottom: 5px;
}
.contact_info_nbox.type_one h6 span {
color: #00489a;
margin-right: 6px;
font-size: 22px;
line-height: 22px;
}
.contact_info_nbox.type_one p {
color: var(--text-color-dark);
margin: 0px;
} .product_box.type_four {
position: relative;
margin: 0px 0px 30px;
padding: 20px;
border: 1px solid var(--border-color-dark);
}
.product_box.type_four .inner_box {
background: var(--color-white);
position: relative;
text-align: center;
}
.product_box.type_four .inner_box .image_box {
position: relative;
overflow: hidden;
text-align: inherit;
}
.product_box.type_four .inner_box .image_box img {
display: block;
margin: auto;
width: 100%;
height: auto;
}
.product_box.type_four .inner_box .image_box .overlay {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
right: 0;
overflow: hidden;
z-index: 10;
}
.product_box.type_four .inner_box .image_box .overlay .zoom_btn {
position: absolute;
right: 0px;
bottom: 50px;
transition: all 0.6s ease-in-out;
opacity: 0;
}
.product_box.type_four .inner_box .image_box .overlay .zoom_btn a {
position: relative;
background: var(--color-white);
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50px;
text-align: center;
margin: 0 auto;
transition: all 0.6s ease-in-out;
}
.product_box.type_four .inner_box .image_box .overlay .zoom_btn a i {
font-size: 20px;
color: #00489a;
transition: all 0.6s ease-in-out;
display: block;
line-height: 50px;
}
.product_box.type_four .inner_box .image_box .overlay .zoom_btn a:hover a {
background: #00489a;
}
.product_box.type_four .inner_box .image_box .overlay .zoom_btn a:hover a i {
color: var(--color-white);
}
.product_box.type_four .inner_box .image_box .cart_btn {
position: absolute;
right: 0px;
bottom: 25px;
}
.product_box.type_four .inner_box .image_box .cart_btn .cart_icon {
position: relative;
width: auto;
height: auto;
margin: 0px !important;
padding: 0px !important;
text-align: center;
line-height: 0px;
min-width: inherit;
height: inherit;
background-color: transparent !important;
border: 0px;
box-shadow: none;
padding: 0;
margin: 0;
height: inherit;
line-height: 1px !important;
}
.product_box.type_four .inner_box .image_box .cart_btn .cart_icon span {
position: relative;
background: #00489a;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50px;
text-align: center;
margin: 0 auto;
font-size: 20px;
color: var(--color-white);
transition: all 0.6s ease-in-out;
}
.product_box.type_four .inner_box .image_box .cart_btn .cart_icon:hover span {
color: var(--color-white) !important;
background: #00489a;
}
.product_box.type_four .inner_box .image_box .cart_btn .cart_icon:after {
position: absolute;
top: -18px !important;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50px;
right: 0 !important;
left: 0 !important;
margin-left: 0px !important;
color: var(--color-white);
background: #00489a;
}
.product_box.type_four .inner_box .image_box .cart_btn span.icon-flaticon-shopping-cart {
color: #00489a;
font-size: 30px;
}
.product_box.type_four .inner_box .image_box .added_to_cart.wc-forward {
position: absolute;
width: 124px;
height: 30px;
line-height: 30px;
font-size: 14px;
top: 11px;
left: -137px;
right: 0;
text-align: center;
color: var(--heading-dark);
font-weight: 500;
border-radius: 5px;
box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
background: var(--color-white);
text-transform: uppercase;
display: inline-block;
transition: all 0.6s ease-in-out;
z-index: 100;
opacity: 1;
}
.product_box.type_four .inner_box .image_box .added_to_cart.wc-forward::before {
position: absolute;
content: "";
height: 0px;
border-right: 10px solid transparent;
border-top: 13px solid transparent;
border-left: 10px solid var(--color-white);
border-bottom: 13px solid transparent;
bottom: 1px;
right: -15px;
width: 15px;
}
.product_box.type_four .inner_box .content_box {
position: relative;
padding: 20px 10px 0px;
}
.product_box.type_four .inner_box .content_box span.price,
.product_box.type_four .inner_box .content_box .woocommerce-Price-amount.amount {
font-size: 18px;
color: #00489a;
}
.product_box.type_four .inner_box .content_box span.price del,
.product_box.type_four .inner_box .content_box .woocommerce-Price-amount.amount del {
margin-right: 5px;
opacity: 0.8;
}
.product_box.type_four .inner_box .content_box span.price ins,
.product_box.type_four .inner_box .content_box .woocommerce-Price-amount.amount ins {
font-weight: 600;
}
.product_box.type_four .inner_box .content_box h2 {
margin: 15px 0px 5px !important;
}
.product_box.type_four .inner_box .content_box h2 a {
font-size: 20px;
line-height: 30px;
margin-top: 5px;
display: block;
}
.product_box.type_four .inner_box .content_box h2 a:hover {
color: #00489a;
}
.product_box.type_four:hover .inner_box .image_box .overlay .zoom_btn {
bottom: 80px;
opacity: 1;
}
.product_box.type_four:hover .inner_box .image_box .overlay .zoom_btn span {
right: 20px;
opacity: 1;
} .woocommerce_plugin_on .cart_notice {
position: relative;
z-index: 999;
}
.woocommerce_plugin_on .cart_notice .woocommerce-error, .woocommerce_plugin_on .cart_notice .woocommerce-info, .woocommerce_plugin_on .cart_notice .woocommerce-message {
position: fixed;
bottom: 10px;
right: 0px;
left: 0;
margin: auto;
background: #00489a;
border-radius: 10px;
padding: 15px;
box-shadow: var(--box-shadown);
z-index: 999;
max-width: 800px;
line-height: 30px;
min-height: 60px;
padding: 10px 160px 10px 55px !important;
}
.woocommerce_plugin_on .cart_notice .woocommerce-error li, .woocommerce_plugin_on .cart_notice .woocommerce-info li, .woocommerce_plugin_on .cart_notice .woocommerce-message li {
line-height: 26px;
padding-right: 150px;
}
.woocommerce_plugin_on .cart_notice .woocommerce-error a, .woocommerce_plugin_on .cart_notice .woocommerce-info a, .woocommerce_plugin_on .cart_notice .woocommerce-message a {
font-size: 14px !important;
height: 40px;
line-height: 40px !important;
padding: 0px 15px !important;
position: absolute;
right: 10px;
top: 9px !important;
bottom: 0;
width: 130px;
margin: auto;
text-align: center;
}
.woocommerce_plugin_on .cart_notice .woocommerce-message:before {
height: 20px;
line-height: 20px;
top: 0;
bottom: 0;
left: 20px;
margin: auto;
}
.woocommerce_plugin_on .cart_notice .button {
padding: 0px 20px !important;
min-height: auto !important;
}
.woocommerce_plugin_on .cart_notice .button:hover {
color: #fff !important;
}
@media (max-width: 600px) {
.cart_notice .woocommerce-error, .cart_notice .woocommerce-info, .cart_notice .woocommerce-message {
line-height: 26px !important;
padding: 15px 10px 60px !important;
margin: 0px 10px !important;
}
.cart_notice .woocommerce-error:before, .cart_notice .woocommerce-info:before, .cart_notice .woocommerce-message:before {
display: none !important;
}
.cart_notice .woocommerce-error .button, .cart_notice .woocommerce-info .button, .cart_notice .woocommerce-message .button {
top: unset !important;
bottom: 15px !important;
}
}
.quick_view_loading {
position: fixed;
width: 100%;
height: 100%;
left: 0;
opacity: 0;
visibility: hidden;
top: 0;
bottom: 0;
right: 0;
}
.quick_view_loading:before {
content: "";
position: absolute;
width: 16px;
border-radius: 50%;
border: 2px solid var(primary-color-one);
border-top-color: transparent;
height: 16px;
top: 0;
bottom: 0;
left: 0;
right: 0px;
opacity: 0;
animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
-o-animation: spin 2s linear infinite;
-ms-animation: spin 2s linear infinite;
margin: auto;
}
.quick_view_loading.loading {
z-index: 99999999;
opacity: 1;
visibility: visible;
}
.quick_view_loading.loading:before {
opacity: 1;
}
.mfp-bg {
z-index: 99999 !important;
background: var(--primary-color-two) !important;
opacity: 0.4 !important;
}
.mfp-wrap {
z-index: 999999 !important;
}
.quick_view {
position: relative;
max-width: 60%;
background: #fff;
border-radius: 0px;
margin: auto;
transform: translateY(-10%);
transition: all 0.2s ease-out;
}
.quick_view .detail-gallery {
padding: 30px;
}
.quick_view .col-sm-12 {
padding: 0px;
}
.quick_view .mfp-close {
background: var(primary-color-two);
color: var(--bs-dark);
border-radius: 0px 15px;
opacity: 1;
}
.quick_view .zoom-icon {
display: none;
}
.quick_view .quickproduct_content {
position: relative;
padding: 30px;
overflow: auto;
height: 550px;
}
.quick_view .quickproduct_content::-webkit-scrollbar {
width: 4px;
border-radius: 80px;
}
.quick_view .quickproduct_content::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px var(--primary-color-two);
background: #00489a;
}
.quick_view .quickproduct_content::-webkit-scrollbar-thumb {
background: #00489a;
box-shadow: inset 0 0 6px #00489a;
}
.quick_view .quickproduct_content:window-inactive {
background: #00489a;
}
.quick_view .summary {
float: unset !important;
width: 100% !important;
clear: none;
}
.quickview_enable .mfp-ready .quick_view {
transform: translateY(0);
} .mfp-fade.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
transition: all 0.3s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} .footer_default {
position: relative;
background: var(--footer-default-bgcolor);
padding: 15px 0px 15px;
min-height: 70px;
}
.footer_default .copyright {
position: relative;
padding-top: 11px;
font-size: 15px;
color: #fff;
font-family: var(--creote-family-two);
}  .footer_widgets {
position: relative;
margin-bottom: 30px;   }
.footer_widgets .fo_wid_title {
position: relative;
margin-bottom: 16px;
}
.footer_widgets .fo_wid_title:before {
position: absolute;
content: "";
width: 70px;
height: 3px;
background: #00489a;
left: 0;
bottom: -15px;
}
.footer_widgets .fo_wid_title h2 {
font-size: 20px;
line-height: 30px;
color: #fff;
font-weight: 700;
margin-bottom: 5px;
}
.footer_widgets .fo_wid_title.dark_color h2 {
color: var(--heading-dark);
}
.footer_widgets.style_two .fo_wid_title {
position: relative;
}
.footer_widgets.style_two .fo_wid_title:before {
display: none;
}
.footer_widgets.style_two .fo_wid_title h2 {
font-size: 20px;
line-height: 30px;
color: #fff;
font-weight: 700;
margin-bottom: 5px;
}
.footer_widgets.about_company {
position: relative;
}
.footer_widgets.about_company .logo {
position: relative;
margin-bottom: 25px;
}
.footer_widgets.about_company .content_box {
position: relative;
}
.footer_widgets.about_company .content_box p {
color: var(--text-color-light);
margin-bottom: 30px;
}
.footer_widgets.about_company .content_box .consulting {
position: relative;
}
.footer_widgets.about_company .content_box .consulting .image {
float: left;
width: 60px;
}
.footer_widgets.about_company .content_box .consulting .image img {
width: 60px;
height: 60px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
}
.footer_widgets.about_company .content_box .consulting .help_con {
position: relative;
margin-left: 70px;
padding: 7px 0px;
}
.footer_widgets.about_company .content_box .consulting .help_con h6 {
font-size: 12px;
font-weight: 600;
color: #00489a;
line-height: 22px;
text-transform: uppercase;
margin-bottom: 4px;
}
.footer_widgets.about_company .content_box .consulting .help_con h2 a {
font-size: 16px;
font-weight: 600;
color: #FFF;
line-height: 26px;
margin-bottom: 0px;
display: block;
}
.footer_widgets.about_company.dark_color .content_box p {
color: var(--text-color-dark);
}
.footer_widgets.about_company.dark_color .content_box .consulting .help_con h2 a {
color: var(--text-color-dark);
}
.footer_widgets.get_in_touch_foo {
position: relative;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner {
position: relative;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .top, .footer_widgets.get_in_touch_foo .foo_cont_inner .bottom {
position: relative;
margin-bottom: 20px;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .top h6, .footer_widgets.get_in_touch_foo .foo_cont_inner .bottom h6 {
font-size: 18px;
line-height: 26px;
color: #fff;
font-weight: 600;
margin-bottom: 8px;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .top p, .footer_widgets.get_in_touch_foo .foo_cont_inner .bottom p {
color: var(--text-color-light);
margin-bottom: 0px;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom {
margin-bottom: 0px;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom .con_content {
position: relative;
margin-bottom: 5px;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom .con_content h5 {
display: inline-block;
font-family: var(--creote-family-two);
font-size: 16px;
font-weight: 400;
color: #fff;
line-height: 26px;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom .con_content a {
color: var(--text-color-light);
font-size: 16px;
line-height: 26px;
display: inline-block;
}
.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner {
position: relative;
}
.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .top h6, .footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .bottom h6 {
color: var(--heading-dark);
}
.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .top p, .footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .bottom p {
color: var(--text-color-dark);
}
.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .bottom .con_content h5 {
color: var(--heading-dark);
}
.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .bottom .con_content a {
color: var(--text-color-dark);
}
.footer_widgets.navigation_foo {
position: relative;
}
.footer_widgets.navigation_foo .navigation_foo_inner {
position: relative;
}
.footer_widgets.navigation_foo .navigation_foo_inner ul {
padding: 0;
margin: 0;
position: relative;
}
.footer_widgets.navigation_foo .navigation_foo_inner ul li {
position: relative;
display: block;
list-style: none;
}
.footer_widgets.navigation_foo .navigation_foo_inner ul li a {
display: block;
font-size: 16px;
line-height: 26px;
margin-bottom: 9px;
color: var(--text-color-light);
font-weight: 400;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.footer_widgets.navigation_foo .navigation_foo_inner ul li a:hover {
color: #00489a;
}
.footer_widgets.navigation_foo.style_two .fo_wid_title {
position: relative;
margin-bottom: 25px;
}
.footer_widgets.navigation_foo.style_two .fo_wid_title:before {
display: none;
}
.footer_widgets.navigation_foo.style_two .fo_wid_title h2 {
font-size: 20px;
line-height: 30px;
color: #fff;
font-weight: 600;
margin-bottom: 5px;
}
.footer_widgets.navigation_foo.style_two .navigation_foo_inner {
position: relative;
}
.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul {
padding: 0;
margin: 0;
position: relative;
}
.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul li {
position: relative;
display: block;
list-style: none;
}
.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul li a {
display: block;
position: relative;
font-size: 16px;
line-height: 26px;
margin-bottom: 9px;
padding-left: 14px;
color: var(--text-color-light);
font-weight: 400;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul li a:hover {
color: #00489a;
}
.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul li a::before {
position: absolute;
top: 0px;
left: 0;
content: "\f101";
font-family: "FontAwesome";
font-size: 18px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.footer_widgets.navigation_foo.style_three {
position: relative;
}
.footer_widgets.navigation_foo.style_three .left {
float: left;
width: 50%;
}
.footer_widgets.navigation_foo.style_three .right {
float: left;
width: 50%;
}
.footer_widgets.navigation_foo.style_three .navigation_foo_inner ul li a {
position: relative;
padding-left: 14px;
font-size: 16px;
line-height: 26px;
}
.footer_widgets.navigation_foo.style_three .navigation_foo_inner ul li a::before {
position: absolute;
left: 0;
content: "";
background: rgba(255, 255, 255, 0.5);
width: 6px;
height: 1px;
top: 0;
bottom: 0;
margin: auto;
}
.footer_widgets.navigation_foo.style_three .navigation_foo_inner ul li a:hover {
color: #00489a;
}
.footer_widgets.navigation_foo.style_three .navigation_foo_inner ul li a:hover::before {
background: #00489a;
} .recent_news_em_wp {
position: relative;
}
.recent_news_em_wp .news_recent.image_s .image {
position: absolute;
left: 0;
top: 0;
bottom: 0;
overflow: hidden;
width: 70px;
height: 70px;
}
.recent_news_em_wp .news_recent.image_s .image img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
border-radius: 50%;
}
.recent_news_em_wp .news_recent.image_s .image:before {
position: absolute;
content: "";
width: 100%;
top: 0;
left: 0;
bottom: 0;
height: 100%;
opacity: 0;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
background: #00489a;
-ms-transition: all 0.5s ease;
border-radius: 50%;
z-index: 1;
}
.recent_news_em_wp .news_recent.image_s:hover .image::before {
opacity: 0.8;
}
.recent_news_em_wp.style_one {
position: relative;
}
.recent_news_em_wp.style_one .news_recent {
position: relative;
margin-bottom: 20px;
}
.recent_news_em_wp.style_one .news_recent .content {
position: relative;
}
.recent_news_em_wp.style_one .news_recent .content h2 a {
font-size: 15px;
line-height: 26px;
font-weight: 600;
margin-bottom: 5px;
color: #fff;
display: block;
}
.recent_news_em_wp.style_one .news_recent .content h2 a:hover {
color: #00489a;
}
.recent_news_em_wp.style_one .news_recent .content .date {
position: relative;
display: block;
color: var(--text-color-light);
font-size: 13px;
}
.recent_news_em_wp.style_one .news_recent .content .date span {
margin-right: 5px;
}
.recent_news_em_wp.style_one .news_recent.image_s .content {
min-height: 70px;
margin-left: 84px;
}
.recent_news_em_wp.style_two .news_recent {
position: relative;
margin-bottom: 25px;
}
.recent_news_em_wp.style_two .news_recent .image:before {
border-radius: 5px;
z-index: 1;
}
.recent_news_em_wp.style_two .news_recent .image img {
border-radius: 5px;
}
.recent_news_em_wp.style_two .news_recent .content {
position: relative;
}
.recent_news_em_wp.style_two .news_recent .content h2 a {
font-size: 15px;
line-height: 26px;
font-weight: 600;
color: #fff;
display: block;
}
.recent_news_em_wp.style_two .news_recent .content h2 a:hover {
color: #00489a;
}
.recent_news_em_wp.style_two .news_recent .content .date {
position: relative;
display: block;
color: #fff;
margin-bottom: 5px;
font-size: 13px;
}
.recent_news_em_wp.style_two .news_recent .content .date span {
margin-right: 5px;
font-size: 14px;
}
.recent_news_em_wp.style_two .news_recent.image_s .content {
min-height: 70px;
margin-left: 84px;
}
.recent_news_em_wp.style_two .news_recent:last-child {
border-bottom: 0px;
margin-bottom: 0px;
}
.recent_news_em_wp.style_two .dark_color .news_recent .content h2 a {
color: var(--heading-dark);
}
.recent_news_em_wp.style_two .dark_color .news_recent .content .date {
color: var(--text-color-dark);
}
.recent_news_em_wp.style_two .dark_color .news_recent .content .date span {
color: #00489a;
} .foo_subscribe {
position: relative;
}
.foo_subscribe.style_one p {
color: var(--text-color-light);
margin-bottom: 15px;
}
.foo_subscribe.style_one .shortcodes {
position: relative;
padding-top: 5px;
}
.foo_subscribe.style_one .shortcodes input {
background: rgba(255, 255, 255, 0.06);
border-radius: 10px;
width: 100%;
border-color: rgba(255, 255, 255, 0.06);
color: #fff;
font-size: 14px;
font-family: var(--creote-family-one);
}
.foo_subscribe.style_one .shortcodes input::-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
font-size: 14px;
}
.foo_subscribe.style_one .shortcodes input::placeholder {
color: rgba(255, 255, 255, 0.5);
font-size: 14px;
}
.foo_subscribe.style_one .shortcodes input[type=submit] {
background: #00489a;
position: absolute;
width: auto;
height: 45px;
font-size: 12px;
font-family: var(--creote-family-one);
text-transform: uppercase;
padding: 10px 15px;
text-align: center;
color: #fff;
right: 5px;
min-width: auto;
min-height: auto;
line-height: 29px;
top: 0px;
bottom: 0;
margin: auto;
border-radius: 10px;
}
.foo_subscribe.style_one .social_media_v_one {
padding: 10px 0px 0px;
}
.foo_subscribe.style_one .social_media_v_one ul li {
position: relative;
}
.foo_subscribe.style_one .social_media_v_one ul li a {
margin-right: 0px;
background: rgba(255, 255, 255, 0.05);
}
.foo_subscribe.style_one .social_media_v_one ul li small {
position: absolute;
background: #00489a;
color: #fff;
left: 0;
min-width: 100px;
border-radius: 5px;
padding: 8px 10px 6px;
text-align: center;
font-size: 12px;
font-family: var(--creote-family-one);
display: block;
bottom: -50px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
opacity: 0;
}
.foo_subscribe.style_one .social_media_v_one ul li small::before {
position: absolute;
content: "";
width: 20px;
height: 20px;
border-top: 10px solid transparent;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #00489a;
top: -20px;
left: 10px;
margin: auto;
}
.foo_subscribe.style_one .social_media_v_one ul li:hover small {
opacity: 1;
}
.foo_subscribe.dark_color.style_one p {
color: var(--text-color-dark) !important;
}
.foo_subscribe.dark_color.style_one .shortcodes input {
background: #fff !important;
border-color: var(--border-color-dark) !important;
color: var(--text-color-dark) !important;
font-family: var(--creote-family-one) !important;
}
.foo_subscribe.dark_color.style_one .shortcodes input::-moz-placeholder {
color: var(--text-color-dark) !important;
}
.foo_subscribe.dark_color.style_one .shortcodes input::placeholder {
color: var(--text-color-dark) !important;
}
.foo_subscribe.dark_color.style_one .shortcodes input[type=submit] {
background: #00489a !important;
color: #fff !important;
}
.foo_subscribe.dark_color.style_one .social_media_v_one ul li a {
margin-right: 0px;
background: var(--primary-color-three) !important;
color: #00489a !important;
} .footer_copy_content {
position: relative;
color: #fff;
margin: 0px;
font-family: var(--creote-family-two);
}
.nav_link_v_one {
position: relative;
}
.nav_link_v_one ul {
padding: 0px;
margin: 0px;
}
.nav_link_v_one ul li {
list-style: none;
display: inline-block;
margin-left: 10px;
}
.nav_link_v_one ul li a {
color: var(--text-color-light);
font-size: 15px;
font-weight: 400;
font-family: var(--creote-family-two);
}
@media (max-width: 992px) {
.footer_copy_right {
text-align: center;
}
.footer_copy_right .footer_copy_content {
margin-bottom: 15px;
}
.footer_copy_right .footer_copy_content_right {
text-align: center;
}
.footer_copy_right .footer_copy_content_right .nav_link_v_one ul li {
margin: 0px;
padding: 0px 8px;
}
} .footer_contact_form {
position: relative;
padding: 20px 30px;
border-radius: 5px;
}
.footer_contact_form.light_c {
background: rgba(255, 255, 255, 0.01);
border-top: 3px solid #00489a;
}
.footer_contact_form.light_c .form_box_foo h2 {
position: relative;
margin-bottom: 15px;
font-size: 20px;
line-height: 30px;
color: #fff;
font-weight: 700;
}
.footer_contact_form.light_c .form_box_foo form br {
display: none;
}
.footer_contact_form.light_c .form_box_foo form p {
margin-bottom: 15px;
}
.footer_contact_form.light_c .form_box_foo form input, .footer_contact_form.light_c .form_box_foo form textarea {
margin: 0px;
background: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.05);
border-radius: 0px;
}
.footer_contact_form.light_c .form_box_foo form input::-moz-placeholder, .footer_contact_form.light_c .form_box_foo form textarea::-moz-placeholder {
color: rgba(255, 255, 255, 0.6);
font-size: 14px;
font-weight: 400;
font-family: var(--creote-family-one);
}
.footer_contact_form.light_c .form_box_foo form input::placeholder, .footer_contact_form.light_c .form_box_foo form textarea::placeholder {
color: rgba(255, 255, 255, 0.6);
font-size: 14px;
font-weight: 400;
font-family: var(--creote-family-one);
}
.footer_contact_form.light_c .form_box_foo form input[type=submit] {
background: #00489a;
}
.footer_contact_form.light_c .form_box_foo form input[type=submit]:hover {
background: #fff;
color: #00489a;
}
.footer_contact_form.dark_c {
background: #fff;
box-shadow: var(--box-shadow);
border-top: 3px solid #00489a;
}
.footer_contact_form.dark_c .form_box_foo h2 {
position: relative;
margin-bottom: 15px;
font-size: 20px;
line-height: 30px;
color: var(--heading-dark);
font-weight: 700;
}
.footer_contact_form.dark_c .form_box_foo form br {
display: none;
}
.footer_contact_form.dark_c .form_box_foo form p {
margin-bottom: 15px;
}
.footer_contact_form.dark_c .form_box_foo form input, .footer_contact_form.dark_c .form_box_foo form textarea {
margin: 0px;
border-radius: 0px;
}
.footer_contact_form.dark_c .form_box_foo form input::-moz-placeholder, .footer_contact_form.dark_c .form_box_foo form textarea::-moz-placeholder {
color: var(--text-color-dark);
font-size: 14px;
font-weight: 400;
font-family: var(--creote-family-one);
}
.footer_contact_form.dark_c .form_box_foo form input::placeholder, .footer_contact_form.dark_c .form_box_foo form textarea::placeholder {
color: var(--text-color-dark);
font-size: 14px;
font-weight: 400;
font-family: var(--creote-family-one);
} .footer_contact_list {
position: relative;
}
.footer_contact_list .same_contact {
position: relative;
padding-left: 60px;
}
.footer_contact_list .same_contact span {
position: absolute;
width: 30px;
font-size: 25px;
top: 1px;
left: 0;
width: 50px;
height: 50px;
text-align: center;
border-radius: 50px;
background: #00489a;
line-height: 50px;
color: #fff;
}
.footer_contact_list .same_contact .content {
position: relative;
}
.footer_contact_list .same_contact .content h6 {
font-size: 16px;
line-height: 28px;
margin-bottom: 0px;
color: #fff;
font-weight: 600;
}
.footer_contact_list .same_contact .content a, .footer_contact_list .same_contact .content p {
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: var(--text-color-light);
}
.footer_contact_list.dark_color .same_contact .content h6 {
color: var(--heading-dark);
}
.footer_contact_list.dark_color .same_contact .content a, .footer_contact_list.dark_color .same_contact .content p {
color: var(--text-color-dark);
} .gallery_repeater {
position: relative;
}
.gallery_repeater ul {
position: relative;
padding-left: 0px;
}
.gallery_repeater ul li {
list-style: none;
display: inline-block;
padding-right: 3px;
padding-bottom: 4px;
}
.gallery_repeater ul li span.image {
width: 80px;
height: 80px;
border-radius: 5px;
overflow: hidden;
position: relative;
display: block;
}
.gallery_repeater ul li span.image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}
.gallery_repeater ul li span.image a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
opacity: 0;
}
.gallery_repeater ul li span.image a i {
position: absolute;
width: 30px;
height: 30px;
background: #fff;
color: #00489a;
border-radius: 50px;
line-height: 30px;
text-align: center;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.gallery_repeater ul li span.image:hover img {
opacity: 0.5;
}
.gallery_repeater ul li span.image:hover a {
opacity: 1;
}
@media (min-width: 992px) {
.footer_area.footer_sticky_enable_foo {
position: sticky;
left: 0;
bottom: 0;
width: 100%;
clear: both;
}
}
.footer_area.fifteen {
background-color: transparent;
background-image: linear-gradient(180deg, #FFFFFF 3%, #F0F3F9 100%);
}
.footer_logo img {
width: 150px;
} .pswp {
z-index: 9999 !important;
}
.post-type-archive-product .row {
--bs-gutter-x: 1.5rem!important;
}
.post-type-archive-product .site-main .col-lg-12 {
padding: 0px 0px;
}
.post-type-archive-product .site-main .col-lg-12 .woocommerce-products-header {
padding: 0px 15px;
}
input[type=checkbox], input[type=radio] {
width: 16px;
height: 16px;
margin-right: 5px;
vertical-align: middle;
}
.wc_payment_method label {
position: relative;
top: 2px;
}
input[type=checkbox]:after {
content: "";
border-bottom: 8px solid var(--primary-color-three);
border-top: 8px solid var(--primary-color-three);
display: block;
opacity: 1;
}
input[type=checkbox]:checked:after {
border-bottom: 8px solid #00489a;
border-top: 8px solid #00489a;
}
b, strong {
font-family: var(--creote-family-one);
}
.woocommerce span.onsale {
border-radius: 50px;
width: 60px;
height: 60px;
line-height: 60px !important;
font-size: 12px;
font-family: var(--creote-family-one);
background-color: #00489a !important;
}
.woocommerce .product form.cart,
.woocommerce_plugin_on .product form.cart {
margin-bottom: 25px !important;
position: relative;
}
.woocommerce .product button.single_add_to_cart_button,
.woocommerce .product .compare,
.woocommerce_plugin_on .product button.single_add_to_cart_button,
.woocommerce_plugin_on .product .compare {
background-color: #00489a !important;
font-size: 12px !important;
font-weight: 600 !important;
font-family: var(--creote-family-one);
line-height: 55px !important;
padding: 0px 25px !important;
font-weight: 600 !important;
display: inline-block;
color: #fff;
border-radius: 5px !important;
text-transform: uppercase;
max-width: 180px;
margin: auto;
text-align: center;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.woocommerce .product button.single_add_to_cart_button:hover,
.woocommerce .product .compare:hover,
.woocommerce_plugin_on .product button.single_add_to_cart_button:hover,
.woocommerce_plugin_on .product .compare:hover {
background-color: var(--primary-color-two) !important;
color: #fff !important;
}
.woocommerce .product .compare,
.woocommerce_plugin_on .product .compare {
background-color: var(--primary-color-two) !important;
}
.woocommerce .product .compare:hover,
.woocommerce_plugin_on .product .compare:hover {
background-color: #00489a !important;
color: #fff !important;
}
.single-product .added_to_cart {
background: var(--primary-color-two);
position: absolute;
bottom: -42px;
right: 72px;
padding: 5px 10px;
border-radius: 5px;
line-height: 25px;
color: #fff;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Edown_key%3C/title%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/18px 20px;
}
.woocommerce-ordering select {
padding: 0px 15px;
width: 250px;
}
@media (max-width: 992px) {
.woocommerce-ordering select {
width: auto;
}
} .products_box_outer .project-wrapper {
position: relative;
padding: 0px 15px;
}
.columns-6 .project-wrapper {
width: 16.66%;
}
.columns-5 .project-wrapper {
width: 20%;
}
.columns-4 .project-wrapper {
width: 25%;
}
.columns-3 .project-wrapper {
width: 33.33%;
}
.columns-2 .project-wrapper {
width: 50%;
}
.columns-1 .project-wrapper {
width: 100%;
}
.up-sells {
position: relative;
margin-bottom: 30px;
}
.up-sells h2 {
text-align: center;
margin-bottom: 30px;
}
.up-sells .columns-1 .project-wrapper, .up-sells .columns-2 .project-wrapper, .up-sells .columns-3 .project-wrapper, .up-sells .columns-4 .project-wrapper, .up-sells .columns-5 .project-wrapper, .up-sells .columns-6 .project-wrapper, .up-sells .columns-7 .project-wrapper, .up-sells .columns-8 .project-wrapper, .up-sells .columns-9 .project-wrapper, .up-sells .columns-10 .project-wrapper {
width: 33.33%;
}
.up-sells .columns-1 .project-wrapper .product_box.type_one .content_box h2, .up-sells .columns-2 .project-wrapper .product_box.type_one .content_box h2, .up-sells .columns-3 .project-wrapper .product_box.type_one .content_box h2, .up-sells .columns-4 .project-wrapper .product_box.type_one .content_box h2, .up-sells .columns-5 .project-wrapper .product_box.type_one .content_box h2, .up-sells .columns-6 .project-wrapper .product_box.type_one .content_box h2, .up-sells .columns-7 .project-wrapper .product_box.type_one .content_box h2, .up-sells .columns-8 .project-wrapper .product_box.type_one .content_box h2, .up-sells .columns-9 .project-wrapper .product_box.type_one .content_box h2, .up-sells .columns-10 .project-wrapper .product_box.type_one .content_box h2 {
margin-bottom: 0px !important;
}
.product_box {
position: relative;
margin-bottom: 30px;
}
.product_box .overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
}
.product_box .overlay ul {
position: absolute;
right: 0;
top: 0;
}
.product_box .overlay ul li {
display: block;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
opacity: 0;
}
.product_box .overlay ul li a,
.product_box .overlay ul li .add_to_wishlist {
width: 50px;
height: 50px;
font-size: 18px;
display: block;
border-radius: 50px;
text-align: center;
line-height: 50px;
background: #fff;
box-shadow: var(--box-shadow-two);
position: relative;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.product_box .overlay ul li a i,
.product_box .overlay ul li .add_to_wishlist i {
position: absolute;
right: 0;
bottom: 0;
left: 0;
margin: auto !important;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
top: 0 !important;
}
.product_box .overlay ul li a span,
.product_box .overlay ul li .add_to_wishlist span {
display: none;
}
.product_box .overlay ul li a:hover,
.product_box .overlay ul li .add_to_wishlist:hover {
background: #00489a;
color: #fff;
}
.product_box .overlay ul li .add_to_wishlist i {
top: 3px !important;
}
.product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistexistsbrowse, .product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistaddedbrowse {
position: relative;
}
.product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistexistsbrowse a, .product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistaddedbrowse a {
position: absolute;
top: 11px;
bottom: 0;
left: -12em;
width: 150px;
text-align: center;
background: #fff;
border-radius: 50px;
box-shadow: var(--box-shadow-two);
font-size: 12px;
text-transform: uppercase;
line-height: 30px;
height: 30px;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
opacity: 0;
}
.product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistexistsbrowse a i, .product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistaddedbrowse a i {
position: absolute;
width: 50px;
height: 50px;
border-radius: 50px;
line-height: 50px;
text-align: center;
}
.product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistexistsbrowse span, .product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistaddedbrowse span {
width: 50px;
height: 50px;
font-size: 18px;
display: block;
border-radius: 50px;
text-align: center;
line-height: 50px;
background: #00489a;
box-shadow: var(--box-shadow-two);
overflow: hidden;
}
.product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistexistsbrowse span i, .product_box .overlay ul li.whish_list_box .yith-wcwl-wishlistaddedbrowse span i {
margin-right: 0px;
position: relative;
top: 2px;
color: #fff;
}
.product_box.type_one {
padding: 25px;
border: 1px solid var(--border-color-dark);
border-radius: 5px;
background: #fff;
text-align: center;
}
.product_box.type_one .inner_box {
position: relative;
}
.product_box.type_one .inner_box span.onsale {
position: absolute;
top: -10px;
left: -10px;
border-radius: 50px;
width: 50px;
height: 50px;
line-height: 50px !important;
font-size: 10px !important;
font-family: var(--creote-family-one) !important;
background-color: #00489a !important;
z-index: 9;
font-weight: 600 !important;
color: #fff !important;
}
.product_box.type_one .inner_box .labels {
position: relative;
}
.product_box.type_one .inner_box .labels p {
color: var(--text-color-dark);
font-size: 12px;
font-weight: 500;
font-family: var(--creote-family-one);
margin-bottom: 10px;
text-decoration: underline;
}
.product_box.type_one .inner_box .image_box {
position: relative;
overflow: hidden;
margin: auto;
border-radius: 5px;
margin-bottom: 30px;
}
.product_box.type_one .inner_box .image_box img {
width: 100%;
height: auto;
margin: auto;
border: 0px !important;
}
.product_box.type_one .product_attributes {
position: relative;
margin-bottom: 5px;
}
.product_box.type_one .product_attributes ul {
padding-left: 0px;
}
.product_box.type_one .product_attributes ul li {
display: inline-block;
position: relative;
font-size: 14px;
line-height: 20px;
padding: 0px;
font-weight: 400;
color: var(--text-color-dark);
font-family: var(--creote-family-one);
}
.product_box.type_one .product_attributes ul li:first-child {
color: #00489a;
font-weight: 600;
}
.product_box.type_one .product_attributes ul li:last-child small {
display: none;
}
.product_box.type_one .content_box {
position: relative;
}
.product_box.type_one .content_box h2 {
line-height: normal;
}
.product_box.type_one .content_box h2 a {
font-size: 18px;
line-height: 28px;
color: var(--heading-dark);
display: block;
font-weight: 700;
margin-bottom: 5px;
}
.product_box.type_one .content_box .rating_price {
position: relative;
display: block;
margin-bottom: 20px;
}
.product_box.type_one .content_box .rating_price span del, .product_box.type_one .content_box .rating_price span ins {
display: inline-block;
font-size: 15px;
color: var(--text-color-light);
font-weight: 600;
}
.product_box.type_one .content_box .rating_price span .woocommerce-Price-amount.amount bdi {
display: inline-block;
font-size: 15px;
font-weight: 600;
color: #00489a !important;
}
.product_box.type_one .content_box .rating_price span del .woocommerce-Price-amount.amount bdi {
text-decoration: line-through;
color: var(--text-color-light) !important;
}
.product_box.type_one .content_box .rating_price .star-rating {
margin: 8px auto 27px;
display: block;
}
.product_box.type_one .content_box .pro_cat a {
display: block;
font-family: var(--creote-family-one);
font-size: 12px;
font-weight: 600;
line-height: 22px;
text-transform: uppercase;
margin-bottom: 6px;
}
.product_box.type_one .content_box .cart_btn {
position: relative;
}
.product_box.type_one .content_box .cart_btn a {
background: var(--primary-color-three) !important;
font-size: 12px !important;
line-height: 26px !important;
padding: 0px 25px !important;
font-weight: 600 !important;
min-width: 140px;
display: inline-block !important;
color: var(--heading-dark) !important;
border-radius: 5px !important;
text-transform: uppercase !important;
margin: auto !important;
text-align: center !important;
position: relative;
font-family: var(--creote-family-one) !important;
padding: 10px 25px !important;
}
.product_box.type_one .content_box .cart_btn a::after {
position: absolute;
z-index: 99;
right: 10px;
}
.product_box.type_one .content_box .cart_btn a.added_to_cart {
background: var(--primary-color-two);
position: absolute;
top: 0;
left: 0;
right: 0;
}
.product_box.type_one .content_box .cart_btn a.creote_quick_view_btn {
margin-bottom: 10px !important;
}
.product_box.type_one:hover .inner_box {
position: relative;
}
.product_box:hover .inner_box {
position: relative;
}
.product_box:hover .inner_box .overlay ul li {
opacity: 1;
}
.product_box:hover .inner_box .overlay ul li.whish_list_box .yith-wcwl-wishlistexistsbrowse a, .product_box:hover .inner_box .overlay ul li.whish_list_box .yith-wcwl-wishlistaddedbrowse a {
background: #fff;
color: #00489a;
opacity: 1;
}
.product_box.type_two {
position: relative;
padding: 25px;
border-radius: 0px;
background: #fff;
margin-bottom: 25px;
}
.product_box.type_two .inner_box {
position: relative;
}
.product_box.type_two .inner_box .onsale {
display: block;
margin-bottom: 10px;
font-size: 16px;
font-family: var(--creote-family-one);
color: var(--heading-dark);
font-weight: 600;
}
.product_box.type_two .inner_box .image_box {
text-align: center;
}
.product_box.type_two .inner_box .image_box img {
display: block;
margin-bottom: 15px;
margin: auto;
}
.product_box.type_two .inner_box .image_box .cart_btn {
position: relative;
text-align: center;
z-index: 11;
padding-top: 25px;
}
.product_box.type_two .inner_box .image_box .cart_btn a {
padding: 3px 20px;
line-height: 34px !important;
display: inline-block;
border: 1px solid var(--border-color-dark) !important;
border-radius: 5px !important;
font-size: 14px;
font-family: var(--creote-family-one);
color: var(--heading-dark);
font-weight: 600;
}
.product_box.type_two .inner_box .image_box .cart_btn .added_to_cart {
position: absolute;
top: 0;
background: #00489a;
display: inline-block;
color: #fff;
left: 0;
right: 0;
margin: auto;
line-height: 40px !important;
}
.product_box.type_two .overlay {
left: 0;
bottom: 0;
right: 0;
top: 0;
}
.product_box.type_two .overlay ul {
padding: 0px;
width: 100%;
height: 70px !important;
bottom: -40px;
left: 0;
right: 0;
margin: auto;
text-align: center;
position: absolute;
}
.product_box.type_two .overlay ul li {
display: inline-block;
margin: 0px 4px;
}
.product_box.type_two .overlay .yith-wcwl-wishlistexistsbrowse a, .product_box.type_two .overlay .yith-wcwl-wishlistaddedbrowse a {
display: none;
}
.product_box.type_two .content_box {
position: relative;
padding: 20px 0px 0px;
}
.product_box.type_two .content_box .pro_cat {
position: relative;
margin-bottom: 10px;
}
.product_box.type_two .content_box h2 a {
font-size: 18px;
font-weight: 700;
line-height: 28px;
display: block;
margin-bottom: 10px;
}
.product_box.type_two .content_box .rating_price {
position: relative;
}
.product_box.type_two .content_box .rating_price .star-rating {
display: block;
margin: 0px 0px 17px !important;
}
.product_box.type_two .content_box .rating_price .star-rating:before {
color: var(--text-color-light) !important;
}
.product_box.type_two .content_box .rating_price .star-rating span:before {
color: #00489a !important;
top: -1px !important;
}
.product_box.type_two .content_box .rating_price .price del {
margin-right: 5px;
text-decoration-color: var(--text-color-light);
}
.product_box.type_two .content_box .rating_price .price del bdi {
color: var(--text-color-light) !important;
}
.product_box.type_two .content_box .rating_price .price ins bdi {
color: #00489a;
}
.product_box .star-rating {
float: none !important;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 1em;
width: 5.4em;
font-family: star;
margin: 8px auto 27px !important;
}
.product_box .star-rating::before {
content: "sssss";
color: var(--primary-color-three);
float: left;
top: 0;
left: 0;
position: absolute;
}
.product_box .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.product_box .star-rating span::before {
content: "SSSSS";
top: 0;
position: absolute;
left: 0;
}
.product_box.type_three {
position: relative;
text-align: center;
padding: 20px;
border: 1px solid var(--border-color-dark);
}
.product_box.type_three .inner_box {
position: relative;
}
.product_box.type_three .inner_box .onsale {
position: absolute;
top: 10px;
right: 10px;
padding: 5px 12px;
background: #00489a;
color: #fff;
font-size: 14px;
line-height: 25px;
border-radius: 5px;
font-family: var(--creote-family-one);
display: inline-block;
z-index: 11;
}
.product_box.type_three .inner_box .image_box {
position: relative;
margin-bottom: 20px;
overflow: hidden;
}
.product_box.type_three .inner_box .image_box img {
width: 100%;
height: auto;
}
.product_box.type_three .inner_box .image_box .cart_btn {
position: absolute;
width: 100%;
left: 0;
bottom: -100px;
opacity: 0;
right: 0;
text-align: center;
height: auto;
padding: 20px;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.product_box.type_three .inner_box .image_box .cart_btn a {
display: inline-block;
padding: 0px 25px;
border-radius: 10px 0px 10px 0px;
background: #00489a;
color: #fff;
border: 1px solid #00489a;
line-height: 46px;
min-height: 46px;
min-width: 160px;
font-weight: 600;
font-size: 14px;
text-align: center;
font-family: var(--creote-family-one);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.product_box.type_three .inner_box .image_box .cart_btn a.ajax_add_to_cart.added {
display: none;
}
.product_box.type_three .inner_box .image_box .cart_btn a:hover {
background: var(--primary-color-two);
border-color: var(--primary-color-two);
}
.product_box.type_three .inner_box .image_box .cart_btn a.creote_quick_view_btn {
margin-bottom: 10px;
}
.product_box.type_three .content_box h2 {
line-height: normal;
}
.product_box.type_three .content_box h2 a {
font-size: 18px;
font-weight: 700;
line-height: 28px;
display: block;
margin-bottom: 5px;
}
.product_box.type_three .content_box .rating_price {
position: relative;
}
.product_box.type_three .content_box .rating_price .star-rating {
display: block;
margin: 0px 0px 17px !important;
}
.product_box.type_three .content_box .rating_price .star-rating:before {
color: var(--text-color-light) !important;
}
.product_box.type_three .content_box .rating_price .star-rating span:before {
color: #00489a !important;
top: -1px !important;
}
.product_box.type_three .content_box .rating_price .price del {
margin-right: 5px;
text-decoration-color: var(--text-color-light);
}
.product_box.type_three .content_box .rating_price .price del bdi {
color: var(--text-color-light) !important;
}
.product_box.type_three .content_box .rating_price .price ins bdi {
color: #00489a;
}
.product_box.type_three:hover .inner_box .image_box .cart_btn {
opacity: 1;
bottom: 0;
}
.product_box .button.loading {
opacity: 0.25;
padding-right: 2.618em;
}
.product_box .button.loading::after {
font-family: WooCommerce;
content: "\e01c";
vertical-align: top;
font-weight: 400;
position: absolute;
top: 0.618em;
right: 1em;
animation: spin 2s linear infinite;
}
.product_box .button.added::after {
content: "\e017";
font-family: WooCommerce;
}
.woocommerce .star-rating span::before,
.woocommerce_plugin_on .star-rating span::before {
color: #00489a;
}
.woocommerce .star-rating::before,
.woocommerce_plugin_on .star-rating::before {
color: var(--text-color-dark);
}  .woocommerce-error, .woocommerce-info, .woocommerce-message {
line-height: 33px !important;
background-color: var(--primary-color-two) !important;
color: #fff !important;
border: 1px solid var(--primary-color-two) !important;
border-radius: 50px !important;
margin-bottom: 30px !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
top: 0 !important;
bottom: 0px;
margin: auto;
height: 20px;
width: 20px;
text-align: center;
font-size: 18px;
color: #00489a !important;
line-height: normal;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
line-height: 35px;
margin-bottom: 0px !important;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button,
.woocommerce_plugin_on .woocommerce-error .button, .woocommerce_plugin_on .woocommerce-info .button, .woocommerce_plugin_on .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
font-size: 12px !important;
line-height: 35px !important;
background: #00489a !important;
font-family: var(--creote-family-one) !important;
padding: 0px 20px !important;
border-radius: 30px !important;
color: #fff !important;
font-weight: 500 !important;
margin: 0 !important;
}
.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover,
.woocommerce_plugin_on .woocommerce-error .button:hover, .woocommerce_plugin_on .woocommerce-info .button:hover, .woocommerce_plugin_on .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover {
background: var(--primary-color-two) !important;
color: #fff;
}
.default_single_product {
position: relative;
}
.default_single_product .woocommerce-product-gallery__trigger {
position: absolute;
width: 50px !important;
height: 50px !important;
background: #fff;
border-radius: 50px;
box-shadow: var(--box-shadow-two);
}
.default_single_product .woocommerce-product-gallery__trigger::after {
background: #00489a !important;
top: 26px !important;
left: 29px !important;
}
.default_single_product .woocommerce-product-gallery__trigger::before {
border-color: #00489a !important;
top: 15px !important;
left: 15px !important;
}
.default_single_product .woocommerce-product-gallery__trigger .icon-search {
display: block;
text-align: center;
line-height: 50px !important;
font-size: 16px;
}
.default_single_product .summary {
position: relative;
}
.default_single_product .summary .stock {
color: #00489a !important;
display: inline-block;
font-size: 16px;
font-weight: 600;
font-family: var(--creote-family-one);
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.default_single_product .summary .stock:hover {
color: var(--primary-color-two) !important;
}
.default_single_product .summary .product_title {
position: relative;
font-size: 30px;
line-height: 40px;
font-weight: 700;
margin-bottom: 8px;
color: var(--heading-dark);
}
.default_single_product .summary .price .woocommerce-Price-amount.amount {
color: #00489a;
font-size: 18px;
font-weight: 500;
}
.default_single_product .summary .price del, .default_single_product .summary .price ins {
display: inline-block;
font-size: 18px;
color: var(--text-color-light) !important;
font-weight: 500;
}
.default_single_product .summary .price ins {
color: #00489a;
}
.default_single_product .summary .product_meta {
position: relative;
}
.default_single_product .summary .product_meta span.sku_wrapper,
.default_single_product .summary .product_meta span.posted_in {
display: block;
margin-bottom: 12px;
}
.default_single_product .summary .woocommerce-product-details__short-description {
position: relative;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid var(--border-color-dark);
}
.default_single_product .summary .woocommerce-product-details__short-description p {
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: var(--text-color-dark);
}
.default_single_product .summary .yith-wcwl-wishlistexistsbrowse, .default_single_product .summary .yith-wcwl-wishlistaddedbrowse {
margin-bottom: 20px;
}
.default_single_product .summary .feedback {
margin-bottom: 10px !important;
position: relative;
font-size: 16px;
font-family: var(--creote-family-one) !important;
font-weight: 600;
display: inline-block !important;
}
.default_single_product .summary .feedback i {
color: #00489a;
}
.default_single_product .summary form {
display: flex;
align-items: center;
margin-bottom: 25px;
}
.default_single_product .summary .d-flex.align-items-center .yith-wcwl-add-button {
margin-bottom: 0px !important;
margin-right: 20px;
position: relative;
}
.default_single_product .summary .d-flex.align-items-center .yith-wcwl-add-button a i {
margin-right: 5px !important;
}
.default_single_product .product_meta {
position: relative;
margin: 25px 0px;
}
.default_single_product .woocommerce-tabs {
position: relative;
padding: 50px;
margin-bottom: 50px;
border-radius: 5px;
border: 1px solid var(--border-color-dark);
}
.default_single_product .woocommerce-tabs .panel {
margin-bottom: 0px !important;
}
.default_single_product .woocommerce-tabs .form-submit {
margin-bottom: 0px !important;
}
.default_single_product .woocommerce-tabs .form-submit .submit {
background: #00489a !important;
color: #fff !important;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
font-size: 12px !important;
font-family: var(--creote-family-one) !important;
font-weight: 600 !important;
text-transform: uppercase;
}
.default_single_product .woocommerce-tabs .form-submit .submit:hover {
background: var(--primary-color-two) !important;
}
.default_single_product .woocommerce-tabs .woocommerce-Reviews-title {
font-size: 24px;
line-height: 34px;
font-weight: 700;
}
.default_single_product .woocommerce-tabs .comment-reply-title {
margin-bottom: 8px;
display: block;
}
.default_single_product .woocommerce-tabs .nav-tabs {
position: relative;
padding: 0px !important;
border-bottom-width: 1px;
margin-bottom: 20px;
}
.default_single_product .woocommerce-tabs .nav-tabs li {
margin-bottom: 0px !important;
margin-right: 4px;
}
.default_single_product .woocommerce-tabs .nav-tabs li button {
border: 1px solid var(--border-color-dark) !important;
padding: 10px 20px !important;
font-size: 16px;
line-height: 26px;
font-weight: 600;
color: var(--heading-dark);
font-family: var(--creote-family-one);
margin: 0px 0 -1px 0 !important;
background: var(--primary-color-three) !important;
}
.default_single_product .woocommerce-tabs .nav-tabs li button.active, .default_single_product .woocommerce-tabs .nav-tabs li button:hover {
background: #00489a !important;
color: #fff !important;
border-color: #00489a !important;
}
.default_single_product .woocommerce-tabs .nav-tabs li::before {
display: none !important;
}
.default_single_product .woocommerce-tabs .nav-tabs li::after {
display: none !important;
}
.default_single_product .woocommerce-tabs .nav-tabs::before {
border-bottom-color: var(--border-color-dark) !important;
}
.default_single_product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
font-size: 24px;
line-height: 34px;
font-weight: 700;
margin-bottom: 15px;
}
.related.products {
position: relative;
text-align: center;
}
.related.products h2 {
position: relative;
font-size: 30px;
line-height: 40px;
margin-bottom: 30px;
}
.related.products .project-wrapper {
padding: 0px 15px;
}
.related.products .project-wrapper .product_box.type_one .content_box h2 {
margin-bottom: 0px;
}
.related.products .project-wrapper .product_box.type_one .cart_btn a {
border: 1px solid var(--border-color-dark);
}
.related.products .owl-nav {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 40px;
pointer-events: none;
bottom: 0;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
margin: auto;
-o-transition: 0.5s ease-in-out;
opacity: 0;
}
.related.products .owl-nav .owl-prev, .related.products .owl-nav .owl-next {
position: absolute;
top: 0;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 16px;
color: #fff;
background: #00489a;
border-radius: 40px;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
pointer-events: fill;
}
.related.products .owl-nav .owl-prev {
left: 0;
}
.related.products .owl-nav .owl-next {
right: 0;
}
.related.products:hover .owl-nav {
opacity: 1;
}
.single-product .col-lg-12.pro {
padding: 0px;
}
.single-product .product {
padding: 0px 15px;
}
.woocommerce .woocommerce-cart-form table.shop_table, .woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table, .woocommerce_plugin_on .woocommerce-cart-form table.shop_table, .woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table {
border: 1px solid var(--border-color-dark) !important;
border-collapse: collapse !important;
background-color: transparent !important;
}
.woocommerce .woocommerce-cart-form table.shop_table th, .woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table th, .woocommerce_plugin_on .woocommerce-cart-form table.shop_table th, .woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table th {
font-size: 18px;
font-weight: 700;
color: var(--heading-dark);
padding: 15px 15px !important;
font-family: var(--creote-family-one) !important;
line-height: 28px !important;
}
.woocommerce .woocommerce-cart-form table.shop_table td, .woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table td, .woocommerce_plugin_on .woocommerce-cart-form table.shop_table td, .woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table td {
position: relative !important;
padding: 15px 15px !important;
font-family: var(--creote-family-two) !important;
line-height: 28px !important;
font-size: 16px !important;
font-weight: 400;
border: 1px solid var(--border-color-dark) !important;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail, .woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table td.product-thumbnail, .woocommerce_plugin_on .woocommerce-cart-form table.shop_table td.product-thumbnail, .woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table td.product-thumbnail {
min-width: 100px;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail img, .woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table td.product-thumbnail img, .woocommerce_plugin_on .woocommerce-cart-form table.shop_table td.product-thumbnail img, .woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table td.product-thumbnail img {
width: 100px;
}
.woocommerce .woocommerce-cart-form table.shop_table td a.remove, .woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table td a.remove, .woocommerce_plugin_on .woocommerce-cart-form table.shop_table td a.remove, .woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table td a.remove {
color: #00489a !important;
}
.woocommerce .woocommerce-cart-form table.shop_table td a.remove:hover, .woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table td a.remove:hover, .woocommerce_plugin_on .woocommerce-cart-form table.shop_table td a.remove:hover, .woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table td a.remove:hover {
background: #00489a !important;
color: #fff !important;
}
.woocommerce .woocommerce-cart-form table.shop_table td .coupon input, .woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table td .coupon input, .woocommerce_plugin_on .woocommerce-cart-form table.shop_table td .coupon input, .woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table td .coupon input {
width: 50% !important;
padding: 0px 20px !important;
border: 1px solid var(--border-color-dark) !important;
}
.woocommerce .woocommerce-cart-form table.shop_table td .coupon button, .woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table td .coupon button, .woocommerce_plugin_on .woocommerce-cart-form table.shop_table td .coupon button, .woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table td .coupon button {
float: left !important;
}
.woocommerce .woocommerce-cart-form table.shop_table td button, .woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table td button, .woocommerce_plugin_on .woocommerce-cart-form table.shop_table td button, .woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table td button {
font-size: 14px !important;
line-height: 56px !important;
background: #00489a !important;
color: #fff !important;
line-height: 56px !important;
font-weight: 600 !important;
font-family: var(--creote-family-one);
padding: 0px 20px !important;
border-radius: 8px !important;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.woocommerce .woocommerce-cart-form table.shop_table td button:hover, .woocommerce .yith-wcwl-form.wishlist-fragment table.shop_table td button:hover, .woocommerce_plugin_on .woocommerce-cart-form table.shop_table td button:hover, .woocommerce_plugin_on .yith-wcwl-form.wishlist-fragment table.shop_table td button:hover {
background: var(--primary-color-two) !important;
color: #fff;
}
.woocommerce-MyAccount-content table {
border: 1px solid var(--border-color-dark) !important;
border-collapse: collapse !important;
}
.woocommerce-MyAccount-content table th {
font-size: 18px;
font-weight: 700;
color: var(--heading-dark);
padding: 15px 15px !important;
font-family: var(--creote-family-one) !important;
line-height: 28px !important;
}
.woocommerce-MyAccount-content table td {
position: relative !important;
padding: 15px 15px !important;
font-family: var(--creote-family-two) !important;
line-height: 28px !important;
font-size: 16px !important;
font-weight: 400;
border: 1px solid var(--border-color-dark) !important;
}
.woocommerce-MyAccount-content table td.product-thumbnail {
min-width: 100px;
}
.woocommerce-MyAccount-content table td.product-thumbnail img {
width: 100px;
}
.woocommerce-MyAccount-content table td a.remove {
color: #00489a !important;
}
.woocommerce-MyAccount-content table td a.remove:hover {
background: #00489a !important;
color: #fff !important;
}
.woocommerce-MyAccount-content table td .coupon input {
width: 50% !important;
padding: 0px 20px !important;
border: 1px solid var(--border-color-dark) !important;
}
.woocommerce-MyAccount-content table td .coupon button {
float: left !important;
}
.woocommerce-MyAccount-content table td button {
font-size: 14px !important;
line-height: 56px !important;
background: #00489a !important;
color: #fff !important;
line-height: 56px !important;
font-weight: 600 !important;
font-family: var(--creote-family-one);
padding: 0px 20px !important;
border-radius: 8px !important;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.woocommerce-MyAccount-content table td button:hover {
background: var(--primary-color-two) !important;
color: #fff;
}
.woocommerce-MyAccount-content address {
position: relative;
line-height: 30px;
}
.woocommerce-cart-form {
margin-bottom: 50px;
}
.woocommerce form .quantity,
.woocommerce_plugin_on form .quantity {
position: relative;
margin: 0px 15px 0px 0px !important;
width: 100px;
}
.woocommerce form .quantity label,
.woocommerce_plugin_on form .quantity label {
display: none;
}
.woocommerce form .quantity .qty_button,
.woocommerce_plugin_on form .quantity .qty_button {
position: absolute;
background: transparent;
padding: 0px;
border-left: 0;
border-right: 0;
border-top: 0px;
border-bottom: 1px;
width: 30px;
height: 28px;
line-height: 28px;
right: 0;
min-width: 30px;
z-index: 111;
border-left: 1px solid var(--border-color-dark);
border-radius: 0px;
}
.woocommerce form .quantity .qty_button.minus,
.woocommerce_plugin_on form .quantity .qty_button.minus {
bottom: 0;
border-top: 1px solid var(--border-color-dark);
}
.woocommerce form .quantity .qty_button.plus,
.woocommerce_plugin_on form .quantity .qty_button.plus {
top: 0;
}
.woocommerce form .quantity input,
.woocommerce_plugin_on form .quantity input {
min-width: 100px;
border-radius: 5px;
padding: 0px 45px 0px 15px;
margin: 0px !important;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce_plugin_on .cart-collaterals .cart_totals h2 {
font-size: 20px;
line-height: 30px;
font-weight: 700;
color: var(--heading-dark);
margin-bottom: 20px;
}
.woocommerce .cart-collaterals .checkout-button,
.woocommerce_plugin_on .cart-collaterals .checkout-button {
font-size: 14px !important;
line-height: 56px !important;
background: #00489a !important;
color: #fff !important;
line-height: 56px !important;
font-weight: 600 !important;
font-family: var(--creote-family-one);
padding: 0px 20px !important;
border-radius: 8px !important;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.woocommerce .cart-collaterals .checkout-button:hover,
.woocommerce_plugin_on .cart-collaterals .checkout-button:hover {
background: var(--primary-color-two) !important;
color: #fff;
}
.woocommerce .shop_table td::before,
.woocommerce_plugin_on .shop_table td::before {
font-family: var(--creote-family-one);
font-weight: 500;
color: var(--heading-dark);
}
.woocommerce .shop_table th,
.woocommerce_plugin_on .shop_table th {
font-family: var(--creote-family-one);
font-weight: 500;
color: var(--heading-dark);
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
font-size: 14px !important;
line-height: 56px !important;
background: #00489a !important;
color: #fff !important;
line-height: 56px !important;
font-weight: 600 !important;
font-family: var(--creote-family-one);
padding: 0px 20px !important;
border-radius: 8px !important;
transition: 0.5s ease-in-out;
text-align: center;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
background: var(--primary-color-two) !important;
color: #fff;
} .woocommerce-checkout {
position: relative;
}
.woocommerce-checkout .woocommerce-additional-fields {
margin-bottom: 50px;
}
.woocommerce-checkout .col-2 {
padding: 40px 0px 0px !important;
}
.woocommerce-checkout .woocommerce-billing-fields, .woocommerce-checkout .woocommerce-additional-fields, .woocommerce-checkout .woocommerce-checkout-review-order {
position: relative;
}
.woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout .woocommerce-additional-fields h3, .woocommerce-checkout .woocommerce-checkout-review-order h3 {
font-size: 26px;
line-height: 36px;
font-weight: 600;
margin-bottom: 20px;
}
.woocommerce-checkout input {
height: 56px;
border-radius: 5px;
border: 1px solid var(--border-color-dark) !important;
}
.woocommerce-checkout label {
font-size: 16px;
font-weight: 500;
color: var(--heading-dark) !important;
line-height: 26px;
font-family: var(--creote-family-one);
margin-bottom: 5px;
}
.woocommerce-checkout .form-row {
padding-bottom: 15px !important;
}
.woocommerce-checkout textarea {
height: 300px !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
padding: 0px;
}
.select2-dropdown {
border: 1px solid var(--border-color-dark) !important;
border-radius: 5px;
background: #fff;
}
#customer_details label span, .woocommerce form .form-row span {
width: 100%;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: var(--primary-color-three) !important;
padding: 40px;
margin-top: 40px;
margin-bottom: 30px;
}
#add_payment_method #payment .wc_payment_methods.payment_methods.methods, .woocommerce-cart #payment .wc_payment_methods.payment_methods.methods, .woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods {
padding: 0px !important;
}
#add_payment_method #payment .payment_methods, .woocommerce-cart #payment .payment_methods, .woocommerce-checkout #payment .payment_methods {
border-bottom: 1px solid var(--border-color-dark) !important;
}
#add_payment_method #payment label, .woocommerce-cart #payment label, .woocommerce-checkout #payment label {
font-size: 18px;
line-height: 28px;
font-weight: 700;
color: var(--heading-dark);
margin-bottom: 20px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
background: #00489a !important;
color: #fff !important;
border-radius: 8px !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
border-bottom-color: #00489a !important;
}
#add_payment_method #payment #place_order, .woocommerce-cart #payment #place_order, .woocommerce-checkout #payment #place_order {
font-size: 14px !important;
line-height: 56px !important;
background: #00489a !important;
color: #fff !important;
line-height: 56px !important;
font-weight: 600 !important;
font-family: var(--creote-family-one);
padding: 0px 20px !important;
border-radius: 8px !important;
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
}
#add_payment_method #payment #place_order:hover, .woocommerce-cart #payment #place_order:hover, .woocommerce-checkout #payment #place_order:hover {
background: var(--primary-color-two) !important;
color: #fff;
}
#add_payment_method #payment .place-order, .woocommerce-cart #payment .place-order, .woocommerce-checkout #payment .place-order {
padding: 20px 0px !important;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table,
.woocommerce_plugin_on .woocommerce-checkout-review-order table.shop_table {
border: 0px !important;
}
.woocommerce-checkout-review-order .your_order_box {
position: relative;
border-radius: 5px;
border-radius: 10px !important;
padding: 40px 40px 20px;
border: 1px solid var(--border-color-dark);
background: var(--primary-color-three);
}
.woocommerce-checkout-review-order .shop_table {
border-collapse: collapse !important;
border: 0px !important;
margin-bottom: 0px !important;
}
.woocommerce-checkout-review-order .shop_table thead th {
padding: 0px 0px 20px !important;
font-size: 18px;
line-height: 28px;
font-weight: 600;
color: var(--heading-dark);
margin-bottom: 10px;
font-family: var(--creote-family-one);
}
.woocommerce-checkout-review-order .shop_table .product-name img {
margin-right: 8px;
}
.woocommerce-checkout-review-order .shop_table tfoot {
position: relative;
margin-top: 20px;
}
.woocommerce-checkout-review-order .shop_table tfoot .cart-subtotal {
padding: 20px 0px !important;
}
.woocommerce-checkout-review-order .shop_table tfoot th, .woocommerce-checkout-review-order .shop_table tfoot td {
padding: 20px 0px !important;
}
.woocommerce-checkout-review-order .shop_table tfoot .cart-subtotal th, .woocommerce-checkout-review-order .shop_table tfoot .order-total th {
font-size: 18px;
line-height: 28px;
font-weight: 600;
font-family: var(--creote-family-one);
color: var(--heading-dark);
}
.woocommerce-checkout-review-order .shop_table tfoot .woocommerce-Price-amount.amount {
font-size: 16px;
color: #00489a;
font-family: var(--creote-family-one);
font-weight: 600;
}
.woocommerce-checkout-review-order .shop_table tbody td {
padding: 20px 0px !important;
}
.woocommerce-checkout-review-order .shop_table tbody td .product-name {
padding: 0px;
}
.woocommerce-checkout-review-order .shop_table tbody td .product-name img {
margin-right: 8px;
}
.select2-container--default .select2-selection--single {
height: 56px !important;
position: relative;
display: block;
padding: 0px 1.25rem !important;
color: var(--text-color-dark) !important;
font-size: 16px !important;
border-radius: 8px !important;
border: 1px solid var(--border-color-dark) !important;
font-weight: 500 !important;
transition: 0.3s !important;
-moz-transition: 0.3s !important;
-o-transition: 0.3s !important;
-ms-transition: 0.3s !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
right: 5px;
bottom: 0;
height: 20px;
margin: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
position: absolute;
content: "";
background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Edown_key%3C/title%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right 0rem center/29px 20px;
width: 20px;
height: 20px;
top: 0;
right: 0px;
bottom: 0px;
margin: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: var(--text-color-dark);
height: 56px !important;
padding: 0px !important;
line-height: 56px !important;
font-weight: 400 !important;
}
.account_dashboard_cm {
display: table;
width: 100%;
}
.account_dashboard_cm .dash_btn_home {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
}
.account_dashboard_cm .woocommerce-MyAccount-navigation {
display: table-cell;
vertical-align: top;
float: none !important;
position: relative;
width: 20% !important;
min-width: 20%;
height: 100%;
background: #00489a;
padding: 40px;
}
.account_dashboard_cm .woocommerce-MyAccount-navigation ul {
padding: 0px;
margin: 0px;
}
.account_dashboard_cm .woocommerce-MyAccount-navigation li {
position: relative;
list-style: none;
padding-left: 30px;
margin-bottom: 0px !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.account_dashboard_cm .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link::before {
position: absolute;
font-size: 20px;
font-family: "icomoon";
top: 0;
left: 0;
bottom: 0;
margin: auto;
color: #fff;
height: 25px;
line-height: 25px;
}
.account_dashboard_cm .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard::before {
content: "\ea21";
}
.account_dashboard_cm .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders::before {
content: "\ea26";
}
.account_dashboard_cm .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads::before {
content: "\e9aa";
}
.account_dashboard_cm .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address::before {
content: "\e9e6";
}
.account_dashboard_cm .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account::before {
content: "\ea52";
}
.account_dashboard_cm .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout::before {
content: "\e9e3";
}
.account_dashboard_cm .woocommerce-MyAccount-navigation li a {
position: relative;
display: block;
font-size: 18px;
color: #fff;
font-weight: 600;
font-family: var(--creote-family-one);
line-height: 28px;
padding: 16px 0px;
}
.account_dashboard_cm .woocommerce-MyAccount-content {
display: table-cell;
vertical-align: top;
width: auto !important;
float: inherit !important;
margin-left: 0px;
padding: 52px 100px 100px;
min-width: 80%;
width: 80%;
}
.page-template-elementor_canvas .account_dashboard_cm,
.page-template-template-full-empty .account_dashboard_cm {
height: 100vh;
}
.page-template-elementor_canvas .account_dashboard_cm .dash_btn_home,
.page-template-template-full-empty .account_dashboard_cm .dash_btn_home {
display: block;
}
.page-template-elementor_canvas .account_dashboard_cm:before,
.page-template-template-full-empty .account_dashboard_cm:before {
position: absolute;
content: "";
width: 20%;
height: 100%;
left: 0;
bottom: 0;
background: #00489a;
}
.page-template-elementor_canvas .account_dashboard_cm .woocommerce-MyAccount-navigation,
.page-template-template-full-empty .account_dashboard_cm .woocommerce-MyAccount-navigation {
height: 100%;
}
.woocommerce-MyAccount-content {
position: relative;
}
.woocommerce-MyAccount-content h3 {
position: relative;
font-size: 24px;
line-height: 34px;
font-weight: 600;
color: var(--heading-dark);
}
.woocommerce-MyAccount-content .woocommerce-address-fields {
position: relative;
margin: 20px 0px;
}
.woocommerce-MyAccount-content .form-row {
position: relative;
margin-bottom: 15px !important;
}
.woocommerce-MyAccount-content .form-row em {
display: block;
padding: 5px 0px 0px;
font-size: 14px;
color: var(--text-color-dark);
line-height: 22px;
}
.woocommerce-MyAccount-content .button {
position: relative !important;
padding: 0px 30px !important;
line-height: 56px !important;
font-size: 16px !important;
font-family: var(--creote-family-one) !important;
font-weight: 600 !important;
color: #fff !important;
background: var(--primary-color-two) !important;
margin-top: 20px !important;
transition: 0.3s !important;
-moz-transition: 0.3s !important;
-o-transition: 0.3s !important;
-ms-transition: 0.3s !important;
}
.woocommerce-MyAccount-content .button:hover {
background: #00489a !important;
}
.woocommerce-MyAccount-content .edit {
padding: 8px 20px;
font-size: 14px;
font-weight: 600;
font-family: var(--creote-family-one);
color: #00489a;
color: #fff;
background: #00489a;
border-radius: 5px;
}
.woocommerce-MyAccount-content fieldset {
padding: 20px 0px;
}
.woocommerce-MyAccount-content fieldset legend {
position: relative;
font-size: 24px;
line-height: 34px;
font-weight: 600;
color: var(--heading-dark);
margin-bottom: 20px;
font-family: var(--creote-family-one);
}
.woocommerce-MyAccount-content .password-input {
position: relative;
}
.woocommerce-MyAccount-content .password-input .show-password-input {
position: absolute;
right: 20px !important;
width: 20px !important;
height: 20px !important;
text-align: center !important;
color: #00489a;
top: 0;
bottom: 0;
margin: auto;
}
.woocommerce-MyAccount-content .password-input .show-password-input:after {
margin-left: 0px !important;
}
.woocommerce-Addresses {
position: relative;
}
.woocommerce-Addresses .title {
margin: 20px 0px 15px;
} .wishlist-title.wishlist-title-with-form h2:hover {
background: inherit !important;
}
.woocommerce-account .woocommerce-notices-wrapper {
position: absolute;
top: 0;
width: 100%;
z-index: 99;
left: 0;
padding: 10px;
}
.woocommerce-account .woocommerce-error, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-message {
background-color: #fff !important;
color: #00489a !important;
}
.whole_login_content {
position: relative;
}
.whole_login_content::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: linear-gradient(88deg, var(--primary-color-two) 42%, rgba(0, 0, 0, 0.09) 298%);
z-index: 1;
}
.whole_login_content .register_login {
position: relative;
overflow: hidden;
width: 100%;
min-width: 100%;
min-height: 100vh;
}
.whole_login_content .register_login .simpleParallax {
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
}
.whole_login_content .register_login .simpleParallax img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.whole_login_content .register_login .login_left_side {
position: relative;
z-index: 11;
max-width: 500px;
margin: 50px 0px;
padding: 100px 50px 90px;
border: 1px solid rgba(255, 255, 255, 0.05);
border-radius: 0px 10px 10px 0px;
background: rgba(255, 255, 255, 0.01);
}
.whole_login_content .register_login .login_left_side p {
color: rgba(255, 255, 255, 0.8);
}
.whole_login_content .register_login .login_left_side .login_logo {
position: relative;
z-index: 11;
padding: 0px 0px 30px;
width: 100%;
height: auto;
}
.whole_login_content .register_login .login_left_side .login_logo img {
width: 200px;
height: auto;
}
.whole_login_content .register_login .login_left_side .login_forms_box {
position: relative;
z-index: 11;
}
.whole_login_content .register_login .login_left_side .login_forms_box h6 {
font-size: 18px;
line-height: 28px;
font-weight: 600;
margin-bottom: 8px;
color: #00489a;
}
.whole_login_content .register_login .login_left_side .login_forms_box h2 {
font-size: 30px;
line-height: 40px;
color: #fff;
font-weight: 700;
margin-bottom: 40px;
}
.whole_login_content .register_login .login_left_side .login_forms_box .nav-pills {
display: inline-block;
margin-bottom: 30px !important;
}
.whole_login_content .register_login .login_left_side .login_forms_box .nav-pills .nav-item {
display: inline-block;
margin-bottom: 0px !important;
}
.whole_login_content .register_login .login_left_side .login_forms_box .nav-pills .nav-item .nav-link {
position: relative;
display: inline-block;
font-family: var(--creote-family-one);
padding: 10px 30px;
font-weight: 600;
border-radius: 5px;
color: #00489a;
background: #fff;
}
.whole_login_content .register_login .login_left_side .login_forms_box .nav-pills .nav-item .nav-link.active {
background: #00489a;
color: #fff;
}
.whole_login_content .register_login .login_left_side .login_forms_box .login-register-form {
position: relative;
padding: 0px;
border: 0px;
margin: 0px;
border: 0px;
}
.whole_login_content .register_login .login_left_side .login_forms_box .login-register-form label {
font-size: 16px;
font-weight: 400;
line-height: 26px;
display: block;
margin-bottom: 8px;
font-family: var(--creote-family-one);
color: #fff;
}
.whole_login_content .register_login .login_left_side .login_forms_box .login-register-form .form-row {
position: relative;
margin-bottom: 15px !important;
}
.whole_login_content .register_login .login_left_side .login_forms_box .login-register-form .form-row .show-password-input {
position: absolute;
width: 20px;
text-align: center;
height: 20px;
line-height: 20px;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
color: var(--text-color-light);
}
.whole_login_content .register_login .login_left_side .login_forms_box .login-register-form .form-row .show-password-input::after {
margin-left: 0px !important;
}
.whole_login_content .register_login .login_left_side .login_forms_box .login-register-form .form-row input, .whole_login_content .register_login .login_left_side .login_forms_box .login-register-form .form-row textarea {
background: rgba(255, 255, 255, 0.02);
border: 0px;
}
.whole_login_content .register_login .login_left_side .login_forms_box .login-register-form .form-row .woocommerce-form-login__rememberme {
position: relative;
margin-bottom: 30px;
}
.whole_login_content .register_login .login_left_side .login_forms_box .login-register-form .form-row .woocommerce-form-login__rememberme span {
position: relative;
top: 2px;
font-size: 14px;
}
.whole_login_content .register_login .login_left_side .login_forms_box .login-register-form .form-row button {
padding: 0px 35px;
font-size: 16px;
font-weight: 600;
border: unset !important;
line-height: 56px;
background: #00489a;
color: #fff;
border-radius: 5px;
}
.whole_login_content .register_login .login_left_side .login_pg_footer {
position: relative;
max-width: 600px;
margin: auto;
} .mini_cart_togglers.fixed_cart {
position: fixed;
right: 0;
top: 175px;
width: 40px;
height: 40px;
background: var(--primary-color-three);
color: var(--primary-color-two);
font-size: 20px;
line-height: 40px;
text-align: center;
border-radius: 10px 0px 0px 10px;
z-index: 999999;
cursor: pointer;
}
.mini_cart_togglers.fixed_cart i {
position: absolute;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
}
.mini_cart_togglers.fixed_cart .mini-cart-count {
position: absolute;
width: 20px;
height: 20px;
text-align: center;
border-radius: 50px;
line-height: 20px;
font-size: 12px;
line-height: 20px;
color: #fff;
background: #00489a;
top: 0;
left: -15px;
bottom: 0;
margin: auto;
}
.side_bar_cart {
position: fixed;
right: -100%;
width: 100%;
height: 100%;
top: 0;
transition: 0.6s !important;
-moz-transition: 0.6s !important;
-o-transition: 0.6s !important;
-ms-transition: 0.6s !important;
z-index: 9999999;
overflow: hidden;
}
.side_bar_cart .cart_overlay {
position: absolute;
right: -100%;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
top: 0;
transition: 0.6s !important;
-moz-transition: 0.6s !important;
-o-transition: 0.6s !important;
-ms-transition: 0.6s !important;
z-index: 9999999;
}
.side_bar_cart .cart_right_conten {
position: absolute;
width: 350px;
height: 100%;
background: #fff !important;
z-index: 9999999;
padding: 80px 40px 50px 40px;
top: 0;
right: 0%;
box-shadow: var(--box-shadow);
transition: 0.6s !important;
-moz-transition: 0.6s !important;
-o-transition: 0.6s !important;
-ms-transition: 0.6s !important;
overflow: auto;
}
.side_bar_cart .cart_right_conten .close_btn_mini {
position: absolute;
width: 50px;
cursor: pointer;
height: 50px;
border-radius: 0px 0px 5px 0px;
background: #00489a;
color: #fff;
top: 0;
left: 0;
}
.side_bar_cart .cart_right_conten .close_btn_mini i {
position: absolute;
font-size: 16px;
width: 20px;
height: 20px;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
line-height: 20px;
text-align: center;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart__empty-message {
text-align: center;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart__total.total {
padding: 10px;
border-radius: 5px;
background: var(--primary-color-three);
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart__total.total strong {
font-size: 16px;
line-height: 26px;
display: inline-block;
margin-right: 5px;
color: var(--text-color-dark);
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart {
position: relative;
padding-bottom: 30px;
padding-left: 0px !important;
margin-bottom: 0px !important;
padding-right: 0px !important;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item {
position: relative;
display: flex;
margin: 0px !important;
padding: 20px 0px 20px !important;
border-bottom: 1px solid var(--border-color-dark);
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .image_box {
margin-right: 15px;
display: block;
min-width: 30%;
width: 30%;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .image_box img {
float: none !important;
width: 100%;
height: auto;
margin-left: 0px !important;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items {
position: relative;
width: 70%;
min-width: 70%;
padding-right: 35px;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items h2 {
line-height: normal;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items h2 a {
font-size: 16px;
display: block;
line-height: 28px;
font-weight: 600;
margin-bottom: 8px;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items .remove_from_cart_button {
position: absolute;
right: 0px;
top: 11px;
width: 30px;
height: 30px;
border-radius: 50px;
border: 1px solid var(--border-color-dark);
line-height: 27px;
text-align: center;
display: block;
font-size: 16px;
color: #00489a !important;
background: #fff;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item .content_right_car_box_items .remove_from_cart_button:hover {
background: #00489a !important;
color: #fff !important;
border-color: #00489a !important;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item:first-child {
padding-top: 0px !important;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart .woocommerce-mini-cart-item:last-child {
padding-bottom: 0px;
border-bottom: 0px;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart__buttons {
display: block;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart__buttons a {
position: relative;
padding: 6px 25px !important;
line-height: 35px !important;
font-size: 14px;
font-family: var(--creote-family-one);
font-weight: 600;
color: #fff;
background: #00489a;
display: inline-block;
border-radius: 5px;
}
.side_bar_cart .cart_right_conten .woocommerce-mini-cart__buttons a:last-child {
float: right;
}
.blockOverlay {
background: rgba(255, 255, 255, 0.95) !important;
}
.side_bar_cart-visible .side_bar_cart {
right: 0;
}
.side_bar_cart-visible .side_bar_cart .cart_overlay {
right: 0;
}
.side_bar_cart-visible .side_bar_cart .cart_right_conten {
right: 0;
}
.flex-control-nav {
position: relative;
}
.flex-control-nav li {
padding: 10px;
}
.comment-respond .comment-form-rating label {
margin-bottom: 10px;
display: block;
}
.comment-respond .comment-form-author, .comment-respond .comment-form-email {
position: relative;
float: left;
width: 50%;
z-index: 99;
margin-right: 0px !important;
}
.comment-respond .comment-form-author {
padding-right: 15px;
}
.comment-respond .comment-form-email {
padding-left: 15px;
}
.comment-respond .comment-form-cookies-consent {
margin: 0px 0px 25px;
}
.comment-respond .form-submit input {
font-size: 12px;
font-family: var(--creote-family-one);
}
@media (max-width: 768px) {
.comment-respond .comment-form-author, .comment-respond .comment-form-email {
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
} .product_shop_section .project-wrapper.grid_box {
margin-bottom: 0px !important;
}
.product_shop_section.three_column .product_box.type_one {
padding: 30px 35px;
} @media (max-width: 768px) {
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
width: 100%;
margin-bottom: 8px !important;
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
display: none !important;
}
} .offer.style_one {
position: relative;
}
.offer.style_one .counter_section {
position: relative;
text-align: left;
margin-bottom: 20px;
}
.offer.style_one .counter_section .Countdown-timer .item {
padding: 0px 20px 0px 0px;
margin-right: 20px;
}
.offer.style_one .counter_section .Countdown-timer .item span {
color: var(--heading-dark);
}
.offer.style_one .counter_section .Countdown-timer .item p {
color: var(--heading-dark);
}
.offer.style_one .counter_section .Countdown-timer .item small {
color: var(--heading-dark);
}
.offer.style_one h6 {
font-size: 18px;
line-height: 30px;
padding: 5px 15px;
background: #fff;
color: #00489a;
font-weight: 600;
display: inline-block;
margin-bottom: 30px;
}
.offer.style_one h1 {
font-size: 54px;
line-height: 70px;
margin-bottom: 20px;
color: var(--heading-dark);
}
.offer.style_one p {
margin-bottom: 20px;
}
.offer.style_one .bottom_content {
position: relative;
}
.woocommerce-privacy-policy-text {
margin-bottom: 15px;
}
@media (max-width: 992px) {
.columns-1 .project-wrapper, .columns-2 .project-wrapper, .columns-3 .project-wrapper, .columns-4 .project-wrapper, .columns-5 .project-wrapper, .columns-6 .project-wrapper, .columns-7 .project-wrapper, .columns-8 .project-wrapper, .columns-9 .project-wrapper, .columns-10 .project-wrapper {
width: 33.33% !important;
}
}
@media (max-width: 768px) {
.columns-1 .project-wrapper, .columns-2 .project-wrapper, .columns-3 .project-wrapper, .columns-4 .project-wrapper, .columns-5 .project-wrapper, .columns-6 .project-wrapper, .columns-7 .project-wrapper, .columns-8 .project-wrapper, .columns-9 .project-wrapper, .columns-10 .project-wrapper {
width: 50% !important;
}
}
@media (max-width: 480px) {
.columns-1 .project-wrapper, .columns-2 .project-wrapper, .columns-3 .project-wrapper, .columns-4 .project-wrapper, .columns-5 .project-wrapper, .columns-6 .project-wrapper, .columns-7 .project-wrapper, .columns-8 .project-wrapper, .columns-9 .project-wrapper, .columns-10 .project-wrapper {
width: 100% !important;
}
}
.woocommerce-lost-password {
padding: 100px;
text-align: center;
background: var(--primary-color-three);
}
.woocommerce-lost-password .lost_reset_password p {
margin-bottom: 20px;
}
.woocommerce-lost-password .lost_reset_password .woocommerce-Input--text {
margin-bottom: 15px !important;
}
.woocommerce-lost-password .woocommerce {
max-width: 700px;
margin: auto;
background: #fff;
padding: 50px;
border: 1px solid var(--border-color-dark);
}
.woocommerce-lost-password .woocommerce form .form-row-first, .woocommerce-lost-password .woocommerce-page form .form-row-first {
float: unset;
margin: auto;
width: unset !important;
}
@media (max-width: 768px) {
.woocommerce-lost-password {
padding: 50px;
}
.woocommerce-lost-password .woocommerce {
max-width: 95%;
padding: 20px;
}
}
.products_box_outer .products.project_container {
padding-top: 10px;
}
.products_box_outer .products_project_container {
margin: 0px;
padding: 0px;
text-align: center;
}
.products_box_outer .product-category {
position: relative;
display: inline-block;
width: 24%;
padding: 5px 10px 10px;
}
.products_box_outer .product-category a {
border: 1px solid var(--border-color-dark);
padding: 20px 15px;
border-radius: 10px;
text-align: center;
display: block;
}
.products_box_outer .product-category img {
width: 100px;
height: auto;
margin: auto;
display: block;
}
.products_box_outer .product-category .woocommerce-loop-category__title {
font-size: 18px;
line-height: 26px;
color: var(--heading-dark);
margin: 0px;
}
.products_box_outer .product-category .woocommerce-loop-category__title .count {
width: 30px;
height: 30px;
position: relative;
display: inline-block;
background: var(--primary-color-three);
color: #00489a;
font-size: 16px;
line-height: 26px;
text-align: center;
border-radius: 30px;
}
@media (max-width: 992px) {
.products_box_outer .product-category {
width: 32%;
}
.products_box_outer .product-category a {
min-height: 200px;
}
}
@media (max-width: 768px) {
.products_box_outer .product-category {
width: 49%;
}
}
@media (max-width: 450px) {
.products_box_outer .product-category {
width: 100%;
}
}
.sold-individually .quantity {
display: none;
}
.woocommerce-checkout-payment {
padding: 20px;
background: var(--primary-color-three);
}
.accordion-box .accordion {
position: relative;
margin: 0px 0 20px;
padding: 20px 25px 15px;
background: #fff;
list-style: none;
border: 1px solid var(--border-color-dark);
}
.accordion-box .accordion h4 {
font-size: 18px;
}
.accordion-box .accordion .icon-outer {
position: absolute;
top: 25px;
right: 23px;
opacity: 1 !important;
color: var(--heading-dark);
font-size: 16px;
} .widget_product_tag_cloud {
position: relative;
}
.widget_product_tag_cloud .tag-cloud-link {
padding: 8px 15px;
background: var(--primary-color-three);
border-radius: 5px;
font-size: 15px;
font-weight: 500;
font-family: var(--creote-family-one);
color: var(--text-color-dark);
border: 1px solid var(--border-color-dark);
transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
display: inline-block;
margin-bottom: 5px;
}
.widget_product_tag_cloud .tag-cloud-link:hover {
background: #00489a !important;
color: #fff !important;
}
.woocommerce .widgets_grid_box .product_list_widget,
.woocommerce .widgets_grid_box .cart_list {
overflow: inherit !important;
padding: 0px;
margin: 0px;
position: relative;
-webkit-padding-start: 0px;
padding-inline-start: 0px;
}
.woocommerce .widgets_grid_box .product_list_widget li,
.woocommerce .widgets_grid_box .cart_list li {
display: flex;
padding-top: 0px;
min-height: 85px;
margin-bottom: 15px !important;
padding-bottom: 15px;
border-bottom: 1px solid var(--border-color-dark);
padding-left: 0px !important;
align-items: center;
}
.woocommerce .widgets_grid_box .product_list_widget li .content,
.woocommerce .widgets_grid_box .cart_list li .content {
padding-left: 12px;
}
.woocommerce .widgets_grid_box .product_list_widget li span.product-title,
.woocommerce .widgets_grid_box .cart_list li span.product-title {
color: var(--heading-dark);
line-height: 22px;
display: block;
font-size: 16px;
text-align: left;
font-weight: 600;
font-size: 16px;
margin-bottom: 7px;
text-transform: capitalize;
}
.woocommerce .widgets_grid_box .product_list_widget li img,
.woocommerce .widgets_grid_box .cart_list li img {
width: 70px;
height: 70px;
margin-top: 0px;
float: left;
margin-left: 0px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 8px;
}
.woocommerce .widgets_grid_box .product_list_widget li .woocommerce-Price-amount.amount,
.woocommerce .widgets_grid_box .cart_list li .woocommerce-Price-amount.amount {
margin-left: 14px;
font-size: 12px;
font-family: var(--creote-family-one);
color: #00489a;
}
.woocommerce .widgets_grid_box .product_list_widget li del,
.woocommerce .widgets_grid_box .cart_list li del {
margin-right: 8px;
text-decoration: line-through;
}
.woocommerce .widgets_grid_box .product_list_widget li del .woocommerce-Price-amount.amount,
.woocommerce .widgets_grid_box .cart_list li del .woocommerce-Price-amount.amount {
color: var(--text-color-light) !important;
}
.woocommerce .widgets_grid_box .product_list_widget li .star-rating,
.woocommerce .widgets_grid_box .cart_list li .star-rating {
margin-left: 75px;
margin-bottom: 10px;
}
.woocommerce .widgets_grid_box .product_list_widget li del, .woocommerce .widgets_grid_box .product_list_widget li ins,
.woocommerce .widgets_grid_box .cart_list li del,
.woocommerce .widgets_grid_box .cart_list li ins {
float: left;
font-size: 12px;
font-family: var(--creote-family-one);
color: #00489a;
}
.woocommerce .widgets_grid_box .product_list_widget li del .woocommerce-Price-amount.amount, .woocommerce .widgets_grid_box .product_list_widget li ins .woocommerce-Price-amount.amount,
.woocommerce .widgets_grid_box .cart_list li del .woocommerce-Price-amount.amount,
.woocommerce .widgets_grid_box .cart_list li ins .woocommerce-Price-amount.amount {
margin-left: 0px !important;
margin-right: 0px !important;
}
.woocommerce .widgets_grid_box .product_list_widget li:last-child,
.woocommerce .widgets_grid_box .cart_list li:last-child {
border-bottom: 0px !important;
}
.woocommerce .widgets_grid_box .wc-block-grid__products {
position: relative;
display: block;
flex-wrap: inherit;
}
.woocommerce .widgets_grid_box .wc-block-grid__products li {
width: 100%;
flex: 100%;
max-width: 100%;
margin-bottom: 15px !important;
padding-bottom: 15px;
border-bottom: 1px solid var(--border-color-dark);
text-align: left;
padding: 0px 0px;
}
.woocommerce .widgets_grid_box .wc-block-grid__products li a {
display: block;
}
.woocommerce .widgets_grid_box .wc-block-grid__products li a .wc-block-grid__product-image {
width: 60px;
height: 70px;
margin-top: 0px;
float: left;
margin-left: 0px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 8px;
}
.woocommerce .widgets_grid_box .wc-block-grid__products li a .wc-block-grid__product-title {
margin-left: 75px;
font-weight: 600;
text-transform: capitalize;
font-family: var(--creote-family-one);
font-size: 16px;
}
.woocommerce .widgets_grid_box .wc-block-grid__products li .wc-block-grid__product-price {
margin-left: 75px;
}
.woocommerce .widgets_grid_box .wc-block-grid__products li .wc-block-grid__product-price del, .woocommerce .widgets_grid_box .wc-block-grid__products li .wc-block-grid__product-price ins {
font-size: 12px;
font-family: var(--creote-family-one);
color: #00489a;
}
.woocommerce .widgets_grid_box .wc-block-grid__products li .wc-block-grid__product-price del {
color: var(--text-color-light) !important;
margin-right: 8px;
text-decoration: line-through;
}
.woocommerce .widgets_grid_box .wc-block-grid__products li .wc-block-grid__product-onsale {
position: absolute;
left: 2px;
top: 2px;
background: #00489a;
font-size: 10px;
font-weight: 500;
color: #fff;
border: 0px;
border-radius: 5px;
}
.woocommerce .widgets_grid_box .wc-block-grid__products li .wc-block-grid__product-rating {
margin: 0px 0px 5px 0px;
}
.woocommerce .widgets_grid_box .wc-block-grid__products li .wc-block-grid__product-rating::after {
content: "";
clear: both;
display: table;
}
.woocommerce .widgets_grid_box .wc-block-grid__products li .wc-block-grid__product-rating .star-rating {
position: absolute;
float: left;
width: 100%;
margin-left: 75px;
}
.woocommerce .widgets_grid_box .wc-block-grid__products li .wp-block-button.wc-block-grid__product-add-to-cart {
margin-left: 75px;
}
.woocommerce .widgets_grid_box .wc-block-grid__products li .wp-block-button.wc-block-grid__product-add-to-cart a {
font-size: 10px;
border: 0px;
padding: 4px 14px;
border-radius: 30px;
font-weight: 500;
display: inline-block;
text-transform: none;
color: #fff;
background: #00489a;
margin: 12px 0px 0px 0px;
}
.woocommerce .widgets_grid_box .wc-block-product-categories-list {
position: relative;
}
.woocommerce .widgets_grid_box .wc-block-product-categories-list li {
position: relative;
padding: 15px 25px 14px 20px;
}
.woocommerce .widgets_grid_box .wc-block-product-categories-list li::before {
position: absolute;
content: "";
width: 10px;
height: 10px;
border-radius: 20px;
border: 1px solid var(--border-color-dark);
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.woocommerce .widgets_grid_box .wc-block-product-categories-list li:first-child {
padding-top: 0px !important;
}
.woocommerce .widgets_grid_box .wc-block-product-categories-list li:first-child::before {
top: -16px;
}
.woocommerce .widgets_grid_box .wc-block-product-categories-list li:last-child {
padding-bottom: 0px !important;
}
.woocommerce .widgets_grid_box .wc-block-product-categories-list li:last-child::before {
bottom: -12px;
}
.woocommerce .widgets_grid_box .wc-block-product-categories-list li span.wc-block-product-categories-list-item-count {
position: absolute;
right: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: var(--primary-color-three) !important;
height: 6px !important;
}
.widgets_grid_box .price_slider_wrapper .button {
padding: 10px 20px !important;
line-height: normal !important;
width: 100px;
font-size: 12px;
min-height: 35px;
height: 35px;
}
.widgets_grid_box .price_slider_wrapper .price_label {
margin-left: 110px;
text-align: left;
font-size: 12px;
line-height: 26px;
font-weight: 600;
font-family: var(--creote-family-one);
color: var(--heading-dark);
line-height: 35px;
}
.widgets_grid_box .price_slider_wrapper .price_label span {
color: #00489a;
}
.widgets_grid_box .widget_layered_nav_filters ul li {
border: 0px !important;
}
.widgets_grid_box .widget_layered_nav_filters ul li a::before {
color: #00489a !important;
} .wc-block-product-search__label {
position: relative;
margin-bottom: 50px;
font-size: 18px;
margin-left: 60px;
font-weight: 700;
line-height: 26px;
color: var(--heading-dark);
font-family: var(--creote-family-one);
}
.wc-block-product-search__label:before {
position: absolute;
content: "";
width: 50px;
left: -60px;
height: 2px;
background: #00489a;
top: 0;
bottom: 0;
margin: auto;
}
.wc-block-product-search__label:after {
position: absolute;
content: "";
width: 10px;
left: -60px;
height: 10px;
border-radius: 10px;
background: #00489a;
top: 0;
bottom: 0;
margin: auto;
}
.wc-block-product-search__fields {
position: relative;
}
.wc-block-product-search__fields input {
width: 100%;
padding: 0px 15px;
}
.wc-block-product-search__fields .wc-block-product-search__button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 56px;
height: 56px;
line-height: 56px;
background: transparent;
border: 0px;
}
.wc-block-product-search__fields .wc-block-product-search__button:before {
position: absolute;
content: "\e914";
font-family: "icomoon";
font-size: 20px;
color: var(--primary-color-two);
top: 0px;
right: 20px;
bottom: 0;
margin: auto;
z-index: 1;
height: 56px;
line-height: 56px;
font-weight: 500;
}
.wc-block-product-search__fields .wc-block-product-search__button svg {
display: none;
}
.object_banner_fit img {
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
.job_grid_box {
position: relative;
background: var(--primary-color-three);
border: 1px solid var(--border-color-dark);
padding: 30px 30px;
border-radius: 5px;
margin-bottom: 30px;
}
.job_grid_box .inner_bx {
position: relative;
}
.job_grid_box .inner_bx .logo_bx {
position: absolute;
width: 105px;
top: 0;
left: 0;
}
.job_grid_box .inner_bx .logo_bx img {
width: 80px;
}
.job_grid_box .inner_bx .content_bx {
position: relative;
margin-left: 105px;
}
.job_grid_box .inner_bx .content_bx .meta {
position: relative;
margin-top: 18px;
margin-bottom: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-left: 0px;
padding-top: 18px;
border-top: 1px solid var(--border-color-dark);
}
.job_grid_box .inner_bx .content_bx .meta li {
display: inline-block;
margin-right: 18px;
margin-bottom: 0px;
position: relative;
padding-left: 25px;
text-transform: capitalize;
font-size: 15px;
}
.job_grid_box .inner_bx .content_bx .meta li::before {
position: absolute;
font-family: "icomoon";
font-size: 18px;
color: #00489a;
left: 0;
top: 0;
bottom: 0;
margin: auto;
line-height: 20px;
}
.job_grid_box .inner_bx .content_bx .meta li:first-child::before {
content: "\e9e6";
}
.job_grid_box .inner_bx .content_bx .meta li.job-type:before {
content: "\e978";
}
.job_grid_box .inner_bx .content_bx .meta li.date:before {
content: "\e98b";
}
.job_grid_box .inner_bx .content_bx h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 7px;
line-height: 32px;
}
.job_grid_box .inner_bx .content_bx .company {
position: relative;
}
.wp-video {
width: 100% !important;
height: 100% !important;
}
.single_job_listing .meta .location::before, .single_job_listing .company .company_twitter::before, .single_job_listing .meta .date-posted::before,
.single_job_listing .company .website::before {
color: #00489a !important;
}
.single_job_listing .meta .full-time {
background-color: #00489a !important;
padding: 10px 20px;
border-radius: 30px;
}
.single_job_listing .company, .single_job_listing .company .company_video {
border-color: var(--border-color-dark) !important;
}
.single_job_listing .com_inner {
display: flex;
}
.single_job_listing .com_inner .company_logo {
position: relative;
float: unset;
margin-right: 30px;
max-width: 3rem;
}
.single_job_listing .com_inner .comp_content .list_meta {
padding: 0px;
margin: 0px 0px 5px;
}
.single_job_listing .com_inner .comp_content .list_meta li {
list-style: none;
display: inline-block;
margin-right: 15px;
}
.single_job_listing .com_inner .comp_content h2 {
font-size: 22px;
font-weight: 700;
margin-bottom: 7px;
line-height: 32px;
}
.rp4wp-related-job_listing > ul li.job_listing a:hover, .rp4wp-related-job_listing > ul li.job_listing a:focus, .rp4wp-related-job_listing > ul li.no_job_listings_found a:hover, .rp4wp-related-job_listing > ul li.no_job_listings_found a:focus, ul.job_listings li.job_listing a:hover, ul.job_listings li.job_listing a:focus, ul.job_listings li.no_job_listings_found a:hover, ul.job_listings li.no_job_listings_found a:focus {
background-color: var(--primary-color-three) !important;
}
.job_filters .search_jobs {
background: var(--primary-color-three);
padding: 2rem 2rem 1rem 2rem !important;
}
.job_filters .job_types {
padding: 1rem 0rem !important;
background: #fff !important;
}
.rp4wp-related-job_listing > ul, ul.job_listings, .job_filters .job_types {
border: unset !important;
}
.rp4wp-related-job_listing > ul li.job_listing, .rp4wp-related-job_listing > ul li.no_job_listings_found, ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found {
border: 1px solid var(--border-color-dark) !important;
margin-bottom: 10px !important;
}
.rp4wp-related-job_listing > ul li.job_listing a img.company_logo, .rp4wp-related-job_listing > ul li.no_job_listings_found a img.company_logo, ul.job_listings li.job_listing a img.company_logo, ul.job_listings li.no_job_listings_found a img.company_logo {
left: 25px !important;
}
.rp4wp-related-job_listing > ul li.job_listing a div.position, .rp4wp-related-job_listing > ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
padding: 0 0 0 60px !important;
}
.rp4wp-related-job_listing > ul li.job_listing a, .rp4wp-related-job_listing > ul li.no_job_listings_found a, ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a {
padding: 2rem 2rem !important;
}
.rp4wp-related-job_listing > ul li.job_listing a .meta .job-type, .rp4wp-related-job_listing > ul li.no_job_listings_found a .meta .job-type, ul.job_listings li.job_listing a .meta .job-type, ul.job_listings li.no_job_listings_found a .meta .job-type {
font-size: 15px;
font-family: var(--creote-family-one) !important;
}
.rp4wp-related-job_listing > ul li.job_listing a div.location, .rp4wp-related-job_listing > ul li.no_job_listings_found a div.location, ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location {
text-transform: capitalize;
font-family: var(--creote-family-one) !important;
}
.rp4wp-related-job_listing > ul li.job_listing a div.location strong, .rp4wp-related-job_listing > ul li.no_job_listings_found a div.location strong, ul.job_listings li.job_listing a div.location strong, ul.job_listings li.no_job_listings_found a div.location strong {
color: #00489a !important;
}
.rp4wp-related-job_listing > ul li.job_listing.job_position_featured a, .rp4wp-related-job_listing > ul li.no_job_listings_found.job_position_featured a, ul.job_listings li.job_listing.job_position_featured a, ul.job_listings li.no_job_listings_found.job_position_featured a {
opacity: 1 !important;
}
.rp4wp-related-job_listing > ul li.job_listing.job_position_featured, .rp4wp-related-job_listing > ul li.no_job_listings_found.job_position_featured,
ul.job_listings li.job_listing.job_position_featured, ul.job_listings li.no_job_listings_found.job_position_featured {
border-color: #fefee5 !important;
}
.rp4wp-related-job_listing > ul li.job_listing, .rp4wp-related-job_listing > ul li.no_job_listings_found, ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found {
border-color: var(--primary-color-three) !important;
}
.rp4wp-related-job_listing > ul li.job_listing:hover, .rp4wp-related-job_listing > ul li.job_listing:focus, .rp4wp-related-job_listing > ul li.no_job_listings_found:hover, .rp4wp-related-job_listing > ul li.no_job_listings_found:focus, ul.job_listings li.job_listing:hover, ul.job_listings li.job_listing:focus, ul.job_listings li.no_job_listings_found:hover, ul.job_listings li.no_job_listings_found:focus {
border-color: var(--primary-color-three) !important;
}
.job-manager-form h2 {
margin-bottom: 30px;
margin-top: 20px;
}
.job-manager-form input[type=file] {
padding: 10px 15px 10px 15px;
}
.job-manager-form fieldset label:not(.full-line-checkbox-field label) {
font-size: 16px;
color: var(--heading-dark);
line-height: 28px;
font-weight: 600;
font-family: var(--creote-family-one);
}
.job-manager-form .spinner {
position: absolute;
bottom: -20px;
right: 0;
}
.rp4wp-related-job_listing > ul li.job_listing a div.position h3, .rp4wp-related-job_listing > ul li.no_job_listings_found a div.position h3, ul.job_listings li.job_listing a div.position h3, ul.job_listings li.no_job_listings_found a div.position h3 {
margin: 0px 0px 10px !important;
}
.header.header_default.style_nine .header_right_content .search-toggler, .header.header_default.style_nine .header_right_content .theme-btn {
margin-left: 20px;
}
.header.header_default.style_nine.pack_two_style_two, .header.header_default.style_nine.pack_two_style_one {
position: relative;
}
.header.header_default.style_nine.pack_two_style_two .header_right_content, .header.header_default.style_nine.pack_two_style_one .header_right_content {
position: relative;
}
.header.header_default.style_nine.pack_two_style_two .header_right_content .search-toggler, .header.header_default.style_nine.pack_two_style_one .header_right_content .search-toggler {
border: 0px;
background: unset;
color: var(--heading-dark);
font-size: 20px;
line-height: 20px;
}
.sidemenu_area {
position: fixed;
top: 0px;
right: -100px;
z-index: 99999999;
width: 80%;
height: 100%;
text-align: center;
transform: translateX(100%);
transition: transform 500ms ease;
transition: transform 500ms ease;
border-radius: 10px 0px 0px 10px;
}
.sidemenu_area .side_menu_content {
background-color: #fff;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
margin: auto;
z-index: 99999999999;
box-shadow: var(--box-shadow-two);
overflow: auto;
padding: 40px 0px 0px;
border: 1px solid var(--border-color-one);
}
.sidemenu_area .side_menu_content #side_menu_toggle_btn_close {
position: fixed;
background: #00489a;
font-size: 20px;
color: #fff;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
top: 6px;
left: -19px;
border-radius: 50px;
right: 0;
z-index: 999999;
}
.sidemenu_area .side_menu_content::-webkit-scrollbar {
width: 8px;
}
.sidemenu_area .side_menu_content::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px #f1f1f1;
background: #f1f1f1;
}
.sidemenu_area .side_menu_content::-webkit-scrollbar-thumb {
background: #00489a;
box-shadow: inset 0 0 6px #00489a;
}
.sidemenu_area .side_menu_content::-webkit-scrollbar-thumb:window-inactive {
background: #00489a;
}
body.side_menu_toggled .sidemenu_area {
transform: translateX(0%);
right: 0;
}
body.side_menu_toggled #side_menu_toggle_btn {
opacity: 0;
visibility: hidden;
}
body.side_menu_toggled .style-switcher {
z-index: 9999;
}
@media (min-width: 1500px) {
.sidemenu_area {
width: 65%;
}
}
.sidemenu_content_bx {
position: fixed;
top: 20%;
right: 8px;
min-width: 75px;
height: auto;
transition: 500ms;
z-index: 999999;
min-height: 432px;
margin: auto;
transition: 0.5s ease-in-out !important;
}
.sidemenu_content_bx .not_for_mobile_cart {
display: block !important;
}
.sidemenu_content_bx.scrolled {
opacity: 0;
top: 25%;
visibility: hidden;
}
.sidemenu_content_bx li {
text-align: center;
display: block;
position: relative;
padding: 8px 8px;
border-radius: 5px;
z-index: 999999;
font-size: 12px;
color: #fff;
border: 1px solid #fc2158;
background-color: #fc2158;
transition: 0.5s ease-in-out !important;
}
.sidemenu_content_bx li .mini-cart-count {
position: absolute;
width: 25px;
top: 10px;
left: -14px;
height: 25px;
font-size: 12px;
line-height: 25px;
text-align: center;
border-radius: 30px;
background: #fff;
color: var(--text-color-dark);
box-shadow: var(--box-shadow);
font-weight: 600;
}
.sidemenu_content_bx li a {
color: #fff;
line-height: 10px;
}
.sidemenu_content_bx li img {
width: 28px;
display: block;
padding-bottom: 5px;
margin: auto;
}
.sidemenu_content_bx li:hover {
border: 1px solid #fff;
}
@media (max-width: 992px) {
.sidemenu_content_bx {
display: none;
}
}
.map-section .google-map {
height: 545px;
}  @media (max-width: 1199px) {
.mini_cart_togglers.fixed_cart {
top: unset;
bottom: 40px;
}
.style-switcher #switcher-toggler {
top: unset;
bottom: 70px;
}
.sidemenu_area {
width: 70%;
}
.crt_mobile_menu .menu-box {
width: 90%;
}
.account_dashboard_cm {
display: block !important;
}
.account_dashboard_cm .woocommerce-MyAccount-navigation {
width: 100% !important;
display: block !important;
padding: 30px 30px 15px 30px;
}
.account_dashboard_cm .woocommerce-MyAccount-navigation li {
display: inline-block;
border: unset !important;
padding: 0px 20px 0px 35px;
margin-bottom: 15px !important;
}
.account_dashboard_cm .woocommerce-MyAccount-content {
display: block !important;
padding: 30px;
}
.page-template-elementor_canvas .account_dashboard_cm:before, .page-template-template-full-empty .account_dashboard_cm:before {
display: none;
}
.page_wapper {
overflow: hidden;
}
.modal_popup {
padding: 50px 20px;
}
.header.style_one.style_two_remade {
position: relative;
}
.header.style_one.style_two_remade .auto-container {
padding: 15px 0px 15px;
border-radius: 0px;
}
.header.style_three .mid_logo_icon {
margin-bottom: 20px;
}
.header.style_three .same_column {
padding: 0px !important;
width: 33.33%;
}
.header.style_three .same_column::before {
display: none !important;
}
.header.style_three .navbar_outer .menu_column {
width: 100% !important;
padding: 0px !important;
}
.header.style_three .navbar_outer .menu_column .hamburger_menu {
float: left !important;
top: 13px;
}
.header.style_three .navbar_outer .menu_column .hamburger_menu .line {
background-color: #fff !important;
}
.header.style_three .navbar_outer .header_content_collapse {
display: block !important;
}
.header.style_three .navbar_outer .header_content_collapse .header_menu_box {
display: none !important;
}
.fixed-header .header.style_three .navbar_outer .menu_column .hamburger_menu .line {
background-color: var(--primary-color-two) !important;
}
.slider.pag_position_one .owl-dots {
position: absolute !important;
top: inherit !important;
left: 0px !important;
transform: inherit !important;
bottom: 20px !important;
right: 0 !important;
margin: auto;
text-align: center;
width: 100% !important;
}
.slider .p_pagination .swiper-pagination .owl-dots .owl-dot {
display: inline-block !important;
margin: 0px 10px !important;
}
br {
display: block;
}
.contact_box_content.style_one .contact_box_inner{
padding: 20px 10px;
margin-top: 10px;
margin-right: 7px;
}
.area_of_expertise .title_and_video .title_sections p {
color: rgb(255 255 255);
}
.parallax_cover img {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.area_of_expertise .parallax_cover .simpleParallax img {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
.area_of_expertise .shape_enable {
display: none;
}
.testimonial_sec.style_one .icon_quotes {
position: relative;
left: inherit !important;
margin-bottom: 35px;
}
.team_intro_box .image_right, .team_intro_box .image_right img {
height: 250px !important;
width: auto !important;
}
.team_intro_box .image_right {
top: inherit;
bottom: 0px;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode p {
margin-bottom: 15px !important;
}
.slider.style_one:before,
.slider.style_four:before {
display: none;
}
}
@media (max-width: 992px) {
.not_for_mobile_cart {
display: none;
}
.area_of_expertise .expertise_box:first-child::after {
display: none;
}
.slider_version_v2.style_five .slide-item-content .slider_content {
padding: 100px 0px !important;
}
.header_boxed.style_four {
position: relative;
}
.breadcrumbs ul li {
margin-bottom: 5px;
}
.right-sidebar .all_side_bar .side_bar, .left-sidebar .all_side_bar .side_bar {
padding-right: 0px;
margin-right: 0px;
}
.left-sidebar .all_side_bar .side_bar::after {
display: none;
}
.slider.style_two {
min-height: auto;
}
.grid_show_case .grid_box {
width: 50% !important;
}
.slider.style_one .slide-item-content .slider_content,
.slider.style_four .slide-item-content .slider_content,
.slider.style_two .slide-item-content .auto-container {
padding: 80px 0px 0px !important;
}
.pd_top_85 {
padding-top: 0px !important;
}
.image_boxes.style_four .image_content_inner.viceo_en {
padding-right: 30px;
}
.n2-section-smartslider {
margin-top: 93px !important;
}
.pd_top_25 {
padding-top: 0px !important;
}
.mb-5 {
margin-bottom: 0rem!important;
}
.extra_content .simple_image h2 {
margin-left: 66px;
display: block;
font-size: 16px;
font-weight: 700;
line-height: 28px;
}
.slider.style_two .slide-item-content,
.slider.style_one .slide-item-content {
text-align: center;
}
.slider.style_two .slide-item-content.content_right .slider_image,
.slider.style_two .slide-item-content.content_left .slider_image {
display: none !important;
}
.slider.style_two .slide-item-content .slider_content h1, .slider.style_four .slide-item-content .slider_content h1, .slider.style_one .slide-item-content .slider_content h1 {
font-size: 50px;
line-height: 60px;
padding-left: 0px;
border: 0px;
margin-bottom: 15px;
padding-bottom: 10px;
}
.slider.nav_position_one .owl-next {
position: absolute;
top: inherit;
bottom: 80px;
display: inline-block;
right: 75px;
}
.slider.nav_position_one .owl-prev {
position: absolute;
top: inherit;
bottom: 82px;
left: 14px;
display: inline-block;
}
.slider.style_two .owl-prev::before, .slider.style_two .owl-next::before {
width: 50px;
height: 50px;
line-height: 50px;
color: #00489a;
}
.title_all_box .title_sections h2,
.title_all_box.style_one .title_sections h2,
.title_all_box.style_two .title_sections h2 {
font-size: 36px;
line-height: 46px;
}
.call_to_action.style_one .left_content {
padding: 80px 30px;
}
.call_to_action.style_one .left_content .main_content h1 {
font-size: 40px;
line-height: 50px;
}
.call_to_action.style_one .bottom_content .button_content {
display: block;
}
.call_to_action.style_one .bottom_content .button_content a {
margin-bottom: 15px;
}
.call_to_action.style_one .bottom_content .call_content {
margin-left: 0px;
}
.image_boxes.style_one {
display: block;
}
.image_boxes.style_one .image.one {
width: 100%;
height: 100%;
}
.image_boxes.style_one .image.two {
left: 0;
right: 0;
margin: auto;
}
.project_all.filt_style_one .fliter_group .project_filter li {
margin-bottom: 5px;
}
.slider.style_one .slide-item-content .slider_image {
display: none !important;
}
.newsteller.style_one .content {
margin-bottom: 20px;
}
.image_boxes.style_two .image.one {
width: 100%;
display: block;
margin-bottom: 30px;
}
.image_boxes.style_two {
width: 100%;
display: block;
min-height: auto;
}
.image_boxes.style_two .image.two {
position: relative;
width: 100%;
display: block;
margin-bottom: 30px;
float: none;
right: inherit;
margin-top: 0px;
}
.image_boxes.style_two .authour_quotes {
width: auto;
display: inline-block;
bottom: inherit;
top: 30px;
left: 30px;
}
.image_boxes.style_two .background_image {
display: none;
}
.error_404 {
margin-bottom: 30px;
text-align: center;
}
.team_intro_box .team_intro_inner .team_intro_start .title h6 {
font-size: 26px;
line-height: 36px;
}
.team_intro_box .team_intro_inner .team_intro_start .title h1 {
font-size: 40px;
line-height: 50px;
}
.price_plan_box.style_one, .price_plan_box.style_two {
margin-bottom: 30px;
}
.single-post.right-sidebar .content-area, .single-post.left-sidebar .content-area {
padding: 0px 0px !important;
}
.project_box.style_three .content_inner {
float: none;
width: 100%;
margin-bottom: 30px;
padding: 0px;
}
.project_box.style_three {
padding: 30px;
}
.project_box.style_three .image {
width: 100%;
float: none;
}
.modal_popup .modal-popup-inner .about_company_inner {
padding: 40px;
}
.area_of_expertise .title_and_video .video_box {
position: relative;
margin-bottom: 50px;
}
.area_of_expertise .title_and_video .title_all_box {
text-align: center !important;
}
.top_bar.style_two {
padding: 15px 0px 20px !important;
}
.slider_version_v3.style_one .slide-item-content .slider_content {
padding: 0px 0px 50px !important;
}
}
@media (max-width: 768px) {
.testimonial_sec.style_three .arrows {
z-index: 99;
}
.testimonial_sec.style_three .arrows .prev-single-one_three {
left: 0;
}
.testimonial_sec.style_three .arrows .next-single-one_three {
right: 50px;
}
.testimonial_sec.style_v2_two .arrows {
position: relative;
top: unset;
}
.testimonial_sec.style_v2_two .arrows .next-single-one {
right: 60px;
}
.testimonial_sec.style_v2_two .arrows .prev-single-one {
left: 0px;
}
.hidden-sm {
display: none;
}
.slider.pag_position_two .owl-dots {
position: absolute;
left: unset !important;
width: 100% !important;
top: unset !important;
bottom: 10px !important;
}
.slider.pag_position_two .owl-dots .owl-dot {
display: inline-block !important;
margin: 0px 8px !important;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li.dropdown.mega_menu .dropdown-menu .m_column {
width: 50%;
}
.icon_bx{
display:none !important;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .contnet{
margin-left: 0px !important;
}
.page_header_default .page_header_content .banner_title_inner .title_page {
font-size: 25px;
line-height: 40px;
margin-top: 65px;
}
.mobil-iconn{
display:inline-block !important;
}
.sidemenu_area {
width: 100%;
}
.heading.type_one .heading_text {
font-size: 30px;
line-height: 40px;
}
.sidemenu_area .side_menu_content #side_menu_toggle_btn_close {
left: unset;
position: absolute;
right: 0px;
top: 0;
border-radius: 0px;
}
.style-switcher {
display: none;
}
.news_box.default_style.list_view {
display: block;
}
.news_box.default_style.list_view .image {
width: 100%;
min-width: 100%;
max-width: 100%;
min-height: auto;
overflow: hidden;
}
.news_box.default_style.list_view .content_box {
padding: 30px 20px;
}
.newsteller.style_two .item_scubscribe {
width: 100%;
}
.newsteller.style_two .item_scubscribe input[type=submit] {
position: relative;
text-align: center;
margin: auto;
margin-top: 10px;
}
.single_banner.style_one .slider_content h1 {
font-size: 40px;
line-height: 52px;
}
.single_banner.style_one .slider_content h6 {
font-size: 15px;
line-height: 28px;
}
.modal_popup .modal-popup-inner .post_contet_modal .post_enable {
grid-template-columns: 1fr 1fr 1fr;
}
.modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid img {
width: 100px;
height: 100px;
}
.sec_comments .comment-respond form .comment-form-author, .sec_comments .comment-respond form .comment-form-email {
width: 100% !important;
}
.image_boxes .image_box {
position: relative;
margin: 20px 0px !important;
width: 100%;
}
.image_boxes .image_box img {
width: 100% !important;
}
.side_bar_cart .cart_right_conten {
width: 100%;
}
.header_boxed.style_four .top_bar .theme-btn {
padding: 0px 20px;
}
.header.style_three .same_column {
padding: 0px !important;
width: 50%;
margin-bottom: 15px !important;
}
.testimonial_sec.style_v2_one .testimonial_box {
display: block;
}
.testimonial_sec.style_v2_one .testimonial_box .image {
min-width: 100%;
width: 100%;
margin-bottom: 20px;
border-radius: 5px;
}
.testimonial_sec.style_v2_one .testimonial_box .authour_details {
min-width: 100%;
width: 100%;
}
.testimonial_sec.style_v2_one .arrows {
position: relative;
height: 50px;
padding-top: 20px;
left: 0;
}
.testimonial_sec.style_v2_one .arrows .prev-single-one {
left: 10px;
}
.testimonial_sec.style_v2_one .arrows .next-single-one {
right: 10px;
}
.slider.nav_position_one .owl-next,
.slider.nav_position_one .owl-prev {
display: none !important;
}
.tags_and_share {
text-align: center;
}
.tags_and_share .tags_content {
margin-bottom: 15px;
}
.tags_and_share .d-flex {
display: block !important;
}
.tags_and_share .share_content {
text-align: center !important;
}
.previouse_next_post ul li {
float: none;
width: 100%;
padding: 0px;
}
.previouse_next_post ul li .prev_post {
margin-right: 0px;
margin-bottom: 20px;
text-align: center;
}
.previouse_next_post ul li .prev_post .arrow {
position: relative;
left: inherit;
}
.previouse_next_post ul li .prev_post .text {
margin-top: 20px;
margin-left: 0px !important;
}
.previouse_next_post ul li .next_post {
margin-left: 0px;
}
.previouse_next_post ul li .next_post .text {
margin-left: 0px;
margin-bottom: 20px;
text-align: center;
}
.previouse_next_post ul li .next_post .arrow {
position: relative;
right: inherit;
}
.previouse_next_post ul li .next_post .text {
margin-top: 20px;
margin-right: 0px !important;
}
.tabs_all_box.type_one .tab_content .content_image h6 {
font-size: 22px;
line-height: 32px;
}
.blog_single_pageheader.page_header_default .meta_blog_single .left_side {
float: none;
margin-bottom: 20px;
padding: 0px;
}
.blog_single_pageheader.page_header_default .page_header_content,
.blog_single_pageheader.page_header_default .page_header_content .banner_title_inner {
text-align: left !important;
}
.blog_single_pageheader.page_header_default .meta_blog_single {
margin-bottom: 60px;
}
.blog_single_pageheader.page_header_default .meta_blog_single .right_side {
float: none;
margin-bottom: 20px;
}
.blog_single_pageheader.page_header_default .meta_blog_single .right_side .content_box_auht {
position: relative;
display: block !important;
text-align: left;
padding-left: 70px;
}
.blog_single_pageheader.page_header_default .meta_blog_single .right_side .content_box_auht .authour_content {
text-align: left !important;
}
.blog_single_pageheader.page_header_default .meta_blog_single .right_side .content_box_auht .authour_image {
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto;
}
.blog_single_pageheader.page_header_default .page_header_content {
padding: 100px 0px 60px;
}
.tabs_all_box.type_one .tab_content .content_image h2 {
font-size: 30px;
line-height: 40px;
}
.time_line_section.style_one .time_line_box {
padding-left: 0px;
padding-right: 0px;
}
.tabs_all_box.type_one .tabs_header {
position: relative;
top: inherit;
width: 100%;
bottom: inherit;
left: inherit;
margin-bottom: 30px;
}
.tabs_all_box.type_one .tab_content .content_image {
margin-left: 0px;
padding: 255px 30px 50px;
}
.tabs_all_box.type_one {
padding: 0px 15px;
}
.slider .slide-item-content .slider_content h1 {
font-size: 40px !important;
line-height: 50px !important;
}
.slider .slide-item-content .slider_content h1 span {
font-size: 30px !important;
line-height: 50px !important;
}
.header.style_two .logo_column .header_log_outer .phone_box {
display: none;
}
.header.style_two .logo_column .header_log_outer .header_logo_box {
margin-right: 0px;
}
.grid_show_case .grid_box {
width: 50% !important;
}
.title_all_box .title_sections h2,
.title_all_box.style_one .title_sections h2,
.title_all_box.style_two .title_sections h2,
.title_all_box.style_one .title_sections .title, .title_all_box.style_two .title_sections .title {
font-size: 32px;
line-height: 42px;
}
.job_grid_box .inner_bx .logo_bx {
position: relative;
}
.job_grid_box .inner_bx .content_bx {
margin-left: 0px;
margin-top: 20px;
}
.faqs_accordion.type_one .article-title {
font-size: 18px;
line-height: 28px;
}
.call_to_action.style_one .left_content {
padding: 80px 20px;
}
.call_to_action.style_one .left_content .main_content h6 {
font-size: 18px;
line-height: 28px;
}
.call_to_action.style_one .left_content .main_content h1 {
font-size: 30px;
line-height: 40px;
}
.call_to_action.style_one .left_content .main_content p {
padding-bottom: 25px;
margin-bottom: 25px;
}
.title_all_box .title_sections .before_title,
.title_all_box.style_one .title_sections .before_title,
.title_all_box.style_two .title_sections .before_title {
font-size: 16px;
line-height: 26px;
}
.icon_box_all.style_one .icon_content h3 a {
font-size: 18px;
line-height: 28px;
}
.title_all_box .title_sections p,
.title_all_box.style_one .title_sections p,
.title_all_box.style_two .title_sections p {
font-size: 15px;
line-height: 26px;
}
.testimonial_sec.style_one.light_color .testimonial_box .comment {
font-size: 16px;
line-height: 26px;
font-weight: 400;
}
.team_box.style_one .team_box_outer .about_member .authour_details h6 {
font-size: 20px;
line-height: 30px;
}
.fourntcontent {
text-align: center;
}
.fourntcontent h1 {
font-size: 40px;
line-height: 50px;
}
.fourntcontent h2 {
font-size: 24px;
line-height: 34px;
}
.team_intro_box .team_intro_inner .team_intro_start .title h6 {
font-size: 22px;
line-height: 32px;
}
.team_intro_box .team_intro_inner .team_intro_start .title h1 {
font-size: 32px;
line-height: 42px;
}
.team_intro_box .team_intro_inner .team_intro_start .quotes span {
position: relative;
top: inherit;
left: inherit;
margin-bottom: 20px;
display: block;
}
.team_intro_box .team_intro_inner .team_intro_start .quotes {
padding-left: 0px;
}
.team_intro_box .team_intro_inner .team_intro_start .quotes h5 {
font-size: 18px;
line-height: 28px;
}
.team_intro_box .team_intro_inner .team_intro_start .authour_dtls {
margin-left: 0px;
}
.team_intro_box .team_intro_inner .team_intro_start .left_content {
padding: 80px 60px 270px;
}
.team_intro_box .image_right {
display: none;
}
.price_plan_box.style_one .top h2 {
font-size: 24px;
line-height: 34px;
}
.call_to_action.style_two .image_right {
opacity: 0.5;
}
.call_to_action.style_two .left_content h1 {
font-size: 26px;
line-height: 36px;
}
.client_logo_carousel .swiper-slide .image::before {
display: none;
}
.counter_section .logo_sec {
margin-bottom: 30px;
}
.counter_section .title h2 {
font-size: 40px;
line-height: 50px;
margin-bottom: 15px;
}
.blog.right-sidebar .content-area, .blog.left-sidebar .content-area {
padding-left: 0px !important;
padding-right: 0px !important;
}
.offer.style_one {
text-align: center;
}
.offer.style_one h1 {
font-size: 40px;
line-height: 56px;
}
.newsteller.style_three h2 {
font-size: 40px;
line-height: 56px;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
float: unset !important;
display: inline-block;
width: 100%;
}
.image_box_new.type_two .image.one {
float: unset;
}
.image_box_new.type_two .image.two {
position: relative;
top: unset;
right: unset;
padding-top: 15px;
}
.image_box_new.type_two img {
width: 100%;
}
.team_box.type_one .image_box img {
width: 100%;
}
}
@media (max-width: 550px) {
.process_box.style_two .process_box_outer_two .content_box .icon {
float: unset;
margin-bottom: 15px;
}
.process_box.style_two .process_box_outer_two .content_box h2 {
margin-left: unset;
}
.account_dashboard_cm .woocommerce-MyAccount-navigation li {
display: block;
}
.header.style_three .same_column {
width: 100%;
}
.offer.style_one h1 {
font-size: 30px;
line-height: 46px;
}
.newsteller.style_three h2 {
font-size: 30px;
line-height: 46px;
}
.offer.style_one .counter_section .Countdown-timer .item {
padding: 0px 0px !important;
margin: 0px 0px 20px !important;
}
.offer.style_one .counter_section .Countdown-timer .item:last-child {
margin-bottom: 0px !important;
}
.header.style_three .col-lg-9.col-md-12 {
display: none;
}
.header.style_three .mid_logo_icon {
margin-bottom: 0px !important;
text-align: center;
}
.header.style_three .header_right_content ul li:first-child {
display: none !important;
}
.project_all.filt_style_two .fliter_group .project_filter li,
.project_all.filt_style_three .fliter_group .project_filter li,
.project_all.filt_style_four .fliter_group .project_filter li,
.project_all.filt_style_five .fliter_group .project_filter li {
display: block;
margin-bottom: 15px;
}
.team_intro_box .team_intro_inner .team_intro_start .title h6 {
font-size: 18px;
line-height: 28px;
}
.team_intro_box .team_intro_inner .team_intro_start .title h1 {
font-size: 26px;
line-height: 36px;
}
.tabs_all_box.type_one .tab_content .content_image h6 {
font-size: 18px;
line-height: 28px;
}
.tabs_all_box.type_one .tab_content .content_image h2 {
font-size: 20px;
line-height: 30px;
margin-bottom: 12px;
}
.tabs_all_box.type_one .tab_content .content_image h2 p {
font-size: 15px;
line-height: 26px;
}
.slider .slide-item-content .slider_content h1 {
font-size: 16px !important;
line-height: 42px !important;
}
.slider .slide-item-content .slider_content h1 span {
font-size: 20px !important;
line-height: 30px !important;
}
.slider.style_three .slide-item-content .slider_content ul li:last-child {
display: none !important;
}
.slider.style_three .slide-item-content.content_right .slider_content ul li .theme-btn {
margin: 0px !important;
}
.slider .slide-item-content .slider_content p {
font-size: 12px !important;
line-height: 30px !important;
margin-bottom: 20px !important;
display: none;
}
.image_boxes.style_four .imgs{
display:none !important;
}
.grid_show_case .grid_box {
width: 100% !important;
}
.title_all_box .title_sections h2,
.title_all_box.style_one .title_sections h2,
.title_all_box.style_two .title_sections h2 {
font-size: 19px !important;
line-height: 38px !important;
}
.area_of_expertise {
position: relative;
padding: 40px 0px 0px;
overflow: hidden;
}
.area_of_expertise .title_and_video {
position: relative;
padding-bottom: 0px;
z-index: 11;
}
p {
font-size: 14px !important;
line-height: 24px !important;
}
.call_to_action.style_one .left_content {
padding: 80px 10px;
}
.call_to_action.style_one .left_content .main_content h1 {
font-size: 28px;
line-height: 38px;
}
.call_to_action.style_one .left_content .main_content p {
padding-bottom: 20px;
margin-bottom: 20px;
font-size: 15px;
line-height: 26px;
}
.title_all_box .title_sections .before_title,
.title_all_box.style_one .title_sections .before_title,
.title_all_box.style_two .title_sections .before_title {
font-size: 16px !important;
line-height: 26px !important;
}
.image_boxes.style_four .image_content_inner h2 {
font-size: 16px;
line-height: 26px;
text-align: left;
}
.pd_left_20 {
padding-left: 0px !important; 
margin-top: 40px !important;
}
.image_boxes.style_four .image_box.one {
margin-bottom: 15px;
}
.image_boxes.style_four .image_box .pad_zero_left {
padding: 0px !important;
margin-bottom: 15px;
}
.image_boxes.style_four .image_box .pad_zero_right {
padding: 0px !important;
}
.image_boxes.style_one {
display: block;
}
.image_boxes.style_one .image.two {
position: relative;
margin-top: 20px !important;
width: 100%;
height: 100%;
bottom: inherit;
left: inherit;
right: inherit;
margin: auto;
}
.testimonial_sec.style_two .single_swiper_tab .swiper-wrapper .swiper-slide {
width: 100% !important;
}
.testimonial_sec.style_two .testimonial_box .comment {
font-size: 15px;
line-height: 25px;
font-weight: 400;
}
.news_box .content_box h2 a {
font-size: 16px !important;
line-height: 26px !important;
}
.testimonial_sec.style_one.light_color .testimonial_box .comment {
font-size: 15px;
line-height: 26px;
}
.testimonial_sec.style_one.light_color .testimonial_box .authour_details .details h2 {
font-size: 18px;
line-height: 28px;
}
.team_box.style_one .team_box_outer .about_member .authour_details h6 {
font-size: 18px;
line-height: 28px;
}
.newsteller.style_one .content h2 {
font-size: 22px;
line-height: 32px;
}
.fourntcontent h1 {
font-size: 30px;
line-height: 40px;
}
.fourntcontent h2 {
font-size: 18px;
line-height: 28px;
}
.progress_bar.style_two .progress {
float: none;
}
.progress_bar.style_two .content_box {
margin-left: 0px;
margin-top: 15px;
}
.progress_bar.style_two .content_box h3 {
font-size: 20px;
line-height: 30px;
}
.price_plan_box.style_one .top h2 {
font-size: 20px;
line-height: 30px;
}
.price_plan_box.style_one .mid h4 {
font-size: 38px;
line-height: 48px;
}
.call_to_action.style_two .left_content h1 {
font-size: 22px;
line-height: 32px;
}
.call_to_action.style_two .image_right {
margin: 0px !important;
top: inherit;
bottom: 0;
}
.call_to_action.style_two .image_right img {
height: 250px;
width: auto;
}
.call_to_action.style_two .left_content {
padding: 50px 0px;
}
.call_to_action.style_two .left_content .call_content {
display: block;
}
.call_to_action.style_two .left_content .call_content .content_bx {
margin-left: 0px;
margin-top: 15px;
}
.service_box.style_four .service_content .content_inner h2 a {
font-size: 18px;
line-height: 28px;
}
.counter_section .title h2 {
font-size: 40px;
line-height: 50px;
}
.counter_section .title h2 {
font-size: 30px;
line-height: 40px;
}
.counter_section .Countdown-timer .item {
display: block;
}
.counter_section .Countdown-timer .item span {
font-size: 22px;
line-height: 32px;
}
.counter_section .Countdown-timer .item small {
display: none;
}
.service_post.style_one .service_content h2 a,
.service_box.style_two .service_content_two .overlay_content h2 a,
.service_box.style_three .service_content .content_inner h2 a,
.project_post.style_four .project_caro_content h2 a,
.project_post.style_four .project_caro_content h2 a,
.project_box.style_three .content_inner h2 a,
.project_post.style_five .project_caro_content h2 a {
font-size: 18px;
line-height: 28px;
}
.project_information h2 {
font-size: 20px;
line-height: 20px;
}
.project_box.style_three {
padding: 20px;
}
.project_box.style_three .image .text {
position: relative;
bottom: 0;
right: 0;
padding: 10px 15px;
border-radius: 0px;
}
.project_box.style_three .image .text ul li span {
margin-left: 0px;
}
.project_box.style_three .content_inner .share_socail button {
margin-bottom: 5px;
}
.project-wrapper.grid-item {
padding: 0px 8px;
}
.contact_form_box_all.type_one .contact_form_box_inner {
padding: 30px 15px;
}
.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode p i {
top: 40px;
font-size: 12px;
height: 12px;
}
}
@media (max-width: 550px) {
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li.dropdown.mega_menu .dropdown-menu .m_column {
width: 100%;
padding: 0px;
}
.modal_popup .modal-popup-inner .form_inner {
padding: 30px;
}
.service_post.style_five .content_box h2 a,
.project_post.style_eight .content_box h2 a {
font-size: 16px;
line-height: 26px;
margin-bottom: 10px;
}
.news_box.style_eight .content_box a.link__go {
font-size: 14px;
}
.project_all.filt_style_eight .fliter_group .project_filter li {
display: block;
margin-bottom: 10px;
}
.service_post.style_five .content_box .read_more {
font-size: 14px;
}
.image_boxes.style_six .image_box .experience {
bottom: 10px;
}
.image_boxes.style_six .image_box .experience .experience_inner h2 {
font-size: 18px;
line-height: 28px;
}
.link_box_contents.style_one .link_content_bx .image_box img,
.link_box_contents.style_two .link_content_bx .image_box img {
height: auto;
}
.time_line_section.style_two .event_box .date_box h6 {
font-size: 14px;
}
.header.style_five .container-fluid {
padding: 0px 0px;
}
.slider.style_two .slide-item-content .slider_content ul li:last-child {
display: block !important;
}
.crt_mobile_menu .menu-box {
width: 100%;
}
.area_of_expertise .title_and_video .col-lg-4 {
text-align: center;
}
.slider_version_v2.style_four .slider_content .thm_btn a {
margin-bottom: 10px !important;
}
.area_of_expertise .expertise_box .step_number h1 {
font-size: 40px;
line-height: 50px;
}
.area_of_expertise .expertise_box .title {
margin-left: 90px;
}
.area_of_expertise .expertise_box .title a {
font-size: 16px;
line-height: 28px;
}
.pd_top_90 {
padding-top: 40px !important;
}
.time_line_section.style_one .time_line_box .time_inner .content h2 a {
position: relative;
font-family: var(--creote-family-one);
font-size: 19px;
font-weight: 700;
line-height: 30px;
margin-bottom: 10px;
padding: 0px 0px;
display: block;
}
.time_line_section.style_one .time_line_box {
position: relative;
margin-bottom: 40px;
}
.time_line_section.style_one .time_line_box .time_inner .content p {
position: relative;
margin-bottom: 40px;
padding: 0px 15px;
}
.slider.style_four .slide-item-content .slider_content h6 {
font-size: 13px;
line-height: 23px;
padding: 8px 20px;
border-width: 1px;
}
.theme-btn.one, .theme-btn.two, .theme-btn.three, .theme-btn.five {
height: 46px;
line-height: 48px !important;
min-height: 46px;
font-size: 12px;
padding: 0px 25px;
min-width: auto;
}
.team_intro_box .team_intro_inner .team_intro_start .left_content {
padding: 60px 30px 280px;
}
.breadcrumbs ul {
display: block;
}
.breadcrumbs ul li {
display: inline-block;
}
}:root {
--primary-color-one: #078586;
--menu-active-color: #078586;
--primary-color-two: #282f3b;
--heading-dark: #282f3b;
--link-color-dark: #282f3b;
--menu-color: #282f3b;
--menu-dropdown-color: #282f3b;
}
.primarg_bg_color {
background: var(--primary-color-one) !important;
background-color: var(--primary-color-one) !important;
}
.primarg_border_color {
border-color: var(--primary-color-one) !important;
}
.footer_seven {
padding-top: 80px;
}:root {
--woocommerce:#a46497;
--wc-green:#7ad03a;
--wc-red:#a00;
--wc-orange:#ffba00;
--wc-blue:#2ea2cc;
--wc-primary:#a46497;
--wc-primary-text:#fff;
--wc-secondary:#ebe9eb;
--wc-secondary-text:#515151;
--wc-highlight:#77a464;
--wc-highligh-text:#fff;
--wc-content-bg:#fff;
--wc-subtext:#767676
}
.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button {
float:right
}
.woocommerce .col2-set,.woocommerce-page .col2-set {
width:100%
}
.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before {
content:" ";
display:table
}
.woocommerce .col2-set::after,.woocommerce-page .col2-set::after {
clear:both
}
.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1 {
float:left;
width:48%
}
.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {
float:right;
width:48%
}
.woocommerce img,.woocommerce-page img {
height:auto;
max-width:100%
}
.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images {
float:left;
width:48%
}
.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before {
content:" ";
display:table
}
.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after {
clear:both
}
.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a {
float:left;
width:30.75%;
margin-right:3.8%;
margin-bottom:1em
}
.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last {
margin-right:0
}
.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first {
clear:both
}
.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a {
width:100%;
margin-right:0;
float:none
}
.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a {
width:48%
}
.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a {
width:22.05%
}
.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a {
width:16.9%
}
.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
float:right;
width:48%;
clear:none
}
.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs {
clear:both
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
content:" ";
display:table
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
clear:both
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
display:inline-block
}
.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before {
content:" ";
display:table
}
.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after {
clear:both
}
.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img {
float:right;
height:auto
}
.woocommerce ul.products,.woocommerce-page ul.products {
clear:both
}
.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before {
content:" ";
display:table
}
.woocommerce ul.products::after,.woocommerce-page ul.products::after {
clear:both
}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
float:left;
margin:0 3.8% 2.992em 0;
padding:0;
position:relative;
width:22.05%;
margin-left:0
}
.woocommerce ul.products li.first,.woocommerce-page ul.products li.first {
clear:both
}
.woocommerce ul.products li.last,.woocommerce-page ul.products li.last {
margin-right:0
}
.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product {
width:100%;
margin-right:0
}
.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product {
width:48%
}
.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product {
width:30.75%
}
.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product {
width:16.95%
}
.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product {
width:13.5%
}
.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product {
width:100%;
margin-right:0
}
.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product {
width:48%
}
.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product {
width:30.75%
}
.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product {
width:16.95%
}
.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product {
width:13.5%
}
.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count {
float:left
}
.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering {
float:right
}
.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
content:" ";
display:table
}
.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
clear:both
}
.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li {
display:inline-block
}
.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img {
height:auto
}
.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions {
text-align:right
}
.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text {
width:80px
}
.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon {
float:left
}
.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label {
display:none
}
.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals {
width:100%
}
.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before {
content:" ";
display:table
}
.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after {
clear:both
}
.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related {
width:30.75%;
float:left
}
.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells {
width:48%;
float:left
}
.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products {
float:none
}
.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li {
width:48%
}
.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator {
width:48%;
clear:right;
float:right
}
.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before {
content:" ";
display:table
}
.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after {
clear:both
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
width:47%
}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals {
float:right;
width:48%
}
.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before {
content:" ";
display:table
}
.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after {
clear:both
}
.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img {
float:right;
height:auto
}
.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before {
content:" ";
display:table
}
.woocommerce form .form-row::after,.woocommerce-page form .form-row::after {
clear:both
}
.woocommerce form .form-row label,.woocommerce-page form .form-row label {
display:block
}
.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox {
display:inline
}
.woocommerce form .form-row select,.woocommerce-page form .form-row select {
width:100%
}
.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text {
box-sizing:border-box;
width:100%
}
.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last {
width:47%;
overflow:visible
}
.woocommerce form .form-row-first,.woocommerce-page form .form-row-first {
float:left
}
.woocommerce form .form-row-last,.woocommerce-page form .form-row-last {
float:right
}
.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide {
clear:both
}
.woocommerce form .password-input,.woocommerce-page form .password-input {
display:flex;
flex-direction:column;
justify-content:center;
position:relative
}
.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password] {
padding-right:2.5rem
}
.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal {
display:none
}
.woocommerce form .show-password-input,.woocommerce-page form .show-password-input {
position:absolute;
right:.7em;
top:.7em;
cursor:pointer
}
.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after {
font-family:WooCommerce;
speak:never;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
margin-left:.618em;
content:"\e010";
text-decoration:none
}
.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after {
color:#585858
}
.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select {
width:auto
}
.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions {
text-align:left;
padding:0 1em 0 0;
float:left
}
.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {
float:right
}
.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before {
content:" ";
display:table
}
.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after {
clear:both
}
.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions {
margin-bottom:1.618em;
padding:1.618em
}
.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed {
position:relative
}
.woocommerce-account .woocommerce-MyAccount-navigation {
float:left;
width:30%
}
.woocommerce-account .woocommerce-MyAccount-content {
float:right;
width:68%
}
.woocommerce-page.left-sidebar #content.twentyeleven {
width:58.4%;
margin:0 7.6%;
float:right
}
.woocommerce-page.right-sidebar #content.twentyeleven {
margin:0 7.6%;
width:58.4%;
float:left
}
.twentyfourteen .tfwc {
padding:12px 10px 0;
max-width:474px;
margin:0 auto
}
.twentyfourteen .tfwc .product .entry-summary {
padding:0!important;
margin:0 0 1.618em!important
}
.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
margin-top:0
}
@media screen and (min-width:673px) {
.twentyfourteen .tfwc {
padding-right:30px;
padding-left:30px
}
}
@media screen and (min-width:1040px) {
.twentyfourteen .tfwc {
padding-right:15px;
padding-left:15px
}
}
@media screen and (min-width:1110px) {
.twentyfourteen .tfwc {
padding-right:30px;
padding-left:30px
}
}
@media screen and (min-width:1218px) {
.twentyfourteen .tfwc {
margin-right:54px
}
.full-width .twentyfourteen .tfwc {
margin-right:auto
}
}
.twentyfifteen .t15wc {
padding-left:7.6923%;
padding-right:7.6923%;
padding-top:7.6923%;
margin-bottom:7.6923%;
background:#fff;
box-shadow:0 0 1px rgba(0,0,0,.15)
}
.twentyfifteen .t15wc .page-title {
margin-left:0
}
@media screen and (min-width:38.75em) {
.twentyfifteen .t15wc {
margin-right:7.6923%;
margin-left:7.6923%;
margin-top:8.3333%
}
}
@media screen and (min-width:59.6875em) {
.twentyfifteen .t15wc {
margin-left:8.3333%;
margin-right:8.3333%;
padding:10%
}
.single-product .twentyfifteen .entry-summary {
padding:0!important
}
}
.twentysixteen .site-main {
margin-right:7.6923%;
margin-left:7.6923%
}
.twentysixteen .entry-summary {
margin-right:0;
margin-left:0
}
#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary {
width:46.42857%
}
@media screen and (min-width:44.375em) {
.twentysixteen .site-main {
margin-right:23.0769%
}
}
@media screen and (min-width:56.875em) {
.twentysixteen .site-main {
margin-right:0;
margin-left:0
}
.no-sidebar .twentysixteen .site-main {
margin-right:15%;
margin-left:15%
}
.no-sidebar .twentysixteen .entry-summary {
margin-right:0;
margin-left:0
}
}
.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1 {
float:right
}
.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2 {
float:left
}
@media (max-width: 767px) {
.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead {
display:none
}
.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
border-top:0
}
.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th {
display:none
}
.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr {
display:block
}
.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td {
display:block;
text-align:right!important
}
.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions {
text-align:left!important
}
.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before {
content:attr(data-title) ": ";
font-weight:700;
float:left
}
.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before {
display:none
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background-color:rgba(0,0,0,.025)
}
.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions {
text-align:left
}
.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before {
display:none
}
.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button {
float:none;
margin:.125em .25em .125em 0
}
.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2 {
float:none;
width:100%
}
.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product {
width:48%;
float:left;
clear:both;
margin:0 0 2.992em
}
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
float:right;
clear:none!important
}
.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary {
float:none;
width:100%
}
.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail {
display:none
}
.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions {
text-align:left
}
.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon {
float:none;
padding-bottom:.5em
}
.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before {
content:" ";
display:table
}
.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after {
clear:both
}
.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input {
width:48%;
box-sizing:border-box
}
.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button {
float:right
}
.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button {
display:block;
width:100%
}
.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator {
width:100%;
float:none;
text-align:left
}
.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row {
width:100%;
float:none
}
.woocommerce #payment .terms,.woocommerce-page #payment .terms {
text-align:left;
padding:0
}
.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {
float:none;
width:100%;
box-sizing:border-box;
margin-bottom:1em
}
.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last {
width:100%;
float:none;
margin-right:0
}
.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation {
float:none;
width:100%
}
.single-product .twentythirteen .panel {
padding-left:20px!important;
padding-right:20px!important
}
}

:root {
--woocommerce:#a46497;
--wc-green:#7ad03a;
--wc-red:#a00;
--wc-orange:#ffba00;
--wc-blue:#2ea2cc;
--wc-primary:#a46497;
--wc-primary-text:#fff;
--wc-secondary:#ebe9eb;
--wc-secondary-text:#515151;
--wc-highlight:#77a464;
--wc-highligh-text:#fff;
--wc-content-bg:#fff;
--wc-subtext:#767676
}
@-webkit-keyframes spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@font-face {
font-family:star;
src:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/star.eot);
src:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/stard41d.eot?#iefix) format("embedded-opentype"),url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/star.woff) format("woff"),url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/star.ttf) format("truetype"),url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/star.svg#star) format("svg");
font-weight:400;
font-style:normal
}
@font-face {
font-family:WooCommerce;
src:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/WooCommerce.eot);
src:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/WooCommerced41d.eot?#iefix) format("embedded-opentype"),url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/WooCommerce.woff) format("woff"),url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/WooCommerce.ttf) format("truetype"),url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/webfonts/fonts/WooCommerce.svg#WooCommerce) format("svg");
font-weight:400;
font-style:normal
}
.woocommerce-store-notice,p.demo_store {
position:absolute;
top:0;
left:0;
right:0;
margin:0;
width:100%;
font-size:1em;
padding:1em 0;
text-align:center;
background-color:#a46497;
color:#fff;
z-index:99998;
box-shadow:0 1px 1em rgba(0,0,0,.2);
display:none
}
.woocommerce-store-notice a,p.demo_store a {
color:#fff;
text-decoration:underline
}
.screen-reader-text {
clip:rect(1px,1px,1px,1px);
height:1px;
overflow:hidden;
position:absolute!important;
width:1px;
word-wrap:normal!important
}
.admin-bar p.demo_store {
top:32px
}
.clear {
clear:both
}
.woocommerce .blockUI.blockOverlay {
position:relative
}
.woocommerce .blockUI.blockOverlay::before {
height:1em;
width:1em;
display:block;
position:absolute;
top:50%;
left:50%;
margin-left:-.5em;
margin-top:-.5em;
content:"";
-webkit-animation:spin 1s ease-in-out infinite;
animation:spin 1s ease-in-out infinite;
background:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/images/icons/loader.html) center center;
background-size:cover;
line-height:1;
text-align:center;
font-size:2em;
color:rgba(0,0,0,.75)
}
.woocommerce .loader::before {
height:1em;
width:1em;
display:block;
position:absolute;
top:50%;
left:50%;
margin-left:-.5em;
margin-top:-.5em;
content:"";
-webkit-animation:spin 1s ease-in-out infinite;
animation:spin 1s ease-in-out infinite;
background:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/images/icons/loader.html) center center;
background-size:cover;
line-height:1;
text-align:center;
font-size:2em;
color:rgba(0,0,0,.75)
}
.woocommerce a.remove {
margin:auto;
display:block;
font-size:1.5em;
height:1em;
width:1em;
text-align:center;
line-height:1;
border-radius:100%;
color:red!important;
text-decoration:none;
font-weight:700;
border:0
}
.woocommerce a.remove:hover {
color:#fff!important;
background:red
}
.woocommerce small.note {
display:block;
color:#767676;
font-size:.857em;
margin-top:10px
}
.woocommerce .woocommerce-breadcrumb {
margin:0 0 1em;
padding:0;
font-size:.92em;
color:#767676
}
.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before {
content:" ";
display:table
}
.woocommerce .woocommerce-breadcrumb::after {
clear:both
}
.woocommerce .woocommerce-breadcrumb a {
color:#767676
}
.woocommerce .quantity .qty {
width:3.631em;
text-align:center
}
.woocommerce div.product {
margin-bottom:0;
position:relative
}
.woocommerce div.product .product_title {
clear:none;
margin-top:0;
padding:0
}
.woocommerce div.product p.price,.woocommerce div.product span.price {
color:#77a464;
font-size:1.25em
}
.woocommerce div.product p.price ins,.woocommerce div.product span.price ins {
background:inherit;
font-weight:700;
display:inline-block
}
.woocommerce div.product p.price del,.woocommerce div.product span.price del {
opacity:.5;
display:inline-block
}
.woocommerce div.product p.stock {
font-size:.92em
}
.woocommerce div.product .stock {
color:#77a464
}
.woocommerce div.product .out-of-stock {
color:red
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom:1.618em
}
.woocommerce div.product div.images {
margin-bottom:2em
}
.woocommerce div.product div.images img {
display:block;
width:100%;
height:auto;
box-shadow:none
}
.woocommerce div.product div.images div.thumbnails {
padding-top:1em
}
.woocommerce div.product div.images.woocommerce-product-gallery {
position:relative
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
transition:all cubic-bezier(.795,-.035,0,1) .5s;
margin:0;
padding:0
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
background-color:#fff;
opacity:0
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
border:1px solid #f2f2f2
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
width:25%;
display:inline-block
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
position:absolute;
top:.5em;
right:.5em;
font-size:2em;
z-index:9;
width:36px;
height:36px;
background:#fff;
text-indent:-9999px;
border-radius:100%;
box-sizing:content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
content:"";
display:block;
width:10px;
height:10px;
border:2px solid #000;
border-radius:100%;
position:absolute;
top:9px;
left:9px;
box-sizing:content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
content:"";
display:block;
width:2px;
height:8px;
background:#000;
border-radius:6px;
position:absolute;
top:19px;
left:22px;
-webkit-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
transform:rotate(-45deg);
box-sizing:content-box
}
.woocommerce div.product div.images .flex-control-thumbs {
overflow:hidden;
zoom:1;
margin:0;
padding:0
}
.woocommerce div.product div.images .flex-control-thumbs li {
width:25%;
float:left;
margin:0;
list-style:none
}
.woocommerce div.product div.images .flex-control-thumbs li img {
cursor:pointer;
opacity:.5;
margin:0
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover {
opacity:1
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
clear:left
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear:left
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
clear:left
}
.woocommerce div.product div.summary {
margin-bottom:2em
}
.woocommerce div.product div.social {
text-align:right;
margin:0 0 1em
}
.woocommerce div.product div.social span {
margin:0 0 0 2px
}
.woocommerce div.product div.social span span {
margin:0
}
.woocommerce div.product div.social span .stButton .chicklets {
padding-left:16px;
width:0
}
.woocommerce div.product div.social iframe {
float:left;
margin-top:3px
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
list-style:none;
padding:0 0 0 1em;
margin:0 0 1.618em;
overflow:hidden;
position:relative
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border:1px solid #d3ced2;
background-color:#ebe9eb;
color:#515151;
display:inline-block;
position:relative;
z-index:0;
border-radius:4px 4px 0 0;
margin:0 -5px;
padding:0 1em
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
display:inline-block;
padding:.5em 0;
font-weight:700;
color:#515151;
text-decoration:none
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
text-decoration:none;
color:#6b6b6b
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background:#fff;
color:#515151;
z-index:2;
border-bottom-color:#fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color:inherit;
text-shadow:inherit
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
box-shadow:2px 2px 0 #fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
box-shadow:-2px 2px 0 #fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
border:1px solid #d3ced2;
position:absolute;
bottom:-1px;
width:5px;
height:5px;
content:" ";
box-sizing:border-box
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
left:-5px;
border-bottom-right-radius:4px;
border-width:0 1px 1px 0;
box-shadow:2px 2px 0 #ebe9eb
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
right:-5px;
border-bottom-left-radius:4px;
border-width:0 0 1px 1px;
box-shadow:-2px 2px 0 #ebe9eb
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
position:absolute;
content:" ";
width:100%;
bottom:0;
left:0;
border-bottom:1px solid #d3ced2;
z-index:1
}
.woocommerce div.product .woocommerce-tabs .panel {
margin:0 0 2em;
padding:0
}
.woocommerce div.product p.cart {
margin-bottom:2em
}
.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before {
content:" ";
display:table
}
.woocommerce div.product p.cart::after {
clear:both
}
.woocommerce div.product form.cart {
margin-bottom:2em
}
.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before {
content:" ";
display:table
}
.woocommerce div.product form.cart::after {
clear:both
}
.woocommerce div.product form.cart div.quantity {
float:left;
margin:0 15px 0 0
}
.woocommerce div.product form.cart table {
border-width:0 0 1px
}
.woocommerce div.product form.cart table td {
padding-left:0
}
.woocommerce div.product form.cart table div.quantity {
float:none;
margin:0
}
.woocommerce div.product form.cart table small.stock {
display:block;
float:none
}
.woocommerce div.product form.cart .variations {
margin-bottom:1em;
border:0;
width:100%
}
.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th {
border:0;
line-height:2em;
vertical-align:top
}
.woocommerce div.product form.cart .variations label {
font-weight:700;
text-align:left
}
.woocommerce div.product form.cart .variations select {
max-width:100%;
min-width:75%;
display:inline-block;
margin-right:1em
}
.woocommerce div.product form.cart .variations td.label {
padding-right:1em
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
margin-bottom:1em
}
.woocommerce div.product form.cart .reset_variations {
visibility:hidden;
font-size:.83em
}
.woocommerce div.product form.cart .wc-no-matching-variations {
display:none
}
.woocommerce div.product form.cart .button {
vertical-align:middle;
float:left
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
padding-right:1em;
padding-left:1em
}
.woocommerce div.product form.cart .group_table td {
vertical-align:top;
padding-bottom:.5em;
border:0
}
.woocommerce div.product form.cart .group_table td:first-child {
width:4em;
text-align:center
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
display:inline-block;
width:auto;
margin:0 auto;
-webkit-transform:scale(1.5,1.5);
-ms-transform:scale(1.5,1.5);
transform:scale(1.5,1.5)
}
.woocommerce span.onsale {
min-height:3.236em;
min-width:3.236em;
padding:.202em;
font-size:1em;
font-weight:700;
position:absolute;
text-align:center;
line-height:3.236;
top:-.5em;
left:-.5em;
margin:0;
border-radius:100%;
background-color:#77a464;
color:#fff;
font-size:.857em;
z-index:9
}
.woocommerce .products ul,.woocommerce ul.products {
margin:0 0 1em;
padding:0;
list-style:none outside;
clear:both
}
.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before {
content:" ";
display:table
}
.woocommerce .products ul::after,.woocommerce ul.products::after {
clear:both
}
.woocommerce .products ul li,.woocommerce ul.products li {
list-style:none outside
}
.woocommerce ul.products li.product .onsale {
top:0;
right:0;
left:auto;
margin:-.5em -.5em 0 0
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3 {
padding:.5em 0;
margin:0;
font-size:1em
}
.woocommerce ul.products li.product a {
text-decoration:none
}
.woocommerce ul.products li.product a img {
width:100%;
height:auto;
display:block;
margin:0 0 1em;
box-shadow:none
}
.woocommerce ul.products li.product strong {
display:block
}
.woocommerce ul.products li.product .woocommerce-placeholder {
border:1px solid #f2f2f2
}
.woocommerce ul.products li.product .star-rating {
font-size:.857em
}
.woocommerce ul.products li.product .button {
margin-top:1em
}
.woocommerce ul.products li.product .price {
color:#77a464;
display:block;
font-weight:400;
margin-bottom:.5em;
font-size:.857em
}
.woocommerce ul.products li.product .price del {
color:inherit;
opacity:.5;
display:inline-block
}
.woocommerce ul.products li.product .price ins {
background:0 0;
font-weight:700;
display:inline-block
}
.woocommerce ul.products li.product .price .from {
font-size:.67em;
margin:-2px 0 0;
text-transform:uppercase;
color:rgba(132,132,132,.5)
}
.woocommerce .woocommerce-result-count {
margin:0 0 1em
}
.woocommerce .woocommerce-ordering {
margin:0 0 1em
}
.woocommerce .woocommerce-ordering select {
vertical-align:top
}
.woocommerce nav.woocommerce-pagination {
text-align:center
}
.woocommerce nav.woocommerce-pagination ul {
display:inline-block;
white-space:nowrap;
padding:0;
clear:both;
border:1px solid #d3ced2;
border-right:0;
margin:1px
}
.woocommerce nav.woocommerce-pagination ul li {
border-right:1px solid #d3ced2;
padding:0;
margin:0;
float:left;
display:inline;
overflow:hidden
}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {
margin:0;
text-decoration:none;
padding:0;
line-height:1;
font-size:1em;
font-weight:400;
padding:.5em;
min-width:1em;
display:block
}
.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current {
background:#ebe9eb;
color:#8a7e88
}
.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
font-size:100%;
margin:0;
line-height:1;
cursor:pointer;
position:relative;
text-decoration:none;
overflow:visible;
padding:.618em 1em;
font-weight:700;
border-radius:3px;
left:auto;
color:#515151;
background-color:#ebe9eb;
border:0;
display:inline-block;
background-image:none;
box-shadow:none;
text-shadow:none
}
.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading {
opacity:.25;
padding-right:2.618em
}
.woocommerce #respond input#submit.loading::after,.woocommerce a.button.loading::after,.woocommerce button.button.loading::after,.woocommerce input.button.loading::after {
font-family:WooCommerce;
content:"\e01c";
vertical-align:top;
font-weight:400;
position:absolute;
top:.618em;
right:1em;
-webkit-animation:spin 2s linear infinite;
animation:spin 2s linear infinite
}
.woocommerce #respond input#submit.added::after,.woocommerce a.button.added::after,.woocommerce button.button.added::after,.woocommerce input.button.added::after {
font-family:WooCommerce;
content:"\e017";
margin-left:.53em;
vertical-align:bottom
}
.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover {
background-color:#dfdcde;
text-decoration:none;
background-image:none;
color:#515151
}
.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt {
background-color:#a46497;
color:#fff;
-webkit-font-smoothing:antialiased
}
.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover {
background-color:#96588a;
color:#fff
}
.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover {
background-color:#a46497;
color:#fff
}
.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled] {
color:inherit;
cursor:not-allowed;
opacity:.5;
padding:.618em 1em
}
.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover {
color:inherit;
background-color:#ebe9eb
}
.woocommerce .cart .button,.woocommerce .cart input.button {
float:none
}
.woocommerce a.added_to_cart {
padding-top:.5em;
display:inline-block
}
.woocommerce #reviews h2 small {
float:right;
color:#767676;
font-size:15px;
margin:10px 0 0
}
.woocommerce #reviews h2 small a {
text-decoration:none;
color:#767676
}
.woocommerce #reviews h3 {
margin:0
}
.woocommerce #reviews #respond {
margin:0;
border:0;
padding:0
}
.woocommerce #reviews #comment {
height:75px
}
.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before {
content:" ";
display:table
}
.woocommerce #reviews #comments .add_review::after {
clear:both
}
.woocommerce #reviews #comments h2 {
clear:none
}
.woocommerce #reviews #comments ol.commentlist {
margin:0;
width:100%;
background:0 0;
list-style:none
}
.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before {
content:" ";
display:table
}
.woocommerce #reviews #comments ol.commentlist::after {
clear:both
}
.woocommerce #reviews #comments ol.commentlist li {
padding:0;
margin:0 0 20px;
border:0;
position:relative;
background:0;
border:0
}
.woocommerce #reviews #comments ol.commentlist li .meta {
color:#767676;
font-size:.75em
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
float:left;
position:absolute;
top:0;
left:0;
padding:3px;
width:32px;
height:auto;
background:#ebe9eb;
border:1px solid #e4e1e3;
margin:0;
box-shadow:none
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin:0 0 0 50px;
border:1px solid #e4e1e3;
border-radius:4px;
padding:1em 1em 0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
content:" ";
display:table
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
clear:both
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
margin:0 0 1em
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size:.83em
}
.woocommerce #reviews #comments ol.commentlist ul.children {
list-style:none outside;
margin:20px 0 0 50px
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
display:none
}
.woocommerce #reviews #comments ol.commentlist #respond {
border:1px solid #e4e1e3;
border-radius:4px;
padding:1em 1em 0;
margin:20px 0 0 50px
}
.woocommerce #reviews #comments .commentlist>li::before {
content:""
}
.woocommerce .star-rating {
float:right;
overflow:hidden;
position:relative;
height:1em;
line-height:1;
font-size:1em;
width:5.4em;
font-family:star
}
.woocommerce .star-rating::before {
content:"sssss";
color:#d3ced2;
float:left;
top:0;
left:0;
position:absolute
}
.woocommerce .star-rating span {
overflow:hidden;
float:left;
top:0;
left:0;
position:absolute;
padding-top:1.5em
}
.woocommerce .star-rating span::before {
content:"SSSSS";
top:0;
position:absolute;
left:0
}
.woocommerce .woocommerce-product-rating {
line-height:2;
display:block
}
.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before {
content:" ";
display:table
}
.woocommerce .woocommerce-product-rating::after {
clear:both
}
.woocommerce .woocommerce-product-rating .star-rating {
margin:.5em 4px 0 0;
float:left
}
.woocommerce .products .star-rating {
display:block;
margin:0 0 .5em;
float:none
}
.woocommerce .hreview-aggregate .star-rating {
margin:10px 0 0
}
.woocommerce #review_form #respond {
position:static;
margin:0;
width:auto;
padding:0;
background:transparent none;
border:0
}
.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before {
content:" ";
display:table
}
.woocommerce #review_form #respond::after {
clear:both
}
.woocommerce #review_form #respond .form-submit input {
left:auto
}
.woocommerce #review_form #respond textarea {
box-sizing:border-box;
width:100%
}
.woocommerce p.stars a {
position:relative;
height:1em;
width:1em;
text-indent:-999em;
display:inline-block;
text-decoration:none
}
.woocommerce p.stars a::before {
display:block;
position:absolute;
top:0;
left:0;
width:1em;
height:1em;
line-height:1;
font-family:WooCommerce;
content:"\e021";
text-indent:0
}
.woocommerce p.stars a:hover~a::before {
content:"\e021"
}
.woocommerce p.stars:hover a::before {
content:"\e020"
}
.woocommerce p.stars.selected a.active::before {
content:"\e020"
}
.woocommerce p.stars.selected a.active~a::before {
content:"\e021"
}
.woocommerce p.stars.selected a:not(.active)::before {
content:"\e020"
}
.woocommerce table.shop_attributes {
border:0;
border-top:1px dotted rgba(0,0,0,.1);
margin-bottom:1.618em;
width:100%
}
.woocommerce table.shop_attributes th {
width:150px;
font-weight:700;
padding:8px;
border-top:0;
border-bottom:1px dotted rgba(0,0,0,.1);
margin:0;
line-height:1.5
}
.woocommerce table.shop_attributes td {
font-style:italic;
padding:0;
border-top:0;
border-bottom:1px dotted rgba(0,0,0,.1);
margin:0;
line-height:1.5
}
.woocommerce table.shop_attributes td p {
margin:0;
padding:8px 0
}
.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th {
background:rgba(0,0,0,.025)
}
.woocommerce table.shop_table {
border:1px solid rgba(0,0,0,.1);
margin:0 -1px 24px 0;
text-align:left;
width:100%;
border-collapse:separate;
border-radius:5px
}
.woocommerce table.shop_table th {
font-weight:700;
padding:9px 12px;
line-height:1.5em
}
.woocommerce table.shop_table td {
border-top:1px solid rgba(0,0,0,.1);
padding:9px 12px;
vertical-align:middle;
line-height:1.5em
}
.woocommerce table.shop_table td small {
font-weight:400
}
.woocommerce table.shop_table td del {
font-weight:400
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th {
border-top:0
}
.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {
font-weight:700;
border-top:1px solid rgba(0,0,0,.1)
}
.woocommerce table.my_account_orders {
font-size:.85em
}
.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th {
padding:4px 8px;
vertical-align:middle
}
.woocommerce table.my_account_orders .button {
white-space:nowrap
}
.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th {
vertical-align:top;
text-align:center
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
text-align:left
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
text-align:left
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
content:"↓";
display:inline-block
}
.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation {
list-style:none outside
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt {
float:left;
clear:both;
margin-right:.25em;
display:inline-block;
list-style:none outside
}
.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd {
margin:0
}
.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child {
margin-bottom:0
}
.woocommerce td.product-name p.backorder_notification {
font-size:.83em
}
.woocommerce td.product-quantity {
min-width:80px
}
.woocommerce ul.cart_list,.woocommerce ul.product_list_widget {
list-style:none outside;
padding:0;
margin:0
}
.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li {
padding:4px 0;
margin:0;
list-style:none
}
.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before {
content:" ";
display:table
}
.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after {
clear:both
}
.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a {
display:block;
font-weight:700
}
.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img {
float:right;
margin-left:4px;
width:32px;
height:auto;
box-shadow:none
}
.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl {
margin:0;
padding-left:1em;
border-left:2px solid rgba(0,0,0,.1)
}
.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before {
content:" ";
display:table
}
.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after {
clear:both
}
.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt {
display:inline-block;
float:left;
margin-bottom:1em
}
.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt {
font-weight:700;
padding:0 0 .25em;
margin:0 4px 0 0;
clear:left
}
.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd {
padding:0 0 .25em
}
.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child {
margin-bottom:0
}
.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating {
float:none
}
.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total {
border-top:3px double #ebe9eb;
padding:4px 0 0
}
.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong {
min-width:40px;
display:inline-block
}
.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li {
padding-left:2em;
position:relative;
padding-top:0
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove {
position:absolute;
top:0;
left:0
}
.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before {
content:" ";
display:table
}
.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after {
clear:both
}
.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a {
margin-right:5px;
margin-bottom:5px
}
.woocommerce form .form-row {
padding:3px;
margin:0 0 6px
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
-webkit-transition:opacity .5s .5s ease;
transition:opacity .5s .5s ease;
opacity:0
}
.woocommerce form .form-row label {
line-height:2
}
.woocommerce form .form-row label.hidden {
visibility:hidden
}
.woocommerce form .form-row label.inline {
display:inline
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
background:#1e85be;
color:#fff;
border-radius:3px;
padding:1em;
margin:.5em 0 0;
clear:both;
display:none;
position:relative
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
color:#fff;
text-decoration:underline;
border:0;
box-shadow:none
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
left:50%;
top:0;
margin-top:-4px;
-webkit-transform:translateX(-50%) rotate(180deg);
-ms-transform:translateX(-50%) rotate(180deg);
transform:translateX(-50%) rotate(180deg);
content:"";
position:absolute;
border-width:4px 6px 0;
border-style:solid;
border-color:#1e85be transparent transparent;
z-index:100;
display:block
}
.woocommerce form .form-row select {
cursor:pointer;
margin:0
}
.woocommerce form .form-row .required {
color:red;
font-weight:700;
border:0!important;
text-decoration:none;
visibility:hidden
}
.woocommerce form .form-row .optional {
visibility:visible
}
.woocommerce form .form-row .input-checkbox {
display:inline;
margin:-2px 8px 0 0;
text-align:center;
vertical-align:middle
}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
box-sizing:border-box;
width:100%;
margin:0;
outline:0;
line-height:normal
}
.woocommerce form .form-row textarea {
height:4em;
line-height:1.5;
display:block;
box-shadow:none
}
.woocommerce form .form-row .select2-container {
width:100%;
line-height:2em
}
.woocommerce form .form-row.woocommerce-invalid label {
color:#a00
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select {
border-color:#a00
}
.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select {
border-color:#6dc22e
}
.woocommerce form .form-row ::-webkit-input-placeholder {
line-height:normal
}
.woocommerce form .form-row :-moz-placeholder {
line-height:normal
}
.woocommerce form .form-row :-ms-input-placeholder {
line-height:normal
}
.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register {
border:1px solid #d3ced2;
padding:20px;
margin:2em 0;
text-align:left;
border-radius:5px
}
.woocommerce ul#shipping_method {
list-style:none outside;
margin:0;
padding:0
}
.woocommerce ul#shipping_method li {
margin:0 0 .5em;
line-height:1.5em;
list-style:none outside
}
.woocommerce ul#shipping_method li input {
margin:3px .4375em 0 0;
vertical-align:top
}
.woocommerce ul#shipping_method li label {
display:inline
}
.woocommerce ul#shipping_method .amount {
font-weight:700
}
.woocommerce p.woocommerce-shipping-contents {
margin:0
}
.woocommerce ul.order_details {
margin:0 0 3em;
list-style:none
}
.woocommerce ul.order_details::after,.woocommerce ul.order_details::before {
content:" ";
display:table
}
.woocommerce ul.order_details::after {
clear:both
}
.woocommerce ul.order_details li {
float:left;
margin-right:2em;
text-transform:uppercase;
font-size:.715em;
line-height:1;
border-right:1px dashed #d3ced2;
padding-right:2em;
margin-left:0;
padding-left:0;
list-style-type:none
}
.woocommerce ul.order_details li strong {
display:block;
font-size:1.4em;
text-transform:none;
line-height:1.5
}
.woocommerce ul.order_details li:last-of-type {
border:none
}
.woocommerce .wc-bacs-bank-details-account-name {
font-weight:700
}
.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads {
margin-bottom:2em
}
.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child {
margin-bottom:0
}
.woocommerce .woocommerce-customer-details address {
font-style:normal;
margin-bottom:0;
border:1px solid rgba(0,0,0,.1);
border-bottom-width:2px;
border-right-width:2px;
text-align:left;
width:100%;
border-radius:5px;
padding:6px 12px
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
margin-bottom:0;
padding-left:1.5em
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
font-family:WooCommerce;
speak:never;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
margin-right:.618em;
content:"\e037";
text-decoration:none;
margin-left:-1.5em;
line-height:1.75;
position:absolute
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
font-family:WooCommerce;
speak:never;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
margin-right:.618em;
content:"\e02d";
text-decoration:none;
margin-left:-1.5em;
line-height:1.75;
position:absolute
}
.woocommerce .woocommerce-widget-layered-nav-list {
margin:0;
padding:0;
border:0;
list-style:none outside
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
padding:0 0 1px;
list-style:none
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
content:" ";
display:table
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
clear:both
}
.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 {
padding:1px 0
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
font-family:WooCommerce;
speak:never;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
margin-right:.618em;
content:"\e013";
text-decoration:none;
color:#a00
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
margin-top:1em
}
.woocommerce .widget_layered_nav_filters ul {
margin:0;
padding:0;
border:0;
list-style:none outside;
overflow:hidden;
zoom:1
}
.woocommerce .widget_layered_nav_filters ul li {
float:left;
padding:0 1em 1px 1px;
list-style:none
}
.woocommerce .widget_layered_nav_filters ul li a {
text-decoration:none
}
.woocommerce .widget_layered_nav_filters ul li a::before {
font-family:WooCommerce;
speak:never;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
margin-right:.618em;
content:"\e013";
text-decoration:none;
color:#a00;
vertical-align:inherit;
margin-right:.5em
}
.woocommerce .widget_price_filter .price_slider {
margin-bottom:1em
}
.woocommerce .widget_price_filter .price_slider_amount {
text-align:right;
line-height:2.4;
font-size:.8751em
}
.woocommerce .widget_price_filter .price_slider_amount .button {
font-size:1.15em;
float:left
}
.woocommerce .widget_price_filter .ui-slider {
position:relative;
text-align:left;
margin-left:.5em;
margin-right:.5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
position:absolute;
z-index:2;
width:1em;
height:1em;
background-color:#a46497;
border-radius:1em;
cursor:ew-resize;
outline:0;
top:-.3em;
margin-left:-.5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
position:absolute;
z-index:1;
font-size:.7em;
display:block;
border:0;
border-radius:1em;
background-color:#a46497
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
border-radius:1em;
background-color:#462940;
border:0
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
height:.5em
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
top:0;
height:100%
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left:-1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right:-1px
}
.woocommerce .widget_rating_filter ul {
margin:0;
padding:0;
border:0;
list-style:none outside
}
.woocommerce .widget_rating_filter ul li {
padding:0 0 1px;
list-style:none
}
.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before {
content:" ";
display:table
}
.woocommerce .widget_rating_filter ul li::after {
clear:both
}
.woocommerce .widget_rating_filter ul li a {
padding:1px 0;
text-decoration:none
}
.woocommerce .widget_rating_filter ul li .star-rating {
float:none;
display:inline-block
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
font-family:WooCommerce;
speak:never;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
margin-right:.618em;
content:"\e013";
text-decoration:none;
color:#a00
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
float:left;
margin-right:1em
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
display:inline-block
}
.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login {
display:block!important
}
.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle {
display:none!important
}
.woocommerce-error,.woocommerce-info,.woocommerce-message {
padding:1em 2em 1em 3.5em;
margin:0 0 2em;
position:relative;
background-color:#f7f6f7;
color:#515151;
border-top:3px solid #a46497;
list-style:none outside;
width:auto;
word-wrap:break-word
}
.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before {
content:" ";
display:table
}
.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after {
clear:both
}
.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before {
font-family:WooCommerce;
content:"\e028";
display:inline-block;
position:absolute;
top:1em;
left:1.5em
}
.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button {
float:right
}
.woocommerce-error li,.woocommerce-info li,.woocommerce-message li {
list-style:none outside!important;
padding-left:0!important;
margin-left:0!important
}
.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span {
direction:ltr;
unicode-bidi:embed
}
.woocommerce-message {
border-top-color:#8fae1b
}
.woocommerce-message::before {
content:"\e015";
color:#8fae1b
}
.woocommerce-info {
border-top-color:#1e85be
}
.woocommerce-info::before {
color:#1e85be
}
.woocommerce-error {
border-top-color:#b81c23
}
.woocommerce-error::before {
content:"\e016";
color:#b81c23
}
.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before {
content:" ";
display:table
}
.woocommerce-account .woocommerce::after {
clear:both
}
.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before {
content:" ";
display:table
}
.woocommerce-account .addresses .title::after {
clear:both
}
.woocommerce-account .addresses .title h3 {
float:left
}
.woocommerce-account .addresses .title .edit {
float:right
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
font-weight:700;
margin-bottom:0
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
margin-bottom:0
}
.woocommerce-account ul.digital-downloads {
margin-left:0;
padding-left:0
}
.woocommerce-account ul.digital-downloads li {
list-style:none;
margin-left:0;
padding-left:0
}
.woocommerce-account ul.digital-downloads li::before {
font-family:WooCommerce;
speak:never;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
margin-right:.618em;
content:"\e00a";
text-decoration:none
}
.woocommerce-account ul.digital-downloads li .count {
float:right
}
#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail {
min-width:32px
}
#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img {
width:32px;
box-shadow:none
}
#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th {
vertical-align:middle
}
#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text {
float:left;
box-sizing:border-box;
border:1px solid #d3ced2;
padding:6px 6px 5px;
margin:0 4px 0 0;
outline:0
}
#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input {
margin:0;
vertical-align:middle
}
#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout {
padding:1em 0
}
#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before {
content:" ";
display:table
}
#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after {
clear:both
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
display:block;
text-align:center;
margin-bottom:1em;
font-size:1.25em;
padding:1em
}
#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
float:none;
margin-top:.5em;
display:inline-block
}
#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
font-family:WooCommerce;
speak:never;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
margin-left:.618em;
content:"\e019";
text-decoration:none
}
#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
margin:1em 0 0
}
#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small {
color:#767676;
font-size:.83em
}
#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table {
border-collapse:separate;
margin:0 0 6px;
padding:0
}
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
border-top:0
}
#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th {
width:35%
}
#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th {
vertical-align:top;
border-left:0;
border-right:0;
line-height:1.5em
}
#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small {
color:#767676
}
#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select {
width:100%
}
#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
color:#77a464
}
#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th {
border-top:1px solid #ebe9eb
}
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
margin-bottom:0
}
#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
margin-top:0
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
float:left;
clear:none
}
#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes {
clear:left
}
#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first {
clear:left
}
#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small {
font-size:11px;
color:#767676;
font-weight:400
}
#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address {
padding:0;
clear:left;
width:100%
}
#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address {
clear:both
}
#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment {
background:#ebe9eb;
border-radius:5px
}
#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods {
text-align:left;
padding:1em;
border-bottom:1px solid #d3ced2;
margin:0;
list-style:none outside
}
#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before {
content:" ";
display:table
}
#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after {
clear:both
}
#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li {
line-height:2;
text-align:left;
margin:0;
font-weight:400
}
#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input {
margin:0 1em 0 0
}
#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img {
vertical-align:middle;
margin:-2px 0 0 .5em;
padding:0;
position:relative;
box-shadow:none
}
#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img {
margin-left:2px
}
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
content:" ";
display:table
}
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
clear:both
}
#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row {
padding:1em
}
#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box {
position:relative;
box-sizing:border-box;
width:100%;
padding:1em;
margin:1em 0;
font-size:.92em;
border-radius:2px;
line-height:1.5;
background-color:#dfdcde;
color:#515151
}
#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea {
border-color:#c7c1c6;
border-top-color:#bbb3b9
}
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
color:#bbb3b9
}
#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
color:#bbb3b9
}
#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
color:#bbb3b9
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
list-style:none outside;
margin:0
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
margin:0 0 .5em
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
cursor:pointer
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
vertical-align:middle;
margin:-3px 1em 0 0;
position:relative
}
#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
border:0;
padding:0;
margin:1em 0 0
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
font-size:1.5em;
padding:8px;
background-repeat:no-repeat;
background-position:right .618em center;
background-size:32px 20px
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
background-image:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/images/icons/credit-cards/visa.html)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
background-image:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/images/icons/credit-cards/mastercard.html)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
background-image:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/images/icons/credit-cards/laser.html)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
background-image:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/images/icons/credit-cards/diners.html)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
background-image:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/images/icons/credit-cards/maestro.html)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
background-image:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/images/icons/credit-cards/jcb.html)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
background-image:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/images/icons/credit-cards/amex.html)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
background-image:url(//www.topraklaryataysondaj.com.tr/wp-content/themes/topraklar/assets/images/icons/credit-cards/discover.html)
}
#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help {
font-size:.857em;
color:#767676;
font-weight:400
}
#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row {
margin:0 0 1em
}
#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child {
margin-bottom:0
}
#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before {
content:"";
display:block;
border:1em solid #dfdcde;
border-right-color:transparent;
border-left-color:transparent;
border-top-color:transparent;
position:absolute;
top:-.75em;
left:0;
margin:-1em 0 0 2em
}
#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
float:right;
line-height:52px;
font-size:.83em
}
#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img {
max-height:52px;
vertical-align:middle
}
.woocommerce-terms-and-conditions {
border:1px solid rgba(0,0,0,.2);
box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
background:rgba(0,0,0,.05)
}
.woocommerce-invalid #terms {
outline:2px solid red;
outline-offset:2px
}
.woocommerce-password-strength {
text-align:center;
font-weight:600;
padding:3px .5em;
font-size:1em
}
.woocommerce-password-strength.strong {
background-color:#c1e1b9;
border-color:#83c373
}
.woocommerce-password-strength.short {
background-color:#f1adad;
border-color:#e35b5b
}
.woocommerce-password-strength.bad {
background-color:#fbc5a9;
border-color:#f78b53
}
.woocommerce-password-strength.good {
background-color:#ffe399;
border-color:#ffc733
}
.woocommerce-password-hint {
margin:.5em 0 0;
display:block
}
#content.twentyeleven .woocommerce-pagination a {
font-size:1em;
line-height:1
}
.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary {
padding:0
}
.single-product .twentythirteen p.stars {
clear:both
}
.twentythirteen .woocommerce-breadcrumb {
padding-top:40px
}
.twentyfourteen ul.products li.product {
margin-top:0!important
}
body:not(.search-results) .twentysixteen .entry-summary {
color:inherit;
font-size:inherit;
line-height:inherit
}
.twentysixteen .price ins {
background:inherit;
color:inherit
}