/*
Theme Name:     Engitech Child
Theme URI:      http://wpdemo.archiwp.com/engitech/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       engitech
*/

@import url("../engitech/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/*responsive css */
@media only screen and (max-width: 479px) {
.post-nav {display: block;}
.ot-industries .indus-item .item-inner .i-image {display: block ;height:50px;width: 50px;position: relative;}
}
.ot-industries .indus-item .item-inner .i-image {
    position: absolute;
    left: -40px !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-header .page-title {
    font-size: 40px;
}
@media (min-width: 1024px) {
	.page-header {
    min-height: 130px !important;
}
}
@media (max-width: 767px) {
	.page-header {
		min-height:130px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.page-header {
		min-height:140px !important;
	}
}
.nav-home-4.tparrows.tp-leftarrow:before {
    content: "\f133" !important;
}
.nav-home-4.tparrows.tp-rightarrow:before {
    content: "\f132" !important;
}
.main-navigation ul > li.menu-item-has-children > a:after, .main-navigation ul > li.is-mega-menu > a:after {
    position: absolute;
    margin-top: 0px;
    color: #2a2b2e;
    transform: rotate(90deg);
    content: "\f134";
    font-size: 31px;
    transform: translateY(-50%);
    right: -9px;
}
.partner-sec > .elementor-container {
    flex-wrap: wrap;
}
.partner-sec > .elementor-container > .elementor-column {
    width: 33.33%;
}
@media screen and (max-width: 1024px) {
  .partner-sec {
   	 margin-bottom:10px
  }
  .partner-sec > .elementor-container > .elementor-column {
	    width: 50%;
   }
}
@media screen and (max-width: 767px) {
  .partner-sec {
   	 margin-bottom:0px
  }
    .partner-sec > .elementor-container > .elementor-column {
	    width: 100%;
   }
}
