select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
    width: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none repeat scroll 0 0 #f7931e;
    color: #ffffff;
    font-size: 14px;
}

.btn-primary {
    background-color: #f7931e;
    border-color: #f7931e;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #3ebb95;
    border-color: #3ebb95;
    color: #ffffff;
}

a {
    color: #f7931e;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

a:hover, a:focus {
    color: #3ebb95;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

.t3-megamenu .mega-nav > li.active > a, .t3-megamenu .dropdown-menu .mega-nav > li.active > a {
    background: none repeat scroll 0 0 #ffffff;
    color: #f7931e;
}

.t3-megamenu .mega-nav > li.active > a, .t3-megamenu .dropdown-menu .mega-nav > li.open > a {
    background: none repeat scroll 0 0 #ffffff;
    color: #f7931e;
}

.sp_social ul li i.fa:hover {

background: none repeat scroll 0 0 #f7931e;
box-shadow: 0 0 0 0px rgba(0, 0, 0) inset;
color: #ffffff;

}

.th-read-more {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f7931e;
    border-color: #f7931e;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}

.pagination > li > a, .pagination > li > span {
    background-color: #ffffff;
    border: 0px solid #dddddd;
    color: #f7931e;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.t3-footer-sl .t3-module ul > li > a:hover, .t3-footer-sl .t3-module ul > li > a:active, .t3-footer-sl .t3-module ul > li > a:focus {
	color:#f7931e;
}

.th-box, .th-page-header, .margin-right-wrapper, .margin-left-wrapper, .th-box-wrapper {
    background: none repeat scroll 0 0 #fff;
    box-shadow: none;
    position: relative;
}

.t3-mainnav {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}

.showcase .showcase-right ul.top-service-box li:nth-child(2) {
    background: none repeat scroll 0 0 #8cc63f;
}

.showcase .showcase-right ul.top-service-box li:nth-child(1) {
    background: none repeat scroll 0 0 #F05A28;
}

.showcase .showcase-right ul.top-service-box li:nth-child(3) {
    background: none repeat scroll 0 0 #f7931e;
}

.showcase .showcase-right ul.top-service-box li:nth-child(4) {
    background: none repeat scroll 0 0 #3ebb95;
}

.showcase .showcase-right ul.top-service-box li {
    box-sizing: border-box;
    float: left;
    height: 220px;
    margin: 5px;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 220px;
}

.sprocket-strips-content {
    background: #FFFFFF;
    opacity: 0.7;
    filter: alpha(opacity=70);
    bottom: 0;
    box-sizing: border-box;
    margin: 15px 15px 0;
    padding: 10px;
    position: absolute;
    z-index: 2;
}

body {
    color: none;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    text-align: justify;
}

.btn-login {
    background-color: #f7931e;
    border-color: #f7931e;
    color: #ffffff;
    font-size:16px;
}

.t3-footer-sl {
    background-color: #f7931e;
    color: #fff;
    padding: 40px 0;
}

.t3-footer-sl .t3-module .module-title {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.sp_social ul li i.fa::before {
    background-color: #f00;
    border-radius: 0px;
    display: block;
    font-size: 16px;
    line-height: 32px;
    background-color: #ef4724;
	color: #ffffff;
}

.alert > p, .alert > ul {
    margin-bottom: 0;
    padding: 20px;
    color:#FFFFFF;
    background-color: #F05A28;
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 10s;
}

@keyframes example {
    0%   {background-color: #F05A28;}
    25%  {background-color: #FFD300;}
    50%  {background-color: #F37C4B;}
    100% {background-color: #F6921E;}
}

h3.ns2-title {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 5px;
    text-transform: uppercase;
    color:#f7931e;
    background-color: #ffffff;
    padding: 5px;
}

.th-read-more {
background-color: #f7931e;
border-color: #f7931e;
color: #ffffff;
-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 400;
    margin-top: 30px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-weight: 300;
    padding: 20px;
    text-transform: uppercase;
    font-size: 14px;
}