@charset "utf-8";
/* CSS Document */

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.aligncenter {
    display: block;
    margin: auto auto 1.8rem auto;
}

.container {
    position: relative;
    width: 95%;
    max-width: 1188px;
    margin: auto;
}

body {
    overflow-x: hidden
}

section {
    position: relative;
}

.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
}

.wrap { overflow-x: hidden }
/*  
     ⤵︎ 

       ⋮⋮⫸  HEADER

     ⤴︎   
*/
.main_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    background: linear-gradient(90deg, rgba(232,233,239,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(232,233,239,1) 100%);
    text-align: center;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    z-index: 99;
    -webkit-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}

.main_header a.logo {
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 18px;
    z-index: 9
}

.main_header a.logo img {
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.main_nav ul {
    padding-bottom: 12px;
    padding-left: 18px;
    font-size: 20px;
    font-weight: 500;
}

.main_nav ul li:after {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background-color: #283795;
    border-radius: 50%;
    content: ''
}

.main_nav ul li:last-child:after {
    display: none;
}

.main_nav ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.main_nav ul li a {
    display: inline-block;
    padding: 6px 12px;
    color: #231f20;
    letter-spacing: 0.025em;
}

.main_nav ul li a:hover,
.main_nav ul li a:active {
    color: #4d5caa;
}
/* Shrink  */
.shrink .main_header {
    top: -124px
}
.shrink .main_header_logo {
    padding-top: 24px;
    width: 244px;
}
/* end Shrink */
/*  
     ⤵︎ 

       ⋮⋮⫸  end HEADER

     ⤴︎   
*/
.bgImg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.blue {
    color: #283795;
}

.blue_2 {
    color: #4d5caa;
}

.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; 
    height: 100vh;
    max-height: 998px;
    background-image: url(../images/Gerakinis_Shipping--img--1.jpg);
    padding-top: 262px;
    padding-bottom: 84px;
}

.hero img {
    display: none;
}

.hero .wrapper {
    width: 95%;
    max-width: 756px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
}

.hero .wrapper h1 {
    font-size: 1.8em;
    font-weight: 400;
    padding: 30px 18px;
    text-align: center;
    color: #363638;
    background-color: rgba(255, 255, 255, 0.88);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
}

.hero .wrapper h1 span {
    display: block;
    letter-spacing: 0.025em;
}

.intro_section {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #f5f6f7;
    text-align: center;
}

.intro_section .container {
    max-width: 926px;
}

.intro_section h2:before,
.intro_section h2:after {
    position: absolute;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color: #283795;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: ''
}

.intro_section h2:before {
    top: 0;
}

.intro_section h2:after {
    bottom: 0;
}

.intro_section h2 {
    position: relative;
    max-width: 536px;
    margin: auto;
    padding-top: 36px;
    padding-bottom: 36px;
    margin-bottom: 48px;
    max-width: 526px;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.6em;
    font-weight: 300;
    letter-spacing: -0.025em;
}

.intro_section h2 strong {
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-weight: 500;
}

.intro_section h2 span {
    font-weight: 400;
}

.intro_section p {
    font-size: 1.2em;
    font-weight: 500;
}

.intro_section p.blue_2 {
    padding-top: 30px;
}

img.wave {
    display: block;
    height: 42px;
    margin: 36px auto;
}

.main_content {
    padding-top: 36px;
    padding-bottom: 24px;
    letter-spacing: 0.01em;
}

.main_content .main_img:after {
    position: absolute;
    bottom: 42px;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color: #283795;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: ''
}

.main_content .main_img {
    position: relative;
    padding: 0 1% 108px 1%;
}

.main_content .main_img img {
    padding: 12px;
    border: 1px solid #dfe0e1;
    margin-bottom: 0;
}

.main_content .intro {
    max-width: 736px;
    margin: auto auto 48px auto;
    text-align: center;
}

.main_content .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; 
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.main_content .cols.alt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.main_content .cols .col {
    width: 50%;
    padding-bottom: 30px;
}

.main_content .cols div.col {
    padding-left: 7%;
}

.main_content .cols.alt div.col {
    padding-left: 0;
    padding-right: 7%;
}

.main_content p.outro:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color: #283795;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: ''
}

.main_content p.outro {
    position: relative;
    padding-top: 48px;
    margin-top: 24px;
    text-align: center;
    font-size: 1.2em;
}

.main_content p.outro span {
    display: block;
}

.list_section {
    padding-top: 84px;
    padding-bottom: 148px;
}

.services {
    color: #fff;
}

.list_section h1:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: ''
}

.ports h1:after {
    background-color: #283795;
}

.list_section h1 {
    position: relative;
    padding-bottom: 36px;
    margin-bottom: 48px;
    text-align: center;
    font-size: 1.8em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.ports h1 {
    color: #283795;
}

.list_section ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; 
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style-type: none;
    max-width: 896px;
    margin: auto;
    padding-bottom: 0;
    font-size: 1.2em;
}

.list_section ul .col {
    width: 45%;
}

.list_section ul li {
    margin-left: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 0;
    padding-left: 48px;
    background-image: url(../images/wave-3.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px auto;
}

.ports ul li {
    background-image: url(../images/wave-2.svg);
}

.contact {
    padding-top: 96px;
    padding-bottom: 48px;
    background-color: #4d5caa;
    color: #fff;
}

.contact .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; 
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 864px;
}

.contact .col:first-child {
    width: 292px;
}

.contact .col:last-child {
    width: calc(100% - 312px);
    max-width: 444px;
    text-align: center;
}

.contact h1:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: ''
}

.contact h1 {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 3rem;
    padding-right: 5%;
    text-align: center;
    font-size: 1.8em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.contact p.c_1 {
    padding-bottom: 3rem;
    font-weight: 500;
}

.contact .item p {
    padding-bottom: 3rem;
}

.contact .item img.icon {
    margin-bottom: 0;
}

.contact .item a {
    color: #fff;
}

.contact .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; 
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.contact .item a:hover,
.contact .item a:active {
    color: rgba(255, 255, 255, 0.8)
}
/*  
     ⤵︎ 

       ⋮⋮⫸  FOOTER

     ⤴︎   
*/
.main_footer {
    background-color: #f5f6f7;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 300;
    color: #363638;
    letter-spacing: 0.025em;
    
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end FOOTER

     ⤴︎   
*/