/*====================================================
@File: Latitab Styles
======================================================*/
:root{
	--latitab-orange: #ed7d31;
	--latitab-black-1: #10101f;
	--latitab-black-2: #0e0e1f;
}
.slider-style-one .main-slider-img-text .background_overlay {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.home #slider-eltron{
    margin-top: 0px;
    height: 780px;
}
.home .site-content {
    position: relative;
    margin-top: -100px;
}
.home .site-header, 
.site-header{
    position: fixed;
    background: #ffffff;
    top: 0;
    width: 100%;
}
.home.admin-bar .site-header, 
.admin-bar .site-header{
    margin-top:32px;
    width: 100%;
}
.slider-style-one .main-slider-img-text .slider-content-box {
    max-width: 72%;
    padding: 320px 0px 210px 0px;
}
.slider-style-one .main-slider-img-text .slider-content-box h2{
    font-size: 50px;
}
.hidden-all, .hidden-xlg{
    display: none !important;
}
.features-alt .features-section .background_overlay{
    background-color: transparent;
}
.features-alt .features-section .section-title-middle .title-tag,
.features-alt .features-section .section-title-middle h2{
    color: #222222;
}
.features-alt .features-section .section-title-middle{
    padding-bottom: 0;
}
.features-alt .features-content{
    display: none;
}
.features-alt .features-section {
    padding: 70px 0px 30px;
}

.features-section .features-link{
    width: 100%;
    padding: 30px 15px;
    text-align: center;
}
.features-section .features-link a{
    color: #ffffff;
    font-size: 16px;
    transition: all ease-in .3s;
    text-decoration: none;
}

.features-section .features-link a:hover{
    text-decoration: none;
    transition: all ease-in .3s;
}
.features-section .features-link a i{
    font-size: 12px;
    margin-left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in .3s;
}
.features-section .features-link a:hover i{
    visibility: visible;
    margin-left: 5px;
    opacity: 1;
    transition: all ease-in .3s;
}
.features-icon-text {
   padding: 55px 25px 50px 25px;
}
.features-icon-text .features-text.pera-content {
    padding: 0 15px;
}
.features-icon-text .features-hover-content {
    left: 0;
    padding: 35px 15px;
    background-color: #10101f;
}
.features-icon-text .features-text h3 {
    font-size: 18px;
}
.features-icon-text .features-hover-content .features-hover-text h3 {
    font-size: 18px;
}
.features-icon-text .features-hover-content .fh-icon-bg img {
    opacity: 0.12;
}
.features-icon-text:hover {
    transform: translate(0, -15px);
}
.features-section .background_overlay {
    z-index: -1;
}
.feature-lt .feature-style-two .section-title-left span, 
.feature-lt .feature-style-two .section-title-left h2,
.feature-lt .feature-style-two .feature-slide-icon-text .feature-slide-text h3 {
    color: #10101f;
}
.feature-lt .feature-style-two .feature-slide-icon-text .feature-slide-text p {
    color: rgba(16, 16, 31, 0.502);
}
.feature-lt .feature-style-two .feature-slide-icon-text .feature-slide-text h3{
   font-size:17px;
}
.feature-lt .feature-style-two .background_overlay {
    background-color: #fcfdfe;
}
.feature-lt .feature-style-two .feature-slide-icon-text {
    border: 1px solid rgba(16, 16, 31, 0.502);
    background: #ffffff;
    padding: 50px 15px 30px;
    min-height: 315px;
}
.feature-lt .owl-carousel .owl-item{
    
}
.feature-lt .owl-carousel .owl-stage-outer,
.feature-lt .owl-carousel .owl-stage{
    overflow: visible;
    -webkit-transform: unset !important;
    transform: unset !important;
    z-index: 99;
}
.feature-lt .feature-style-two .feature-slide-icon-text:not(:hover) .feature-slide-icon img {
    -webkit-filter:unset;
    filter: unset;
}
.feature-modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: var(--latitab-orange);
    border-color: var(--latitab-orange);
}
.modal-backdrop.show {
    opacity: .5;
    display: none;
}
.feature-lt .modal-content{
    top: 150px !important;
}
.feature-lt .modal.show .modal-dialog {
    z-index: 999999;
    height: 100%;
    top: 0;
    margin: 0 auto;
}
.feature-lt .owl-carousel{
    z-index: 9;
}
.feature-lt .feature-modal{
    padding: 0 !important;
    background: rgb(16 16 31 / 50%);
    z-index: 999;
}
.feature-lt-item .link{
    cursor: pointer;
}
.feature-lt-item .link:hover{
    color: var(--latitab-orange);
}
.counter-icon img{
    height: 50px !important;
}
.feature-style-two .features-call-action .feature-call-content.feature-col-2 {
    float: left;
    padding-left: 40px;
}
.cta_icon-wrap{
    margin-left: 25px;
}


.lt-clients .swiper .swiper-slide figure{
    padding: 25px 15px;
}
.lt-clients .swiper .swiper-slide figure img{
    background: #ffffff;
    box-shadow: 0 10px 15px 0px rgb(14 14 35 / 24%);
    border-radius: 5px;
    transition: all ease-in .3s;
}
.lt-clients .swiper .swiper-slide figure:hover img{
    background: #ffffff;
    box-shadow: 0 5px 25px 0px rgb(14 14 35 / 28%);
    transition: all ease-in .3s;
    transform: translate(0,-15px);
}
.lt-clients .swiper .elementor-swiper-button, 
.lt-clients .swiper .elementor-swiper-button {
    height: 144px;
    line-height: 144px;
    transition: all ease-in .3s;
}
.lt-clients .swiper .elementor-swiper-button:hover, 
.lt-clients .swiper .elementor-swiper-button:hover {
    background: var(--latitab-orange);
    transition: all ease-in .3s;
}
.lt-clients .swiper .elementor-swiper-button i, 
.lt-clients .swiper .elementor-swiper-button i{
    line-height: 144px;
    color: #626262;
    transition: all ease-in .3s;
}

.lt-clients .swiper .elementor-swiper-button:hover i{
    color: #ffffff;
    transition: all ease-in .3s;
}
.lt-clients .swiper .elementor-swiper-button-prev {
    left: -20px !important;
}
.lt-clients .swiper .elementor-swiper-button-next {
    right: -20px !important;
}

.map-wrap .elementor-widget-wrap{
    padding: 0 !important;
}
.earth3dmap-com{
    display: flex;
    padding: 0;
    width: 100%;
}
.earth3dmap-com .map-overlay{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #10101f;
    mix-blend-mode: color;
}
.page-title-section .page-title-col .elementor-widget-container{
    padding: 200px 0 100px 0;
    width: 70%;
    margin: 0 auto;
    min-height: 550px;
}
.page-title-section .page-title-col .elementor-heading-title {
    font-size: 65px;
    font-weight: 900;
    line-height: 1.15!important;
    color: #ffffff;
}
.page-title-section .page-desc-col .page-desc{
    width: calc(100% - 120px);
    background: rgb(16 16 31 / 85%);
    margin: 200px 0 60px 60px;
    padding: 40px 30px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}
.about-section .about-text .about-text1 {
    background: rgb(255 255 255 / 45%);
}
.about-section .about-text {
    max-width: 100%;
    padding: 20px 30px 0 0;
}
.about-text {
    margin-top: 1em !important;
}
.about-section {
    padding-bottom: 40px !important;
}
.team-img img {
    width: 100%;
}
.eltron-info-icon img{
    width: 45px;
    height: 45px;
}
.eltron-info-section .info-content {
    bottom: -80px;
    padding: 60px 70px 90px;
    box-shadow: 0 15px 35px 2px rgb(12 12 12 / 65%);
    border-radius: 10px;
    overflow: hidden;
}
.eltron-info-section .info-content:before {
    background-color: #10101f;
}
.eltron-info-section .eltron-info-icon-text {
    width: calc(50% - 15px);
    margin: 0 15px 20px 0;
    float: left;
}
.eltron-info-section .eltron-info-icon-text .eltron-info-icon:after {
    width: 80px;
    height: 80px;
}
.eltron-info-section .eltron-info-icon-text .eltron-info-icon {
    width: 60px;
    height: 60px;
    margin: 0px 0px 25px 10px;
}
.eltron-info-section .eltron-info-icon-text .eltron-info-text-details p {
    color: #ffffff;
    opacity: 0.6;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.about-page-team {
    padding: 105px 0px 70px;
}
.testimonial-section .testimonial-text-slide .testimonial-slide-text .testimonial-img-rate .testimonial-pic{
    display: none !important;
}
.testimonial-section .testimonial-text-slide .testimonial-slide-text .testimonial-img-rate .testimonial-rate h4{
    margin: 0;
}
.testimonial-section .testimonial-text-slide .testimonial-slide-text .testimonial-img-rate ul{
    padding: 0 !important;
}
.product-list li span i{
    color: var(--latitab-orange);
}
.page-text-only{
    padding: 55px 40px;
    background: #ffffff;
    border: 1px solid #e7e8e9;
    border-radius: 10px;
    box-shadow: 0 15px 35px 5px rgba(16 16 31 / 15%);
}
.eltron-footer-top-menu{
    display: flex;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}
.eltron-footer-top-menu > div{
    width: 100%;
}
.eltron-footer-top-menu ul li{
    display: inline-block;
    padding-right: 30px;
    line-height: 30px;
}
.eltron-footer-top-menu ul li:after{
    content: '';
    width: 8px;
    height: 8px;
    background: var(--latitab-orange);
    border-radius: 50%;
    position: relative;
    padding-left: 0;
    margin-left: 25px;
    display: inline-block;
}
.eltron-footer-top-menu ul li:last-child:after{
    display: none;
}
.elementor-heading-title {
    font-weight: 700;
}
.menu li.current-menu-item a{
    color: var(--latitab-orange);
}
.icon-box-wrapper{
	width: 360px;
    border: 2px solid #b8b9c1;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    display: flex;
    margin: 0 0 25px;
    background: #fefeff;
    box-shadow: 5px 10px 18px -2px rgb(16 16 31 / 20%);
    transition: all ease-in .2s;
}
.icon-box-wrapper:hover{
	box-shadow: 0 5px 10px -2px rgb(16 16 31 / 30%);
	transform: translate(0, -15px);
    transition: all ease-in .2s;
}
.icon-box-wrapper a{
    display: flex;
    width: 100%;
}
.icon-box-wrapper .icon-wrap{
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0;
    display: inline-block;
}
.icon-box-wrapper .icon-wrap img{
    width: 80px;
    margin-top: 10px;
}
.icon-box-wrapper .icon-box-content{
    width: calc(100% - 100px);
    display: inline-block;
    padding: 5px 0;
}
.icon-box-wrapper .icon-box-content h4{
    font-size: 24px;
    margin: 0 0 6px;
    color: #a8a9b1;
}
.icon-box-wrapper .icon-box-content p{
    font-size: 14px;
    margin: 0;
}
.icon-box-wrapper .icon-box-content p,
.icon-box-wrapper a .icon-box-content p{
    color: #10101f;
}




@media screen and (min-width: 421px){
    .about-page .testimonial-section {
        padding: 85px 0 125px;
    }
}
@media (max-width: 991px){
    .hidden-lg{
        display: none !important;
    }
    .site-header {
        box-shadow: 0 0 15px 1px rgb(0 0 0 / 30%);
    }
    .home #slider-eltron{
        margin-top: 0px;
        height: 650px;
    }
    .eltron-header-mobile-vertical-bar.eltron-popup-content {
        max-width: 100% !important;
        background: #ffffff;
    }
    .eltron-header-mobile-vertical-display-full-screen .eltron-header-section-vertical-column {
        width: 90% !important;
        margin: 30px 0 30px 20px !important;
    }
    .eltron-header-search-bar .search-form {
        width: 90%;
    }
    .search-form label {
        width: 100%;
    }
    .search-form .search-field {
        width: 100%;
        padding-left: 60px;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        line-height: 40px;
        font-size: 18px;
    }
    .search-form .eltron-search-icon {
        top: 40%;
    }
    .eltron-seaarch-icon svg{
        width: 25px;
        height: 30px;
    }
    .eltron-text-align-left .eltron-header-section-vertical .eltron-header-menu .eltron-sub-menu-toggle {
        position: absolute;
        right: 10px;
    }
    .elementor-heading-title {
        font-size: 35px;
        font-weight: 700;
    }
    .eltron-menu-icon{
        width: 30px;
        height: 30px;
    }
    .eltron-header-mobile-vertical-bar.eltron-popup-content {
        font-size: 17px;
        font-weight: 500 !important;
        text-transform: none !important;
    }
    .eltron-footer-top-menu ul li:after{
        display: none;
    }
    .eltron-footer-top-menu ul li {
        display: block;
        padding-right: 0;
    }
}

@media (max-width: 767px){
    .hidden-md{
        display: none !important;
    }
    .home #slider-eltron{
        margin-top: 0px;
        height: 500px;
    }
    .elementor-heading-title {
        font-size: 30px;
    }
    .page-title-section .page-title-col .elementor-widget-container {
        padding: 150px 0 60px 0;
        width: 90%;
        min-height: 400px;
    }
    .page-title-section .page-title-col .elementor-heading-title {
        font-size: 50px;
        line-height: 1.25!important;
    }
    .page-title-section .page-desc-col .page-desc {
        width: 90%;
        margin: 200px auto 100px;
    }
    .eltron-info-section .eltron-info-icon-text {
        width: 100%;
        margin: 0 15px 20px 0;
        float: left;
    }
}
@media (max-width: 576px){
    .hidden-sm{
        display: none !important;
    }
    .elementor-heading-title {
        font-size: 25px;
    }
    .page-title-section .page-title-col .elementor-widget-container {
        padding: 150px 0 50px 0;
        width: 90%;
        min-height: 340px;
    }
    .page-title-section .page-title-col .elementor-heading-title {
        font-size: 35px;
        line-height: 1.25!important;
    }
}
