body{font-family: Aileron-Regular;}
ul li{font-size: 15px;
    font-family: Aileron-Regular;
 }
 .innbox{margin-top:11px !important;width: 100%;
    float: left;background-image: linear-gradient(to right, #8fa3a2,#d1d2c0,#dad6b9,#dad6b9,#d1d2c0,#8fa3a2); }
.innheading{font-size:35px; font-family: Aileron-Regular;  width:1140px; border-top:solid 1px #ccc; border-bottom:solid 1px #ccc; text-align:left; padding:8px 13px; text-transform:uppercase; font-weight:bold;margin: auto; }	
.tabbingbx {
    border: solid 1px #ccc;
    padding: 8px 8px 8px 8px !important;
    text-align: justify;
	overflow:hidden;
}

.prolist{margin-left:20px;}
.innpr{width:25%; float:left;}
	
.pro-details{
    position: relative;
    display: block;
    padding: 0.75rem 1rem;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    border: none;
    border-left: solid 3px #FFA600;
    border-radius: 0px;
    transition: 0.5s;
}
.careers-info{font-family: Aileron-Regular;    font-size: 15px;}

.hmicn{padding-left:10px;}



.dropdown-submenu {
                position: relative;
            }

            .dropdown-submenu> a:after {
                content: ">";
                float: right;
            }

            .dropdown-submenu>.dropdown-menu {
                top: 0;
                left: 100%;
                margin-top: 0px;
                margin-left: 0px;
            }

            .dropdown-submenu:hover>.dropdown-menu {
                display: block;
            }
			
.tcinf{font-size: 16px; font-weight: bold; color: #933; text-transform: uppercase;}
.tcinf1{font-size: 14px; color:#333; font-weight: bold;}
.tabingbox{padding: 8px 10px;}
.mmenu{display: none;}
.dropdown-divider {
    height: 0;
    margin: 0.3rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-menu {
    margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 20px;
    border-width: 0;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {

	color: #000;
}
.dropdown-menu > li.show > a{
	color: white;
}

@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;
    }
}


@media only screen and (max-width: 759px) {

	.innpr{width:50%;}
	}	
	@media only screen and (max-width:480px) {

	.innpr{width:100%;}
    .mmenu{display: block;}
    .innheading{font-size: 16px;}
	}	