main {
    overflow: hidden
}

.about-us {
    color: #fff
}

.steering-sec {
    padding: 350px 0 100px;
    position: relative
}

.steering-sec:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../../images/steering-bg.png) no-repeat
}

.steering-sec p {
    font-family: 'Roboto';
    font-weight: 300;
    padding: 0 0 10px
}

.steering-sec h2 {
    max-width: 430px
}

.video-sec {
    color: #fff;
    overflow: hidden;
    position: relative;
    padding-top: 30px
}

.video-sec video {
    height: 500px;
    width: 100%;
    object-fit: cover
}

.video-sec img {
    width: 100%
}

.video-sec .video-block {
    position: relative;
    max-width: 1116px;
    margin: 0 auto
}

.video-sec .icon {
    background-position: center;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-sec .icon.play {
    background-image: url(../../images/icon-play.svg)
}

.video-sec .icon.replay {
    background-image: url(../../images/icon-replay.svg)
}

.video-sec .icon.pause {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
}

.about-sec {
    padding: 200px 0 100px;
    height: auto;
    background: transparent;
    position: relative;
    z-index: 1;
    overflow: unset
}

.about-sec::before {
    content: "";
    width: 100%;
    height: 1650px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    background: url("../../images/sea_desert.png") no-repeat top right
}

.about-sec .container,
.about-sec .row {
    height: auto
}

.about-sec .content {
    color: #fff
}

.about-sec .content p {
    font-size: 16px;
    line-height: 165%
}

.mission-sec {
    color: #fff
}

.bod-sec {
    padding: 30px 0 50px;
    color: #fff
}

.bod-sec h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 114%;
    margin: 0;
    padding: 0 0 60px
}

.bod-sec h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 128%;
    padding: 0 0 15px;
    margin: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.bod-sec h4 {
    padding: 0 0 25px;
    margin: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    letter-spacing: 0.08em;
    text-transform: uppercase
}

.bod-sec blockquote {
    margin: 0;
    padding-top: 30px;
    position: relative
}

.bod-sec blockquote:after {
    content: "";
    position: absolute;
    background: url("../../images/quotes.svg") left top no-repeat;
    width: 19px;
    height: 16px;
    left: 0;
    top: 0
}

.bod-sec .readmore-wrap.active .excerpt {
    text-overflow: unset;
    height: unset;
    display: block
}

.bod-sec .readmore-wrap .content {
    max-height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1) 0s;
    overflow: hidden
}

.bod-sec .readmore-wrap.readmore-expand .content {
    max-height: 100rem;
    transition: max-height 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    overflow: hidden;
    -webkit-line-clamp: inherit
}

.bod-sec .readmore-wrap a {
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase
}

.bod-sec .readmore-wrap .read-more::after {
    content: "";
    position: absolute;
    background: url("../../images/read-arrow.svg") no-repeat center center;
    right: -0.5rem;
    top: 50%;
    display: inline-block;
    width: 16px;
    height: 10px;
    transform-origin: 50% 50%;
    transform: translateY(-50%) translateX(100%) rotate(0deg);
    transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0s
}

.bod-sec .readmore-wrap .read-more.active::after {
    content: "";
    position: absolute;
    background: url("../../images/read-arrow.svg") no-repeat center center;
    right: -0.5rem;
    top: 50%;
    display: inline-block;
    width: 16px;
    height: 10px;
    transform-origin: 50% 50%;
    transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transform: translateY(-50%) translateX(100%) rotate(-180deg)
}

.bod-sec p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 165%;
    margin: 0;
    padding: 0 0 25px
}

.bod-sec .first-block {
    padding: 0 0 30px
}

.bod-sec .first-block .content {
    max-height: 312px;
    -webkit-line-clamp: 12
}

.bod-sec .second-block .item {
    padding-top: 80px
}

.bod-sec .second-block h4 {
    padding: 0 0 15px;
    margin: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    letter-spacing: 0.08em;
    text-transform: uppercase
}

.bod-sec .second-block p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 165%;
    padding: 0
}

.bod-sec .tab-nav {
    list-style: none;
    padding: 60px 0;
    margin: 0
}

.bod-sec .tab-nav li {
    display: inline-block;
    padding: 0 0 0 50px
}

.bod-sec .tab-nav li:first-child {
    padding: 0
}

.bod-sec .tab-nav a {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.bod-sec .tab-nav a.active-item {
    color: #E75135
}

.bod-sec .tab-nav a:hover {
    color: #E75135
}

.bod-sec .tabs_content {
    overflow: hidden
}

.bod-sec .tabs_content .tab {
    opacity: 0;
    height: 0;
    position: relative;
    z-index: 5;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.bod-sec .tabs_content .tab-active {
    opacity: 1;
    height: auto;
    z-index: 10
}

.bod-sec .item-block {
    padding: 0 0 60px
}

.bod-sec .item-block:hover p,
.bod-sec .item-block:hover a {
    color: #E75135
}

.bod-sec .item-block img {
    margin: 0 0 30px;
    width: 100%
}

.bod-sec .item-block p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.bod-sec .item-block a {
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .video-sec #about_video2 {
        height: inherit;
        min-height: 200px
    }

    .video-sec .icon {
        width: 40px;
        height: 40px
    }

    .about-us .about-sec {
        padding: 0
    }

    .about-us .about-sec::before {
        height: 860px;
        background-image: url(../../images/mobile_sea_desert.png);
        background-size: 100%;
        top: 150px
    }

    .about-us .about-sec .img {
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .about-us .about-sec .content {
        padding: 50px 30px 10px
    }

    .about-us .about-sec .content p {
        font-size: 14px;
        line-height: 21px
    }

    .bod-sec {
        padding: 0 0 50px
    }

    .bod-sec h2 {
        font-size: 24px;
        line-height: 30px;
        padding: 0 20px 40px
    }

    .bod-sec h3 {
        font-size: 20px
    }

    .bod-sec p {
        font-size: 14px;
        padding: 0 0 20px
    }

    .bod-sec .tabs_content {
        overflow: visible
    }

    .bod-sec .tabs_content .tab {
        z-index: 0
    }

    .bod-sec .first-block {
        padding: 0 20px 30px
    }

    .bod-sec .first-block img {
        margin: 0 0 40px
    }

    .bod-sec .first-block .content {
        max-height: 136px;
        -webkit-line-clamp: 6
    }

    .bod-sec .second-block .item {
        padding-top: 20px;
        position: relative;
        padding-bottom: 20px
    }

    .bod-sec .second-block h4 {
        font-size: 12px;
        padding: 0
    }

    .bod-sec .second-block .readmore-wrap {
        width: 100%;
        left: 0;
        top: 75%;
        z-index: 1
    }

    .bod-sec .second-block .readmore-wrap p {
        font-size: 14px;
        line-height: 155%;
        padding-top: 15px
    }

    .bod-sec .tab-nav {
        padding: 0 20px 40px
    }

/*    .bod-sec .tab-nav li:last-child {
        padding: 0;
        float: right
    }*/

    .bod-sec .tab-nav a {
        font-size: 14px
    }

    .bod-sec .item-block {
        padding: 0 0 40px
    }

    .bod-sec .item-block img {
        width: 100%
    }

    .bod-sec .item-block p {
        font-size: 12px;
        line-height: 114%
    }

    .bod-sec .slick-list {
        padding: 0 15% 0 5% !important
    }

    .bod-sec .slick-slide {
        margin: 0 12px
    }

    .bod-sec .slider-dots,
    .bod-sec .slider-dots2 {
        padding: 0 20px;
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: left;
        align-items: center;
        border: none;
        outline: none
    }

    .bod-sec .slider-dots li,
    .bod-sec .slider-dots2 li {
        border: none;
        outline: none
    }

    .bod-sec .slider-dots li.slick-active button,
    .bod-sec .slider-dots2 li.slick-active button {
        opacity: 1
    }

    .bod-sec .slider-dots li button,
    .bod-sec .slider-dots2 li button {
        background-color: transparent;
        opacity: 0.2;
        width: 16px;
        height: 16px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        border: 0;
        display: block;
        text-indent: 9999px;
        margin: 0;
        position: relative;
        border: none;
        outline: none
    }

    .bod-sec .slider-dots li button::before,
    .bod-sec .slider-dots2 li button::before {
        content: "";
        background: #E75135;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 12px;
        height: 12px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%)
    }

    .slider-dots-box li {
        display: inline-block;
        width: 26px;
        height: 26px;
        overflow: hidden
    }

    .steering-sec {
        padding: 80px 0
    }

    .steering-sec:before {
        background-size: 100%
    }

    .steering-sec h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px
    }

    .steering-sec p {
        font-size: 14px;
        line-height: 21px
    }
}

@media only screen and (min-width: 250px) and (max-width: 310px) {
    .about-us .about-sec .content {
        padding: 50px 40px 10px
    }
}

@media screen and (orientation: landscape) and (min-device-width: 320px) and (max-device-width: 767px) {
    .about-us .about-sec .content {
        padding: 50px 0px 10px
    }

    .about-us .about-sec:before {
        height: 590px;
        background-size: 52% 100%;
        top: -100px
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    .bod-sec .tab-nav {
        padding: 0 20px 40px
    }

    .bod-sec .tab-nav li:last-child {
        float: none;
        padding: 0 0 0 30px
    }
}