/**
Theme Name: Luxecon
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luxecon
Template: astra
*/

.orange {
    color: #E37730;
    font-style: normal;
}
.dot {
    font-size: 40%;
    margin-left: 3px;
}

.elementor-widget-button svg {
    font-size: 14px;
}

.elementor-widget-button i {
    font-size: 11px;
}

.col-img-overlap {
    margin-right: -50vw;
    width: 50vw !important;
}

.count {
    font-family: "MoolBoran", Sans-serif;
    font-size: 29px;
    left: -10%;
    line-height: normal;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
}

select option {
    color: #000;
}

/*---------------------------HEADER-----------------------------*/
.main_menu li a {
    align-items: center;
    display: flex;
}
.main_menu li a:before {
    background: url('assets/orange-box2.png') no-repeat center center / contain;
    content: "";
    display: block;
    height: 15px;
    margin-right: 15px;
    position: static;
    width: 15px;
}
.main_menu li .elementor-item-active,
.main_menu li a:hover {
    font-style: italic;
    font-weight: 700;
}
/*---------------------------HEADER-----------------------------*/

/*---------------------------HOMEPAGE-----------------------------*/
.home-banner video {
    display: block;
}
.project_slide {
    position: relative;
}
.page-id-11 .project_slide .arrow:hover {
    background: #fff;
}
.project_slide .arrow {
    background: #000;
    color: #E37730;
    height: 55px;
    font-size: 25px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    z-index: 1;
	box-shadow: 5px 0px 5px rgb(0 0 0 / 30%);
	transition: all ease .3s;
	border: 1px solid #E37730;
	display: flex;
	justify-content: center;
	align-items: center;
}
.project_slide .next {
    right: 5%;
}
.project_slide .prev {
    left: 5%;
}
.project_slide .swiper-button-disabled {
    display: none;
}
.project_slide .swiper-slide {
    width: 35%;
}
.project_slide a {
    display: block;
    text-decoration: none !important;
}
.project_slide .content {
    align-items: center;
    column-gap: 30px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.project_slide .content span {
    display: block;
    font-size: 24px;
    line-height: normal;
    white-space: nowrap;
}
.project_slide .content .divider {
    width: 100%;
}
.project_slide .content .divider:before {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}
.project_slide a:hover .content span {
    color: #E37730;
}
.project_slide a:hover .content .divider:before {
    background: #E37730;
}
/*---------------------------HOMEPAGE-----------------------------*/

/*---------------------------ABOUT-----------------------------*/
.history_slide.desktop {
    display: none;
}
.history_slide .content {
    text-align: center;
}
.history_slide .year {
    color: #E37730;
    display: block;
    font-size: 49px;
    line-height: normal;
    margin-bottom: 15px;
}
.history_slide p {
    margin-bottom: 0;
}
.history_slide .arrow {
    column-gap: 30px;
    display: flex;
    margin-top: 40px;
    justify-content: center;
}
.history_slide .arrow a {
    color: #E37730;
    font-size: 30px;
}
.arrow img {
    width: 42px;
    height: 8.83px;
}
.prev img {
    transform: rotate(180deg);
}
/*---------------------------ABOUT-----------------------------*/

/*---------------------------SERVICES-----------------------------*/
.services-section .count {
    left: -15%;
}
.what_we_do {
    position: relative;
}
.what_we_do .title {
    position: relative;
    text-align: center;
    z-index: 1;
}
.what_we_do .title h2 {
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.what_we_do .title h2:hover {
    color: #E37730;
    font-style: italic;
}
.what_we_do .image {
    margin-top: -15%;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    transform: rotate(5deg);
    width: 25%;
}
.what_we_do .image.show {
    opacity: 1;
    transform: rotate(-5deg);
}
.why_choose {
    position: relative;
}
.why_choose .content {
    padding: 60px 40px;
	height: 350px;
}
.why_choose span {
    display: block;
    font-size: 32px;
    line-height: 44px;
}
.why_choose .desc {
    margin-top: 20px;
}
.why_choose .arrow {
    align-items: center;
    display: flex;
    bottom: -30px;
    height: 20px;
    justify-content: space-between;
    max-width: 100px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2;
}
.why_choose .arrow a {
    color: #E37730;
    font-size: 35px;
}
.why_choose .swiper-slide {
    background: #000;
	overflow: hidden;
}

.why_choose img:hover {
	transform: scale(1.3);
	transition: all 0.5s ease-in-out;
}
/*---------------------------SERVICES-----------------------------*/

/*---------------------------CONTACT-----------------------------*/
.contact_accord .elementor-accordion-item {
    border-left: 0 !important;
    border-right: 0 !important;
}
.contact_accord .elementor-tab-content {
    border-top: 0 !important;
}
.contact_accord .elementor-tab-content p:last-child {
    margin-bottom: 0;
}
/*---------------------------CONTACT-----------------------------*/
/*---------------------------PROJECTS-----------------------------*/
.project_grid {
    display: block;
}
.project_grid .content {
    align-items: center;
    column-gap: 30px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.project_grid .content span {
    display: block;
    font-size: 24px;
    line-height: normal;
    white-space: nowrap;
}
.project_grid .content .divider {
    width: 100%;
}
.project_grid .content .divider:before {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}
.project_grid:hover .content span {
    color: #E37730;
}
.project_grid:hover .content .divider:before {
    background: #E37730;
}
.project_gallery .image {
    width: 40%;
}
/*---------------------------PROJECTS-----------------------------*/
/*-----------------------PROJECT LIST---------------------*/
.project_grid .image,.project_slide .image {
    position: relative;
}
.overlay p {
    display: none;
    font-size: 18px;
    line-height: 27px;
    width: 90%;
}
.project_grid:hover .overlay p,.project_slide .swiper-slide:hover p {
    display: block;
}

.project_grid:hover .overlay,.project_slide .swiper-slide:hover .overlay {
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0; 
    width: 100%;
    padding-top: 20px;
    transition: all ease-in-out .3s;
    display: flex;
    justify-content: center;
}
/*---------------------------MEDIA QUERY-----------------------------*/
@media (min-width: 1025px) {
    .history_slide.mobile {
        display: none;
    }
    .history_slide.desktop {
        column-gap: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 20px;
    }
    .history_slide.desktop .content {
        max-width: calc(25% - 15px);
    }
    .history_slide.desktop .horizontal-div {
        background: #D1D1D169;
        height: 2px;
        margin-top: 30px;
        width: 10%;
    }
}
@media (max-width: 1600px) {
    .count {
        left: -4%;
    }
    .services-section .count {
        left: -8%;
    }
}
@media (max-width: 1600px) {
    .services-section .count {
        left: -5%;
    }
}
@media (max-width: 1200px) {
    .project_slide .content span {
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    body.admin-bar .popup_menu {
        height: calc(100vh - 115px);
    }
    .popup_menu {
        height: calc(100vh - 83px);
    }
    .popup_menu .dialog-widget-content,
    .popup_menu .dialog-message,
    .popup_menu .elementor-location-popup,
    .popup_menu .elementor-top-section,
    .popup_menu .elementor-container {
        height: 100% !important;
    }
    .col-img-overlap {
        margin-right: 0;
        width: 100% !important;
    }
    .elementor-widget-button i {
        font-size: 6px;
    }
    .project_slide .swiper-slide {
        width: 90%;
    }
    .project_slide .content {
        column-gap: 20px;
    }
    .project_slide .content span {
        font-size: 16px;
    }
    .history_slide .year {
        font-size: 32px;
    }
    .count {
        margin-right: 20px;
        position: static;
        transform: none;
        vertical-align: middle;
    }
    .services-section h4 {
        display: flex;
    }
    .what_we_do {
        padding-bottom: 230px;
        transition: all 0.5s ease-in-out;
    }
    /*.what_we_do.show_img {
        padding-bottom: 230px;
    }*/
    .what_we_do .title.hover h2 {
        color: #E37730;
        font-style: italic;
    }
    .what_we_do .image {
        bottom: 0;
        left: 0;
        margin: 0 auto;
        max-width: 300px;
        padding: 0 10px;
        width: 100%;
    }
    .why_choose .content {
        padding: 40px 20px 0;
    }
    .why_choose span {
        font-size: 28px;
        line-height: 40px;
    }
    .contact_form .elementor-form-fields-wrapper {
        margin-bottom: -20px !important;
    }
    .contact_form .elementor-field-group {
        margin-bottom: 20px !important;
    }
    .project_grid .content {
        column-gap: 20px;
    }
    .project_grid .content span {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .box-div .elementor-divider-separator {
        border-top-width: 20px !important;
    }
    .vertical-div .elementor-divider-separator {
        border-top-width: 95px !important;
    }
    .project_slide .content span {
        font-size: 14px;
    }
    .what_we_do.show_img {
        padding-bottom: 210px;
    }
}
/*---------------------------MEDIA QUERY-----------------------------*/