.good{font-family: 'Cardo', serif;}

a{
    color: #143d51;
    text-decoration: none;
    transition: .2s opacity;
    font-size: 16px;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #143d51;
}

.main-color {
    color: #143d51;
}

.white-text {
    color: #fff;
}


::moz-selection {
    background-color: #143d51;
    color: #fff;
}

::selection {
    background-color: #143d51;
    color: #fff;
} 

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Section Properties */

section {
    position: relative;
}

/*
@media (max-width: 575.98px) { 
.fixed-top {
 
  display: inline!important;
  padding-top: 20px!important;
}
}*/
.section-header {
    position: relative;
    margin-bottom: 60px;
}

.section-header .title {
    text-transform: capitalize;
}

.title::after {
    content: "";
    display: block;
    height: 3px;
    width: 60px;
    background-color: #143d51;
    margin: 20px auto 0;
}


.main-btn, .white-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 20px;
    border: 2px solid transparent;
    transition: .2s opacity;
    -webkit-transition: .2s opacity;
}

.main-btn {
    background-color: #073992!important;
    color: #fff;
}

.white-btn {
    background-color: #fff;
    color: #143d51;
}

.main-btn:hover, .white-btn:hover {
    opacity: .8;
}

/*--------------------------------------------------------------
# ABOUT Section
--------------------------------------------------------------*/

.about {
    position: relative;
    padding: 40px 20px;
    border: 1px solid #eee;
    margin: 15px 0px;
    cursor: pointer;
    transition: 1s all;
    -webkit-transition: 1s all;
}

.about i {
    font-size: 36px;
    color: #143d51;
    margin-bottom: 20px;
}

.about:after {
    content: "";
    background-color: #2a2a2a;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0%;
    z-index: -1;
    transition: 1s height;
    -webkit-transition: 1s height;

}

.about:hover:after {
    height: 100%;
}

.about:hover i, .about:hover p, .about:hover h3 {
    color: white;
}

#features {
    background-color: #eee;
}

.feature i {
    font-size: 28px;
    margin: 0;
    color: #2a2a2a;
    transition: all .4s linear;
}

.feature:hover i {
    color: #143d51;
    transform: translateX(-32px);
}

.feature h5 {
    font-weight: 300;
    color: #143d51;
    margin: 0 0 6px 0;
}

.feature:hover h5 {
    color: #2a2a2a;
}

/* ---------------------------
# Statement Section
-----------------------------*/

#statement {
    background: linear-gradient( rgba(20, 20 ,20 , .9), rgba(20, 20 ,20 , .9)),
    url("../img/statementBG.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

#statement h4 {
    color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
    position: relative;
    padding-top: 80px;
   
   
}

.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px
}

.footer-follow i {
    color: #143d51;
}

.footer-follow li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
}

.footer-copyrights p{
    text-align: center;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;

}

/* ============================
PAGE HEADER
============================== */

.page-image {
    display: table;
    width: 100%;

}

.page-image-about {
    background: linear-gradient( rgba(20, 20, 20, .8), rgba(20, 20, 20, .8)), url("../img/aboutBG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    font-weight: 200;
}

.footer-copyrights p{
    text-align: center;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;

}

.page-image-contact {
    background: linear-gradient( rgba(20, 20, 20, .8), rgba(20, 20, 20, .8)), url("../img/contactBG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

#contact {
    background-color: #f2f2f2;
    background-image: url("../img/map-image.png");
    background-repeat: no-repeat;
    background-position: center;
}


#contact .form-group {
    margin-bottom: 25px;
}

#contact .form-group input,
#contact .form-group textarea {
    padding: 20px;
}

#contact .form-group input.form-control {
    height: auto;
}

#contact .form-group textarea.form-control {
    height: 248px;
}

#contact .form-control:focus {
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
}

#contact:-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
}

#contact::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
}

#contact:-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
}

#contact .btn-contact {
    background-color: #e74c3c;
    color: #fff;
}

#contact .btn-contact:hover {
    background-color: #fff;
    color: #e74c3c;
}


.tags {
  margin-bottom: -10px;
}

.tags ul {
  list-style: none;
  padding: 0;
}

.tags ul li {
  display: inline-block;
}

.tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}

.tags ul a:hover {
  color: #fff;
  border: 1px solid #B71C1C;
  background: #B71C1C;
}

.tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.widget-category a {
    display: block;
    font-size: 14px;
    color: #354052;
    border-bottom: 1px solid #EEE;
    padding: 5px;
}

.widget-category a:nth-child(1) {
  border-top: 1px solid #EEE;
}

.widget-category a span {
    float: right;
    color: #143d51;
}

.widget-category a:hover {
    color: #143d51;
}


.widget-tags a {
  display: inline-block;
  padding: 6px 13px;
  font-size: 14px;
  margin: 2px 0px;
  background: #F4F4F4;
  color: #10161A;
}

.widget-tags a:hover {
  color: #FFF;
  background-color: #143d51;
}

/* -- posts sidebar -- */

.widget-post {
    min-height: 70px;
    margin-bottom: 25px;
}

.widget-post img {
    display: block;
    float: left;
    width: 85px;
    height: auto;
    margin-right: 10px;
    margin-top: 5px;
}

.widget-post a {
    display: block;
    color: #10161A;
}

.widget-post a:hover {
    color: #143d51!important;
}

.widget-post .blog-meta {
    display: inline-block;
}

.widget-post .blog-meta li {
    display: inline-block;
    margin-right: 5px;
    color: #143d51;
    font-size: 12px;
}

.widget-post li i {
    color: #143d51;
    margin-right: 5px;
}

span.writer {
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
}

.page-image-blog {
    background: linear-gradient( rgba(20, 20, 20, .8), rgba(20, 20, 20, .8)), url("../img/blogBG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}


@media (max-width: 575.98px) { 

h1 {
    font-weight: 900;
    font-size: 1.7rem!important;
    
}

h2 {
    font-weight: 900;
    font-size: 1.5rem!important;

}

h3 {
    font-weight: 700;
    font-size: 1.3rem!important;
}

h4 {
    font-weight: 700;
    font-size: 1.1rem!important;
}

h5 {
    font-weight: 500;
    font-size: 1rem!important;
}

h6 {
    font-weight: 500;
    font-size: 0.90rem!important;
}

p {
    font-size: 0.80rem;
}

p.stand{
   padding-left: 5px!important;
   padding-right: 5px!important;
}

p.market{
   padding-left: 5px!important;
   padding-right: 5px!important;
   font-size: 0.70rem!important;
}

section h5 {
    font-size: 0.90rem!important;
}

ul li a {
    list-style-type: none;
    text-decoration: none;
     font-size: 0.80rem!important;
     font-family: 'Open Sans', sans-serif;
}

.reserved a {
    text-decoration: none;
    transition: .2s opacity;
    font-size: 0.60rem!important;
     font-family: 'Open Sans', sans-serif;
}

.reserved a:hover {
    color: #143d51!important;
    text-decoration: underline;
    transition: .2s opacity;
    font-size: 0.60rem!important;
}

a {
    text-decoration: none;
    transition: .2s opacity;
    font-size: 0.80rem!important;
     font-family: 'Open Sans', sans-serif;
}

a:hover {
    color: #143d51!important;
    text-decoration: underline;
    transition: .2s opacity;
    font-size: 0.80rem!important;
}

#aside {
    margin-top: 5px;
}

#aside .widget {
    margin-bottom: 5px !important;
}

.widget h3 {
  text-transform: uppercase;
}

/* -- search sidebar -- */

#aside .widget-search {
    position: relative;
}

#aside .widget-search .search-input {
     width: 100%;
    border-radius: 0.25rem;
    padding-right: 50px;
}

#aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
      bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #073992;
}

/* -- video sidebar -- */

#aside video {
 text-align: center;
 
}

/* -- video sidebar -- */

#blog{
    width: 100%;
 margin: 0;
  padding: 0;
  overflow: hidden;
}

.blog {
    background-color: #fff;
    margin: 5px 0px;
}

.blog .blog-content {
    padding: 20px 5px 10px 15px
}

.blog .blog-meta {
    margin-bottom: 20px;
}

.blog .blog-meta li {
    display: inline-block;
    font-size: 14px;
    color: #10161A;
    margin-right: 10px;
}

.blog .blog-meta li i {
    color: #143d51;
    margin-right: 5px;
}

/*------------------------------------*\
    Blog post
\*------------------------------------*/
#main .blog img {
 
 transition: all 0.3s ease-in-out;
  min-width: 100%;
  height: 20rem;
  display: flex;
}

 
#main .blog:hover img {
  transform: scale(.92)
}

 #maind .blog img {
 
 transition: all 0.3s ease-in-out;
  min-width: 100%;
  height: 20rem;
  display: flex;
}

#maind .blog .blog-content {
 padding: 20px 3px 7px 5px
}

#main .blog .blog-content {
  padding: 15px 0px 0px 2px;
}

/* -- blog author -- */

.blog-author {
    margin: 40px 0px;
}

.blog-author .media .media-left {
    padding-right: 20px;
}

.blog-author .media {
    padding: 20px;
    border: 1px solid #EEE;
}

.blog-author .media .media-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.blog-author .media .media-heading h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

.blog-comments {
    margin: 40px 0px;
}

.blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px;
}

.blog-comments .media:first-child {
    border-bottom: 0px;
}

.blog-comments .media:last-child {
    border-bottom: 1px solid #EEE;
}

.blog-comments .media .media-left {
  padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom:10px;
}

.blog-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}

.blog-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.blog-comments .media.author {
    background-color: #F4F4F4;
    border-color: #143d51;
    border-bottom: 1px solid #143d51;
}
.blog-comments .media.author>.media-body>.media-heading {
    color: #143d51;
}

.blog-comments .media.author + .media {
    border-top: 0px;
}


.reply-form form .main-btn {
    margin: 0;
}

.reply-form form .form-control {
    border-radius: 0;
}

.blog-content .fas {
    color: #143d51;
}

.card {
 padding-top: 50px;
 padding-bottom: 50px;
 border-radius: 30px;
 background-color: #143d51;
}

.testimo img {
    max-width: 150px;
}

.testimo .client {
    color: black;
     font-weight: bolder;
}

.rounded-circle {
    border-radius: 100%!important;
}

.account .join{
 padding-left: 5px!important;
   padding-right: 5px!important; 
}

.bus img {
width:100%!important;
height: 500px;
}

.drive img {
width:100%!important;
height: 400px;
}

#heroc .cent{
 border-radius: 10px; background-color:#143d51;
}

#heroc .feat i{
font-size: 12px!important;
}

.img-thumbnail2 {
    border-top: 2px solid #dddddd;
    background-color: #dddddd;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 130px!important;
}

}



@media (min-width: 576px) and (max-width: 767.98px) {

h1 {
    font-weight: 900;
    font-size: 1.7rem!important;
    
}

h2 {
    font-weight: 900;
    font-size: 1.5rem!important;

}

h3 {
    font-weight: 700;
    font-size: 1.3rem!important;
}

h4 {
    font-weight: 700;
    font-size: 1.1rem!important;
}

h5 {
    font-weight: 500;
    font-size: 1rem!important;
}

h6 {
    font-weight: 500;
    font-size: 0.90rem!important;
}

p {
    font-size: 0.80rem;
}

p.stand{
   padding-left: 5px!important;
   padding-right: 5px!important;
}

p.market{
   padding-left: 5px!important;
   padding-right: 5px!important;
   font-size: 0.70rem!important;
}

section h5 {
    font-size: 0.90rem!important;
}

ul li a {
    list-style-type: none;
    text-decoration: none;
     font-size: 0.80rem!important;
     font-family: 'Open Sans', sans-serif;
}

.reserved a {
    text-decoration: none;
    transition: .2s opacity;
    font-size: 0.60rem!important;
     font-family: 'Open Sans', sans-serif;
}

.reserved a:hover {
    color: #143d51!important;
    text-decoration: underline;
    transition: .2s opacity;
    font-size: 0.60rem!important;
}

a {
    text-decoration: none;
    transition: .2s opacity;
    font-size: 0.80rem!important;
     font-family: 'Open Sans', sans-serif;
}

a:hover {
    color: #143d51!important;
    text-decoration: underline;
    transition: .2s opacity;
    font-size: 0.80rem!important;
}

#aside {
    margin-top: 5px;
}

#aside .widget {
    margin-bottom: 5px !important;
}

.widget h3 {
  text-transform: uppercase;
}

/* -- search sidebar -- */

#aside .widget-search {
    position: relative;
}

#aside .widget-search .search-input {
     width: 100%;
    border-radius: 0.25rem;
    padding-right: 50px;
}

#aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
      bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #073992;
}

/* -- video sidebar -- */

#aside video {
 text-align: center;
 
}

/* -- video sidebar -- */

#blog{
    width: 100%;
 margin: 0;
  padding: 0;
  overflow: hidden;
}

.blog {
    background-color: #fff;
    margin: 5px 0px;
}

.blog .blog-content {
    padding: 20px 5px 10px 15px
}

.blog .blog-meta {
    margin-bottom: 20px;
}

.blog .blog-meta li {
    display: inline-block;
    font-size: 14px;
    color: #10161A;
    margin-right: 10px;
}

.blog .blog-meta li i {
    color: #143d51;
    margin-right: 5px;
}

/*------------------------------------*\
    Blog post
\*------------------------------------*/
#main .blog img {
 
 transition: all 0.3s ease-in-out;
  min-width: 100%;
  height: 20rem;
  display: flex;
}

 
#main .blog:hover img {
  transform: scale(.92)
}

 #maind .blog img {
 
 transition: all 0.3s ease-in-out;
  min-width: 100%;
  height: 20rem;
  display: flex;
}

#maind .blog .blog-content {
 padding: 20px 3px 7px 5px
}

#main .blog .blog-content {
  padding: 15px 0px 0px 2px;
}

/* -- blog author -- */

.blog-author {
    margin: 40px 0px;
}

.blog-author .media .media-left {
    padding-right: 20px;
}

.blog-author .media {
    padding: 20px;
    border: 1px solid #EEE;
}

.blog-author .media .media-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.blog-author .media .media-heading h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

.blog-comments {
    margin: 40px 0px;
}

.blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px;
}

.blog-comments .media:first-child {
    border-bottom: 0px;
}

.blog-comments .media:last-child {
    border-bottom: 1px solid #EEE;
}

.blog-comments .media .media-left {
  padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom:10px;
}

.blog-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}

.blog-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.blog-comments .media.author {
    background-color: #F4F4F4;
    border-color: #143d51;
    border-bottom: 1px solid #143d51;
}
.blog-comments .media.author>.media-body>.media-heading {
    color: #143d51;
}

.blog-comments .media.author + .media {
    border-top: 0px;
}


.reply-form form .main-btn {
    margin: 0;
}

.reply-form form .form-control {
    border-radius: 0;
}

.blog-content .fas {
    color: #143d51;
}

.card {
 padding-top: 50px;
 padding-bottom: 50px;
 border-radius: 30px;
 background-color: #143d51;
}

.testimo img {
    max-width: 150px;
}

.testimo .client {
    color: black;
     font-weight: bolder;
}

.rounded-circle {
    border-radius: 100%!important;
}

.account .join{
 padding-left: 5px!important;
   padding-right: 5px!important; 
}

.bus img {
width:100%!important;
height: 500px;
}

.drive img {
width:100%!important;
height: 400px;
}

#heroc .cent{
 border-radius: 10px; background-color:#143d51;
}

#heroc .feat i{
font-size: 12px!important;
}

.img-thumbnail2 {
    border-top: 2px solid #dddddd;
    background-color: #dddddd;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 130px!important;
}

  }


@media (min-width: 768px) and (max-width: 991.98px) { 

h1 {

    font-size: 2.2rem!important;
}

h2 {

    font-size: 2rem!important;
}

h3 {

    font-size: 1.5rem!important;
}

h4 {

    font-size: 1.3rem!important;
}

h5 {

    font-size: 1.1rem!important;
}

h6 {

    font-size: 1rem!important;
}

p {
    font-size: 0.90rem;
}

p.stand{
   padding-left: 200px!important;
   padding-right: 200px!important;
}

section h5 {
    font-size: 0.90rem!important;
}

#aside {
    margin-top: 15px;
}

#aside .widget {
    margin-bottom: 30px !important;
}

.widget h3 {
  text-transform: uppercase;
}

/* -- search sidebar -- */

#aside .widget-search {
    position: relative;
}

#aside .widget-search .search-input {
     width: 100%;
    border-radius: 0;
    padding-right: 50px;
}

#aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
      bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #073992;
}

/* -- video sidebar -- */

#aside video {
 text-align: center;
 
}

/* -- video sidebar -- */


#blog{
    width: 100%;
 margin: 0;
  padding: 0;
  overflow: hidden;
}

.blog {
    background-color: #fff;
    margin: 5px 0px;

    
    
}



.blog .blog-content {
    padding: 20px 5px 10px 15px
}

.blog .blog-meta {
    margin-bottom: 20px;
}

.blog .blog-meta li {
    display: inline-block;
    font-size: 14px;
    color: #10161A;
    margin-right: 10px;
}

.blog .blog-meta li i {
    color: #143d51;
    margin-right: 5px;
}

/*------------------------------------*\
    Blog post
\*------------------------------------*/

#main .blog img {
 
 transition: all 0.3s ease-in-out;
  min-width: 100%;
  height: 20rem;
  display: flex;
}

 
#main .blog:hover img {
  transform: scale(.92)
}

 #maind .blog img {
 
 transition: all 0.3s ease-in-out;
  min-width: 100%;
  height: 25rem;
  display: flex;
}

#maind .blog .blog-content {
  padding: 15px 0px 0px 0px;
}

#main .blog .blog-content {
  padding: 20px 0px 0px 3px;
}

/* -- blog author -- */

.blog-author {
    margin: 40px 0px;
}

.blog-author .media .media-left {
    padding-right: 20px;
}

.blog-author .media {
    padding: 20px;
    border: 1px solid #EEE;
}

.blog-author .media .media-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.blog-author .media .media-heading h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}


/* -- blog comments -- */

.blog-comments {
    margin: 40px 0px;
}

.blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px;
}

.blog-comments .media:first-child {
    border-bottom: 0px;
}

.blog-comments .media:last-child {
    border-bottom: 1px solid #EEE;
}

.blog-comments .media .media-left {
  padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom:10px;
}

.blog-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}

.blog-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.blog-comments .media.author {
    background-color: #F4F4F4;
    border-color: #143d51;
    border-bottom: 1px solid #143d51;
}
.blog-comments .media.author>.media-body>.media-heading {
    color: #143d51;
}

.blog-comments .media.author + .media {
    border-top: 0px;
}


.reply-form form .main-btn {
    margin: 0;
}

.reply-form form .form-control {
    border-radius: 0;
}

.blog-content .fas {
    color: #143d51;
}

.card {
 padding-top: 50px;
 padding-bottom: 50px;
 border-radius: 30px;
 background-color: #143d51;
}

.testimo img {
    max-width: 150px;
}

.testimo .client {
    color: black;
     font-weight: bolder;
}

.rounded-circle {
    border-radius: 100%!important;
}

.account .join{
 padding-left: 50px!important;
   padding-right: 50px!important; 
}

.bus img {
width:60%!important;
height: 700px;
}

.drive img {
width:100%!important;
height: 700px;
}

#heroc .cent{
 border-radius: 80px; background-color:#143d51;
}

#heroc .feat i{
font-size: 18px!important
}

.img-thumbnail2 {
    border-top: 2px solid #dddddd;
    background-color: #dddddd;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 120px!important;
}

   }

@media (min-width: 992px) and (max-width: 1199.98px) { 

h1 {

    font-size: 2.2rem!important;
}

h2 {

    font-size: 2rem!important;
}

h3 {

    font-size: 1.5rem!important;
}

h4 {

    font-size: 1.3rem!important;
}

h5 {

    font-size: 1.1rem!important;
}

h6 {

    font-size: 1rem!important;
}

p {
    font-size: 0.90rem;
}

p.stand{
   padding-left: 200px!important;
   padding-right: 200px!important;
}

#aside {
    margin-top: 15px;
}

#aside .widget {
    margin-bottom: 30px !important;
}

.widget h3 {
  text-transform: uppercase;
}

/* -- search sidebar -- */

#aside .widget-search {
    position: relative;
}

#aside .widget-search .search-input {
     width: 100%;
    border-radius: 0;
    padding-right: 50px;
}

#aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
      bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #073992;
}

/* -- video sidebar -- */

#aside video {
 text-align: center;
 
}

/* -- video sidebar -- */


#blog{
    width: 100%;
 margin: 0;
  padding: 0;
  overflow: hidden;
}

.blog {
    background-color: #fff;
    margin: 5px 0px;

    
    
}



.blog .blog-content {
    padding: 20px 5px 10px 15px
}

.blog .blog-meta {
    margin-bottom: 20px;
}

.blog .blog-meta li {
    display: inline-block;
    font-size: 14px;
    color: #10161A;
    margin-right: 10px;
}

.blog .blog-meta li i {
    color: #143d51;
    margin-right: 5px;
}

/*------------------------------------*\
    Blog post
\*------------------------------------*/

#main .blog img {
 
 transition: all 0.3s ease-in-out;
  min-width: 100%;
  height: 20rem;
  display: flex;
}

 
#main .blog:hover img {
  transform: scale(.92)
}

 #maind .blog img {
 
 transition: all 0.3s ease-in-out;
  min-width: 100%;
  height: 25rem;
  display: flex;
}

#maind .blog .blog-content {
  padding: 15px 0px 0px 0px;
}

#main .blog .blog-content {
  padding: 20px 0px 0px 3px;
}

/* -- blog author -- */

.blog-author {
    margin: 40px 0px;
}

.blog-author .media .media-left {
    padding-right: 20px;
}

.blog-author .media {
    padding: 20px;
    border: 1px solid #EEE;
}

.blog-author .media .media-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.blog-author .media .media-heading h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}


/* -- blog comments -- */

.blog-comments {
    margin: 40px 0px;
}

.blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px;
}

.blog-comments .media:first-child {
    border-bottom: 0px;
}

.blog-comments .media:last-child {
    border-bottom: 1px solid #EEE;
}

.blog-comments .media .media-left {
  padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom:10px;
}

.blog-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}

.blog-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.blog-comments .media.author {
    background-color: #F4F4F4;
    border-color: #143d51;
    border-bottom: 1px solid #143d51;
}
.blog-comments .media.author>.media-body>.media-heading {
    color: #143d51;
}

.blog-comments .media.author + .media {
    border-top: 0px;
}


.reply-form form .main-btn {
    margin: 0;
}

.reply-form form .form-control {
    border-radius: 0;
}

.blog-content .fas {
    color: #143d51;
}

.card {
 padding-top: 50px;
 padding-bottom: 50px;
 border-radius: 30px;
 background-color: #143d51;
}

.testimo img {
    max-width: 150px;
}

.testimo .client {
    color: black;
     font-weight: bolder;
}

.rounded-circle {
    border-radius: 100%!important;
}

.account .join{
 padding-left: 50px!important;
   padding-right: 50px!important; 
}

.bus img {
width:60%!important;
height: 700px;
}

.drive img {
width:100%!important;
height: 700px;
}

#heroc .cent{
 border-radius: 80px; background-color:#143d51;
}

#heroc .feat i{
font-size: 18px!important
}

.img-thumbnail2 {
    border-top: 2px solid #dddddd;
    background-color: #dddddd;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 150px!important;
}

 }


@media (min-width: 1200px) { 

h1 {
    font-weight: 900;
    font-size: 2.2rem!important;
}

h2 {
    font-weight: 900;
    font-size: 2rem!important;
}

h3 {
    font-weight: 900;
    font-size: 1.5rem!important;
}

h4 {
    font-weight: 900;
    font-size: 1.3rem!important;
}

h5 {
    font-weight: 700;
    font-size: 1.1rem!important;
}

h6 {
    font-weight: 700;
    font-size: 1rem!important;
}

p {
    font-size: 0.90rem;
}

p.stand{
   padding-left: 200px!important;
   padding-right: 200px!important;
}

p.market{
   padding-left: 5px!important;
   padding-right: 5px!important;
   font-size: 0.80rem!important;
}

section h5 {
    font-size:1rem!important;
}

ul li a {
    list-style-type: none;
    text-decoration: none;
     font-size: 0.90rem!important;
     font-family: 'Open Sans', sans-serif!important;
}

a {
    text-decoration: none;
    transition: .2s opacity;
    font-size: 0.80rem;
     font-family: 'Open Sans', sans-serif!important;
}

a:hover {
    color: #143d51!important;
    text-decoration: underline;
    transition: .2s opacity;
    font-size: 0.80rem!important;
}

#aside {
    margin-top: 15px;
}

#aside .widget {
    margin-bottom: 30px !important;
}

.widget h3 {
  text-transform: uppercase;
}

/* -- search sidebar -- */

#aside .widget-search {
    position: relative;
}

#aside .widget-search .search-input {
     width: 100%;
    border-radius: 0;
    padding-right: 50px;
}

#aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
      bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #073992;
}

/* -- video sidebar -- */

#aside video {
 text-align: center;
 
}

/* -- video sidebar -- */


#blog{
    width: 100%;
 margin: 0;
  padding: 0;
  overflow: hidden;
}

.blog {
    background-color: #fff;
    margin: 5px 0px;
}

.blog .blog-content {
    padding: 20px 5px 10px 15px
}

.blog .blog-meta {
    margin-bottom: 20px;
}

.blog .blog-meta li {
    display: inline-block;
    font-size: 14px;
    color: #10161A;
    margin-right: 10px;
}

.blog .blog-meta li i {
    color: #143d51;
    margin-right: 5px;
}

/*------------------------------------*\
    Blog post
\*------------------------------------*/

#main .blog img {
 
 transition: all 0.3s ease-in-out;
  min-width: 100%;
  height: 20rem;
  display: flex;
}

 
#main .blog:hover img {
  transform: scale(.92)
}

 #maind .blog img {
 
 transition: all 0.3s ease-in-out;
  min-width: 100%;
  height: 25rem;
  display: flex;
}

#maind .blog .blog-content {
  padding: 15px 0px 0px 0px;
}

#main .blog .blog-content {
  padding: 20px 0px 0px 3px;
}

/* -- blog author -- */

.blog-author {
    margin: 40px 0px;
}

.blog-author .media .media-left {
    padding-right: 20px;
}

.blog-author .media {
    padding: 20px;
    border: 1px solid #EEE;
}

.blog-author .media .media-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.blog-author .media .media-heading h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

.blog-comments {
    margin: 40px 0px;
}

.blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px;
}

.blog-comments .media:first-child {
    border-bottom: 0px;
}

.blog-comments .media:last-child {
    border-bottom: 1px solid #EEE;
}

.blog-comments .media .media-left {
  padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom:10px;
}

.blog-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}

.blog-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.blog-comments .media.author {
    background-color: #F4F4F4;
    border-color: #143d51;
    border-bottom: 1px solid #143d51;
}
.blog-comments .media.author>.media-body>.media-heading {
    color: #143d51;
}

.blog-comments .media.author + .media {
    border-top: 0px;
}


.reply-form form .main-btn {
    margin: 0;
}

.reply-form form .form-control {
    border-radius: 0;
}

.blog-content .fas {
    color: #143d51;
}

.card {
 padding-top: 50px;
 padding-bottom: 50px;
 border-radius: 30px;
 background-color: #143d51;
}

.testimo img {
 max-width: 150px;
}

.testimo .client {
 color: black;
 font-weight: bolder;
}

.rounded-circle {
    border-radius: 100%!important;
}

.account .join{
 padding-left: 50px!important;
 padding-right: 50px!important; 
}

.bus img {
width:60%!important;
height: 700px;
}

.drive img {
width:100%!important;
height: 700px;
}

#heroc .cent{
 border-radius: 80px; 
 background-color:#143d51;
}

#heroc .feat i{
font-size: 18px!important;
}

.img-thumbnail2 {
    border-top: 2px solid #dddddd;
    background-color: #dddddd;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 150px!important;
}

 }