/*!
Theme Name: m2tech
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: m2tech
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.

m2tech 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
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Merriweather:300,300i,400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Hind', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Merriweather', serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

====================================================================
Reset
====================================================================

***/

* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}

/*** 

====================================================================
Global Settings
====================================================================

***/

body {
    font-family: 'Hind', sans-serif;
    font-size:16px;
    color:#222222;
    line-height:1.7em;
    font-weight:400;
    background:#ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
    padding:0px 50px 0px;
}

a {
    text-decoration:none;
    cursor:pointer;
    color:#222222;
    transition: 0.2s all ease-in-out;
}
a:hover {
    color: #d0a745;
}
button,
a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-weight:normal;
    margin:0px;
    background:none;
    line-height:1.6em;
    font-family: 'Poppins', sans-serif;
}

input,button,select,textarea{

}

textarea{
    overflow:hidden;
}

p{
    position:relative;
    line-height:1.8em;  
}

.auto-container{
    position:static;
    max-width:1200px;
    padding:0px 15px;
    margin:0 auto;
}

.medium-container{
    max-width:850px;
}

.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px; 
}

img{
    display:inline-block;
    max-width:100%;
}
.theme_color {
    color: #d0a745;
}
.sec-title h2 {
    position: relative;
    color: #222222;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.sec-title .title-text {
    position: relative;
    color: #555555;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
    margin-top: 0px;
}
.pull-left {
    float: left;
}
.logo-box {
    position: relative;
    padding: 10px 0px;
}
.logo-box img {
    max-height: 80px;
    width: auto;
}
ul#main-menu > .menu-item > a {
    position: relative;
    display: block;
    color: #222222;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 600;
    padding: 35px 0px;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
ul#main-menu .menu-item {
    position: relative;
    float: left;
    margin-right: 24px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 15px;
    width: 230px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 3px solid #d0a745;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}
.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin: 0px;
}
.menu-item-has-children .sub-menu > li {
    position: relative;
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid #e5e5e5;
}
.menu-item-has-children .sub-menu > li > a {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #555555;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.support-box {
    position: relative;
    float: right;
    margin-left: 32px;
}
.support-box .support {
    position: relative;
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    text-align: right;
    font-family: 'Hind', sans-serif;
}
.support-box .support .bi {
    position: relative;
    color: #d0a745;
    font-size: 22px;
    top: 3px;
    margin-left: 4px;
}
.support-box .support-number {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    font-family: 'Poppins', sans-serif;
}
.main-slider {
    padding: 80px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: calc(100vh - 100px);
}
.main-slider h3:before {
    position: absolute;
    content: '';
    left: -55px;
    top: 18px;
    width: 30px;
    height: 2px;
    background-color: #d0a745;
}
.main-slider h2 {
    font-size: 74px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 0.5em;
    max-width: 800px;
}
.btn {
    position: relative;
    padding: 15px 32px 15px;
    line-height: 24px;
    background: #d0a745;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 1px;
    border: 2px solid #d0a745;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
    Business Section
====================================================================

***/

.business-section{
    position: relative;
    padding: 100px 0px;
}

.business-section:before{
    position:absolute;
    content: '';
    left: 135px;
    top: 115px;
    width: 484px;
    height: 316px;
    display: inline-block;
    background: url(../images/background/pattern-1.png) no-repeat;
}

.business-section .title-column{
    position: relative;
}

.business-section .title-column .inner-column{
    position: relative;
    padding-top: 35px;
    overflow: hidden;
}

.business-section .title-column .inner-column .sec-title{
    margin-bottom:90px;
}

.business-section .title-column .inner-column .sec-title h2{
    line-height: 1.1em;
    margin-bottom: 15px;
}

.business-section .title-column .inner-column .we-do{
    position: relative;
    color:#d0a745;
    font-size: 13px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 28px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;  
}

.business-section .title-column .inner-column .we-do:hover{
    color:#222222;
}

.business-section .title-column .inner-column .we-do:before{
    position: absolute;
    content: "\f105";
    left: 0px;
    top: -2px;
    color:#222222;
    font-family: 'FontAwesome';
}

.business-section .title-column .inner-column .we-do:after{
    position:absolute;
    content: '';
    top: 11px;
    left: 100%;
    width:300%;
    height: 1px;
    background-color: #dddddd;
}

.business-section .content-column{
    position: relative;
}

.business-section .content-column .inner-column{
    position: relative;
}

/*Feature Block*/

.feature-block{
    position: relative;
    margin-bottom: 20px;
}

.feature-block .inner-box{
    position: relative;
}

.feature-block .inner-box .icon-box{
    position: relative;
    color:#222222;
    font-size: 70px;
    line-height: 1em;
    margin-bottom: 15px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;  
display: none
}

.feature-block.alternate .inner-box .icon-box{
    color:#d0a745;
    font-size: 54px;
    margin-bottom: 20px;
}

.feature-block .inner-box:hover .icon-box{
    color:#d0a745;
}

.feature-block .inner-box h3{
    position: relative;
    color:#222222;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 12px;
}

.feature-block .inner-box h3 a{
    position: relative;
    color:#222222;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;  
}

.feature-block .inner-box h3 a:hover{
    color:#d0a745;
}

.feature-block .inner-box .text{
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.8em;
}
.business-section .title-column .inner-column .sec-title {
    margin-bottom: 90px;
}
.sec-title {
    margin-bottom: 50px;
}
.service_card .position-absolute:nth-child(3) {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 86px;
    background: #0000008c;
    transition: 0.2s all ease-in-out;
    transform: scale(0.5);
    opacity: 0;
}
.service_card:hover .position-absolute:nth-child(3) {
    opacity: 1;
    transform: scale(1);
}
.service_title {
    width: 170px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #d0a745;
    color: #222222;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    padding: 10px 0;
    transform: translateY(50%);
}
.news-section-two {
    padding: 100px 0;
}
.service_title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 100%;
    right: -15px;
    top: 0;
    border-left: 16px solid #d0a745;
    border-bottom: 48px solid transparent;
}
.service_title:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 100%;
    left: -15px;
    top: 0;
    border-right: 16px solid #d0a745;
    border-bottom: 48px solid transparent;
}
.service_card .link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
/*** 

====================================================================
    Call To Action Two
====================================================================

***/
.call-to-action-two div.text-white {
    color: #ffffff !important;
    z-index: 9999;
    position: relative;
    margin-bottom: 50px;
}

.call-to-action-two{
    position: relative;
    padding: 120px 0px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.call-to-action-two:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(18,14,14,0.80);
}

.call-to-action-two h2{
    position: relative;
    color:#ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.call-to-action-two .text{
    position: relative;
    color:#ffffff;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 40px;
}
.main-footer .auto-container {
    padding-top: 80px;
    padding-bottom: 40px;
}
.footer-bottom {
    background: #222222;
    padding: 15px;
}
.footer-bottom p {
    margin-bottom: 0;
    color: #ffffff70;
    font-size: 14px;
}
.logo-widget .logo img {
    max-width: 150px;
}
.widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 35px;
    padding-bottom: 18px;
    text-transform: capitalize;
}
.widget-title:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background-color: #ee2d50;
}
ul#menu-quick-links a:hover {
    color: #cccccc;
    padding-left: 15px;
}
ul#menu-quick-links a:hover::before  {
    opacity: 1;
}
ul#menu-quick-links li {
        position: relative;
    margin-bottom: 8px;
}
ul#menu-quick-links a:before {
    position: absolute;
    content: "\F285";
    left: 0px;
    top: 0px;
    opacity: 0;
    color: #ee2d50;
    font-family: bootstrap-icons !important;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.widget ul.latest-career-jobs li {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.widget ul.latest-career-jobs li small {
    display: block;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 12px;
        color: #a7a7a7 !important;
    margin-top: 10px;
}
.widget ul.latest-career-jobs a {
    font-weight: 500;
}
.industry_section,
.contact-us > div:first-child,
.career_detail_section{
    padding: 100px 0;
}
.contact-us > div:first-child {
    background: linear-gradient(90deg, transparent 50%, #f8f9fa 50% 50%);
}
.info i.bi {
    width: 50px;
    aspect-ratio: 1;
    background: #d0a745;
    display: flex ;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
	left: 0
}
.info .position-relative {
    padding-left: 65px;
}
textarea.form-control {
    height: 160px;
}
.form-control {
    border: 1px solid #efefef;
    border-radius: 0;
    padding: 12px 15px;
}
.industry_card figure img {
    max-width: 80px;
}
.industry_card h3 {
    font-size: 22px;
    font-weight: 600;
}
.page-title {
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    background-size: cover;
}


/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position: relative;
	padding: 70px 0px 30px;
}

.counter-section .inner-section{
	position: relative;
	padding-left: 380px;
}

.counter-section-two{
	position:relative;
	padding: 100px 0px 70px;
}

/*fact counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	padding-right: 30px;
}

.fact-counter .column .inner .content{
	position:relative;
	text-align:center;
}

.fact-counter .column .inner .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#fe5807;
	font-size:48px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:600;
	color:#020e28;
	font-size:48px;
	line-height:1em;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#0690cf;
	font-size:42px;
	line-height:1em;
	display:inline-block;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .inner .count-outer.alternate,
.fact-counter .column .inner .count-outer.alternate .count-text{
	color:#ee2d50;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#0690cf;
	font-size:42px;
	line-height:1em;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:14px;
	font-weight:700;
	color:#555555;
	margin-top:8px;
	text-transform:uppercase;
}

.fact-counter .column:hover .icon-box{
	border-color:#f47629;
}
.page-title:before {
    content: "";
    display: block;
    position: absolute;
    background: #000000ab;
    opacity: 1;
    width: 100%;
    left: 0;
    top: 0;
	    height: 100%;
}
.list-group-item.active {
    background-color: #d0a745;
    border-color: #d0a745;
}
.sidebar_cta {
    background: #d0a745;
}
.sidebar_services_menu a.active {
    color: #d0a745;
    border-color: #d0a745 !important;
}
.sidebar_services_menu a.active .bi {
    margin-right: 10px;
}
.map iframe {
    display: block;
    aspect-ratio: 3;
}
a.btn-link {
    text-decoration: none;
	color: #d0a745;
}
.text-muted {
    font-size: 0.85em;
    line-height: 1.4;
}
.career_detail_section h2 {
    font-weight: 500;
}
.career_detail_section sidebar .h6 {
    font-size: 1.15rem;
}
div#applyform {
    max-width: 900px;
    margin: auto;
}
body {
  padding-top: 100px; /* Adjust based on header height */
}

.fixed-top {
  z-index: 1030; /* Higher than modals etc */
}
.nav-pills .nav-link:after {
	content: '';
	    display: block;
    border-top: 12px solid transparent;
    border-left: 17px solid rgb(208 167 69);
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
	opacity: 0;
}
.nav-pills .nav-link.active:after,
.nav-pills .nav-link:hover::before { 
	    opacity: 1;
}
.nav-pills .nav-link {
    font-size: 1.25rem;
    font-weight: 500;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    background-color: rgb(208 167 69) !important;
	
}
.services-section .position-sticky {
    top: 120px;
}
ul#main-menu .current_page_item > a,
ul#main-menu > .menu-item > a:hover {
    color: #d0a745;
}