/*
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
------------------------------------------------------- */

/* style*/

.new-menu-home .main-navigation ul > li > a:hover{
	color: #214a9c;
    /*border: 1px solid #a9a2a2;*/
    padding: 0px 25px;
    /*border-radius: 32px;*/
    margin-top: 19px;
}

.new-menu-home .sub-menu ul > li > a:hover{
	color: #214a9c;
    border: none;
    padding: 0px 25px;
    /*border-radius: 0px;*/
    margin-top: 19px;
}
.new-menu-home .main-navigation ul > li.menu-item-has-children > a:after, .main-navigation ul > li.is-mega-menu > a:after {
     color:#000000;!important;
 }
.new-menu-home .main-navigation ul > li.menu-item-has-children > a:hover:after{
	top: 68%!important;
	margin-right: 10px;
}
.outlined-text h6{
	-webkit-text-stroke: 1px #999;
	font-family: 'Poppins', sans-serif !important;
    font-size: 72px!important;
    font-weight: 600!important;
    color: transparent!important;
    -webkit-text-stroke: 1px #000!important;
	    padding: 25px;
}
.ot-industries-marquee:before {
    left: 0;
    background: linear-gradient(90.55deg, #ffffff 17.94%, rgba(247, 248, 253, 0) 80.55%);
}
.ot-industries-marquee:after {
   background: linear-gradient(90.55deg, #ffffff 17.94%, rgba(247, 248, 253, 0) 80.55%);
    transform: rotate(-180deg)!important;
}

.curve-line {
    position: absolute;
    top: 0;
    left: 171px;
    width: 602px;
    height: 100px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    /* border-top-right-radius: 20px; */
    border-radius: 20px 0px 0px 0px;
}
.contact-details a{
	color: #231F20;
}
.octf-btn1{
	position: absolute;
    top: 0;
    right: 0;
    width: 132px;
    height: 100%;
    background: #CADC3F;
    border: none;
    color: #ffffff !important;
    font-family: 'Manrope';
}
.octf-btn1:hover{
	background: #1F4D9B;
}

.service-contact a{
	color:#000!important;
}
.service-contact a:hover{
	color:#fff!important;
}
.main-form1 {
  background:#c6d82e;
    padding: 40px;
	border-radius:12px;
}
p.menu-item-description {
    text-transform: capitalize;
    color: #3E3B3B;
    font-size: 13px;
    font-family: 'Manrope';
}