/*
 Theme Name:   Webteck Child  
 Theme URI:    https://themeholy.com/wordpress/webteck
 Description:  This is a child theme for Webteck - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     webteck
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  webteck-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 

/* general settings */
a.author,.blog-meta,.blog-comment-area {
    display: none;
}
.service-card{
    height: 100%;
}
.blog-card {
    height: 450px;
    max-height: 100%;
}
/**/
/*languages*/
.relative{
	position:relative;
}
.language_content {
    position: absolute;
    z-index: 52;
    height: 58px;
    display: flex;
    align-items: center;
}
.language_content span {
    color: #fff;
}
@media (max-width: 1200px) {
	.col-auto.d-none.d-lg-block {
    display: none !important;
  

}
	.header-top .row {
    justify-content: flex-end !important;
	        align-items: center !important;
        height: 58px;
}

	.language_col {
    margin: 0 !important;
}
}

/**/
/*Header*/
.header-social svg {
    fill: #fff;
    width: 16px;
}
.header-logo img {
    height: 130px;
    width: 270px;
    object-fit: cover;
}
@media (max-width: 575px) {
    .header-logo {
        max-width: 200px !important;
    }
}
.header-layout1 .logo-bg {
    width: 35.5%;
}
@media (max-width: 991px) {
    .header-layout1 .logo-bg {
        width: 58%;
    }
}
@media (max-width: 425px) {
    .header-layout1 .logo-bg {
        width: 77%;
    }
}

/**/
/*Footer*/
.footer-logo img {
    object-fit: contain;
    width: 200px;
    height: 170px;
}
.footer-contact-wrap{
       gap: 50px; 
}

@media (max-width: 1199px) {
    .footer-layout1 .logo-bg {
        height: 270px !important;
    }
}
/**/

/*Home Page */
.section2homepage .feature-card {
    height: 100%;
}
.homeserviceboxes .service-3d {
    height: 450px;
    max-height: 100%;
}
.project-box .project-content{
    height: 127px;
}
/**/

/* porfolio */
.projectcards .project-card .project-img img{
    height: 300px;
    object-fit: cover;
}
.projectcards .project-card {
    box-shadow: -10px 10px 5px #cfcfcf;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
}
/**/
/* contact page */
.contact-info{
    height: 100%;
}
/**/