/* Top Nav */
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.top_nav {
    background: #9d0b0e none repeat scroll 0 0;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 0px;
}
.list-inline.info {
    float: left;
    margin: 0;
}
.list-inline.info > li {
    padding: 0 20px 0 0;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline.info a {
    color: #ebebeb;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-size: 13px;
}
 .list-inline.language a {
    color: #ebebeb;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}

.list-inline.language ul li{
    float: right;
    margin: 0;
    list-style: none;
    padding: 0px 10px;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .3rem 1rem;
}

/* Top Nav end*/

/* Logo */
.logo {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    padding: 25px 0;
}
.list-inline.left_logo {
    float: left;
    margin: -8px;
}
.list-inline.left_logo h6{
    float: left;
    margin: 0;
}
.list-inline.right_logo {
    float: right;
    margin: 0;
}

/* Logo */

/* Menu */
.dropdown-menu>li>a {
  color: #9d0b0e;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}
.dropdown-menu>li>a:hover{
 background-color:#9d0b0e;
 color:#464646;
 
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 5px 0px;
}
.menu-menu-1-container {
    float: right;
}
.nav-menu li {
    display: inline-block;
    position: relative;
}

.nav-menu li a {
    color: #464646;
    display: block;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 20px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
    color: #9d0b0e;
    background: #ebebeb;
}


.nav-menu .sub-menu {
    
    border-top: 0;
    padding-top: 13px;
    padding-bottom: 0px;
    position: absolute;
    left: -46px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


.nav-menu .children {
    background:#f79721 ;
    color: #ebebeb;
    border-top: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    position: absolute;
    left: -24px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 279px;
    top: -5px;
    margin-top:5px;
}
.nav-menu ul ul a:focus{
    margin-top:2px;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #464646;
    margin: 0;
    background: #ebebeb;
    width: 229px;
    height: 45px;
    padding: 10px;
    top: -6px;
    margin-left: 2px;
    padding-left: 20px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background: #9d0b0e;
    color:#ebebeb;

}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: #9d0b0e;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.bg-gray {
    background-color: #ebebeb!important;
}
/*.navbar-dark .navbar-nav .nav-link {
    color: #464646;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 1rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
     flex-grow: 0; 
    -ms-flex-align: center;
    align-items: center;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #9d0b0e;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #9d0b0e;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #464646;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;    
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
}
.dropdown-item:hover {
    color: #9d0b0e;
    background: none;
}*/
/* Menu */

/* aboutus */ 


.media-body p {
    font-weight: bold;
    color: #464646;
    text-align: unset;
}
#aboutus{
	padding: 35px 0px;
}

h4.aboutus {
	padding-bottom: 25px;
    margin: 0px;
    color: #9d0b0e;
    text-transform: uppercase;
}
.aboutus_icon img{
	float: left;
	padding: 5px;
}
.aboutus_text p{
	text-align: justify;
	padding: 5px 0px;
}
/* aboutus */ 

/* Business */
#business{	
	background: #f5f5f5;
	margin: 0px;
}

.business_img img{
	width: 100%;
}

h4.business {
	padding-top: 35px;
    padding-bottom: 10px;
    margin: 0px;
    color: #9d0b0e;
    text-transform: uppercase;
}
.business_text p{
	text-align: justify;
	padding: 5px 0px;
}
/* Business */

/* Group */
#group{	
	padding: 35px 0px;
}
h4.group {
    padding-bottom: 0px;
    margin: 0px;
    color: #9d0b0e;
    text-transform: uppercase;
}
.group_img img{
	width: 100%;
}
/* Group */

/* Motto */

.motto {
    position: relative;
    text-align: center;
    color: white;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Motto */

/* Button */ 
.btn-primary,.btn-primary:hover {
    color: #fff;
    background-color: #9d0b0e;
    border-color: #9d0b0e;
    text-transform: uppercase;
}
.btn,.btn:hover {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.25rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0rem; 
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* Button */ 

/* ACE Founder */
#ace_founder,#company_profile,#ace_group{ 
    padding: 25px 0px;
    margin: 0px;
}
.ace_founder h6 {
    padding-left: 40px;
    color: #363636;
    font-weight: bolder;
}
h4.ace_founder,h4.company_profile {
    padding-bottom: 0px;
    margin: 0px;
    color: #1f4880;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.ace_founder img{
    float: left;
    padding: 0px;
}
.ace_founder_img img{
    padding: 25px 0px;
    margin: 0px;
}
.ace_founder ul li {
    padding: 5px;
    list-style: none;
    color: #363636;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
}
/* ACE Founder */

/* business_page */
#business_page{
    padding:  25px 0px;
    margin: 0px;
}
h4.business_page {
    padding-bottom: 0px;
    margin: 0px;
    color: #1f4880;
    text-transform: uppercase;
}
.business_page h6{
    padding-top: 20px;
}
h6.business_page{
    font-weight: 900;
    color: #464646;
}
.business_page p{
    text-align: justify;
    color: #464646;
    margin: 0px;
    padding: 2px 0px;
}
.business_page ul li{
    list-style: none;
}
.profile{
    background: #fbfbfb;
    padding: 25px 0px;
}
.profile_icon{
    margin: 10px 0px;
} 
.profile_icon img{
    float: left;
    padding: 5px;
}
/* business_page */

/* ACE Group */
h4.ace_group {
    padding-bottom: 0px;
    margin: 0px;
    color: #1f4880;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.ace_group ul {
    float: left;
    padding-left: 0px;
    margin: 0px;
}
.ace_group ul li{
    list-style: none;
    padding: 3px 0px;
}
.contact_link a{
   margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
/* ACE Group */

/* Feature */
#feature{
    padding: 25px 0px;
    margin: 0px;
}
h4.feature {
    padding-bottom: 0px;
    margin: 0px;
    color: #1f4880;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.feature ul {
    float: left;
    padding-left: 20px;
    margin: 0px;
}
.feature ul li{
    list-style: circle;
    padding: 3px 0px;
}
/* Feature */

.hr {
    border-top: 1px solid #ededed;
    padding-top: 25px;
    margin-top: 25px;
}
/* Footer */
.pb-5, .py-5 {
    padding-bottom: 0.8rem !important;
}

.pt-5, .py-5 {
    padding-top: 0.8rem !important;
}
.text-white {
    color: #fff !important;
    font-size: 14px;
}
img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}
img.motto_img {
    min-height: 200px;
}
/* Footer */ 

@media screen and (min-width: 360px){
.list-inline.right_logo {
    float: left;
    margin: 0;
    padding-top: 20px;
}

.ace_founder img {
    float: left;
    padding: 0px 5px 30px;
}
.business_img img {
    width: 100%;
    padding: 15px 0px;
}
.nav-menu li a {
    color: #464646;
    display: block;
    line-height: 2;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-right: 141px;
}
.navbar-dark .navbar-toggler {
    color: #9d0b0e;
    border-color: #9d0b0e;
    background: #9d0b0e;
}
}
@media screen and (min-width: 414px){
.list-inline.right_logo {
    float: left;
    margin: 0;
    padding-top: 15px;
}
.list-inline.left_logo img{
    float: left;
    margin: 0;
    width: 100%;
}
.business_img img {
    width: 100%;
    padding: 15px 0px;
}
.nav-menu li a {
    color: #464646;
    display: block;
    line-height: 2;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-right: 126px;
}
.navbar-dark .navbar-toggler {
    color: #9d0b0e;
    border-color: #9d0b0e;
    background: #9d0b0e;
}
}
@media screen and (min-width: 768px){
.list-inline.right_logo {
    float: right;
    margin: 0;
    padding-top: 0px;
}
.list-inline.left_logo img{
    float: left;
    margin: 0;
    width: 100%;
}
.nav-menu li a {
    color: #464646;
    display: block;
    line-height: 2;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-right: 310px;
}

}

@media screen and (min-width: 1100px){
.list-inline.right_logo {
    float: right;
    margin: 0;
    padding-top: 0px;
}
.list-inline.left_logo img{
    float: left;
    margin: 0;
    width: 100%;
}
.nav-menu li a {
    color: #464646;
    display: block;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-right: 12px;
}
.jp-menu {
    padding-right: 30px;
}
.business_img img {
    width: 100%;
    padding: 0px 0px;
}

}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .nav-menu li a {
       color: #464646;
    display: block;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    }
}

@supports (-ms-ime-align: auto) {
  .nav-menu li a {
    color: #464646;
    display: block;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    }
}






