@import "reset.css";
@import "components/header.css";
@import "components/sub-banner.css";
@import "components/footer.css";
@import "components/contact.css";


.main {
    margin-top: 145px;
}


.dulsco {
    padding: 130px 0 70px 0;
}

.dulsco ul {
    display: flex;
    justify-content: center;
}

.dulsco li {
    font-size: 20px;
    color: #f74233;
    font-weight: 600;
}

.dulsco li+li {
    margin-left: 10px;
}

.dulsco h2 {
    font-size: 217px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 205px;
    background: url('../images/text-bg.png');
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: var(--font-secondary);
    position: relative;
    top: -10px;
}

.counter-list {
    max-width: 960px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: center;
}

.counter-list p {
    color: #000000;
    font-size: 15px;
}

.counter-list .count {
    display: block;
    font-size: 75px;
    color: var(--color-primary);
    font-weight: bold;
    line-height: 1;
}

.counter-list .item {
    padding-bottom: 35px;
    border-bottom: 1px solid #d4d4d4;
}

.counter-list .item+.item {
    margin-left: 45px;
}


.dulsco .arrow-bnt {
    margin-top: 60px;
}

.dulsco .arrow-bnt {
    color: var(--color-primary);
    border-color: #e3e3e3;
}

.dulsco .arrow-bnt i {
    color: #ffffff;
    background: var(--color-primary);
}

/* --------------------------------------------------------------------- */

.ceo-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: var(--color-primary);
}

.ceo-section .content-side {
    width: 55%;
    padding-right: 120px;
}

.ceo-section .content-side span {
    display: block;
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
}

.ceo-section .content-side h2 {
    text-transform: uppercase;
    font-family: var(--font-secondary);
    margin-bottom: 20px;
}

.ceo-section .content-side p,
.ceo-section .content-side span,
.ceo-section .content-side h2 {
    color: #ffffff;
}

.ceo-section .image-side {
    width: 45%;
    position: relative;
}

.ceo-section .image-side .round {
    position: absolute;
    width: 104px;
    height: 104px;
    right: 70px;
    top: 80px;
    z-index: 1;
    background: rgba(255, 255, 255, .28);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ceo-section .image-side .round img {
    width: auto;
}

.ceo-section .image-side img {
    width: 100%;
    background-size: cover;
}

.ceo-section .arrow-bnt {
    margin-top: 37px;
    color: #ffffff;
}

.ceo-section .arrow-bnt i {
    color: #000000;
    background: #ffffff;
}

.ceo-section .arrow-bnt:hover {
    color: #000000;
}

/* --------------------------------------------------------------------- */

.who-we-are {
    padding: 170px 0 100px 0;
    max-height: 1020px;
}

.who-we-are .container {
    position: relative;
}

.who-we-are h2 {
    color: #000;
    line-height: 1;
    margin: 0;
    position: absolute;
    top: 100px;
    z-index: 1;
}

.who-we-are h2 span {
    color: var(--color-primary);
}

.who-we-are .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 25px;
}

.who-we-are .content-side {
    max-width: 540px;
    width: 100%;
}

.who-we-are .content-side ul {
    max-width: 360px;
}

.who-we-are .content-side li {
    padding: 24px 0;
}

.who-we-are .content-side li+li {
    border-top: 1px solid #dfdfdf;
}

.who-we-are .content-side h5 {
    margin: 0;
    line-height: 1;
    font-size: 25px;
}

.who-we-are .content-side h5 span {
    font-weight: 400;
    font-size: 18px;
}

.who-we-are .content-side p {
    color: #666666;
    margin: 30px 0 0 0;
}

.who-we-are .image-side {
    max-width: 500px;
}

/* ------------------------------------------- */


.who-we-are .owl-nav {
    position: absolute;
    bottom: 0%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    max-width: 70px;
    margin: auto;
    left: 0;
    right: 0;
    row-gap: 15px;
    transform: translateX(-218px);
}

.who-we-are .owl-nav button {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 16px -5px #d9d5d5;
    -webkit-transition: all var(--transition-time) ease-in-out;
    transition: all var(--transition-time) ease-in-out;
}


.who-we-are .owl-nav button.owl-prev,
.who-we-are .owl-nav button.owl-next {
    background: var(--color-primary);
}

.who-we-are .owl-nav button.owl-prev:hover,
.who-we-are .owl-nav button.owl-next:hover {
    background: #ffffff;
}

.who-we-are .owl-nav button i {
    color: #ffffff;
    -webkit-transition: all var(--transition-time) ease-in-out;
    transition: all var(--transition-time) ease-in-out;
}

.who-we-are .owl-nav button:hover i {
    color: var(--color-primary);
}

/* --------------------------------------------------------------------- */

.hm-bg-section {
    background-position: right center;
    background-repeat: no-repeat;
}

.hm-bg-section .container {
    display: flex;
    align-items: center;
    min-height: 700px;
}

.hm-bg-section h2 {
    font-size: 47px;
    color: var(--color-primary);
    max-width: 720px;
    line-height: 48px;
    font-family: var(--font-secondary);
    text-transform: initial;
}

/* --------------------------------------------------------------------- */

.sectors-section {
    padding: 115px 0;
    max-height: 792px;
}

.sectors-section .title {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-between;
    margin-bottom: 35px;
}

.sectors-section .title h2 {
    margin: 0;
    text-transform: uppercase;
}

.sectors-section .content {
    padding: 32px 40px 35px 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(140px);
    transition: transform .35s ease-in-out, background .35s ease-in-out;
}

.sectors-section .item:hover .content {
    transform: translateY(0);
    background: var(--color-primary);
}

.sectors-section .item img {
    width: 100%;
    background-size: cover;
}

.sectors-section .content h3 {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    position: relative;
    padding-right: 30px;
}

.sectors-section .content h3 img {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .35s ease-in-out;
}

.sectors-section .item:hover .content h3 img {
    opacity: 0;
}

.sectors-section .content p {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 22px;
}

.sectors-section .item .plus-btn img {
    width: auto;
    margin-left: 12px;
    background: var(--color-primary);
    position: relative;
    z-index: 1;
}

.sectors-section .item .plus-btn {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: flex-end;
    overflow: hidden;
    /* position: absolute;
    right: 40px;
    bottom: 35px; */
}

.sectors-section .item .plus-btn span {
    transform: translateX(120px);
    overflow: hidden;
    transition: transform .35s ease-in-out;
    color: #ffffff;
    font-size: 12px;
}

.sectors-section .item:hover .plus-btn span {
    transform: translateX(0);
}

.sectors-carousel {
    position: relative;
}

/* ------------------------------------- */

.sectors-carousel .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1296px;
    margin-left: -30px;
}

.sectors-carousel .owl-nav button {
    margin-top: -25px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d8d8d8 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #666666;
    box-shadow: 0 0 16px -5px #d9d5d5;
    -webkit-transition: all var(--transition-time) ease-in-out;
    transition: all var(--transition-time) ease-in-out;
    will-change: transform;
}

.sectors-carousel .owl-nav button span {
    font-size: 0;
}

.sectors-carousel .owl-nav button.owl-prev {
    background: #ffffff url(../images/owl-arrow-left.png) no-repeat !important;
    background-position: center center !important;
}

.sectors-carousel .owl-nav button.owl-next {
    background: #ffffff url(../images/owl-arrow-right.png) no-repeat !important;
    background-position: center center !important;
}

.sectors-carousel .owl-nav button.owl-prev:hover {
    background: var(--color-primary) url(../images/owl-arrow-left-w.png) no-repeat !important;
    background-position: center center !important;
}

.sectors-carousel .owl-nav button.owl-next:hover {
    background: var(--color-primary) url(../images/owl-arrow-right-w.png) no-repeat !important;
    background-position: center center !important;
}

/* --------------------------------------------------------------------- */

.impact-section {
    background-size: cover;
}

.impact-section h2 {
    color: #ffffff;
}

.impact-section .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.impact-section .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    min-height: 714px;
    padding: 80px 0 40px 0;
    max-width: 600px;
    /* min-width: 600px; */
}

.impact-section .content ul {
    margin-top: auto;
}

.impact-section .content li {
    padding: 35px 0;
}

.impact-section .content li span {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    transition: font-size .35s ease-in-out;
}

.impact-section .content li:hover span {
    font-size: 100px;
}

.impact-section .content li+li {
    border-top: 1px solid #ffffff;
}

.impact-section .swiper-vertical {
    margin: auto 0 0 0;
    height: 300px;
}

.impact-section .swiper-slide {
    padding: 35px 0;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    height: auto !important;
    transition: font-size .35s ease-in-out;
}

.impact-section .swiper-slide+.swiper-slide {
    border-top: 1px solid #ffffff;
}

.impact-section .swiper-slide-active {
    font-size: 70px;
}

/* --------------------------------------------------------------------- */

.half-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 115px;
    row-gap: 30px;
}

.half-section .left-side,
.half-section .right-side {
    width: 50%;
}

.half-section .left-side img {
    width: 100%;
}

.half-section .right-side {
    padding-left: 120px;
}

.half-section .right-side h2 {
    text-transform: uppercase;
}

.half-section .right-side p {
    margin: 35px 0;
    font-size: 18px;
}

/* --------------------------------------------------------------------- */

.insights-section {
    padding-top: 125px;
}

.insights-section .owl-carousel .owl-stage-outer {
    overflow-x: hidden;
}

.insights-section .title {
    margin-bottom: 80px;
}

.insights-section h2 {
    text-align: center;
    margin-bottom: 0;
}

.insights-section .item {
    background: #ffffff;
    margin: 10px 0;
    box-shadow: 0 0 16px -5px #d9d5d5;
    transition: background .35s ease-in-out;
}

.insights-section .item .content {
    padding: 25px 50px;
}

.insights-section .item .content span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.insights-section .item .content h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
    margin: 0;
    line-height: 20px;
    min-height: 60px;
}

.insights-section .item .content .line {
    margin: 18px 0;
    width: 40px;
    height: 2px;
    background: var(--color-primary);
}

.insights-section .item .content p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 25px;
}

.insights-section .item .content img {
    width: auto;
}

.insights-section .item:hover {
    background: var(--color-primary);
}

.insights-section .item:hover .content .line {
    background: #ffffff;
}

.insights-section .item:hover p,
.insights-section .item:hover h3,
.insights-section .item:hover span {
    color: #ffffff;
}

.insights-section .item:hover .i-icon {
    background: #ffffff;
}

.insights-section .item:hover .i-icon img {
    filter: invert(1);
}

/* ------------------------------------------- */


.insights-section .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1192px;
    margin: auto;
    left: 0;
    right: 0;
}

.insights-section .owl-nav button {
    margin-top: -25px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 16px -5px #d9d5d5;
    -webkit-transition: all var(--transition-time) ease-in-out;
    transition: all var(--transition-time) ease-in-out;
}

.insights-section .owl-nav button i {
    color: var(--color-primary);
}

.insights-section .owl-nav button:hover i {
    color: #ffffff;
}

.insights-section .owl-nav button.owl-next,
.insights-section .owl-nav button.owl-prev {
    background: #ffffff;
}

.insights-section .owl-nav button.owl-next:hover,
.insights-section .owl-nav button.owl-prev:hover {
    background: var(--color-primary);
}