*,
*:before,
*:after {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
overscroll-behavior: none;
}
body {
pointer-events: all;
background-color: rgb(38, 50, 56);
font-family: "Outfit", sans-serif;
font-size: 17px;
color: rgb(146, 152, 155);
font-weight: 300;
line-height: 160%;
}
.mil-flex {
display: flex;
}
.mil-relative {
position: relative;
} a {
display: inline-block;
text-decoration: none;
color: inherit;
}
ul {
padding: 0;
margin: 0;
}
ul li {
list-style-type: none;
}
blockquote {
border-left: solid 2px rgb(255, 167, 38);
padding: 30px;
background-color: rgb(233, 234, 235);
font-style: italic;
color: rgb(38, 50, 56);
}
blockquote * {
color: rgb(38, 50, 56) !important;
}
.mil-divider {
border-top: dashed 1px rgb(190, 193, 195);
}
.mil-deco {
height: 2px;
width: 30px;
border-radius: 4px;
background-color: rgb(255, 167, 38);
}
h1,
h2,
h3,
h4,
h5,
h6,
.mil-h1,
.mil-h2,
.mil-h3,
.mil-h4,
.mil-h5,
.mil-h6 {
font-family: "Outfit", sans-serif;
line-height: 120%;
color: rgb(38, 50, 56);
font-weight: 500;
}
@media screen and (max-width: 768px) {
h1 br,
h2 br,
h3 br,
h4 br,
h5 br,
h6 br,
.mil-h1 br,
.mil-h2 br,
.mil-h3 br,
.mil-h4 br,
.mil-h5 br,
.mil-h6 br {
display: none;
}
}
h1,
.mil-h1 {
font-size: 92px;
}
@media screen and (max-width: 768px) {
h1,
.mil-h1 {
font-size: 72px;
}
}
h2,
.mil-h2 {
font-size: 72px;
}
@media screen and (max-width: 768px) {
h2,
.mil-h2 {
font-size: 48px;
}
}
h3,
.mil-h3 {
font-size: 48px;
}
@media screen and (max-width: 768px) {
h3,
.mil-h3 {
font-size: 36px;
}
}
h4,
.mil-h4 {
font-size: 36px;
}
@media screen and (max-width: 768px) {
h4,
.mil-h4 {
font-size: 24px;
}
}
h5,
.mil-h5 {
font-size: 24px;
}
@media screen and (max-width: 768px) {
h5,
.mil-h5 {
font-size: 18px;
}
}
h6,
.mil-h6 {
font-size: 18px;
}
@media screen and (max-width: 768px) {
h6,
.mil-h6 {
font-size: 16px;
}
}
.mil-text-xs,
.mil-text-sm,
.mil-text-md,
.mil-text-lg,
.mil-text-xl,
.mil-text {
font-weight: 300;
line-height: 160%;
color: rgb(146, 152, 155);
}
.mil-text-xs {
font-size: 11px;
}
.mil-text-sm {
font-size: 14px;
}
.mil-text-md {
font-size: 17px;
}
.mil-text-lg {
font-size: 19px;
}
.mil-text-xl {
font-size: 22px;
}
.mil-bold {
font-weight: 600;
}
.mil-thin {
font-weight: 200;
}
.mil-shortened {
width: 80%;
}
@media screen and (max-width: 992px) {
.mil-shortened {
width: 100%;
}
}
.mil-shortened-50 {
width: 50%;
}
@media screen and (max-width: 992px) {
.mil-shortened-50 {
width: 100%;
}
}
.mil-light {
color: rgb(255, 255, 255) !important;
fill: rgb(255, 255, 255) !important;
}
.mil-dark,
.mil-dark * {
color: rgb(38, 50, 56) !important;
fill: rgb(38, 50, 56) !important;
}
.mil-softened-5 {
color: rgb(244, 245, 245) !important;
fill: rgb(244, 245, 245) !important;
}
.mil-softened-10 {
color: rgb(233, 234, 235) !important;
fill: rgb(233, 234, 235) !important;
}
.mil-softened-20 {
color: rgb(212, 214, 215) !important;
fill: rgb(212, 214, 215) !important;
}
.mil-softened-30 {
color: rgb(190, 193, 195) !important;
fill: rgb(190, 193, 195) !important;
}
.mil-softened-40 {
color: rgb(168, 173, 175) !important;
fill: rgb(168, 173, 175) !important;
}
.mil-softened-50 {
color: rgb(146, 152, 155) !important;
fill: rgb(146, 152, 155) !important;
}
.mil-softened-60 {
color: rgb(125, 132, 136) !important;
fill: rgb(125, 132, 136) !important;
}
.mil-softened-70 {
color: rgb(103, 112, 116) !important;
fill: rgb(103, 112, 116) !important;
}
.mil-softened-80 {
color: rgb(81, 91, 96) !important;
fill: rgb(81, 91, 96) !important;
}
.mil-softened-90 {
color: rgb(60, 71, 76) !important;
fill: rgb(60, 71, 76) !important;
}
.mil-softened-95 {
color: rgb(49, 60, 66) !important;
fill: rgb(49, 60, 66) !important;
}
.mil-accent,
.mil-accent * {
color: rgb(255, 167, 38) !important;
fill: rgb(255, 167, 38) !important;
}
.mil-accent-hover {
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-accent-hover:hover {
color: rgb(255, 167, 38) !important;
}
b {
font-weight: 600;
}
.mil-first-letter::first-letter {
color: rgb(38, 50, 56);
font-weight: 500;
padding-right: 25px;
line-height: 100%;
float: left;
font-size: 72px;
font-family: "Outfit", sans-serif;
}
.mil-text-stroke {
color: rgb(38, 50, 56);
text-shadow: -0.4px -0.4px 0 rgb(255, 255, 255), 0.4px -0.4px 0 rgb(255, 255, 255), -0.4px 0.4px 0 rgb(255, 255, 255), 0.4px 0.3px 0 rgb(255, 255, 255);
}
.mil-text-center {
text-align: center;
}
.mil-text-right {
text-align: right;
}
.mil-dot-divider {
margin: 0 10px;
}
.mil-dot-divider:first-child {
margin-left: 0;
}
.mil-simple-list {
padding: 0;
margin: 0;
}
.mil-simple-list li {
display: flex;
justify-content: flex-start;
align-items: center;
line-height: 150%;
list-style-type: none;
}
.mil-simple-list li:before {
content: "";
width: 7px;
height: 7px;
border-radius: 50%;
background-color: rgb(255, 167, 38);
margin-right: 20px;
}
.mil-inline-list {
padding: 0;
display: flex;
justify-content: flex-start;
}
.mil-inline-list li {
list-style-type: none;
margin-right: 50px;
}
.mil-inline-list li:last-child {
margin: 0;
}
.mil-2-half-list {
width: 100%;
}
.mil-2-half-list li {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}
.mil-2-half-list li:last-child {
margin-bottom: 0;
} .container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
max-width: 1350px
} img {
pointer-events: none;
}
.mil-just-image {
overflow: hidden;
position: relative;
width: 100%;
}
.mil-just-image img {
position: absolute;
width: 100%;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
}
.mil-image-vert {
padding-bottom: 140%;
}
.mil-image-square {
padding-bottom: 100%;
}
.mil-image-hori {
padding-bottom: 65%;
}
.mil-youtube-video {
width: 100%;
height: 550px;
}
@media screen and (max-width: 992px) {
.mil-youtube-video {
height: 250px;
}
} .mil-social {
display: flex;
justify-content: center;
align-items: center;
}
.mil-social li {
list-style-type: none;
margin-right: 15px;
}
.mil-social li:last-child {
margin-right: 0;
}
.mil-social li a {
color: rgb(38, 50, 56);
}
.mil-social li a i {
font-size: 16px;
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-social li a svg {
width: 20px;
}
.mil-social li a svg path {
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-social li a:hover {
color: rgb(255, 167, 38) !important;
}
.mil-social li a:hover svg path {
fill: rgb(255, 167, 38);
}
.mil-social.mil-right {
text-align: right;
justify-content: flex-end;
}
.mil-social.mil-left {
text-align: left;
justify-content: flex-start;
} .mil-accent-bg {
background-color: rgb(255, 167, 38);
}
.mil-dark-bg {
background-color: rgb(38, 50, 56);
}
.mil-gray-bg {
background-color: rgb(233, 234, 235);
} .mil-button {
display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer;
background-color: rgb(255, 167, 38);
text-transform: uppercase;
letter-spacing: 2px;
color: rgb(38, 50, 56);
font-size: 11px;
font-family: "Outfit", sans-serif;
font-weight: 600;
margin-right: 5px;
border: solid 0px transparent;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-button span {
white-space: nowrap;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
display: inline-flex;
align-items: center;
}
.mil-button span i {
font-size: 17px;
margin-right: 10px;
}
.mil-button:last-child {
margin-right: 0;
}
.mil-button.mil-button-sm {
height: 40px;
padding: 0 25px;
}
.mil-button.mil-button-sm.mil-icon {
width: 40px;
}
.mil-button.mil-button-md {
height: 50px;
padding: 0 30px;
}
.mil-button.mil-button-md.mil-icon {
width: 50px;
}
.mil-button.mil-button-lg {
height: 70px;
padding: 0 45px;
}
.mil-button.mil-button-lg.mil-icon {
width: 70px;
}
.mil-button.mil-button-xl {
height: 90px;
padding: 0 45px;
}
.mil-button.mil-button-xl.mil-icon {
width: 90px;
}
.mil-button.mil-button-dark {
background-color: rgb(38, 50, 56);
color: rgb(255, 255, 255);
}
.mil-button.mil-button-light {
background-color: rgb(255, 255, 255);
color: rgb(38, 50, 56);
}
.mil-button.mil-button-rounded {
border-radius: 100px;
}
.mil-button.mil-icon {
padding: 0;
}
.mil-button.mil-icon span i {
margin: 0;
}
.mil-button.mil-button-linear {
background-color: transparent;
border: solid 2px rgb(255, 167, 38);
color: rgb(255, 167, 38);
}
.mil-button.mil-button-linear.mil-button-dark {
background-color: transparent;
border: solid 2px rgb(38, 50, 56);
color: rgb(38, 50, 56);
}
.mil-button.mil-button-linear.mil-button-light {
background-color: transparent;
border: solid 2px rgb(255, 255, 255);
color: rgb(255, 255, 255);
}
.mil-button.mil-button-linear.mil-button-rounded {
border-radius: 100px;
}
.mil-button:hover {
transform: scale(0.95);
text-decoration: none !important;
}
.mil-button:hover span {
transform: scale(1.05);
}
.mil-buttons-space {
margin-right: 30px;
}
.mil-buttons-space:last-child {
margin-right: 0;
}
@media screen and (max-width: 576px) {
.mil-buttons-space {
margin-bottom: 30px;
margin-right: 100%;
}
.mil-buttons-space:last-child {
margin-bottom: 0;
}
} .mil-link,
.mil-link-hover,
.mil-link-arrow {
line-height: 100%;
display: inline-block;
color: rgb(38, 50, 56);
position: relative;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 11px;
font-family: "Outfit", sans-serif;
font-weight: 600;
}
.mil-link:after,
.mil-link-hover:after,
.mil-link-arrow:after {
content: "";
position: absolute;
bottom: -3px;
left: 0;
width: 0;
height: 2px;
background-color: rgb(255, 167, 38);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link.mil-active:after,
.mil-link-hover.mil-active:after,
.mil-link-arrow.mil-active:after {
width: 100%;
}
.mil-link-hover {
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link-hover.mil-active:after {
width: 100%;
}
.mil-link-hover:hover:after {
width: 100%;
}
.mil-link-hover.mil-softened-50:hover {
color: rgb(255, 255, 255) !important;
}
.mil-link-arrow {
position: relative;
padding-right: 15px;
display: inline-flex;
align-items: center;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link-arrow:before {
position: absolute;
right: 0;
font-size: 9px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f061";
color: rgb(255, 167, 38);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link-arrow:hover:before {
right: -5px;
} .mil-badge {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 11px;
font-family: "Outfit", sans-serif;
line-height: 100%;
font-weight: 600;
color: rgb(38, 50, 56);
background-color: rgb(255, 167, 38);
padding: 8px 15px;
margin-right: 5px;
}
.mil-badge:last-child {
margin-right: 0;
}
.mil-badge.mil-badge-rounded {
border-radius: 30px;
}
.mil-badge.mil-badge-dark {
background-color: rgb(38, 50, 56);
color: rgb(255, 167, 38);
}
.mil-badge.mil-badge-light {
background-color: rgb(255, 255, 255);
}
.mil-badges-frame {
display: flex;
flex-wrap: wrap;
}
.mil-badges-frame .mil-badge {
margin-bottom: 5px;
} .mil-mr-15 {
margin-right: 15px;
}
.mil-mr-30 {
margin-right: 30px;
}
.mil-mt-55 {
margin-top: 55px;
}
.mil-mt-55-adapt {
margin-top: 55px;
}
@media screen and (max-width: 1200px) {
.mil-mt-55-adapt {
margin-top: 0;
}
}
.mil-mb-120 {
margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
.mil-mb-120 {
margin-bottom: 60px;
}
}
.mil-mb-90 {
margin-bottom: 90px;
}
@media screen and (max-width: 992px) {
.mil-mb-90 {
margin-bottom: 30px;
}
}
.mil-mb-60 {
margin-bottom: 60px;
}
.mil-mb-30 {
margin-bottom: 30px;
}
.mil-mb-20 {
margin-bottom: 20px;
}
.mil-mb-15 {
margin-bottom: 15px;
}
.mil-mb-10 {
margin-bottom: 10px;
}
.mil-mb-5 {
margin-bottom: 5px;
}
.mil-p-60-60 {
padding-top: 60px;
padding-bottom: 60px;
}
.mil-p-60-30 {
padding-top: 60px;
padding-bottom: 30px;
}
.mil-mb-120 {
margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
.mil-mb-120 {
margin-bottom: 60px;
}
}
.mil-p-120-120 {
padding-top: 120px;
padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
.mil-p-120-120 {
padding-top: 60px;
padding-bottom: 60px;
}
}
.mil-p-0-120 {
padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
.mil-p-0-120 {
padding-bottom: 60px;
}
}
.mil-p-120-0 {
padding-top: 120px;
}
@media screen and (max-width: 992px) {
.mil-p-120-0 {
padding-top: 60px;
}
}
.mil-p-90-120 {
padding-top: 90px;
padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
.mil-p-90-120 {
padding-top: 30px;
padding-bottom: 60px;
}
}
.mil-p-120-90 {
padding-top: 120px;
padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
.mil-p-120-90 {
padding-top: 60px;
padding-bottom: 30px;
}
}
.mil-p-0-90 {
padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
.mil-p-0-90 {
padding-bottom: 30px;
}
}
.mil-p-90-0 {
padding-top: 90px;
}
@media screen and (max-width: 992px) {
.mil-p-90-0 {
padding-top: 30px;
}
}
.mil-p-0-60 {
padding-bottom: 60px;
} .mil-content {
overflow: visible;
width: 100%;
background-color: rgb(244, 245, 245);
} .mil-preloader-1 {
filter: brightness(80%);
position: fixed;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgb(38, 50, 56);
display: flex;
align-items: center;
z-index: 99999;
}
.mil-preloader-1 .mil-preloader-content {
width: 100%;
position: relative;
opacity: 0;
transform: scale(0.9);
margin-bottom: 30px;
}
.mil-preloader-1 .mil-preloader-content .mil-ticker {
white-space: nowrap;
}
.mil-preloader-1 .mil-preloader-content .mil-ticker span {
margin: 0 30px;
}
.mil-preloader-1 .mil-preloader-content .mil-ticker b {
font-weight: inherit;
}
.mil-preloader-1 .mil-preloader-load-track {
width: 100%;
height: 4px;
background-color: #000;
position: absolute;
bottom: 0;
left: 0;
}
.mil-preloader-1 .mil-preloader-load-track .mil-preloader-load {
width: 0;
height: 100%;
background-color: rgb(255, 167, 38);
}
.mil-preloader-1.mil-light-preloader {
background-color: rgb(255, 255, 255);
filter: brightness(100%);
} .mil-cursor {
width: 25px;
height: 25px;
position: fixed;
opacity: 0.1;
background-color: rgb(38, 50, 56);
border-radius: 50%;
pointer-events: none;
display: flex;
justify-content: center;
align-items: center;
will-change: transform;
z-index: 99999999999;
}
.admin-bar .mil-cursor {
margin-top: -32px;
}
@media screen and (max-width: 782px) {
.admin-bar .mil-cursor {
margin-top: -46px;
}
}
@media screen and (max-width: 992px) {
.mil-cursor {
display: none;
visibility: hidden;
opacity: 0;
}
}
.mil-cursor span {
transform: scale(0.6);
opacity: 0;
position: absolute;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 11px;
font-weight: 600;
color: rgb(255, 255, 255);
}
.mil-cursor span svg {
width: 35px;
display: block;
}
.mil-cursor span svg path {
fill: rgb(255, 255, 255);
} .mil-scrollbar::-webkit-scrollbar {
display: none;
}
.mil-progress-track {
position: fixed;
z-index: 999999999999;
top: 0;
right: 0;
height: 100%;
width: 4px;
background-color: #000;
}
@media screen and (max-width: 992px) {
.mil-progress-track {
display: none;
}
}
.mil-progress-track .mil-progress {
background-color: rgb(255, 167, 38);
height: 0;
width: 4px;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
} html .mil-main-transition {
opacity: 1;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
html .mil-top-bar-transition {
opacity: 1;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
html .mil-top-bar-transition .mil-link.mil-active:after {
width: 100%;
}
html.is-animating .mil-main-transition {
opacity: 0;
transform: translateY(-50px);
}
html.is-animating .mil-top-bar-transition {
opacity: 0.999;
}
html.is-animating .mil-top-bar-transition .mil-link.mil-active:after {
width: 0;
}
@media screen and (min-width: 1200px) {
html.is-animating .mil-top-bar-transition ul li ul {
opacity: 0 !important;
transform: translateY(10px) !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 992px) {
html.is-animating .mil-top-bar-transition ul li ul {
opacity: 1 !important;
transform: translateY(0) !important;
}
}
html.is-animating .mil-progress-track .mil-progress {
height: 0;
}
html.is-changing body {
pointer-events: none;
} .mil-dots {
background-image: radial-gradient(rgba(255, 255, 255, 0.2) 15%, transparent 0);
background-size: 10px 10px;
} .mil-cover {
width: 100%;
padding-bottom: 70%;
position: relative;
overflow: hidden;
}
.mil-cover.mil-square {
padding-bottom: 100%;
}
.mil-cover.mil-long {
padding-bottom: 130%;
}
.mil-cover .mil-badges-frame {
position: absolute;
top: 0;
left: 0;
z-index: 2;
padding: 30px;
} .mil-image-frame {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
overflow: hidden;
top: 0;
left: 0;
background-color: rgb(233, 234, 235);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-image-frame img, .mil-image-frame .mil-video-background {
width: 100%;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
}
.mil-image-frame .mil-overay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(38, 50, 56, 0.95);
} .mil-card-1 {
position: relative;
overflow: hidden;
width: 100%;
}
.mil-card-1 .mil-overlay {
width: 100%;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-card-1 .mil-overlay .mil-description {
padding: 30px 0 0;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-card-1.mil-card-noimg .mil-overlay .mil-description {
padding-top: 0px;
}
.mil-card-1 .mil-overlay .mil-description .mil-text {
padding-right: 30px;
}
@media (max-width: 768px) {
.mil-card-1 .mil-overlay .mil-description .mil-text {
padding-right: 0px;
}
}
.mil-card-1 .mil-overlay .mil-icon {
width: 50px;
}
.mil-card-1 .mil-overlay .mil-icon svg, .mil-card-1 .mil-overlay .mil-icon img {
width: 100%;
}
.mil-card-1 .mil-overlay.mil-with-bg {
background-color: rgb(255, 255, 255);
}
.mil-card-1 .mil-overlay.mil-with-bg .mil-description {
padding: 30px;
}
.mil-card-1 .mil-overlay.mil-inside {
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.mil-card-1 .mil-overlay.mil-inside.mil-between {
justify-content: space-between;
}
.mil-card-1 .mil-overlay.mil-inside.mil-gradient-overlay {
background: linear-gradient(180deg, rgba(38, 50, 56, 0.1) 0%, rgba(38, 50, 56, 0.7) 80%, rgba(38, 50, 56, 0.95) 100%);
}
.mil-card-1 .mil-overlay.mil-inside.mil-dark-overlay {
background: rgba(38, 50, 56, 0.6);
}
.mil-card-1 .mil-overlay.mil-inside .mil-description {
padding: 30px;
}
.mil-card-1 .mil-overlay.mil-hover-show {
opacity: 0;
}
.mil-card-1 .mil-overlay.mil-hover-show .mil-description {
transform: translateY(20px);
}
.mil-card-1.mil-complex-hover .mil-overlay {
padding: 30px;
}
.mil-card-1.mil-complex-hover .mil-overlay .mil-top-hidden {
transform: translateY(-20px);
opacity: 0;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-hidden {
transform: translateY(20px);
opacity: 0;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-part-hidden {
transform: translateY(calc(100% - 30px));
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-part-hidden.mil-1-line-title {
transform: translateY(calc(100% - 30px));
}
.mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-part-hidden.mil-2-line-title {
transform: translateY(calc(100% - 60px));
}
.mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-part-hidden .mil-hidden-part {
opacity: 0;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
transition-delay: 0s;
}
.mil-card-1:hover .mil-cover .mil-image-frame, .mil-card-1.mil-active .mil-cover .mil-image-frame {
transform: scale(1.05);
}
.mil-card-1:hover .mil-hover-show, .mil-card-1.mil-active .mil-hover-show {
opacity: 1;
}
.mil-card-1:hover .mil-hover-show .mil-description, .mil-card-1.mil-active .mil-hover-show .mil-description {
transform: translateY(0);
}
.mil-card-1:hover.mil-complex-hover .mil-overlay, .mil-card-1.mil-active.mil-complex-hover .mil-overlay {
background: rgba(38, 50, 56, 0.8);
}
.mil-card-1:hover.mil-complex-hover .mil-overlay .mil-top-hidden, .mil-card-1:hover.mil-complex-hover .mil-overlay .mil-bottom-hidden, .mil-card-1.mil-active.mil-complex-hover .mil-overlay .mil-top-hidden, .mil-card-1.mil-active.mil-complex-hover .mil-overlay .mil-bottom-hidden {
transform: translateY(0);
opacity: 1;
}
.mil-card-1:hover.mil-complex-hover .mil-overlay .mil-bottom-part-hidden, .mil-card-1.mil-active.mil-complex-hover .mil-overlay .mil-bottom-part-hidden {
transform: translateY(0);
}
.mil-card-1:hover.mil-complex-hover .mil-overlay .mil-bottom-part-hidden .mil-hidden-part, .mil-card-1.mil-active.mil-complex-hover .mil-overlay .mil-bottom-part-hidden .mil-hidden-part {
opacity: 1;
transition-delay: 0.2s;
}
.mil-description .mil-h5,
.mil-description h5 {
word-break: break-word;
}
@media screen and (max-width: 992px) {
.mil-card-1 .mil-cover .mil-image-frame {
transform: scale(1.05);
}
.mil-card-1 .mil-hover-show {
opacity: 1;
}
.mil-card-1 .mil-hover-show .mil-description {
transform: translateY(0);
}
.mil-card-1.mil-complex-hover .mil-overlay {
background: rgba(38, 50, 56, 0.8);
}
.mil-card-1.mil-complex-hover .mil-overlay .mil-top-hidden, .mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-hidden {
transform: translateY(0);
opacity: 1;
}
.mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-part-hidden {
transform: translateY(0);
}
.mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-part-hidden .mil-hidden-part {
opacity: 1;
transition-delay: 0.2s;
}
}
.mil-post-info {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.mil-post-info.mil-center {
justify-content: center;
}
.mil-author {
display: inline-flex;
align-items: center;
min-height: 40px;
}
.mil-author img {
width: 40px;
height: 40px;
margin-right: 15px;
border-radius: 50%;
} .mil-overlay-50,
.mil-overlay-60,
.mil-overlay-70,
.mil-overlay-80,
.mil-overlay-90,
.mil-overlay-95,
.mil-gradient-overlay,
.mil-gradient-overlay-reverse {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(38, 50, 56, 0.1) 30%, rgba(38, 50, 56, 0.7) 70%, rgba(38, 50, 56, 0.95) 100%);
}
.mil-gradient-overlay-reverse {
background: linear-gradient(360deg, rgba(38, 50, 56, 0.3) 30%, rgba(38, 50, 56, 0.7) 70%, rgba(38, 50, 56, 0.95) 100%);
}
.mil-overlay-50 {
background: rgba(38, 50, 56, 0.5);
}
.mil-overlay-60 {
background: rgba(38, 50, 56, 0.6);
}
.mil-overlay-70 {
background: rgba(38, 50, 56, 0.7);
}
.mil-overlay-80 {
background: rgba(38, 50, 56, 0.8);
}
.mil-overlay-90 {
background: rgba(38, 50, 56, 0.9);
}
.mil-overlay-95 {
background: rgba(38, 50, 56, 0.95);
} .mil-portfolio-item {
display: block;
position: relative;
overflow: hidden;
}
.mil-portfolio-item .mil-item-description {
position: absolute;
bottom: 60px;
left: 60px;
opacity: 0;
transform: translateY(20px);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-portfolio-item .mil-item-description .mil-text-bg {
background-color: rgb(38, 50, 56);
padding: 5px 10px;
display: inline-block;
}
.mil-portfolio-item .mil-zoom-icon {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 30px;
border-radius: 50%;
right: 30px;
width: 50px;
height: 50px;
background-color: rgb(255, 255, 255);
transform: translateY(-20px) scale(1);
opacity: 0;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-portfolio-item .mil-zoom-icon img {
width: 22px;
}
.mil-portfolio-item .mil-zoom-icon svg {
width: 28px;
}
.mil-portfolio-item .mil-zoom-icon svg path {
fill: rgb(38, 50, 56);
}
.mil-portfolio-item:hover .mil-cover .mil-image-frame {
transform: scale(1.05);
}
.mil-portfolio-item:hover .mil-item-description {
opacity: 1;
transform: translateY(0);
}
.mil-portfolio-item:hover .mil-zoom-icon {
opacity: 1;
transform: translateY(0) scale(1);
}
.mil-portfolio-item:hover .mil-zoom-icon:hover {
transform: translateY(0) scale(1.1);
} .mil-partners {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.mil-partners .mil-partner-frame {
display: flex;
justify-content: center;
}
.mil-partners .mil-partner-frame img {
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-partners .mil-partner-frame img.mil-grayscale {
filter: grayscale(100%);
}
.mil-partners .mil-partner-frame img.mil-opacity {
opacity: 0.6;
}
.mil-partners .mil-partner-frame:hover img {
filter: grayscale(0);
opacity: 1;
}
.mil-partners.mil-partners-with-hover .mil-partner-frame:hover img {
transform: scale(1.1);
}
.mil-partners.mil-partners-framed {
box-shadow: -0.5px -0.5px 0 1px rgba(38, 50, 56, 0.05);
}
.mil-partners.mil-partners-framed .mil-partner-frame {
box-shadow: 0.5px 0.5px 0 1px rgba(38, 50, 56, 0.05);
height: 200px;
display: flex;
justify-content: center;
align-items: center;
}
.mil-partners.mil-row-4 .mil-partner-frame {
width: 25%;
}
.mil-partners.mil-row-3 .mil-partner-frame {
width: 33.333%;
} .mil-icon-box .mil-icon {
width: 50px;
}
.mil-icon-box .mil-icon img, .mil-icon-box .mil-icon svg {
width: 100%;
}
.mil-icon-box.mil-box-hori {
display: flex;
align-items: center;
}
.mil-icon-box.mil-box-hori .mil-icon-box-text {
margin-left: 30px;
} .mil-styled-input {
width: 100%;
margin-right: 30px;
position: relative;
}
@media screen and (max-width: 992px) {
.mil-styled-input {
margin-right: 0;
margin-bottom: 30px;
}
}
.mil-styled-input label {
position: absolute;
top: 25px;
left: 20px;
color: rgb(38, 50, 56);
pointer-events: none;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-styled-input textarea {
height: 200px;
padding: 30px 20px 0;
}
.mil-styled-input em {
position: absolute;
color: red;
left: 0;
bottom: -26px;
font-size: small;
text-transform: uppercase;
font-style: normal;
}
.wpcf7-form-control-wrap {
display: block;
line-height: 0;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
font-size: 0px;
width: 100%;
height: 1px;
background-color: rgb(255, 38, 38);
position: absolute;
bottom: 0;
left: 0;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
input.mil-keep ~ label,
span.mil-keep ~ label,
textarea.mil-keep ~ label, 
input:valid ~ label,
textarea:valid ~ label, 
input:focus ~ label,
textarea:focus ~ label,
span.mil-focus ~ label,
input.mil-focus ~ label,
textarea.mil-focus ~ label {
color: rgb(255, 167, 38);
top: 0;
font-size: 9px;
left: 0;
}
input,
textarea {
width: 100%;
background-color: transparent;
padding: 4px 20px 0;
height: 60px;
border: none;
color: rgb(38, 50, 56);
border-bottom: solid 1px rgb(212, 214, 215);
}
textarea {
line-height: 1.5;
}
.wpcf7-form-control-wrap::after {
content: '';
display: block;
width: 0;
height: 1px;
background-color: rgb(255, 167, 38);
position: absolute;
bottom: 0;
left: 0;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
z-index: 2;
}
input:focus,
textarea:focus {
outline: 0;
}
input:focus ~ span,
textarea:focus ~ span,
.wpcf7-form-control-wrap.mil-focus::after {
width: 100%;
}
input:valid ~ span,
textarea:valid ~ span,
.wpcf7-form-control-wrap.mil-valid::after {
width: 100%;
}
textarea ~ span {
bottom: 8px;
} .mil-review {
padding: 30px;
background-color: rgb(255, 255, 255);
}
.mil-review i {
font-size: 18px;
color: rgb(255, 167, 38);
}
.mil-review .mil-user-details {
display: flex;
align-items: center;
}
.mil-review .mil-user-details .mil-avatar {
border-radius: 50%;
width: 60px;
height: 60px;
overflow: hidden;
}
.mil-review .mil-user-details .mil-avatar img {
width: 100%;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
} .mil-pagination {
display: flex;
justify-content: center;
}
.mil-pagination-link,
.mil-pagination a, 
.mil-pagination span {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 500;
text-decoration: none;
color: rgb(38, 50, 56);
width: 60px;
height: 60px;
margin: 0 5px;
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-pagination-link:hover,
.mil-pagination a:hover {
background-color: rgb(233, 234, 235);
}
.mil-pagination-link--active, 
.mil-pagination span {
background-color: rgb(255, 167, 38);
}
.mil-pagination a.prev {
margin-right: 10px;
}
.mil-pagination a.next {
margin-left: 10px;
}
.mil-pagination span.dots {
background-color: transparent !important;
} .mil-accordion {
width: 100%;
border-bottom: solid 4px rgb(255, 255, 255);
}
.mil-accordion-menu {
background: rgb(255, 255, 255);
color: rgb(38, 50, 56);
padding: 30px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
position: relative;
margin-bottom: 10px;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-accordion-content.expanded {
padding: 30px;
}
.mil-accordion-plus,
.mil-accordion-minus {
text-align: center;
line-height: 10px;
position: absolute;
top: 25px;
right: 30px;
font-size: 22px;
padding-top: 10px;
width: 30px;
height: 30px;
background-color: rgb(233, 234, 235);
border-radius: 50%;
transition: opacity 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-accordion-minus {
line-height: 6px;
background-color: rgb(255, 167, 38);
opacity: 0;
}
.mil-active .mil-accordion-minus {
opacity: 1;
}
.mil-active .mil-accordion-plus {
opacity: 0;
}
.mil-accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s cubic-bezier(0, 0, 0.3642, 1);
} .mil-accordion-content > div {
padding: 20px 0 30px;
}
.mil-accordion-content p,
.mil-text p {
margin-bottom: 30px;
}
.mil-accordion-content p:last-child,
.mil-text p:last-child {
margin-bottom: 0px;
} .mil-price-card {
padding: 60px;
background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
.mil-price-card {
padding: 30px;
}
}
.mil-price-card .mil-price-number {
font-family: "Outfit", sans-serif;
font-size: 72px;
color: rgb(38, 50, 56);
font-weight: 500;
line-height: 100%;
}
.mil-price-card .mil-price-number .mil-price-label {
font-size: 24px;
color: rgb(146, 152, 155);
}
@media screen and (max-width: 768px) {
.mil-price-card .mil-price-number {
font-size: 48px;
}
.mil-price-card .mil-price-number .mil-price-label {
font-size: 18px;
}
}
.mil-price-card ul li {
position: relative;
display: flex;
align-items: center;
margin-bottom: 15px;
}
.mil-price-card ul li svg {
width: 20px;
height: 20px;
margin-right: 15px;
fill: rgb(255, 167, 38);
}
.mil-price-card ul li.mil-empty {
opacity: 0.3;
}
.mil-price-card ul li.mil-empty svg {
fill: rgb(190, 193, 195);
}
.mil-price-card ul li.mil-empty:after {
content: "";
width: 17px;
height: 17px;
background-color: rgb(190, 193, 195);
position: absolute;
border-radius: 50%;
top: 5px;
left: 1.5px;
} .mil-404-frame {
padding-top: 100px;
height: 100vh;
width: 100%;
background-color: rgb(38, 50, 56);
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.mil-404-text {
display: block;
font-size: 24px;
text-align: center;
color: rgb(255, 255, 255);
font-weight: 500;
}
.mil-scale-frame {
transform: scale(2.3);
text-align: center;
margin-bottom: 90px;
}
@media screen and (max-width: 530px) {
.mil-scale-frame {
transform: scale(1.3);
margin-bottom: 50px;
}
}
.mil-404 {
position: relative;
color: rgb(255, 255, 255);
font-size: 6em;
font-weight: 700;
animation: glitch-skew 1s infinite linear alternate-reverse;
}
.mil-404::before {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
left: 2px;
text-shadow: -2px 0 rgb(255, 167, 38);
clip: rect(44px, 450px, 56px, 0);
animation: glitch-anim 5s infinite linear alternate-reverse;
}
.mil-404::after {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
left: -2px;
text-shadow: -2px 0 rgb(168, 173, 175), 2px 2px rgb(233, 234, 235);
animation: glitch-anim2 1s infinite linear alternate-reverse;
}
@keyframes glitch-anim {
0% {
clip: rect(63px, 9999px, 81px, 0);
transform: skew(0.77deg);
}
5% {
clip: rect(89px, 9999px, 45px, 0);
transform: skew(0.75deg);
}
10% {
clip: rect(99px, 9999px, 24px, 0);
transform: skew(0.06deg);
}
15% {
clip: rect(63px, 9999px, 71px, 0);
transform: skew(0.18deg);
}
20% {
clip: rect(51px, 9999px, 9px, 0);
transform: skew(0.07deg);
}
25% {
clip: rect(68px, 9999px, 75px, 0);
transform: skew(0.79deg);
}
30% {
clip: rect(97px, 9999px, 21px, 0);
transform: skew(0.46deg);
}
35% {
clip: rect(79px, 9999px, 96px, 0);
transform: skew(0.96deg);
}
40% {
clip: rect(59px, 9999px, 42px, 0);
transform: skew(0.93deg);
}
45% {
clip: rect(84px, 9999px, 74px, 0);
transform: skew(0.25deg);
}
50% {
clip: rect(45px, 9999px, 71px, 0);
transform: skew(0.07deg);
}
55% {
clip: rect(4px, 9999px, 37px, 0);
transform: skew(0.46deg);
}
60% {
clip: rect(64px, 9999px, 86px, 0);
transform: skew(0.5deg);
}
65% {
clip: rect(82px, 9999px, 29px, 0);
transform: skew(0.76deg);
}
70% {
clip: rect(19px, 9999px, 30px, 0);
transform: skew(0.16deg);
}
75% {
clip: rect(19px, 9999px, 4px, 0);
transform: skew(0.23deg);
}
80% {
clip: rect(93px, 9999px, 3px, 0);
transform: skew(0.21deg);
}
85% {
clip: rect(94px, 9999px, 3px, 0);
transform: skew(0.53deg);
}
90% {
clip: rect(12px, 9999px, 29px, 0);
transform: skew(0.02deg);
}
95% {
clip: rect(64px, 9999px, 37px, 0);
transform: skew(0.61deg);
}
100% {
clip: rect(54px, 9999px, 100px, 0);
transform: skew(0.31deg);
}
}
@keyframes glitch-anim2 {
0% {
clip: rect(29px, 9999px, 25px, 0);
transform: skew(0.96deg);
}
5% {
clip: rect(40px, 9999px, 3px, 0);
transform: skew(0.46deg);
}
10% {
clip: rect(7px, 9999px, 33px, 0);
transform: skew(0.42deg);
}
15% {
clip: rect(54px, 9999px, 25px, 0);
transform: skew(0.96deg);
}
20% {
clip: rect(77px, 9999px, 24px, 0);
transform: skew(0.93deg);
}
25% {
clip: rect(36px, 9999px, 42px, 0);
transform: skew(0.37deg);
}
30% {
clip: rect(29px, 9999px, 96px, 0);
transform: skew(0.29deg);
}
35% {
clip: rect(12px, 9999px, 87px, 0);
transform: skew(0.51deg);
}
40% {
clip: rect(55px, 9999px, 21px, 0);
transform: skew(0.72deg);
}
45% {
clip: rect(28px, 9999px, 13px, 0);
transform: skew(0.68deg);
}
50% {
clip: rect(90px, 9999px, 71px, 0);
transform: skew(0.03deg);
}
55% {
clip: rect(15px, 9999px, 3px, 0);
transform: skew(0.67deg);
}
60% {
clip: rect(26px, 9999px, 41px, 0);
transform: skew(0.32deg);
}
65% {
clip: rect(6px, 9999px, 94px, 0);
transform: skew(0.74deg);
}
70% {
clip: rect(1px, 9999px, 52px, 0);
transform: skew(0.71deg);
}
75% {
clip: rect(49px, 9999px, 80px, 0);
transform: skew(0.24deg);
}
80% {
clip: rect(39px, 9999px, 1px, 0);
transform: skew(0.18deg);
}
85% {
clip: rect(39px, 9999px, 21px, 0);
transform: skew(0.04deg);
}
90% {
clip: rect(98px, 9999px, 76px, 0);
transform: skew(0.77deg);
}
95% {
clip: rect(82px, 9999px, 14px, 0);
transform: skew(0.89deg);
}
100% {
clip: rect(67px, 9999px, 38px, 0);
transform: skew(0.01deg);
}
}
@keyframes glitch-skew {
0% {
transform: skew(0deg);
}
10% {
transform: skew(2deg);
}
20% {
transform: skew(4deg);
}
30% {
transform: skew(-3deg);
}
40% {
transform: skew(0deg);
}
50% {
transform: skew(-3deg);
}
60% {
transform: skew(5deg);
}
70% {
transform: skew(3deg);
}
80% {
transform: skew(5deg);
}
90% {
transform: skew(0deg);
}
100% {
transform: skew(4deg);
}
} .admin-bar .mil-top-panel {
top: 32px;
}
.admin-bar [data-smooth-scroll="1"] .mil-content > div:first-child {
padding-top: 32px !important;
}
@media screen and (max-width: 782px) {
.admin-bar .mil-top-panel {
top: 46px;
}
.admin-bar [data-smooth-scroll="1"] .mil-content > div:first-child {
padding-top: 46px !important;
}
}
#smooth-wrapper {
overflow: hidden;
}
.mil-top-panel {
position: fixed;
width: 100%;
z-index: 9;
height: 100px;
display: flex;
align-items: center;
background-color: rgb(255, 255, 255);
color: rgb(38, 50, 56);
}
.mil-top-panel .elementor {
width: 100%;
}
.mil-top-panel .container, .mil-top-panel .container-fluid {
display: flex;
justify-content: space-between;
align-items: center;
}
.mil-top-panel .mil-logo {
margin-right: 60px;
}
.mil-top-panel .mil-logo svg {
width: 70px;
}
.mil-top-panel .mil-logo svg path {
fill: rgb(38, 50, 56);
}
.mil-top-panel .mil-logo svg .mil-accent {
fill: rgb(38, 50, 56);
}
.mil-top-panel .mil-mobile-dropdown {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: flex-end;
}
.mil-top-panel .mil-mobile-dropdown.mil-menu-right {
justify-content: flex-end;
}
.mil-top-panel .mil-mobile-dropdown.mil-menu-left {
width: 100%;
justify-content: space-between;
}
.mil-top-panel .mil-mobile-dropdown.mil-menu-center {
width: 100%;
justify-content: space-between;
}
.mil-top-panel .mil-mobile-dropdown .mil-social {
display: flex;
margin-left: 60px;
}
@media screen and (max-width: 1200px) {
.mil-top-panel .mil-mobile-dropdown .mil-social {
margin: 0;
width: 100%;
display: block;
padding: 30px 30px 0;
}
.mil-top-panel .mil-mobile-dropdown .mil-social li {
padding: 0;
margin-right: 15px;
width: auto;
display: inline-block;
}
}
.mil-top-panel .mil-mobile-dropdown ul li {
position: relative;
height: 100px;
display: flex;
align-items: center;
}
.mil-top-panel .mil-mobile-dropdown ul li.mil-has-children {
display: flex;
align-items: center;
}
.mil-top-panel .mil-mobile-dropdown ul li.mil-has-children > a {
position: relative;
margin-right: 12px;
display: inline-flex;
align-items: center;
}
.mil-top-panel .mil-mobile-dropdown ul li.mil-has-children > a:before,
.mil-top-panel .mil-mobile-dropdown ul li.menu-item-has-children > a:before {
position: absolute;
right: -12px;
content: "+";
color: rgb(255, 167, 38);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-panel .mil-mobile-dropdown ul ul li.menu-item-has-children > a:before {
color: rgb(38, 50, 56);
}
.mil-top-panel .mil-mobile-dropdown ul li ul {
pointer-events: none;
opacity: 0;
border-top: solid 1px rgb(255, 255, 255);
transform: translateY(10px);
min-width: 200px;
padding: 30px;
position: absolute;
top: 100px;
left: -30px;
background-color: rgb(255, 255, 255);
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-panel .mil-mobile-dropdown ul li ul li {
white-space: nowrap;
height: auto;
margin: 0;
margin-bottom: 30px;
}
.mil-top-panel .mil-mobile-dropdown ul li ul li:last-child {
margin: 0;
}
.mil-top-panel .mil-mobile-dropdown ul li:hover > ul {
pointer-events: all;
opacity: 1;
transform: translateY(0);
}
.mil-top-panel .mil-mobile-dropdown ul li ul ul {
top: -30px;
left: 100%;
background: #fff !important;
}
@media screen and (max-width: 1200px) {
.mil-top-panel .mil-mobile-dropdown {
pointer-events: none;
opacity: 0;
transform: translateY(10px);
flex-direction: column;
padding: 60px 30px 30px;
background-color: rgb(255, 255, 255);
position: absolute;
z-index: 10;
top: 100px;
left: 0;
justify-content: center !important;
width: 100% !important;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-panel .mil-mobile-dropdown ul {
flex-direction: column;
align-items: center;
text-align: center;
}
.mil-top-panel .mil-mobile-dropdown ul li {
height: auto;
margin-right: 0;
flex-wrap: wrap;
justify-content: center;
width: 100vw;
}
.mil-top-panel .mil-mobile-dropdown ul li a, 
.mil-top-panel .mil-mobile-dropdown ul li.menu-item-has-children:hover > a {
margin-bottom: 30px;
margin-right: 0 !important;
}
.mil-top-panel .mil-mobile-dropdown ul li:last-child {
margin: 0;
}
.mil-top-panel .mil-mobile-dropdown ul li ul {
opacity: 0;
padding: 0;
max-height: 0;
overflow: hidden;
transform: translateY(0);
left: 0;
top: 0;
position: relative;
transform: none;
background-color: rgb(244, 245, 245);
width: 100%;
}
.mil-top-panel .mil-mobile-dropdown ul li ul ul {
left: 0;
top: 0;
background-color: rgb(244, 245, 245);
}
.mil-top-panel .mil-mobile-dropdown ul li ul li a {
margin-bottom: 0;
}
.mil-top-panel .mil-mobile-dropdown ul li ul li:first-child {
padding-top: 30px;
}
.mil-top-panel .mil-mobile-dropdown ul li ul li:last-child {
padding-bottom: 30px;
}
.mil-top-panel .mil-mobile-dropdown ul li:hover > ul {
opacity: 1;
max-height: 370px;
margin-bottom: 30px;
overflow: scroll;
}
.mil-top-panel .mil-mobile-dropdown ul ul li:hover > ul {
margin-bottom: 0;
}
.mil-top-panel .mil-mobile-dropdown.mil-active {
pointer-events: all;
opacity: 1;
transform: translateY(0);
}
.mil-top-panel .elementor-section, 
.mil-top-panel .elementor-container,
.mil-top-panel .elementor-column,
.mil-top-panel .elementor-widget-wrap,
.mil-top-panel .elementor-element,
.mil-top-panel .elementor-widget-container {
position: initial !important;
}
}
.mil-top-panel.mil-with-shadow {
box-shadow: 0px 2px 3px 0px rgba(38, 50, 56, 0.05);
}
@media screen and (max-width: 1200px) {
.mil-top-panel.mil-with-shadow .mil-mobile-dropdown {
box-shadow: 0px 2px 3px 0px rgba(38, 50, 56, 0.05);
}
}
.mil-top-panel.mil-with-shadow .mil-mobile-dropdown ul ul {
box-shadow: 0px 2px 3px 0px rgba(38, 50, 56, 0.05);
}
@media screen and (max-width: 1200px) {
.mil-top-panel.mil-with-shadow .mil-mobile-dropdown ul ul {
box-shadow: none;
}
}
.mil-top-panel.mil-transparent-nav, .mil-top-panel.mil-invert-nav {
border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}
.mil-top-panel.mil-transparent-nav a, 
.mil-top-panel.mil-invert-nav a {
color: rgb(255, 255, 255);
}
.mil-top-panel.mil-transparent-nav .mil-logo, 
.mil-top-panel.mil-invert-nav .mil-logo {
margin-right: 75px;
max-width: 250px;
}
.mil-top-panel.mil-transparent-nav .mil-logo *, 
.mil-top-panel.mil-invert-nav .mil-logo * {
color: rgb(255, 255, 255);
}
.mil-top-panel.mil-transparent-nav .mil-logo svg, .mil-top-panel.mil-invert-nav .mil-logo svg {
width: 70px;
}
.mil-top-panel.mil-transparent-nav .mil-logo svg path, 
.mil-top-panel.mil-invert-nav .mil-logo svg path {
fill: rgb(255, 255, 255);
}
.mil-top-panel.mil-transparent-nav .mil-logo svg .mil-accent, 
.mil-top-panel.mil-invert-nav .mil-logo svg .mil-accent {
fill: rgb(255, 255, 255);
}
@media screen and (max-width: 1200px) {
.mil-top-panel.mil-transparent-nav .mil-mobile-dropdown, .mil-top-panel.mil-invert-nav .mil-mobile-dropdown {
background-color: rgb(38, 50, 56);
}
}
.mil-top-panel.mil-transparent-nav .mil-mobile-dropdown .mil-has-children ul, .mil-top-panel.mil-invert-nav .mil-mobile-dropdown .mil-has-children ul {
border-color: rgb(255, 167, 38);
background-color: rgb(255, 167, 38);
}
.mil-top-panel.mil-transparent-nav .mil-mobile-dropdown .mil-has-children ul a, .mil-top-panel.mil-invert-nav .mil-mobile-dropdown .mil-has-children ul a {
color: rgb(38, 50, 56);
}
.mil-top-panel.mil-invert-nav {
background-color: rgb(38, 50, 56);
}
.mil-top-panel.mil-transparent-nav {
background-color: transparent;
}
.mil-logo {
display: flex;
}
.mil-menu-btn {
height: 24px;
cursor: pointer;
display: none;
justify-content: right;
align-items: center;
transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
.mil-menu-btn {
display: flex;
}
}
.mil-menu-btn span, .mil-menu-btn span:after, .mil-menu-btn span:before {
content: "";
display: block;
width: 24px;
height: 2px;
background: rgb(38, 50, 56);
backface-visibility: hidden;
transition: inherit;
}
.mil-menu-btn span {
position: relative;
}
.mil-menu-btn span:after, .mil-menu-btn span:before {
position: absolute;
}
.mil-menu-btn span:before {
top: -8px;
}
.mil-menu-btn span:after {
top: 8px;
}
.mil-menu-btn.mil-active span {
transform: rotate(45deg);
}
.mil-menu-btn.mil-active span:before {
transform: translate(0px, 8px) rotate(-90deg);
}
.mil-menu-btn.mil-active span:after {
width: 24px;
transform: translate(0px, -8px) rotate(-90deg);
}
.mil-menu-btn:hover span, .mil-menu-btn:hover span:after, .mil-menu-btn:hover span:before {
background: rgb(38, 50, 56);
}
.mil-transparent-nav .mil-menu-btn span, .mil-transparent-nav .mil-menu-btn span:after, .mil-transparent-nav .mil-menu-btn span:before,
.mil-invert-nav .mil-menu-btn span,
.mil-invert-nav .mil-menu-btn span:after,
.mil-invert-nav .mil-menu-btn span:before {
background-color: rgb(255, 255, 255);
} .mil-partners.mil-partners-slider {
display: inline-flex;
flex-wrap: nowrap;
transition-timing-function: linear;
} .mil-counter-1 {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.mil-counter-1 .mil-counter {
width: 100%;
text-align: center;
color: rgb(190, 193, 195);
font-size: 120px;
opacity: 0.3;
}
.mil-counter-1 .mil-h6 {
position: absolute;
}
.mil-counter-2 {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
}
.mil-counter-2 .mil-counter {
width: 100%;
text-align: center;
}
.mil-counter-2 .mil-link {
margin-left: 15px;
} .mil-signature {
width: 150px;
}
.mil-collage-1 {
position: relative;
}
.mil-collage-1 .mil-image-1 {
width: 80%;
margin-left: auto;
}
.mil-collage-1 .mil-image-2 {
width: 80%;
position: absolute;
bottom: 0;
left: 0;
}
.mil-collage-1 .mil-image-2 .mil-just-image {
padding-bottom: 80%;
}
@media screen and (max-width: 992px) {
.mil-collage-1 .mil-circle-text-position {
left: 0 !important;
top: 13%;
}
}
@media screen and (max-width: 768px) {
.mil-collage-1 .mil-circle-text-position {
display: none;
}
.mil-collage-1 .mil-image-1 {
display: none;
}
.mil-collage-1 .mil-image-2 {
width: 100%;
position: relative;
}
}
.mil-collage-2 {
position: relative;
}
.mil-collage-2 .mil-text-frame {
width: 50%;
position: absolute;
bottom: -1px;
left: 0;
background-color: rgb(244, 245, 245);
padding: 30px 30px 0 0;
}
.mil-collage-2:before {
content: "";
width: calc(50% + 30px);
height: calc(50% + 30px);
background-color: rgb(233, 234, 235);
position: absolute;
bottom: -30px;
right: -30px;
}
.mil-collage-3 {
position: relative;
padding-top: 18%;
}
.mil-collage-3 .mil-image-1 {
width: 70%;
position: absolute;
top: 0;
}
.mil-collage-3 .mil-image-2 {
position: relative;
width: 80%;
margin-top: auto;
margin-left: auto;
}
.mil-collage-3:before {
content: "";
width: 80%;
height: 80%;
background-color: rgb(233, 234, 235);
position: absolute;
top: 10%;
right: 10%;
}
.mil-circle-text-position {
position: absolute;
z-index: 2;
}
.mil-circle-text {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 150px;
height: 150px;
}
.mil-circle-text svg {
transform: scale(2);
width: 150px;
height: 150px;
}
.mil-circle-text svg text {
fill: rgb(255, 167, 38);
}
.mil-circle-text:after {
content: "+";
position: absolute;
width: 80px;
height: 80px;
color: rgb(255, 255, 255);
font-size: 32px;
font-weight: 100;
background-color: rgb(233, 234, 235);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.mil-circle-text.mil-dark-inside:after {
background-color: rgb(38, 50, 56);
}
.mil-circle-text.mil-accent-inside:after {
background-color: rgb(255, 167, 38);
}
.mil-rotate-infinite {
animation: rotate 4s infinite linear;
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .mil-footer-1 {
position: relative;
}
.mil-footer-content {
position: relative;
}
.mil-footer-bottom {
filter: brightness(90%);
position: relative;
height: 100px;
background-color: rgb(38, 50, 56);
display: flex;
align-items: center;
}
.mil-footer-bottom .container {
align-items: center;
display: flex;
justify-content: space-between;
}
.mil-default .mil-footer-bottom .container {
justify-content: center;
}
@media screen and (max-width: 992px) {
.mil-footer-bottom .container {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
}
.mil-footer-bottom a {
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-footer-bottom a:hover {
color: rgb(255, 167, 38);
}
.mil-footer-2 {
position: relative;
}
.mil-footer-2 .container {
height: auto !important;
}
@media screen and (max-width: 992px) {
.mil-footer-2 {
text-align: center;
}
.mil-footer-2 .mil-social {
justify-content: center !important;
}
} .mil-instagram-frame {
position: relative;
}
.mil-instagram-frame .mil-button-positions {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.mil-instagram {
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
transition-timing-function: linear !important;
}
.mil-instagram-item {
position: relative;
overflow: hidden;
width: 16.666%;
padding-bottom: 16.666%;
}
.mil-instagram-item img {
position: absolute;
width: 100%;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
@media screen and (max-width: 992px) {
.mil-instagram-slider .mil-instagram-item {
width: 33.333%;
padding-bottom: 33.333%;
}
}
@media screen and (max-width: 768px) {
.mil-instagram-slider .mil-instagram-item {
width: 50%;
padding-bottom: 50%;
}
}
@media screen and (max-width: 992px) {
.mil-footer-instagram {
flex-wrap: wrap;
}
}
@media screen and (max-width: 992px) {
.mil-footer-instagram .mil-instagram-item {
width: 33.333%;
padding-bottom: 33.333%;
}
} .mil-services-1 {
width: 100%;
position: relative;
overflow: hidden;
}
.mil-services-1 .mil-section-bg {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.mil-services-1 .mil-card-1 {
border-right: solid 1px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 992px) {
.mil-services-1 .mil-card-1 {
border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.mil-services-1 .mil-card-1 .mil-cover {
padding-bottom: 90% !important;
}
}
@media screen and (max-width: 576px) {
.mil-services-1 .mil-card-1 {
border-right: none;
}
.mil-services-1 .mil-card-1 .mil-cover {
padding-bottom: 70% !important;
}
} .mil-video-section {
position: relative;
display: block;
}
.mil-video-section .mil-image-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mil-video-section .mil-inner-text {
position: relative;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
} .mil-reviews-slider .swiper-wrapper {
background-color: rgb(233, 234, 235);
} .mil-float-right {
float: right;
}
@media screen and (max-width: 992px) {
.mil-float-right {
float: none;
}
} .mil-map-frame {
position: relative;
overflow: hidden;
padding-bottom: 30%;
}
.mil-map-frame iframe {
width: 250%;
height: 250%;
position: absolute;
left: -75%;
top: -75%;
}
@media screen and (max-width: 992px) {
.mil-map-frame {
padding-bottom: 60%;
}
} .mil-portfolio-slider .swiper-wrapper .swiper-slide {
width: 35% !important;
}
.mil-portfolio-slider .swiper-wrapper .swiper-slide:nth-child(even) {
width: 50% !important;
}
@media screen and (max-width: 992px) {
.mil-portfolio-slider .swiper-wrapper .swiper-slide {
width: 100% !important;
}
.mil-portfolio-slider .swiper-wrapper .swiper-slide:nth-child(even) {
width: 100% !important;
}
}
.mil-portfolio-slider .swiper-wrapper .swiper-slide .mil-portfolio-item .mil-cover {
padding-bottom: 100%;
}
.mil-portfolio-slider .swiper-wrapper .swiper-slide:nth-child(even) .mil-portfolio-item .mil-cover {
padding-bottom: 70%;
}
@media screen and (max-width: 992px) {
.mil-portfolio-slider .swiper-wrapper .swiper-slide .mil-portfolio-item .mil-cover {
padding-bottom: 70%;
}
.mil-portfolio-slider .swiper-wrapper .swiper-slide:nth-child(even) .mil-portfolio-item .mil-cover {
padding-bottom: 70%;
}
} .elementor-container {
padding-left: 20px;
padding-right: 20px;
}
.elementor-section-full_width > .elementor-container {
padding-left: 0px;
padding-right: 0px;
} .single-post-title {
max-width: 800px;
margin-left: auto;
margin-right: auto;
word-break: break-word;
}
.single-post-text ul {
padding: 0;
margin: 0;
}
.single-post-text h1 {
font-size: 48px;
}
.single-post-text h2 {
font-size: 36px;
}
.single-post-text h3 {
font-size: 24px;
}
.single-post-text h4 {
font-size: 17px;
}
.single-post-text h5 {
font-size: 16px;
}
.single-post-text h6 {
font-size: 15px;
}
.single-post-text ul > li,
.single-post-text ol > li {
margin-bottom: 0.25rem;
}
.single-post-text ul ul,
.single-post-text ol ol,
.single-post-text ul ol,
.single-post-text ol ul {
margin-top: 0.25rem;
}
.single-post-text ul > li {
display: block;
line-height: 150%;
list-style-type: none;
position: relative;
padding-left: 27px;
}
.single-post-text ul > li:before {
content: "";
position: absolute;
top: 10px;
left: 0px;
width: 7px;
height: 7px;
border-radius: 50%;
background-color: rgb(255, 167, 38);
}
.single-post-text ol {
padding: 0;
margin: 0 0 0 1.25rem;
}
.single-post-text ol > li {
line-height: 150%;
list-style-type: decimal;
}
.single-post-text ol > li::marker {
color: rgb(38, 50, 56);
}
.single-post-text p, 
.single-post-text ul, 
.single-post-text ol, 
.single-post-text h1, 
.single-post-text h2, 
.single-post-text h3, 
.single-post-text h4, 
.single-post-text h5, 
.single-post-text h6, 
.single-post-text iframe,
.single-post-text table, 
.single-post-text object, 
.single-post-text blockquote {
margin-bottom: 30px;
}
.single-post-text p:last-child, 
.single-post-text ul:last-child, 
.single-post-text ol:last-child, 
.single-post-text h1:last-child, 
.single-post-text h2:last-child, 
.single-post-text h3:last-child, 
.single-post-text h4:last-child, 
.single-post-text h5:last-child, 
.single-post-text h6:last-child, 
.single-post-text iframe:last-child, 
.single-post-text table:last-child, 
.single-post-text object:last-child, 
.single-post-text blockquote:last-child {
margin-bottom: 0;
}
.mil-content-frame + .single-post-text > p:first-child::first-letter {
color: rgb(38, 50, 56);
font-weight: 500;
padding-right: 25px;
line-height: 100%;
float: left;
font-size: 72px;
font-family: "Outfit", sans-serif;
} .mil-content .swiper, .mil-content .swiper-container {
overflow: visible;
} .fancybox-fx-slide-in-out.fancybox-slide--previous {
transform: translateY(60px) scale(0.98);
opacity: 0;
}
.fancybox-fx-slide-in-out.fancybox-slide--next {
transform: translateY(60px) scale(0.98);
opacity: 0;
}
.fancybox-fx-slide-in-out.fancybox-slide--current {
transform: translateY(0);
opacity: 1;
}
.fancybox-fx-fade-in-out.fancybox-slide--previous {
transform: translateX(-35%) scale(0.9);
opacity: 0;
}
.fancybox-fx-fade-in-out.fancybox-slide--next {
transform: translateX(35%) scale(0.9);
opacity: 0;
}
.fancybox-fx-fade-in-out.fancybox-slide--current {
transform: translateX(0);
opacity: 1;
}
.fancybox-button {
background: rgb(38, 50, 56);
opacity: 1;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
color: rgb(255, 255, 255);
}
.fancybox-button:hover {
color: rgb(255, 255, 255);
}
.fancybox-button[disabled] {
color: rgb(255, 255, 255);
opacity: 0 !important;
}
.fancybox-button[disabled]:hover {
color: rgb(255, 255, 255);
opacity: 0;
}
.fancybox-bg {
background: rgb(38, 50, 56);
}
.fancybox-progress {
bottom: 0;
top: auto;
height: 4px;
background-color: rgb(255, 167, 38);
}
.fancybox-infobar {
color: rgb(255, 255, 255);
padding: 0 15px;
width: auto;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 11px;
font-family: "Outfit", sans-serif;
font-weight: 600;
}
.fancybox-image {
transform: scale(0.87);
}
.fancybox-slide--video {
padding: 180px 20px;
} .mil-pagination-frame {
display: flex;
justify-content: center;
bottom: 45px;
transform: translateY(-75px);
}
.mil-pagination-frame .mil-slider-pagination {
margin: 0;
width: auto;
}
.mil-pagination-frame .mil-slider-pagination .swiper-pagination-bullet {
background-color: rgb(38, 50, 56);
transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
margin: 0 6px;
}
.mil-pagination-frame .mil-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
position: relative;
transform: scale(1.5);
margin: 0 8px;
background-color: rgb(255, 167, 38);
}
@media screen and (max-width: 992px) {
.mil-pagination-frame {
transform: translateY(-35px);
}
} .mil-logo .mil-h5 {
font-size: 26px;
font-weight: 500;
} .mil-hero-1 {
position: relative;
padding-top: 100px;
background-color: rgb(233, 234, 235);
}
@media screen and (max-width: 1200px) {
.mil-hero-1 {
padding-top: 100px;
}
}
.mil-hero-1 .mil-image-frame {
height: 100vh;
}
@media screen and (max-width: 992px) {
.mil-hero-1 .mil-image-frame {
height: 90vh;
}
}
.mil-hero-1 .container {
position: relative;
}
.mil-hero-1 .container h1 {
font-size: 72px;
}
@media screen and (max-width: 992px) {
.mil-hero-1 .container h1 {
font-size: 48px;
margin-bottom: 30px;
}
}
.mil-hero-1 .container .mil-dots {
position: absolute;
left: 0;
top: 0;
width: 100px;
height: 90vh;
}
@media screen and (max-width: 992px) {
.mil-hero-1 .container .mil-dots {
right: 15px;
left: auto;
}
}
.mil-hero-1 .container .mi-suptitle {
text-align: right;
}
@media screen and (max-width: 992px) {
.mil-hero-1 .container .mi-suptitle {
text-align: left;
margin-top: 0;
margin-bottom: 30px;
}
}
.mil-hero-1 .container .mil-scroll-animation-1 {
float: right;
}
@media screen and (max-width: 992px) {
.mil-hero-1 .container .mil-scroll-animation-1 {
float: none;
}
}
.mil-hero-1 .container .mil-just-image {
padding-bottom: 50%;
}
@media screen and (max-width: 992px) {
.mil-hero-1 .container .mil-just-image {
padding-bottom: 80%;
}
}
.mil-hero-1 .container .mil-infinite-show {
padding: 60px 0;
}
@media screen and (max-width: 768px) {
.mil-hero-1 .container .mil-infinite-show {
padding: 20px 0;
}
.mil-hero-1 .container .mil-infinite-show .mil-partner-frame img {
transform: scale(0.7);
}
.mil-hero-1 .mil-text-lg br {
display: none;
}
} .mil-scroll-animation-1 i {
display: block;
color: rgb(255, 255, 255);
margin-bottom: 5px;
animation: strob 1.6s ease-in-out infinite;
}
.mil-scroll-animation-1 i:nth-child(2) {
animation-delay: 0.3s;
}
.mil-scroll-animation-1 i:nth-child(3) {
animation-delay: 0.6s;
}
.mil-scroll-animation-1 i:nth-child(4) {
animation-delay: 0.9s;
}
@keyframes strob {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
} .mil-small-banner {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 200px;
}
.mil-small-banner .mil-image-frame {
height: 80vh;
}
@media screen and (max-width: 992px) {
.mil-small-banner .mil-image-frame {
height: 100px;
}
.mil-small-banner .mil-image-frame .mil-gradient-overlay-reverse {
background: rgba(38, 50, 56, 0.9);
}
}
.mil-spacer {
height: 200px;
}
@media screen and (max-width: 992px) {
.mil-spacer {
height: 100px;
}
}
.mil-spacer-100 {
height: 100px;
}
.mil-spacer-100.mil-spacer-dark {
background-color: rgb(38, 50, 56);
} .mil-content-frame {
position: relative;
background-color: rgb(244, 245, 245);
}
.mil-content-frame:before {
content: "";
width: 90px;
height: 70vh;
background-color: rgb(244, 245, 245);
position: absolute;
left: -90px;
top: 0;
}
.mil-content-frame:after {
content: "";
width: 90px;
height: 70vh;
background-color: rgb(244, 245, 245);
position: absolute;
right: -90px;
top: 0;
} .mil-card-1 .mil-overlay.mil-with-bg.mil-with-bg-alt {
background-color: rgb(244, 245, 245);
} .mil-reviews-section {
background-color: rgb(233, 234, 235);
}
.mil-reviews-section .mil-review {
padding: 30px;
background-color: rgb(244, 245, 245);
} .mil-hero-2 {
height: 100vh;
padding-top: 100px;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
background-color: rgb(233, 234, 235);
}
@media screen and (max-width: 992px) {
.mil-hero-2 {
height: auto;
padding: 160px 0 60px;
}
}
.mil-hero-2 .mil-hero-text {
margin-bottom: 60px;
position: relative;
z-index: 8;
}
@media screen and (max-width: 1400px) {
.mil-hero-2 .mil-hero-text {
margin-bottom: 0;
}
}
@media screen and (max-width: 992px) {
.mil-hero-2 .mil-hero-text {
margin-bottom: 60px;
}
}
@media screen and (max-width: 1200px) {
.mil-hero-2 .mil-hero-text h1 {
font-size: 48px;
}
}
.mil-hero-2 .mil-hero-text .mil-hero-avatar {
display: flex;
align-items: center;
}
.mil-hero-2 .mil-hero-text .mil-hero-avatar img {
width: 60px;
height: 60px;
border-radius: 50%;
margin-right: 15px;
background-color: rgb(212, 214, 215);
border: solid 5px rgb(212, 214, 215);
}
.mil-hero-illustration {
width: 85%;
margin-left: auto;
position: relative;
padding-bottom: 140%;
}
@media screen and (max-width: 992px) {
.mil-hero-illustration {
margin-right: auto;
}
}
@media screen and (max-width: 768px) {
.mil-hero-illustration {
width: 100%;
padding-bottom: 150%;
}
}
.mil-hero-illustration .mil-gradient {
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgb(255, 255, 255) 20%, transparent 55%);
}
.mil-hero-illustration svg {
width: 200%;
height: 200%;
left: -50%;
top: -50%;
position: absolute;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.mil-hero-illustration svg path {
stroke: rgb(233, 234, 235);
}
.mil-hero-illustration .mil-bg {
width: 100%;
height: 90%;
position: absolute;
bottom: 0;
left: 0;
background-color: rgb(255, 167, 38);
border-radius: 300px;
}
.mil-hero-illustration .mil-photo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top center;
object-position: top center;
border-bottom-left-radius: 300px;
border-bottom-right-radius: 300px;
} .mil-hero-3 {
position: relative;
overflow: hidden;
padding-top: 200px;
height: 100vh;
background-color: rgb(233, 234, 235);
}
@media screen and (max-width: 1440px) {
.mil-hero-3 {
height: auto;
}
}
@media screen and (max-width: 992px) {
.mil-hero-3 {
padding: 160px 0 0;
}
}
.mil-hero-3 h1 {
font-size: 56px;
}
@media screen and (max-width: 992px) {
.mil-hero-3 h1 {
font-size: 48px;
}
}
.mil-hero-3 .container {
position: relative;
}
.mil-hero-3 .mil-dots {
opacity: 0.6;
position: absolute;
right: 0;
top: 0;
width: 40%;
height: 100vh;
background-image: radial-gradient(rgba(38, 50, 56, 0.2) 15%, transparent 0);
}
@media screen and (max-width: 992px) {
.mil-hero-3 .mil-dots {
right: 15px;
left: auto;
}
}
.mil-hero-3 .mil-star-1 {
width: 200px;
position: absolute;
top: 500px;
right: -50px;
}
.mil-hero-3 .mil-star-2 {
width: 80px;
position: absolute;
top: 300px;
right: 30%;
}
@media screen and (max-width: 992px) {
.mil-hero-3 .mil-star-2 {
right: -5%;
}
}
.mil-hero3-image-position {
width: 100%;
}
@media screen and (max-width: 1500px) {
.mil-hero3-image-position {
padding-top: 90px;
}
}
@media screen and (max-width: 992px) {
.mil-hero3-image-position {
padding-top: 30px;
}
}
.mil-hero3-image-position .mil-hero3-image-frame {
position: relative;
overflow: hidden;
top: 70px;
left: -23.3%;
width: 125%;
height: 395px;
transform: rotate(-5deg);
background-color: rgb(190, 193, 195);
}
@media screen and (max-width: 1500px) {
.mil-hero3-image-position .mil-hero3-image-frame {
transform: rotate(0);
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
height: 500px;
}
}
@media screen and (max-width: 992px) {
.mil-hero3-image-position .mil-hero3-image-frame {
width: calc(100% + 60px);
left: -30px;
height: 395px;
}
}
.mil-hero3-image-position .mil-hero3-image-frame:before {
content: "";
width: 100px;
height: 110%;
background-color: rgb(233, 234, 235);
position: absolute;
z-index: 2;
top: -10%;
left: -80px;
transform: rotate(5deg);
}
@media screen and (max-width: 1500px) {
.mil-hero3-image-position .mil-hero3-image-frame:before {
display: none;
background-color: transparent;
}
}
.mil-hero3-image-position .mil-hero3-image-frame:after {
content: "";
width: 100px;
height: 110%;
background-color: rgb(233, 234, 235);
position: absolute;
top: 0;
right: -80px;
transform: rotate(5deg);
}
@media screen and (max-width: 1500px) {
.mil-hero3-image-position .mil-hero3-image-frame:after {
display: none;
background-color: transparent;
}
}
.mil-hero3-image-position .mil-hero3-image-frame img {
width: 110%;
max-width: 110%;
height: 150%;
position: absolute;
top: -20%;
left: -5%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
transform: rotate(5deg);
}
@media screen and (max-width: 1500px) {
.mil-hero3-image-position .mil-hero3-image-frame img {
transform: rotate(0);
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
.mil-hero3-image-position .mil-hero-text-line {
width: 200%;
height: 60px;
background-color: rgb(255, 167, 38);
position: absolute;
bottom: -10%;
left: -50%;
z-index: 3;
transform: rotate(5deg);
text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
.mil-hero3-image-position .mil-hero-text-line {
transform: rotate(0);
top: auto;
bottom: 0;
}
}
.mil-hero3-image-position .mil-hero-text-line div {
height: 100%;
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.mil-hero3-image-position .mil-hero-text-line .mil-link {
white-space: nowrap;
}
.mil-hero3-image-position .mil-hero-text-line div > span {
margin-left: 30px;
margin-right: 30px;
color: rgb(38, 50, 56);
font-size: 14px;
} .mil-hero-scroll-hint {
display: flex;
align-items: flex-end;
justify-content: center;
position: absolute;
padding-bottom: 15px;
top: -200px;
right: 30px;
width: 170px;
height: 400px;
background-color: rgb(38, 50, 56);
border-radius: 100px;
}
@media screen and (max-width: 1200px) {
.mil-hero-scroll-hint {
display: none;
}
} .mil-service-card {
position: relative;
background-color: rgb(255, 255, 255);
width: 100%;
padding-bottom: 100%;
}
@media screen and (max-width: 992px) {
.mil-service-card {
padding-bottom: 0;
height: auto;
}
}
.mil-service-card .mil-card-content {
position: absolute;
width: 100%;
height: 100%;
padding: 30px;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.mil-service-card .mil-card-content .mil-card-icon {
width: 50px;
margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
.mil-service-card .mil-card-content {
position: relative;
}
} .mil-project-info {
display: flex;
justify-content: space-between;
align-items: center;
}
@media screen and (max-width: 992px) {
.mil-project-info {
flex-direction: column;
}
} @media screen and (max-width: 768px) {
.elementor-container .mil-blog-section .container {
padding-left: 10px;
padding-right: 10px;
}
.mil-author img {
display: none;
}
} .attr-featured-false .mil-cover, 
.attr-details-false .mil-post-info,
.attr-title-false h5,
.attr-title-false .mil-h5,
.attr-date-false .mil-post-info .mil-softened-30,
.attr-category-false .mil-post-info .mil-accent
{
display: none !important;
}
.attr-zoom-false .mil-zoom-icon, 
.attr-title-false .mil-item-description .mil-text-bg.mil-mb-5,
.attr-title-false .mil-item-description .mil-text-bg.mil-mb-5 + br,
.attr-category-false .mil-item-description .mil-text-bg:last-child {
display: none !important;
} .widget-area .widget-title {
position: relative;
font-size: 17px;
}
.widget-area .widget-title i {
position: absolute;
right: 0;
bottom: 4px;
font-family: "Font Awesome 5 Free";
color: rgb(146, 152, 155);
font-size: 10px;
opacity: 0.5;
font-weight: 900;
}
.widget-area .widget_block h2 {
line-height: 120%;
font-size: 18px;
letter-spacing: 0;
position: relative;
margin-bottom: 30px;
}
.widget-area .widget_block h2:before {
content: "\f063";
position: absolute;
right: 0;
font-family: "Font Awesome 5 Free";
color: rgb(146, 152, 155);
font-size: 10px;
opacity: 0.5;
font-weight: 900;
}
.widget-area .widget {
margin-bottom: 30px;
}
.widget-area ul,
.widget-area ol {
padding: 0;
margin: 0;
list-style: none;
}
.widget-area ul li,
.widget-area ol li {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 17px;
padding: 15px 0;
border-bottom: solid 1px #F2F3F5;
color: rgb(146, 152, 155);
}
.widget-area ul li:first-child,
.widget-area ol li:first-child {
border-top: solid 1px #F2F3F5;
}
.widget-area ul li a,
.widget-area ol li a {
display: block;
text-decoration: none;
color: rgb(38, 50, 56);
transition: 0.3s ease-in-out;
}
.widget-area ul li a:hover,
.widget-area ol li a:hover {
text-decoration: none;
opacity: 0.7;
}
.widget-area .widget_categories ul ul,
.widget-area ul li.page_item_has_children ul,
.widget-area .widget_nav_menu ul ul,
.widget-area ul.wp-block-categories-list ul {
border-left: 1px solid #F2F3F5;
}
.widget-area .widget_categories ul li,
.widget-area ul li.page_item_has_children,
.widget-area .widget_nav_menu ul li,
.widget-area .widget_recent_comments ul li,
.widget-area ol.wp-block-latest-comments li,
.widget-area .widget_rss ul li,
.widget-area ul.wp-block-categories-list li {
display: block;
}
.widget-area .widget_categories ul li a,
.widget-area ul li.page_item_has_children a,
.widget-area .widget_nav_menu ul li a,
.widget-area .widget_recent_comments ul li a,
.widget-area ol.wp-block-latest-comments li a,
.widget-area ul.wp-block-categories-list li a {
display: inline-block;
}
.widget-area .widget_categories ul li li,
.widget-area ul li.page_item_has_children li,
.widget-area .widget_nav_menu ul li li,
.widget-area ul.wp-block-categories-list li li {
border-bottom: none;
padding-bottom: 0;
padding-left: 15px;
position: relative;
}
.widget-area .widget_categories ul li li:after,
.widget-area ul li.page_item_has_children li:after,
.widget-area .widget_nav_menu ul li li:after,
.widget-area ul.wp-block-categories-list li li:after {
content: '';
position: absolute;
left: 0px;
top: 26px;
width: 10px;
height: 1px;
background: #F2F3F5;
}
.widget-area .widget_categories ul li li:first-child,
.widget-area ul li.page_item_has_children li:first-child,
.widget-area .widget_nav_menu ul li li:first-child,
.widget-area ul.wp-block-categories-list li li:first-child {
border-top: none;
}
.widget-area .widget_recent_comments ul li .comment-author-link,
.wp-block-latest-comments__comment-author {
font-weight: 500;
}
.widget-area .widget_rss .rss-date {
display: inline-block;
padding: 2px 5px;
background-color: #F2F3F5;
font-size: 14px;
font-weight: 400;
color: rgb(38, 50, 56);
}
.widget-area .widget_rss ul li a {
transform: none;
font-weight: 500;
margin-bottom: 4px;
}
.wp-block-search,
.widget-area .widget_search .search-form {
position: relative;
max-width: 300px;
}
.wp-block-search label,
.widget-area .widget_search label {
margin: 0;
}
.wp-block-search input[type=text],
.wp-block-search input[type=search],
.widget-area .widget_search input.search-field, 
.widget-area select, 
.single-post-text select {
height: 50px;
position: relative;
padding: 0 60px 0 20px;
font-size: 17px;
background-color: #F2F3F5;
display: block;
width: 100%;
border: none;
border-bottom: solid 1px #F2F3F5;
}
.single-post-text select {
background-color: #fff;
}
.widget-area .widget_search input.search-submit,
.wp-block-search .wp-block-search__button {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 50px;
border: none;
background-color: rgb(255, 167, 38);
transition: 0.3s ease-in-out;
background-repeat: no-repeat;
background-position: center center;
background-size: 40%;
background-image: url(//webtasarim.digital/wp-content/themes/lettery/assets/img/icons/search.svg);
font-size: 0px;
color: transparent;
}
.widget_rss a.rss-widget-feed {
margin-right: 3px;
display: inline-block;
vertical-align: baseline;
}
.widget_rss .rss-date,
.widget_rss cite {
margin: 5px 0 10px 0;
display: block;
font-size: 14px;
font-weight: 400;
opacity: 0.8;
}
.widget_rss cite {
margin: 5px 0 20px 0;
font-style: normal;
}
.widget-area .widget_text img {
max-width: 100%;
height: auto;
}
.widget-area .widget_text p {
margin: 15px 0;
}
.post-text-bottom .tags-links,
.wp-block-tag-cloud .tagcloud,
.widget-area .widget_tag_cloud .tagcloud {
font-size: 0px;
}
.post-text-bottom .tags-links a,
.wp-block-tag-cloud .tag-cloud-link,
.widget-area .widget_tag_cloud .tag-cloud-link {
margin: 0 5px 5px 0;
display: inline-block;
vertical-align: top;
padding: 0 7px;
font-size: 15px !important;
background-color: rgb(255, 167, 38);
padding: 2px 5px;
color: rgb(38, 50, 56);
transition: 0.3s ease-in-out;
}
.post-text-bottom .tags-links a:hover,
.wp-block-tag-cloud .tag-cloud-link:hover,
.widget-area .widget_tag_cloud .tag-cloud-link:hover {
filter: brightness(110%);
}
.widget-area table {
width: 100%;
margin: 0;
padding: 0;
border-collapse: collapse;
background: #fff;
border: 1px solid rgb(146, 152, 155);
}
.widget-area table caption {
padding: 5px;
font-weight: 600;
font-size: 14px;
border-bottom: none;
background: rgb(146, 152, 155);
text-align: center;
color: rgb(190, 193, 195);
}
.widget-area th {
padding: 5px 0;
font-size: 14px;
font-weight: 700;
text-align: center;
border: none;
text-transform: uppercase;
}
.widget-area td {
border: none;
padding: 5px 0;
font-size: 14px;
background: none;
text-align: center;
border: none;
}
.widget-area tfoot td {
border: none;
}
.widget-area td.pad {
background: none;
}
.widget-area td#today {
background: rgb(255, 167, 38);
color: #000!important;
}
@media (max-width: 992px) {
} span.logotype__title {
font-family: "Outfit", serif;
font-size: 17px;
font-weight: 500;
}
span.logotype__sub {
display: none;
} .align-center {
text-align: center !important;
}
.align-right {
text-align: right !important;
}
.align-left {
text-align: left !important;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.pull-none {
float: none !important;
}
.alignright {
margin-left: 20px !important;
margin-bottom: 10px !important;
float: right !important;
max-width: 50% !important;
}
img.alignright {
clear: right;
}
.alignleft {
margin-right: 20px !important;
margin-bottom: 10px !important;
float: left !important;
max-width: 50% !important;
}
img.alignleft {
clear: left;
}
.aligncenter {
margin-left: auto !important;
margin-right: auto !important;
display: block;
}
.full-width {
max-width: 100%;
width: 100%;
}
.full-max-width {
max-width: 100%;
width: auto;
}
.centrize {
display: table !important;
table-layout: fixed !important;
height: 100% !important;
position: relative !important;
top: 0;
left: 0;
z-index: 2;
}
.vertical-center {
display: table-cell !important;
vertical-align: middle !important;
}
form input[type="checkbox"] {
display: inline-block;
width: auto;
height: auto;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
iframe,
object {
max-width: 100%;
}
.sticky {
position: relative;
}
.sticky:before {
content: '';
position: absolute;
left: -30px;
top: 0;
bottom: 0;
width: 4px;
height: 100%;
background: rgb(255, 167, 38);
z-index: 3;
}
.post-edit-link {
text-decoration: underline;
color: rgb(38, 50, 56);
}
.post-edit-link:hover {
text-decoration: none;
}
.edit-link {
margin-top: 15px;
display: block;
} .single-post-text > *:first-child,
.single-post-text > div > *:first-child {
margin-top: 0;
}
.single-post-text > *:last-child {
margin-bottom: 0;
}
.single-post-text ul,
.single-post-text ol {
line-height: 2;
}
.single-post-text ul {
display: block;
list-style-type: disc;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0px;
}
.single-post-text ul > li {
list-style-type: disc;
}
.single-post-text li {
display: list-item;
text-align: -webkit-match-parent;
}
.single-post-text ol {
display: block;
list-style-type: decimal;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 1.25rem;
}
.single-post-text ol > li {
list-style-type: decimal;
}
.single-post-text p {
margin-top: 30px;
margin-bottom: 30px;
}
.single-post-text img {
max-width: 100%;
}
.single-post-text img+figure {
margin-top: 30px;
}
.single-post-text table{
width: 100%;
margin: 0;
padding: 0;
border-collapse: collapse;
background: none;
border: 1px solid rgba(0, 0, 0, 0.3);
}
.single-post-text table th {
padding: 15px 20px;
font-size: 15px;
font-weight: 700;
background: #fff;
border: 1px solid #f2f3f5;
text-align: left;
}
.single-post-text table tbody th {
background: #fff;
}
.single-post-text table td {
border: none;
padding: 10px;
font-size: 17px;
background: #fff;
border: 1px solid #f2f3f5;
}
.single-post-text table td#today{
background: rgba(0, 0, 0, 0.3);
font-weight: 700;
}
.single-post-text table caption {
margin: 0 0 10px 0;
padding: 0;
font-size: 15px;
font-weight: 600;
caption-side: top;
text-align: center;
}
@media screen and (max-width: 720px) {
.single-post-text table th {
padding: 10px;
font-size: 13px;
}
.single-post-text table td {
padding: 10px;
font-size: 13px;
}
}
.single-post-text {
line-height: 1.6;
word-wrap: break-word;
}
.single-post-text:after {
content: '';
position: relative;
clear: both;
display: block;
}
.single-post-text img {
max-width: 100%;
height: auto;
}
.single-post-text p a:hover {
text-decoration: underline;
}
.single-post-text dt {
margin-bottom: 5px;
font-weight: 700;
color: rgb(38, 50, 56);
}
.single-post-text dd {
margin-top: 0;
margin-bottom: 20px;
margin-left: 20px;
}
.single-post-text blockquote p {
margin-bottom: 0.5rem!important;
font-style: normal;
font-weight: 600;
}
.single-post-text blockquote p:first-child {
margin-top: 0;
}
.single-post-text blockquote cite {
font-size: 17px;
font-style: normal;
}
.single-post-text blockquote cite:before {
margin-right: 5px;
content: '-';
}
.single-post-text blockquote cite br {
display: none;
}
.single-post-text blockquote.has-text-align-right cite:before {
display: none;
}
.single-post-text blockquote.has-text-align-right cite:after {
margin-left: 5px;
content: '-';
}
.wp-block-file__button {
padding: 0 1rem;
}
.single-post-text figure {
margin-bottom: 30px;
max-width: 100%;
overflow: auto;
}
.single-post-text figure .wp-caption-text,
.gallery-caption {
font-style: italic;
}
.bypostauthor strong {
font-weight: 500;
}
.gallery {
margin: 30px -10px;
}
.single-post-text .gallery {
margin-bottom: 0;
}
.single-post-text h1,
.single-post-text h2,
.single-post-text h3,
.single-post-text h4,
.single-post-text h5,
.single-post-text h6 {
margin-top: 30px;
margin-bottom: 30px;
}
.single-post-text h1+h2,
.single-post-text h2+h3,
.single-post-text h3+h4,
.single-post-text h4+h5,
.single-post-text h5+h6,
.single-post-text h6 {
margin-top: 30px;
}
.single-post-text pre.wp-block-code,
.single-post-text pre {
padding: 20px;
overflow: auto;
white-space: pre-wrap;
background: linear-gradient(159deg, rgb(38, 50, 56) 0%, #23232d 100%);
background: -webkit-linear-gradient(159deg, rgb(38, 50, 56) 0%, #23232d 100%);
color: #F2F3F5;
font-size: 15px;
}
.single-post-text blockquote {
margin: 30px 0;
color: rgb(38, 50, 56);
background: transparent;
padding: 30px 30px 30px 40px;
font-style: italic;
position: relative;
}
.single-post-text blockquote p:last-child {
margin-bottom: 0px!important;
}
.single-post-text blockquote:before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f10d";
font-size: 16px;
opacity: .3;
color: rgb(38, 50, 56);
top: 0px;
left: 10px;
}
.single-post-text blockquote:after {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f10d";
font-size: 17px;
opacity: .3;
color: rgb(38, 50, 56);
bottom: 0px;
right: 0px;
transform: rotate(180deg);
}
.single-post-text footer {
width: auto;
}
.gallery .gallery-item {
margin: 0;
padding: 10px;
display: inline-block;
vertical-align: top;
width: 100%;
text-align: center;
}
.gallery .gallery-item img {
max-width: 100%;
height: auto;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
width: 33.333%;
}
.gallery.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
width: 16.666%;
}
.gallery.gallery-columns-7 .gallery-item {
width: 14.28%;
}
.gallery.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
width: 11.111%;
}
.post-text-bottom {
margin-top: 30px;
padding-top: 30px;
color: rgb(146, 152, 155);
border-top: 1px dashed rgb(190, 193, 195);
}
.post-text-bottom > span {
margin-bottom: 1rem;
display: block;
}
.post-text-bottom .social-share {
line-height: 20px;
}
.post-text-bottom .share-btn {
position: relative;
display: inline-block;
top: 1px;
margin-left: 7px;
margin-right: 7px;
font-size: 17px;
}
.social-share strong {
font-weight: 400;
}
.social-share a {
margin-right: 15px;
display: inline-block;
vertical-align: top;
text-align: center;
color: rgb(38, 50, 56);
transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.social-share a .icon {
color: rgb(38, 50, 56);
font-size: 17px;
}
.social-share a:hover, 
.social-share a:hover .icon {
color: rgb(255, 167, 38);
}
.social-share a:last-child {
margin-right: 0;
}
.social-share span {
line-height: 28px;
}
.page-links {
margin-top: 30px;
clear: both;
}
.post-text-bottom span.cat-links a, 
.page-links a {
color: rgb(38, 50, 56);
text-decoration: none;
}
.page-links a,
.page-links span {
display: inline-block;
margin: 0 10px;
}
.post-text-bottom span.cat-links a:hover, 
.page-links a:hover {
color: rgb(38, 50, 56);
text-decoration: underline;
}
.post-text-bottom .tags-links {
margin: 15px 0;
display: flex;
align-items: center;
flex-wrap: wrap;
font-size: 15px;
}
.post-text-bottom .tags-links a {
margin-top: 2.5px;
margin-bottom: 2.5px;
}
.post-text-bottom .tags-links *:nth-child(1) {
margin-left: 5px;
}
.mil-post-navigation {
margin-top: 30px;
margin-bottom: 30px;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px dashed rgb(190, 193, 195);
padding-top: 30px
}
@media (max-width: 768px) {
.mil-post-navigation > a > span {
display: none !important;
}
}
.mil-post-navigation a,
.mil-post-navigation > span {
font-size: 13px;
text-transform: uppercase;
}
.mil-post-navigation i:last-child {
margin-left: 7px
}
.mil-post-navigation i:first-child {
margin-right: 7px
}
.mil-post-navigation > span {
opacity: .5;
cursor: default
}
.mil-post-navigation a span {
transition: .3s ease 0s;
display: inline-block
}
.mil-post-navigation a:hover i + span {
transform: translateX(5px)
}
.mil-post-navigation a:hover span {
transform: translateX(-5px)
}
.mil-text a {
color: rgb(38, 50, 56);
text-decoration: none;
}
.mil-text a:hover {
color: rgb(38, 50, 56);
text-decoration: underline;
}
.mil-text .mil-el-more {
margin-top: 30px;
}
.mil-el-more {
display: block;
} .mil-sidebar-frame {
width: 100%;
padding: 30px;
background-color: #FFFFFF;
}
.mil-sidebar-frame .mil-sidebar {
border: dashed 1px rgb(190, 193, 195);
padding: 30px;
}
@media (max-width: 992px) {
.mil-sidebar-frame.mil-pad-type-1 {
margin-top: 60px;
margin-bottom: 60px;
}
.mil-sidebar-frame.mil-pad-type-2 {
margin-top: 90px;
margin-bottom: 0;
}
}
@media (max-width: 768px) {
.mil-sidebar-frame .mil-sidebar {
border: none;
padding: 0;
}
} .mil-comments-list {
padding: 0;
margin-top: 30px;
position: relative;
}
.mil-comments-list + .form-comment {
margin-top: 90px;
}
.mil-comments-list + .mil-text {
margin-top: 60px;
}
.mil-comments-list:before {
content: '';
width: 1px;
height: 100%;
position: absolute;
left: 32px;
top: 0;
}
.mil-comments-list>li {
list-style-type: none;
position: relative;
}
.mil-comments-list>li:after {
content: '';
display: block;
clear: both;
height: 0;
width: 0;
}
.mil-comments-list .mil-comment-avatar {
width: 65px;
height: 65px;
position: relative;
z-index: 99;
float: left;
border-radius: 50%;
overflow: hidden;
}
.mil-comments-list .mil-comment-avatar img {
width: 100%;
height: 100%;
}
.mil-comments-list .children {
padding-left: 88px;
clear: both;
margin-top: 15px;
list-style: none;
}
.mil-comments-list .comment {
list-style: none;
}
.comment-info {
padding: 15px 0 0 0;
color: rgb(190, 193, 195);
}
.comment-info span.comment-reply {
position: absolute;
top: 0;
right: 0;
}
.comment-reply-link {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.comment-reply-link:after {
content: '';
margin-left: 8px;
content: '\f3e5';
display: inline-block;
vertical-align: middle;
font-family: 'Font Awesome 5 Free';
font-size: 12px;
line-height: 14px;
opacity: 0.8;
}
.post-comments .title h5 {
margin-bottom: 30px;
}
.comment-respond {
position: relative;
margin-top: 0;
margin-bottom: 40px;
margin-left: 90px;
}
.form-comment .comment-respond {
margin-top: 0;
margin-left: 0;
}
.trackback .mil-comment-avatar,
.pingback .mil-comment-avatar {
display: none;
}
.comment-respond .small,
.comment-respond small {
font-size: 14px;
}
.comment-respond .title_inner small {
position: absolute;
top: 10px;
left: auto;
right: 0;
display: block;
font-size: 14px;
white-space: nowrap;
}
.comment-respond .title_inner small a {
text-decoration: none;
opacity: 0.8;
}
.comment-respond .title_inner small a:hover {
opacity: 1;
}
.comment:after {
content: '';
position: relative;
display: block;
clear: both;
}
.comment-reply {
margin-top: 15px;
}
.mil-comment-box {
width: calc(100% - 90px);
float: right;
position: relative;
background-color: #fff;
padding: 20px;
margin-bottom: 30px;
border: solid 1px #F2F3F5;
}
.mil-comment-box .mil-comment-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
}
.mil-comment-box .mil-comment-head h6 {
font-size: 13px;
line-height: 1.5;
}
.mil-comment-box .mil-comment-head .mil-date {
padding: 2px 5px;
background-color: #F2F3F5;
font-size: 12px;
font-weight: 400;
color: rgb(38, 50, 56);
}
.mil-comments-list.mil-reply-list>li:last-child .mil-comment-box {
margin-bottom: 30px !important;
}
.form-comment .mil-group-input textarea {
background: #fff;
max-width: 800px;
height: 180px;
font-size: 17px;
font-family: 'Outfit';
padding: 20px;
}
@media (max-width: 790px) {
.mil-comments-list:before {
left: 17px;
}
.mil-comments-list .mil-comment-avatar {
width: 35px;
height: 35px;
}
.mil-reply-list {
padding-left: 50px;
}
.mil-reply-list>li:before {
top: 17px;
left: -33px;
}
.mil-comment-box {
width: calc(100% - 50px);
}
}
.comment-form-cookies-consent label {
display: inline;
}
.title.comment-reply-title,
.post-comments .title {
margin: 0 0 30px 0;
font-size: 17px;
font-weight: 600;
}
.post-comments > .form-comment > .comment-respond {
margin-bottom: 0;
}
@media (max-width: 480px) {
.comment-respond .title_inner small {
position: relative;
top: 0;
left: 0;
}
}
@media (max-width: 1160px) {
.post-comments .post-comment .image {
width: 60px;
height: 60px;
}
.post-comments .post-comment .desc {
margin-left: 80px;
}
.post-comments .post-comment.pingback .desc {
margin-left: 0;
}
.post-comments ul.children {
padding: 20px 20px 0 80px;
}
.post-comments ul.children ul.children {
padding: 20px 0 0 20px;
}
.post-comments ul.children ul.children ul.children ul.children {
padding: 20px 0 0 10px;
}
}
@media (max-width: 840px) {
.post-comments ul.children {
padding: 20px 20px 0 20px;
}
.post-comments ul.children ul.children {
padding: 20px 0 0 20px;
}
.post-comments ul.children ul.children ul.children {
padding: 20px 0 0 20px;
}
.post-comments ul.children ul.children ul.children ul.children {
padding: 20px 0 0 10px;
}
}
@media (max-width: 480px) {
.post-comments ul.children {
padding: 15px 15px 15px 15px;
}
.post-comments ul.children ul.children {
padding: 15px 0 0 10px;
}
.post-comments ul.children ul.children ul.children {
padding: 15px 0 0 5px;
}
.post-comments ul.children ul.children ul.children ul.children {
padding: 15px 0 0 5px;
}
.post-comments .post-comment .image {
width: 40px;
height: 40px;
}
.post-comments .post-comment .desc {
margin-left: 55px;
}
.post-comments .post-comment.pingback .desc {
margin-left: 0;
}
.gallery .gallery-item {
width: 100%;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-3 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-4 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-5 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-6 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-7 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-8 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-9 .gallery-item {
width: 100%;
}
} .wp-caption-text,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption {
max-width: 100%;
margin: 0;
padding: 5px 10px 0 10px;
text-align: center;
font-size: 14px;
font-style: italic;
color: rgb(146, 152, 155);
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
padding: 0;
}
.wp-block-gallery .blocks-gallery-image:before,
.wp-block-gallery .blocks-gallery-item:before {
display: none;
}
.wp-block-cover,
.wp-block-cover-image {
margin: 30px 0;
}
.wp-block-cover.alignleft,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignright,
.wp-block-cover-image.alignright {
margin-bottom: 30px!important;
}
.wp-block-cover p a:hover,
.wp-block-cover-image p a:hover {
text-decoration: underline;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
padding: 30px 40px !important;
}
.wp-block-pullquote {
padding-top: 0;
padding-bottom: 0;
}
.wp-block-pullquote blockquote {
padding-bottom: 30px;
border-left: none;
border-bottom: 2px solid rgb(255, 167, 38);
}
.wp-block-pullquote.is-style-solid-color {
background-color: transparent;
border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
border: none;
}
.wp-block-calendar,
.wp-block-archives,
.wp-block-categories {
margin: 30px 0;
max-width: 480px;
}
.wp-block-search .wp-block-search__label {
display: none;
}
.wp-block-group.has-background {
padding: 20px;
color: rgb(38, 50, 56);
}
.wp-block-group.has-background p:first-child {
margin-top: 0;
}
.wp-block-group.has-background p:last-child {
margin-bottom: 0;
}
.wp-block-media-text.has-background {
color: rgb(38, 50, 56);
}
.wp-block-media-text.has-background .has-large-font-size {
line-height: 1.7;
}
hr.wp-block-separator {
margin: 30px 0;
border: none;
border-bottom: 1px solid rgb(190, 193, 195);
max-width: 50px;
}
hr.wp-block-separator.is-style-wide {
max-width: 100%;
}
.wp-block-separator.is-style-dots:before {
color: rgb(190, 193, 195);
}
.wp-block-button {
margin-bottom: 30px;
}
.wp-block-button a.wp-block-button__link {
padding: 13px 35px;
background: rgb(255, 167, 38);
color: rgb(38, 50, 56);
font-size: 12px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
border-radius: 46px;
-webkit-border-radius: 46px;
}
.wp-block-button a.wp-block-button__link:hover {
color: rgb(38, 50, 56);
}
.wp-block-button.is-style-outline a.wp-block-button__link {
padding-top: 11px;
padding-bottom: 11px;
border: 2px solid rgb(255, 167, 38);
color: rgb(255, 167, 38);
background: none;
}
.wp-block-button.is-style-squared a.wp-block-button__link {
border-radius: 0;
-webkit-border-radius: 0;
}
.wp-block-columns {
margin-bottom: 0;
}
.wp-calendar-nav:after {
content: '';
position: relative;
display: block;
clear: both;
}
.wp-calendar-nav span.wp-calendar-nav-prev {
float: left;
}
.wp-calendar-nav span.wp-calendar-nav-next {
float: right;
}
.wp-block-latest-comments__comment {
line-height: 1.5;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
padding: 0;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
font-weight: 600;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
margin-top: 8px;
margin-bottom: 22px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background: rgb(190, 193, 195);
}
ul.blocks-gallery-grid {
margin: 0 !important;
}
body .wp-block-cover-image-text,
body .wp-block-cover-image-text a,
body .wp-block-cover-image-text a:active,
body .wp-block-cover-image-text a:focus,
body .wp-block-cover-image-text a:hover,
body .wp-block-cover-text,
body .wp-block-cover-text a,
body .wp-block-cover-text a:active,
body .wp-block-cover-text a:focus,
body .wp-block-cover-text a:hover,
body section.wp-block-cover-image h2,
body section.wp-block-cover-image h2 a,
body section.wp-block-cover-image h2 a:active,
body section.wp-block-cover-image h2 a:focus,
body section.wp-block-cover-image h2 a:hover {
color: #fff!important;
}
.wp-block-archives-dropdown .nice-select,
.wp-block-categories-dropdown .nice-select {
max-width: 390px;
float: none;
display: block;
}
.wp-block-calendar,
.wp-block-archives,
.wp-block-categories {
max-width: 390px;
}
.wp-block-calendar table {
background: #fff;
border: 1px solid rgb(190, 193, 195);
}
.wp-calendar-table tr th {
padding-left: 5px;
padding-right: 5px;
text-align: center!important;
}
.post-password-form label {
margin-bottom: 0;
display: inline-block;
vertical-align: bottom;
}
.post-password-form label input {
margin-bottom: 0;
margin-top: 10px;
border-left: none;
}
.post-password-form input[type="submit"] {
margin-bottom: 0;
display: inline-block;
vertical-align: bottom;
width: 220px;
background: rgb(255, 167, 38);
text-transform: uppercase;
}
.itemGallery__box {
margin-bottom: 30px;
position: relative;
background-color: white;
-webkit-box-shadow: 0 5px 10px 0 rgb(26 47 51 / 15%);
box-shadow: 0 5px 10px 0 rgb(26 47 51 / 15%);
border-radius: 5px;
}
.itemGallery__box a {
position: relative;
overflow: hidden;
display: block;
}
.itemGallery__box a:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
opacity: 0;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.itemGallery__box img.cover {
width: 100%;
height: 300px;
object-fit: cover;
border-radius: 5px;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.itemGallery__details {
padding: 30px;
pointer-events: none;
position: absolute;
left: 0;
bottom: 0;
color: #fff;
opacity: 0;
-webkit-transition: 0.6s ease-in-out;
transition: 0.6s ease-in-out;
}
.itemGallery__box:hover a:after {
opacity: 1;
}
.itemGallery__box:hover img.cover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.itemGallery__box:hover .itemGallery__details {
opacity: 1;
}
@media (max-width: 992px) {
.sticky:before {
left: -1.25rem;
width: 2px;
}
}
@media (max-width: 720px) {
.single-post-text table th {
padding: 8px;
}
.single-post-text table td {
padding: 8px;
}
.post-comments ul.children ul.children ul.children {
padding: 15px 0 0 10px;
}
}
@media (max-width: 768px) {
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
width: 100%!important;
max-width: 100%!important;
margin-right: 0!important;
float: none!important;
}
}
@media (max-width: 767px) {
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
font-size: 1.2em;
font-style: italic;
line-height: 1.4;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
}
.wp-block-pullquote p {
font-size: 1.75em;
line-height: 1.4;
}
.single-post-text table th {
font-size: 12px;
}
form.post-password-form label input {
margin-top: 10px;
margin-bottom: 10px;
}
.post-password-form label {
display: block;
}
.post-password-form input[type="submit"] {
width: 100%;
}
.comment-respond {
margin-left: 50px;
}
.single-post-text table th {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
}
nav.wp-calendar-nav {
margin-top: 10px;
}
.wp-block-categories-list li:last-child, .wp-block-archives-list li:last-child, .widget.widget_nav_menu ul li:last-child, .widget.widget_pages ul li:last-child, .widget_categories ul li:last-child {
margin-bottom: 0;
}
} .mil-small-banner .mil-image-frame {
max-height: 580px;
} .mil-image-frame a, .elementor .mil-image-frame a {
height: 100%;
}
.elementor .mil-image-frame img {
height: 100% !important;
}