/*************------------------------------

 * Theme Name: arkitektur - Creative Architecture HTML5 Template
 * Author: balthemes;
 * Description: A Bootstrap-5 Responsive Multipurpose Ecommerce Theme
 * Version: 1.1
 * Bootstrap v5.0.0-beta2 (http://getbootstrap.com)
 * Copyright 2021.

------------------------------*************/


/*************------------------------------   

        CSS INDEX    ===================      

        01. Index Page
        02. Inner Page Common Style
        03. About Us Page
        04. Portfolio Page
        05. Services Page
        06. Services Detail Page
        07. Contact Page
        08. Blog Listing 
        09. Blog Detail 
        10. Error 404 

-----------------------------*************


/*************----------- Index Page Start -----------*************/

.preloader {
    background: #000 url("../img/loader.gif") no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.sec-heading {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}


/*** Header Start ***/

header {
    width: 100%;
    -index: 9;
    padding: 20px 40px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    position: absolute;
    top: 0;
}

header .row {
    align-items: center;
}

header .brandlogo {
    width: 180px;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

header .brandlogo img {
    width: 100%;
    height: auto;
    line-height: 1px;
}

header .brandlogo a {
    color: #06f9ee;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}

header.sticky {
    padding: 10px 40px;
    position: fixed;
    top: 0px;
    width: 100%;
    background: #000000e9;
}

header .menu-toggle {
    height: auto;
    width: 30px;
    z-index: 999;
    float: right;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

header .menu-toggle::after,
header .menu-toggle::before,
header .menu-toggle span {
    content: '';
    display: block;
    width: auto;
    height: 1px;
    border-radius: 3px;
    background-color: #06f9ee;
    transition: all 0.5s ease-in-out;
}

header .menu-toggle span {
    margin: 7px 0;
}

.menu-active .menu-toggle {
    margin-top: 8px;
}

.menu-active .menu-toggle::before {
    background: #06f9ee;
    transform: translateY(2px) rotate(135deg);
    -webkit-transform: translateY(2px) rotate(135deg);
    -moz-transform: translateY(2px) rotate(135deg);
    transition: all 0.5s ease-in-out;
}

.menu-active .menu-toggle::after {
    background: #06f9ee;
    transform: translateY(-14px) rotate(-135deg);
    -moz-transform: translateY(-14px) rotate(-135deg);
    -webkit-transform: translateY(-14px) rotate(-135deg);
    transition: all 0.5s ease-in-out;
}

.menu-active .menu-toggle span {
    width: 0px;
}


/*** Header End ***/


/*** Menu Start ***/

.menu-overlay {
    display: block;
    width: 100%;
    z-index: 99;
    background: #000;
    top: 0;
    right: 100%;
    position: fixed;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.menu-active .menu-overlay {
    right: 0;
}

.menu-sec {
    transition: all 0.4s;
    z-index: 999;
    position: relative;
}

.menu-active .menu {
    display: block;
    height: auto;
}

.menu {
    position: fixed;
    top: 150px;
    left: 40px;
    overflow: hidden;
    display: none;
    transition: all 0.5s ease-in-out;
}

.menu ul {
    list-style: none;
}

.menu ul li {
    transition: all 0.5s ease-in-out;
    position: relative;
    padding-left: 100px;
    animation-delay:0.5s;
}

.menu ul li .arrow {
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: scaleX(0);
    background: #06f9ee;
    transform-origin: center right;
    transition-property: opacity, transform;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-delay: .1875s;
    width: 70px;
}

.menu ul li .arrow:after,
.menu ul li .arrow:before {
    position: absolute;
    top: 0;
    right: 0;
    background: #06f9ee;
    content: "";
    display: block;
    height: 1px;
    transform-origin: center right;
    transform: none;
    transition-property: opacity, transform;
    transition-duration: .55s;
    width: 20px;
}

.menu ul li:hover .arrow {
    transform: none;
    transition-delay: 0ms;
}

.menu ul li:hover .arrow:after {
    transform: rotate(45deg);
    transition-delay: 125ms;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.menu ul li:hover .arrow:before {
    transform: rotate(-45deg);
    transition-delay: 125ms;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.menu ul li a {
    padding: 10px 0;
    color: #fff;
    font-size: 30px;
    width: 100%;
    display: block;
    text-align: left;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}

.menu ul li a:hover {
    color: #06f9ee;
}

.menu ul li:nth-child(1) {
    animation-delay: 0.05s;
}

.menu ul li:nth-child(2) {
    animation-delay: 0.15s;
}

.menu ul li:nth-child(3) {
    animation-delay: 0.25s;
}

.menu ul li:nth-child(4) {
    animation-delay: 0.35s;
}

.menu ul li:nth-child(5) {
    animation-delay: 0.45s;
}


/*** Menu End ***/


/*** Social Media Start ***/

.social-links.fixed {
    display: block;
    width: 80px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 999;
}

.social-links a {
    color: #fff;
    font-size: 20px;
    margin: 15px 0px;
    display: block;
}


/*** Social Media End **/


/*** Banner Start ***/

.top-banner {
   position: relative;
   height: calc(100vh - 85px);
   margin: 85px 80px 0px 0px;
}

.top-banner .main-slider,
.top-banner .owl-item,
.top-banner .owl-stage,
.top-banner .owl-stage-outer {
    height: 100%;
}

.top-banner .slide-img {
    max-width: 100%;
    height: 100%;
    margin: 0px auto;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}

.top-banner .slide-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top-banner .caption {
    width: auto;
    position: absolute;
    z-index: 3;
    padding: 40px;
    margin: 0px auto;
    bottom: 0px;
    text-align: left;
    left: 0;
    background: #00000090;
}

.top-banner .caption h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
}

.top-banner .owl-dots {
    position: absolute;
    width: 80px;
    text-align: center;
    display: block;
    right: -80px;
    top: 5%;
}

.top-banner .owl-dots button {
    border: none;
    background: none;
    text-align: center;
    position: relative;
    margin: 5px 0;
    color: #fff;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.top-banner .owl-dots button::after {
    content: '';
    width: 1px;
    height: 0px;
    top: 0;
    display: block;
    margin: 0px auto;
    right: 0px;
    left: 0px;
    background: #06f9ee;
    transition: all 0.5s ease-in-out;
    position: absolute;
}

.top-banner .owl-dots .active button {
    color: #06f9ee;
    position: relative;
    padding-top: 50px;
}

.top-banner .owl-dots .active button::after {
    height: 40px;
}


/*** Banner End ***/


/*** About Us Start ***/

.counter-sec {
    margin-top: 80px;
}

.about .about-content .explore-more{
    margin-top:0px;
}

.counter-sec .counter-column {
    position: relative;
    border: solid 1px #06f9ee;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 40px 20px;
    text-align: center;
}

.counter-sec .counter-column:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background-color: #80f7f7;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateY(-101%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
}

.counter-sec .counter-column:hover:after {
    transform: translateX(0);
}

.counter-column .counter {
    font-size: 40px;
    font-weight: 700;
    color: #06f9ee;
}

.counter-column .title {
    color: #fff !important;
}

.counter-sec .counter-column:hover .title,
.counter-sec .counter-column:hover .counter {
    color: #000000 !important;
}


/*** About Us End ***/


/*** Services Start ***/

.services-sec {
    background: url('../img/services-bg.jpg') no-repeat fixed;
    position: relative;
    background-size:cover;  
}

.services-sec::after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background: #000000e0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.services-sec .container {
    z-index: 3;
    position: relative;
}

.services {}

.services li {}

.services li a {
    font-size: 70px;
    font-weight: 700;
    color: #06f9ee;
    display: flex;
    align-items: center;
}

.services li a:hover {
    color: #fff;
}

.services li a span {
    margin-left: 50px;
    font-size: 16px;
    display: none;
}

.services li a:hover span {
    display: block;
}


/*** Services End ***/


/*** Portfolio Start ***/

.portfolio .portfolio-content {
    margin-top: 50px;
}

#portfolio-flters {
    padding: 0;
    margin: 0px auto 40px;
    list-style: none;
}

#portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    width: auto;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    color: #ffffff;
}

#portfolio-flters li::before {
    content: '';
    height: 100%;
    width: 2px;
    transform: rotate(10deg);
    background-color: #06f9ee;
    position: absolute;
    left: -3px;
    top: -1px;
}

#portfolio-flters li:hover,
#portfolio-flters li.filter-active {
    color: #06f9ee;
}

#portfolio-flters li:first-child {
    margin-right: 0;
    padding-left: 0px;
}

#portfolio-flters li:first-child::before {
    content: none;
}

.portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    padding: 15px 20px;
}

.portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.portfolio-item .portfolio-info p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio-item .portfolio-info .preview-link {
    position: absolute;
    right: 20px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #000000;
    transition: ease-in-out 0.3s;
}

.portfolio-item .portfolio-info {
    background: #06f9ee;
}

.portfolio-item:hover img {
    top: -30px;
}

.portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

body.vbox-open {
    overflow: hidden !important;
}

.vbox-open .vbox-container img {
    height: auto;
    width: auto;
}

.vbox-open .vbox-title {
    position: absolute;
    top: 0px;
    width: auto;
}

.vbox-open .vbox-close {
    right: 20px;
    font-size: 35px;
}

.vbox-open .vbox-container {
    overflow: auto !important;
}

.portfolio .explore-more {
    width: 200px;
    margin: 0px auto;
    display: block;
}


/*** Portfolio End ***/


/*** Client Start ***/

.client-sec {
    background: url('../img/client.jpg') no-repeat fixed;
    position: relative;
    background-size: cover;
}

.client-sec::after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background: #000000e0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.client-sec .container {
    z-index: 3;
    position: relative;
}

.client-logo {
    width: calc(100% / 4);
    text-align: center;
}

.client-logo img {
    width: auto;
    width: auto;
}


/*** Client End ***/


/*** Testimonials Start ***/

.testimonials-sec {}

.testimonials-slider {
    margin-top: 30px;
    border-left: solid 2px #06f9ee;
}

.testimonials-slider .item {
    padding: 50px 50px 100px 50px;
}

.testimonials-slider .caption p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
}

.testimonials-slider .caption .review-by {
    margin-top: 20px;
    position: relative;
    padding-left: 80px;
}

.testimonials-slider .caption .review-by:before {
    content: '';
    height: 1px;
    width: 70px;
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    background: #06f9ee;
}


/*** Testimonials End ***/


/*** Footer Start ***/

footer {
    padding: 100px 0px;
    position: relative;
    border-top: solid 1px #06f9ee;
}

footer .brandlogo {
    width: 350px;
    text-align: right;
    float: right;
}

footer .brandlogo img {
    width: 100%;
    height: auto;
}

footer .contact-details li {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 10px 0;
    color: #fff;
}

footer .lets-talk {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 50px;
}

footer .main-id {
    display: inline-block;
}

footer .main-id a {
    font-weight: 300;
    color: #06f9ee;
    font-size: 25px;
    border-bottom: solid 1px #3b3b3b;
    padding-bottom: 15px;
}

footer .main-id a:hover {
    border-bottom: solid 1px #fff;
}

footer .social-links {
    width: auto;
    text-align: center;
    display: none;
}

footer .social-links a {
    color: #fff;
    font-size: 20px;
    margin: 10px 30px 10px 0px;
    display: block;
}

footer .copyright {
    color: #fff;
    font-size: 14px;
    margin: 30px 0px 0px;
    font-weight: 400;
}

footer .copyright a {
    color: #fff;
    padding: 0 10px;
}

footer .copyright a:hover {
    color: #06f9ee;
}


/*** Footer End ***/


/*************----------- Index Page End -----------*************/


/*************----------- Inner Page Common Style Start -----------*************/


.inner-banner {
    position: relative;
    height: calc(30vh - 60px);
    display: flex;
    align-items: flex-end;
    filter: grayscale(1);
    background: url('../img/inner-banner.jpg') no-repeat fixed;
    background-size: cover;
}

.inner-banner::after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 9%, rgba(0, 0, 0, 0.5998774509803921) 100%);
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 0px;
}

.inner-main-heading {
    font-size: 50px;
    color: #fff;
    display: inline-block;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 70px;
    z-index: 3;
    position: relative;
}


/*************----------- Inner Page Common Style End -----------*************/


/*************----------- About Us Page Start -----------*************/

.about-us-slider {
    margin-top:10px;
}

.our-story {
    padding-top: 0px;
}

.timeline .row {
    margin-top: 100px;
}

.timeline .row:first-child {
    margin-top: 50px;
}

.timeline .img-sec {
    z-index: 2;
}

.timeline-content {
    padding: 40px;
    background: #000;
    position: relative;
    left: -100px;
    z-index: 5;
}

.timeline-content .years {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}

.timeline-content h4 {
    margin-bottom: 20px;
}

.flex-row-reverse .timeline-content {
    right: -100px;
    left: auto;
    text-align: right;
}


/*************----------- About Us Page End -----------*************/


/*************----------- Portfolio Page Start -----------*************/

.portfolio-inner .portfolio-content {
    margin: 0px;
}


/*************----------- Portfolio Page End -----------*************/


/*************----------- Services Page Start -----------*************/

.services-inner .img-sec {
    z-index: 2;
}

.services-inner .services-content h4 {
    margin-bottom: 20px;
}

.services-inner .row {
    margin-top: 100px;
}

.services-inner .row:first-child {
    margin-top: 0px;
}

.services-inner .services-content {
    padding: 40px;
    background: #000;
    left: -100px;
    position: relative;
    z-index: 5;
}

.flex-row-reverse .services-content {
    right: -100px;
    left: auto;
    text-align: right;
}


/*************----------- Services Page End -----------*************/


/*************----------- Services Detail Page Start -----------*************/

.work-process {
    margin-bottom: 50px;
    position: relative;
    padding: 20px 40px;
}

.work-process .number {
    position: absolute;
    z-index: 0;
    font-size: 100px;
    font-weight: 700;
    color: #ffffff10;
    left: 0;
    top: -50px;
}

.work-process:last-child {
    margin-bottom: 0px;
}


/*************----------- Services Detail Page End -----------*************/


/*************----------- Contact Page Start -----------*************/

.contact-form {
    margin-bottom: 30px;
}

.location-map {
    padding: 20px;
    margin-left: 50px;
    border: solid 1px #ffffff10;
}

.location-map iframe {
    filter: grayscale(1);
    width: 100%;
}


/*************----------- Contact Page End -----------*************/


/*************----------- Blog Listing Page Start -----------*************/

.blog-sidebar {
    padding: 0 0 0 35px;
}

.blog-sidebar input {
    width: 100%;
}

.widget {
    margin-top: 40px;
}

.widget .heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #06f9ee;
}

.widget:first-child {
    margin-top: 0px;
}

.blog-post-row {
    display: flex;
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px #ffffff20;
}

.blog-post-row a {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    color: #ffffff;
}

.blog-post-row:first-child {
    padding-top: 0;
    margin-top: 0;
    border: none;
}

.blog-post-row .post-img {
    width: 60px;
    height: 70px;
    overflow: hidden;
    margin-right: 10px;
}

.blog-post-row .post-img a {
    height: 100%;
}

.blog-post-row .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-row .detail {
    width: 65%;
    padding: 0;
    margin-right: 15px;
    padding: 0;
}

.blog-post-row .detail .post-title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.blog-post-row .detail .posted-on {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.blog-post-row .detail .posted-on svg {
    margin-right: 8px;
    color:#fff;
}

.blog-post-row .detail .trash {
    text-align: right;
}

.blog-post-row .detail .trash a {
    margin: 0px;
}

.blog-post-row a:hover,
.blog-post-row a:hover .post-title {
    color: #06f9ee !important;
}

.widget .input-group {
    width: 100%;
}


/*************----------- Blog Listing Page End -----------*************/


/*************----------- Blog Detail Page Start -----------*************/

.single-post {}

.single-post .post-img {
    overflow: hidden;
    width: 100%;
    float: left;
    height: 350px;
    margin-bottom: 30px;
}

.single-post .post-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.single-post .post-title {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
}

.single-post .post-title a {
    color: #262626;
    display: block;
}

.post-meta {
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    color: #797979;
}

.post-meta span {
    margin-right: 25px;
}

.post-meta span svg {
    color: #fff !important;
    margin-right: 8px;
}

.post-meta span:last-child {
    margin-right: 0px;
}

.post-meta span a {
    color: #797979 !important;
    font-size: 14px;
}

.post-meta span a:hover {
    color: #06f9ee !important;
}

.single-post .heading {
    margin-bottom: 20px;
}

.single-post .special-quote {
    padding: 20px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    background: #06f9ee20;
    border-left: solid 5px #06f9ee40;
}

.single-post .share-on {
    margin-top: 20px;
    border-top: solid 1px #ffffff20;
    padding-top: 15px;
}

.single-post .share-on span {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.single-post .share-on a {
    color: #ffffff;
    margin-left: 10px;
}

.single-post .share-on a:hover {
    color: #06f9ee !important;
}

.single-post .author-sec {
    margin-top: 40px;
    padding: 20px 0px;
    border-top: solid 1px #ffffff20;
    border-bottom: solid 1px #ffffff20;
    display: flex;
}

.single-post .author-pic {
    float: left;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    margin-right: 20px;
    overflow: hidden;
}

.single-post .author-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.single-post .about-author .title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.single-post .comments {
    margin-top: 40px;
}

.single-post .comments h6 {
    font-weight: 600;
}

.single-post .comment-item {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #ffffff20;
    padding-bottom: 30px;
}

.single-post .visitor-sec {
    display: flex;
}

.single-post .visitor-pic {
    float: left;
    min-width: 80px;
    height: 80px;
    margin-right: 20px;
    overflow: hidden;
}

.single-post .visitor-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.single-post .about-visitor .title {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    line-height: 1;
}

.single-post .about-visitor .date {
    font-size: 14px;
    color: #797979;
    margin-left: 15px;
    padding-left: 15px;
    font-weight: 400;
    border-left: solid 1px #ffffff20;
}

.single-post .about-visitor .description {
    margin-bottom: 10px;
}

.single-post .about-visitor a.reply {
    color: #fff;
    font-size: 14px;
}

.single-post .about-visitor a.reply svg {
    margin-right: 10px;
    color: #06f9ee;
}

.single-post .comments ol.comments-list {
    list-style: none;
    padding: 0 !important;
    margin: 0px;
}

.single-post .comment-reply {
    margin-left: 100px;
    padding: 0;
    margin-top: 30px;
}

.single-post .comment-reply li {
    border-bottom: 0px;
    border-top: solid 1px #ffffff20;
    padding-top: 30px;
}

.single-post .comment-reply ol li {
    padding-bottom: 15px;
    border-bottom: solid 1px #ffffff20;
    display: inline-block;
}

.single-post .comment-reply ol li .visitor_pic {
    min-width: 40px;
    margin-right: 30px;
    float: left;
}

.single-post .comment-reply .date {
    font-size: 14px;
    color: #797979;
}

.single-post .reply-form {
    margin-top: 50px;
}

.single-post .reply-form form {
    margin-top: 30px;
}

.single-post .reply-form button svg {
    margin-left: 10px;
    font-size: 16px;
}


/*************----------- Blog Detail Page End -----------*************/


/*************----------- Error 404 Page Start -----------*************/

.error-404 .content {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    text-align: center;
}

.error-404 .content img {
    width: auto;
    margin-bottom: 30px;
}

.error-404 .content h4 {
    margin-bottom: 20px;
}


/*************----------- Error 404 Page End -----------*************/