html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.hero-area-fix {
    position: relative;
    width: 100%;
    content: '';
    background: url("a.jpg") no-repeat scroll center center;
    background-size: cover;
    min-height: 700px;
    z-index: 1
}
.logo {
    padding: 32px 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}
.logo h2{
    font-family: "Montserrat",sans-serif;
    font-size: 24px;
    padding: 0;
    text-transform: uppercase;
}
span{
    color:#f51400;
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999
}

    .hero-text h1 {
        font-family: montserrat;
        color: blue;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 40px
    }

    .hero-text h3 {
        font-family: open sans,sans-serif;
        color: #fff;
        font-size: 24px;
        margin-top: 24px;
        margin-bottom: 25px;
        line-height: 28px;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        min-height: 40px
    }

    .hero-text h4 {
        color: #fff;
        font-family: open sans,sans-serif;
        font-size: 20px;
        margin-bottom: 60px
    }

    .typed-fade-out {
    opacity: 0;
    animation: 0;
    transition: opacity .25s
}
.typed-cursor {
    opacity: 1;
    font-weight: 100;
    color: #fff;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    -ms-animation: blink .7s infinite;
    -o-animation: blink .7s infinite;
    animation: blink .7s infinite;
    position: relative;
    top: -2px
}
.h_work_inner {
    position: relative;
}
.h_work_inner:before {
        content: "";
        max-width: 33%;
        width: 100%;
        position: absolute;
        height: 2px;
        top: 28px;
        
        border: 1px dashed #fc5a1a;
        /*right:10%*/
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .h_work_inner .h_work_item {
        text-align: center;
        cursor: pointer;
    }

        .h_work_inner .h_work_item .h-round:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-image: -webkit-radial-gradient(rgba(30, 141, 238, 0.1), #fc5a1a);
            background-image: -o-radial-gradient(rgba(30, 141, 238, 0.1), #fc5a1a);
            background-image: radial-gradient(rgba(30, 141, 238, 0.1), #fc5a1a);
            z-index: -1;
            border-radius: 50%;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
        }

        .h_work_inner .h_work_item .h-title {
            margin: 24px 0px 12px;
        }

        .h_work_inner .h_work_item:hover .h-round:before {
            -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
            transform: scale(1.4);
            opacity: 0;
        }

        .h_work_inner .h_work_item:hover h3 {
            color: #fc5a1a;
        }
        .h-title {
    font: 400 18px/36px "Montserrat", sans-serif;
    letter-spacing: 0.36px;
    color: #424242;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.text-p {
    font: 400 14px/26px "Poppins", sans-serif;
    color: #6b6d6f;
    letter-spacing: 0.28px;
}
.h-round {
    width: 58px;
       height: 58px;
    border-radius: 50%;
    background: #fc5a1a;
    font-size: 24px;
    line-height: 56px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
}

/* our values*/
#ourvalues {
    padding: 60px 0 40px 0;
}

    #ourvalues .box {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin: 0 10px 40px 10px;
        background: #fff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
        transition: all 0.3s ease-in-out;
        text-align: center;
    }

        #ourvalues .box:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    #ourvalues .icon {
        margin: 0 auto 15px auto;
        padding-top: 12px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        width: 60px;
        height: 60px;
    }

#ourvalues .icon i {
    font-size: 36px;
    line-height: 1;
}

#ourvalues .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 15px;
}

    #ourvalues .title a {
        color: #111;
    }

    #ourvalues .box:hover .title a {
        color: #f51400;
    }
/*<!-- list-->*/

ul {
    margin: 0;
    padding: 0;
}

.unorder-list {
    list-style: inherit;
}

 .list1 li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 2em;
      font: 400 14px/26px "Poppins", sans-serif;
    color: #6b6d6f;
    letter-spacing: 0.28px;
}
  
.dropdown-btn:hover {
  color: #f1f1f1;
}
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}
@media (max-width: 768px) {
  
.h_work_inner:before {
        content: "";
        max-width: 33%;
        width: 100%;
        position: absolute;
        height: 2px;
        top: 28px;
        
        border:hidden;
        /*right:10%*/
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
/* ============================
    About Us
=============================== */
.about-us-left {
    padding: 30px 40px 60px 30px;
}
.about-us-right {
    background: #08082A none repeat scroll 0 0;
    padding: 60px 110px 60px 75px;
}
.about-us-right .media {
    margin-top: 40px;
}
.about-us-right .media::first-child {
    margin-top: 0px;
}

.about-us-right .media .fa:before {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 60px;
    line-height: 59px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
    width: 60px;
}

.about-us-right .media:hover  .fa:before {
  background: #f51400 none repeat scroll 0 0;
        border: 1px solid transparent;
        color: #fff;
}
.about-us-right .media-heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}

.about-us-right .media p {
    color: #808080;
    font-size: 16px;
    line-height: 25px;
}
.about-us-right .media-body {
  padding: 0 20px;
}
.no-padding {
    padding: 0!important;
}
.section-title-left::after, .section-title::after, .single-pricing-table .pricing-title h2::after {
    background: #f51400 none repeat scroll 0 0;
}
.section-title {
    font-size: 30px;
    line-height: 30px;
    color: #08082A;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    letter-spacing: 3px;
    letter-spacing: 0.2rem;
    position: relative;
}
.section-title-left {
    font-size: 30px;
    line-height: 30px;
    color: #08082A;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    letter-spacing: 3px;
    letter-spacing: 0.2rem;
    position: relative;
}
.section-title-left:after {
  bottom: -15px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 65px;
}
.section-title:after {
  bottom: -20px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 65px;
}
@media only screen and (max-width: 600px) {
 .about-us-left {
    padding: 15px 20px 20px 15px;
}
.about-us-right {
    background: #08082A none repeat scroll 0 0;
    padding: 15px 15px 15px 15px;
}
}
.price-table {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}
.price-table .title {
  font-weight: 600;
  padding-top: 25px;
}
.price-table .price {
  font-size: 31px;
  font-weight: 700;
  margin: 12px auto;
}
.price-table .per-mile {
  background-color: #efefef;
  width: 130px;
  border-radius: 20px;
  margin: auto auto 35px auto;
}
.price-table ul.elements {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.price-table ul.elements li {
  padding: 8px;
}
.price-table ul.elements li:nth-child(odd) {
  background-color: #f6f6f6;
}
.price-table.active {
  background: #08082A;
  color: #fff;
}
.price-table.active .per-mile {
  background-color: rgba(255, 255, 255, 0.08);
}
.price-table.active a.nile-bottom {
  background-color: #2eb3a7;
}
.price-table.active ul.elements li:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.08);
}
