body{
	color:#212529;
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5{
	font-weight:700;
    font-family: 'Roboto Slab', serif;
}

.navbar {
    box-shadow: none;
    font-weight: 400;
    background: transparent !important;
    border-width: 1px 0 0;
    border-style: solid;
    border-color:#ddd;
    padding: 0 1rem;
}

p strong {
    font-weight: 700;
}

.navbar a{
	font-size: 14px;
}

.btn-secondary {
    background-color: #cc060d!important;
    color: #fff;
}

.navbar.navbar-light .navbar-nav .nav-item{
	transition: none;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link{
	border-bottom:2px solid transparent !important; 
	transition: none;
}


.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
	color: #d32f2f;
	border-bottom:2px solid #d32f2f !important; 
	transition: none;
}


.carousel-item {
    height: 350px;
    background-size: cover;
    background-position: center bottom;
}

.carousel-item::after {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-caption {
    bottom:22%;
}

.carousel-caption h1{
	font-weight: 700;
}

.overview{
	position: relative;
    background-image:url('../img/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

/*.overview h2{
	position: relative;
	background: url(../img/stripes.png) left top;
}*/

.overview h2 span {
   /* background: #fff;*/
    padding: 0 15px;
}

.md-tabs {
    border: 0;
    padding: .7rem;
    background-color: #cc060d;
    z-index: 1;
    position: relative;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.md-tabs .nav-item.open .nav-link, .md-tabs .nav-link.active {
    background-color: rgba(0,0,0,.2);
    color: #fff;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.md-tabs .nav-link {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 0;
    color: #fff;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-weight: 700;
}

.accordion .card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: none;
    border: 0px;
    font-weight: 400;
    padding: 0;
}

.md-accordion .card {
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 0 5px;
}

.card-header {
    padding:0;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F9F9F9;
}



 .card-header a{
    color:#212529;
}

.card-header h5 {
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.card-header h5 .pl-2 {
    width: 94%;
    float: left;
}

.course-p {
    float: right;
    color: #cc060d;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-left: 0;
    border-right: 1px solid #ddd;
}

.md-accordion .card .fa-angle-down {
    float: right;
}

.md-accordion .card .fa-angle-down {
    float: right;
    background: #fff;
    height: 30px;
    width: 50px;
    text-align: center;
    line-height: 34px;
    border-left: 1px solid #ddd;
}

.collapse.show {
    border-bottom: 1px solid #ddd;
}

.pricing{
    width:100%;
    background: #ddd;
    padding: 10px;
}

.tabing .card-title {
    font-weight: 600 !important;
}

.pricing p {
    display: inline;
    margin: 0 10px 0 0;
    font-weight: 500;
}
.pricing p span{
    font-weight: 300;
}

footer{
    background-color: #222222;
    padding-top: 54px;
    padding-bottom: 20px;
    color: #eaeaea;
    position: relative;
    font-size: 14px;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    background-size: cover !important;
    background-image: url('https://thetruckingnetwork.ca/wp-content/uploads/2019/02/footer-bg2.jpg');
    opacity: 0.5;
}

.footer-logo-wrap {
    margin-bottom: 20px;
}

.td-social-style-2 .td-social-icon-wrap {
    display: inline-block;
    margin: 5px 10px 10px 0;
}

.td-social-icon-wrap a {
    color: #fff;
    text-align: center;
}
.td-social-style-2 i{
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
}

footer ul li a{
    color: #fff;
}

footer h5 {
    font-size: 20px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 29px;
    position: relative;
    overflow: hidden;
    text-align: left;
}

footer h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #38a6c1;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity='30')";
    filter: alpha(opacity=30);
    background-color: #e31025;
}

.copyright {
    background-color: #0d0d0d;
    color: #ccc;
    font-size: 12px;
    padding: 8px 0;
}

.copyright p{
	margin: 0;
}

.bottom-footer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    background-color: #1f1f1f;
}

.bottom-footer-area .contact-info {
    position: relative;
    z-index: 1;
}

.bottom-footer-area .contact-info a {
    display: inline-block;
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    border-right: 1px solid #4c4c4c;
}

.bottom-footer-area .contact-info a span {
    text-transform: uppercase;
}

.bottom-footer-area .follow-us {
    position: relative;
    z-index: 1;
}

.bottom-footer-area .follow-us span {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    text-transform: uppercase;
}

.bottom-footer-area .follow-us a {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    border-left: 1px solid #4c4c4c;
}