@media only screen and (max-width: 767px) {
  /* Reset CSS */
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 25px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .ptb-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .ptb-70 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pb-10 {
    padding-bottom: 20px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .no-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  p {
    font-size: 14px;
  }
  .primary-btn,
  .secondary-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
  .btn-text {
    font-size: 14px;
  }
  /* Section Title CSS */
  .section-title {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -5px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .section-title h2 span {
    width: 60px;
  }
  /* -----------------------------------------
	Header CSS
	----------------------------------------- */
  .header-area .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-area .header-top .header-left {
    text-align: center;
  }
  .header-area .header-top .header-left .contact-info-list li {
    font-size: 12px;
    margin-right: 10px;
  }
  .header-area .header-top .header-left .contact-info-list li:last-child {
    padding-top: 5px;
  }
  .header-area .header-top .header-left .contact-info-list i {
    font-size: 12px;
  }
  .header-area .header-top .header-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-area .header-top .header-right .social-link {
    padding-right: 20px;
    padding-top: 0;
  }
  .header-area .header-top .header-right .language {
    padding-top: 0;
  }
  .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav {
    margin-top: 62px;
  }
  /* -----------------------------------------
	Banner CSS
	----------------------------------------- */
  .home-banner-area .banner-content {
    text-align: center;
    margin: auto;
    max-width: 512px;
    padding: 60px 0 185px;
  }
  .home-banner-area .banner-content .title {
    font-size: 30px;
    margin-top: -5px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .home-banner-area .banner-content .title span {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home-banner-area .banner-content .text {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .home-banner-area .owl-carousel .owl-dots {
    top: auto;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .home-banner-area .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
  }
  .banner-style-two .banner-content {
    text-align: center;
    margin: auto;
    max-width: 100%;
    padding: 40px 10px;
  }
  .banner-style-two .banner-content .title {
    font-size: 28px;
  }
  .banner-style-two .banner-content .actions-btn {
    text-align: center;
  }
  .banner-style-two .banner-content .actions-btn a {
    margin-right: 5px;
  }
  .banner-style-two .slider-item {
    padding: 60px 0 180px;
  }
  /* -----------------------------------------
	About CSS
	----------------------------------------- */
  .about-section .content {
    margin-top: -5px;
  }
  .about-section .image .overlay-text {
    left: -66px;
    bottom: 82px;
    padding: 10px;
  }
  .about-section .image .overlay-text h4 {
    font-size: 16px;
  }
  .about-section-two .content {
    text-align: center;
  }
  .about-section-two .image .image1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .about-section-two .image .image1 img {
    width: 100%;
  }
  .about-section-two .image .image2 {
    display: block;
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
  }
  .about-section-two .image .image2 img {
    width: 100%;
    top: -0;
  }
  .about-section-two .image::before {
    width: 100px;
    height: 100px;
    border-width: 5px;
    right: 0;
    left: auto;
    top: 0;
  }
  .about-section-three {
    margin-top: -50px;
  }
  .about-section-three .image {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-section-three .image .image1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .about-section-three .image .image2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .about-section-three .image .image3 {
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
  /* -----------------------------------------
	Service CSS
	----------------------------------------- */
  .service-section .item-single .content {
    padding: 20px 15px;
  }
  .service-section-two .section-title {
    text-align: center;
  }
  .service-section-two .section-title .title-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-section-two .section-title .title-content p {
    padding-left: 0;
  }
  .service-section-two .section-title .title {
    margin-bottom: 5px;
  }
  /* -----------------------------------------
	Choose CSS
	----------------------------------------- */
  .choose-section .content {
    text-align: center;
  }
  .choose-section .content .fun-fact {
    margin-bottom: 0;
  }
  .choose-section .image {
    margin-right: 0;
  }
  .choose-section .image::before {
    width: 100px;
    height: 100px;
    border-width: 5px;
  }
  .choose-section-two .content {
    padding: 40px 20px;
    text-align: center;
  }
  .choose-section-two .content .section-title {
    text-align: center;
  }
  .choose-section-two .content .features .item-single {
    text-align: left;
  }
  .promo-contact-area {
    top: -50px;
  }
  /* -----------------------------------------
	Blog CSS
	----------------------------------------- */
  .blog-section .item-single .date {
    width: 60px;
    height: 60px;
    top: -30px;
  }
  .blog-section .item-single .content {
    padding: 20px 15px;
  }
  .blog-section .item-single .content .title {
    font-size: 18px;
  }
  .blog-section .item-single .content .author {
    padding-left: 55px;
    font-size: 12px;
  }
  /* -----------------------------------------
	Newsletter CSS
	----------------------------------------- */
  .newsletter-area .title {
    text-align: center;
  }
  .newsletter-area .wrapper {
    padding: 30px 20px 10px;
    bottom: 0;
  }
  .newsletter-area .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsletter-area .newsletter-form .form-control {
    width: 100%;
    margin-bottom: 15px;
    border-width: 1px;
  }
  /* -----------------------------------------
	Transportation CSS
	----------------------------------------- */
  .transportation-section {
    padding-bottom: 0;
  }
  .transportation-section .wrapper {
    top: 0;
    margin-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
  .transportation-section .wrapper .transportation-form {
    padding-right: 0;
    padding-bottom: 50px;
    margin: 0;
    max-width: 100%;
  }
  .transportation-section .wrapper .transportation-form .form-control {
    width: 100% !important;
  }
  .transportation-section .wrapper .transportation-form .actions-btn {
    text-align: center;
  }
  .transportation-section .wrapper .transportation-form .actions-btn button {
    margin-right: 10px;
  }
  .transportation-section .video-content {
    height: 300px;
  }
  .transportation-section-two::after {
    content: none;
  }
  .transportation-section-two .tracking-form {
    padding: 40px 20px;
  }
  .transportation-section-two .row > [class*="col-"]:first-child {
    padding-right: 15px;
  }
  .transportation-section-two.style-two .transportation-form {
    padding-top: 0;
  }
  .transportation-section-two.style-two .actions-btn button {
    margin-right: 0;
  }
  .transportation-section-two.style-two .tracking-form {
    padding: 40px 20px;
    width: 100%;
    max-width: 100%;
  }
  /* -----------------------------------------
	Testimonial CSS
	----------------------------------------- */
  .testimonials-section .slider-item {
    padding: 30px 20px;
  }
  .testimonials-section .slider-item .content .client-image {
    top: -80px;
  }
  .testimonials-section .slider-item .content .client-name {
    margin-top: -50px;
  }
  /* -----------------------------------------
	Promo Service CSS
	----------------------------------------- */
  .promo-service-section {
    margin-top: -50px;
  }
  .promo-service-section .item-single {
    padding: 30px 12px;
  }
  .go-top {
    bottom: 1%;
    padding: 4px 9px;
  }
  .go-top i {
    vertical-align: -1px;
  }
  /* -----------------------------------------
	Page Title CSS
	----------------------------------------- */
  .page-title-area {
    padding: 60px 0;
  }
  .page-title-area .page-title-content h1 {
    margin-top: -3px;
    margin-bottom: 5px;
  }
  .pagination {
    margin-top: 20px;
  }
  /* -----------------------------------------
	Authentication CSS
	----------------------------------------- */
  .authentication-section .checkbox label {
    font-size: 12px;
  }
  .authentication-section .link a {
    font-size: 12px;
  }
  .authentication-section .form-group label {
    margin-bottom: 14px;
  }
  .tracking-order-area {
    top: -50px;
  }
  .tracking-order-area .inner-content .tracking-form .form-group {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }
  .tracking-order-area .inner-content .tracking-form .primary-btn {
    width: 100%;
  }
  .tracking-order-area .inner-content .form-inline div {
    width: 100%;
  }
  .team-section .item-single .content::after {
    height: 130%;
  }
  .contact-form {
    padding: 30px 15px;
  }
  .blog-details-area .pr-0 {
    padding-right: 15px !important;
  }
  .blog-details-area .pl-0 {
    padding-left: 15px !important;
  }
  .blog-details-area .blog-details-desc .comments-area {
    padding: 20px 15px;
  }
  .blog-details-area .image img {
    width: 100%;
  }
  .aside-widget-area .widget-post .article-item .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .aside-widget-area .widget-post .article-item .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
  .aside-widget-area .title-box {
    padding: 25px 20px;
    margin-bottom: 15px;
  }
  .coming-soon-section .coming-soon-box {
    padding: 30px 20px;
  }
  .coming-soon-section .coming-soon-box #timer {
    margin-bottom: 15px;
  }
  .coming-soon-section .coming-soon-box #timer .count {
    width: 90px;
    height: 95px;
    margin-bottom: 15px;
  }
  .coming-soon-section .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .coming-soon-section .newsletter-form .form-control {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* -----------------------------------------
	Header CSS
	----------------------------------------- */
  .header-area .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-area .header-top .header-left {
    text-align: center;
  }
  .header-area .header-top .header-right .social-link {
    padding: 10px 0;
    padding-right: 20px;
  }
  .header-area .header-top .header-right .language {
    padding: 10px 0;
  }
  .header-area.header-style-two .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-area.header-style-two .header-top .header-left {
    text-align: center;
  }
  .header-area.header-style-two .header-top .header-left .contact-info-list li:last-child {
    padding-top: 5px;
  }
  .header-area.header-style-two .header-top .header-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-area.header-style-two .header-top .header-right .social-link {
    padding-right: 20px;
    padding-top: 0;
  }
  .header-area.header-style-two .header-top .header-right .language {
    padding-top: 0;
  }
  .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav {
    margin-top: 68px;
  }
  /* -----------------------------------------
	Banner CSS
	----------------------------------------- */
  .home-banner-area .banner-content .title {
    font-size: 35px;
  }
  .home-banner-area .banner-content .text {
    font-size: 15px;
  }
  .about-section-two .image .image1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .about-section-two .image .image1 img {
    width: auto;
    max-width: 100%;
  }
  .about-section-two .image .image2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .about-section-two .image .image2 .experience {
    margin-left: 20px;
  }
  .about-section-two .image .image2 img {
    width: auto;
    max-width: 100%;
    top: -250px;
  }
  .about-section-two .image::before {
    width: 150px;
    height: 150px;
    left: 60%;
    top: 10%;
  }
  /* -----------------------------------------
	Choose CSS
	----------------------------------------- */
  .choose-section-two .content {
    text-align: left;
  }
  .choose-section-two .content .section-title {
    text-align: left;
    margin-left: 0;
  }
  /* -----------------------------------------
	Promo Contact CSS
	----------------------------------------- */
  .promo-contact-area .inner-content .item-single .text {
    font-size: 13px;
  }
  .promo-contact-area .inner-content .item-single .title {
    font-size: 17px;
  }
  /* -----------------------------------------
	Promo Service CSS
	----------------------------------------- */
  .promo-service-section .item-single {
    padding: 30px 50px;
  }
  /* -----------------------------------------
	Choose CSS
	----------------------------------------- */
  .choose-section .container-fluid {
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .team-section .item-single .content::after {
    height: 130%;
  }
  /* -----------------------------------------
	Transportation CSS
	----------------------------------------- */
  .transportation-section .section-title {
    margin-left: 0;
  }
  .transportation-section .wrapper .transportation-form {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .transportation-section .wrapper .transportation-form .actions-btn {
    text-align: left;
  }
  .transportation-section-two.style-two .actions-btn button {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Reset CSS */
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  .pb-10 {
    padding-bottom: 0;
  }
  .ptb-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ptb-100 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-100 {
    padding-top: 90px;
  }
  .pb-100 {
    padding-bottom: 90px;
  }
  .ptb-70 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-70 {
    padding-top: 60px;
  }
  .pb-70 {
    padding-bottom: 60px;
  }
  .no-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  p {
    font-size: 15px;
  }
  /* Section Title CSS */
  .section-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .section-title p {
    max-width: 560px;
    font-size: 15px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .header-area .header-top .header-right .social-link {
    padding-right: 20px;
  }
  /* -----------------------------------------
	Banner CSS
	----------------------------------------- */
  .home-banner-area .banner-content {
    max-width: 540px;
    padding: 100px 0 195px;
    margin-left: 0;
    margin-right: auto;
  }
  .home-banner-area .banner-content .title {
    font-size: 38px;
    margin-top: -1px;
  }
  .banner-style-two .banner-content {
    max-width: 560px;
    padding: 40px 20px;
    margin-left: auto;
    text-align: center;
  }
  .banner-style-two .banner-content .title span {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .banner-style-two .slider-item {
    padding: 100px 0 180px;
  }
  /* -----------------------------------------
	Choose CSS
	----------------------------------------- */
  .choose-section .container-fluid {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .choose-section .content {
    width: 100%;
    max-width: 100%;
    margin-top: -4px;
  }
  .choose-section .content .fun-fact {
    margin-bottom: 0;
  }
  .choose-section .image {
    margin-right: 0;
  }
  .about-section-two .row > [class*="col-"]:last-child {
    max-width: 100%;
  }
  .about-section-three .content {
    margin-left: 0;
    max-width: 100%;
  }
  .about-section-three .row > [class*="col-"]:last-child {
    max-width: 100%;
  }
  /* -----------------------------------------
	Blog CSS
	----------------------------------------- */
  .blog-section .item-single .content .author {
    padding-left: 58px;
  }
  /* -----------------------------------------
	Newsletter CSS
	----------------------------------------- */
  .newsletter-area .wrapper {
    padding: 30px 30px 10px;
  }
  .newsletter-area .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsletter-area .newsletter-form .form-control {
    width: 100%;
    margin-bottom: 15px;
  }
  /* -----------------------------------------
	Transportation CSS
	----------------------------------------- */
  .transportation-section {
    padding-bottom: 0;
  }
  .transportation-section .section-title {
    margin-left: 0;
  }
  .transportation-section .wrapper {
    width: 100%;
  }
  .transportation-section .wrapper .transportation-form {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .transportation-section .wrapper .transportation-form .form-group .form-control {
    width: 100%;
  }
  .transportation-section .video-content {
    height: 400px;
  }
  .transportation-section-two::after {
    content: none;
  }
  .transportation-section-two.style-two .transportation-form {
    padding: 0;
  }
  .transportation-section-two.style-two .tracking-form {
    width: 100%;
  }
  /* -----------------------------------------
	Service CSS
	----------------------------------------- */
  .service-section-two .section-title {
    text-align: center;
  }
  .service-section-two .section-title .title-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-section-two .section-title .title-content p {
    padding-left: 0;
  }
  .service-section-two .section-title .title {
    margin-bottom: 10px;
  }
  .about-section-two .row > [class*="col-"]:last-child {
    width: 100%;
  }
  .tracking-order-area .inner-content .tracking-form .form-group {
    max-width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    padding-right: 0;
  }
  .tracking-order-area .inner-content .tracking-form .primary-btn {
    width: 100%;
  }
  .tracking-order-area .inner-content .form-inline div {
    width: 100%;
  }
  /* -----------------------------------------
	Page Title CSS
	----------------------------------------- */
  .page-title-area {
    padding: 90px 0;
  }
  .page-title-area .page-title-content h1 {
    margin-top: -3px;
    margin-bottom: 5px;
  }
  .aside-widget-area .widget-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .aside-widget-area .widget-post .title-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .aside-widget-area .widget-post .article-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Reset CSS */
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  /* Section Title CSS */
  .section-title {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 35px;
  }
  .section-title p {
    max-width: 560px;
    font-size: 15px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  /* -----------------------------------------
	Banner CSS
	----------------------------------------- */
  .home-banner-area .banner-content {
    max-width: 540px;
    padding: 100px 0 195px;
    margin-left: 0;
    margin-right: auto;
  }
  .home-banner-area .banner-content .title {
    font-size: 38px;
    margin-top: -1px;
  }
  .banner-style-two .banner-content {
    max-width: 560px;
    padding: 40px 20px;
  }
  .banner-style-two .slider-item {
    padding: 100px 0 180px;
  }
  /* -----------------------------------------
	Promo Contact CSS
	----------------------------------------- */
  .promo-contact-area .inner-content .item-single .text {
    font-size: 13px;
  }
  .promo-contact-area [class*="col-"] {
    padding-right: 0;
  }
  /* -----------------------------------------
	Choose CSS
	----------------------------------------- */
  .choose-section .content {
    max-width: 535px;
  }
  .choose-section .content .fun-fact .item-single h3 {
    font-size: 30px;
  }
  .choose-section .content .fun-fact .item-single h5 {
    font-size: 13px;
  }
  .choose-section .image {
    margin-right: 34px;
  }
  /* -----------------------------------------
	Blog CSS
	----------------------------------------- */
  .blog-section .item-single .date {
    width: 60px;
    height: 60px;
    top: -30px;
  }
  .blog-section .item-single .content .title {
    font-size: 18px;
  }
  .blog-section .item-single .content .author {
    padding-left: 50px;
    font-size: 12px;
  }
  /* -----------------------------------------
	Transportation CSS
	----------------------------------------- */
  .transportation-section .wrapper {
    width: 100%;
  }
  .transportation-section .wrapper .transportation-form {
    max-width: 460px;
    padding-right: 0;
  }
  .transportation-section-two.style-two .tracking-form {
    width: 100%;
  }
  .about-section-two .row > [class*="col-"]:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .about-section-two .image .image2 {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .about-section-two .image .image1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
  .about-section-two .image::before {
    top: 7%;
    left: 22%;
  }
  .about-section .image .overlay-text {
    left: -66px;
    bottom: 82px;
  }
  .about-section-three .image {
    padding-bottom: 145px;
  }
  .about-section-three .row > [class*="col-"]:last-child {
    max-width: 430px;
  }
  /* -----------------------------------------
	Service CSS
	----------------------------------------- */
  .service-section-two .section-title {
    text-align: center;
  }
  .service-section-two .section-title .title-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-section-two .section-title .title-content p {
    padding-left: 0;
  }
  .service-section-two .section-title .title {
    margin-bottom: 10px;
  }
  /* -----------------------------------------
	Page Title CSS
	----------------------------------------- */
  .page-title-area {
    padding: 100px 0;
  }
  .page-title-area .page-title-content h1 {
    margin-top: -3px;
    margin-bottom: 5px;
  }
  .aside-widget-area .widget-post .article-item .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .aside-widget-area .widget-post .article-item .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
  .tracking-order-area .inner-content .tracking-form .form-group {
    max-width: 36%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    padding-right: 0;
  }
}
/*# sourceMappingURL=responsive.css.map */