/**.me{
	position: absolute;
}**/
.sub_menu_two, .sub_menu_three {
	position: absolute;
  top: 25px;
	left: 160px;
  width: 250px;
  background: #fff;
  z-index: 5000;
  padding: 15px 20px;
  display: none;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
  transition: all .3s ease;
  transform: translateY(-20px);
  border-radius: 10px;
  box-shadow: 0 3px 5px #3333334d;
}
.sub_menu_three {
left: 100px;
}
.sub-menu li:hover .sub_menu_two, .sub_menu_two li:hover .sub_menu_three {
  display: block;
  transform: translateX(20px);
}
.parent_menu {
	margin: 0px 10px;
}
.feature-content > h5{
  color: #000;
}
.sub_menu_icon {
	position: absolute;
  right: 20px;
  top: 5px;
}
.about-area {
	margin-bottom: 50px;
}
.about_area_two {
	margin-top: 5rem;
}
.core_values {
	margin-top: 0.5rem;
}
.core_values li {
	margin-bottom: 0px;
}
.partner_title > h3 {
	color: #eb5b25 !important;
	text-align: center;
	font-size: 35px;
}
.why_us {
	position: relative;
  z-index: 5;
  top: -100px;
  /**left: 250px;**/
}
.footies{
  padding-top: 30px;
}
.our_mission_area_two {
	padding-top: 0px;
}
.trademark {
	margin-bottom: 0px !important;
}
.ira_iwp {
	text-align: center;
  padding: 30px;
}
.ira_iwp {
	font-size: 35px;
}
.ira_iwp p > span {
 font-size: 50px;
}
.formular {
	font-size: 15px;
}
.feature-s-title-two {
	margin-bottom: 0px;
}
.business_strategy {
	margin-top: 50px;
}
.business_strategy_p {
	font-size: 15px !important;
	color: #DD3B00 !important;
}
.business_strategy_p_two {
	font-size: 16px;
}
.footer-social li a > i {
	color: #025b17;
}
.footer-social li a:hover > i {
	color: #fff;
}
.partners {
	margin-bottom: 30px;
}
#customers {
            font-family: 'Didact Gothic', sans-serif;
            border-collapse: collapse;
            width: 100%;
            font-size: 16px;
        }

        #customers td,
        #customers th {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: center;
        }

        #customers tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        #customers tr:hover {
            background-color: #ddd;
        }

        #customers th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #0E8D00;
            color: white;
            font-size: 18px;
            font-weight: bolder;
        }
