@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto+Slab";
body {
    font-family: "Open Sans", sans-serif;
}
section {
    min-height: 100vh;
}
section p {
    line-height: 24px;
}
section img {
    margin: 0 auto;
}

.no-margin{
    margin: 0 !important;
}

a:focus,
a:hover{
    /*background-color: transparent !important;*/
    outline:none !important;
}

.p15{
    padding: 15px;
}
.std-form {
    margin-top: 30px;
}
.std-form .form-control {
    box-shadow: none;
    height: auto;
    padding: 10px 12px;
}
.std-form .form-control:focus {
    border-color: #0074ab;
}
.std-form textarea {
    resize: none;
}
.btn-primary {
    margin: 15px 0;
    border: none;
}
.btn-primary:hover, .btn-primary:focus {
    /* margin: 15px 0; */
    background: #e87e04;
    outline: none;
}
.btn-blue {
    margin: 15px 0;
    border: none;
    background:#0074ab;
    color:#fff !important;
}
.btn-blue:hover, .btn-blue:focus {
    /*margin: 15px 0;*/
    background: #0074ab;
    outline: none;
    color:#fff !important;
}
.nomargin {
    margin: 0 !important;
}
.navbar-default,
.navbar-default:hover{
    background: none;
    border: none !important;
}
.navbar-default .navbar-brand {
    /* float: none; */
    display: block;
    height: auto;
    padding: 10px;
}
.navbar-default .navbar-nav > li {
    padding: 0 10px;
}

.navbar-default .navbar-brand .logo{
    /*content:url(../img/logo.png);*/
}

.navbar-default .navbar-nav > li > a {
    color: #444;
    padding: 25px 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #444;
    outline: none;
}
.navbar-default .navbar-nav > li > a i {
    margin-right: 5px;
}
.navbar-default .navbar-nav > li.active > a {
    background: none;
    border-bottom: 3px solid #e87e04;
    color: #444;
}
.navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
    background: none;
}
.navbar-default .navbar-nav > li .active > a:hover, .navbar-default .navbar-nav > li .active > a:focus {
    background: none;
    border-bottom: 3px solid #e87e04;
    color: #444444;
}
.navbar-default .navbar-nav > .btn-primary {
    margin: 10px;
}
.navbar-default .navbar-nav > .btn-primary:hover, .navbar-default .navbar-nav > .btn-primary:focus {
    margin: 10px;
}
.navbar-default.career{
    background:#fff;
}
.wrapper {
    padding-top: 130px;
}
.career-wrapper{
    padding-top: 70px;
}
.contacts-wrapper{
    padding-top: 60px;
}
.header {
    background: url(../img/bg4.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.header .heading {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.header .concept{
    position: absolute;
    right:0;
    bottom: -10px;
}
.header .heading .title {
    background: url(../img/shape.png) no-repeat;
    max-width: 100%;
}
.header .heading h1 {
    /*padding: 15px;*/
    display: inline-block;
    font-weight: bold;
    font-size:36px;
}
.header .heading h3{
    font-size:24px;
    font-weight:600;
    padding-bottom:20px;
}
/*.header .heading p {*/
/*    !*background: rgba(0, 0, 0, 0.3);*!*/
/*    padding: 20px 30px;*/
/*    font-size: 20px;*/
/*    width: 70%;*/
/*    line-height:36px;*/
/*    margin:0 auto;*/
/*    !* margin-top: 10px;*!*/
/*    !*text-shadow: 1px 1px #111;*!*/
/*}*/

.header .heading p{
    font-size:18px;
    line-height:30px;
}
.heading {
    display: block;
    position: relative;
}
.heading .no {
    font-size: 200px;
    font-weight: bold;
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 1;
    color: #F8FBFD;
    display: none;
}
.heading h2 {
    color: #0074ab;
    display: block;
    margin-bottom: 25px;
}
.heading h2::after {
    content: '';
    border-bottom: 3px solid #e87e04;
    width: 40px;
    display: block;
    margin-top: 25px;
}
#about {
    background: url(../img/bg2.jpg);
    background-size: contain;
    height: 100vh;
    background-repeat: no-repeat;
}
#benefits {
    background: #eef5f9;
    height: 100vh;
    /*padding-top: 70px;
     */
}
#benefits img {
    margin: 50px auto;
}
#benefits .right-side .media i {
    margin-right: 0;
    margin-left: 10px;
}
#benefits .media p {
    margin-bottom: 50px;
}
#benefits .media h3 {
    margin-top: 0;
}
#benefits .media i {
    font-size: 48px;
    margin-right: 10px;
    color: #0074ab;
    vertical-align: top;
}
#works {
    background: url(../img/bg.jpg);
    background-size: cover;
}

#works .wrapper{
    padding-top:50px;
}
#works .description {
    min-height: 130px;
}
#works .carousel-control {
    position: relative;
    text-shadow: none;
}
#works .carousel-control i {
    font-size: 30px;
    margin-top: 15px;
    margin-right: 5px;
    color: #0074ab;
    display: inline-block;
}
#works .container-fluid {
    margin-left: -15px;
}
#works #carousel-text {
    width: 38%;
    margin-top: 50px;
}
#contacts {
    position: relative;
    overflow:hidden;
}

#contacts .map{
    background: url(../img/gmap.jpg);
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position:center;
    height:100%;
}

#contacts .form {
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 30px;
}
#contacts .form img {
    background-size: cover;
}
.banner {
    background: url(../img/banner.jpg);
    background-size: cover;
    padding: 50px 0;
    margin-top: 70px;
}
.banner h3{
    color:#fff;
}
.banner h3 p{
    font-size:36px;
    font-weight:600;
    margin-top: 10px;
    color:#0074ab;
}
#why-us{
    background: url(../img/bg3.jpg);
    background-size: contain;
    height: 100vh;
    background-repeat: no-repeat;
}
#why-us .media p {
    margin-bottom: 25px;
}
#why-us .media h4 {
    margin-top: 0;
    font-weight:600;
}
#why-us .media i {
    font-size: 36px;
    margin-right: 10px;
    color: #0074ab;
    vertical-align: top;
}
#job{
    background:#F8FBFD;
}
.job-card {
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .1);
    margin-top:50px;
    margin-bottom:50px;
}
.job-card .job-description{
    margin-top:10px;
}
.job-card .job-info{
    padding: 10px 15px 0 0;
}
.job-card .job-info h4{
    color: #0074ab;
}
.job-card i{
    vertical-align: middle;
    color:#0074ab;
}

#policy{
    background:#F8FBFD;
    padding:30px 0;
    display: block;
}
#policy p{
    margin-bottom:15px;
}
#policy h4{
    font-weight:600;
}
#terms{
    background:#F8FBFD;
    padding:30px 0;
    display: block;
}
#terms p{
    margin-bottom:15px;
}
#terms h4{
    font-weight:600;
}
#terms ol li ol {
    list-style: none;
    padding-left: 10px;
    margin-top: 10px;
}
#terms ol li ol span{
    float:left;
}
#terms ol li ol p{
    margin-left: 35px
}
#terms .inner-list{
    list-style: none;
    padding-left:30px;
}
#terms .inner-list span{
    float:left;
}
#terms .inner-list p{
    margin-left: 50px;
}

#team{
    background:#F8FBFD;
    padding:30px 0;
    display: block;
}
#team .team-member{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .1);
    background:#fff;
    text-align: center;
    padding:25px;
    display: block;
    text-decoration: none;
    outline: none;
}

#team .team-member:hover{
    background:#e2eff5;
    box-shadow: none;
}

#team .team-member img{
    height:200px;
    width: 200px;
    border-radius: 50%;
    overflow:hidden;
    margin: 0 auto;
    border:10px solid #F8FBFD;
}

#team .team-member h3{
    margin-bottom:5px;
    color:#0074ab;
    font-size: 20px;
}

#team .team-member .designation{
    margin-bottom:10px;
    display: block;
}

#team .team-member img{
    transition: all 0.5s ease;
}

.member-info h3{
    margin-top: 0;
    margin-bottom:5px;
    color:#0074ab;
}
.member-info .close{
    opacity: 1;
    font-size:30px;
    font-weight: normal;
    right: 15px !important;
    background: #e87e04;
    height:40px;
    width:  40px;
    line-height:40px;
    text-align: center;
    z-index: 999;
    outline: none;
    border-radius: 50%;
    text-shadow:none;
    position:absolute;
    top:15px;
    color:#fff;
}

.member-info .info-wrapper{
    height: 200px;
    overflow-x: auto;
}

.member-info p{
    margin:0;
}

footer {
    background: #0e5782 url(../img/footer.png);
    color: #addcf3;
    padding-top: 30px;
}

footer .heading h2{
    color:#fff;
    font-size:18px;
    margin-bottom:18px;
}
footer .heading h2::after{
    margin-top:18px;
}

footer .contacts i{
    vertical-align: middle;
    display: inline-block;
    font-size:16px;
}

footer .contacts li{
    padding-bottom: 10px;
}

footer .contacts li:last-child{
    padding:0;
}

footer .contacts .info{
    margin-left:24px;
}

footer .social a {
    font-size: 30px;
    padding: 0 5px;
    display: inline-block;
    margin-bottom: 5px;
}

footer .social a:first-child{
    padding-left:0;
}

footer .footer-bottom{
    background:rgba(0,0,0,0.2);
    padding:10px;
    margin-top: 10px;
}
footer a {
    color: #addcf3;
}
footer a:hover, footer a:focus {
    color: #fff;
    text-decoration: none;
}
/*.bounce {
    position: absolute;
    bottom: 50px;
    color: #fff;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    cursor: pointer;
    font-size: 24px;
}
.bounce:hover, .bounce:focus {
    text-decoration: none;
    color: #fff;
}*/
.modal .modal-content{
    border-radius: 0;
    border:none;
}
.modal .heading h2{
    margin-top:0;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-20px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.navbar-nav li:last-child, .navbar-nav li:nth-last-child(2) {
    padding: 5px;
    margin-left: 10px;
}
.navbar-nav li:last-child a, .navbar-nav li:nth-last-child(2) a {
    padding-bottom: 0;
    border: none !important;
    background: #e87e04 !important;
    color: #fff !important;
    padding: 6px 12px;
}

.navbar-nav li:last-child a{
    background:#0074ab !important;
}
.navbar-nav li:last-child a i{
    vertical-align:middle;
}
.mobile-book-container {
    float: right;
    padding: 8px 12px;
}
/*# sourceMappingURL=main.css.map */


.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background: #212327 url("cubes.png");
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.text-gray {
    color: #7a88a0!important;
}

.text-blue {
    color: #0074AB!important;
}

.text-orange {
    color: #e65e22!important;
}

.text-white{
    color:#fff !important;
}

.search-form{
    background:#0074AB;
    margin-top: 70px;
    padding:15px 0;
    margin-bottom:25px;
}

.search-form label{
    color:#fff;
    font-weight:normal;
}

.search-form .form-control{
    border:none;
    padding:9px 12px !important;
}

.search-form .std-form{
    margin:0 !important;
}

.search-form .button .btn{
    margin-top: 24px;
    margin-bottom: 0;
    padding: 8px 10px;
}

.search-rates .rate{
    background: #fff;
    padding:10px;
    margin-bottom:10px;
    border:1px solid #e8f3f8;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.search-rates .schedule-wrapper{
    width:45%;
}

.search-rates .rate .schedule li{
    display: inline-block !important;
}

.search-rates .rate .schedule .time-duration{
    /*background: #f8fcff;*/
    /*border: 1px solid #e1eff5;*/
    border-radius: 5px;
    font-size:11px;
    text-transform: uppercase;
    text-align: center;
    padding:0;
    margin:0 10px;
    width:25%;
    position: relative;
}

.search-rates .rate .schedule .time-duration .arrow{
    position: absolute;
    right: 0;
    top: 16px;
    transform: rotate(-90deg);
    font-size: 8px;
    color:#ccc;
}

.search-rates .rate .schedule .time-duration p{
    border-bottom: 1px solid #ddd;
    padding:2px;
    margin: 2px !important;
}
.search-rates .rate .schedule .time-duration span{
    display: block !important;
}

.search-rates .rate li{
    vertical-align: top;
    display: table-cell;
}

.search-rates .sp-caret-down{
    font-size:8px;
}

.search-rates a:hover,
.search-rates a:focus {
    text-decoration: none
}

.search-section{
    /*margin-top:-43px;*/
    /*margin-bottom:100px;*/
    margin:30px 0;
    text-align: left;
}

.search-section .nav-tabs{
    border:none;
}

.search-section .nav-tabs li{
    /*background:rgba(0,0,0,0.3);*/
    background: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
    margin-bottom: 0;
    padding:0 15px;
}

.search-section .nav-tabs li a{
    border:none;
    border-bottom:3px solid transparent;
    padding:10px 0;
    color:#444;
}

.search-section .nav-tabs li a:hover{
    background: none !important;
}
.search-section .nav-tabs li a:focus{
    background: none !important;
    /*color:#fff !important;*/
}

.search-section .nav-tabs li.active a{
    background: none;
    border:none;
    border-bottom:3px solid #e87e04;
    /*color:#fff;*/
}

/*.search-section .tab-content{*/
/*    padding:30px;*/
/*    background:rgba(0,0,0,0.3);*/
/*    border-radius: 0 5px 5px 5px;*/
/*}*/

.search-section .tab-content{
    padding:30px;
    background:#fff;
    /*box-shadow: rgba(18, 28, 37, 0.16) 0px 24px 32px -12px, rgba(18, 28, 37, 0.04) 0px 2px 4px 0px;*/
    border-radius: 0 5px 5px 5px;
}

.port-wrapper{
    position: relative;
}

.port-wrapper.container-no input{
    padding: 11px 11px 11px 37px !important
}

.port-wrapper i{
    color:#0074ab;
    position: absolute;
    z-index: 99;
    left: 13px;
    top: 13px;
}

.search-section .input-group .input-group-addon{
    background:#fff;
    padding:6px 0 6px 12px;
}

.search-section .input-group .input-group-addon,
.search-section .input-group .form-control{
    border:none;
}

.search-section .form-control,
.search-section .btn{
    padding:10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:100% !important;
}

.search-section .select2-container--default .select2-selection--single{
    padding: 7px !important;
    border-color:#ccc;
    height:auto !important;
    outline: none !important;
    padding-left: 30px !important;
}

.search-section .select2-container--default .select2-selection--single:focus{
    border-color:blue !important;
}

.search-form .select2-container--default .select2-selection--single{
    padding: 9px !important;
    min-height: 36px !important;
    border: none !important;
    outline: none !important;
    padding-left: 25px !important;
}

.search-form .select2-container .select2-selection--single .select2-selection__rendered{
    line-height:inherit !important;
}

.search-form .port-wrapper i{
    top: 11px !important;
    left: 11px !important;
}

.select2-dropdown{
    border:none !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
}

.btn-orange,
.btn-orange:hover,
.btn-orange:focus{
    background:#e87e04 !important;
    color:#fff !important;
    outline:none !important;
}

.btn-orange:focus{
    border-color: #c16600 !important;
}

.no-result i{
    margin-top:25px;
    display: block;
    font-size: 60px;
    color:#e69393;
}

.no-result h3{
    margin-top:5px;
}

.search-result{
    min-height:200px;
    position: relative;
}

.pre-loading{
    margin: 0 auto;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tracking-status{
    border:1px solid #e8f3f8;
    padding:15px;
    margin-bottom:25px;
}

.progress-tracker {
    border: none;
}

.progress-tracker .progress-text {
    display: inline-block;
    width: 100%;
    padding: 5px 0 0 40px;
}

.progress-tracker .progress-text i{
    vertical-align: middle;
    display: inline-block;
}

.progress-tracker .progress-step {
    display: block;
    position: relative;
    margin-bottom: 18px;
    margin-right: 0;
    padding: 0;
}

.progress-tracker .progress-step:after {
    right: auto;
    top: 22px;
    left: 11px;
    width: 2px;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    background: #48b04f;
}

.progress-tracker .progress-marker{
    position: absolute;
    font-size: 24px;
}

.progress-tracker .progress-step.iscomplete .progress-marker{
    color: #48b04f;
}

.progress-tracker .progress-step.iscomplete:after{
    background: #48b04f;
}

.progress-tracker .progress-step.ispending .progress-marker{
    color: #f59d1f;
}

.progress-tracker .progress-step.ispending:after{
    background: #f59d1f;
}

.progress-tracker .progress-step:last-child:after{
    background: none;
}

.map-container{
    background: #eee;
    height:780px;
    margin-bottom:25px;
}

.map-container .no-result{
    display: table;
    width: 100%;
    height:100%;
}

.map-container .no-result .no-result-text{
    vertical-align:middle;
    display: table-cell;
}

.map-render{
    height:100%
}

#typewriter{
    font-weight:bold;
}
.search-wrapper{
    background: #eef5f9;
}
.search-wrapper h4{
    color:#0074ab;
    margin-bottom:20px;
}

.top-nav-collapse,
.top-nav-collapse:hover{
    background: #fff;
}