/*
Theme Name:   Engitech Child
Theme URI:    http://wpdemo.archiwp.com/engitech/
Description:  Make your modifications to [Parent Theme] in this Engitech child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.net/
Template:     engitech
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  engitech-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
/* About Section :: Home */
.vision-sec {
    display: inline-flex;
    column-gap: 10px;
    margin-top: 20px;
}

 .about-thumb {
    position: relative;
    left: 0;
}
.image-container-left {
    position: relative;
    width: 100%;
    height: 630px;
    border-radius: 25px;
}.image-container-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 630px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}.left-img {
    width: 100%;
}.colimg2 {
    width: 100%;
    height: 630px;
    border-radius: 25px;
}.overlay-text-left {
    position: absolute;
    top: 70%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
}.overlaytext4 {
    color: #fff !important;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    font-size: 30px;
}.overlaytext5 {
    color: #fff !important;
    text-align: left;
    font-size: 13px;
}.overlaytext6 {
    color: #fff !important;
    text-align: left;
    font-size: 13px;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 25px;
}.fa-solid, .fas {
    font-weight: 900;
}.image-container {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 25px;
    margin-bottom: 15px;
}.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 15px;
    width: 100%;
    height: 200px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}.image-container img {
    width: 100%;
}

.colimg {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    border-radius: 25px;
}.overlay-inner-text-left {
    position: absolute;
    top: 65%;
    left: 15%;
    transform: translate(-50%, -50%);
    z-index: 2;
}.overlaytext1 {
    color: #fff !important;
    font-size: 30px !important;
    text-align: left;
}.overlaytext1 a, .overlaytext2 a, .overlaytext3 a, .overlaytext4, .marquee-item p, .gallery-content.services-content h4 {
    text-transform: capitalize;
}.a-font-30 {
    font-size: 30px;
}
/* Marquee Section :: Home */
.marquee-container {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 100%;
    padding: 10px 0;
}
  .marquee-container {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 100%;
    padding: 10px 0;
}

.marquee {
    display: flex;
    width: max-content;
    animation: scroll-left 15s linear infinite;
}

.marquee-content {
    display: flex;
}

/*.marquee-item {*/
/*    flex: 0 0 auto;*/
/*    text-align: center;*/
/*    padding: 0 15px;*/
/*}*/

.marquee-item {
    flex: 0 0 auto;
    text-align: center;
    padding: 2px 18px;
    border-radius: 14px;
    margin: 4px;
}

.marquee-tag {
    flex: 0 0 auto;
    text-align: center;
    padding: 2px 18px;
    border: 1px solid #144a9536;
    border-radius: 14px;
    margin: 4px;
}
.marquee-item img {
    max-height: 100px;
    width: 105px;
    object-fit: cover;
    margin-bottom: 5px;
    padding: 15px;
}

/* Keyframes for true seamless scrolling */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Slider :: Home */
.edmp_slider .psacp-featured-meta {
	bottom:5%;
	
	margin: 0;
    padding: 1.5rem 2rem;
    position: absolute;
    left: 50%;
    width: 90%;
    max-width: 70%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #1c4692bf;
    z-index: 99;
}
/* Product Slider :: Home */


.gswps-product-box {
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 0px 0px 0px 10px;
}

/* Category :: Listing */

.edmp_slider .psacp-rdmr-btn { border:1px solid #fff;}

/* Products Page :: products */

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 {
	border-radius: 20px;
}
.woocommerce img, .woocommerce-page img {border-radius:20px;}
.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1:hover{ border:1px solid #1C4692; }

.ymc-smart-filter-container .pagination-numeric li a {color: fff;}

.woocommerce ul.products li.product {
	border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {font-weight:normal;}

.about-area .section-title.left {
    margin-bottom: 0px;
    display: inline-flex;
    justify-content: space-between;
}
.psacp-post-carousel-wrap.psacp-design-1 .psacp-post-carousel-content:hover{border:1px solid #1C4692;}


.edmp_home_button {
	text-decoration: none !important;
    color: #000;
    border: 1px solid #000;
    padding: 10px 15px;
    font-size: 20px;
    display: inline-block;
    box-sizing: border-box;
    line-height: normal !important;
    margin-top: 15px;
    text-align: center;
    border-radius: 10px;
}

.about_box {
    color: #fff !important;
    font-size: 30px !important;
    text-align: left;
}

.gs_wps_title a {font-size:20px;margin-bottom:10px !important;}
.gswps-short-desc { text-align:justify; padding:10px; }
.btn-read-more:hover {
	color:#fff; border: 1px solid #1C4692; background:#1C4692;
	
    }

.woocommerce-product-details__short-description p { text-align:justify;}
.post-box .entry-media .post-cat {display:none;}

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn:hover { background-color: #1C4692; color:#fff;}

.woocommerce a.button , .wpb-get-a-quote-button-btn {border-radius:10px !important;}
.woocommerce-product-details__short-description p a {padding:10px !important;}
.woocommerce-ordering {display:none;}

 @media screen and (max-width: 767px) {
        .newline {margin-top:20px;}
    }


.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.wpm-switcher-dropdown .wpm-language-dropdown {background:#fff; padding:10px;}

.wpm-switcher-dropdown {float:right;    width: 100%;}
.elementor-widget-icon-list .elementor-icon-list-text {color:#fff !important;}

