* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

ul, ol { list-style-type: none; }

/*===== FontFamily for all pages =====*/
@font-face {
    font-family: myFirstFont;
    src: url("../fontfamily/Oswald/static/Oswald-Regular.ttf");
}

@font-face {
    font-family: mySecondFont;
    src: url("../fontfamily/NotoSans/static/NotoSans-Regular.ttf");
}

/*=== Body ===*/
body {
    font-family: myFirstFont;
    font-size: 16px;
}


p {
    font-family: mySecondFont;
    font-size: 14px;
    font-style: normal;
    line-height: 1.6;
}

/*=== Container for center website ===*/
.container {
    max-width: 1200px;
    margin: auto;
}

.row { overflow: auto; }

/*===== 2 Columns layout =====*/
.maintextarea .col-50, .transportnews .column,
.companydetails .column, .history .column, .interflight .column, .warehouseserviceone .column,
.logisticserviceone .column, .contactform .column {
    width: 50%;
    float: left;
}

/*===== 3 Columns layout =====*/
.feature .column,
.transportdetails .column,
.missionlist .column, .blog_post2 .column, .warehouseinfodetails .column {
    width: 33.33%;
    float: left;
    padding: 5px;
}

/*===== 4 Columns layout =====*/
.servicetextarea .column, .meettheteam .column {
    width: 25%;
    float: left;
    padding: 5px;
}


.blog_post .leftunequal {
    width: 70%;
    float: left;
}

.blog_post .rightunequal {
    width: 30%;
    float: left;
    padding: 5px;
}



/*=== Sidenav Buttons ===*/

.mySidebutton a {
    position: fixed;
    left: -80px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    width: 100px;
    padding: 15px;
    border-radius: 0 5px 5px 0;
    z-index: 2;
    transition: 0.3s;
}

.mySidebutton .facebook {
    top: 250px;
    background-color: #1877f2;
}

.mySidebutton .googleplus {
    top: 310px;
    background-color: #db4437;
}

.mySidebutton .twitter {
    top: 370px;
    background-color: #1da1f2;
}

.mySidebutton .linkedin {
    top: 430px;
    background-color: #0a66c2;
}

.mySidebutton a:hover {
    left: 0;
    transition: 0.3s;
}


/*===== image for all pages =====*/
img {
    width: 100%;
    height: auto;
}

/*===== Button for all pages =====*/
button {
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

/*===== Main Menu for all pages =====*/

.Left_skewdropdownmenu {
    width: 100%;
    height: 50px;
    background-color: #E056A5;
    position: relative;
    font-family: mySecondFont;
    z-index: 2;
}

.Left_skewdropdownmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.Left_skewdropdownmenu li {
    float: left;
    width: 100px;
    transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
}

.Left_skewdropdownmenu li.first { margin-left: 10px; }

.first:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 15px;
    right: 100px;
    background-color: transparent;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.Left_skewdropdownmenu li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    background-color: #E056A5;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    position: absolute;
    left: -20px;
    top: 50px;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a span {
    transform: skew(0) !important;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: red;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.Left_skewdropdownmenu li a, .dropbtn {
    display: block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

.Left_skewdropdownmenu li a span {
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    display: block;
}

.Left_skewdropdownmenu li a:hover:not(.active),
.Left_skewdropdownmenu li a:hover,
.dropdown:hover .dropbtn {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.Left_skewdropdownmenu li a.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: bold;
}

.Left_skewdropdownmenu li.split {
    float: right;
    color: white;
}

.Left_skewdropdownmenu li.split:hover a {
    color: rgba(0, 0, 0, 0.2);
    background-color: transparent;
}


/*===== icons rules =====*/

.footerinfolistone li::before, .footerinfolisttwo li::before,
.services ol.breadcrumb li::before, .missiondetails .desc li::before,
.aboutustag ol.breadcrumb li + li::before, .blog ol.breadcrumb li + li::before,
.warehouse ol.breadcrumb li + li::before, .logistic ol.breadcrumb li + li::before,
.logisticserviceone blockquote::before, .logisticmainoverview ul li::before, .contact ol.breadcrumb li + li::before  {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


/*==================================

	       Index Page

==================================*/

/*=== HEAD ===*/
#head {
    background-color: #E74C3C;
    color: white;
    height: auto;
    text-align: center;
    padding: 50px;
}

.headtop {
    height: 50px;
    background-color: black;
}


/*=== Top social icons ===*/

.topsocialicons { float: right; }

.topsocialicons .fab {
    color: #E3F2FD;
    padding: 18px;
    font-size: 14px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s linear 0.1s;
}

.topsocialicons .fab:nth-child(1):hover,
.topsocialicons .fab:nth-child(2):hover,
.topsocialicons .fab:nth-child(3):hover,
.topsocialicons .fab:nth-child(4):hover,
.topsocialicons .fab:nth-child(5):hover,
.topsocialicons .fab:nth-child(6):hover {
    color: white;
    cursor: pointer;
    transition: all 0.3s linear 0.1s;
}

.topsocialicons .fab:nth-child(1):hover {
    background-color: #1877f2;
}

.topsocialicons .fab:nth-child(2):hover {
    background-color: #db4437;
}

.topsocialicons .fab:nth-child(3):hover {
    background-color: #1da1f2;
}

.topsocialicons .fab:nth-child(4):hover {
    background-color: red;
}

.topsocialicons .fab:nth-child(5):hover {
    background-color: #1ab7ea;
}

.topsocialicons .fab:nth-child(6):hover {
    background-color: #ea4c89;
}


/*=== Slider ===*/

.Slider {
    z-index: 1;
}

.mySlides {
    display: none;
}

.mySlides img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
    z-index: 1;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.slideractive {
    background-color: red;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .7
    }

    to {
        opacity: 1
    }
}

/*=== FEATURE ===*/

.feature {
    margin: 20px 0;
}

.feature .gallery, .blog_post2 .gallery {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.feature .gallery {
    height: 430px;
    border: 1px solid #e7e7e7;
}

.blog_post2 .gallery {
    height: 550px;
    border: 1px solid #38aee0;
}

.type {
    position: relative;
    height: 230px;
}

.iconblock, .dateblock span.date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 50%;
    background-color: #9B59B6;
}

.iconblock i {
    color: white;
    padding: 35px;
    font-size: 30px;
    text-align: center;
}

.feature h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.feature div.description, .blog_post2 .description {
    padding: 15px;
    text-align: left;
}

.btn1 {
    background-color: #E74C3C;
    color: white;
    margin: 5px 0;
    font-weight: 600;
    transition: all 1s ease;
}

.btn1:hover {
    background-color: #FF9F41;
    color: #804000;
    transition: all 1s ease;
}

.btn3 {
    float: right;
    background-color: cadetblue;
    color: white;
    margin: 5px 0;
    font-weight: 600;
}

.btn3:hover {
    background-color: rebeccapurple;
    color: white;
}

.type svg {
    position: absolute;
    bottom: 0;
    left: 20px;
}

/*=== Parallax ===*/

.parallaxeffect {
    position: relative;
    height: 580px;
}

.parallax {
    /* Create the parallax scrolling effect */
    background: transparent url("../img/img_parallax.jpg") no-repeat fixed center;
    height: 100%;
    background-size: cover;
}

.angledivshape::before,
.angledivshape::after {
    background-color: #9B59B6;  
}

.angledivshape::before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.angledivshape::after {
    content: '';
    width: 20%;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 105%);
    position: absolute;
    top: 0;
    left: 410px;
}

.maintextarea {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 20px 50px;
    color: white;
}

.maintextarea p {
    font-size: 16px;
    text-align: justify;
    text-indent: 50px;
    margin: 20px 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 15px;
    resize: none;
}

.btn2 {
    width: 100%;
    background-color: #FF5722;
    color: white;
    font-weight: 600;
    border-radius: 4px;
    text-transform: capitalize;
    transition: 0.3s;
}

.btn2:hover {
    background-color: #FF9F41;
    color: #804000;
    transition: 0.3s;
}


/*=== transportnews ===*/

.chooseus {
    margin: 30px 0;
}

.chooseus h2 {
    text-align: center;
}

.mainaccordion {
    margin: 0 25px 25px 0;
}

.accordion::before,
.accordion::after,
.accactive::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.accordion {
    background-color: #2196F3;
    color: white;
    position: relative;
    cursor: pointer;
    width: 100%;
    padding: 0;
    border: 1px solid #004080;
    text-align: left;
    outline: none;
    font-family: myFirstFont;
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.accactive, .accordion:hover {
    background-color: #5efc8d;
    color: #02641f;
    border: 1px solid #5efc8d;
}

.accordion::before {
    content: '\f061';
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #0d47a1;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 50px;
}

.accordion:hover::before,
.accactive::before {
    background-color: #00875a;
    color: white;
}

.accordion::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    border-left: 25px solid #0d47a1;
    background: transparent;
    border-top: 50px solid transparent;
}

.accordion:hover::after, .accactive::after {
    border-left: 25px solid #00875a;
}

.accactive::before {
    content: '\f063';
    text-align: center;
}

.panel {
    padding: 0 18px;
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid darkkhaki;
    font-family: mySecondFont;
    text-align: justify;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
    -webkit-transition: max-height 1s ease-out;
    /* Webkit */
    -moz-transition: max-height 1s ease-out;
    /* Mozilla */
    -ms-transition: max-height 1s ease-out;
    /* Internet Explorer */
    -o-transition: max-height 1s ease-out;
    /* Opera */
}

.smallImgtxt {
    margin: 40px 0;
}

.smallImgtxt::after {
    content: "";
    clear: both;
    display: table;
}

.smallImgtxt img {
    width: 150px;
    height: auto;
    float: left;
    margin-right: 25px;
}

.smallImgtxt h4 {
    line-height: 40px;
}

.transportnews .smallImgtxt i.fa-user {
    background-color: #D66459;
    color: white;
    padding: 14px;
    font-weight: bold;
}

.transportnews .smallImgtxt i.fa-clock {
    background-color: #98CA32;
    color: white;
    padding: 14px;
    font-weight: bold;
}

.transportnews .smallImgtxt i.fa-comments {
    background-color: #0C8FC7;
    color: white;
    padding: 14px;
    font-weight: bold;
}


/*===  transportdetails section ===*/

.transportdetails {
    background-color: #8E44AD;
    color: white;
}

.aboutus, .information, .transportoffice {
    width: 100%;
    position: relative;
}

.transportoffice {
    overflow: hidden;
}

.foot_title1, .foot_title2, .foot_title3 {
    background-color: #1565c0;
    width: 150px;
    height: 50px;
    padding: 5px 15px;
    margin: 20px 0;
}

.foot_title1 h2, .foot_title2 h2, .foot_title3 h2 {
    color: #d1d5de;
    text-align: left;
}

.foot_title1 svg, .foot_title2 svg, .foot_title3 svg {
    position: absolute;
}

.foot_title1 svg {
    top: 0;
    left: 150px;
}

.foot_title2 svg {
    top: 0;
    left: 0;
    transform: translate(50%, 0%);
}

.foot_title3 svg {
    top: 20px;
    left: 200px;
}

.foot_title1 svg polygon, .foot_title2 svg polygon, .foot_title3 svg polygon {
    fill: #1565c0;
    stroke: transparent;
}

.footdescription p {
    text-align: justify;
    margin: 10px 30px 10px 0;
    font-size: 16px;
}

.transportdetails span i {
    font-size: 20px;
    margin: 0 10px 10px 0;
    transition: all 0.3s linear 0.1s;
}

.transportdetails span i:hover {
    color: chartreuse;
    cursor: pointer;
    transform: rotate(360deg);
    transition: all 0.3s linear 0.1s;
}

.footerinfolistone,
.footerinfolisttwo {
    width: 50%;
    float: left;
}

.footerinfolistone > ul > li,
.footerinfolisttwo > ul > li {
    display: block;
    color: white;
    text-align: left;
    padding-bottom: 10px;
    text-decoration: none;
    font: 400 16px mySecondFont;
}

.footerinfolistone li::before,
.footerinfolisttwo li::before {
    content: '\f30b';
    color: white;
    margin-right: 10px;
}


.officeinfo p {
    font: 400 16px mySecondFont;
    text-align: justify;
    line-height: 1.6;
    margin: 10px 25px 10px 0;
}

.officeinfo span {
    margin-left: 10px;
}


/*==================================

	       Services Page

==================================*/

.servicestitle, .aboutustitle, .blogtitle, .warehousetitle, .logisticstitle, 
.contacttitle {
    background: #ccc url(../img/bg01.jpg) no-repeat local center;
    height: 300px;
    background-size: cover;
    position: relative;
}

.imageoverlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(238, 238, 238, 0.8);
    width: 100%;
    height: 100%;
}

.entry_title {
    position: absolute;
    top: 50px;
    left: 80px;
}

.servicestitle .entry_title h1, .aboutustitle .entry_title h1,
.blogtitle .entry_title h1, .warehousetitle .entry_title h1, 
.logisticstitle .entry_title h1, .contacttitle .entry_title h1 {
    font: 700 48px myFirstFont;
    color: #111;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

/* Braedcumb */

.services, .aboutustag, .blog, .warehouse, .logistic, .contact {
    position: absolute;
    bottom: 0;
    left: 75px;
}

.services ol.breadcrumb, .aboutustag ol.breadcrumb, .blog ol.breadcrumb, 
.warehouse ol.breadcrumb, .logistic ol.breadcrumb, .contact ol.breadcrumb {
    padding: 7px 24px;
    list-style-type: none;
    background-color: #232331;
}

.servicestitle svg, .aboutustitle svg, .blogtitle svg, .warehousetitle svg,
.logisticstitle svg, .contacttitle svg {
    position: absolute;
    bottom: 0;
    height: 40px;
}

.servicestitle svg {
    left: 315px;
}

.aboutustitle svg {
    left: 285px;
}

.blogtitle svg {
    left: 383px;
}

.services ol.breadcrumb li, .aboutustag ol.breadcrumb li, 
.blog ol.breadcrumb li, .warehouse ol.breadcrumb li, .logistic ol.breadcrumb li,
.contact ol.breadcrumb li {
    display: inline;
    font-size: 18px;
}

.services ol.breadcrumb li + li::before, .aboutustag ol.breadcrumb li + li::before,
.blog ol.breadcrumb li + li::before,  .warehouse ol.breadcrumb li + li::before,
.logistic ol.breadcrumb li + li::before, .contact ol.breadcrumb li + li::before {
    content: "\f061";
    padding: 8px;
    color: white;
}

.services ol.breadcrumb li a, .aboutustag ol.breadcrumb li a, .blog ol.breadcrumb li a,
.warehouse ol.breadcrumb li a, .logistic ol.breadcrumb li a, .contact ol.breadcrumb li a {
    color: white;
    text-decoration: none;
    font-family: mySecondFont;
}

.servicesarea {
    position: relative;
    height: 500px;
    background-image: url("../img/img_tree.gif"), url("../img/img_flwr.gif");
    background-repeat: no-repeat;
    background-position: right 25px bottom, left 100px bottom;
    background-origin: border-box;
}

.servicesarea .textarea {
    position: absolute;
    top: 100px;
    padding-right: 250px;
}

.servicesarea .textarea p,
.servicesareaanimation p {
    font: 400 16px mySecondFont;
    line-height: 1.6;
    text-align: justify;
}

.servicesareaanimation {
    background: linear-gradient(to right, #87CEEB 30%, #66c1e5 70%);
    color: #003366;
    height: 540px;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.servicesareaanimation .fa-plane {
    font-size: 50px;
    animation: flyingplane 20s linear 1s infinite;
    margin-bottom: 50px;
}


@keyframes flyingplane {

    100% {
        transform: translateX(1500px);
    }

}

.servicesareaanimation .fa-cloud {
    color: #DDE7EE;
    font-size: 30px;
    position: absolute;
}

.servicesareaanimation p .fa-cloud:first-child {
    top: 30px;
    left: 120px;
}

.servicesareaanimation p .fa-cloud:nth-child(2) {
    top: 30px;
    left: 180px;
}

.servicesareaanimation p .fa-cloud:nth-child(3) {
    top: 50px;
    left: 500px;
}

.servicesareaanimation p .fa-cloud:nth-child(4) {
    top: 60px;
    left: 800px;
}

.servicesareaanimation p .fa-cloud:last-child {
    top: 20px;
    left: 850px;
}

.servicesareaanimation .group_A i, .servicesareaanimation .group_B i,
.servicesareaanimation .group_C i {
    font-size: 30px;
}

.servicesareaanimation .group_A .fa-home, .servicesareaanimation .group_B .fa-home,
.servicesareaanimation .group_C .fa-home {
    color: #000080;
}

.servicesareaanimation .group_A .fa-city,
.servicesareaanimation .group_B .fa-city,
.servicesareaanimation .group_C .fa-city {
    color: #CE8946;
}


.servicesareaanimation .group_A .fa-hospital,
.servicesareaanimation .group_B .fa-hospital,
.servicesareaanimation .group_C .fa-hospital,
.servicesareaanimation .group_A .fa-hospital-alt,
.servicesareaanimation .group_B .fa-hospital-alt,
.servicesareaanimation .group_C .fa-hospital-alt {
    color: #006400;
}

hr.new1 {
    background: linear-gradient(to top, #5a5a5a 0%, #8a8a8a 100%);
    height: 110px;
}

p.new2,
p.new3,
p.new4,
p.new5,
p.new6,
p.new7,
p.new8,
p.new9,
p.new10 {
    border-bottom: 6px solid white;
    width: 50px;
    position: absolute;
    bottom: 50px;
}

p.new2 {
    left: 120px;
}

p.new3 {
    left: 240px;
}

p.new4 {
    left: 360px;
}

p.new5 {
    left: 480px;
}

p.new6 {
    left: 600px;
}

p.new7 {
    left: 720px;
}

p.new8 {
    left: 840px;
}

p.new9 {
    left: 960px;
}

p.new10 {
    left: 1080px;
}

.servicetextarea {
    background-color: #b7d7e8;
    padding: 50px 0;
}

.servicetextarea .box {
    height: 420px;
    padding: 20px 20px;
    border-radius: 20px;
}

.servicetextarea .column:first-child .box {
    background: linear-gradient(45deg, #0498fb, #81ccfd);
}

.servicetextarea .column:nth-child(2) .box {
    background: linear-gradient(45deg, #ef5d8d, #f6a2be);
}

.servicetextarea .column:nth-child(3) .box {
    background: linear-gradient(45deg, #0ebe5d, #41f190);
}

.servicetextarea .column:nth-child(4) .box {
    background: linear-gradient(45deg, #daa30b, #f4c030);
}

.servicetextarea .box h1 {
    font-family: myFirstFont;
    font-size: 100px;
    color: white;
    text-align: center;
    opacity: 0.4;
}

.servicetextarea .box h3 {
    font-family: mySecondFont;
    text-align: center;
}

.servicetextarea .box p {
    font-family: mySecondFont;
    text-align: left;
    margin: 10px 0;
}

.transportconclusion {
    padding: 30px 0;
}

/*==================================

	       About us Page

==================================*/

.companyinfo {
    margin: 10px;
}

.companyinfo h2,
.skillinfo h2 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 25px 0;
}

.companydetails button {
    background-color: #ffbe76;
    color: #0C0701;
    border: 1px solid #ffbe76;
    font-weight: 600;
    margin-bottom: 25px;
}

.companydetails p {
    user-select: none;
    margin-bottom: 10px;
    margin-right: 25px;
}

.skillinfo p {
    text-transform: uppercase;
    margin-top: 10px;
}

.skillinfo .containerskillbar {
    width: 100%;
    background-color: #ddd;
}

.containerskillbar .skills {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}

.grt {
    width: 90%;
    background-color: #04AA6D;
}

.crg {
    width: 80%;
    background-color: #2196F3;
}

.wh {
    width: 65%;
    background-color: #f44336;
}

.ls {
    width: 60%;
    background-color: #808080;
}

.missionlist, .logisticserviceoverview {
    background-color: #b7d7e8;
    color: #26312f;
    padding: 30px 0;
}

.missiondetails {
    border: 1px solid #38aee0;
    height: 600px;
}

.missiondetails img {
    width: 100%;
    height: auto;
}

.missiondetails h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

div.desc {
    padding: 15px 10px;
    text-align: left;
    font-family: mySecondFont;
    font-size: 16px;
    line-height: 1.6;
}

.desc ul {
    list-style-position: inside;
}

.desc li {
    margin-bottom: 10px;
}

.missiondetails .desc li::before {
    content: '\f061';
    margin-right: 10px;
    font-size: 15px;
}


.history {
    padding: 30px 0;
}

.history h2 {
    text-transform: uppercase;
    line-height: 100px;
}

.history p {
    padding-right: 30px;
    text-align: justify;
    text-indent: 30px;
}


/* Quote Slideshow */

.quoteslideshow {
    position: relative;
    background: papayawhip;
}

/* Slides */
.quoteSlides {
    display: none;
    padding: 80px;
    text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: 0px;
    padding: 16px;
    color: #432109;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

/* The dot/bullet/indicator container */
.dotcircle {
    text-align: center;
    padding: 20px;
    background: #342e09;
}

/* The dots/bullets/indicators */
.dotround {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.quoteactive,
.dotround:hover {
    background-color: greenyellow;
}

/* Add an italic font style to all quotes */
q {
    font-style: italic;
    color: sienna;
}

/* Add a blue color to the author */
.author {
    color: sienna;
    float: right;
}


/* Meettheteam */

.meettheteam {
    background-color: #b7d7e8;
    padding: 30px 0;
}

.card {
    height: 435px;
    color: #26312f;
    -webkit-box-shadow: 0 8px 8px 0 rgba(0,60,79,8);
    box-shadow: 0 8px 8px 0 rgba(0,60,79,8);
    background-color: rgba(0, 60, 179, 0.2);
    border-radius: 5px;
    margin-bottom: 16px;
    transition: 0.3s;
}

.card .box {
    padding: 16px 16px;
}

.flighttext {
    padding: 20px 0;
}

.flighttext h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.flighttext p {
    text-align: justify;
    text-indent: 30px;
    padding-right: 20px;
}

.interflight video {
    width: 100%;
    height: auto;
}


/*==================================

	       Blog Page

==================================*/

.blog_post .blogpostimgone {
    background: transparent url(../img/post01.jpg) no-repeat local center;
    height: 450px;
    background-size: cover;
    position: relative;
    margin-right: 10px;
}

.blogpostimgone .dates {
    position: absolute;
    bottom: 0;
    background-color: #fba90a;
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 15px 0;
}

.blogpostimgone .dates span.month, .blogpostimgone .dates span.date, .blogpostimgone .dates span.year, .blog_post2 .iconblock span.month, .blog_post2 .iconblock span.year {
    text-align: center;
    font-family: mySecondFont;
    font-weight: 600;
    color: #342609;
    display: block;
}

.blog_post2 .iconblock span.month, .blog_post2 .iconblock span.year {
    color: #d5b8e0;
}

.blogpostimgone .dates span.date, .blog_post2 .center .date {
    font-family: myFirstFont;
    font-weight: 700;
    font-size: 30px;
}

.blogpostimgone svg {
    position: absolute;
    bottom: 0;
    left: 120px;
    width: 120px;
    height: 120px;
}

.blogpostimgone polygon {
    fill: #fba90a;
    stroke: none;
}

/* Blog input search button */
.blog_post form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background-color: #f1f1f1;
    border-radius: 5px 0 0 5px;
}

.blog_post form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    margin: 5px 0;
    background-color: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

.mainrecentpostwrap {
    display: inline-block;
}

.recentpost {
    overflow: auto;
    margin-bottom: 10px;
}

.recentpost img {
    width: 105px;
    height: 105px;
    float: left;
    object-fit: fill;
    margin-right: 10px;
}

.blog_post2 {
    background-color: #d3edf8;
    color: #11526e;
    padding-top: 20px;
}

.blog_post2 .center {
    line-height: 30px;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
}

.blog_post2 .center span { color: white; }

.blog_post3 { padding: 20px 0; }

.blog_post3 .blogposttext span {
    font-family: mySecondFont;
    font-size: 14px;
    margin-bottom: 20px;
}

.blog_post3 .blogposttext p {
    text-indent: 50px;
    margin: 20px 0;
}


/*==================================

	   Warehouse Page

==================================*/

.widgetsidebar, .logisticsidebar {
    position: relative;
    margin: 25px 50px 25px;
}

.widgetsidebar ul li.widgetserviceactive, .logisticsidebar ul li.logisticserviceactive {
    border: 1px solid red;
    height: 65px;
    background-color: red;
    color: white;
}

.widgetsidebar ul li, .logisticsidebar ul li {
    border: 1px solid #91a8ee;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.widgetsidebar ul li i, .logisticsidebar ul li i {
    float: left;
    padding: 20px;
    font-size: 24px;
    width: 65px;
    text-align: center;
    text-decoration: none;
    background-color: #91a8ee;
}

.widgetsidebar ul li:first-child i, .logisticsidebar ul li:first-child i {
    background-color: #990000;
    color: white;
}

.widgetsidebar ul li:first-child svg, .logisticsidebar ul li:first-child svg {
    position: absolute;
    top: 0;
    left: 65px;
    width: 65px;
    height: 65px;
}

.widgetsidebar ul li:last-child svg, .logisticsidebar ul li:last-child svg {
    position: absolute;
    top: 75px;
    left: 65px;
    width: 65px;
    height: 65px;
}

.warehouseserviceone .wrapper { padding: 30px 10px 30px; }

.warehouseborderdecoration {
    padding: 30px 0;
    background-color: #5d4037;
    color: #fff5e1;
}

.warehouseborderdecoration .borderimg {
    border: 10px solid transparent;
    padding: 15px;
    border-image: url(../img/border.png) 30% round;
}

.warehouseinfodetails {
    padding: 20px 0;
}

.warehouseinfodetails .contact_info address {
    display: block;
    font-family: mySecondFont;
    line-height: 2;
}


/*==================================

	   Logistic Page

==================================*/

.logisticserviceone blockquote {
    background-color: #a0f0b4;
    position: relative;
    margin: 25px 0;
    padding: 60px 30px 50px 50px;
    border-top: 2px solid #a0f0b4;
    font-size: 1rem;
    font-weight: 600;
    color: #092C12;
    letter-spacing: .05rem; 
}

.logisticserviceone blockquote::before {
    content: '\f10d';
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #0a4218;
    color: #a0f0b4;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.logisticserviceone blockquote svg {
    position: absolute;
    top: -2px;
    left: 40px;
    width: 40px;
    height: 40px;
}

.logisticmainoverview ul li::before {
    content: '\f0a4';
    padding-right: 8px;
}

.logisticmainoverview ul li {
    font-family: mySecondFont;
    font-size: 16px;
    line-height: 1.6;
}

.logisticoutsource {
    padding: 30px 0;
    line-height: 1.6;
}

/*==================================

	   Contact Page

==================================*/

.contactbg {
    margin: 50px auto;
    box-shadow: 0 0 5px #f1f1f1;
}

.text_info {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.inputinfo.inputbg {
    background-color: lightgreen;
    height: auto;
}

.inputinfo button {
    width: 48%;
    background-color: #158415;
    border: 2px solid #158415;
    padding: 8px;
    color: #FFF9F9;
    font-size: 15px;
    cursor: pointer;
    margin: 4px;
}

.inputbg {
    position: relative;
    padding: 25px;
    z-index: 1;
}

.inputbg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.text_info h3 {
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.info {
    overflow: auto;
    padding-top: 20px;
}

.info i {
    float: left;
    font-size: 24px;
}

.info p {
    margin-left: 40px;
    line-height: 25px;
}

.button-group .reset-btn {
    background-color: #dc3545;
    color: white;
    border: 2px solid #dc3545;
}



/*===  Footer ===*/
.footer {
    background-color: #674EA7;
    color: white;
    font-family: mySecondFont;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
