/* GLOBAL */

body {
    margin: 0;
    height: 100%;
    padding: 0;
    font-family: 'Barlow', sans-serif;
}

@import '/assets/fonts/Barlow-Regular.ttf';
@import '/assets/fonts/Merriweather-Light.ttf';
@import '/assets/fonts/Merriweather-BlackItalic.ttf';
@import '/assets/fonts/Merriweather-Regular.ttf';

img{max-width:100%;}
.font_merriweather {
    font-family: 'Merriweather';
}

select option:checked {
    color: #cda03f !important;
}

::selection {
    color: #cda03f;
}

::-moz-selection {
    color: #cda03f;
}

.glb_btn {
    position: relative;
    height: 40px;
    transform: translate3d(0, 0, 0);
}

.col-form-label {
    margin-bottom: -20px !important;
}

.custom-form-title {
    background: #cda03f;
    padding: 6px;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

.text_black {
    color: black;
}

#fleet_detail_page .table td,
.table th {
    padding: 5px !important;
}

.wave_btn {
    color: #fff;
    text-decoration: none;
    padding: 5px 30px;
    font-size: 16px;
    background-color: black;
    font-weight: 600;
    position: absolute;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

    .wave_btn::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 100%;
        display: block;
        background-color: #cda03f;
        top: 0;
        left: 0;
    }

    .wave_btn:before {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 130px;
        background-color: #cda03f;
        top: 150%;
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        animation: wave 5s infinite linear;
        transition: all 1.5s;
        -webkit-transition: all 1.5s;
        -moz-transition: all 1.5s;
        -o-transition: all 1.5s;
    }


/* include site banner */

ul.breadcrumb {
    list-style: none;
    justify-content: center;
    background-color: transparent;
    padding-top: 0;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 16px;
        color: #fff;
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: #fff;
            content: ">";
            font-weight: 600;
        }

        ul.breadcrumb li a {
            color: #fff;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s;
            text-decoration: none;
        }

            ul.breadcrumb li a:hover {
                color: #fff;
                text-decoration: underline;
            }


/* Yeni Banner css baÅŸlangÄ±Ã§*/

@media only screen and (max-width:600px) {
    #page_banner {
        padding: 5rem 0 !important;
    }
}

#page_banner {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 7rem 0;
    background-repeat: no-repeat;
}

    #page_banner h2,
    #page_banner ul {
        position: relative;
        font-weight: 700;
        margin: auto;
        z-index: 100;
        letter-spacing: .7px;
    }

.banner::before {
    content: "";
    position: absolute;
    opacity: 0.8;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    height: 100%;
    top: 0;
}


/* Yeni Banner css bitiÅŸ*/


/* Eski Banner css baÅŸlangÄ±Ã§*/


/* .box-wrapper {
    position: relative;
    height: 35vh;
    width: 100%;
}

.site-nav-bg {
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    transform: translate3d(0px, 0px, 0px);
    background-size: cover;
    background-position: center center;
}

.site-nav-bg-text {
    z-index: 10;
    padding-top: 15vh;
    text-align: center;
    position: relative;
}

.site-nav-bg-title {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    color: white;
}

.bg-overlay {
    border-radius: inherit;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
    top: 0px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
} */


/* Eski Banner css bitiÅŸ*/

.wave_btn:hover:before {
    top: 0;
}

@keyframes wave {
    0% {
        transform: translate(-50%) rotate(-180deg);
        -webkit-transform: translate(-50%) rotate(-180deg);
        -moz-transform: translate(-50%) rotate(-180deg);
        -o-transform: translate(-50%) rotate(-180deg);
    }

    100% {
        transform: translate(-50%) rotate(360deg);
        -webkit-transform: translate(-50%) rotate(360deg);
        -moz-transform: translate(-50%) rotate(360deg);
        -o-transform: translate(-50%) rotate(360deg);
    }
}

.gold_line_lg {
    width: 100%;
    display: inline-block;
}

.gold_line_sm {
    width: 10%;
    display: inline-block;
}

    .gold_line_sm::after {
        width: 10%;
        content: "";
        height: 3px;
        background-color: #cda03f;
        border: none;
        /*  */
        position: absolute;
        display: block;
    }

.para_text {
    color: #606060;
    font-size: 16px;
    font-weight: 100;
}

.gold_line_lg::after {
    width: 100%;
    content: "";
    height: 2px;
    background-color: #cda03f;
    border: none;
    /*      */
    position: absolute;
    display: block;
}

.text_gold {
    color: #cda03f;
}

.bg_gold {
    background-color: #cda03f;
}

.bg_black {
    background-color: black;
}

.font_light_merriweather {
    font-family: 'Merriweather-Light';
}

.font_black_italic_merriweather {
    font-family: 'Merriweather-BlackItalic';
}

.btn_gold {
    background-color: #cda03f;
    border: 2px solid #cda03f;
    color: #e7e7e7;
    transition: all 0.4s;
    border-radius: 3px;
    padding: 8px 30px;
}

    .btn_gold:hover {
        background-color: transparent;
        border: 2px solid #cda03f;
        color: #e7e7e7;
    }

    .btn_gold:focus {
        outline: none;
    }

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }

.glass:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    background-color: rgba(0, 0, 0, 0.6);
}

.font_barlow {
    font-family: 'Barlow';
}


/* margins */

.margin-top-1 {
    margin-top: 2rem;
}

.margin-top-2 {
    margin-top: 4rem;
}

.margin-top-3 {
    margin-top: 6rem;
}

.margin-bottom-1 {
    margin-bottom: 2rem;
}

.margin-bottom-2 {
    margin-bottom: 4rem;
}

.margin-bottom-3 {
    margin-bottom: 6rem;
}

.margin-y-1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.margin-y-2 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.padding-y-1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.padding-y-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}


/* small screen styles */

@media (max-width: 576px) {
    /* .gold_line_sm::after,
    .gold_line_lg::after {
        position: absolute;
    } */
    @font-face {
        font-family: 'barlowregular';
        src: url('/assets/fonts/Barlow-Regular-webfont.eot');
        src: url('/assets/fonts/Barlow-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Barlow-Regular-webfont.woff2') format('woff2'), url('/assets/fonts/Barlow-Regular-webfont.woff') format('woff'), url('/assets/fonts/Barlow-Regular-webfont.ttf') format('truetype'), url('/assets/fonts/Barlow-Regular-webfont.svg#barlowregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    .site-nav-bg-title {
        font-size: 35px !important;
    }

    #fleet_detail_page .owl-carousel .owl-item img {
        height: 100% !important;
    }

    .backtodown {
        display: none !important;
    }

    .custom_dropdown .dropdown-content a {
        text-align: center !important;
        font-size: 14px;
    }

    .custom_dropdown .dropdown-content {
        border-radius: .5rem;
    }

    .custom_dropdown .dropdown-content {
        position: relative !important;
    }

    .navbar .navbar-brand img {
        width: 150px;
    }

    .navbar .navbar-toggler i {
        font-size: 25px !important;
    }

    #wrapper,
    #slider-area {
        height: 50vh !important;
    }

        #slider-area .owl-item div {
            height: 50vh !important;
        }

    .slider-text h2 {
        font-size: 25px !important;
    }

        .slider-text h2 strong {
            font-size: 20px !important;
        }

    .parallax {
        display: none;
    }

    #slider-area .btn_gold {
        padding: 2px 5px !important;
        font-size: 12px !important;
    }

    .owl-nav {
        bottom: -3% !important;
    }

    .owl-carousel .owl-nav .owl-prev {
        margin-right: 1px !important;
    }

    .owl-carousel .owl-nav .owl-next {
        margin-left: 1px !important;
    }

    .owl-nav button {
        width: 25px !important;
        font-size: 15px !important;
        height: 25px !important;
    }

    #wtfy .col-md-7 h2,
    #wtfy .col-md-7 p {
        text-align: center !important;
    }

    #wtfy .col-md-7 h2 {
        font-size: 25px;
        margin-top: 2rem !important;
    }

    #wtfy .col-md-7 p {
        font-size: 13px;
    }

    #wtfy .gold_line_lg::after {
        width: 50%;
        left: 25%;
        top: 20%;
    }

    #wtfy .gold_line_sm::after {
        width: 50%;
        left: 25%;
        margin-top: -3px;
    }

    #wtfy .wave_btn {
        padding: 3px 15px;
        left: 35%;
        font-size: 15px;
    }

    .wave_btn {
        padding: 3px 15px;
        font-size: 15px;
    }

    .services_bg {
        display: none;
    }

    .serv_content {
        margin-top: 2rem;
    }

        .serv_content .col-md-2 {
            display: inline-flex;
            justify-content: center;
        }

    .serv_text {
        margin-left: 0 !important;
    }

        .serv_text h4,
        .serv_text .para_text {
            text-align: center;
        }

        .serv_text::after {
            width: 50% !important;
            left: 25% !important;
        }

    .fleets_bg div {
        width: 100% !important;
    }

    .fleets_text {
        position: relative !important;
    }
    /* .fleets_bg .fleets_bg_img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        left: 0;
    } */
    footer {
        text-align: center;
    }

    .cprgt_text p {
        text-align: center;
        font-size: 10px;
    }

    .cprgt_text .col-md-8 {
        margin-top: 10px;
    }

    .footer_heading h4 {
        margin-top: 2rem;
        margin-bottom: 5px !important;
    }

    .referenceses_title {
        text-align: center;
        transform: translate(0%, 0%) !important;
        -webkit-transform: translate(0%, 0%) !important;
        -moz-transform: translate(0%, 0%) !important;
        -o-transform: translate(0%, 0%) !important;
    }

    .referenceses_logo {
        transform: translate(0%, -25%);
        -webkit-transform: translate(0%, -25%);
        -moz-transform: translate(0%, -25%);
        -o-transform: translate(0%, -25%);
        text-align: center;
    }

        .referenceses_logo img {
            min-width: 100px;
            max-width: 120px;
        }

    #human_res_site .col-md-6:nth-child(1),
    #human_res_site .col-md-6:nth-child(3) {
        padding-right: 15px !important;
    }

    #human_res_site .col-md-6:nth-child(2),
    #human_res_site .col-md-6:nth-child(4) {
        padding-left: 15px !important;
    }

    #fleet_detail_page .fleets_desc h2::after {
        width: 60% !important;
    }

    #core_values .col-md-9 {
        text-align: center;
    }

    .core_val_text::after {
        width: 50% !important;
        left: 25% !important;
    }

    .motto_title {
        height: 150px;
    }

    #wtfy.margin-y-2 {
        margin-top: 1rem !important;
    }

    #wtfy .col-md-7 .para_text {
        padding: 0px 15px;
    }

    .custom_dropdown .dropdown-content:nth-child(2) {
        min-width: 100% !important;
    }

    .dropdown:hover .dropdown-content {
        display: block;
        margin: auto;
        position: relative !important;
    }

        .dropdown:hover .dropdown-content img {
            width: 12px;
        }
}

#core_values .col-md-3 {
    display: inline-flex;
    justify-content: center;
}


/* Medium devices (tablets, 768px and up) */

@media (max-width: 768px) {
    @font-face {
        font-family: 'barlowregular';
        src: url('/assets/fonts/Barlow-Regular-webfont.eot');
        src: url('/assets/fonts/Barlow-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Barlow-Regular-webfont.woff2') format('woff2'), url('/assets/fonts/Barlow-Regular-webfont.woff') format('woff'), url('/assets/fonts/Barlow-Regular-webfont.ttf') format('truetype'), url('/assets/fonts/Barlow-Regular-webfont.svg#barlowregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    #fleet_detail_page .owl-carousel .owl-item img {
        height: 100% !important;
    }

    .custom_dropdown .dropdown-content:nth-child(2) {
        min-width: 100% !important;
    }

    .backtodown {
        display: none !important;
    }

    .motto_text .gold_line_sm {
        width: 13%;
    }

    .motto_title {
        height: 150px !important;
        font-size: 25px !important;
    }

    .custom_dropdown .dropdown-content {
        position: relative !important;
    }

        .custom_dropdown .dropdown-content a {
            text-align: center !important;
        }

        .custom_dropdown .dropdown-content hr {
            width: auto !important;
        }

    .navbar .navbar-toggler i {
        font-size: 35px;
    }

    .navbar .dropdown .dropbtn {
        font-size: 14px;
        padding-left: .5rem;
        padding-top: .5rem;
        padding-right: .5rem;
    }

    .dropdown .dropbtn img {
        width: 12px;
    }

    .wave_btn {
        padding: 3px 12px;
        font-size: 15px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: .5rem !important;
        font-size: 14px !important;
    }

    #wrapper,
    #slider-area {
        height: 75vh;
    }

        #slider-area .owl-item div {
            height: 75vh;
        }

    .owl-nav button {
        width: 35px !important;
        font-size: 20px !important;
        height: 35px !important;
    }

    .serv_text {
        margin-top: 5px;
        margin-left: 18px;
    }

    .parallax {
        display: none !important;
    }
    /* .motto_text {
        top: 50% !important;
        left: 100% !important;
    } */
    .services_bg div {
        display: none;
    }

    .navbar .navbar-collapse {
        background: rgba(0, 0, 0, 0.9);
        border-radius: 10px;
        text-align: center;
        padding: 1rem;
    }

    .sticky .navbar-collapse {
        background: rgba(0, 0, 0, 0);
        border-radius: 10px;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        text-align: center;
        padding: 1rem;
    }

    .fleets_text {
        transform: translate(50%, 5%) !important;
        -webkit-transform: translate(50%, 5%) !important;
        -moz-transform: translate(50%, 5%) !important;
        -o-transform: translate(50%, 5%) !important;
    }

        .fleets_text p {
            font-weight: 400;
            font-size: 14px;
        }

    .footer_logo img {
        width: 125px !important;
    }

    .social_med a {
        font-size: 16px !important;
    }

    footer .list-group .list-group-item {
        font-size: 12px !important;
    }

    .referenceses_title {
        transform: translate(0%, -25%) !important;
        -webkit-transform: translate(0%, -25%) !important;
        -moz-transform: translate(0%, -25%) !important;
        -o-transform: translate(0%, -25%) !important;
    }
}


/* Nav */

.sticky {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #cda03f;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s;
}

.custom_dropdown .dropdown-content {
    position: absolute;
    min-width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
}

    .custom_dropdown .dropdown-content:nth-child(2) {
        min-width: 200px;
    }

    .custom_dropdown .dropdown-content a {
        float: none;
        padding: .5rem 1rem;
        text-decoration: none;
        text-align: left;
        display: block;
    }

    .custom_dropdown .dropdown-content hr {
        border-top: 1px solid gray;
        margin: 0 1rem;
        width: 83%;
    }


/* .custom_dropdown .dropdown-content a::after {
    content: "";
    margin-top: .6rem;
    display: block;
    width: 100%;
    background-color: #fff;
    height: 1px;
} */

.custom_dropdown:hover .dropdown-content {
    display: block;
}

.custom_dropdown .dropdown-content {
    margin-left: 0rem;
    margin-right: 0rem;
    border-radius: .5rem;
}

.navbar-nav .nav-item .nav-link {
    padding: 0.8rem;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

    .navbar-nav .nav-item .nav-link:hover::after {
        width: 100%;
        left: 0;
    }

    .navbar-nav .nav-item .nav-link::after {
        content: "";
        display: block;
        left: 50%;
        margin-top: 5px;
        height: 2px;
        position: relative;
        background: #cda03f;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
        -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
        -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

.navbar-nav .nav-item > .active,
.navbar-nav .nav-item .custom_dropdown > .active,
.navbar-nav .nav-item .custom_dropdown .dropdown-content > .active {
    color: #cda03f !important;
}

    .navbar-nav .nav-item > .active::after,
    .navbar-nav .nav-item .custom_dropdown > .active::after {
        display: block;
        left: 0%;
        margin-top: 5px;
        height: 2px;
        position: relative;
        background: #cda03f;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
        -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
        -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 100%;
    }

.dropdown .dropbtn {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    font-size: 17px;
    border: none;
    outline: none;
    color: rgb(201, 201, 201);
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    background-color: transparent;
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 75px;
    margin-bottom: -5px;
    z-index: 1;
}

    .dropdown-content a {
        color: rgb(201, 201, 201);
        text-decoration: none;
    }

        .dropdown-content a:hover {
            color: #cda03f;
            text-decoration: none;
        }

.dropdown:hover .dropdown-content {
    display: block;
    position: absolute;
}

.navbar_toggler_icon {
    color: #e7e7e7;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    border: 0;
    font-size: 22px;
}

    .navbar_toggler_icon:hover {
        color: #cda03f;
    }

.navbar-toggler:focus {
    outline: none;
}


/* Slider */

#wrapper {
    position: relative;
    height: 100vh;
}

#slider-area {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}

    #slider-area .owl-item div {
        height: 100vh;
        width: 100%;
        -webkit-background-repeat: no-repeat;
        -moz-background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #slider-area .owl-item video {
        position: absolute;
        bottom: 0%;
        display: block;
        left: 0%;
        top: 0;
        height: 100%;
        width: 100%;
        background: #000;
        z-index: 0;
        object-fit: cover;
        object-position: bottom;
    }

.slider-text {
    /*  */
    position: absolute;
    top: 35%;
    text-align: right;
    /*  */
    width: 100%;
    padding-right: 35px;
    padding-left: 35px;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width:576px) {
    .slider-text {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .slider-text {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .slider-text {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .slider-text {
        max-width: 1140px
    }
}

.slider-text h2 {
    color: #e7e7e7;
    font-weight: 200;
    font-size: 45px;
}

    .slider-text h2 strong {
        color: #e7e7e7;
        font-weight: 600;
        font-size: 55px;
    }

@media only screen and (max-width:600px) {
    .owl-nav {
        display: none;
    }
}

.owl-nav {
    position: absolute;
    bottom: 1%;
    right: 3%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    margin: 1rem;
}

.owl-carousel .owl-nav .owl-next {
    margin-left: 3px;
}

.owl-carousel .owl-nav .owl-prev {
    margin-right: 3px;
}

.owl-nav button {
    background-color: transparent !important;
    border: 1px solid #e7e7e7;
    color: #e7e7e7;
    width: 45px;
    font-size: 25px;
    height: 44px;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

    .owl-nav button:hover {
        background-color: #e7e7e7 !important;
        color: black;
    }

    .owl-nav button:focus {
        outline: none;
    }

.owl-dots {
    position: absolute;
    bottom: 10px;
    border: none;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

    .owl-dots button {
        background-color: transparent;
        border: 1px solid #e7e7e7;
        transition: all 0.5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
    }

        .owl-dots button:hover {
            background-color: #e7e7e7;
        }

    .owl-dots .active {
        transition: all 0.5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        background-color: #e7e7e7;
        border-radius: 30rem;
    }

    .owl-dots :focus {
        outline: none;
    }


/* Slogan */

.motto_parallax {
    min-height: 200px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .motto_parallax.motto {
        background-position: 50vw 0;
    }

        .motto_parallax.motto .col-md-6 {
            min-height: calc(25vh - 175px);
        }

@media only screen and (max-width: 991px) {
    .motto_parallax.motto .col-md-6 {
        background-color: transparent !important;
        padding: 1rem !important;
        margin-top: 60%;
    }

    .motto_parallax.motto .row {
        justify-content: center;
    }

    .motto_parallax.motto {
        background-position: top !important;
        background-attachment: initial;
        background-size: contain;
    }
}

.motto_title {
    font-size: 35px;
    height: 200px;
}

.motto_text {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}


/* index video poppup*/

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.9;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/* Services */

.serv_img {
    min-height: 300px;
    position: relative;
    background-size: 75%;
    background-repeat: no-repeat;
}

    .serv_img.service .col-md-6 {
        min-height: calc(75vh - 175px);
        background-color: #fff;
        color: #000;
    }

    .serv_img.service {
        background-position: 40vw 0;
    }

.pull-right {
    float: right !important;
}

@media only screen and (max-width: 991px) {
    .serv_img.service .col-md-6 {
        background-color: transparent !important;
        padding: 1rem !important;
        margin-top: 60%;
    }

    .serv_img.service .row {
        justify-content: center;
    }

    #services_site .col-md-3 {
        padding-right: 0;
        display: inline-flex;
        justify-content: left;
    }

    .serv_img.service:nth-child(odd),
    .serv_img.service:nth-child(even) {
        background-position: top !important;
        background-attachment: initial;
        background-size: contain;
    }
}

.services_bg div {
    height: 500px;
    /* background-attachment: fixed;
        background-position-x: 30rem; */
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 50%;
}

.serv_heading {
    font-weight: 700;
}

    .serv_heading a {
        color: #000 !important
    }

        .serv_heading a:hover {
            color: #000 !important
        }

.serv_text {
    margin-bottom: 3rem;
}

.serv_title {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}

.serv_icon_img_black {
    width: 34px;
    height: 34px;
}

.serv_icon_img_white {
    position: absolute;
    display: none;
    width: 34px;
    height: 34px;
}

.serv_icon:hover .serv_icon_img_white {
    display: block;
}

.serv_icon:hover .serv_icon_img_black {
    display: none;
}

.serv_icon:hover {
    background-color: #cda03f;
}

.serv_text::after {
    width: 10%;
    margin-top: -5px;
    content: "";
    height: 3px;
    background-color: #cda03f;
    border: none;
    position: absolute;
    display: block;
}

.serv_icon {
    border: 6px solid #e7e7e7;
    border-radius: 50%;
    position: relative;
    padding: 9px;
    height: 4rem;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 4rem;
    display: block;
}


/* Fleets */

.index_fleet_img {
    min-height: 300px;
    position: relative;
    background-size: 50%;
    background-repeat: no-repeat;
}

    .index_fleet_img.index_fleet {
        background-position: 0vw 0;
    }

        .index_fleet_img.index_fleet .col-md-6 {
            min-height: calc(45vh - 175px);
            padding: 25px;
        }

@media only screen and (max-width: 991px) {
    .index_fleet_img.index_fleet .col-md-6 {
        background-color: transparent !important;
        padding: 1rem !important;
        margin-top: 55%;
    }

    .index_fleet_img.index_fleet .row {
        justify-content: center;
    }

    .index_fleet_img.index_fleet {
        background-position: top !important;
        background-attachment: initial;
        background-size: contain;
    }

    #fleets .gold_line_sm::after {
        width: 75%;
        content: "";
        height: 3px;
        background-color: #cda03f;
        border: none;
        position: absolute;
        display: block;
    }
}

#fleets {
    background-color: #043a4e;
}

.fleets_text p {
    font-weight: 400;
    font-size: 16px;
}


/* footer */

footer {
    color: #8e8e8e;
    background-color: black;
    padding-top: 2rem;
    font-weight: 400;
}

.footer_logo img {
    width: 150px;
}

.social_med a {
    color: #8e8e8e;
    font-size: 18px;
    padding-left: .4rem;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

footer .list-group .list-group-item {
    background-color: transparent;
    padding: 5px 0;
    font-size: 14px;
    margin-bottom: -1px;
    border: none;
    font-weight: 400;
}

.social_med a:hover {
    color: #fff;
}

.social_med {
    margin-top: 1.5rem;
    text-align: center;
}

footer .list-group .list-group-item i {
    padding-right: 3px;
}

footer .list-group .list-group-item a {
    color: #8e8e8e;
    transition: all 0.4s;
}

    footer .list-group .list-group-item a:hover {
        color: #fff;
    }

.footer_heading h4 {
    font-size: 18px;
}

.cprgt_text p {
    font-size: 12px;
    padding: .5rem 0;
}


/* About us site styles */

.buss_str_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* .buss_str_content {
    height: 40vh;
} */

.buss_str_title {
    top: 40%;
    position: relative;
}

.buss_str_text {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 14px;
}

#about_us_target .row .col-md-6 {
    display: flex;
    justify-content: center;
}

.card {
    width: 75%;
    background-color: transparent;
}

#about_us_target .card-header {
    background-color: transparent;
    border: none;
}

#about_us_target .card-header {
    background-color: transparent;
    border: none;
    padding-left: 0;
}

#about_us_target .card-body {
    padding: 2rem 0rem;
}

#core_values .col-md-6 {
    margin: 2rem 0;
}

.core_val_icon {
    border: 6px solid #e7e7e7;
    border-radius: 50%;
    position: relative;
    text-align: center;
    height: 4rem;
    font-size: 25px;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 4rem;
    display: block;
    padding: 7px;
}

    .core_val_icon:hover {
        background-color: #cda03f;
    }

    .core_val_icon i:hover {
        color: white;
    }

.core_val_text h4 {
    font-size: 20px;
    font-weight: 600;
}

.core_val_text p {
    font-size: 14px;
}

#core_values .mr-auto {
    padding-left: 1.5rem;
}

.core_val_text::after {
    width: 10%;
    margin-top: -5px;
    content: "";
    height: 3px;
    background-color: #cda03f;
    border: none;
    position: absolute;
    display: block;
}

#excl_serv {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* .excl_serv_content {
    height: 45vh;
} */

.excl_serv_icon {
    border: 4px solid #e7e7e7;
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    font-size: 25px;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    display: block;
    padding: 7px;
    color: black;
    background-color: white;
}

    .excl_serv_icon i {
        font-size: 20px;
    }

#excl_serv .list-group-item {
    display: flex;
    border: none !important;
    background-color: transparent;
    padding: .3rem 1rem;
    justify-content: center;
}

.excl_serv_heading p {
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 0;
}

.excl_serv_heading h2 {
    margin-top: 0;
}

.excl_serv_text h2 {
    color: white;
}

.excl_serv_text p {
    color: #bdbdbd;
}


/* Fleets site styles */

#fleets_site tbody tr td:first-child,
#fleet_detail_page tbody tr td:first-child {
    font-weight: 700 !important;
}

#fleets_site tbody tr td:nth-child(2),
#fleet_detail_page tbody tr td:nth-child(2) {
    padding: .75rem 0rem !important;
}

#fleets_site tbody tr td:nth-child(3),
#fleet_detail_page tbody tr td:nth-child(3) {
    font-weight: 500 !important;
}

#fleets_site .table,
#fleet_detail_page .table {
    margin-top: 1.5rem;
}

.fleet_img {
    min-height: 300px;
    position: relative;
    background-size: 50%;
    background-repeat: no-repeat;
}


    /* Yeni deÄŸiÅŸiklik 17.12.2020 start */

    .fleet_img.fleet:nth-child(odd) {
        background-position: 49vw;
    }

    .fleet_img.fleet:nth-child(even) {
        background-position: 0vw;
    }

    .fleet_img.fleet {
        background-position: 50vw;
    }


        /* Yeni deÄŸiÅŸiklik 17.12.2020 end*/

        .fleet_img.fleet:nth-child(even) .row {
            justify-content: flex-end;
        }

        .fleet_img.fleet .col-md-6 {
            min-height: calc(45vh - 175px);
            background-color: #fff;
            color: #000;
            padding: 45px;
        }

@media only screen and (max-width: 991px) {
    .fleet_img.fleet .col-md-6 {
        background-color: transparent !important;
        padding: 1rem !important;
        margin-top: 60%;
    }

    .fleet_img.fleet .row {
        justify-content: center;
    }

    .fleet_img.fleet:nth-child(odd),
    .fleet_img.fleet:nth-child(even) {
        background-position: top !important;
        background-attachment: initial;
        background-size: contain;
    }
}

.fleets_content_right {
    justify-content: flex-end;
}

#fleets_site tbody tr td,
#fleet_detail_page tbody tr td {
    padding-left: 0rem !important;
}

#fleets_site .fleets_name,
#fleet_detail_page .fleets_name {
    font-weight: 700;
    font-size: 23px;
    margin-top: 1.2rem;
}

.lv-link {
    color: #000;
    font-weight: 600;
    margin-top: 1.2rem;
    font-size: 14px;
    display: inline-block;
}

    .lv-link:hover {
        color: #000;
    }

    .lv-link img {
        margin-top: -8px;
    }

    .lv-link span {
        margin-top: 5px;
    }

#fleets_site .gold_line_sm,
#fleet_detail_page .gold_line_sm {
    margin-top: 0;
}

#fleets_site .table td,
#fleets_site .table th,
#fleet_detail_page .table td,
#fleet_detail_page .table th {
    border: none !important;
}

#fleets_site .fleets_img,
#fleet_detail_page .fleets_img {
    width: 100%;
    height: 100%;
}


/* Contact site styles */

#contact_site .contact_map {
    height: 50vh;
    margin: 2rem 0rem;
    width: 100%;
}

    #contact_site .contact_map iframe {
        height: 100%;
        width: 100%;
    }

#contact_site .list-group-item {
    border: 0;
    color: black;
    padding: .5rem 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    #contact_site .list-group-item a,
    #contact_site .list-group-item p {
        color: black;
        margin-bottom: 0;
        font-size: 16px;
    }

        #contact_site .list-group-item a:hover {
            color: #cda03f;
        }

    #contact_site .list-group-item span {
        font-weight: 600;
    }

#contact_site ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#contact_site .contact_heading h2 {
    font-weight: 600;
}

#contact_site .btn_gold {
    border-radius: 0;
    padding: 3px 30px;
}

    #contact_site .btn_gold:hover {
        background-color: black;
        border: 2px solid black;
    }

#contact_site .form-control {
    border-radius: 0;
}


/* REFERNCESES site */

.referenceses_content {
    border-bottom: 1px solid #999999;
    margin-top: 2rem;
}

.referenceses_logo {
    transform: translate(0%, -25%);
    -webkit-transform: translate(0%, -25%);
    -moz-transform: translate(0%, -25%);
    -o-transform: translate(0%, -25%);
}

.referenceses_title h2 {
    color: #727272;
    font-weight: 400;
}

.referenceses_logo img {
    width: 80px;
}

.referenceses_title h2 {
    font-size: 20px;
}


/* HUMAN RES. PAGE */

#human_res_site .form-control {
    border-radius: 0;
}

#human_res_site .btn_gold:hover {
    color: black;
}

#human_res_site .col-md-6:nth-child(1),
#human_res_site .col-md-6:nth-child(3) {
    padding-right: 5px;
}

#human_res_site .col-md-6:nth-child(2),
#human_res_site .col-md-6:nth-child(4) {
    padding-left: 5px;
}

#human_res_site input::placeholder {
    font-style: italic;
}

input {
    box-shadow: none;
    outline: none;
}

.upload_btn {
    border: 2px solid #cda03f;
    padding: 4px;
    border-radius: 3px;
    width: 100%;
}

.btn_custom_primary {
    color: black;
    background-color: transparent;
    border-color: #cda03f;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

    .btn_custom_primary:hover {
        background-color: #cda03f;
        color: #fff;
        border-color: #cda03f;
    }

.upload_btn::-webkit-file-upload-button {
    color: white;
    display: inline-block;
    background: #cda03f;
    border: none;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
}

#human_res_site select option {
    background-color: transparent;
}

#human_res_site select::selection {
    background-color: #cda03f;
}

.hmn_para_text {
    margin: 2rem 0rem;
    font-size: 17px;
}

option:hover {
    background-color: yellow;
}

.hmn_res_heading {
    margin: 1rem 0rem;
}

    .hmn_res_heading h2 {
        font-size: 23px;
        font-weight: 600;
        color: #5c5c5c;
    }


/* SERVÄ°CES page style */

#services_site .services_title {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}

#services_site .services_icon {
    border: 6px solid #e7e7e7;
    border-radius: 50%;
    position: relative;
    padding: 9px;
    height: 4rem;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 4rem;
    display: block;
}

#services_site .services_heading::after {
    width: 10%;
    content: "";
    margin-top: 5px;
    height: 3px;
    background-color: #cda03f;
    border: none;
    position: absolute;
    display: block;
}

#services_site .services_icon_ship {
    width: 34px;
    height: 34px;
}

#services_site .services_heading {
    margin-bottom: 1rem;
    font-weight: 600;
}

#services_site .services_content {
    margin: 2rem 0rem;
}

#services_site .services_text p {
    margin-top: 1rem;
    font-size: 16px;
    color: #606060;
}

#services_site .services_text p {
    margin-top: 1rem;
    font-size: 16px;
    color: #606060;
}

#services_site .col-md-9 {
    font-size: 14px;
    justify-content: center;
}

#services_site .col-md-3 {
    padding-right: 0;
    display: inline-flex;
    justify-content: center;
}

.service_parallax {
    min-height: 300px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.pull-right {
    float: right !important;
}

@media only screen and (max-width: 991px) {
    .service_parallax.service .col-md-6 {
        background-color: transparent !important;
        padding: 1rem !important;
        margin-top: 55%;
    }

    .service_parallax.service .row {
        justify-content: center;
    }

    #services_site .col-md-3 {
        padding-right: 0;
        display: inline-flex;
        justify-content: left;
    }

    .service_parallax.service:nth-child(odd),
    .service_parallax.service:nth-child(even) {
        background-position: top !important;
        background-attachment: initial;
        background-size: contain;
    }
}

.service_content_right {
    justify-content: flex-end;
}

.flex-center {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.service_parallax.service:nth-child(odd) {
    background-position: 25vw 0;
}

.service_parallax.service:nth-child(even) {
    background-position: -25vw 0;
}

    .service_parallax.service:nth-child(even) .row {
        justify-content: flex-end;
    }

.service_parallax.service .col-md-6 {
    min-height: calc(75vh - 175px);
    background-color: #fff;
    padding: 60px;
    color: #000;
}

.service_parallax.service .container-fluid {
    width: 100%;
    font-size: 15px;
}


/* Our team page style */

.portfolio-menu {
    text-align: center;
}

    .portfolio-menu ul li {
        display: inline-block;
        margin: 0;
        list-style: none;
        padding: 3px 15px;
        cursor: pointer;
        color: white;
        background-color: black;
        transition: all .5s ease;
    }

        .portfolio-menu ul li:hover {
            background: #cda03f;
            color: white;
        }

    .portfolio-menu ul {
        padding: 0;
    }

.portfolio-item {
    width: 100%;
}

.portfolio-menu ul li.active {
    background: #cda03f !important;
    border: none;
    color: #ffffff;
}

#ourteam_site .team_info,
#ourteam_site .team_work {
    color: #000;
}

#ourteam_site .team_work {
    font-weight: 500;
}

#ourteam_site .team_info a {
    color: #575757;
}

    #ourteam_site .team_info a:hover {
        color: #8e8e8e;
    }

#ourteam_site .card {
    width: 100%;
    margin-top: 2rem;
}

#ourteam_site .card-body {
    padding: .7rem;
}

#ourteam_site .card-img-top {
    width: 200px;
    height: 200px;
    /* max-width: 200px;
    max-height: 200px; */
    border-radius: 50%;
}


/* fleets detail page  */

#fleet_detail_page .owl-carousel .owl-item img {
    height: 50vh;
}

#fleet_detail_page .owl-dots {
    bottom: 10px;
    border: none;
    left: 0%;
    transform: translate(10%, 0%);
    -webkit-transform: translate(10%, 0%);
    -moz-transform: translate(10%, 0%);
    -o-transform: translate(10%, 0%);
}

    #fleet_detail_page .owl-dots button {
        background-color: transparent;
        border: 1px solid #fff;
        height: 18px;
        width: 18px;
        border-radius: 50%;
        transition: all 0.5s;
    }

        #fleet_detail_page .owl-dots button:hover {
            background-color: #fff;
        }

    #fleet_detail_page .owl-dots .active {
        transition: all 0.5s;
        background-color: #fff;
    }

    #fleet_detail_page .owl-dots :focus {
        outline: none;
    }


/* #fleet_detail_page .fleets_detail_name {
    position: relative;
    top: 50%;
} */

#fleet_detail_page .fleets_detail_name {
    text-align: center;
    justify-content: center;
    margin: 2rem 0;
}

    #fleet_detail_page .fleets_detail_name h2 {
        font-weight: 600;
        border-bottom: 3px solid #cda03f;
        width: 50%;
        text-align: center;
        margin: auto;
    }

#fleet_detail_page .fleets_doc_item {
    border: 1px solid black;
    min-height: 160px;
}

#fleet_detail_page .fleets_doc .list-group-item {
    position: relative;
    display: block;
    padding: .3rem 1rem;
    border: 1px solid #cda03f;
    /* background-color: #cda03f; */
    /* border: none; */
    border-radius: 5px;
    margin: 0.3rem 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    color: #000;
}

    #fleet_detail_page .fleets_doc .list-group-item a {
        color: #cda03f !important;
    }

    #fleet_detail_page .fleets_doc .list-group-item:hover {
        position: relative;
        display: block;
        padding: .3rem 1rem;
        background-color: #cda03f;
        /* border: none; 
    border-radius: 0;*/
        margin: 0.3rem 0;
        color: #fff !important;
    }

        #fleet_detail_page .fleets_doc .list-group-item:hover a {
            color: #fff !important;
        }

    #fleet_detail_page .fleets_doc .list-group-item a {
        display: block
    }

#fleet_detail_page .fleets_desc h2::after {
    content: "";
    display: inline-flex;
    background-color: rgb(78, 78, 78);
    height: .5px;
    width: 80%;
}

#fleet_detail_page .fleets_doc h2,
#fleet_detail_page .fleets_desc h2 {
    font-size: 21px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

#fleet_detail_page .fleets_detail_sidemenu a {
    width: 100%;
    display: flex;
    align-items: center;
}

    #fleet_detail_page .fleets_detail_sidemenu a span {
        color: #000000;
        font-weight: 600;
        font-size: 18px;
    }

#fleet_detail_page .fleets_detail_sidemenu i {
    color: #000000;
    font-size: 16px;
    margin-left: auto;
    padding-left: 1rem;
}

#fleet_detail_page .fleets_detail_sidemenu .list-inline-item {
    position: relative;
    /* display: block; */
    padding: .2rem 3rem;
    background-color: #ebebeb;
    border: none;
    border-radius: 0;
    margin: 0.3rem 0;
}

    #fleet_detail_page .fleets_detail_sidemenu .list-inline-item.active {
        /* border-left: 3px solid #cda03f; */
        background-color: #cda03f;
    }

        #fleet_detail_page .fleets_detail_sidemenu .list-inline-item.active a span {
            color: #fff;
        }

    #fleet_detail_page .fleets_detail_sidemenu .list-inline-item:hover {
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        background-color: #cda03f;
        cursor: pointer;
    }

        #fleet_detail_page .fleets_detail_sidemenu .list-inline-item:hover a span {
            color: #fff;
        }

@media only screen and (max-width:700px) {
    #fleet_detail_page #fleets_services .nav-item:first-child {
        margin-left: auto !important;
    }

    #fleet_detail_page #fleets_services .nav-item:last-child {
        margin-right: auto !important;
    }
}

#fleet_detail_page #fleets_services .nav-item:first-child {
    margin-left: 0;
}

#fleet_detail_page #fleets_services .nav-item:last-child {
    margin-right: 0;
}

#fleet_detail_page #fleets_services .nav-item {
    margin: auto;
}

    #fleet_detail_page #fleets_services .nav-item a {
        border: 2px solid #cda03f;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
    }

        #fleet_detail_page #fleets_services .nav-item a:hover {
            background-color: #cda03f;
        }

    #fleet_detail_page #fleets_services .nav-item .active {
        /* border: 1px solid #cda03f; */
        background-color: #cda03f;
    }

    #fleet_detail_page #fleets_services .nav-item a:hover i,
    #fleet_detail_page #fleets_services .nav-item a:hover span {
        color: #fff;
    }

    #fleet_detail_page #fleets_services .nav-item i {
        font-size: 23px;
    }

    #fleet_detail_page #fleets_services .nav-item .active i,
    #fleet_detail_page #fleets_services .nav-item .active span {
        color: #fff;
    }

#fleet_detail_page #fleets_services i,
#fleet_detail_page #fleets_services span {
    color: black;
    display: block;
    text-align: center;
    font-size: 15px;
}

#fleet_detail_page #fleets_services i {
    padding: .1rem;
}

#fleet_detail_page #fleets_services tr td {
    /*width: 40%;*/
}

#fleet_detail_page #fleets_services .nav-item .nav-link div i {
    padding-bottom: .5rem;
}

#fleet_detail_page #fleets_services tbody tr td:nth-child(1) {
    padding: .75rem !important;
}

@media only screen and (max-width: 700px) {
    #fleet_detail_page .fleets_detail_sidemenu .list-inline-item {
        width: 100%;
    }

        #fleet_detail_page .fleets_detail_sidemenu .list-inline-item span {
            margin: auto;
        }
}

#fleet_detail_page #fleets_services .nav-item .nav-link {
    height: 6rem;
    width: 8rem;
    padding: .5rem;
}

@media only screen and (max-width: 992px) {
    #fleet_detail_page #fleets_services .nav-item {
        margin: .3rem auto;
    }
}

.standart-page {
    color: #000 !important;
    padding: 15px;
}

    .standart-page a {
        color: #004085 !important;
    }

.backtotop {
    position: fixed;
    bottom: 40px;
    right: 30px;
    color: #cda03f;
    border-radius: 10px;
    border: 2px solid #cda03f;
}

    .backtotop:hover {
        border: 2px solid #000000;
        color: #000000;
    }

.backtodown {
    color: #e0e0e0;
    bottom: 3%;
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
    border: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    position: absolute;
    left: 50%;
    background-color: transparent;
    z-index: 9999;
}

    .backtodown:focus {
        outline: transparent !important;
    }

    .backtodown:hover {
        color: #cda03f;
    }

.icon-discover {
    font-size: 13px !important;
}

.ship_name_active {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    background-color: #cda03f;
    cursor: pointer;
}

.buss_str_content h2 {
    top: 40%;
    position: relative;
    color: #fff !important;
}

#siteModal .modal-content {
    margin-top: 14rem;
}

#siteModal .modal-dialog {
    max-width: 700px;
}

#siteModal .modal-body {
    padding: 0;
}

    #siteModal .modal-body .close {
        position: absolute;
        right: 1rem;
    }


.pageContent{
    min-height:500px;
}
.pageContent a {
    color: #000;
}

    .pageContent a:hover {
        color: #cda03f;
    }
