/* ------------------------
      General styles
   ------------------------- */

/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */


/* font-family: 'Raleway', sans-serif; */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body,
html {
    height: 100%;
    font-family: 'Raleway', sans-serif;
}

body {
    color: #353535;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-align: left;
    margin: 0px;
}

a {
    color: #353535;
}

body::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 0;
}

body::-webkit-scrollbar {
    width: 15px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #0caee9;
}

/* @font-face {
  font-family: "ArialNarrow";
  src: url("../fonts/ArialNarrow.eot");
  src: url("../fonts/ArialNarrow.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ArialNarrow.woff2") format("woff2"),
    url("../fonts/ArialNarrow.woff") format("woff"),
    url("../fonts/ArialNarrows.ttf") format("truetype"),
    url("../fonts/ArialNarrow.svg") format("svg");
  font-style: normal;
} */

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
    border: 0;
}

input:focus {
    outline: 0 none;
    border: solid 2px;
    border-radius: 20px;
}

textarea:focus {
    outline: 0 none;
    border: solid 2px;
    border-radius: 20px;
}

textarea {
    border: none;
    color: #000;
    font-size: 16px;
    resize: none;
    overflow: auto;
    padding: 10px 32px;
    margin-bottom: 15px;
    border-radius: 20px;
    width: 100%;
}

input::-moz-focus-inner {
    border: 0;
    display: none;
}

input::-webkit-focus-inner {
    border: 0;
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border: none;
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

table {
    border-collapse: collapse;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

ul,
li {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0px;
}

form {
    position: relative;
}

.form-control:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    color: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    font-size: inherit;
    color: inherit;
}

hr {
    margin: 0;
    padding: 0;
    border-color: #000;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

li {
    list-style: none;
}

a {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    text-decoration: none;
}

    a:hover,
    a:focus,
    button:hover,
    button:focus {
        outline: 0;
        text-decoration: none;
    }

.bg-grey {
    background: #f8fbff;
}

.btn-secondary {
    min-width: 180px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    background-color: #d3d3d3;
    color: #000000;
}



    .btn-secondary:hover:before {
        width: 100%;
    }

.btn-dge {
    background: #de0000;
}

.btn-danger {
    overflow: hidden;
    transition: all 0.3s;
    background-color: transparent !important;
    min-width: 180px;
    position: relative;
}

    .btn-danger:hover {
        background: #0caee9;
    }

    .btn-danger:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #de0000;
        border-radius: 0;
        z-index: -2;
    }

    .btn-danger:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #0caee9;
        transition: all 0.3s;
        border-radius: 0;
        z-index: -1;
    }

    .btn-danger:hover:before {
        width: 100%;
    }

.btn-primary {
    color: #fff;
    overflow: hidden;
    min-width: 180px;
}

.btn-primary {
    min-width: 180px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    background-color: #0057ff !important;
    border-radius: 8px;
}

    .btn-primary:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0057ff;
        border-radius: 0;
        z-index: -2;
    }

    .btn-primary:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #0057ff;
        transition: all 0.3s;
        border-radius: 8px;
        z-index: -1;
    }

    .btn-primary:hover:before {
        width: 100%;
    }

.btn {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    padding: 8px 15px;
    font-family: "Lora", serif;
    font-weight: bold;
}

    .btn-check:focus + .btn,
    .btn:focus {
        outline: 0;
        box-shadow: none;
    }

    .btn-check:active + .btn:focus,
    .btn-check:checked + .btn:focus,
    .btn.active:focus,
    .btn.show:focus,
    .btn:active:focus {
        box-shadow: none;
    }

p {
    margin: 0;
}

input {
    border: none;
    color: #000;
    font-size: 16px;
    height: 52px;
    padding: 0 32px;
    margin-bottom: 15px;
    border-radius: 50px;
    width: 100%;
}

.container {
    max-width: 1220px;
}

.header-section {
    position: fixed;
    top: 0;
    z-index: 111111;
    width: 100%;
}

.header-section-edit {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

.about-banner {
    margin-top: 145px;
}

.become-seller-banner {
    margin-top: 145px;
}

.careers-section {
    margin-top: 145px;
}

.decoration-none {
    text-decoration: none !important;
}

.footer-widget p {
    color: #464545 !important;
    margin-top: 20px;
}

.footer-widget a {
    color: #464545 !important;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-bottom: 0;
}


.social-link {
    margin-bottom: 36px;
}

    .social-link a:hover i {
        color: #497d29;
    }

/* --------------------------
     Topbar Section Styles
   --------------------------- */

.top-bar {
    background-color: #497d29;
    padding: 2px 0;
}

.call-action {
    text-align: right;
}

    .call-action a {
        margin-left: 13px;
        color: #ffffff;
        font-size: 12px;
    }

        .call-action a i {
            margin-right: 5px;
        }

.call-action {
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 30px;
}

    .social-link a {
        color: #fff;
        margin: 0 6px;
    }

p {
    color: #353535;
}


@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.eot');
    src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-bold-webfont.woff2') format('woff2'), url('../fonts/oswald-bold-webfont.woff') format('woff'), url('../fonts/oswald-bold-webfont.ttf') format('truetype'), url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'oswaldbolditalic';
    src: url('../fonts/oswald-bolditalic-webfont.eot');
    src: url('../fonts/oswald-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-bolditalic-webfont.woff2') format('woff2'), url('../fonts/oswald-bolditalic-webfont.woff') format('woff'), url('../fonts/oswald-bolditalic-webfont.ttf') format('truetype'), url('../fonts/oswald-bolditalic-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'oswalddemibold';
    src: url('../fonts/oswald-demibold-webfont.eot');
    src: url('../fonts/oswald-demibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-demibold-webfont.woff2') format('woff2'), url('../fonts/oswald-demibold-webfont.woff') format('woff'), url('../fonts/oswald-demibold-webfont.ttf') format('truetype'), url('../fonts/oswald-demibold-webfont.svg#oswalddemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'oswalddemi-bold';
    src: url('../fonts/oswald-demi-bolditalic-webfont.eot');
    src: url('../fonts/oswald-demi-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-demi-bolditalic-webfont.woff2') format('woff2'), url('../fonts/oswald-demi-bolditalic-webfont.woff') format('woff'), url('../fonts/oswald-demi-bolditalic-webfont.ttf') format('truetype'), url('../fonts/oswald-demi-bolditalic-webfont.svg#oswalddemi-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'oswaldextralight';
    src: url('../fonts/oswald-extralight-webfont.eot');
    src: url('../fonts/oswald-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-extralight-webfont.woff2') format('woff2'), url('../fonts/oswald-extralight-webfont.woff') format('woff'), url('../fonts/oswald-extralight-webfont.ttf') format('truetype'), url('../fonts/oswald-extralight-webfont.svg#oswaldextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'oswaldextra-light';
    src: url('../fonts/oswald-extra-lightitalic-webfont.eot');
    src: url('../fonts/oswald-extra-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-extra-lightitalic-webfont.woff2') format('woff2'), url('../fonts/oswald-extra-lightitalic-webfont.woff') format('woff'), url('../fonts/oswald-extra-lightitalic-webfont.ttf') format('truetype'), url('../fonts/oswald-extra-lightitalic-webfont.svg#oswaldextra-light') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'oswaldheavy';
    src: url('../fonts/oswald-heavy-webfont.eot');
    src: url('../fonts/oswald-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-heavy-webfont.woff2') format('woff2'), url('../fonts/oswald-heavy-webfont.woff') format('woff'), url('../fonts/oswald-heavy-webfont.ttf') format('truetype'), url('../fonts/oswald-heavy-webfont.svg#oswaldheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'oswaldheavy';
    src: url('../fonts/oswald-heavyitalic-webfont.eot');
    src: url('../fonts/oswald-heavyitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-heavyitalic-webfont.woff2') format('woff2'), url('../fonts/oswald-heavyitalic-webfont.woff') format('woff'), url('../fonts/oswald-heavyitalic-webfont.ttf') format('truetype'), url('../fonts/oswald-heavyitalic-webfont.svg#oswaldheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-light-webfont.woff2') format('woff2'), url('../fonts/oswald-light-webfont.woff') format('woff'), url('../fonts/oswald-light-webfont.ttf') format('truetype'), url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-lightitalic-webfont.eot');
    src: url('../fonts/oswald-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-lightitalic-webfont.woff2') format('woff2'), url('../fonts/oswald-lightitalic-webfont.woff') format('woff'), url('../fonts/oswald-lightitalic-webfont.ttf') format('truetype'), url('../fonts/oswald-lightitalic-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'oswaldmedium';
    src: url('../fonts/oswald-medium-webfont.eot');
    src: url('../fonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-medium-webfont.woff2') format('woff2'), url('../fonts/oswald-medium-webfont.woff') format('woff'), url('../fonts/oswald-medium-webfont.ttf') format('truetype'), url('../fonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'oswaldmedium';
    src: url('../fonts/oswald-mediumitalic-webfont.eot');
    src: url('../fonts/oswald-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/oswald-mediumitalic-webfont.woff') format('woff'), url('../fonts/oswald-mediumitalic-webfont.ttf') format('truetype'), url('../fonts/oswald-mediumitalic-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ElegantIcons';
    src: url('../fonts//ElegantIcons.eot');
    src: url('../fonts//ElegantIcons.eot?#iefix') format('embedded-opentype'), url('../fonts//ElegantIcons.woff') format('woff'), url('../fonts//ElegantIcons.ttf') format('truetype'), url('../fonts//ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}


.btn-outline-primary {
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    font-family: inherit;
}

    .btn-outline-primary:hover {
        border: 2px solid transparent;
        padding: 0.3em 2em 0.3em 0.7em;
        text-decoration: none;
        background-color: hsla(0, 0%, 100%, .2);
    }

        .btn-outline-primary:hover:after {
            opacity: 1;
            margin-left: 10px;
        }

    .btn-outline-primary:after,
    .btn-outline-primary:before {
        font-size: 28px;
        line-height: 1.2em;
        content: "\f105";
        opacity: 0;
        position: absolute;
        margin-left: -0em;
        -webkit-transition: all .2s;
        transition: all .2s;
        text-transform: none;
        -webkit-font-feature-settings: "kern"off;
        font-feature-settings: "kern"off;
        font-variant: none;
        font-style: normal;
        font-weight: 400;
        text-shadow: none;
        font-family: FontAwesome;
    }


.btn-blue {
    background-color: #2077b0;
}

    .btn-blue:hover {
        background-color: #2077b0;
    }



/* --------------------------
     Header Section Styles
   --------------------------- */

header {
    background-color: #fff;
    width: 100%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    min-height: 82px;
    z-index: 11111;
    position: relative;
}

    header .container {
        height: 100%;
    }


    header .row {
        min-height: 92px;
    }

.header-right {
    display: flex;
    align-items: center;
}



.nav-item .btn {
    background-color: #00b2e2;
    border: 2px solid transparent;
    color: #fff;
    font-size: inherit;
    font-weight: inherit;
    padding: 0.2em 1em 0.3em;
    height: 37px;
    border-radius: 0;
}

.nav-item {
    margin: 0 4px;
}

    .nav-item .btn:hover {
        background-color: #497d29;
        padding: 0.2em 2em 0.3em 0.7em;
        border-radius: 4px;
    }

.dropdown-item.active,
.dropdown-item:active {
    background-color: #497d29;
    color: #fff !important;
}

.nav-item .btn:after,
.nav-item .btn:before {
    font-size: 24px;
}

.navbar-nav .dropdown-toggle::after {
    font-size: 13px;
    top: 2px;
    position: relative;
}


.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar-nav .nav-item a {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 20px;
    font-weight: 300;
    color: #282964;
}


    .navbar-nav .nav-item a.dropdown-item {
        padding: 8px;
        justify-content: start;
        font-weight: 600;
        color: #0b214f;
    }

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 240px;
    background: #ffffffd5;
    border-radius: 0;
    margin-top: 20px;
    padding: 10px;
    border: none;
}

.dropdown-toggle::after {
    content: '\f107';
    font-family: fontawesome;
    border: none;
    font-weight: 700;
}

.search-icon a {
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
}

.nav-item .nav-link.active {
    color: #78BE21;
    font-weight: 700;
}

.logo {
    max-height: 69px;
    display: flex;
}

    .logo img {
        max-width: 270px;
    }

.mobile-navbar .nav-link {
    padding-left: 10px;
    padding-right: 10px;
}

.sub-items {
    margin-left: 20px;
}

.logo img {
    max-width: auto;
    height: 100%;
    max-height: 69px;
}

/* --------------------------
  Page Header
   --------------------------- */
.page-header {
    font-size: 40px;
    color: #78BE21;
    font-weight: 600;
}

.space {
    padding-top: 82px;
}

/* --------------------------
    Banner Section Styles
   --------------------------- */
.banner-section {
    position: relative;
    min-height: 800px;
}

.banner-item {
    background-size: cover;
    width: 100%;
    padding: 40px 0;
    min-height: 800px;
    /* min-height: calc(100vh - 100px); */
}

.banner-section:hover .owl-nav {
    display: none;
}

.banner-section .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: none;
}

    .banner-section .owl-nav .owl-prev {
        position: absolute;
        left: 2%;
    }

    .banner-section .owl-nav .owl-next {
        position: absolute;
        right: 2%;
    }

.banner-section .owl-prev {
    background: rgba(0, 0, 0, 0.8);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
}

.banner-section .owl-dots {
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding: 10px;
    max-width: fit-content;
    margin: 0 auto;
    border-radius: 4px;
    bottom: 40px;
    position: relative;
}

.banner-section .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100px;
}

.banner-section .owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 100px;
}

.banner-section .owl-next {
    background: rgba(0, 0, 0, 0.8);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
}


.banner-section .btn-action {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
}

    .banner-section .btn-action a {
        background-color: #0077b3;
        padding: 10px 20px;
        border-radius: 6px;
        color: #fff;
        font-size: 24px;
    }

.banner-block {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: absolute;
}


    .banner-block:before {
        content: '';
        background-color: rgba(0, 0, 7, 0.42);
        opacity: 0.38;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .banner-block div {
        z-index: 1111;
        position: relative;
    }

    .banner-block h2 {
        font-size: calc(32px + 32 * (100vw - 360px) / 1560);
        font-weight: 700;
        color: #fff;
        z-index: 111;
    }

    .banner-block p {
        font-size: calc(20px + 12 * (100vw - 360px) / 1560);
        font-weight: 600;
        color: #fff;
        z-index: 111;
    }

.section-arrow {
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: block;
    margin: 60px auto 0;
    z-index: 111;
}


/* --------------------------
  News Section
   --------------------------- */
.news-section {
    padding: 65px 0;
}

.news-row {
    display: flex;
    align-items: start;
}

.news-block {
    border-bottom: solid 1px #CCC;
    padding-bottom: 40px;
}


.news-section h2 {
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
    color: #0b214f;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
}

.news-row {
    display: flex;
    align-items: start;
}

.news-col {
    min-width: 280px;
}


/* --------------------------
    News List
   --------------------------- */

.news-list-section {
    margin-top: 0;
}


/* --------------------------
   section info
   --------------------------- */

.section-info {
    padding: 75px 0;
    background-image: url(../images/green-gradient.jpg);
    background-size: cover;
}

    .section-info .container {
        max-width: 890px;
    }

    .section-info .info-text {
        position: relative;
    }

        .section-info .info-text:before {
            content: '';
            background-color: #cadb2c;
            width: 2px;
            -webkit-transition: height 0.8s ease-in;
            -o-transition: height 0.8s ease-in;
            transition: height 0.8s ease-in;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            height: 100%;
        }

        .section-info .info-text p {
            font-size: calc(18px + 12 * (100vw - 360px) / 1560);
            color: #fff;
            padding-left: 26px;
        }

/* --------------------------
   contact section
   --------------------------- */

.contact-section {
    background-image: url(../images/connect-hero.jpg);
    background-size: cover;
    padding: 130px 0;
}

.contact-block {
    background-color: #ffffff;
    opacity: 0.87;
    padding: 40px 70px;
    max-width: 850px;
    margin: 0 auto;
    color: #052063;
}


    .contact-block h2 {
        margin-bottom: 50px;
        font-size: 41px;
        text-align: center;
        color: #78BE21;
        font-weight: 600;
    }

address p {
    font-size: 16px;
    line-height: 1.35;
    color: #052063;
    font-weight: 500;
}

address a {
    font-size: 16px;
    line-height: 1.35;
    color: #052063;
    font-weight: 500;
}


/* --------------------------
   News List
   --------------------------- */
.news-item {
    margin-bottom: 40px;
}

    .news-item span {
        color: #001d60;
        font-size: 14px;
    }

.news-img {
    height: 250px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .news-img img {
        max-height: 250px;
    }

.news-info .title {
    min-height: 100px;
    font-size: 20px;
    font-weight: 700;
    color: #78BE21;
    margin-bottom: 10px;
    display: block;
    line-height: normal;
}

.news-info p {
    font-weight: 500;
    color: #707070;
    font-size: 19px;
}

.news-info a {
    color: #78BE21;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

/* --------------------------
  industry
   --------------------------- */
.industry-section {
    background-size: cover;
    height: 60vh;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .industry-section h1 {
        font-weight: 600;
        font-size: 58px;
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 111;
    }

    .industry-section:before {
        content: '';
        background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(50%, rgba(47, 47, 47, 0.79)), color-stop(79%, rgba(83, 83, 83, 0.47)), to(rgba(84, 84, 84, 0)));
        background-image: -o-linear-gradient(bottom, #000000 0%, rgba(47, 47, 47, 0.79) 50%, rgba(83, 83, 83, 0.47) 79%, rgba(84, 84, 84, 0) 100%);
        background-image: linear-gradient(to top, #000000 0%, rgba(47, 47, 47, 0.79) 50%, rgba(83, 83, 83, 0.47) 79%, rgba(84, 84, 84, 0) 100%);
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

/* --------------------------
  Team Section
   --------------------------- */
.team-section .team-info p {
    font-size: 26px;
    padding-left: 30px;
}

.team-section .team-info {
    position: relative;
    margin: 40px 0 80px;
}

    .info-header {
        font-size: 26px;
        padding-left: 30px;
        margin-bottom: 10px;
        color: #0b214f;
        font-size: 30px;
        font-weight: 600;
    }

.link-wrap a {
    padding-left: 30px;
    font-size: 24px;
    margin: 16px 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

    .team-section .team-info:before {
        content: '';
        background-color: #cadb2c;
        width: 2px;
        height: 100%;
        -webkit-transition: height 0.8s ease-in;
        -o-transition: height 0.8s ease-in;
        transition: height 0.8s ease-in;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }

.member-img {
    margin-bottom: 20px;
}

.member-info h3 {
    font-size: 20px;
    color: #005394;
    font-weight: 700;
    margin-bottom: 3px;
}

.member-info p {
    color: #707070;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

.team-item {
    margin-bottom: 70px;
}

/* --------------------------
  leadership Section
   --------------------------- */

.leadership-section {
    background-image: linear-gradient(76deg, #29abe2 0%, #29abe2 1%, #78be21 55%, #cadb2c 99%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%);
    padding: 52px 0;
    position: relative;
}

    .leadership-section .container {
        z-index: 1;
        position: relative;
    }

.aqua-box-overlay {
    background-image: -o-linear-gradient(14deg, #29abe2 0%, #29abe2 1%, #78be21 55%, #cadb2c 99%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%);
    background-image: linear-gradient(76deg, #29abe2 0%, #29abe2 1%, #78be21 55%, #cadb2c 99%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%);
}

.aqua-box-overlay {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 104%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
    background-image: -o-linear-gradient(14deg, #29abe2 0%, #29abe2 1%, #78be21 55%, #cadb2c 99%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%);
    background-image: linear-gradient(76deg, #29abe2 0%, #29abe2 1%, #78be21 55%, #cadb2c 99%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%);
}

.leadership-info h3 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
    font-size: 32px;
}

.leadership-info p {
    color: #fff;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
}

.leadership-info a {
    font-size: 22px;
    color: #fff;
}

    .leadership-info a i {
        margin-right: 2px;
    }

.hr {
    width: 1px;
    height: 100%;
    background-color: #fff;
}

/* --------------------------
  number Section
   --------------------------- */

.number-section {
    padding: 80px 0;
}

.number-block h4 {
    color: #78BE21;
    font-size: 43px;
    margin-bottom: 10px;
    text-align: center;
}

.number-block p {
    color: #707070;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}


/* --------------------------
  Companies Section
   --------------------------- */

.companies-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.inner {
    overflow: hidden;
    position: relative;
}

.companies-section .companies {
    text-align: center;
}

.companies-info {
    min-height: 300px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    border: solid 1px #78BE21;
    border-radius: 30px;
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
}

    .companies-info .row {
        width: 100%;
    }

    .companies-info .companies h3 {
        color: #29abe2;
        text-align: center;
        font-weight: 600;
        margin-top: 20px;
        font-size: 20px;
    }

.who-we-block {
    position: absolute;
    top: -25px;
    color: #29abe2;
    font-size: 30px;
    font-weight: 600;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.left-half {
    position: absolute;
    left: 0px;
    right: 50%;
    margin-right: auto;
    width: auto;
    padding-left: 0px !important;
    overflow: hidden;
}

.tab-info {
    margin-left: 30px;
}

    .tab-info img {
        margin-bottom: 20px;
        max-height: 65px;
    }

    .tab-info p {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 20px;
        color: #707070;
    }

    .tab-info ul {
        margin-left: 20px;
        margin-bottom: 10px;
    }

        .tab-info ul li {
            list-style: disc;
        }

.number-stat {
    display: flex;
    align-items: start;
}

    .number-stat h5 {
        color: #78BE21;
        font-size: 28px;
        margin-right: 20px;
    }

.number-stat {
    font-size: 12px;
}

.tabs-home {
    position: relative;
    z-index: 111;
}

    .tabs-home .nav-tabs {
        display: flex;
        flex-direction: column;
        border: none;
    }

        .tabs-home .nav-tabs .nav-link {
            border: none;
            z-index: 1;
        }


.nav-action {
    display: flex;
    align-items: center;
    justify-content: end;
}

.tabs-home {
    width: 100%;
    padding: 80px 50px 80px 0;
}

    .tabs-home .nav-tabs a {
        border-left: solid 4px rgba(162, 160, 160, 0.55) !important;
        border-radius: 0;
        padding: 15px 30px;
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
    }

        .tabs-home .nav-tabs a.active {
            border-left: solid 4px #cadb2c !important;
            background-color: transparent;
            color: #ffffff;
            font-weight: 700;
        }

    .tabs-home h1 {
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 30px;
        color: #fff;
    }

.our-family-section {
    overflow: hidden;
}

.active .img-block {
    display: block;
}

.img-block {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: -1;
}

    .img-block::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.86);
        opacity: 0.48;
    }

.nav-tabs-block {
    position: relative;
}

    .nav-tabs-block::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.86);
        opacity: 0.48;
        width: 100%;
        z-index: 111;
    }

    .nav-tabs-block .nav-link {
        display: none;
    }

        .nav-tabs-block .nav-link.active {
            display: block;
        }

.nav-col {
    position: relative;
    z-index: 11111;
}

.nav-link {
    border: none;
}

    .nav-link img {
        height: 120%;
        min-height: 697px;
    }

.stats {
    display: flex;
    column-gap: 30px;
}

    .stats .stat {
        display: block;
        max-width: 25%;
        margin-bottom: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .stats .stat h5 {
            color: #78BE21;
            line-height: 1.2;
            font-size: 38px;
            font-weight: 600;
        }

        .stats .stat p {
            font-size: 12px;
        }

.tab-info h2 {
    color: #78BE21;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
}


.our-family-section h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.our-family-section .accordion-item {
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.our-family-section .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button {
    color: #0b214f;
    font-weight: 500;
}

.tab-info .big-img {
    height: 275px;
    overflow: hidden;
    margin-bottom: 40px;
}

.information-wrapper {
    margin: 70px auto 85px;
    padding: 45px 90px;
    max-width: 790px;
    background-color: rgba(35, 59, 7, 0.77);
}


    .information-wrapper p {
        font-size: 23px;
        color: #fff;
    }

.info-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .info-logo img {
        max-height: 80px;
    }

.culture-tabs-section {
    width: 100%;
}

    .culture-tabs-section .tabs-content {
        max-width: 790px;
        margin: 70px auto 85px;
        padding: 45px 90px;
        background-color: rgba(35, 59, 7, 0.77);
        display: flex;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .culture-tabs-section .nav-tabs {
        width: 100%;
        justify-content: space-between;
        padding-bottom: 30px;
    }

        .culture-tabs-section .nav-tabs .nav-link {
            max-width: 188px;
            min-width: 180px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .culture-tabs-section .nav-thumb {
        width: 100%;
        justify-content: space-between;
        display: flex;
    }

        .culture-tabs-section .nav-thumb img {
            max-height: 80px;
            min-height: auto;
            padding: 0 0;
            height: auto;
        }

    .culture-tabs-section .nav-tabs .nav-item.show .nav-link,
    .culture-tabs-section .nav-tabs .nav-link.active {
        background-color: rgba(248, 255, 242, 0.15);
        border: none;
        border-radius: 0;
    }

    .culture-tabs-section .nav-tabs .nav-link:hover {
        border: none;
        border-radius: 0;
    }

    .culture-tabs-section .tab-content-info {
        color: #fff;
    }

        .culture-tabs-section .tab-content-info p {
            color: #fff;
            font-size: 20px;
            margin-bottom: 20px;
        }


    .culture-tabs-section .bottom-tab-content {
        font-size: 30px;
        color: #fff;
        font-size: 30px;
    }


    .culture-tabs-section .bottom-tab-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 600;
    }

    .culture-tabs-section .tab-pane {
        min-height: 350px;
    }

        .culture-tabs-section .tab-pane.active {
            display: flex;
            align-items: center;
        }

.culture-nav-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

    .culture-nav-section .nav-link.active {
        display: block !important;
    }

    .culture-nav-section .nav-link {
        display: none !important;
        width: 100%;
        max-width: 100% !important;
        padding: 0 !important;
    }

.culture-tabs-section {
    position: relative;
    overflow: hidden;
}

    .culture-tabs-section .nav-link img {
        height: max-content;
        min-height: auto;
        width: max-content;
    }

    .culture-tabs-section .container {
        z-index: 111;
        position: relative;
    }

.planet-section {
    margin: 40px 0;
    position: relative;
    width: 100%;
}

    .planet-section::after {
        height: 1px;
        background-color: #001d60;
        width: 25%;
        content: '';
        position: absolute;
        bottom: 0;
    }

    .planet-section img {
        max-width: 245px;
        left: 25%;
        position: relative;
    }

    .planet-section::before {
        height: 1px;
        background-color: #001d60;
        width: calc(75% - 250px);
        content: '';
        position: absolute;
        top: 0;
        right: 0;
    }


.planet-list .planet-item {
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative;
    min-height: 200px;
}

    .planet-list .planet-item .number {
        opacity: 0.06;
        font-size: 200px;
        font-weight: 700;
        color: #707070;
        font-family: Arial, Helvetica, sans-serif;
        line-height: normal;
        position: absolute;
        top: -40px;
        left: -20px;
    }


.planet-img h2 {
    text-align: right;
    font-size: 40px;
    color: #001d60;
    margin-bottom: 20px;
    font-weight: 600;
}

.planet-list {
    margin-left: 75px;
}


    .planet-list .planet-item h2 {
        color: #78BE21;
        position: relative;
        line-height: 0.9;
        margin-bottom: 20px;
        font-size: 28px;
        border-bottom: solid 1px #282964;
        font-weight: 600;
        padding-bottom: 20px;
    }

    .planet-list .planet-item p {
        font-size: 20px;
        line-height: normal;
        color: #707070;
    }

/* --------------------------
   section-hero
   --------------------------- */

.banner-hero-section {
    background-image: url(../images/firm-hero-new.png);
    background-position: top center;
    height: 60vh;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}


    .banner-hero-section h1 {
        text-align: center;
        color: #282964;
        font-weight: 600;
        font-size: 50px;
    }

/* --------------------------
   Our Story section
   --------------------------- */
.our-story-section {
    padding: 90px 0 100px;
    background-color: rgba(0, 0, 0, 0.11);
}


    .our-story-section h2 {
        color: #282964;
        font-size: 42px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .our-story-section p {
        font-size: 18px;
        color: #282964;
    }

/* --------------------------
   Our Story section
   --------------------------- */

.section-story-list {
    padding-top: 100px;
    padding-bottom: 100px;
}


.section-story-list__items {
    text-align: right;
    margin-right: 26%;
}

    .section-story-list__items li {
        margin-bottom: 70px;
    }

        .section-story-list__items li.story-list {
            font-size: 20px;
        }

        .section-story-list__items li:nth-child(1) {
            margin-right: -40%;
        }

        .section-story-list__items li:nth-child(2) {
            margin-right: -20%;
        }

        .section-story-list__items li:nth-child(3) {
            margin-right: -13%;
        }

        .section-story-list__items li:nth-child(4) {
            margin-right: -25%;
        }

        .section-story-list__items li:nth-child(5) {
            margin-right: -45%;
        }



/* --------------------------
   Our Difference Section
   --------------------------- */

.our-difference-section {
    padding-bottom: 90px;
}


    .our-difference-section h3 {
        color: #29abe2;
        margin-bottom: 60px;
        font-size: 44px;
    }

.our-difference-info {
    display: flex;
    align-items: center;
}

.our-difference-block h3 {
    color: #78BE21;
    font-size: 32px;
    margin-bottom: 10px;
}

.our-difference-info p {
    font-size: 18px;
}

.our-difference-info .our-icon {
    margin-right: 30px;
    max-width: 180px;
}

    .our-difference-info .our-icon img {
        max-width: 140px;
    }


/* --------------------------
   logo Section
   --------------------------- */

.logo-section {
    background-color: #29abe2;
    padding: 75px 0;
}

.logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

    .logo-list img {
        width: 100%;
        height: auto;
    }

.logo-item {
    padding: 0 20px;
    margin-bottom: 20px;
}

/* --------------------------
   Our Coverage Section
   --------------------------- */

.our-coverage-section {
    padding: 80px 0;
}

    .our-coverage-section h4 {
        color: #78BE21;
        font-size: 44px;
        font-weight: 600;
        margin-bottom: 30px;
    }

.section-coverage__legend {
    border: 1px solid rgba(112, 112, 112, 0.61);
    width: auto;
    display: inline-block;
    padding: 10px 6px 10px 6px;
    margin-top: 10px;
}

.section-coverage__legend {
    padding: 15px 35px 15px 35px;
    margin-top: -35px;
}

    .section-coverage__legend li {
        margin-bottom: 14px;
        position: relative;
    }

    .section-coverage__legend li {
        padding-left: 15px;
        font-weight: 500;
        font-size: 20px;
    }

        .section-coverage__legend li::before {
            left: -15px;
            width: 24px;
            height: 24px;
        }

        .section-coverage__legend li::before {
            content: '';
            border-radius: 50%;
            width: 24px;
            height: 24px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            padding-right: 0;
        }

        .section-coverage__legend li.bullet-blue:before {
            background-color: #29abe2;
        }

        .section-coverage__legend li.bullet-green:before {
            background-color: #78BE21;
        }

        .section-coverage__legend li.bullet-light-green:before {
            background-color: #cadb2c;
        }

        .section-coverage__legend li.bullet-purple:before {
            background-color: #282964;
        }

/* --------------------------
  Our History Section
   --------------------------- */
.ourhistory-section {
    background-image: linear-gradient(0deg, #ffffff 0%, #f7f7f7 50%, #f7f7f7 100%);
    padding: 70px 0;
}



.ourhistory-slider {
    border-bottom: 2px dashed #707070;
}


.ourhistory-scroll {
    background-image: url(../images/houses-top.png);
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
}


.ourhistory-section h3 {
    color: #cadb2c;
    font-size: 44px;
}


.section-history-content {
    position: relative;
    padding: 0 20px 20px 20px;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    justify-content: space-between;
}




    .section-history-content:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 1px;
        height: calc(100% - 10px);
        background-color: #707070;
    }

    .section-history-content h3 {
        color: #00b1e1;
        margin-bottom: 10px;
        font-size: 28px;
    }

.ourhistory-scroll .owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .ourhistory-scroll .owl-nav .owl-prev {
        width: 45px;
        height: 42px;
        background-color: #cadb2c;
        background-size: calc(100% - 30px) calc(100% - 10px);
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 30px;
    }

    .ourhistory-scroll .owl-nav .owl-next {
        width: 45px;
        height: 42px;
        background-color: #cadb2c;
        background-size: calc(100% - 30px) calc(100% - 10px);
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 30px;
    }

.section-history-content:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -8px;
    width: 16px;
    height: 16px;
    background-color: #cadb2c;
    border-radius: 50%;
}

.section-history__slide-text p {
    margin-top: auto;
    margin-bottom: 20px;
    font-size: 18px;
}

    .section-history__slide-text p:last-child {
        margin-bottom: 0;
    }

.first-col {
    margin-left: 20%;
}


.ourhistory-section .owl-carousel .owl-wrapper {
    display: table !important;
}

.ourhistory-section .owl-carousel .owl-item {
    display: table-cell;
    float: none;
    vertical-align: bottom;
}

    .ourhistory-section .owl-carousel .owl-item:nth-child(1) .section-history-content {
        min-height: 210px;
    }

    .ourhistory-section .owl-carousel .owl-item:nth-child(2) .section-history-content {
        min-height: 240px;
    }

    .ourhistory-section .owl-carousel .owl-item:nth-child(3) .section-history-content {
        min-height: 260px;
    }

    .ourhistory-section .owl-carousel .owl-item:nth-child(4) .section-history-content {
        min-height: 280px;
    }

    .ourhistory-section .owl-carousel .owl-item:nth-child(5) .section-history-content {
        min-height: 300px;
    }

    .ourhistory-section .owl-carousel .owl-item:nth-child(6) .section-history-content {
        min-height: 300px;
    }


    .ourhistory-section .owl-carousel .owl-item:nth-child(7) .section-history-content {
        min-height: 300px;
    }

    .ourhistory-section .owl-carousel .owl-item:nth-child(8) .section-history-content {
        min-height: 300px;
    }


    .ourhistory-section .owl-carousel .owl-item:nth-child(9) .section-history-content {
        min-height: 300px;
    }


    .ourhistory-section .owl-carousel .owl-item:nth-child(10) .section-history-content {
        min-height: 300px;
    }


    .ourhistory-section .owl-carousel .owl-item:nth-child(11) .section-history-content {
        min-height: 300px;
    }


    .ourhistory-section .owl-carousel .owl-item:nth-child(12) .section-history-content {
        min-height: 300px;
    }



/* --------------------------
   section-hero
   --------------------------- */
body h3,
body .h3-size {
    font-weight: 600;
    font-size: 23px;
    line-height: 1.2;
}

.weight-medium {
    font-weight: 500;
}

body .h2-size-smaller-2 {
    font-size: 26px;
    line-height: 1.2;
}

body .h2-size-smaller {
    font-size: 28px;
    line-height: 1.2;
}

body h1,
body .h1-size {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
}

@media only screen and (min-width: 360px) {
    body .h2-size-smaller-2 {
        font-size: calc(26px + 19 * (100vw - 360px) / 1560);
    }

    body .h2-size-smaller {
        font-size: calc(28px + 20 * (100vw - 360px) / 1560);
    }
}



.section-aqua-box {
    position: relative;
    z-index: 31;
}

.section-aqua-box-overlay {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 104%;
    transform: rotate(180deg);
    z-index: 1;
    background-image: linear-gradient(76deg, #29abe2 0%, #29abe2 1%, #78be21 55%, #cadb2c 99%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%);
}

@media only screen and (min-width: 992px) {
    .section-aqua-box-overlay {
        background-image: linear-gradient(76deg, #29abe2 0%, #29abe2 1%, #78be21 55%, #cadb2c 99%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%, #cadb2c 100%);
    }
}

.section-aqua-box .inner {
    color: #ffffff;
    padding: 83px 0 55px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .section-aqua-box .inner {
        padding: 99px 0 55px;
        display: flex;
        justify-content: space-between;
    }
}

.section-aqua-box .inner .title {
    margin-bottom: 36px;
}

@media only screen and (min-width: 768px) {
    .section-aqua-box .inner .left-side {
        width: 43%;
    }
}

.section-aqua-box .inner .left-side .btn {
    margin: 0;
}

.section-aqua-box .inner .right-side {
    position: relative;
    transition-delay: 0.5s;
}

@media only screen and (max-width: 767px) {
    .section-aqua-box .inner .right-side {
        margin-top: 20px;
        padding-top: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .section-aqua-box .inner .right-side {
        width: 45%;
        margin: 30px 0;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.section-aqua-box .inner .right-side .area {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .section-aqua-box .inner .right-side .area:last-child {
        margin-bottom: 5%;
    }
}

.section-aqua-box .inner .right-side:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .section-aqua-box .inner .right-side:before {
        right: 0;
        height: 1px;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .section-aqua-box .inner .right-side:before {
        left: -15%;
        bottom: 0;
        height: 100%;
        width: 1px;
    }
}

@media only screen and (min-width: 1366px) {
    .section-aqua-box .inner .right-side:before {
        left: -25%;
    }

    body .container-smaller {
        max-width: 1220px;
        padding: 0 20px;
        margin: 0 auto;
    }

    .section-hero .circled-area {
        max-width: 1200px;
    }
}

.section-aqua-box .inner .link-wrap {
    width: 100%;
    display: inline-block;
}

.section-aqua-box .inner .btn {
    margin: 0;
    display: inline-block;
    color: #ffffff;
}

    .section-aqua-box .inner .btn:before {
        border-color: transparent transparent transparent #ffffff;
    }

    .section-aqua-box .inner .btn:hover {
        color: #0b214f;
    }

        .section-aqua-box .inner .btn:hover:before {
            border-color: transparent transparent transparent #0b214f;
        }

@media only screen and (min-width: 768px) {
    .section-aqua-box.home .right-side:before {
        left: -11%;
    }
}

@media only screen and (min-width: 992px) {
    .section-aqua-box.home .right-side:before {
        left: -15%;
    }
}

.info {
    position: relative;
    color: #ffffff;
}

    .info:before {
        content: '';
        background-color: #cadb2c;
        width: 2px;
        height: 0;
        transition: height 0.8s ease-in;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }

.info-text {
    overflow: hidden;
    max-width: 1400px;
    padding-left: 13px;
}

@media only screen and (min-width: 768px) {
    .info-text {
        padding-left: 26px;
    }
}

.info-text .text {
    transition: transform 1.2s ease-in;
    transform: translateX(-110%);
    transition-delay: 0.8s;
    margin: 0;
}

.info.inview-active .text {
    transform: translateX(0);
}

.info.inview-active::before {
    height: 100%;
}

body {
    background: #ffffff;
}

    body .section-hero {
        position: relative;
        padding-bottom: 50px;
        width: 100%;
        z-index: 30;
        overflow: hidden;
        height: 55vh;
        min-height: 55vh;
    }

@media only screen and (min-width: 768px) {
    body .section-hero {
        height: 43vh;
        min-height: 420px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero {
        height: 40vh;
        min-height: 550px;
    }
}

@media only screen and (min-width: 1440px) {
    body .section-hero {
        height: 55vh;
        min-height: 550px;
    }
}

@media only screen and (min-width: 2048px) {
    body .section-hero {
        height: 60vh;
        min-height: 860px;
    }
}

body .section-hero__background {
    background-image: url("/assets/images/culture-hero-new.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    body .section-hero__background {
        background-position: 55%;
        background-image: url("/assets/images/culture-hero-mobile.png");
        top: 0;
    }
}

body .section-hero__background:before {
    content: '';
    background-image: linear-gradient(3deg, #000000 0%, rgba(84, 84, 84, 0) 100%);
    opacity: 0.6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

body .section-hero .circled-area {
    padding: 0 30px;
    max-width: 1085px;
    position: relative;
    margin: 0 auto 0;
}

@media only screen and (max-width: 767px) {
    body .section-hero .circled-area {
        padding-top: 100%;
        right: 24px;
        width: 85%;
        position: absolute;
        left: 24px;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .circled-area {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        margin: auto;
    }
}

@media only screen and (min-width: 1366px) {
    body .section-hero .circled-area {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1600px) {
    body .section-hero .circled-area {
        max-width: 1390px;
    }
}

@media only screen and (min-width: 1920px) {
    body .section-hero .circled-area {
        max-width: 1540px;
    }
}

@media only screen and (min-width: 1920px) {
    body .section-hero .circled-area {
        max-width: 1540px;
    }
}

body .section-hero .circled-area .circle {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.4s ease;
    opacity: 1;
}

    body .section-hero .circled-area .circle:nth-child(1) {
        transition-delay: 1.7s;
    }

    body .section-hero .circled-area .circle:nth-child(2) {
        transition-delay: 2.1s;
    }

    body .section-hero .circled-area .circle:nth-child(3) {
        transition-delay: 2.5s;
    }

@media only screen and (max-width: 767px) {
    body .section-hero .circled-area .circle-1 {
        position: absolute;
        width: 68vw;
        height: 68vw;
        top: 50px;
        left: -5vw;
        right: -5vw;
        border: 1px solid #fff8f8;
        border-radius: 50%;
        margin-top: 70px !important;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .circled-area .circle-1 {
        width: 290px;
        height: 290px;
        border: 1px solid #fff8f8;
        border-radius: 50%;
        margin-top: 100px;
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .circled-area .circle-1 {
        width: 350px;
        height: 350px;
        margin-top: 160px;
    }
}

@media only screen and (min-width: 1440px) {
    body .section-hero .circled-area .circle-1 {
        width: 480px;
        height: 480px;
        margin-top: 140px;
    }
}

@media only screen and (min-width: 2048px) {
    body .section-hero .circled-area .circle-1 {
        width: 720px;
        height: 720px;
        margin-top: 180px;
    }
}

@media only screen and (max-width: 767px) {
    body .section-hero .circled-area .circle-2 {
        position: absolute;
        width: 83vw;
        height: 83vw;
        top: 60px;
        left: -5vw;
        right: -5vw;
        border: 1px solid #fff8f8;
        border-radius: 50%;
        margin-top: 35px !important;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .circled-area .circle-2 {
        width: 380px;
        height: 380px;
        border: 1px solid #fff8f8;
        border-radius: 50%;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .circled-area .circle-2 {
        width: 510px;
        height: 510px;
        margin-top: 80px;
    }
}

@media only screen and (min-width: 1440px) {
    body .section-hero .circled-area .circle-2 {
        width: 620px;
        height: 620px;
        margin-top: 70px;
    }
}

@media only screen and (min-width: 2048px) {
    body .section-hero .circled-area .circle-2 {
        width: 900px;
        height: 900px;
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    body .section-hero .circled-area .circle-3 {
        position: absolute;
        width: 103vw;
        height: 103vw;
        left: -10vw;
        right: -10vw;
        top: 70px;
        margin-top: 60px;
        border-radius: 50%;
        border: 1px solid #fff8f8;
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 360px) {
    body .section-hero .circled-area .circle-3 {
        margin-top: calc(60px + 80 * (100vw - 360px) / 408);
    }
}

@media only screen and (max-width: 767px) and (min-width: 768px) {
    body .section-hero .circled-area .circle-3 {
        margin-top: 140px;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .circled-area .circle-3 {
        width: 480px;
        height: 480px;
        border: 1px solid #fff8f8;
        border-radius: 50%;
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .circled-area .circle-3 {
        width: 670px;
        height: 670px;
    }
}

@media only screen and (min-width: 1440px) {
    body .section-hero .circled-area .circle-3 {
        width: 760px;
        height: 760px;
    }
}

@media only screen and (min-width: 2048px) {
    body .section-hero .circled-area .circle-3 {
        width: 1100px;
        height: 1100px;
    }
}

body .section-hero .inner {
    position: absolute;
    z-index: 10;
    height: 100%;
    padding-top: 140px;
    width: 100%;
    left: 0;
}

@media only screen and (min-width: 2048px) {
    body .section-hero .inner {
        padding-top: 250px;
    }
}

body .section-hero .inner .content {
    height: 100%;
    z-index: 20;
    position: relative;
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 560px;
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .inner .content {
        height: 670px;
    }
}

@media only screen and (min-width: 1440px) {
    body .section-hero .inner .content {
        height: 840px;
    }
}

@media only screen and (min-width: 2048px) {
    body .section-hero .inner .content {
        height: 900px;
    }
}

body .section-hero .inner .content-wrapper {
    position: relative;
    height: 100%;
}

body .section-hero .inner .content .title,
body .section-hero .inner .content .element {
    color: #ffffff;
    opacity: 1;
    transition: all 0.4s ease;
}

body .section-hero .inner .content .title {
    transition-delay: 1s;
    display: block;
    transition: all 0.4s ease;
    opacity: 1;
    margin-bottom: 0;
}

body .section-hero .inner .content .subtitle {
    opacity: 1;
    transition: all 0.4s ease;
    display: block;
    transition-delay: 1.2s;
    color: #cadb2c;
    margin-bottom: 0;
}

body .section-hero .inner .content__center {
    text-align: center;
    position: absolute;
    top: 275px;
}

@media only screen and (max-width: 767px) {
    body .section-hero .inner .content__center {
        width: 100%;
        bottom: 20px;
        top: unset;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content__center {
        top: 175px;
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .inner .content__center {
        top: 275px;
    }
}

@media only screen and (min-width: 1366px) {
    body .section-hero .inner .content__center {
        top: 255px;
    }
}

@media only screen and (min-width: 1440px) {
    body .section-hero .inner .content__center {
        top: 275px;
    }
}

@media only screen and (min-width: 2048px) {
    body .section-hero .inner .content__center {
        top: 370px;
    }
}

body .section-hero .inner .content__circular {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    max-width: 100vw;
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content__circular {
        width: 480px;
        height: 480px;
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .inner .content__circular {
        width: 670px;
        height: 670px;
    }
}

@media only screen and (min-width: 1440px) {
    body .section-hero .inner .content__circular {
        width: 760px;
        height: 760px;
    }
}

@media only screen and (min-width: 2048px) {
    body .section-hero .inner .content__circular {
        width: 1100px;
        height: 1100px;
    }
}

body .section-hero .inner .content__circular .element {
    margin: 0;
    width: auto;
    text-align: center;
    max-width: 313px;
    position: absolute;
    display: block;
}

    body .section-hero .inner .content__circular .element:nth-child(1) {
        transition-delay: 3.4s;
    }

    body .section-hero .inner .content__circular .element:nth-child(2) {
        transition-delay: 3.8s;
    }

    body .section-hero .inner .content__circular .element:nth-child(3) {
        transition-delay: 4.2s;
    }

    body .section-hero .inner .content__circular .element:nth-child(4) {
        transition-delay: 4.6s;
    }

    body .section-hero .inner .content__circular .element:nth-child(5) {
        transition-delay: 5s;
    }

@media only screen and (max-width: 767px) {
    body .section-hero .inner .content__circular .element {
        display: none;
    }
}

body .section-hero .inner .content__circular .element h3 {
    margin: 0;
    color: #ffffff;
}

body .section-hero .inner .content__circular .element::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cadb2c;
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content__circular .element-1 {
        top: 192px;
        left: -11px;
        transform: translateX(-100%);
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .inner .content__circular .element-1 {
        top: 300px;
        left: -14px;
    }
}

@media only screen and (min-width: 1440px) {
    body .section-hero .inner .content__circular .element-1 {
        top: 304px;
        left: -8px;
    }
}

@media only screen and (min-width: 2048px) {
    body .section-hero .inner .content__circular .element-1 {
        top: 400px;
        left: 3px;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content__circular .element-1:before {
        right: -22px;
        top: 15px;
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .inner .content__circular .element-1:before {
        right: -22px;
        top: 13px;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content__circular .element-2 {
        top: 67px;
        left: 59px;
        transform: translateX(-100%);
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .inner .content__circular .element-2 {
        top: 110px;
        left: 70px;
    }
}

@media only screen and (min-width: 1440px) {
    body .section-hero .inner .content__circular .element-2 {
        top: 110px;
        left: 96px;
    }
}

@media only screen and (min-width: 2048px) {
    body .section-hero .inner .content__circular .element-2 {
        top: 130px;
        left: 178px;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content__circular .element-2:before {
        right: -22px;
        top: 13px;
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .inner .content__circular .element-2:before {
        right: -22px;
        top: 15px;
    }
}

body .section-hero .inner .content__circular .element-3 {
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content__circular .element-3 {
        transform: translateY(100%);
        top: -52px;
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .inner .content__circular .element-3 {
        top: -57px;
    }
}

@media only screen and (min-width: 1440px) {
    body .section-hero .inner .content__circular .element-3 {
        top: -54px;
    }
}

@media only screen and (min-width: 2048px) {
    body .section-hero .inner .content__circular .element-3 {
        top: -66px;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content__circular .element-3:before {
        right: calc(50% - 5px);
        bottom: -52%;
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .inner .content__circular .element-3:before {
        right: calc(50% - 5px);
        bottom: -51.5%;
    }
}

@media only screen and (min-width: 1920px) {
    body .section-hero .inner .content__circular .element-3:before {
        right: calc(50% - 5px);
        bottom: -42%;
    }
}

@media only screen and (min-width: 2048px) {
    body .section-hero .inner .content__circular .element-3:before {
        right: calc(50% - 5px);
        bottom: -50%;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content__circular .element-4 {
        top: 67px;
        right: 57px;
        transform: translateX(100%);
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .inner .content__circular .element-4 {
        top: 110px;
        right: 68px;
    }
}

@media only screen and (min-width: 1440px) {
    body .section-hero .inner .content__circular .element-4 {
        top: 110px;
        right: 92px;
    }
}

@media only screen and (min-width: 2048px) {
    body .section-hero .inner .content__circular .element-4 {
        top: 130px;
        right: 172px;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content__circular .element-4:before {
        left: -27px;
        bottom: 10px;
    }

    .banner-section {
        position: relative;
        min-height: 800px;
    }

    .banner-item {
        min-height: 800px;
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .inner .content__circular .element-4:before {
        left: -27px;
        bottom: 12px;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content__circular .element-5 {
        top: 192px;
        right: -10px;
        transform: translateX(100%);
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .inner .content__circular .element-5 {
        top: 300px;
        right: -13px;
    }
}

@media only screen and (min-width: 1440px) {
    body .section-hero .inner .content__circular .element-5 {
        top: 304px;
        right: -7px;
    }
}

@media only screen and (min-width: 2048px) {
    body .section-hero .inner .content__circular .element-5 {
        top: 400px;
        right: 2px;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content__circular .element-5:before {
        left: -20px;
        bottom: 10px;
    }
}

@media only screen and (min-width: 992px) {
    body .section-hero .inner .content__circular .element-5:before {
        left: -20px;
        bottom: 11px;
    }
}

body .section-hero .inner .content-wrapper.inview-active .circle {
    opacity: 1;
}

body .section-hero .inner .content-wrapper.inview-active .title,
body .section-hero .inner .content-wrapper.inview-active .subtitle,
body .section-hero .inner .content-wrapper.inview-active .element {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    body .section-hero .inner .content-wrapper .info {
        margin-top: 40%;
    }

    .banner-section {
        position: relative;
        min-height: 500px;
    }

    .banner-item {
        min-height: 500px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    body .section-hero .inner .content-wrapper .info {
        margin-top: calc(40% + 20 * (100vw - 320px) / 448);
    }
}

@media only screen and (max-width: 767px) and (min-width: 768px) {
    body .section-hero .inner .content-wrapper .info {
        margin-top: 60%;
    }
}

@media only screen and (min-width: 768px) {
    body .section-hero .inner .content-wrapper .info {
        margin-top: -20%;
    }
}

@media only screen and (min-width: 768px) and (min-width: 320px) {
    body .section-hero .inner .content-wrapper .info {
        margin-top: calc(-20% + 2 * (100vw - 320px) / 448);
    }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
    body .section-hero .inner .content-wrapper .info {
        margin-top: -18%;
    }
}

body .section-info {
    background-color: #ffffff;
}

    body .section-info .info::before {
        transition-delay: 2.7s;
    }

@media only screen and (min-width: 992px) {
    body .section-info .info::before {
        transition-delay: 5.2s;
    }
}

body .section-info .info.inview-animate .text {
    transition-delay: 2.9s;
}

@media only screen and (min-width: 992px) {
    body .section-info .info.inview-animate .text {
        transition-delay: 5.7s;
    }
}

@media only screen and (max-width: 767px) {
    body .section-info.desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    body .section-info.mobile {
        display: none !important;
    }
}

body .section-info .inner {
    min-height: 30vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

body .section-info .info-text {
    color: #707070;
}


/* --------------------------
   Footer Section
   --------------------------- */

footer {
    background-color: rgba(0, 0, 0, 0.11);
    padding: 80px 0 0;
}

    footer .connect {
        margin-bottom: 30px;
    }

        footer .connect h1 {
            color: #464545;
            margin-bottom: 20px;
            font-size: calc(28px + 2 * (100vw - 360px) / 1560);
            font-weight: 700;
        }

        footer .connect p {
            font-size: calc(10px + 6 * (100vw - 360px) / 1560);
            font-weight: 500;
        }

            footer .connect p a {
                text-decoration: underline;
            }

.footer-widget {
    color: #fff;
    font-size: 14px;
}

.inner-header {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.footer-widget a {
    color: #fff;
}


.footer-widget p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}

    .footer-widget p:last-child {
        margin-bottom: 0px;
    }

.footer-widget h4 {
    color: #464545;
    font-size: calc(10px + 6 * (100vw - 360px) / 1560);
    padding-bottom: 8px;
    font-weight: 600;
}

.footer-widget li {
    padding-left: 0;
    position: relative;
    color: #fff;
    list-style: none;
    margin-bottom: 5px;
}

    .footer-widget li a {
        color: #464545;
        text-decoration: underline;
    }

    .footer-widget li:before {
        border-color: #00b2e2;
    }

.footer-top {
    padding-bottom: 80px;
}

.footer-bottom {
    background-color: #1f1f1f;
    background-color: rgba(0, 0, 0, 0.32);
    padding: 8px 0 8px;
    text-align: center;
}

.footer-copy a {
    text-align: left;
    color: #666;
    text-align: center;
}

footer .social-link a {
    font-size: 20px;
    color: #666;
}

.event-block h2 {
    color: #00b2e2;
}

.event-block p {
    font-style: italic;
}

.top-border {
    position: relative;
    padding-top: 10px;
}

    .top-border::before {
        content: '';
        position: absolute;
        top: -2px;
        left: 0;
        width: 100px;
        background-color: #78BE21;
        height: 2px;
    }


/* reposive */

.m-hidden {
    display: block;
}

.d-hidden {
    display: none;
}


@media (max-width: 992px) {
    .m-hidden {
        display: none;
    }

    .d-hidden {
        display: block;
    }

    .tab-info {
        margin-left: 0;
    }

        .tab-info .big-img img {
            width: 100%;
            max-height: max-content !important;
        }
}

@media (max-width: 768px) {

    .companies-section .companies {
        margin-bottom: 60px;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .footer-bottom {
        text-align: center;
        padding: 30px 0;
    }

    .footer-copy {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    footer .social-link {
        width: 100%;
        text-align: center;
    }

    .top-bar .social-link {
        display: none;
    }
}


/* scroll-top */

.scroll-top {
    background: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0px;
    width: 40px;
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .scroll-top img {
        width: 25px;
        height: 25px;
    }


/* --------------------------
  home Section
   --------------------------- */
.animated-graylines.animated {
    max-height: 2000px;
}

.animated-graylines {
    position: absolute;
    top: -36vw;
    left: -22vw;
    width: 118vw;
    -webkit-transition: all 5s ease-in;
    -o-transition: all 5s ease-in;
    transition: all 5s ease-in;
    max-height: 0;
    display: block;
    overflow: hidden;
}

@media only screen and (min-width: 1366px) {
    .animated-graylines {
        width: 71vw;
        top: -28vw;
        left: -9.5vw;
    }
}


.planet-home-section {
    position: relative;
}

    .planet-home-section .row {
        position: relative;
        z-index: 111;
    }

    .planet-home-section .nav-link img {
        height: auto;
        min-height: auto;
    }

    .planet-home-section .nav-link img {
        width: 90px;
        height: 90px;
    }

    .planet-home-section .nav-link {
        transition-delay: 0.8s;
        color: #0b214f;
        display: flex;
        align-items: center;
        column-gap: 32px;
        font-size: 24px;
        font-weight: 600;
    }

        .planet-home-section .nav-link:hover img {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

.home-nav-bar {
    margin: 120px 0;
    margin-left: -20%;
}

.planet-home-section .nav-link:nth-child(1) {
    margin-left: -16%;
    margin-bottom: 20px;
}

.planet-home-section .nav-link:nth-child(2) {
    margin-left: -8%;
    margin-bottom: 20px;
}

.planet-home-section .nav-link:nth-child(3) {
    margin-left: -4%;
    margin-bottom: 20px;
}

.planet-home-section .nav-link:nth-child(4) {
    margin-left: -8%;
    margin-bottom: 20px;
}

.planet-home-section .nav-link:nth-child(5) {
    margin-left: -12%;
    margin-bottom: 20px;
}

.planet-home-section .nav-link:nth-child(6) {
    margin-left: -28%;
    margin-bottom: 20px;
}

.planet-home-section .nav-link:nth-child(7) {
    margin-left: -58%;
}

.tab-planet-info {
    max-width: 500px;
    margin-bottom: 20%;
    text-align: center;
}

    .tab-planet-info img {
        margin-bottom: 35px;
        height: auto !important;
        width: auto !important;
    }

    .tab-planet-info h1 {
        font-weight: 600 !important;
        color: #0b214f;
        margin-bottom: 35px;
        font-size: calc(22px + 42 * (100vw - 360px) / 1560);
    }


    .tab-planet-info p {
        line-height: 1.2;
        font-weight: 500;
        font-size: 24px;
        letter-spacing: normal;
    }

.navbar-toggler {
    border: none;
}


@media only screen and (max-width:1024px) {
    .navbar-collapse.collapse.show .navbar-nav {
        background-color: #fff;
    }

    .mobile-navbar {
        position: fixed;
        height: 100%;
        z-index: 111;
        width: 100%;
    }

    .our-family-section h1 {
        color: #78BE21;
        font-size: 30px;
        text-align: center;
    }



    .banner-block .banner-col {
        padding-top: 20px;
        min-height: 400px;
        max-width: 90%;
        margin: 0 auto;
    }

    .banner-block h2 {
        font-size: 20px;
    }

    .section-arrow {
        width: 30px;
        height: 30px;
    }

        .section-arrow svg {
            width: 30px;
        }

    .planet-home-section .nav-link img {
        width: 30px;
        height: 30px;
    }


    .planet-home-section .nav-link:nth-child(1) {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .planet-home-section .nav-link:nth-child(2) {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .planet-home-section .nav-link:nth-child(3) {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .planet-home-section .nav-link:nth-child(4) {
        margin-left: 0;
        margin-bottom: 1px;
    }

    .planet-home-section .nav-link:nth-child(5) {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .planet-home-section .nav-link:nth-child(6) {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .planet-home-section .nav-link:nth-child(7) {
        margin-left: 0;
    }

    .home-nav-bar {
        margin-left: 0;
        margin: 20px 0;
    }

    .planet-home-section .nav-link {
        font-size: 20px;
        column-gap: 12px;
    }

    .planet-home-section {
        margin-top: 20px;
    }

    .animated-graylines.animated {
        display: none;
    }

    .tab-planet-info h1 {
        font-size: 30px;
    }

    .planet-home-section .row {
        flex-direction: column-reverse;
    }

    .tab-planet-info {
        margin-top: 30px;
    }

    .number-block {
        margin-bottom: 20px;
    }

        .number-block h4 {
            font-size: 28px;
        }

    .contact-block h2 {
        font-size: 24px;
        text-align: left;
    }

    .contact-block {
        padding: 20px 25px;
    }

    .news-img {
        height: 100%;
    }

        .news-img img {
            max-height: 100%;
        }

    .news-row {
        flex-direction: column;
    }

    .news-col {
        margin-bottom: 20px;
    }

    .team-section .team-info p {
        font-size: 18px;
        padding-left: 30px;
    }

    .planet-peers-section .row {
        flex-direction: column-reverse;
    }

    .planet-peers-section .left-half {
        position: relative;
    }

    .planet-list {
        margin-left: 0;
    }

    .planet-section img {
        max-width: 225px;
        left: 15%;
        position: relative;
    }

    .planet-section::before {
        width: calc(75% - 150px);
    }

    .culture-nav-section .nav-link img {
        width: auto;
        min-width: fit-content;
    }

    .culture-tabs-section .tabs-content {
        margin: 40px auto 45px;
        padding: 25px 20px;
    }

    .culture-tabs-section .nav-tabs {
        justify-content: center;
    }

    .planet-peers-section .col-md-6 {
        width: 100%;
    }

    .culture-tabs-section .tab-content-info {
        padding: 20px;
        border: solid 1px #fff;
    }

    .member-img img {
        width: 100%;
    }

    .industry-section h1 {
        font-size: 40px;
    }

    .banner-hero-section h1 {
        font-size: 40px;
    }

    .our-story-section p {
        margin-bottom: 20px;
    }

        .our-story-section p:last-child {
            margin-bottom: 0;
        }


    .section-story-list__items li:nth-child(1) {
        margin-right: 0;
    }

    .section-story-list__items li:nth-child(2) {
        margin-right: 0;
    }

    .section-story-list__items li:nth-child(3) {
        margin-right: 0;
    }

    .section-story-list__items li:nth-child(4) {
        margin-right: 0;
    }

    .section-story-list__items li:nth-child(5) {
        margin-right: 0;
    }

    .section-story-list__items {
        text-align: right;
        margin-right: 0;
    }

    .section-coverage__legend {
        margin-top: 30px;
    }

    .section-history-content {
        max-width: 90%;
        margin: 0 auto;
    }

    .section-coverage__legend li {
        font-weight: 500;
        font-size: 16px;
    }

    .our-coverage-section {
        padding: 40px 0;
    }

    .map-bottom img {
        width: auto;
        max-width: auto;
    }

    .ourhistory-scroll {
        background-size: 100%;
        background-position: bottom;
    }
}
