.table-fill,
div.table-title {
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
}
tr:hover td,
tr:nth-child(odd):hover td {
    background: #4e5066;
}
.table-fill,
td {
    background: #fff;
}
.table-title h3,
td {
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
td,
td.text-left,
th,
th.text-left {
    text-align: left;
}
.pre-loader div,
body,
header#header {
    position: relative;
}
h3.slant {
    position: absolute;
    writing-mode: vertical-lr;
    right: 0px;
    top: 96px;
    font-size: 108px;
    padding: 0px;
    margin: 0px;
    color: #e1e1e140;
}
h5,
h6 {
    letter-spacing: -1;
}

/* Mobile First: Start with default styles for smallest screens */
h1.delay2 {
  font-size: 40px; /* default mobile size */
}

/* Tablets and small desktops */
@media (min-width: 701px) and (max-width: 1330px) {
  h1.delay2 {
    font-size: 69px;
  }
}


@media (min-width: 1331px) {
  h1.delay2 {
    font-size: 105px;
  }
}
.btn,
.table-title h3 {
    text-transform: uppercase;
}
.dropdown-menu > li > a > i,
.nav li a i,
.panel-title.collapsed:before,
td,
th {
    vertical-align: middle;
}
.portfolio-filters li,
.spruko-portfolio-filters li {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}
.img1:hover,
.img2:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
body,
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
html {
    font-size: 100%;
}
body {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-weight: 300;
    left: 0;
    transition: 0.5s;
    overflow-x: hidden;
    cursor: default;
}


.edge-out {
    background: #181818;
    padding:10px 0px;
}

.inner {
    
    border-radius: 30px;
    background: #fff;
    background-color:#ffff;
    position:relative;
}
::selection {
    background: rgba(0, 0, 0, 0);
}
::-moz-selection {
    background: #fff00;
}
a {
    color: #828282;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s, opacity 0.5s;
}
.footer.style-1 img:hover,
.nav-tabs > li > a:hover,
a:hover,
nav a {
    cursor: pointer;
}
[data-fade-in="true"] {
    -moz-animation: 1s fadein;
    -webkit-animation: 1s fadein;
    -o-animation: 1s fadein;
    animation: 1s fadein;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
div.table-title {
    display: block;
}
.table-title h3 {
    color: #fafafa;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
}
.dropdown-submenu a,
.portfolio-wide .container,
.subscribe-form-submit,
.width100,
table.fullwidth {
    width: 100%;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}
.nav li a.active {
    background: red;
    color: #323232;
}
.table-fill {
    border-radius: 3px;
    border-collapse: collapse;
    height: 320px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: 5s infinite float;
}
.hero-fullwidth.parallax > .background-image,
.pre-loader {
    height: 100%;
    top: 0;
}
th {
    color: #d5dde5;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 23px;
    font-weight: 100;
    padding: 24px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
th:first-child {
    border-top-left-radius: 3px;
}
th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}
tr {
    border-top: 1px solid #c1c3d1;
    border-bottom: 1px solid #c1c3d1;
    color: #666b85;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
p2,
td {
    font-weight: 300;
}
tr:hover td {
    color: #fff;
    border-top: 1px solid #22262e;
    border-bottom: 1px solid #22262e;
}
tr:first-child {
    border-top: none;
}
.blog-widget li:last-child,
.dropdown-submenu > ul > li:last-child a,
.nav-tabs,
.project-sidebar > div:last-child,
tr:last-child {
    border-bottom: none;
}
tr:nth-child(odd) td {
    background: #ebebeb;
}
tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}
tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}
td {
    padding: 20px;
    font-size: 18px;
    border-right: 1px solid #c1c3d1;
}
#iconTabs li a .icon-tab,
h1 {
    font-size: 55px;
}
td:last-child {
    border-right: 0px;
}
#success_page,
.btn-appear,
.error-text,
.feature-left,
.owl-dots,
.project-nav,
.testimonials,
td.text-center,
th.text-center {
    text-align: center;
}
td.text-right,
th.text-right {
    text-align: right;
}
.bg-gray {
    background: #fcf5e9;
}
header#header {
    z-index: 9999;
}
@media (max-width: 700px) {
    header#header {
        position: fixed;
        z-index: 999;
        width: 100%;
    }
}
.pre-loader {
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 8;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.pre-loader div {
    margin: -25px auto 0;
    text-indent: -9999em;
    top: 50%;
    display: block;
    border-top: 10px solid;
    border-right: 10px solid;
    border-bottom: 10px solid;
    border-left: 10px solid #000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateY(50%);
    -webkit-animation: 1.1s linear infinite load9;
    animation: 1.1s linear infinite load9;
}
h2.logo-page,
h2.top-logo {
    font-family: t2ns-bold;
    margin: 0;
}
.nav-small .logofade {
    opacity: 1;
}
.pre-loader div,
.pre-loader div:after {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
@-webkit-keyframes load9 {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes load9 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.sidenav::-webkit-scrollbar {
    display: none;
}
.moscrl,
.sidenav {
    -ms-overflow-style: none;
}
.hero-fullscreen,
.hero-fullwidth,
.parallax {
    overflow: hidden;
    position: relative;
}
.moscrl::-webkit-scrollbar {
    display: none;
}
h2.top-logo {
    font-size: 1.5rem;
    padding-top: 14px;
    color: #000;
    z-index: -1;
}
h2.logo-page {
    font-size: 5.95rem;
    line-height: 0.75;
    color: #f4f6f8;
    padding-bottom: 35px;
}
span.trade {
    font-size: 14px;
    vertical-align: super;
    line-height: 0.5;
    font-family: sans-serif;
}
@media (min-width: 997px) {
    .half {
        transform: translate(0, 50%);
    }
}
p2 {
    letter-spacing: 1.1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "mona sans";
    color: #181818;
}
h3.highlighted {
    font-weight: 700;
    font-size: 40px;
    color: #0a85bd !important;
}
h3.texted {
    font-family: "open sans";
    font-size: 45px;
    line-height: 1 !important;
}
.bold,
.connected-icons li a h5,
a strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: 600;
    font-family: "mona sans", sans-serif;
    letter-spacing: 0.3px;
}
h4 strong,
h5 strong {
    letter-spacing: -1px;
}
h1 {
    font-weight: 100;
    color: #000;
    margin: 10px 0;
}
h1 strong,
h2,
h2 strong,
h3,
h4,
h4 strong {
    font-weight: 600;
}
h1 strong {
    font-size: 75px;
}

h3 {
    font-size: 3rem;
}
h4 {
    font-size: 20px;
    letter-spacing: 1px;
}
[data-overlay-dark] p,
p {
    font-weight: 300;
}
h4 strong {
    font-size: 22px;
}
h5 {
    font-size: 16px;
    line-height: 1.2;
}
h5 strong {
    font-size: 18px;
}
h6 {
    font-size: 13px;
}
.btn,
p {
    letter-spacing: 0px;
}
p {
    font-size: 16px;
    line-height: 1.65;
    color: #333;
}
.btn,
.lead,
.testimonials.white h4,
[data-overlay-dark] p.lead {
    font-weight: 300;
}
.lead {
    font-size: 18px;
    line-height: 1.4;
}
@media all and (max-width: 992px) {
    h1 {
        font-size: 50px;
    }
    h1 strong {
        font-size: 56px;
    }
    h2 {
        font-size: 2.2rem;
    }
    h2 strong {
        font-size: 46px;
    }
}
@media all and (max-width: 768px) {
    h1,
    h2 strong {
        font-size: 36px;
    }
    h1 strong {
        font-size: 42px;
    }
    h2 {
        font-size: 24px;
    }
}
#elements-buttons .btn,
.mb10,
[data-gap="10"] .portfolio-filters,
[data-gap="10"] .spruko-portfolio-filters,
blockquote,
ol,
p,
pre,
table,
ul {
    margin-bottom: 10px;
}
ol,
ul {
    list-style: none;
    padding-left: 0;
}
ul.bullets {
    list-style: inside;
}
blockquote {
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
    padding: 10px 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #999;
    border-left: 2px solid;
}
strong {
    font-weight: 600 !important;
}
hr {
    margin: 0;
    border-color: #f4f4f4;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}
.size-12x {
    font-size: 12em !important;
}
.size-8x {
    font-size: 8em !important;
}
.size-7x {
    font-size: 7em !important;
}
.size-6x {
    font-size: 6em !important;
}
.size-5x {
    font-size: 5em !important;
}
.size-4x {
    font-size: 4em !important;
}
.feature-left:hover i,
.size-3x {
    font-size: 3em !important;
}
.size-2x {
    font-size: 2.5em !important;
}
.size-1x {
    font-size: 1.5em !important;
}
#Cima-demo1 .demo-picks > div h5 strong,
#Cima-demo1 .demo-picks > div p,
#testimonials .testimonials.quote-icons .owl-stage-outer p,
.owl-item.active .appear p,
.parallax .white p,
.project-nav a:hover h5 strong,
.project-nav a:hover i,
.text-white,
[data-overlay-color] p,
[data-overlay-dark] p {
    color: #fff !important;
}
.btn,
.feature-center.white h5,
.feature-center.white i,
.feature-center.white p,
.testimonials.white h4,
.testimonials.white h5,
[data-overlay-color] #mute-toggle,
[data-overlay-color] #play-toggle,
[data-overlay-dark] #mute-toggle,
[data-overlay-dark] #play-toggle {
    color: #fff;
}
.section-space {
    padding: 50px 0;
}
.mt0,
.owl-controls,
.panel-group .panel + .panel,
.section-space h1,
.section-space h2 {
    margin-top: 0;
}
@media (min-width: 1080px) {
    .side-fade {
        background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 44%, #000 58%, #000 67%, #000 70%, #000 100%);
        background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 44%, #000 58%, #000 67%, #000 70%, #000 100%);
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.8) 44%, #000 58%, #000 67%, #000 70%, #000 100%);
    }
    #hero {
        padding-top: 305px;
        padding-bottom: 160px;
    }
}
.hero-fullscreen .container {
    z-index: 2;
    position: relative;
    padding-top: 40%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.hero-fullwidth {
    height: auto;
    padding: 100px 0;
}
.hero-fullwidth .container {
    padding-top: 60px;
    z-index: 2;
}
.hero-slider {
    position: relative;
    top: 0;
    background-color: #191a1c;
    z-index: 1;
}
#spruko-youtube,
.spruko-video {
    position: absolute;
    background-color: #0f1112;
    left: 50% !important;
    top: 50%;
    overflow: hidden;
}
.parallax .slide {
    position: relative;
    z-index: 1;
}
.hero-slider .slide {
    position: relative;
    height: 100%;
}
.owl-item .appear {
    opacity: 0;
    padding: 114px 40px;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    -moz-transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    -ms-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
}
.owl-item.active .appear {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
#twitter-feed .interact,
#twitter-feed .timePosted,
#twitter-feed .user,
#twitter-feed-list .user span,
#twitter-feed-list img,
#twitter-feed-slider .user span,
#twitter-feed-slider img,
.background-image img,
.hero-slider .owl-item img,
.nav li.dropdown a i,
.scroll-top,
.testimonials.quote-icons h4::after,
.testimonials.quote-icons h4::before,
.twitter-feed-slider.owl-carousel .owl-item img {
    display: none;
}
.footer-nav ul li a,
.navbar-brand,
.p0,
.portfolio-wide [data-gap="0"],
.quote-slider .owl-controls,
.slider-fullwidth,
[data-gap="0"] .spruko-portfolio > div {
    padding: 0;
}
.hero-slider .owl-item .owl-height {
    height: auto;
}
.slider-fullwidth .owl-next,
.slider-fullwidth .owl-prev,
.spruko-gallery .item-caption i:before {
    margin-top: 22px;
}
#spruko-youtube {
    z-index: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
#mute-toggle,
#play-toggle {
    font-size: 23px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    padding: 1px;
    line-height: 10px;
    opacity: 0.3;
}
#mute-toggle {
    left: 66px;
    bottom: 19px;
}
#play-toggle {
    left: 36px;
    font-size: 20px;
}
[data-overlay-light] #mute-toggle,
[data-overlay-light] #play-toggle {
    color: #111;
}
.spruko-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.owl-dot {
    display: inline-block;
    padding: 6px 2px;
    position: relative;
}
.owl-theme .owl-controls .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 2px;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1000 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 6px;
    box-shadow: none;
    -webkit-transition: background 0.27s;
    -moz-transition: background 0.27s;
    -o-transition: background 0.27s;
    -ms-transition: background 0.27s;
    transition: background 0.27s;
}
[data-overlay-color] .owl-theme .owl-controls .owl-dot span,
[data-overlay-dark] .owl-theme .owl-controls .owl-dot span {
    background: rgba(255, 255, 255, 0.3);
}
.owl-theme .owl-controls .owl-dot.active span,
[data-overlay-color] .owl-theme .owl-controls .owl-dot.active span,
[data-overlay-dark] .owl-theme .owl-controls .owl-dot.active span,
[data-overlay-light] .hero-slider .slide:before,
[data-overlay-light]:before {
    background: #fff;
}
.dark-pagination.owl-theme .owl-controls .owl-dot span,
[data-overlay-light] .owl-theme .owl-controls .owl-dot span {
    background: rgba(0, 0, 0, 0.3);
}
.dark-pagination.owl-theme .owl-controls .owl-dot.active span,
[data-overlay-light] .owl-theme .owl-controls .owl-dot.active span {
    background: rgba(0, 0, 0, 0.8);
}
.owl-theme .owl-controls .owl-nav div {
    position: absolute;
    color: #fff;
    display: inline-block;
    padding: 20px;
    font-size: 42px;
    border-radius: 0;
    background: 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, margin 0.3s;
    -moz-transition: opacity 0.3s, margin 0.3s;
    -o-transition: opacity 0.3s, margin 0.3s;
    -ms-transition: opacity 0.3s, margin 0.3s;
    transition: opacity 0.3s, margin 0.3s;
}
#show-more:focus,
.owl-theme:hover .owl-controls .owl-nav div,
.spruko-blog-grid > div.reveal,
.spruko-portfolio > div.reveal,
[data-overlay-color="10"] .hero-slider .slide:before,
[data-overlay-color="10"]:before,
[data-overlay-dark="10"] .hero-slider .slide:before,
[data-overlay-dark="10"]:before,
[data-overlay-light="10"] .hero-slider .slide:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}
.ml40,
.owl-prev {
    margin-left: 40px;
}
.mr40,
.owl-next {
    margin-right: 40px;
}
.ml0,
.owl-theme:hover .owl-prev {
    margin-left: 0;
}
.mr0,
.owl-theme:hover .owl-next {
    margin-right: 0;
}
.owl-theme .owl-controls .owl-nav div.owl-next:hover,
.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
[data-overlay-color="7"] .hero-slider .slide:before,
[data-overlay-color="7"]:before,
[data-overlay-dark="7"] .hero-slider .slide:before,
[data-overlay-dark="7"]:before,
[data-overlay-light="7"] .hero-slider .slide:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
    top: 50%;
    transform: translateY(-52%);
    -moz-transform: translateY(-52%);
    -webkit-transform: translateY(-52%);
}
.owl-theme .owl-controls .owl-nav .owl-next {
    right: 0;
    top: 50%;
    transform: translateY(-52%);
    -moz-transform: translateY(-52%);
    -webkit-transform: translateY(-52%);
}
.owl-carousel .owl-item {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.owl-carousel .owl-item:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
[data-touch-drag="false"] .owl-item,
[data-touch-drag="false"] .owl-item:active {
    cursor: default;
    cursor: -moz-default;
    cursor: -webkit-default;
}
.carousel .owl-dots {
    margin-top: -30px;
}
.parallax .container,
[data-overlay-color] .container,
[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
.parallax > .background-image {
    height: 100vh;
    top: -50vh;
    -webkit-transition: opacity 0.9s;
    -moz-transition: opacity 0.9s;
    transition: opacity 0.9s;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
#Cima-demo.parallax > .background-image,
#Cima-demo1.parallax > .background-image {
    height: 300vh;
    -webkit-transition: opacity 0.9s;
    -moz-transition: opacity 0.9s;
    transition: opacity 0.9s;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
#footer-1 .subscription .form-validation,
.hero-fullscreen .background-image {
    top: 0;
}
@media all and (max-width: 1024px) {
    .parallax .slides li > .background-image,
    .parallax > .background-image {
        top: 0 !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        transform: none !important;
        height: 100%;
    }
}
.background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    opacity: 0;
    background-color: #1c1c1c;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
}
.img-responsive,
img {
    max-width: 100%;
}
.hero-content-slider {
    text-align: center;
    padding: 0 20px;
    opacity: 0;
    -webkit-transition: opacity 1.3s;
    -moz-transition: opacity 1.3s;
    transition: opacity 1.3s;
}
.hero-content-slider h1,
.mb20,
[data-gap="20"] .portfolio-filters {
    margin-bottom: 20px;
}
.hero-content-slider a.btn {
    margin-top: 30px;
    font-weight: 400;
    border: 2px solid #fff;
}
.hero-content-slider .owl-item {
    top: 50%;
}
.hero-content-slider.owl-carousel .owl-item,
.hero-content-slider.owl-carousel .owl-item:active,
.quote-slider.owl-carousel .owl-item,
.quote-slider.owl-carousel .owl-item:active {
    cursor: default;
}
.hero-content-slider .owl-animated-in {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}
.hero-content-slider .owl-item h1,
.hero-content-slider .owl-item h5,
.hero-content-slider .owl-item p {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff !important;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: 0.6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.quote-slider i,
.testimonials i,
.testimonials.quote-icons i {
    -webkit-backface-visibility: hidden;
}
.btn {
    font-family: "open sans", sans-serif;
    font-size: 14px;
    background-color: #00000000;
    border: 1px solid #fff;
    line-height: 1;
    padding: 8px 10px 7px;
    margin: 5px 0;
    border-radius: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.btn:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
.btn-sm {
    font-size: 9px;
    padding: 8px 20px;
}
.btn-md {
    font-size: 11px;
    padding: 14px 60px;
}
.btn-lg {
    font-size: 12px;
    padding: 18px 43px;
}
.btn-border {
    border: 2px solid #fff;
    background: 0 0;
}
.btn-border:hover {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}
.btn.ghost {
    color: fff;
    background: #000;
    border: 2px solid #000;
}
#buttonTabs li a:hover,
#buttonTabs li.active a,
.btn-ghost:hover,
.contact input.submit:hover {
    color: #000;
    background: #fff;
    border: 2px solid #000;
}
.btn-dark {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.btn-dark:focus,
.btn-dark:hover {
    background-color: #292b2f;
    color: #fff;
    border-color: #292b2f;
}
.btn-light,
.btn-light:hover,
.scroll-top:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}
.btn-circle,
.btn-round,
.btn-square,
.container-fluid .portfolio-item,
.portfolio-wide .portfolio-item {
    border-radius: 0;
}
.btn-appear {
    position: relative;
    overflow: hidden;
    transition: 0.2s;
}
.btn-appear span {
    display: inline-block;
    position: relative;
    padding: 0;
    transition: padding 0.2s;
}
.btn-appear i {
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0;
    margin-top: -6px;
    -webkit-transition: opacity 0.2s, right 0.2s;
    -moz-transition: opacity 0.2s, right 0.2s;
    transition: opacity 0.2s, right 0.2s;
}
.btn-appear:hover span {
    padding: 0 17px 0 0;
    color: #fff;
}
.btn-appear:hover i {
    top: 50%;
    right: 0;
    opacity: 1;
    -webkit-transition: opacity 0.2s, right 0.2s;
    -moz-transition: opacity 0.2s, right 0.2s;
    transition: opacity 0.2s, right 0.2s;
}
.btn-primary.focus,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus {
    opacity: 1;
    color: #fff;
    background: #000;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}
.feature-center {
    margin: 30px 0;
    padding: 0 30px;
}
.feature-center i,
.feature-left-stack i {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}
.feature-center.large h4 {
    line-height: 1.3;
}
.back-icon {
    position: absolute;
    opacity: 0.05;
    padding-left: 40px;
    font-size: 134px;
    left: 0;
}
.feature-center.white i.back-icon {
    color: #f8f8f8;
}
.feature-left {
    padding: 20px;
    transition: 0.2s;
    background: #fff;
}
.feature-left i {
    display: inline-block;
    width: 44px;
    margin-top: 20px;
    color: #000;
}
.feature-left i::before {
    margin: 0 auto;
    display: table;
}
.feature-left > div,
.tab-content > .tab-pane {
    display: block;
}
#twitter-feed a,
.blog-pagination li,
.connected-icons li,
.connected-icons li a i,
.feature-left-stack.title > div h5,
.footer.style-1 > a,
.inline-block,
.nav-tabs-center,
.nav-tabs > li > a,
.phone-number,
.phone-number h1,
.project-info p,
.project-nav a,
.project-nav a h5,
.project-nav a i,
.quote-slider .label,
.quote-slider i,
.spruko-portfolio-filters li,
.testimonials a,
.testimonials i,
.testimonials.quote-icons i,
.topbar ul li {
    display: inline-block;
}
.feature-left.large > div,
.pl30 {
    padding-left: 30px;
}
.feature-left h4,
.feature-left-stack h4 {
    line-height: 1;
    font-size: 25px;
    color: #000;
    font-weight: 300;
}
#iconTabs li a,
.blog-quote small,
.blog-quote-post small,
.feature-left h5 {
    line-height: 1.4;
}
.feature-left-stack {
    text-align: left;
    margin: 30px 0;
    padding: 0 20px;
}
.counter,
.item-caption,
.project-nav a,
.spruko-gallery {
    text-align: center;
}
.feature-left:hover i {
    transition: 1s;
}
.testimonials h4:after,
.testimonials h4:before {
    font-family: Hind, sans-serif;
    font-size: 32px;
    vertical-align: -5px;
}
.feature-left:hover {
    box-shadow: 0 5px 2px rgba(0, 0, 0, 0.1);
    transform: translate(0, -25px);
    -webkit-transform: translate(0, -25px);
    -moz-transform: translate(0, -25px);
    -webkit-box-shadow: 0 11px 17px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 11px 17px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0 11px 17px -6px rgba(0, 0, 0, 0.75);
    border: 2px solid #000;
}
.feature-left-stack.boxed,
.portfolio-wide [data-gap="30"] {
    padding: 0 15px;
}
.feature-left-stack.title > div h5 {
    padding-left: 15px;
}
.feature-left-stack.large.title > div h4 {
    display: inline-block;
    padding-left: 20px;
}
.feature-box {
    background-color: rgba(0, 0, 0, 0.045);
    padding: 40px;
}
.video-container {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: #191a1c;
    cursor: pointer;
}
.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    visibility: hidden;
}
.video-container:before {
    content: "\f488";
    font-family: Ionicons;
    font-size: 34px;
    margin-top: 7px;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    -webkit-transition: transform 0.2s, opacity 0.2s;
}
.video-container:hover:before {
    color: #fff;
    transform: translate3d(-50%, -50%, 0) scale(0.8);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.8);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
}
.video-container:after {
    content: "";
    position: absolute;
    margin-top: 6px;
    height: 90px;
    width: 90px;
    border: none;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    top: 50%;
    left: 50%;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transition: background-color 0.2s, transform 0.2s, opacity 1.2s;
    -moz-transition: background-color 0.2s, transform 0.2s, opacity 0.2s;
    -webkit-transition: background-color 0.2s, transform 0.2s, opacity 1.2s;
}
.video-container:hover:after {
    transform: translate3d(-50%, -50%, 0) scale(0.9);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.9);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
}
.video-container.reveal:after,
.video-container.reveal:before {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.4s, opacity 0.4s;
    -moz-transition: visibility 0.4s, opacity 0.4s;
    -webkit-transition: visibility 0.4s, opacity 0.4s;
}
@media (max-width: 1400px) {
    #fun-facts {
        padding: 20px 0;
    }
}
.counter {
    color: #000;
}
.counter h1 {
    font-size: 56px;
    line-height: 1;
    color: #000;
    font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    -o-font-feature-settings: "lnum";
}
.quote-slider > div {
    padding: 20px 0 10px;
}
.quote-slider i {
    font-size: 26px;
    vertical-align: top;
    transform-style: flat !important;
}
.quote-slider i:last-child {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.quote-slider .label {
    margin-top: 20px;
    border-radius: 2px;
    padding: 6px 10px 5px;
    font-size: 12px;
    font-weight: 600;
}
.quote-slider h2 {
    line-height: 1.2;
}
.blog-grid,
.portfolio {
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
}
@media all and (max-width: 767px) {
    .portfolio {
        padding: 0 9px;
    }
}
.portfolio-filters,
.spruko-portfolio-filters {
    padding: 0;
    margin-bottom: 20px;
}
.spruko-portfolio-filters li {
    cursor: pointer;
    text-transform: capitalize;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 3;
    text-transform: uppercase;
    color: #888;
    background-color: #f5f5f5;
    padding: 7px 30px;
    margin: 0 1.1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.spruko-portfolio-filters li:first-child {
    border-radius: 0;
    padding-left: 34px;
}
.spruko-portfolio-filters li:last-child {
    border-radius: 0;
    padding-right: 34px;
}
.spruko-portfolio-filters li.active {
    cursor: default;
    color: #fff;
    opacity: 1;
    background: #35383c;
}
@media all and (max-width: 480px) {
    .section-space {
        padding: 35px 5px;
    }
    .spruko-portfolio-filters li {
        width: 100%;
        font-size: 16px;
    }
}
.spruko-portfolio > div {
    padding: 0 10px;
    opacity: 0;
    transition: opacity 0.5s, padding-top 0.5s;
    -moz-transition: opacity 0.5s, padding-top 0.5s;
    -webkit-transition: opacity 0.5s, padding-top 0.5s;
}
.spruko-blog-grid > div > div,
.spruko-portfolio .portfolio-item {
    transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transform: translateY(20%);
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
}
.spruko-blog-grid > div.reveal > div,
.spruko-portfolio .reveal .portfolio-item {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.portfolio-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 19px;
    border-radius: 2px;
}
.portfolio-item:hover .item-caption {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s;
    opacity: 1;
}
.item-caption {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
    color: #fff;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transition: opacity 0.5s, transform 0.3s;
    -moz-transition: opacity 0.5s, transform 0.3s;
    transition: opacity 0.5s, transform 0.3s;
    opacity: 0;
    -webkit-transform: perspective(600px);
    -moz-transform: perspective(600px);
    transform: perspective(600px);
}
.item-caption h4 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 13px auto 8px;
    color: #fff;
}
.item-caption p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 8px auto;
    color: #ccc !important;
}
.item-image {
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: perspective(600px);
    -moz-transform: perspective(600px);
    transform: perspective(600px);
}
.portfolio-item:hover .item-image {
    -webkit-transform: scale(1.5) rotate(0.2deg);
    -moz-transform: scale(1.5) rotate(0.2deg);
    transform: scale(1.5) rotate(0.2deg);
}
.portfolio-item .item-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #d8822e;
    opacity: 0;
    transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
}
.portfolio-item:hover .item-image:after,
[data-overlay-color="8"] .hero-slider .slide:before,
[data-overlay-color="8"]:before,
[data-overlay-dark="8"] .hero-slider .slide:before,
[data-overlay-dark="8"]:before,
[data-overlay-light="8"] .hero-slider .slide:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}
@media all and (max-width: 990px) {
    .section-space.mt30,
    .section-space.mt50 {
        margin-top: 0;
    }
    .portfolio-item:hover .item-caption {
        position: absolute;
        width: 100%;
        height: auto;
        top: 40%;
        bottom: 20px;
        -webkit-transition: opacity 0.5s, transform 0.3s;
        -moz-transition: opacity 0.5s, transform 0.3s;
        transition: opacity 0.5s, transform 0.3s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    .portfolio-item .item-image:after,
    .portfolio-item:hover .item-image:after {
        background: linear-gradient(rgba(0, 0, 0, 0) 0, #191a1c 100%);
        opacity: 1;
    }
}
#twitter-feed p,
.mb0,
.panel-title p,
.price-features p:last-child,
[data-gap="0"] .portfolio-filters,
[data-gap="0"] .spruko-portfolio .portfolio-item,
[data-gap="0"] .spruko-portfolio-filters,
[data-gap="10"] .spruko-portfolio .portfolio-item,
[data-gap="15"] .spruko-portfolio .portfolio-item,
[data-gap="20"] .spruko-portfolio .portfolio-item,
[data-gap="25"] .spruko-portfolio .portfolio-item,
[data-gap="30"] .spruko-portfolio .portfolio-item,
[data-gap="35"] .spruko-portfolio .portfolio-item {
    margin-bottom: 0;
}
[data-gap="10"] .spruko-portfolio > div {
    padding: 0 5px;
    margin-bottom: 9px;
}
[data-gap="15"] .spruko-portfolio > div {
    padding: 0 7px;
    margin-bottom: 14px;
}
[data-gap="15"] .spruko-portfolio-filters {
    margin-bottom: 14px;
}
[data-gap="20"] .spruko-portfolio > div {
    padding: 0 10px;
    margin-bottom: 19px;
}
[data-gap="20"] .spruko-portfolio-filters {
    margin-bottom: 19px;
}
[data-gap="25"] .spruko-portfolio > div {
    padding: 0 2px;
    margin-bottom: 4px;
}
[data-gap="25"] .spruko-portfolio-filters {
    margin-bottom: 25x;
}
[data-gap="30"] .spruko-portfolio > div {
    padding: 0 15px;
    margin-bottom: 29px;
}
[data-gap="30"] .spruko-portfolio-filters {
    margin-bottom: 29px;
}
[data-gap="35"] .spruko-portfolio > div {
    padding: 0 17px;
    margin-bottom: 34px;
}
[data-gap="35"] .spruko-portfolio-filters {
    margin-bottom: 34px;
}
#works-page .spruko-portfolio-filters,
.blog-sidebar .cbp-wrapper .cbp-item:last-child .blog-thumb-desc,
.mb50 {
    margin-bottom: 50px;
}
.spruko-gallery {
    margin-top: 20px;
}
.pl40,
.project-sidebar {
    padding-left: 40px;
}
.project-sidebar > div {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.project-sidebar > div p:first-child {
    font-weight: 700;
    color: #191a1c;
    margin-right: 30px;
}
.project-info p {
    margin-top: 0;
    margin-bottom: 5px;
    min-width: 100px;
}
.project-sidebar h4 strong {
    font-weight: 500;
    font-size: 25px;
}
.topbar {
    height: 23px;
    background: #00000082;
    width: 100%;
}
.topbar ul li {
    line-height: 1;
    padding: 4px 25px;
    font-size: 13px;
}
ol li,
ul li {
    line-height: 32px;
}
.project-nav a {
    padding: 8px 20px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.08);
    border: 1px solid #000;
    margin: 0 7px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    color: #000;
}
.project-nav a:hover {
    background-color: #111;
    color: #fff;
}
.project-nav a h5,
.project-nav a i {
    margin: 0 6px;
    font-size: 16px;
    color: #191a1c;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.project-nav h5 strong {
    font-weight: 300;
    letter-spacing: 0.4px;
}
.testimonials i {
    font-size: 46px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-style: flat !important;
}
.testimonials h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.testimonials h5,
.testimonials h5 strong {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 5px;
}
.testimonials a {
    font-size: 13px;
    font-weight: 300;
    line-height: 2;
}
.testimonials p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin-top: 10px;
}
.testimonials img {
    border-radius: 50%;
}
.blog-post .post-date h3,
.blog-post .post-date h4,
.blog-post .post-date span,
.testimonials h4:after,
.testimonials h4:before,
.testimonials.white a {
    color: #eee;
}
.testimonials h4:before {
    content: open-quote;
    margin-right: 5px;
}
.testimonials h4:after {
    content: close-quote;
    margin-left: 5px;
}
.testimonials.quote-icons i {
    font-size: 15px;
    line-height: 1;
    vertical-align: top;
    margin-top: 3px;
    transform-style: flat !important;
}
.testimonials.quote-icons i:first-child {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
#testimonials .testimonials.quote-icons .owl-stage-outer h5 strong {
    font-size: 24px;
    color: #fff;
}
.testimonials .occupation {
    font-size: 13px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    width: auto;
    height: auto;
    opacity: 0.7;
    padding: 15px;
    text-align: center;
    float: none;
    margin: 0 auto;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.owl-carousel .owl-item img:hover {
    opacity: 0.9;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.quote-card {
    padding: 60px 40px;
    background-color: #ccc;
    text-align: center;
    border-radius: 25px;
}
.connected-icons,
.scoical-ul {
    padding: 0;
    text-align: center;
    list-style: none;
}
.quote-card img {
    position: absolute;
    opacity: 0.07;
    top: -30px;
    left: 0;
}
.apps-download i,
.dropdown-submenu,
.phone-number,
.price-box .price-price,
.social-ul li span,
.tab-content,
[data-overlay-color],
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}
.mt10,
.quote-card .spruko-quote-2 {
    margin-top: 10px;
}
.quote-card p {
    font-size: 16px;
    margin-bottom: 30px;
}
.quote-card p.occupation {
    font-size: 14px;
    margin: 0;
}
.quote-card h5 {
    margin-top: 20px;
    margin-bottom: 0;
}
.spruko-quote-2 {
    opacity: 0.15;
}
.clients-slider img {
    width: initial !important;
    margin: auto;
}
.connected-icons {
    margin-top: 40px;
}
.connected-icons li {
    padding: 10px 26px;
}
.connected-icons li a h5,
.connected-icons li a p {
    margin: 0;
    line-height: 1.4;
}
#twitter-feed-list .user a,
#twitter-feed-slider .user a,
.connected-icons li a p,
.price-features .ion-close-round {
    font-size: 13px;
}
[data-overlay-light] .connected-icons li a p {
    color: #191a1c;
}
.scoical-ul {
    margin: 0;
}
.social-ul li span {
    font-size: 25px;
    padding: 10px;
    color: #fff;
    border-radius: 0;
    z-index: 2;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}
.connected-icons li a i {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    color: #fff;
    background: #000;
    margin: 0 auto 10px;
    z-index: 2;
}
.connected-icons li a i:after {
    content: "";
    width: 100px;
    position: absolute;
    height: 100px;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s, background-color 0.3s;
    -moz-transition: opacity 0.3s, background-color 0.3s;
    -webkit-transition: opacity 0.3s, background-color 0.3s;
}
.connected-icons li a i:hover {
    opacity: 1;
    background: #fff;
    color: #000 !important;
    border: 2px solid #000;
    box-shadow: 0 5px 2px rgba(0, 0, 0, 0.1);
}
.phone-number h1 {
    margin: 10px 70px;
    line-height: 1.25;
    border-radius: 0;
}
.phone-number h1:after {
    content: "";
    position: absolute;
    background-color: #fff;
    color: #000 !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    border-radius: 0;
    z-index: -1;
    transition: opacity 0.3s, background-color 0.3s;
    -moz-transition: opacity 0.3s, background-color 0.3s;
    -webkit-transition: opacity 0.3s, background-color 0.3s;
}
#Cima-demo .demo-picks > div h5 strong,
#Cima-demo .demo-picks > div p,
.phone-number:hover h1:after {
    color: #000 !important;
}
.apps-download i {
    font-size: 18px;
    margin-right: 6px;
}
.apps-download a,
.panel-title {
    font-size: 14px;
}
.price-table {
    margin: 40px 0;
}
.price-box {
    max-width: 340px;
    margin: 0 auto;
    padding: 40px;
    background-color: #f2f2f2;
    text-align: center;
}
@media all and (min-width: 992px) {
    .hero-slider,
    .hero-slider .owl-height,
    .hero-slider .owl-item,
    .hero-slider .owl-stage,
    .hero-slider .owl-stage-outer,
    .hero-slider .owl-wrapper,
    .hero-slider .owl-wrapper-outer {
        height: 100% !important;
    }
    .price-box h1 {
        font-size: 70px;
    }
}
.bg-grey .price-box {
    border: 2px solid #e9e9e9;
}
.bg-dark .price-box {
    border: 2px solid #444;
}
.price-box sup {
    position: absolute;
    font-size: 22px;
    margin-left: -18px;
    top: 18px;
}
.panel-title span,
.panel-title.collapsed span {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    font-family: tgoth;
    letter-spacing: 0;
    line-height: 0;
    text-transform: uppercase;
}
.price-box span span {
    font-size: 26px;
}
.price-features {
    min-height: 200px;
}
.price-table-featured {
    padding: 0;
    margin: 20px 0;
}
.pricing-1 .price-table-featured .price-box {
    border: transparent;
}
.price-table-featured .price-features {
    min-height: 240px;
}
.pricing-2 .price-box {
    background-color: transparent;
    border: 3px solid #eee;
}
.panel-group {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0;
}
.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: none;
}
.panel-default > .panel-heading {
    color: #000;
    background-color: #00000000;
    padding: 0;
}
.panel-title.collapsed span {
    background: #00000000;
}
#iconTabs li a span,
.blog-grid-content .time span,
.contact input.submit,
.nav-tabs > li > a,
.post-comment .author a {
    font-family: Montserrat, sans-serif;
}
.blog-tags li a,
.blog-tags li a:hover,
.panel-title,
.panel-title.collapsed,
.panel-title.collapsed:before,
.panel-title:not(.collapsed):before {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.panel-heading i {
    margin-right: 5px;
    font-size: 12px;
}
.panel-title.collapsed:before {
    font-family: IonIcons;
    content: "\f46a";
    float: right;
    padding-top: 1px;
    color: #666;
    font-size: 16px;
}
.panel-title:not(.collapsed):before {
    font-family: IonIcons;
    content: "\f3d0";
    float: right;
    padding-top: 1px;
    color: #fff;
    font-size: 13px;
    vertical-align: middle;
}
.panel-title:hover {
    cursor: pointer;
    background-color: #00000000;
    color: #fff;
}
.p20,
.panel-body {
    padding: 20px;
}
.panel-body p {
    margin: 0;
    font-size: 18px;
    text-align: center;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border: none;
    background: 0 0;
}
.panel-title {
    text-transform: none;
    border: 0;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    color: #fff;
    background-color: #000;
}
.panel-title.collapsed {
    background-color: #00000000;
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #ffffff4a;
}
.panel-title:focus {
    outline: 0 !important;
}
#buttonTabs,
.post-comment {
    margin: 30px 0;
}
#buttonTabs li a {
    min-width: 130px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 2.8;
    margin: 0 2px;
    padding: 9px 38px;
    background: #000;
    color: #fff;
    border-radius: 0;
    border: 2px solid #000;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 10px;
    margin-right: 0;
}
.nav-tabs > li > a {
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}
.tab-pane p {
    line-height: 24px;
}
.tab-pane {
    position: absolute;
    opacity: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s, top 0.3s, transform 0.3s;
    -moz-transition: opacity 0.3s, top 0.3s, transform 0.3s;
    transition: opacity 0.3s, top 0.3s, transform 0.3s;
}
.blog-grid-content,
.blog-grid-img,
.footer,
.loader div,
.post-share i,
.tab-pane.active,
.vertical-align {
    position: relative;
}
.tab-pane.active {
    opacity: 1;
    top: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity 0.4s, top 0.4s, transform 0.3s;
    -moz-transition: opacity 0.4s, top 0.4s, transform 0.3s;
    transition: opacity 0.4s 0.25s, top 0.4s 0.25s, transform 0.3s 0.25s;
}
#iconTabs li a,
#iconTabs li.active a {
    background-color: transparent;
    border: none;
}
#iconTabs {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}
#iconTabs li {
    min-width: 100px;
    line-height: 1;
}
#iconTabs li a {
    min-width: 100px;
    margin: 0 1px;
}
#iconTabs li a span {
    display: block;
    color: #47494e;
    text-transform: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    -webkit-transition: color 0.35s;
    -moz-transition: color 0.35s;
    transition: color 0.35s;
}
#iconTabs li a:hover span {
    color: #191a1c;
    -webkit-transition: -webkit-color 0.35s;
    transition: color 0.35s;
}
#iconTabs.white li a span {
    color: #bbb;
    -webkit-transition: -webkit-color 0.35s;
    transition: color 0.35s;
}
#iconTabs.white li a:hover span {
    color: #fff;
    -webkit-transition: -webkit-color 0.35s;
    transition: color 0.35s;
}
[data-overlay-color] .hero-slider .slide:before,
[data-overlay-color]:before,
[data-overlay-dark] .hero-slider .slide:before,
[data-overlay-dark]:before,
[data-overlay-light] .hero-slider .slide:before,
[data-overlay-light]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark] .hero-slider .slide:before,
[data-overlay-dark]:before {
    background: rgba(0, 0, 0, 0);
}
[data-overlay-color] .hero-slider .slide:before,
[data-overlay-color]:before {
    background: #425cbb;
}
[data-overlay-color] h1,
[data-overlay-color] h2,
[data-overlay-color] h3,
[data-overlay-color] h4,
[data-overlay-color] h5,
[data-overlay-color] h6,
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6 {
    color: #fff;
    line-height: 1.1;
}
.article-image > p,
[data-overlay-color="0"] .hero-slider .slide:before,
[data-overlay-color="0"]:before,
[data-overlay-dark="0"] .hero-slider .slide:before,
[data-overlay-dark="0"]:before,
[data-overlay-light="0"] .hero-slider .slide:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-color="1"] .hero-slider .slide:before,
[data-overlay-color="1"]:before,
[data-overlay-dark="1"] .hero-slider .slide:before,
[data-overlay-dark="1"]:before,
[data-overlay-light="1"] .hero-slider .slide:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}
[data-overlay-color="2"] .hero-slider .slide:before,
[data-overlay-color="2"]:before,
[data-overlay-dark="2"] .hero-slider .slide:before,
[data-overlay-dark="2"]:before,
[data-overlay-light="2"] .hero-slider .slide:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}
[data-overlay-color="3"] .hero-slider .slide:before,
[data-overlay-color="3"]:before,
[data-overlay-dark="3"] .hero-slider .slide:before,
[data-overlay-dark="3"]:before,
[data-overlay-light="3"] .hero-slider .slide:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}
[data-overlay-color="4"] .hero-slider .slide:before,
[data-overlay-color="4"]:before,
[data-overlay-dark="4"] .hero-slider .slide:before,
[data-overlay-dark="4"]:before,
[data-overlay-light="4"] .hero-slider .slide:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}
[data-overlay-color="5"] .hero-slider .slide:before,
[data-overlay-color="5"]:before,
[data-overlay-dark="5"] .hero-slider .slide:before,
[data-overlay-dark="5"]:before,
[data-overlay-light="5"] .hero-slider .slide:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-color="6"] .hero-slider .slide:before,
[data-overlay-color="6"]:before,
[data-overlay-dark="6"] .hero-slider .slide:before,
[data-overlay-dark="6"]:before,
[data-overlay-light="6"] .hero-slider .slide:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}
[data-overlay-color="9"] .hero-slider .slide:before,
[data-overlay-color="9"]:before,
[data-overlay-dark="9"] .hero-slider .slide:before,
[data-overlay-dark="9"]:before,
[data-overlay-light="9"] .hero-slider .slide:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}
.bg-grey,
[data-bg-grey] {
    background-color: #f7f7f7;
}
.vertical-align {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.contact input,
select,
textarea {
    padding: 11px 4px;
    margin: 20px 0;
    max-width: 100%;
    border: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #555;
    width: 100%;
    border-bottom: 2px solid #ddd;
}
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    border-color: none;
    box-shadow: none;
    outline: 0;
    transition: 0.35s;
}
textarea {
    height: 180px;
}
::-webkit-input-placeholder {
    color: #999;
}
.contact input,
.contact input:focus,
.contact.box-style textarea,
select:focus,
textarea:focus {
    -webkit-transition: border-color 0.35s;
    -moz-transition: border-color 0.35s;
    transition: border-color 0.35s;
}
.contact input.submit {
    width: auto;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 10px 16px 9px;
    border: none;
}
input[type="submit"][disabled] {
    background: #888;
}
#message-info {
    margin: 10px 0;
    padding: 0 7px;
    text-align: left;
}
.error_message {
    display: inline-block;
    top: -10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    padding: 3px 15px 0;
    color: #fff;
    -webkit-border-radius: 3px;
    background-color: #ff4747;
    background-position: 10px center;
    background-repeat: no-repeat;
}
.contact.box-style {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    border: 2px solid #000;
}
.contact.box-style:hover {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.contact.box-style .col-sm-12,
.contact.box-style .col-sm-6,
.portfolio-wide [data-gap="15"],
form .col-sm-12,
form .col-sm-6 {
    padding: 0 7px;
}
.contact.box-style input,
.contact.box-style textarea,
input,
textarea {
    padding: 14px 18px;
    margin: 0 0 14px;
    max-width: 100%;
    border: 2px solid #000;
    font-weight: 300;
    font-size: 13px;
    line-height: 22px;
    color: #000;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 4px;
    outline: 0;
}
.contact.box-style input.submit,
input.submit {
    width: auto;
    font-family: "open sans";
    font-weight: 500;
    color: #fff;
    background: #000;
    border: 2px solid #000 !important;
    font-size: 11px;
    line-height: 22px;
    border-radius: 0;
}
.contact.box-style input.submit:hover,
input.submit:hover {
    color: #000;
    border: 2px solid #000 !important;
    background: #fff;
}
@media (max-width: 768px) {
    .video-container {
        margin-top: 20px;
    }
    .nav-tabs > li {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        width: 49%;
    }
    .contact.box-style {
        margin: 0 20px;
    }
}
.contact .loader {
    display: inline-block;
    position: absolute;
    top: 13px;
    margin-left: 14px;
}
.loader div {
    margin: 0 auto;
    text-indent: -9999em;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid #111;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: 1.1s linear infinite load8;
    animation: 1.1s linear infinite load8;
}
.loader div,
.loader div:after {
    border-radius: 50%;
    width: 26px;
    height: 26px;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#spruko-map {
    width: 100%;
    height: 500px;
}
.spruko-map-info {
    padding: 7px 10px 0 5px;
}
.blog {
    padding-top: 69px;
    background: #fff;
}
@media (max-width: 992px) {
    h3 {
        font-size: 25px;
    }
    .spruko-video {
        display: none;
    }
    .feature-left-stack {
        text-align: center;
    }
    #elements-accordion.mt30 {
        margin-top: 0;
    }
    .blog-list li,
    .sidebar {
        padding-bottom: 0 !important;
    }
    .blog {
        padding-top: 0;
        margin-top: 0;
        background: #fff;
    }
    .blog-list,
    .blog-standard {
        padding-top: 0 !important;
    }
    .blog-list li {
        border-bottom: 0 !important;
    }
}
.blog-list,
.blog-sidebar,
.blog-standard,
.pt40 {
    padding-top: 40px;
}
.blog-standard li,
.mb60 {
    margin-bottom: 60px;
}
.blog-carousel {
    margin: 120px 30px 140px;
}
.blog-list li {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.spruko-blog-grid > div {
    opacity: 0;
    transition: opacity 0.5s, padding-top 0.5s;
    -moz-transition: opacity 0.5s, padding-top 0.5s;
    -webkit-transition: opacity 0.5s, padding-top 0.5s;
    margin-top: 30px;
    padding: 0 15px;
}
.blog-grid-img {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;
}
.blog-grid-content {
    background-color: #000000d9;
    padding: 30px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: left;
}
.blog-post,
.sidebar {
    padding-bottom: 40px;
}
.blog-grid-content .post-header {
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-grid-content .time {
    width: 58px;
    height: 58px;
    box-sizing: border-box;
    text-align: center;
    background: #1c1c1c;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 17%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog-grid-content .time span {
    display: block;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-right: -1px;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
}
@media (min-width: 540px) and (max-width: 768px) {
    .blog-grid-content .time {
        left: 10%;
    }
}
.sidebar {
    padding-left: 30px;
    padding-top: 40px;
}
.blog-widget {
    margin-top: 20px;
    margin-bottom: 40px;
}
.blog-widget .search-button {
    margin-top: 0;
    line-height: 0;
}
.blog-widget .form-control {
    border-radius: 0;
    font-weight: 300;
    font-size: 11px;
}
.form-control:focus {
    border-color: #999;
}
.blog-widget ul,
.pl5 {
    padding-left: 5px;
}
.blog-widget li {
    padding: 5px 0;
    font-weight: 300;
    font-size: 13px;
}
.blog-widget li i {
    font-size: 16px;
    margin-right: 10px;
}
.blog-widget li a:hover,
.scroll-top:hover i,
.second ul.menu-right li a {
    color: #000;
}
.blog-widget h5 {
    font-family: tgoth, sans-serif;
    font-size: 36px;
    padding-bottom: 15px;
    border-bottom: 1px solid #717070;
    color: #333;
}
.blog-pagination li a i,
.blog-widget a {
    font-size: 16px;
}
.blog-widget a {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.pt15,
.tags-list {
    padding-top: 15px;
}
.blog-tags li {
    border: none;
    display: inline-block;
}
.blog-widget p {
    color: #333;
    font-weight: 400;
    font-size: 16px !important;
    font-family: tinos;
    line-height: 18px;
}
.blog-tags li a {
    margin: 0 5px 7px 0;
    padding: 7px 17px;
    border: 1px solid #e9e9e9;
    color: #111;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
}
.blog-tags li a:hover {
    border: 1px solid #e9e9e9;
    color: #111;
    background: #e9e9e9;
}
.sidebar-share ul {
    margin-left: 0;
    margin-bottom: 0;
}
.sidebar-share ul li {
    padding: 5px 10px;
}
.sidebar-share a {
    color: #191a1c;
    font-size: 20px;
}
.blog-pagination {
    margin: 20px 0 70px;
    list-style: none;
}
.post-share,
.post-tags {
    margin-top: 40px;
    display: inline-block;
}
.blog-pagination li a,
.blog-pagination li:first-child a,
.blog-pagination li:last-child a {
    background-color: #e8e8e8;
    border: none;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    position: relative;
    float: left;
    line-height: 32px;
    width: 30px;
    height: 30px;
}
.blog-pagination > .active > a,
.blog-pagination > .active > a:focus,
.blog-pagination > .active > a:hover,
.blog-pagination > .active > span,
.blog-pagination > .active > span:focus,
.blog-pagination > .active > span:hover {
    color: #fff;
    background-color: #000;
    cursor: default;
}
.blog-pagination li a:hover {
    color: #bbb;
    background-color: #000;
}
.blog-pagination li:first-child {
    position: absolute;
    left: 0;
}
.blog-pagination li:last-child {
    position: absolute;
    right: 0;
}
.blog-post {
    padding-top: 40px;
}
.blog-post .post-date {
    position: absolute;
    max-width: 74px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 7px;
    background-color: transparent;
    box-shadow: none;
    z-index: 3;
}
.post-header h3 {
    margin: 0 0 10px;
}
.post-header h5 {
    margin: 0;
}
.post-header h5 strong {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4c51e0;
}
.post-header h5 span {
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
    color: #999;
}
.post-tags a {
    font-size: 10px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #f2f2f2;
    color: #777;
    padding: 6px 7px 7px 8px;
    margin-right: 6px;
    margin-bottom: 8px;
    display: inline-block;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.post-share {
    float: right;
}
.post-share a {
    font-size: 13px;
    color: #aaa;
    margin-left: 14px;
    padding-right: 14px;
    display: inline-block;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.post-share i {
    font-size: 15px;
    margin-right: 4px;
}
.post-share i:before {
    top: 2px;
    right: 3px;
    position: absolute;
}
@media (max-width: 480px) {
    .owl-item .appear {
        padding: 80px 40px;
    }
    #elements-buttons .btn {
        width: 100%;
    }
    .project-nav a {
        width: 100%;
        margin: 5px 0;
    }
    .phone-number h1 {
        margin: 10px 40px;
    }
    .Contact-btns a {
        margin-left: 20px;
        margin-right: 20px;
    }
    .post-share {
        float: none;
    }
    .vos-comments {
        margin-bottom: 20px !important;
    }
    .blog-post {
        padding-top: 0 !important;
    }
}
.comment-number {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
}
.mb40,
.vos-comments {
    margin-bottom: 40px;
}
.comment-content {
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3;
}
.post-comment .avatar {
    margin-right: 22px;
    float: left;
}
.post-comment .avatar img {
    width: 74px;
    height: 74px;
    border-radius: 100px;
}
.post-comment .post-body {
    overflow: hidden;
}
.post-comment .comment-header {
    line-height: 1;
    font-size: 13px;
    padding-right: 46px;
    margin-top: 3px;
    margin-bottom: 10px;
}
.post-comment .author a {
    font-size: 16px;
    font-weight: 700;
    color: #191a1c;
}
.post-comment .comment-header .time-ago a {
    font-size: 12px;
    color: #b1b1b1;
    margin-left: 6px;
}
.post-comment .reply a {
    font-size: 10px;
    color: #b1b1b1;
    margin-right: 6px;
    float: right;
}
.pl90,
.post-comment .reply-comment {
    padding-left: 90px;
}
.post-comment .reply-comment .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.form-leave-comment {
    width: 100%;
    float: left;
    margin-bottom: 70px;
}
.form-leave-comment h5,
.ml15,
.mr5 {
    margin-left: 5px;
}
.form-leave-comment form,
.mt30 {
    margin-top: 30px;
}
.footer {
    border-bottom: none !important;
}
.footer.style-1 {
    background: #070b12;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
img.footer-logo-back {
    position: absolute;
    z-index: 0;
    max-width: 145px;
    left: 40px;
    opacity: 0.15;
    top: 46px;
}
.footer.style-1 img {
    margin-bottom: 15px;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    transition: transform 0.2s;
}
.footer.style-1 ul {
    list-style: none;
    float: none;
    margin: 50px auto 40px;
    padding-left: 0;
}
.footer.style-1 li {
    font-size: 12px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}
.footer.style-1 ul li a {
    padding: 5px 0px;
    border-radius: 0;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    font-size: 13px;
    color: #333;
    font-weight:300;
    
}
.footer.style-1 ul li a:hover {
    color: #fff;
}
.footer.style-1 > p {
    color: #555;
    font-size: 12px;
}
.footer.style-1.dark {
    background: #252d3e;
}
.footer.style-1.dark img {
    margin-bottom: 5px;
    max-width: 300px;
    margin-top: 10vh;
    opacity: 0.7;
}
.footer p,
.footer p a {
    color: #333 !important;
    font-size: 14px;
}
@media (max-width: 645px) {
    p.footer-change {
        padding-top: 17px;
        text-transform: uppercase;
        font-family: Montserrat;
        letter-spacing: 1px;
        background: #070b12;
        padding-bottom: 10px;
        color: #000 !important;
    }
}
.scroll-top i {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
nav {
    z-index: 3;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.navbar-nav > .open > a,
.navbar-nav > .open > a:focus,
.navbar-nav > .open > a:hover {
    background-color: transparent;
}
nav.navbar,
nav.navbar.nav-small {
    -webkit-transition: background-color 0.3s, transform 0.3s;
    -moz-transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
}
.navbar-brand img {
    max-height: 40px;
    max-width: none;
    padding-top: 8px;
}
.nav-small .navbar-brand img {
    max-height: 37px;
}
.navbar-nav > li > a {
    font-size: 14px;
    font-weight: 400;
    padding: 0 1em;
    -webkit-transition: color 0.3s, opacity 0.3s;
    -moz-transition: color 0.3s, opacity 0.3s;
    transition: color 0.3s, opacity 0.3s;
}
.nav > li > a:hover,
.navbar-nav > li > a:hover {
    background-color: transparent;
    opacity: 0.8;
}
.nav li a i {
    font-size: 14px;
    font-weight: 400;
    padding-right: 6px;
    padding-bottom: 2px;
}
.dropdown-menu {
    top: 100%;
    left: 0;
    float: left;
    min-width: 200px;
    padding: 7px 0 8px;
    margin: 0;
    font-size: 13px;
    line-height: 13px;
    background-color: #1c1c1c;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.dropdown-menu > li > a {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    padding: 11px 22px;
    color: #b2b2b2;
    -webkit-transition: background-color 0.3s, color 0.3s, transform 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s, transform 0.3s;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
.dropdown-menu > li > a:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
}
.dropdown-menu > li > ul > li > a:hover {
    padding-left: 18px;
}
.dropdown-menu > li > a:focus {
    color: #ccc;
}
.dropdown-menu > li:last-child a {
    border-bottom: none;
    width: 100%;
}
.dropdown-menu > li > a > i {
    font-size: 7px;
    margin-top: 5.5px;
}
.dropdown-submenu > ul > li > a {
    width: 100%;
    font-size: 12.5px;
    padding: 12px 15px;
    color: #b2b2b2;
    border-bottom: 1px dotted #222 !important;
}
.dropdown-submenu > .dropdown-menu {
    top: 5px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.dropdown-submenu i {
    float: right;
}
.dropdown-left .dropdown-menu {
    left: auto;
    right: 0;
}
.dropdown-menu > li > a:hover,
.mg-col a:hover,
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav > .open > a:hover,
.navbar-nav > li > ul > li > a:hover {
    color: #333;
}
@media (min-width: 992px) {
    .row.vertical-align {
        display: flex;
        align-items: center;
        margin-right: -15px;
        margin-left: -15px;
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
    nav.navbar {
        position: relative;
        right: 0;
        z-index: 1030;
    }
    nav .nav {
        height: 68px;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        transition: height 0.3s;
    }
    nav.nav-small .nav {
        height: 60px;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        transition: height 0.3s;
    }
    nav.nav-small > .container,
    nav > .container {
        padding-top: 0;
    }
    .navbar-nav > li {
        display: table;
        height: 100%;
    }
    .navbar-nav > li > a {
        color: #343434;
        display: table-cell !important;
        vertical-align: middle;
    }
    ul.nav.navbar-nav.menu-right {
        height: 65px;
    }
    .nav-small .navbar-brand img,
    .navbar-brand img {
        -webkit-transition: max-height 0.4s, opacity 0.3s;
        -moz-transition: max-height 0.4s, opacity 0.3s;
        -o-transition: max-height 0.4s, opacity 0.3s;
        -ms-transition: max-height 0.4s, opacity 0.3s;
        transition: max-height 0.4s, opacity 0.3s;
    }
    .nav > li > a {
        display: inline-block;
        font-family: Montserrat;
        font-size: 14px;
        letter-spacing: 0;
        padding: 0 1em;
    }
    .navbar-brand {
        height: auto;
        margin-left: 0 !important;
        position: absolute;
        z-index: 6;
        top: 6px;
    }
    .navbar-brand > img {
        position: absolute;
        padding-left: 10px;
        z-index: 2;
    }
    .container > .navbar-collapse,
    .megamenu.vos .megamenu-content {
        padding: 0;
    }
    .navbar-collapse > .container,
    .navbar-header > .container {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .menu-right {
        float: right;
    }
    .menu-left {
        float: left;
        margin: 0;
    }
    .menu-center {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .menu-center > li {
        display: inline-block;
        float: none;
    }
    .label-items-in-cart {
        position: absolute;
        width: 14px;
        height: 14px;
        padding: 3px 0 0 5px;
        font-family: Hind, sans-serif;
        font-weight: 900;
        font-size: 8px;
        color: #fff;
        border-radius: 4em;
        line-height: 1;
        top: 18px;
        right: 1px;
        -webkit-transition: top 0.3s;
        -moz-transition: top 0.3s;
        transition: top 0.3s;
    }
    .nav li.nav-separator,
    nav.nav-small .nav li.nav-separator {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        transition: height 0.3s;
    }
    .nav-small .label-items-in-cart {
        top: 13px;
    }
    .nav-icon:last-child {
        margin-right: 30px;
    }
    .nav li.nav-icon a {
        padding: 16px 8px 14px;
    }
    .nav li.nav-icon a i {
        font-size: 16px;
        line-height: 0;
        padding: 0;
    }
    .nav li.nav-icon .hidden-md,
    [data-menu-style="dark"] .logo-dark,
    img.cima {
        display: none;
    }
    .nav li.nav-separator {
        line-height: 0;
        display: block !important;
        height: 68px;
        margin: 0 16px;
    }
    nav.nav-small .nav li.nav-separator {
        height: 60px;
    }
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .dropdown > ul.dropdown-menu {
        visibility: hidden;
        display: block;
        opacity: 0;
        -webkit-transition: opacity 0.3s 0.2s, visibility 0.3s 0.2s;
        -moz-transition: opacity 0.3s, visibility 0.3s;
        -o-transition: opacity 0.3s, visibility 0.3s;
        -ms-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s 0.2s, visibility 0.3s 0.2s;
        display: inline-flex;
        left: 50% !important;
        right: auto !important;
        text-align: left !important;
        transform: translate(-50%, 0) !important;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        align-content: flex-end;
    }
    .dropdown:hover > ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block;
        visibility: visible;
        opacity: 1;
        display: flex;
        left: 50% !important;
        right: auto !important;
        text-align: left !important;
        transform: translate(-50%, 0) !important;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;
        align-content: center;
        align-items: stretch;
    }
    .dropdown.megamenu {
        position: static;
    }
    nav .container {
        position: relative;
    }
    .megamenu.vos .dropdown-menu,
    .megamenu > .dropdown-menu {
        left: auto;
    }
    .megamenu .fullwidth {
        margin: 0 30px;
    }
    .megamenu .megamenu-content {
        padding: 21px;
        background: #1c1c1c;
    }
    .megamenu .megamenu-content a {
        padding: 2px 13px;
    }
    .megamenu .megamenu-content a:hover {
        background-color: rgba(255, 255, 255, 0.04);
        padding-left: 17px;
    }
    .megamenu-content .mg-col {
        padding: 0 15px;
        border-right: 1px dotted rgba(255, 255, 255, 0.12);
    }
    .megamenu-content .mg-col:last-child {
        border-right: 0px;
    }
    .megamenu-content .mg-col h5 {
        font-family: Montserrat, sans-serif;
        font-size: 11px;
        font-weight: 700;
        color: #ccc;
        letter-spacing: 1px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }
    .megamenu-content .mg-col:hover h5 {
        color: #fff;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }
    .megamenu .dropdown-menu {
        left: 0;
        right: 0;
    }
    .megamenu .mega-col-title {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 700;
        line-height: 1.4;
        font-family: Montserrat, sans-serif;
    }
    .megamenu .mega-col-title:hover {
        background-color: transparent !important;
    }
    .megamenu h5 {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        padding-left: 13px;
        padding-bottom: 5px;
    }
    .megamenu ul {
        list-style: none;
        padding-left: 0;
    }
    .mg-col ul li {
        font-weight: 400;
    }
    .icon-items li a i {
        vertical-align: middle;
        display: inline-block;
        font-size: 11px !important;
        padding-right: 14px !important;
        padding-left: 0 !important;
        margin-top: -2px !important;
    }
    .megamenu.vos .mg-col {
        min-width: 176px;
        border-right: none;
        padding: 4px 5px;
    }
    .megamenu.vos .megamenu-content a {
        display: block;
        padding: 10px 22px;
        line-height: 1.42857143;
        color: #b2b2b2;
        -webkit-transition: background-color 0.3s, color 0.3s, transform 0.3s;
        -moz-transition: background-color 0.3s, color 0.3s, transform 0.3s;
        transition: background-color 0.3s, color 0.3s, transform 0.3s;
    }
    .megamenu.vos .megamenu-content a:hover {
        color: #fff;
        background-color: transparent;
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }
    [data-fullwidth="true"] > .container {
        width: 100%;
    }
    [data-menu-style="light"] .navbar-nav > .open > a:hover {
        color: #999;
    }
    nav.navbar[data-menu-style="transparent-to-dark"],
    nav.navbar[data-menu-style="transparent"] {
        background-color: #00000000;
    }
    nav.navbar.nav-small[data-menu-style="transparent"] {
        border-bottom: none;
        position: fixed;
        top: 0;
    }
    nav.navbar.nav-small[data-menu-style="light"] {
        background-color: #fff;
        border-bottom: none;
        position: fixed;
        top: 0;
    }
    nav.navbar.nav-small[data-menu-style="transparent-to-dark"],
    nav.navbar[data-menu-style="dark"] {
        background-color: #111;
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    }
    [data-menu-style="transparent-to-dark"] .navbar-nav > li > a,
    [data-menu-style="transparent"] .navbar-nav > li > a {
        color: #fff;
        font-weight: 300;
        letter-spacing: 1px;
    }
    .nav-small[data-menu-style="transparent"] .navbar-nav > li > a {
        color: #b7b7b7;
        font-weight: 300;
    }
    .nav-small[data-menu-style="transparent"] .navbar-nav > li > a:hover {
        color: #dedede;
    }
    .nav-small[data-menu-style="transparent-to-dark"] .logo-dark,
    .nav-small[data-menu-style="transparent"] .logo-light,
    [data-menu-style="transparent-to-dark"] .logo-dark,
    [data-menu-style="transparent"] .logo-dark {
        opacity: 0;
    }
    .nav-small img.cima {
        display: block;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
        -webkit-animation: 2s fadein;
        -moz-animation: 2s fadein;
        -ms-animation: fadein 2s;
        -o-animation: 2s fadein;
        animation: 2s fadein;
    }
    .nav-small[data-menu-style="transparent-to-dark"] .logo-light,
    .nav-small[data-menu-style="transparent"] .logo-dark,
    [data-menu-style="transparent-to-dark"] .logo-light,
    [data-menu-style="transparent"] .logo-light {
        opacity: 1;
    }
    nav.navbar[data-menu-style="transparent-to-dark"] li.nav-separator,
    nav.navbar[data-menu-style="transparent"] li.nav-separator {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    nav.navbar.nav-small[data-menu-style="transparent"] li.nav-separator {
        border-left: 1px solid rgba(0, 0, 0, 0.06);
    }
    .nav-small[data-menu-style="transparent-to-dark"] .navbar-nav > li > a,
    [data-menu-style="dark"] .navbar-nav > li > a {
        color: #eee;
        font-weight: 700;
    }
    nav.navbar.nav-small[data-menu-style="transparent-to-dark"] li.nav-separator,
    nav.navbar[data-menu-style="dark"] li.nav-separator {
        border-left: 1px solid rgba(255, 255, 255, 0.06);
    }
    nav.navbar.nav-small[data-menu-style="transparent-to-dark"] {
        border-bottom: none;
    }
    .nav-small[data-menu-style="transparent-to-dark"] .navbar-nav > li > a:hover {
        color: #fff;
    }
    nav.navbar.nav-up {
        transform: translateY(-69px);
    }
    nav.navbar.nav-down {
        transform: translateY(0);
    }
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
#countdown-timer,
.input-group {
    margin-left: auto;
    margin-right: auto;
}
.sign-btn,
.subscribe-top {
    display: table-cell;
}
.subscription .alert-danger:after,
.subscription .alert-success:after {
    border-style: solid;
    border-width: 10px 8px 0;
    bottom: -10px;
    content: "";
    left: 45%;
    position: absolute;
}
img.logo-light {
    padding-top: 5px;
}
@media (min-width: 991px) {
    nav.navbar.dsk1 .navbar-header {
        display: none;
    }
}
@media (max-width: 990px) {
    .navbar {
        min-height: 0;
    }
}
#countdown-timer {
    display: block;
    text-align: center;
}
#countdown-timer div {
    display: inline-block;
    margin: 15px 20px;
    text-align: center;
    font-size: 14px;
}
#countdown-timer h2,
#countdown-timer h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}
#countdown-timer h6 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}
#twitter-feed ul li:before {
    font-family: Ionicons;
    content: "\f243";
    position: absolute;
    left: 17px;
    margin-top: -4px;
    color: #fff;
}
#twitter-feed ul li {
    padding-left: 26px;
    padding-top: 0;
    margin-bottom: 4px;
}
#twitter-feed a:last-child {
    font-size: 12px;
}
#twitter-feed-slider ul li {
    padding: 20px 0;
}
#twitter-feed-list ul li {
    padding: 5px 0;
}
#twitter-feed-slider .user a:before {
    font-family: Ionicons;
    font-size: 50px;
    content: "\f243";
    color: #111;
}
#twitter-feed-list ul li:first-child .user a:before {
    font-family: Ionicons;
    font-size: 38px;
    content: "\f243";
    color: #111;
}
#twitter-feed-list ul li:first-child .user {
    margin: 20px 0;
}
#twitter-feed-list .interact a:before,
#twitter-feed-list .interact a:hover:before,
#twitter-feed-list .user a:before,
#twitter-feed-list .user a:hover:before,
#twitter-feed-slider .interact a:before,
#twitter-feed-slider .interact a:hover:before,
#twitter-feed-slider .user a:before,
#twitter-feed-slider .user a:hover:before {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#twitter-feed-list .tweet,
#twitter-feed-slider .tweet {
    font-size: 18px;
    margin: 10px 0;
}
#twitter-feed-list .timePosted,
#twitter-feed-slider .timePosted {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 10px;
}
#twitter-feed-slider .timePosted a {
    color: #bdbdbd;
}
#twitter-feed-slider .interact a {
    margin: 0 5px;
    font-size: 14px;
}
#twitter-feed-list .interact a:first-child:before,
#twitter-feed-list .interact a:nth-child(2):before,
#twitter-feed-list .interact a:nth-child(3):before,
#twitter-feed-slider .interact a:first-child:before,
#twitter-feed-slider .interact a:nth-child(2):before,
#twitter-feed-slider .interact a:nth-child(3):before {
    display: inline-block;
    font-family: Ionicons;
    color: #444;
    margin: 0 10px;
}
#twitter-feed-list .interact a:first-child:before,
#twitter-feed-slider .interact a:first-child:before {
    content: "\f21e";
}
#twitter-feed-list .interact a:nth-child(2):before,
#twitter-feed-slider .interact a:nth-child(2):before {
    content: "\f201";
}
#twitter-feed-list .interact a:nth-child(3):before,
#twitter-feed-slider .interact a:nth-child(3):before {
    content: "\f141";
}
.icons-pre {
    margin: auto;
    width: 300px;
    text-align: center;
}
.icons-pre pre {
    border: none;
    border-radius: 0;
    color: #888;
    background-color: #fff;
}
.ionicons-logo {
    font-weight: 200;
    font-size: 40px;
}
.etline-logo {
    font-weight: 200;
    font-size: 36px;
}
.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.09);
    margin-top: 7px;
    margin-bottom: 7px;
}
.lh2 {
    line-height: 3;
}
#grid,
.pb0 {
    padding-bottom: 0;
}
.subscribe-top {
    width: 500px;
}
.top-subscribe-input {
    display: table-cell;
    margin: 0;
    background: #fff;
    padding: 18px 30px;
    border-radius: 0;
    color: #444;
    font-size: 13px;
    width: 100%;
    border: none;
    height: auto;
}
.subscription .form-validation {
    position: absolute;
    padding: 8px 13px;
    border-radius: 3px;
    top: 63px;
    z-index: 99;
}
#footer-1 .subscription .form-validation.alert-success {
    top: -10px;
    width: 63%;
    text-align: center;
}
.subscription .alert-danger {
    font-size: 13px;
    color: #ccc;
    background-color: #c0392b;
    border-color: #c0392b;
}
.subscription .alert-danger:after {
    border-color: #c0392b transparent;
}
.subscription .alert-success {
    font-size: 13px;
    color: #fff;
    background-color: #82b541;
    border-color: #82b541;
}
.subscription .alert-success:after {
    border-color: #82b541 transparent;
}
.subscription input {
    background-color: #f5f5f5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.subscription input.bg-white {
    background-color: #fff;
    border: 1px solid #fff;
}
.subscription input::-webkit-input-placeholder {
    font-size: 12px;
    color: #777;
    width: 220px;
    font-family: "Open Sans";
    font-weight: 300;
    letter-spacing: 0;
}
.sign-btn .btn {
    margin-top: 0;
    margin-left: 0 !important;
}
.sign-btn .btn-primary {
    padding: 0 30px;
    border-radius: 0;
    line-height: 4.6;
    top: 2px;
    box-shadow: none;
    letter-spacing: 1px;
    font-size: 12px;
    border: 2px solid #000;
}
.subscribe-info {
    font-size: 11px;
    color: #999;
}
ul {
    padding: 0;
    list-style: none;
    display: block;
}
ol li {
    color: #888;
    font-weight: 300;
}
ul li {
    color: #000;
    font-weight: 400;
}
.list-icons i {
    margin-right: 10px;
    font-size: 24px;
    color: #0a85bd;
}
#error-404 h3 {
    font-size: 100px;
    font-weight: 700;
}
.error-text h2 {
    font-size: 30px;
}
.pt0 {
    padding-top: 0;
}
.btn-demo span,
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt50 {
    padding-top: 50px;
}
.pt60 {
    padding-top: 60px;
}
.pt70 {
    padding-top: 70px;
}
.pt80 {
    padding-top: 80px;
}
.pt90 {
    padding-top: 90px;
}
.pt100 {
    padding-top: 100px;
}
.pt110 {
    padding-top: 110px;
}
.pt120 {
    padding-top: 120px;
}
.pt130 {
    padding-top: 130px;
}
.pt140 {
    padding-top: 140px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb60 {
    padding-bottom: 60px;
}
.pb70 {
    padding-bottom: 70px;
}
.pb80 {
    padding-bottom: 80px;
}
.pb90 {
    padding-bottom: 90px;
}
.pb100 {
    padding-bottom: 100px;
}
.pb110 {
    padding-bottom: 110px;
}
.pb120 {
    padding-bottom: 120px;
}
.pb130 {
    padding-bottom: 130px;
}
.pb140 {
    padding-bottom: 140px;
}
.pl0 {
    padding-left: 0;
}
.pl3 {
    padding-left: 3px;
}
.pl10 {
    padding-left: 10px;
}
.pl20 {
    padding-left: 20px;
}
.pl50 {
    padding-left: 50px;
}
.pl60 {
    padding-left: 60px;
}
.pl70 {
    padding-left: 70px;
}
.pl80 {
    padding-left: 80px;
}
.pl100 {
    padding-left: 100px;
}
.pl110 {
    padding-left: 110px;
}
.pl120 {
    padding-left: 120px;
}
.pl130 {
    padding-left: 130px;
}
.pl140 {
    padding-left: 140px;
}
.pr0 {
    padding-right: 0;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr20 {
    padding-right: 20px;
}
.pr30 {
    padding-right: 30px;
}
.pr40 {
    padding-right: 40px;
}
.pr50 {
    padding-right: 50px;
}
.pr60 {
    padding-right: 60px;
}
.pr70 {
    padding-right: 70px;
}
.pr80 {
    padding-right: 80px;
}
.pr90 {
    padding-right: 90px;
}
.pr100 {
    padding-right: 100px;
}
.pr110 {
    padding-right: 110px;
}
.pr120 {
    padding-right: 120px;
}
.pr130 {
    padding-right: 130px;
}
.pr140 {
    padding-right: 140px;
}
.p10 {
    padding: 10px;
}
.p30 {
    padding: 30px;
}
.p40 {
    padding: 40px;
}
.p50 {
    padding: 50px;
}
.p60 {
    padding: 60px;
}
.p70 {
    padding: 70px;
}
.p80 {
    padding: 80px;
}
.p90 {
    padding: 90px;
}
.p100 {
    padding: 100px;
}
.p110 {
    padding: 110px;
}
.p120 {
    padding: 120px;
}
.mr-auto {
    margin: auto;
    float: none;
}
.mt5 {
    margin-top: 5px;
}
.mt20 {
    margin-top: 20px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.mt90 {
    margin-top: 90px;
}
.mt100 {
    margin-top: 100px;
}
.mt110 {
    margin-top: 110px;
}
.mt120 {
    margin-top: 120px;
}
.mt130 {
    margin-top: 130px;
}
.mt140 {
    margin-top: 140px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb15,
[data-gap="15"] .portfolio-filters {
    margin-bottom: 15px;
}
.mb30,
[data-gap="30"] .portfolio-filters {
    margin-bottom: 30px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb110 {
    margin-bottom: 110px;
}
.mb120 {
    margin-bottom: 120px;
}
.mb130 {
    margin-bottom: 130px;
}
.mb140 {
    margin-bottom: 140px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml50 {
    margin-left: 50px;
}
.ml60 {
    margin-left: 60px;
}
.ml70 {
    margin-left: 70px;
}
.ml80 {
    margin-left: 80px;
}
.ml90 {
    margin-left: 90px;
}
.ml100 {
    margin-left: 100px;
}
.ml110 {
    margin-left: 110px;
}
.ml120 {
    margin-left: 120px;
}
.ml130 {
    margin-left: 130px;
}
.ml140 {
    margin-left: 140px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr50 {
    margin-right: 50px;
}
.mr60 {
    margin-right: 60px;
}
.mr70 {
    margin-right: 70px;
}
.mr80 {
    margin-right: 80px;
}
.mr90 {
    margin-right: 90px;
}
.mr100 {
    margin-right: 100px;
}
.mr110 {
    margin-right: 110px;
}
.mr120 {
    margin-right: 120px;
}
.mr130 {
    margin-right: 130px;
}
.mr140 {
    margin-right: 140px;
}
#Cima-demo1[data-overlay-dark]:before,
#Cima-demo[data-overlay-dark]:before {
    background: #19191b;
}
#Cima-demo .container,
#Cima-demo1 .container {
    padding: 0 70px;
}
#Cima-demo .container .row,
#Cima-demo1 .container .row {
    padding: 60px 0;
}
.hero-logo {
    margin: 40px auto 0;
}
@media (max-width: 992px) {
    #Cima-demo .container .row,
    #Cima-demo1 .container .row {
        padding: 0;
    }
    .hero-logo {
        margin-top: 0;
    }
}
.demo-picks .lead {
    margin-bottom: 50px;
    color: #fff !important;
}
.demo-picks > div {
    display: inline-block;
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: perspective(600px);
    -moz-transform: perspective(600px);
    transform: perspective(600px);
    cursor: pointer;
    z-index: 9;
}
.demo-picks > div img {
    max-width: 100%;
    margin: 0 auto;
}
.demo-picks > div h5 {
    margin: 0;
    font-size: 26px;
}
.demo-picks > div h5 strong {
    font-weight: 400;
    font-size: 22px;
}
.demo-picks {
    z-index: 9999;
}
.demo-picks a {
    height: 100%;
    width: 100%;
}
.demo-picks a:hover {
    cursor: pointer;
    z-index: 9999;
}
.demo-picks > div:hover {
    transform: translateY(-14px);
    opacity: 0.85;
    cursor: pointer;
    z-index: 9999;
}
.btn-demo {
    position: fixed;
    bottom: 30px;
    right: 95px;
    z-index: 9;
    box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.4);
}
.btn-demo span {
    position: absolute;
    top: -14px;
    right: -14px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    width: 35px;
    height: 35px;
    line-height: 15px;
    color: #111;
}
@media (max-width: 480px) {
    .footer.style-1 li {
        margin: 8px 2px;
    }
    .footer.style-1 ul {
        margin-top: 0;
    }
    #countdown-timer div {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .demo-picks > div h5 strong {
        font-weight: 400;
        font-size: 16px;
    }
}
.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.works-grid {
    position: relative;
    width: 100%;
}
.grid-sizer,
.portfolio-col-4 .grid-sizer,
.portfolio-col-4 .work-item,
.work-item {
    width: 25%;
}
.portfolio-col-3 .grid-sizer,
.portfolio-col-3 .work-item {
    width: 33.3333%;
}
.work-item.wide,
.work-item.wide-tall {
    width: 50%;
}
.portfolio-col-3 .work-item.wide,
.portfolio-col-3 .work-item.wide-tall {
    width: 66.6666%;
}
.show-more {
    font-size: 11px !important;
}
.work-item a {
    position: absolute;
    top: 0;
    bottom: 30px;
    right: 15px;
    left: 15px;
    overflow: hidden;
}
.work-item img {
    height: auto;
    width: 100%;
}
@media (max-width: 767px) {
    .counter {
        margin: 15px 0;
    }
    .grid-sizer,
    .work-item {
        width: 50%;
    }
    .work-item.wide,
    .work-item.wide-tall {
        width: 100%;
    }
    .bordered {
        padding-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
.article-image,
.article-image:hover > p {
    width: 100%;
    transition: 0.4s ease-in-out;
}
@media (max-width: 500px) {
    .grid-sizer,
    .work-item,
    .work-item.wide,
    .work-item.wide-tall {
        width: 100%;
    }
}
.work-item .portfolio-item {
    opacity: 0;
    transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transform: translateY(20%);
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
}
.img1,
.img1:hover,
.img2,
.img2:hover {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
.reveal .work-item .portfolio-item {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
[data-gap="0"] .work-item a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
[data-gap="10"] .work-item a {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}
[data-gap="15"] .work-item a {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}
[data-gap="20"] .work-item a {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}
[data-gap="25"] .work-item a {
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
}
[data-gap="30"] .work-item a {
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
}
[data-gap="35"] .work-item a {
    left: 35px;
    right: 35px;
    top: 35px;
    bottom: 35px;
}
.portfolio-wide [data-gap="10"] {
    padding: 0 5px;
}
.portfolio-wide [data-gap="20"] {
    padding: 0 10px;
}
.portfolio-wide [data-gap="25"] {
    padding: 0 12px;
}
.portfolio-wide [data-gap="35"] {
    padding: 0 17px;
}
[data-gap="25"] .portfolio-filters {
    margin-bottom: 25px;
}
[data-gap="35"] .portfolio-filters {
    margin-bottom: 35px;
}
#works-page .portfolio-filters {
    margin-top: 56px;
    margin-bottom: 50px;
}
.portfolio-filters li {
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 3;
    text-transform: uppercase;
    color: #888;
    background-color: #f5f5f5;
    padding: 7px 30px;
    margin: 0 1.1px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sidenav a,
ul.nav.navbar-nav.menu-left li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}
.portfolio-filters li:first-child {
    border-radius: 100px 0 0 100px;
    padding-left: 34px;
}
.portfolio-filters li:last-child {
    border-radius: 0 100px 100px 0;
    padding-right: 34px;
}
@media all and (max-width: 992px) {
    .hero-fullscreen {
        height: auto;
        padding-top: 155px;
        padding-bottom: 30px;
    }
    .hero-fullscreen .container {
        padding-top: 0;
        top: 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
    .hero-fullwidth .container {
        padding-top: 0;
    }
    .btn-lg {
        font-size: 11px;
        padding: 18px 42px;
    }
    .portfolio-filters li,
    .spruko-portfolio-filters li {
        margin: 3px 1.1px;
    }
    .spruko-portfolio-filters li:first-child,
    .spruko-portfolio-filters li:last-child {
        border-radius: 0;
    }
    .vertical-align {
        top: 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
    .portfolio-filters li:first-child,
    .portfolio-filters li:last-child {
        border-radius: 4px;
    }
}
.portfolio-filters li.active {
    cursor: default;
    color: #35383c;
    opacity: 1;
}
.img1:hover {
    -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}
.img1,
.img2 {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.row2 {
    margin-right: -15px;
    margin-left: -15px;
}
@media (max-width: 1080px) {
    h3.texted {
        font-size: 65px !important;
        line-height: 1 !important;
        text-transform: uppercase;
    }
    .lead {
        font-size: 16px;
        line-height: 1.2;
    }
    .side-fade {
        background: -moz-linear-gradient(1700deg, rgba(0, 0, 0, 0) 0, #000 44%, #000 58%, #000 67%, #000 70%, #000 100%);
        background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 44%, #000 58%, #000 67%, #000 70%, #000 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 18%, rgba(0, 0, 0, 0.8) 44%, #000 58%, #000 67%, #000 70%, #000 100%);
    }
    .row2 {
        display: none;
    }
}
.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.is-flex > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
.is-flex,
.is-flex > [class*="col-"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.is-flex {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.is-flex > [class*="col-"] {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 768px) {
    .subscribe-form-input {
        position: relative;
    }
    .subscribe-form-email {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .subscribe-form-submit {
        position: absolute;
        top: 0;
        right: 0;
        width: 170px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    .bordered {
        border-left: 0.5px solid #ffffff6b;
    }
}
.inner2 {
    max-width: 680px;
    display: block;
    margin: 0 auto;
}
#subOverlay {
    transition: 1s ease-in-out;
}
.col-md-4.text-center.animatedParent.hidmo {
    left: -210px;
}
@media (max-width: 991px) {
    .nav li.dropdown .icon-items a i,
    .nav li.dropdown a i {
        height: auto;
        padding-bottom: 9px;
        padding-top: 9px;
        text-align: center;
    }
    nav.navbar {
        border-bottom: 1px solid #00000000;
        border-radius: 0;
        width: 100%;
    }
    nav > .container {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .nav-down {
        top: 0;
        transition: top 0.6s ease-in-out !important;
    }
    .navbar-header {
        float: none;
        padding: 0;
    }
    .navbar-brand {
        padding-left: 0;
    }
    .navbar-collapse {
        background-color: #00000000;
        border: none;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        padding: 0;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
    #notification,
    .hidmo,
    .megamenu-content .mg-col h5,
    .mobile-dark .navbar-brand img.logo-dark,
    .navbar-brand img.logo-light {
        display: none;
    }
    .nav-small .navbar-brand img,
    .navbar-brand img {
        max-height: 46px;
        padding-top: 7px;
        padding-bottom: 3px;
    }
    .navbar-toggle {
        border: none;
        display: block;
        height: 50px;
        margin: 0;
        padding: 10px 10px 15px 2px;
        background: 0 0 !important;
        border-radius: 0;
    }
    .navbar-toggle .icon-bar {
        background-color: #3d3d3d;
        display: block;
        height: 3px;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        transition: transform 0.3s;
        width: 22px;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-toggle:focus,
    .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-toggle:hover {
        background: 0 0 !important;
    }
    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 2% 60%;
    }
    .navbar-toggle .middle-bar {
        opacity: 0;
    }
    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 8% 60%;
    }
    .navbar-toggle.collapsed .bottom-bar,
    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
    }
    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        text-align: center;
        margin: 7.5px -10px;
        border-top: 1px solid #0000000a;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        background: #fff;
    }
    .collapsing {
        overflow: hidden !important;
    }
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-nav > li > a,
    .navbar-nav > li > a:focus {
        color: #000;
        padding: 16px 13px 14px;
    }
    .nav > li > a {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
    }
    p.navbar-tag {
        color: #333;
        padding-top: 15px;
        font-size: 14px;
    }
    .navbar-nav > li > a {
        border-bottom: 1px dotted rgba(0, 0, 0, 0.07) !important;
        width: 100%;
    }
    .dropdown-menu > li > a,
    .dropdown-submenu > ul > li:last-child a,
    .dropdown-submenu > ul > li > a {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
    }
    .navbar-nav > li > a:hover {
        color: #1dfdff !important;
    }
    .navbar-nav > li:last-child > a {
        border-bottom: 0 !important;
    }
    .nav li.dropdown a i {
        display: block;
        float: right;
        line-height: 50px;
        margin-top: -6px;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
    }
    .nav li.dropdown .icon-items a i {
        float: left;
        left: 0;
        line-height: 1;
        margin-right: 15px;
        margin-top: 3px;
        padding-left: 0;
        position: relative;
        width: 10px;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        -webkit-box-shadow: none;
        width: auto;
    }
    .dropdown-menu,
    .dropdown-submenu .dropdown-menu {
        box-shadow: none !important;
        margin-left: 30px;
        -webkit-box-shadow: none !important;
    }
    .dropdown-menu > li > a {
        padding: 16px 11px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
        padding: 17px 11px 15px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav > .open > a,
    .navbar-nav > .open > a:focus {
        color: #b2b2b2;
    }
    .dropdown-menu > li > a,
    .dropdown-submenu > ul > li > a {
        font-size: 13px;
        width: 100%;
    }
    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.07);
    }
    .dropdown-menu > li:last-child a {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
        padding: 10px 11px;
    }
    .megamenu .dropdown-menu {
        margin-left: 15px;
    }
    .megamenu-content .mg-col ul {
        padding: 0;
    }
    .dropdown a {
        display: inline-block !important;
        font-weight: 400;
        color: #a8a8a8;
    }
    .dropdown-menu {
        max-height: 0;
        padding: 0;
        overflow: hidden;
        position: static;
        display: block;
        float: none;
    }
    .dropdown > .dropdown-menu,
    .open > .dropdown-menu {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: max-height 0.5s;
    }
    .navbar-nav > .open > .dropdown-menu,
    .navbar-nav > .open > .dropdown-menu > .open > .dropdown-menu {
        max-height: 2000px;
        overflow: visible;
        position: static;
        float: none;
        margin-top: 0;
    }
    .dropdown-menu li,
    .navbar-nav > .open > .dropdown-menu > .dropdown-menu > li {
        margin-bottom: 5px;
        margin-left: -2px;
        opacity: 0;
    }
    .navbar-nav > .open > .dropdown-menu li {
        margin-bottom: 0;
        margin-left: 0;
        opacity: 1;
    }
    .dropdown-menu li,
    .dropdown-submenu > .dropdown-menu li,
    .navbar-nav > .open > .dropdown-menu li,
    .navbar-nav > .open > .dropdown-menu > .dropdown-menu > li,
    .navbar-nav > .open > .dropdown-menu > .open li {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .nav li.nav-separator {
        display: inline-block;
        margin-left: 2px;
    }
    .nav li.nav-icon {
        border-bottom: none;
        display: inline-block;
    }
    .navbar-nav > li.nav-icon > a {
        border-bottom: none !important;
        padding: 16px 8px 14px !important;
    }
    .nav li.nav-icon a i {
        font-size: 16px;
        padding: 0;
    }
    .nav li.nav-icon.dropdown a {
        padding-bottom: 2px;
        padding-top: 18px;
    }
    .nav li.nav-icon.dropdown a i {
        float: left;
        line-height: 0;
        margin: 0;
        position: relative;
        width: auto;
    }
    nav.navbar.mobile-dark {
        background: #171616;
    }
    .mobile-dark .navbar-brand img.logo-light,
    .mobiletxt {
        display: block;
    }
    #subOverlay {
        display: none !important;
        opacity: 0 !important;
    }
    #notification2 {
        -webkit-backdrop-filter: blur(8px);
    }
    .nav-up {
        top: -385px;
        transition: top 0.6s ease-in-out !important;
    }
    .nav-slide {
        top: -65px;
        transition: top 0.6s ease-in-out !important;
    }
    .over1 {
        position: relative;
        top: -60px;
        margin-right: 20px;
        background: #fff;
        -webkit-box-shadow: 30px 34px 23px -16px rgba(191, 191, 191, 0.5);
        -moz-box-shadow: 30px 34px 23px -16px rgba(191, 191, 191, 0.5);
        box-shadow: 30px 34px 23px -16px rgba(191, 191, 191, 0.5);
    }
}
.accent-btn {
    background: #b5b5b5;
    border: 1px solid #b5b5b5;
}
.accent-btn2:hover,
.accent-btn:hover {
    background: #000;
    border: 1px solid #000;
}
.accent-btn2 {
    background: #00000000;
    border: 1px solid #fff;
    color: #fff;
}
.over2 {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
    background: #f7f7f7;
}
.hover-content {
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.hover-content:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.icon-bar2 a,
.sidenav a {
    transition: 0.3s;
    display: block;
}
.article-image {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/img/assets/mountain-viewcr.jpg);
    -webkit-filter: blur(0);
    filter: blur(0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.article-image:hover {
    -webkit-filter: blur(8px);
    filter: blur(8px);
    transition: 0.4s ease-in-out;
}
.article-image:hover > p {
    display: block;
    opacity: 1;
    color: #fff;
    z-index: 9999999;
    height: 100%;
    text-align: center;
}
.grid {
    background: #00000000;
    margin: 0 auto;
}
.grid:after {
    content: "";
    display: block;
    clear: both;
}
.grid-item {
    float: left;
    width: 200px;
    height: 100px;
    background: #0d8;
    border: 2px solid hsla(0, 0%, 0%, 0.7);
}
.grid-item--height2 {
    height: 200px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1334px;
    }
}
.icon-bar2 {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-bar2 a {
    text-align: center;
    padding: 16px;
    color: #fff;
    font-size: 20px;
}
.icon-bar2 a:hover {
    background-color: #000;
}
.facebook,
.instagram {
    background: #000;
    color: #fff;
}
.twitter {
    background: #333;
    color: #fff;
}
@media (min-width: 1080px) {
    .cta1 {
        color: #fff;
        font-family: tgoth;
        font-size: 150px;
        filter: none !important;
    }
    .scroll-left {
        height: 900px;
        overflow: hidden;
        position: relative;
    }
    .scroll-left p {
        position: absolute;
        font-family: tgoth;
        font-size: 900px;
        color: #ffffff66;
        line-height: 950px;
        font-weight: 700;
        width: 100%;
        height: 100%;
        left: 0;
        letter-spacing: 0.2em;
        text-align: left;
        -moz-transform: translateX(30%);
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
        -moz-animation: 50s linear infinite scroll-left;
        -webkit-animation: 50s linear infinite scroll-left;
        animation: 50s linear infinite scroll-left;
    }
}
@media (max-width: 1079px) {
    #hero {
        padding: 20vh 20px 10vh;
    }
    ul.nav.navbar-nav.menu-right li a.dsksh1 {
        display: none !important;
    }
    .cta1 {
        color: #fff;
        font-family: tgoth;
        font-size: 90px;
        filter: none !important;
    }
    .scroll-left {
        height: 550px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .scroll-left p {
        position: absolute;
        font-family: tgoth;
        font-size: 550px;
        color: #ffffff66;
        line-height: 600px;
        width: 300%;
        height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        -moz-transform: translateX(30%);
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
        -moz-animation: 30s linear infinite scroll-left;
        -webkit-animation: 30s linear infinite scroll-left;
        animation: 30s linear infinite scroll-left;
    }
}
.moscrl,
.sidenav {
    overflow-y: scroll;
}
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(30%);
    }
    100% {
        -moz-transform: translateX(-300%);
    }
}
@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(30%);
    }
    100% {
        -webkit-transform: translateX(-300%);
    }
}
@keyframes scroll-left {
    0% {
        -moz-transform: translateX(30%);
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
ul.nav.navbar-nav.menu-left li a {
    font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 1px;
}
@media (min-width: 992px) {
    #bottomnot,
    #notification2 {
        display: none !important;
    }
    .hidds,
    .mobiletxt,
    a.navbar-brand.to-top.mo {
        display: none;
    }
}
nav.navbarsm {
    height: 79px;
    background: #ffffff00;
    padding-top: 11px;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 30px;
}
.sidenav {
    height: 100%;
    width: 320px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: -320px;
    background-color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
    transition: 0.5s;
    transform: translate3d(0, 0, 0);
}
.mobile-bkg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    visibility: hidden;
}
nav.navbarsm.nav-small {
    background: #ffffff00;
    transition: 0.25s ease-in-out;
    box-shadow: none;
}
.sidenav .closebtn {
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 30px;
    margin-left: 10px;
    font-weight: 500;
}
.sidenav a {
    padding: 8px;
    text-decoration: none;
    color: #cdcdcd;
}
.mobile-top-container {
    height: 60px;
    background-color: #0a101c;
}
.moscrl {
    height: auto;
    text-align: center;
    background: #0a101c;
}
.moscrl h4 {
    color: #f3f1ea !important;
}
@media (max-width: 974px) {
    ul.second.menu-right {
        right: 20px;
        top: 0;
        position: absolute;
        padding-top: 12px;
    }
    nav.navbarsm {
        height: 59px;
        border-bottom: 1px solid #f3f1ea00;
        background: #ffffff00;
        padding-top: 5px;
    }
}
@media (min-width: 975px) {
    .second {
        display: none;
    }
}
.second ul.menu-right li {
    display: inline-block;
    padding: 7px;
}
.second ul.menu-right li a i {
    padding-right: 7px;
    font-weight: 700;
}
nav.navbar {
    background-color: #f9f8f2;
    border-radius: 0;
    margin-bottom: 0;
    border-top: 4px solid #f3f1ea;
    border-bottom: 5px solid #f3f1ea;
    width: 100%;
    z-index: 1;
    top: -110px;
}
.card {
    padding: 45px 30px;
}
img.highlight {
    max-width: 50%;
    margin: 0 auto;
    display: block;
    transition: 0.5s;
}
button.cta,
button.cta:hover {
    font-size: 16px;
    padding: 10px 22px;
    margin-top: 25px;
    min-width: 250px;
    transition: 0.5s;
    font-weight: 500;
}
button.cta {
    background: #009ee2;
    border: 2px solid #009ee2;
}
button.cta:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}
img.iconic {
    width: 22px;
    padding-bottom: 4px;
}
img.iconic2 {
    padding-right: 3px;
    width: 20px;
    padding-bottom: 0;
}
.footer-nav {
    position: fixed;
    height: 45px;
    width: 320px;
    background: #e8e8e8;
    bottom: 0;
}
img.iconic3 {
    width: 20px;
}
.footer-nav ul li {
    display: inline-block;
    padding: 4px 41px;
    height: 45px;
}
ul.nav.navbar-nav.menu-right li a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: Montserrat;
    text-transform: uppercase;
}
.size-3x.color {
    color: #d87f28;
    padding-bottom: 20px;
}
span.stronger {
    font-weight: 700;
    color: #191a1c;
}
::selection {
    background: #fff00;
}
::-moz-selection {
    background: #fff;
}
@media (max-width: 997px) {
    img.thumb {
        width: 100%;
        height: 115px !important;
        object-fit: cover;
    }
}
.siteMenu {
     position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 999;
    
}

.navigation {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2px;
    width: 100%;
    height: 100%;
}

.navigation .head4 {
    margin: 0;
    padding: 0;
}

.navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
    color: #000;
    transition: background 0.3s, color 0.3s;
    padding: 30px;
    box-sizing: border-box;
}

.navigation a:hover {
    background-color: #000;
    color: #fff;
}

.siteHeader {
    width: 100%;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    position: absolute;
    z-index: 500;
    background:#ffffff00;
}

.is-activeMenu .siteMenu__inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.siteMenu__inner {
    width: 100%;
    min-height: 100lvh;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2em;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.siteMenu__text {
    font-size: 3.25em;
    color: #444;
    text-align: center;
    line-height: 1.25;
    max-width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
}
.top2.dsksh2 {
    padding-bottom: 35px;
}

.top2 a {
    font-size: 15px;
    letter-spacing: 0;
    text-transform: lowercase;
}
.headerContent .searchContainer form {
    margin: 5%;
}
.headerContent .searchBarContainer {
    height: 30px;
    border-radius: 28px;
    box-shadow: none;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    display: flex;
    border: 1px solid #000000b5;
    margin: 0 auto;
}
.headerContent .searchBarContainer .searchButton {
    background-color: #ffffff00;
    height: 30px;
    margin-top: 1px;
    width: 44px;
    padding-right: 6px;
    display: flex;
    justify-content: center;
}
.headerContent .searchBarContainer .searchBox {
    flex: 1;
    border: none;
    background-color: transparent;
    padding: 2px;
    font-size: 16px;
    color: #000;
    margin: 0 7px;
    font-family: "open sans", sans-serif;
}
@media (min-width: 1334px) {
    h3.mainh1 {
        font-size: 1.5rem;
    }
}
@media (min-width: 1079px) and (max-width: 1333px) {
    h3.mainh1 {
        font-size: 1.25rem;
    }
}
@media (max-width: 1076px) {
    h3.mainh1 {
        font-size: 1.15rem;
    }
}
@media (max-width: 997px) {
    .dsksh2 {
        display: none;
    }
}
@media (min-width: 997px) {
    .moscrl {
        display: none !important;
    }
}

.top1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    position: absolute;
    z-index: 5;
    left: 25%;
    top: 20px;
}

nav.navbarsm.nav-small .top1 {
    opacity: 1 !important;
    visibility: visible;
}

.fa {
    padding: 5px;
    font-size: 20px !important;
    width: 28px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: #fff;
    background: #eb6114;
    border-radius: 8px;
}

@media (max-width: 997px) {
    .fa {
        padding: 5px;
        font-size: 20px;
        width: 28px;
        text-align: center;
        text-decoration: none;
        margin: 0px 2px;
        color: #fff;
        background: #eb6114;
        border-radius: 8px;
    }
}

.nav-small .top2 {
    visibility: hidden;
}

.moscrl.sm a {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0px;
    padding: 2px;
}

@media (min-width: 997px) {
    .hdn {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

@media (max-width: 997px) {
    .top1 {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

.fa,
.fa-brands {
    padding: 5px;
    font-size: 20px;
    width: 28px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: #fff;
    background: #eb6114;
    border-radius: 8px;
}

.dropdown-menu {
    top: 59px;
    min-width: 850px;
    padding: 7px 0 8px;

    font-size: 13px;
    line-height: 13px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    margin-top: 0px;
}

.dropdown,
.dropup {
    position: initial;
}
.dropdown-menu {
    position: fixed;
    top: 59px;
    z-index: 1000;
    display: none;
    padding: 5px 0;

    font-size: 14px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
}

img.nav-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

@media (max-width: 775px) {
    .moscrl.sm a {
        color: #585858;
        line-height: 1.75 !important;
        font-size: 17px !important;
        font-family: "open sans", sans-serif;
        text-transform: capitalize !important;
        font-weight: 400;
        letter-spacing: -1px;
    }
}
html,
body {
    margin: 0;
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-top: 80px;
}

.wrapper.indexPage {
    justify-content: center;
}

.mainSection {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainSection .searchContainer {
    margin-top: 20px;
    width: 100%;
}

.mainSection .searchContainer form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.searchContainer .searchButton {
    color: #757575;
    background-color: #f5f5f5;
    border: none;
    height: 36px;
    width: 125px;
    border-radius: 1px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    outline: none;
}

.mainSection .searchContainer .searchBox {
    border: none;
    height: 44px;
    border-radius: 21px;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    width: 70%;
    max-width: 630px;
    color: #000;
}

.mainSection .logoContainer {
    width: 220px;
    text-align: center;
}

.logoContainer img {
    width: 100%;
}

.header {
    background-color: #fff;
}

.wrapper .headerContent {
    display: flex;
    align-items: center;
}

.headerContent .logoContainer {
    width: 150px;
    padding: 5px 20px;
    box-sizing: border-box;
}

.headerContent .searchContainer {
    flex: 1;
}

.headerContent .searchContainer form {
    margin: 5%;
}

.headerContent .searchBarContainer {
    height: 30px;
    border-radius: 22px;
    background-color: #fff00;
    box-shadow: none;
    width: 70%;
    max-width: 630px;
    box-sizing: border-box;
    display: flex;
    border: 1px solid #0000009e;
}

.headerContent .searchBarContainer .searchBox {
    flex: 1;
    border: none;
    background-color: transparent;
    padding: 2px;
    font-size: 16px;
    color: #000;
    margin: 0px 7px;
    font-family: "open sans", sans-serif;
}

.headerContent .searchBarContainer .searchButton {
    background-color: #ffffff00;
    height: 30px;
    margin-top: 1px;
    width: 44px;
    padding-right: 6px;
    display: flex;
    justify-content: center;
}

.headerContent .searchBarContainer .searchButton img {
    width: 16px;
    margin-top: 5px;
}

.tabsContainer {
    margin-left: 150px;
}

.tabsContainer .tabList {
    padding: 0;
    margin: 0;
}

.tabsContainer .tabList li {
    display: inline-block;
    padding: 0 16px 12px 16px;
    color: #777;
    font-size: 13px;
}

.tabsContainer .tabList li a {
    text-decoration: none;
}

.tabsContainer .tabList li.active {
    border-bottom: 3px solid #040308;
}

.tabsContainer .tabList li.active a {
    font-weight: bold;
    color: #040308;
}

.mainResultsSection {
    flex: 1;
}

.mainResultsSection .resultsCount {
    font-size: 13px;
    color: #808080;
    margin-left: 8vw;
}

.mainResultsSection .siteResults {
    margin-left: 8vw;
    margin-right: 6vw;
}

.resultContainer {
    display: flex;
    flex-direction: column;
    margin-bottom: 26px;
    max-width: 600px;
}

.resultContainer .title {
    margin: 0;
}

.resultContainer .title a {
    color: #040308;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.resultContainer .title a:hover {
    text-decoration: underline;
}

.resultContainer .url {
    color: #0d1a49;
    font-size: 14px;
    font-family: "open sans", sans-serif;
    font-weight: 400;
}

.resultContainer .description {
    font-size: 14px;
    font-family: "open sans", sans-serif;
    font-weight: 400;
}

.paginationContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.pageButtons {
    display: flex;
}

.pageNumberContainer img {
    height: 37px;
}

.pageNumberContainer,
.pageNumberContainer a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.pageNumber {
    color: #000;
    font-size: 13px;
}

a .pageNumber {
    color: #4285f4;
}

.mainResultsSection .imageResults {
    margin: 20px;
}

.gridItem {
    position: relative;
}

.gridItem img {
    max-width: 200px;
    min-width: 50px;
    visibility: hidden;
}

.gridItem .details {
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 11px;
    padding: 3px;
    box-sizing: border-box;
    white-space: nowrap;
}

.gridItem:hover .details {
    visibility: visible;
}

@media (min-width: 1080px) {
    .maint {
        min-height: 55vh;
        padding-top: 10vh;
        padding-bottom: 5vh;
    }
    .container.top2 {
        width: 100%;
        padding: 30px;
    }
    .mobsh1 {
        display: none;
    }
}
@media (min-width: 1400px) {
    p.animated.fadeInRight.lead.go {
        color: #fff;
        overflow: hidden;
        max-width: 1000px;
        margin: 0 auto;
    }
}
.maint2 {
    display: none;
}
@media (min-width: 1380px) {
    .flr,
    .maint {
        position: relative;
    }
    .maint {
        padding-top: 5vh;
        padding-bottom: 5vh;
        min-height: 90vh;
    }
    .flr {
        top: 39vh;
        transform: translate(0, -50%);
    }
}
@media (min-width: 695px) and (max-width: 1379px) {
    .flr,
    .maint {
        position: relative;
    }
    .maint {
        padding-top: 5vh;
        padding-bottom: 5vh;
        min-height: 90vh;
    }
    .flr {
        top: 19vh;
        max-width: 70%;
    }
}
@media (max-width: 997px) {
    .flr,
    .maint {
        position: relative;
    }
    .maint {
        padding-top: 1vh;
        padding-bottom: 1vh;
        min-height: 90vh;
        background: url(img/backgrounds/homepage-prime.webp) top center/cover no-repeat;
    }
    .flr {
        top: 43vh;
        transform: translate(0, -50%);
    }
}
h3.highlighted {
    font-weight: 700;
    font-size: 30px;
    color: #fff !important;
}
a {
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s, opacity 0.5s;
}
.pre-loader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media (max-width: 1079px) {
    .container.top2 {
        width: 100%;
    }
    .dsksh1 {
        display: none;
    }
}
h2,
h3,
h4 {
    font-family: "mona sans", sans-serif;
    font-weight: 600;
    letter-spacing: -.026rem;
    padding-bottom: 10px;
    font-variation-settings: "wdth" 125;
}
nav.navbar {
    background-color: #ededed00;
    border-radius: 0;
    margin-bottom: 0;
    border: none !important;
}
@media (max-width: 991px) {
    .navbar-collapse.collapse.in {
        display: block !important;
        background: #fff;
    }
}
@media (min-width: 997px) {
    .container.logoed {
        background: url(img/backgrounds/ogtn.webp) center/40% no-repeat;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
}
@media (max-width: 996px) {
    .container.logoed {
        background: url(img/backgrounds/ogtn.webp) center/90% no-repeat;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
}
@media (min-width: 615px) {
    .mobsh2 {
        display: none;
    }
}
img.iconic {
    width: 22px;
    padding-bottom: 4px;
}
img.iconic2 {
    padding-right: 3px;
    width: 20px;
    padding-bottom: 0;
}
.footer-nav {
    position: fixed;
    height: 45px;
    width: 320px;
    background: #e8e8e8;
    bottom: 0;
}
section.maint {
    position: relative;
    top: -85px;
    margin-bottom: -85px;
}
img.iconic3 {
    width: 20px;
}
.footer-nav ul li a {
    padding: 0;
}
.footer-nav ul li {
    display: inline-block;
    padding: 4px 41px;
    height: 45px;
}
ul.logo-sets li {
    width: 18%;
    display: inline-block;
    position: relative;
    padding: 0 1.5rem;
    line-height: 50px;
    min-width: 140px;
}
.col-md-4.top8 {
    height: 70vh;
}
.col-md-4.top9 {
    height: 60vh;
}
.col-xs-6.top8m {
    height: 50vh;
}
.logofade {
    opacity: 0;
    transition: opacity.3s ease;
}
.nav-small .logofade {
    opacity: 1;
}

@media (min-width: 1079px) {
    .headsec1 {
    }
}

@media (min-width: 701px) and (max-width: 899px) {
    .headsec1 {
        background: URL(background/header909.webp) no-repeat;
        background-size: contain;
        background-position: right;
        height: 55svh !important;
    }
    .headsec1 .fa-brands {
        font-size: 12px;
        width: 23px;
        margin: 5px 1px;
    }
}

@media (min-width: 900px) and (max-width: 1079px) {
    .headsec1 {
        background: URL(background/header909.webp) no-repeat;
        background-size: contain;
        background-position: center;

        height: 92vh !important;
    }
    .headsec1 .fa-brands {
        font-size: 12px;
        width: 23px;
        margin: 5px 1px;
    }
}

@media (min-height: 670px) and (max-width: 700px) {
    .headsec1 {
        background: URL(background/header909.webp) no-repeat;
        background-size: cover;
    }
    .headsec1 .fa-brands {
        font-size: 12px;
        width: 23px;
        margin: 5px 1px;
    }

    section.headsec1.mobsh1:before {
        content: "";
        position: absolute;
        height: 100% !important;
        width: 100vw;
        background: URL(img/clients/edge.webp) no-repeat bottom;
        top: 0;
        right: 0;
        z-index: 2;
    }
}

@media (max-height: 679px) and (max-width: 700px) {
    .headsec1 {
        height: 85vh !important;
        background: URL(background/header909.webp) no-repeat;

        background-size: cover;
        margin-top: 10px;
    }
    .headsec1 .fa-brands {
        font-size: 12px;
        width: 23px;
        margin: 5px 1px;
    }
    section.headsec1.mobsh1:before {
        content: "";
        position: absolute;
        height: 112%;
        width: 100vw;
        background: URL(img/clients/edge.webp) no-repeat bottom;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .soc {
        bottom: 1svh !important;
        left: 10px;
    }

    .centered2 {
        position: absolute;
        top: 58% !important;
        transform: translate(0, -50%);
    }
}

.full-back {
    background: URL(background/front3.webp) no-repeat;
    background-size: contain;
    background-position: 88%;
}


.pre-loader div {
    border: none !important;
    animation: none !important;
    text-indent: 0rem !important;
    margin: 0 !important;
    top: 0 !important;
}
img.intro-image2,
.toppre {
    z-index: 999999;
    position: relative;
    height: 100%;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-family: "t2ns-bold";
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
@media (min-width: 974px) {
    .headsec1 {
        padding-top: 0;
    }
}
@media (max-width: 701px) {
    .headsec1 {
        padding-top: 0;
        height: 56svh !important;
    }
    img.intro-image {
        max-width: 160px;
        top: 10px;
    }
}
nav.navbarsm.nav-small {
    background: #ffffff00;
    transition: 0.25s ease-in-out;
    box-shadow: none;
    padding: 0px;
}
@media (max-width: 991px) {
    .nav-small .navbar-brand img,
    .navbar-brand img {
        max-height: 42px;
        padding-top: 6px;
        padding-bottom: 3px;
    }
}
.pre-loader div,
.pre-loader div:after {
    border-radius: 50%;
    width: 100%;
    height: 68px;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
ul.logo-sets {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
@media (min-width: 974px) {
    img.intro-image {
        max-width: 212px;
        top: 10px;
    }
}
.mainclick p {
    color: #000;
    padding: 0px 23px;
    font-weight: 400;
    width: auto;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 13px;
    background: #ebeaea00;
    margin: 0 auto;
    width: fit-content;
    font-weight: 700;
    font-size: 22px;
    font-family: "Open Sans";
    letter-spacing: -1px;
    padding-bottom: 19px;
    line-height: 1.2;
}
.mainclick2 p {
    color: #000000;
    padding: 0px 23px;
    font-weight: 400;
    width: auto;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 13px;
    background: #ebeaea00;
    margin: 0 auto;
    width: fit-content;
    font-weight: 700;
    font-size: 22px;
    font-family: "Open Sans";
    letter-spacing: -1px;
    padding-bottom: 19px;
    line-height: 1.2;
    transition: all 0.25s ease;
}
.stamp {
    color: #000;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans";
    letter-spacing: -1px;
    padding-bottom: 19px;
    line-height: 1.2;
    padding-top: 22px;
    font-style: italic;
}
.nav-small .navbar-brand img {
    max-height: 37px;
}
@media (min-width: 1520px) {
    h1.mainh1 {
        font-size: 27px;
    }
}
@media (min-width: 1334px) and (max-width: 1519px) {
    h1.mainh1 {
        font-size: 27px;
    }
}
@media (min-width: 1140px) and (max-width: 1333px) {
    .side {
        position: absolute;
        writing-mode: vertical-rl;
        z-index: 7;
        left: 5%;
        top: 28vh;
        text-orientation: sideways-right;
    }
    h2.side4 {
        font-size: 27px;
        padding: 0px 10px 70px 0px;
        color: #171e29;
    }
    h1.mainh1 {
        font-size: 27px;
    }
}
@media (min-width: 973px) and (max-width: 1139px) {
    .side {
        position: absolute;
        writing-mode: vertical-rl;
        z-index: 7;
        left: 1%;
        top: 141px;
        text-orientation: sideways-right;
    }
    h2.side4 {
        font-size: 45px;
        padding: 0px 10px 70px 0px;
        color: #ededed36;
        font-weight: 700;
        margin: 5px;
    }
    h1.mainh1 {
        font-size: 25px;
    }
    .mainclick2 p,
    .mainclick p {
        font-size: 22px;
    }
}
@media (max-width: 974px) {
    .side,
    h2.side4 {
        visibility: hidden;
        display: none;
    }
    .mainclick2 p {
        font-size: 16px;
    }
    .mainclick p {
        font-size: 16px;
    }
    h1.mainh1 {
        font-size: 24px;
    }
    .side2 {
        position: relative;
        writing-mode: vertical-rl;
        z-index: 8;
        left: 0px;
        top: -74px;
        margin-bottom: -74px;
        text-orientation: sideways-right;
    }
    h2.side5 {
        font-size: 31px;
        padding: 0px 10px 10px 0px;
        color: #0e1421;
        font-weight: 700;
        margin: 5px;
    }
    .col-xs-2.top8m,
    .col-xs-10.top8m {
        height: 74vh;
    }
}
.logofade {
    opacity: 0;
    transition: opacity.3s ease;
}
span.icon-bar.middle-bar {
    width: 26px;
    left: -6px;
    position: relative;
}
span.icon-bar.bottom-bar {
    width: 29px;
}
h2.logo4 {
    transition: 0.2s ease-in-out;
    font-size: 22px;
    color: #353535;
    padding-top: 0px;
}
nav.navbarsm.nav-small h2.logo4 {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    font-size: 22px;
    padding-top: 0px;
    color: #353535;
}
nav.navbarsm .siteNavToggle::before,
nav.navbarsm .siteNavToggle::after,
nav.navbarsm .siteNavToggle .siteNavToggle__bar {
    background: #000;
}
nav.navbarsm.nav-small .siteNavToggle::before,
nav.navbarsm.nav-small .siteNavToggle::after,
nav.navbarsm.nav-small .siteNavToggle .siteNavToggle__bar {
    background: #000 !important;
}
.siteHeader {
    width: 100%;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    position: absolute;
    z-index: 500;
}
.siteNavToggle {
    position: relative;
    width: 2.5em;
    height: 1.3125em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.siteNavToggle::before,
.siteNavToggle::after {
    content: "";
    height: 1px;
    width: 100%;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.siteNavToggle::before {
    position: relative;
    left: -12px;
}
.siteNavToggle::after {
    position: relative;
    left: -9px;
}
.siteNavToggle__bar {
    width: 100%;
    height: 1px;
    display: block;
    -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
    transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
    transition: opacity 0.15s ease, transform 0.15s ease;
    transition: opacity 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.siteNavToggle.is-active {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.siteNavToggle.is-active .siteNavToggle__bar {
    opacity: 0;
}
body.is-activeMenu .siteMenu {
    z-index: 9;
}
nav.navbarsm {
    height: 59px;
    background: #ffffff;
    padding: 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 30px;
    transition: all 0.5s ease-in-out;
}
.siteNavToggle.is-active::before,
.siteNavToggle.is-active::after {
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin-top: -1px;
    background: #000;
}
.siteNavToggle.is-active::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: -8px;
    background: #000 !important;
}
.siteNavToggle.is-active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    background: #000 !important;
}
.siteNavToggle:hover .siteMenu__inner {
    will-change: transform;
}
.siteMenu {
    width: 100vw;
    min-height: 100lvh;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background-color: #fff;
    position: fixed;
    z-index: -1;
    top: 0px;
}
.siteMenu__inner {
    width: 100%;
    min-height: 100lvh;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2em;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding-bottom: 20vh;
    padding-top: 20vh;
}
.siteMenu__text {
    font-size: 3.25em;
    color: #444;
    text-align: center;
    line-height: 1.25;
    max-width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
}
.siteMenu__textLink {
    color: #555;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #565656 0%, #565656 50%, #999 50%, #999 100%);
    background-image: linear-gradient(90deg, #565656 0%, #565656 50%, #999 50%, #999 100%);
    background-size: 200% 100%;
    white-space: nowrap;
}
.siteMenu__textLink:hover {
    background-position: -100%;
}
.is-activeMenu .siteMenu__inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.siteHeader__navToggleWrap {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 21px;
}
.moscrl {
    height: auto;
    text-align: center;
    background: #ffffff00;
    display: flex;
    flex-direction: column;
    padding-bottom: 10%;
}
@media (min-width: 776px) {
    .moscrl a {
        color: #585858;
        line-height: 1.5;
        font-size: 36px;
        font-family: "open sans", sans-serif;
        font-weight: 400;
        letter-spacing: -1px;
    }
    .headsec1 {
        padding-top: 0;
    }
    .flip {
        padding: 25px 54px;
    }
}
@media (max-width: 775px) {
    .moscrl a {
        color: #585858;
        line-height: 1.75;
        font-size: 17px;
        font-family: "open sans", sans-serif;
        text-transform: capitalize;
        font-weight: 400;
        letter-spacing: -1px;
    }
}
.container.cta-sect {
    position: fixed;
    top: 50vh;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    z-index: -1;
    transition: all 0.3s ease;
}
.mobile-navb {
    background: #ffffff;
    position: fixed;
    bottom: 0;
    height: 53px;
    width: 100%;
    display: flex;
    padding-right: 33px;
    justify-content: flex-end;
    transition: all 0.4s ease-in-out;
    padding-bottom: 10px;
}
.bloc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloc-icon img {
    width: 30px;
}
@media screen and (min-width: 600px) {
    .mobile-navb {
        display: none;
    }
}
.tawk-text-center {
    text-align: center !important;
    display: none !important;
}
@media (max-width: 974px) {
    nav.navbarsm {
        height: 59px;
        width: 100%;
        z-index: 9;
        border: none;
    }
    nav.navbarsm.nav-small {
        background: #ffffff;
        transition: 0.25s ease-in-out;
        box-shadow: none;
        padding: 10px;
    }
}
@media (min-width: 1079px) {
    .elementbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        align-content: space-around;
    }
    .col-md-3.col-sm-6.mt20.mb20.text-center {
        background: #fffff00;
        margin: 1%;
        width: 22%;
        border-radius: 16px;
        padding: 32px;
    }
}
@media (min-width: 975px) {
    .smaller-m {
        visibility: hidden;
        display: none;
    }
    .side-slide {
        display: inline-grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
        align-items: stretch;
        padding: 7vh 2vw;
        justify-items: stretch;
        justify-content: center;
        background: #ffffff;
    }
    .cta-stick {
        position: sticky;
        top: 0;
        align-self: start;
        text-align: center;
        padding-top: 17vw;
        padding-left: 3vw;
        padding-right: 3vw;
    }
}
@media (max-width: 974px) {
    .side-slide {
        visibility: hidden;
        display: none !important;
    }
}
a.mainclick2 p:hover,
a.mainclick p:hover {
    color: #fff;
}

/* 
To be added css - Shawn
*/

.button8 {
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: none;
    overflow: hidden;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1;
    padding: 12px 35px;
    outline: none;
    color: #fff;
    border-radius: 25px;
    background: #000;
    font-family: "Open Sans", sans-serif;
    margin: 21px 0px;
}

.button8:hover {
    color: #fff;
}

.button8 span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.button8:before,
.button8:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.4s, opacity 0.3s;
    -moz-transition: 0.4s, opacity 0.3s;
    -o-transition: 0.4s, opacity 0.3s;
    transition: 0.4s, opacity 0.3s;
}

/* :before */

.button8:before {
    content: attr(data-hover);
}

/* :after */

.button8:after {
    content: attr(data-active);
}

/* Span on :hover and :active */

.button8:hover span,
.button8:active span {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}

/*  
    We show :before pseudo-element on :hover 
    and :after pseudo-element on :active 
*/

.button8:hover:before,
.button8:active:after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

/* 
  We hide :before pseudo-element on :active
*/

.button8:active:before {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.content {
    max-width: 700px;
}

h3.art-title {
    line-height: 18px;
    text-transform: lowercase;
    padding-top: 15px;
    margin: 0px;
}

h3.art-title a {
    color: #000;
    font-size: 20px;
    text-transform: lowercase;
    font-weight:200;
}

.post p,
p.sub {
    color: #000;
}

.post p {
    font-size: 14px;
    padding: 0px 5px;
}

p.sub {
    font-size: 11px;
}

p.clearfix a {
    color: #000;
}

img.thumb {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

@media (min-width: 997px) {
    .heading {
        max-width: 58%;
        position: absolute;
        top: 50%;
        left: 3%;
        transform: translate(0px, -50%);
    }
}

@media (max-width: 996px) {
    .heading {
        max-width: 75%;
        position: absolute;
        top: 40%;
        left: 3%;
        transform: translate(0px, -50%);
    }
}

@media (min-width: 997px) {
    .lower-right {
        position: absolute;
        right: 5%;
        bottom: 20px;
        text-align: right;
    }

    .siteHeader__navToggleWrap {
        position: absolute;
        right: 1px;
        top: 9px !important;
        padding: 13px 21px;
    }

    img.sets {
        max-width: 147px;
    }

    h3.feature5 {
        padding: 0px;
        margin: 0px;
        font-size: 14px;
    }
}

@media (max-width: 996px) {
    .lower-right {
        position: absolute;
        right: 2%;
        bottom: 25px;
        text-align: right;
    }

    img.sets {
        max-width: 125px;
        padding-left: 3%;
    }

    h3.feature5 {
        padding: 2px;
        margin: 0px;
        font-size: 12px;
    }
}

@media (max-height: 667px) and (max-width: 997px) {
    h1.mainh1 {
        font-size: 28px !important;
        padding-bottom: 11px !important;
        padding-top: 15px;
    }

    .shrink3 {
        visibility: hidden;
    }

    .take {
        top: -32vh !important;
        margin-bottom: -34vh !important;
    }
}

@media (max-height: 700px) and (min-width: 997px) {
    h1.mainh1 {
        font-size: 28px;
    }

    .stamp.dsksh1 {
        visibility: hidden;
    }
}

@media (max-width: 997px) {
    .shrink3 {
        visibility: hidden;
    }
}

@media (max-width: 997px) and (orientation: landscape) {
    .take {
        background-size: contain !important;
        min-height: 300px !important;
    }
    h1.mainh1 {
        font-size: 22px !important;
        padding-bottom: 12px !important;
        padding-top: 22px;
    }
}

a.button9 {
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: none;
    overflow: hidden;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1;
    padding: 12px 35px;
    outline: none;
    color: #fff;
    border-radius: 25px;
    background: #000;
    font-family: "Open Sans", sans-serif;
    margin: 21px 0px;
}

@media (max-width: 991px) {
    .container.lft {
        width: 100%;
    }
}

h1.mainh1 {
    letter-spacing: -1px;
}

.post {
    padding-bottom: 35px;
}

.col-md-3.col-sm-6.mt20.mb20.text-center p {
    font-size: 14px;
}

.headerContent .searchContainer form {
    margin: 5%;
}

nav.navbarsm.nav-small .dsksh1.searchContainer {
    opacity: 1;
}

.post p strong {
    font-weight: 400 !important;
}

@media (min-width: 701px) {
    .centered2 {
        position: absolute;
        top: 60%;
        left: 5%;
        transform: translate(0, -50%);

        z-index: 7;
    }
}

@media (max-width: 700px) {
    .centered2 {
        position: relative;
        top: 58%;
        transform: translate(0, -50%);
    }
}

.top1 a,
.top2 a {
    color: #000;
    padding: 0px 16px;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
    transition: all 0.3s ease;
}

.top1 a:hover,
.top2 a:hover {
    transition: all 0.3s ease;
    color: #848484;
}

.top2 a {
    font-size: 15px;
    letter-spacing: 0px;
}

.top1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    position: absolute;
    z-index: 5;
    left: 25%;
    top: 20px;
    opacity: 1 !important;
    visibility: visible;
}

nav.navbarsm.nav-small .top1 {
    opacity: 1 !important;
    visibility: visible;
}

@media (max-width: 997px) {
    .top1 {
        visibility: hidden;
        display: none;
    }
}
@media (min-width: 997px) {
    .moscrl {
        display: none;
    }
}

.headerContent .searchBarContainer {
    height: 30px;
    border-radius: 28px;
    box-shadow: none;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    display: flex;
    border: 1px solid #000000b5;
    margin: 0 auto;
}

h3.look {
    font-size: 22px;
}

.top2.dsksh2 {
    padding-bottom: 35px;
}

.top2 {
    visibility: hidden;
}

@media (min-width: 1334px) {
    h3.mainh1 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1079px) and (max-width: 1333px) {
    h3.mainh1 {
        font-size: 1.25rem;
    }
}

@media (max-width: 1078px) {
    h3.mainh1 {
        font-size: 1.15rem;
    }
}

.fa,
.fa-brands {
    padding: 5px;
    font-size: 20px;
    width: 28px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: #fff;
    background: #eb6114;
    border-radius: 8px;
}

a.fa:hover {
    color: #fff;
    background: #ff9256;
}

@media (max-height: 640px) {
    .slant {
        background-size: contain !important;
    }
}

@media (min-width: 701px) {
    section.featured {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 701px) {
    img.ct1 {
        display: none;
    }
}

@media (min-width: 1200px) {
    img.rise {
        position: relative;
        top: -90px;
        margin-bottom: -90px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    nav.navbarsm {
    }

    nav.navbarsm.nav-small {
        transition: 0.5s ease-in-out;
        box-shadow: none;
        padding: 0px 10px;
        background: #fff;

        border: none;
    }
}

@media (max-width: 974px) {
    nav.navbarsm.nav-small {
        transition: 0.5s ease-in-out;
        box-shadow: none;
        padding: 0px 10px;
        background: #fff;
        border: none;
    }

    .stamp {
        font-weight: 300;
        font-style: normal;
        font-size: 22px !important;
        padding-bottom: 0px;
    }

    nav.navbarsm .siteNavToggle::before,
    nav.navbarsm .siteNavToggle::after,
    nav.navbarsm .siteNavToggle .siteNavToggle__bar {
        background: #333 !important;
    }
}

@media (max-width: 974px) {
    nav.navbarsm {
        height: 46px;
        width: 100%;
        z-index: 9;
        border: none;
        padding: 0px 10px;

        backdrop-filter: none;
        background: #ffffff00;
    }
}

.siteHeader__navToggleWrap {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 13px 21px;
}

p.extra1 {
    font-size: 24px !important;
}

@media (min-width: 1079px) {
    nav.navbarsm {
        padding: 0px !important;
    }
}

@media (min-width: 1520px) {
    h3.mainh1 {
        font-size: 27px;
    }

    h2.delay.animated.fadeInUp.go.ht,
    h2.delay.animated.fadeInRight.go.ht {
        font-size: 28px;
    }
}

@media (min-width: 1334px) and (max-width: 1519px) {
    h3.mainh1 {
        font-size: 25px;
    }
    h2.delay.animated.fadeInUp.go.ht,
    h2.delay.animated.fadeInRight.go.ht {
        font-size: 28px;
    }
}

@media (min-width: 1079px) and (max-width: 1333px) {
    h3.mainh1 {
        font-size: 25px;
    }
    h2.delay.animated.fadeInUp.go.ht,
    h2.delay.animated.fadeInRight.go.ht {
        font-size: 28px;
    }
}

@media (min-width: 998px) and (max-width: 1078px) {
    h3.mainh1 {
        font-size: 24px;
    }
    h2.delay.animated.fadeInUp.go.ht,
    h2.delay.animated.fadeInRight.go.ht {
        font-size: 26px;
    }
}

@media (max-width: 997px) {
    h3.mainh1 {
        font-size: 24px;
    }
    h2.delay.animated.fadeInUp.go.ht,
    h2.delay.animated.fadeInRight.go.ht {
        font-size: 24px;
    }
}

section.headsec1.mobsh1:before {
    background: #ffffff00;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}

nav.navbarsm .siteNavToggle::before,
nav.navbarsm .siteNavToggle::after,
nav.navbarsm .siteNavToggle .siteNavToggle__bar {
    background: #000;
}

img.edges {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.full-mobile {
    height: 100%;
    position: absolute;
    width: 100%;

    background-size: contain;
    background-position: 63%;
}

@media (max-width: 600px) {
    .full-mobile {
        height: 100%;
        position: absolute;
        width: 100%;

        background-size: cover;
        background-position: center;
    }
}

@media (min-width: 997px) {
    p.slant {
        color: #fff;
        transform: rotate(90deg);
        transform-origin: left;
        position: absolute;
        left: 75px;
        bottom: 419px;
        font-size: 22px;
        font-weight: 700;
        white-space: nowrap;
    }

    p.slant:after {
        content: "";
        position: absolute;
        bottom: -68px;

        right: -92px;
        height: 7.5em;
        border-right: 2px solid #ffffff;
        z-index: -1;
        transform: rotate(90deg);
        transform-origin: right;
    }
}

@media (max-width: 996px) {
    p.slant {
        color: #fff;
        transform: rotate(90deg);
        transform-origin: left;
        position: absolute;
        left: 25px;
        bottom: 405px;
        font-weight: 700;
        font-size: 22px;
        white-space: nowrap;
    }

    p.slant:after {
        content: "";
        position: absolute;
        bottom: -68px;

        right: -92px;
        height: 7.5em;
        border-right: 2px solid #ffffff;
        z-index: -1;
        transform: rotate(90deg);
        transform-origin: right;
    }
}

.bordered2:before,
.bordered3:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;

    background-size: contain;
    top: 0;
    right: 0;
    z-index: 2;
}

.bordered2:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;

    background-size: contain;
    top: 0;
    right: 0;
    z-index: 2;
}

.vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e1e1e1;
    opacity: 0.6;
}

.line1 {
    left: 10%;
}

.line2 {
    left: 40%;
}

.line3 {
    left: 60%;
}

.line4 {
    left: 90%;
}
.logo-sets {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Display in rows of 3 */
    gap: 20px;
    list-style: none;
    padding: 0;
}

.logo-sets li {
    text-align: center;
}

.logo-sets img {
    max-width: 135px;
    width: 100%;
    height: auto;
    
}

@media (max-width: 761px) {
    ul.logo-sets li {
        width: 42%;
        display: inline-block;
        position: relative;
        padding: 10px 1rem;
        line-height: 50px;
        min-width: 140px;
        filter: grayscale(1);
    }
}

@media (min-width: 762px) {
    ul.logo-sets li {
        width: 26%;
        display: inline-block;
        position: relative;
        padding: 15px 40px;
        line-height: 50px;
        min-width: 140px;
        filter: grayscale(1);
    }
}

p.logo_text_catch {
    color: #fff;
    font-weight: 700;
    font-size: 192px;
    line-height: 1;
}

.step-number {
    font-size: 125px; /* Adjust size as needed */
    font-weight: 700; /* Makes the number bold */
    color: #0000000d; /* Bootstrap primary color (customize as needed) */
    line-height: 1; /* Prevents extra spacing */
    min-width: 3.5rem; /* Ensures consistent width for alignment */
    text-align: right; /* Aligns numbers to the right */
    position: absolute;
}

.step-item {
    display: flex;
    align-items: start;
    margin-bottom: 1.5rem; /* Adds spacing between steps */
    padding: 0px 5px;
}

.step-content h5 {
    margin-bottom: 0.5rem;
    
    font-size: 19px;
    font-weight:600;
    font-family:'mona sans';
}

.step-content p {
    margin: 0;
    font-size:15px;
    padding-bottom:10px;
}

.mainclick p {
    color: #ffffff;
    padding: 0px 23px;
    font-weight: 400;
    width: auto;
    letter-spacing: 1px;
    margin-bottom: 40px;

    background: #000000;
    margin: 0 auto;
    width: fit-content;
    font-weight: 300;
    font-size: 16px;
    font-family: "Open Sans";
    letter-spacing: 0px;
    /* padding-bottom: 19px; */
    line-height: 1;
    padding: 12px 35px;
    border-radius: 25px;
}

.btnrgt {
    text-align: right;
}

@media (min-width: 997px) {
    h2.hero {
        font-size: 2.2rem;
    }
    p.subheader {
        color: #fff;
        font-size: 23px;
        text-align: right;
        line-height: 1;
    }
}

@media (min-width: 720px) and (max-width: 996px) {
    h2.hero {
        font-size: 37px;
    }
    p.subheader {
        color: #fff;
        font-size: 21px;
        text-align: right;
        line-height: 1;
    }
}

@media (max-width: 720px) {
    h2.hero {
        font-size: 30px;
    }
    p.subheader {
        color: #fff;
        font-size: 18px;
        text-align: right;
        line-height: 1;
    }
}

.nav-small .top1 a,
.nav-small .top2 a {
    color: #000;
}

@media (min-width: 700px) {
    h2 {
        font-size: 2.2rem;
        line-height:2.3rem;
    }
}

img.w-full.bg-slate-100.object-cover {
    color: transparent;
    aspect-ratio: 655 / 680;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 36%;
    transition: all 0.5s ease;
}

@media (min-width: 770px) {
    img.w-full.bg-slate-100.object-cover:hover {
        transform: scale(1.12);
        transition: all 0.5s ease;
    }
}

@media (max-width: 770px) {
    svg.h-full {
        min-height: 62vh;
    }

    svg.h-full.l {
        position: relative;
        right:165px !important;
    }
}

section.subcatch {
    overflow: hidden;
}

@media (max-width: 768px) {
    h2 {
        font-size: 31px;
    }
}

p.def {
    font-weight: 800;
    margin-bottom: 0px;
}

p.def2 {
    font-size: 13px;
}

p.def3 {
    font-size: 11px;
}

span.pronun {
    font-weight: 300;
}

.pre-loader {
    position: fixed; /* Ensures it covers the full viewport */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    background: #fff; /* Optional: Add a semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border-radius: 30px;
    margin: 10px 0px;
}

@media (max-width: 600px) {
    section.subcatch {
        padding: 12vh 5px !important;
        margin-top:52px !important;
    }
}
/* Core utilities used in this section */
.d-flex { display: flex !important; }
.flex-column { flex-direction: column !important; }
.h-100 { height: 100% !important; }
.w-100 { width: 100% !important; }
.mt-auto { margin-top: auto !important; }
.p-4 { padding: 1.5rem 12px !important; }
.text-muted { color: #6c757d !important; }
.flex-grow-1 {
  flex-grow: 1 !important;
}



