 /*
Theme Name: WL - Worldwide Logistics 
Author: SC Studio
Author URI: http://www.scstudio.com.ar
Description: WL responsive Wordpress theme
Version: 1.0
*/

/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    font-family: 'Asap', sans-serif;
    font-size: 17px;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none !important;
}

a,
button{
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
}

.container {
	position: relative;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}




/*############################# HEADER #############################*/


#header {
    position: relative;
    width: 100%;
    color: #FFF;
}

#header .top {
    width: 100%;
    background: #2e2a49;
    height: 52px;
}

#header .dropdown-toggle {
    background: none;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    padding: 11px 18px 11px 0;
}

#header .dropdown-toggle:after {
    content: "";
    width: 10px;
    height: 7px;
    background: url('img/icon-arrow-down.png');
    border: none;
    vertical-align: 0.1em;
}

#header .dropdown-toggle:hover:after {
    background-position: 0 -7px;
}

#header .dropdown-toggle:focus,
#header .dropdown-toggle:active {
    box-shadow: none;
}

#header .info {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    justify-content: center;
    margin: 3px 0 0 -110px;
}

#header .info li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    padding: 0 60px 0 22px;
}

#header .info li a {
	color: #FFF;
}


#header li:after {
    position: absolute;
    content: "";
}

#header li.item1:after {
    width: 13px;
    height: 23px;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background: url('img/icon-phone.png');
}

#header li.item1:hover:after {
    background-position: 0 -23px;
}

#header li.item2:after {
    width: 17px;
    height: 14px;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background: url('img/icon-envelope.png');
}

#header li.item2:hover:after {
    background-position: 0 -14px;
}

#header li.item3:after {
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: url('img/icon-time.png');
}

#header li.item3:hover:after {
    background-position: 0 -18px;
}

#header .main {
    position: absolute;
    left: 0;
    right: 0;
    top: 103px;
    z-index: 9;
    overflow: hidden;
    -webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
}

.single #header .main {
    position: relative;
    top: 0;
}

#header.active .main {
    background: #FFF;
}

#header .logo {
    float: left;
    margin: 17px 0 0 7px;
}

#header .box {
    position: relative;
    background: #e00613;
    height: 141px;
}

#header .box .main-nav {
    float: left;
}

#header .box:after {
    position: absolute;
    left: 100%;
    width: 500px;
    content: "";
    background: #e00613;
    overflow: hidden;
    height: 141px;
}

#main-menu {
    padding: 57px 0 0 20px;
}

#main-menu li {
    padding: 0 16px;
}

#main-menu li a {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
}

#main-menu li.lang {
    display: none;
}

#main-menu li a:hover,
#header .box .social li a:hover{
    border-bottom: 4px solid #FFF;
}

#header .box .social li img.mobile {
    display: none;
}

#header .box .social {
    float: left;
    height: 58px;
    border-left: 3px solid #FFF;
    margin: 43px 0 0 0;
    padding: 18px 0 0 16px;
}

#header .box .social li {
    display: inline-block;
    width: 25px;
    text-align: center;
}

#header .box .social li a {
    display: block;
    padding: 0 0 7px;
}

#header .navbar-toggler {
    padding: 4px 4px 0px;
    font-size: 1.25rem;
    outline: none;
    float: right;
    margin: 4px -15px 0 0;
    background: #df0613;
    border-radius: none;
    border-radius: 0;
}

#header .navbar-toggler-icon {
    display: block;
    height: 3px;
    background: #FFF;
    margin: 0 0 5px;
}





/*############################# CONTENT #############################*/

#content {
    clear: both;
    width: 100%;
}

.section {
    position: relative;
    width: 100%;
    clear: both;
}

#main-slider .image {
    position: relative;
    z-index: 1;
}

#main-slider .image .container {
    display: flex;
    align-items: center;
    height: 100%;
}

#main-slider .image .box {
    width: 546px;
    height: 380px;
    background: rgba(46,42,73,0.9);
    margin: 48px 0 0 -5px;
    padding: 80px 26px 15px;
}

#main-slider .image .box h2 {
    position: relative;
    font-size: 37px;
    text-transform: uppercase;
}

#main-slider .image .box h2:before {
    position: absolute;
    left: 0;
    top: -17px;
    content: "";
    width: 45px;
    height: 5px;
    background: #e00613;
}

#main-slider .image .box p {
    padding: 33px 25px 0 4px;
    line-height: 21px;
}

#main-slider .image .button {
    display: inline-block;
    padding: 4px 20px;
    color: #FFFF !important;
    font-size: 16px;
    border-radius: 10px;
    background: #df0613;
    margin: 20px 0 0 0;
    display: none;
}

#main-slider #sync1 .item {
    color: #FFF;
    height: 930px;
    max-height: none;
    background-size: cover;
    background-position: center;
}

#main-slider #sync2 {
    margin: -128px 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
}

#main-slider #sync2 .item {
    color: #FFF;
    text-align: center;
    cursor: pointer;
    height: auto;
    background: none;
    display: inline-block;
    float: none;
}

#main-slider #sync2 img.icon {
    margin-bottom: 25px;
}

#main-slider .bar {
    position: relative;
    width: 100%;
    height: 50px;
    background: #2e2a49;
    text-align: center;
    z-index: 99;
}

#main-slider .bar h3 {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    line-height: 48px;
}

#main-slider .bar h3:after {
    width: 250px;
    height: 3px;
    background: #FFF;
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    margin: 0 0 0 -125px;
    opacity: 0;
}

#main-slider .bar .synced h3:after {
    opacity: 1;
}

.section h2 {
    position: relative;
    color: #2e2a49;
    font-size: 38px;
}

.section h2:before {
    position: absolute;
    left: 0;
    top: -25px;
    content: "";
    width: 61px;
    height: 5px;
    background: #e00613;
}

.section.style1 {
    background: #FFF;
}

.section.style1 h2,
.section.style1 p {
    color: #2e2a49;
}

.section.style2 {
    background: #2e2a49;
}

.section.style3 {
    background: #5d5d5d;
}

.section.style2 h2,
.section.style2 p,
.section.style3 h2,
.section.style3 p {
    color: #FFF;
}

.section1 {
    padding: 135px 0 120px;
}

.section1 p {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 16px;
}

.section2 {
    padding: 45px 0;
}

.section2 p {
    font-size: 16px;
    line-height: 20px;
}

.section2 .carousel {
    position: relative;
    margin-right: 35px;
}

.section2 .carousel .item {
    background: #FFF;
    padding: 17px;
}

.section2 .carousel .text {
    background: #e00613;
    height: 195px;
    display: flex;
    align-items: center;
}

.section2 .carousel .text p {
    color: #FFF;
    padding: 0 15px 17px 25px;
    font-size: 15px;
    line-height: 19px;
}

.section2 .carousel .text p:last-child {
    padding-bottom: 0;
}

.section2 .carousel .owl-dots {
    position: absolute;
    left: -120%;
    right: 120%;
    bottom: 125px;
    display: block;
    text-align: center;
}

.section2 .carousel .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #e00613;
    margin: 0 8px;
}

.section2 .carousel .owl-dot.active {
    background: #FFF;
}

.section2 .carousel .clean h4 {
    font-size: 21px;
    color: #ff0019;
    font-weight: bold;
}

.section2 .carousel .item.clean {
    background: none;
}

.section2 .carousel .item.clean .text {
    background: none;
    display: block;
    margin: 63px 0 0 0;
} 

.section2 .carousel .clean .text p {
    color: #FFF;
    padding: 5px 0 20px;
    font-size: 16px;
    line-height: 19px;
}


.section3 {
    padding: 120px 0 80px;
}

.section3 .center {
    position: relative;
    width: 89%;
}

.section3 .image {
    background: #e00613;
    padding: 18px;
}

.section3 .center h3 {
    position: relative;
    text-align: center;
    font-size: 37px;
    color: #2e2a49;
    display: table;
    margin: 0 auto;
}

.section3 .center h3:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 32px;
    background: #e00613;
    right: -17px;
    bottom: 4px;
}

.section4 {
    padding: 70px 0 8px;
}

.news-slider img {
    width: auto !important;
    display: inline-block !important;
}

.news-slider .image {
    padding: 40px 0 0 0;
    width: 77%;
}

.news-slider .owl-item {
    padding: 27px 0 100px;
    margin: -27px 0 0 0;
}

.news-slider .text {
    position: relative;
    height: 95%;
    margin: 27px 73px 0 0;
}

.news-slider .text .date {
    font-size: 16px;
    color: #FFF;
}

.news-slider .text h3 {
    font-size: 27px;
    color: #FFF;
}

.news-slider .text p {
    line-height: 22px;
    font-size: 18px;
}

.news-slider .text .bottom {
    position: absolute;
    left: 0;
    bottom: -42px;
}

.news-slider .text .bottom p {
    font-size: 16px;
}

.news-slider .text .bottom p a {
    color: #FFF;
}

.news-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 51px;
}

.news-slider .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #FFF !important;
    margin: 0 8px;
    outline: none;
}

.news-slider .owl-dot.active {
    background: #e00613 !important;
}

.news-single {
    padding: 60px 0;
}

.news-single h2 {
    padding-bottom: 30px;
}

.news-single .text h3 {
    font-size: 27px;
    color: #FFF;
}

.news-single h4,
.news-single h5,
.news-single h6 {
    color: #FFF;
    font-weight: bold;
    font-weight: 15px;
    padding: 15px 0 10px;
}

.news-single .image {
    text-align: center;
}

.news-single .text {
    position: relative;
    height: 95%;
    margin: 27px 0 0 0;
}

.news-single .text .date {
    font-size: 16px;
    color: #FFF;
}

.news-single .text p {
    line-height: 22px;
    font-size: 18px;
}

.news-single .text .bottom {
    position: relative;
    left: auto;
    bottom: auto;
    padding-top: 30px;
}

.news-slider .text .bottom p {
    font-size: 16px;
}

.section5 {
    padding: 40px 20px;
    background: url('img/section5-bg.png') center;
}

.section5 .inner {
    padding: 45px 0 0 20px;
}

.section5 h4 {
    font-size: 24px;
    color: #e00613;
    font-weight: bold;
}

.section5 p {
    font-size: 18px;
    line-height: 22px;
    color: #5d5d5d;
}

.section5 hr {
    border: none;
    width: 58px;
    height: 5px;
    background: #e00613;
    display: inline-block;
}

.section5 .social {
    padding: 35px 0 25px;
}

.section5 .social img {
    margin: 0 0px 0 7px;
}

.section5 .social a:last-child img {
    margin-right: 0;
}

.section5 .map {
    width: 84%;
    height: 380px;
    margin: 30px 0 0 0 !important;
}

.section5 .map iframe {
    width: 100%;
    height: 380px;
    border: none;
}

.section5 h2 {
    position: relative;
    color: #FFF;
    font-size: 38px;
}

.section5 h2:before {
    display: none;
}

.section5 h2:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    background: #2e2a49;
    width: 47px;
    height: 4px;
}

.section5 .form {
    width: 55%;
}

.section5 .form .form-group {
    margin-bottom: 6px;
}

.section5 .form label {
    font-size: 22px;
    color: #FFF;
    padding: 0;
}

.section5 .form input,
.section5 .form textarea {
    color: #2e2a49;
    height: 28px;
    font-size: 22px;
    background: #FFF;
    border: none;
    padding: 0 10px;
    border-radius: 0;
}

.section5 .form input:focus,
.section5 .form textarea:focus,
.section5 .form input:active,
.section5 .form textarea:active {
    box-shadow: none;
}

.section5 .form textarea {
    resize: none;
    height: 145px;
}

.section5 .form button,
.section5 .form .wpcf7-submit {
    border: none;
    background: #2e2a49;
    color: #FFF;
    font-size: 18px;
    border-radius: 0;
    width: auto;
    padding: 0 9px;
    margin: 15px 0 0 0;
    cursor: pointer;
}

.section5 div.wpcf7-validation-errors,
.section5 div.wpcf7-acceptance-missing {
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 15px;
    line-height: 17px;
    padding: 7px 15px;
}

.section5  span.wpcf7-not-valid-tip {
    color: #FFF;
    font-size: 12px;
}

#content .modal h3 {
    position: relative;
    text-align: center;
    font-size: 46px;
    color: #2e2a49;
    display: table;
    margin: 0 auto;
}

#content .modal h3:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 47px;
    background: #e00613;
    right: -17px;
    bottom: 11px;
}

#content .modal .modal-header {
    border: none;
}

#content .modal .close {
    position: absolute;
    top: 15px;
    right: 20px;
}

#content .modal .modal-lg {
    max-width: 1100px;
}

div.wpcf7-response-output {
    font-size: 12px;
    color: #FFF;
}

.timeline {
    padding: 30px 0 0 0;
}

.fb_iframe_widget {
        height: 567px !important;
    }