html {
    position:relative;
    min-height: 100%;
}
body {
    font-family: arial;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
h4 {
    font-size: 20px;
    text-align: center;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 25px;
    margin-bottom: -7px;
}
/* HEADER SECTION */
.header {
    background: #EDECEF;
}
.adjust-size {
    margin-top: 12px;
}
.adjust-size a  {
    margin-left: 12px;
}
.adjust-size span  {
    margin-right: 16px;
}
.adj-size {
    margin-right: 20px;
}
hr {
    margin-top: 25px;
    border-top: 1px solid #DCDCDC;
}
p {
    color: #9A9A9A;
}
label {
    color: #000;
    text-align: justify;
    font-weight: 400;
}
#logo {
    margin-top: 16px;
}

/* NAVIGATION SECTION */
.navbar-default {
    background-color: #F0932B;
    border-bottom: 3px solid #312461;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 15px;
}
.navbar {
    border-radius: 0px;
    border-left: none;
    border-right: none;
    margin-bottom: 0px;
}
.nav > li > a {
    padding: 13px 24px;
    outline: 0px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFF !important;
    background: url('../images/arrow.png') no-repeat scroll center bottom/14px transparent;
    font-weight: 700;
}

.navbar-default {
    background-color: #F0932B;
    border-bottom: 3px solid #312461;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/* HOME SECTION */
.carousel-caption {
    bottom: 150px;
}
.carousel-text {
    color: #fff;
    font-size: 20px;
}
#banner-bottom {
    background: #F0932B;
    margin-top: -110px;
    padding-bottom: 20px;
}
.btn-warning {
    color: #fff;
    background-color: #f0932B;
    border-color: #f0932B;
    font-size: 18px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 24px;
    border: 2px solid #f0932B;
    border-radius: 50%;
    color: #f0932b;
}

/* CONTACT US SECTION */
#tf-contact {
    background: url(../images/footer.png);
    padding-top: 30px;
    padding-bottom: 120px;
}

/* FOOTER SECTION */
#footer {
    position: absolute;
    bottom: 0px;
    width:100%;
    background: linear-gradient(rgba(74, 63, 63, 0.9) 17%, rgba(47, 45, 45, 0.7) 35%);
    padding: 10px;
    text-align: center;
}

#footer a {
    margin-left: 15px;
}

#footer p {
    color: #fff;
}

#tf-erpncrm {
    padding-top: 170px;
    padding-bottom: 30px;
    line-height: 28px;
}

.carrer-styles { 
    padding: 2px 12px;
    background: #cccc99;
}

#tf-contact p {
    color: #fff;
    font-size: 15px;
}

#tf-contact h5 {
    color: #fff;
    font-size: 16px;
}

@media only screen and (max-width: 700px)  {   
.adjust-size a  {
    margin-left: 0px;
}
.adjust-size span  {
    margin-right: 0px;
}
.adj-size {
    margin-right: 130px;
}
#banner-bottom {
    margin-top: 0px;
}
#tf-home {
    margin-top: 255px;
} 
.carousel-caption {
    bottom: -16px;
}
.btn-warning {
    font-size: 12px;
}
.apply-styles {
    font-size: 13px;
}
.carousel-text {
    font-size: 10px;
}
h1 {
    font-size: 16px;
}
h2 {
    font-size: 14px;
}
h4 {
    font-size: 16px;
}
label {
    font-size: 13px;
}
#tf-erpncrm {
    padding-top: 280px;
}
}

@media only screen and (min-width: 1100px)  {
.container {
  width: 1020px;
}
}
@media only screen and (min-width: 700px) and (max-width: 900px)  {
.carousel-caption {
    bottom: 120px;
}
#tf-home {
    margin-top: 150px;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
.carousel-text {
    font-size: 17px;
}
.nav > li > a {
    padding: 13px 10px;
    outline: 0px;
}
}