/*!
Theme Name: geotechnical
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: geotechnical
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

geotechnical is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Alignments
--------------------------------------------- */

.service-card a
	{
    color: var(--white);
    margin-bottom: 0;
    transition: all .3s;
}
.service-card:hover a {
    color: var(--black);
	background:#fff !important;
}
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.navbar .navbar-brand img,.footer-logo .navbar-brand img {
    height: 88px;
    width: auto;
    object-fit: contain;
}
.banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}
.banner, .banner .container {
    position: relative;
}
.current_page_item a, .current_page_parent a {
    color: #CC2936 !important;
    text-decoration: underline;
}
.dropdown-item.active, .dropdown-item:active {
      color:#CC2936 !important !important;
    background-color: transparent !important;
}
.banner-cnt h1 {
    text-transform: uppercase;
}
/* .single-service .banner h1 {
    border: 3px solid #fff;
} */

/* .service-card-cnt a {
    border: 1px solid #fff;
    padding: 7px 15px;
} */

.service-card-cnt {
    position: absolute;
    width: 100%;
    bottom: 5%;
    background: #00000073 !important;
    border:none !important;
	background: unset !important;
}

.service-card.text-center {
    position: relative;
}
.service-card, .service-card-img, .service-card-img img{
    height: 100% !important;
}
.service-card-img img {
    object-fit: cover;
	/*aspect-ratio: 1 / 0.7;*/
    object-position: bottom;
	max-height: 300px !important;
}
header.bg-block{
		   background-color: rgb(255 255 255) !important;
    	   box-shadow: 0px 0px 10px 0px #00000069 !important;
	}
.navbar-nav .nav-link:hover{
 color:#CC2936 !important

}
/* .page-template-projects-page .banner h1,.page-template-about-page .banner h1,.page-template-insights-page .banner h1, .page-template-contact-page .banner h1{
    border: 3px solid #fff;
} */

@media(min-width:1200px){
/* .navbar-expand-xl .navbar-nav .nav-link{
   color:#ffff;
} */
/* header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
} */
/* .navbar.bg-white {
    background: transparent !important;
} */
/* .nav-link, .navbar-nav .nav-link, 
.navbar-nav .show>.nav-link, .navbar-nav .dropdown-item, 
.navbar-expand-md .navbar-nav .nav-link{
    color: #ffffff;
} */
}

.postid-34 .mt-services, .postid-35 .mt-services, .postid-36 .mt-services, .postid-38 .mt-services, .postid-37 .mt-services{
	display:none;
}
.logo-slider .carousel-wrap .owl-item img {
	max-height: 120px !important;
}
strong {
    font-weight: 900 !important;
}

/*mt css start*/
@media screen and (min-width: 900px) {
	.mt-footer-text {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}
}
.nav-item i{
	display:none !important;
}

.geotech_logo img{
	padding:4px;
}
h1.heading-secondary.mb-5{
	display:none;
}

/* for disabling defult banner image for home page start */
/* .home-banner{
	background: url(" ") no-repeat !important;
} */
/* for disabling defult banner image for home page end*/
/*mt css end*/