@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* 	-----------------------------------------------------
    ------------------- General Styles ------------------
    ----------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
    background-color: #07151E;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #FFFFFF;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #FFFFFF;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container-fluid {
    margin: 0 auto;
    width: 100%;
    padding: 0 70px;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    padding: 0 30px;
}

@media only screen and (max-width:1366px) {
    .container-fluid {
        padding: 0 20px;
    }

    .container {
        padding: 0 20px;
    }
}

@media only screen and (max-width:760px) {
    .container-fluid {
        padding: 0 20px;
    }

    .container {
        padding: 0 20px;
    }
}

@media only screen and (min-width:761px) and (max-width:1366px) {
    .container-fluid {
        padding: 0 30px;
    }

    .container {
        padding: 0 30px;
    }
}


/* 	-----------------------------------------------------
    -------------------- Header Styles ------------------
    ----------------------------------------------------- */
.header-section {
    padding: 35px 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .4s ease-in-out;
}

.header-section.sticky {
    padding: 15px 0;
    width: 100%;
    background: #07151E;
    box-shadow: 0px 4px 25px 0px #0000000D;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .4s ease-in-out;
}

.header-section .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section .container-fluid figure {
    width: 16%;
    margin: 0;
    padding: 0;
    transition: .5s;
}

.header-section .container-fluid figure img {
    margin: 0;
    padding: 0;
    height: 106px;
    transition: .5s;
}

.header-section nav {
    width: 68%;
}

.header-section .menu {
    margin: 0;
    padding: 0;
}

.menu-bar {
    list-style: none;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    width: 320px;
    height: 100%;
    background: #07151E;
    opacity: 0;
    transition: 0.4s;
    padding: 20px;
}

.menu-bar.show {
    left: 0;
    opacity: 1;
    box-shadow: 0px 10px 25px -3px #0000000D;
}

.menu-bar li {
    margin: 0;
}

.menu-bar li a {
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
    white-space: nowrap;
    transition: .5s;
}

.menu-bar.show li a {
    color: #FFFFFF;
    display: block;
}

.menu-bar.show li a.active {
    color: #FFFFFF;
    position: relative;
}

.menu-bar.show li a.active::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.menu-bar.show li a svg path {
    fill: #FFFFFF;
}

.dropDown-list {
    position: relative;
}

.dropDown-list a.active {
    color: #FFFFFF;
}

.dropDown-list a span svg {
    width: 12px;
}

.dropDown-list a span svg path {
    transition: 0.4s;
}

.dropDown-list a.active span svg path {
    fill: #FFFFFF;
}

.dropDown-list a.active span svg {
    transform: rotate(180deg);
}

.dropDown_menu {
    display: none;
    position: relative;
    box-shadow: 0px 4px 44px 0px #00000026;
    list-style: none;
}

.menu-bar.show .dropDown_menu {
    box-shadow: none;
    padding: 0;
}

.dropDown_menu li {
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 0;
}

.dropDown_menu li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
    padding: 5px 0;
    white-space: nowrap;
    display: inline-block;
}

.toggle-btn {
    border: none;
    outline: none;
    background: transparent;
    width: 30px;
    height: 30px;
    font-size: 22px;
    padding: 0;
    color: #FFFFFF;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 99;
    cursor: pointer;
    transform: translate(0, -50%);
}

@media (min-width: 1024px) {
    .menu-bar {
        width: 300px;
    }

    .dropDown-list:hover .dropDown_menu {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .toggle-btn {
        display: none;
    }

    .menu-bar {
        position: relative;
        top: unset;
        left: unset;
        width: unset;
        opacity: 1;
        background: transparent;
        display: flex;
        justify-content: flex-end;
        gap: 50px;
        padding: 0;
        list-style: none;
    }

    .menu-bar li a:hover {
        color: #FFFFFF;
        transition: .5s;
    }

    .menu-bar li a.active {
        color: #FFFFFF;
        transition: .5s;
        position: relative;
    }

    .menu-bar li a.active::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #FFFFFF;
        position: absolute;
        left: 0;
        bottom: -4px;
    }

    .dropDown-list a.active {
        color: #FFFFFF;
    }

    .dropDown-list a.active span svg path,
    .dropDown-list a:hover span svg path {
        fill: #FFFFFF;
    }

    .dropDown_menu {
        list-style: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        min-width: 360px;
        background: #0C212F;
        border-radius: 0;
        padding: 10px 20px;
    }

    .dropDown_menu li {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dropDown_menu li a {
        font-size: 18px;
        font-weight: 700;
    }

    .dropDown_menu li a:hover {
        color: #FFFFFF;
    }
}

.header-section aside {
    width: auto;

}

.header-section aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.header-section aside ul li {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #FFFFFF;
}

.header-section aside ul li a {
    color: #FFFFFF;
}

@media only screen and (max-width:1024px) {
    .header-section {
        padding: 15px 0;
    }

    .header-section nav {
        width: auto;
    }

    .header-section .container-fluid figure {
        margin: 0;
        padding: 0;
        width: 50%;
    }

    .header-section .container-fluid figure img {
        height: 60px;
    }

    .header-section aside {
        padding: 0 60px 0 0;
    }

    .menu-bar li {
        margin: 10px 0;
    }
}

/* 	-----------------------------------------------------
    -------------------- Banner Styles ------------------
    ----------------------------------------------------- */
.banner-section .container-fluid {
    padding: 200px 70px 80px 70px;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
}

.banner-section article {
    max-width: 430px;
}

.banner-section article h1 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.banner-section article p {
    font-weight: 500;
    margin-bottom: 30px;
}

.banner-section article p span {
    display: block;
}

.banner-section aside {
    max-width: 300px;
}

.banner-section aside p {
    font-weight: 500;
    margin-bottom: 130px;
    text-align: right;
}

.banner-section aside p span {
    display: block;
}

@media only screen and (max-width:760px) {
    .banner-section .container-fluid {
        padding: 150px 20px 30px 20px;
        min-height: 60vh;
        flex-wrap: wrap;
        gap: 30px;
    }

    .banner-section .container-fluid::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #00000066;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .banner-section article {
        max-width: 100%;
        width: 100%;
    }

    .banner-section article h1 {
        font-size: 40px;
    }

    .banner-section article p {
        font-weight: 500;
        margin-bottom: 30px;
    }

    .banner-section article p span {
        display: block;
    }

    .banner-section aside {
        max-width: 100%;
        width: 100%;
    }

    .banner-section aside p {
        font-weight: 500;
        margin-bottom: 30px;
        text-align: right;
    }

    .banner-section aside p span {
        display: block;
    }
}

@media only screen and (min-width:761px) and (max-width:1280px) {
    .banner-section .container-fluid {
        padding: 150px 30px 80px 30px;
        min-height: 60vh;
        gap: 30px;
    }

    .banner-section .container-fluid::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #00000066;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .banner-section article h1 {
        font-size: 54px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
    .banner-section .container-fluid {
        padding: 200px 30px 80px 30px;
    }
}

.inner-banner-section {
    min-height: 210px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width:1023px) {
    .inner-banner-section {
        min-height: 110px;
    }
}

/* 	-----------------------------------------------------
    ------------------- Content Styles ------------------
    ----------------------------------------------------- */
.content-section {
    min-height: 400px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 10px 0;
}

.content-section h1 {
    font-size: 52px;
}

.content-section h2 {
    font-size: 48px;
}

.content-section h3 {
    font-size: 40px;
}

.content-section h4 {
    font-size: 32px;
}

.content-section h5 {
    font-size: 25px;
}

.content-section h6 {
    font-size: 20px;
}

.content-section p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
    padding: 10px 0;
}

.content-section ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: disc;
}

.content-section ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 5px 0;
}

.content-section ul ul {
    list-style: circle;
}

.content-section ol {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: decimal;
}

.content-section ol li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 5px 0;
}

.content-section ol ol {
    list-style: lower-roman;
}

.btn-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.btn-01 {
    display: inline-block;
}

.btn-01 a {
    margin: 15px 0;
    padding: 10px 30px;
    background: #FFFFFF;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #07151E !important;
    text-transform: uppercase;
    white-space: nowrap;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    display: flex;
    align-items: center;
    transform: translateZ(0);
    text-decoration: none;
    overflow: hidden;
}

.btn-01 a:after {
    position: absolute;
    top: 0px;
    right: -40px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    line-height: inherit;
    opacity: 0;
}

.btn-01 a:hover {
    padding-left: 20px;
    padding-right: 40px;
}

.btn-01 a:hover:after {
    right: 0;
    opacity: 1;
}

.btn-02 a {
    margin: 15px 0;
    padding: 10px 20px;
    background: #07151E;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF !important;
    white-space: nowrap;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: .4s ease-in-out;
}

.btn-02 a:hover {
    background-color: #0F2A3B;
    transition: .4s ease-in-out;
}

.btn-03 {
    display: inline-block;
}

.btn-03 a {
    margin: 15px 0;
    padding: 0 35px 0 0;
    background: none;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    isolation: isolate;
    transition: all 300ms;
}

.btn-03 a:hover {
    color: #FFFFFF !important;
}

.btn-03 a .icon {
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, -50%);
    transition: all 300ms;
}

.btn-03 a:hover .icon {
    right: -7px;
    transition: all 300ms;
}

@media only screen and (max-width:760px) {
    .content-section h1 {
        font-size: 40px;
    }

    .content-section h2 {
        font-size: 30px;
    }

    .content-section h3 {
        font-size: 24px;
    }

    .content-section h4 {
        font-size: 20px;
    }

    .content-section h5 {
        font-size: 18px;
    }

    .content-section h6 {
        font-size: 16px;
    }

    .content-section p {
        font-size: 14px;
    }

    .content-section ul li {
        font-size: 14px;
    }

    .content-section ol li {
        font-size: 14px;
    }

    .btn-group {
        gap: 5px;
    }

    .btn-01 a {
        margin: 10px 0;
        padding: 5px 15px;
        font-size: 14px;
    }

    .btn-02 a {
        margin: 10px 0;
        padding: 5px 30px;
        font-size: 14px;
        border-radius: 5px;
    }

    .btn-03 a {
        margin: 10px 0;
        font-size: 14px;
    }

    .btn-04 a {
        margin: 10px 0;
        padding: 5px 15px;
        font-size: 14px;
    }
}

@media only screen and (min-width:761px) and (max-width:1280px) {
    .content-section h1 {
        font-size: 42px;
    }

    .content-section h2 {
        font-size: 34px;
    }

    .content-section h3 {
        font-size: 30px;
    }

    .content-section h4 {
        font-size: 26px;
    }

    .content-section h5 {
        font-size: 22px;
    }

    .content-section h6 {
        font-size: 18px;
    }

    .content-section p {
        font-size: 16px;
    }

    .content-section ul li {
        font-size: 16px;
    }

    .content-section ol li {
        font-size: 16px;
    }
}

/* 	-----------------------------------------------------
    -------------------- Footer Styles ------------------
    ----------------------------------------------------- */
.footer-section {
    background: url(../img/footer-bg.png) no-repeat center/cover;
}

.footer-section .form-section {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer-section .title-box {
    width: 30%;
}

.footer-section .title-box h2 {
    font-size: 48px;
}

.footer-section .title-box p {
    font-weight: 700;
}

.footer-section .field-box {
    width: 30%;
}

.footer-section input[type="text"],
.footer-section input[type="email"],
.footer-section input[type="tel"],
.footer-section textarea {
    margin: 5px auto;
    padding: 10px 20px;
    width: 100%;
    height: 42px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #07151E;
}

.footer-section textarea {
    height: 148px;
    overflow: auto;
    resize: none;
}

.footer-section input[type="submit"] {
    margin: 5px auto;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #07151E;
    text-align: center;
    cursor: pointer;
}

.footer-section .button-box {
    width: 10%;
}

.footer-section .info-section {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer-section .contact-box {
    width: 40%;
    position: relative;
}

.footer-section .contact-box ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    position: absolute;
    left: 0;
    top: -100px;
}

.footer-section .contact-box ul.social li {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #FFFFFF;
}

.footer-section .contact-box ul.social li a {
    color: #FFFFFF;
}

.footer-section .contact-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section .contact-box ul li {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.footer-section .contact-box ul li a {
    color: #FFFFFF;
    transition: all .4s ease-in-out;
    display: inline-block;
    position: relative;
}

.footer-section .contact-box ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.footer-section .contact-box ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.footer-section .location-box {
    width: 20%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.footer-section .copyright-section {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF4D;
}

.footer-section .copyright-section img {
    height: 70px;
    opacity: 0.3;
}

@media only screen and (max-width:760px) {
    .footer-section .form-section {
        padding: 50px 0;
        flex-wrap: wrap;
        gap: 0;
    }

    .footer-section .title-box {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .footer-section .title-box h2 {
        font-size: 28px;
    }

    .footer-section .title-box p {
        font-size: 16px;
    }

    .footer-section .field-box {
        width: 100%;
    }

    .footer-section .button-box {
        width: 100%;
    }

    .footer-section .info-section {
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer-section .contact-box {
        width: 100%;
        position: inherit;
    }

    .footer-section .contact-box ul.social {
        position: inherit;
        left: auto;
        top: auto;
        justify-content: center;
    }

    .footer-section .contact-box ul {
        padding: 30px 0;
    }

    .footer-section .contact-box ul li {
        font-size: 18px;
        text-align: center;
    }

    .footer-section .location-box {
        width: 100%;
        font-size: 14px;
    }

    .footer-section .copyright-section {
        font-size: 14px;
    }

    .footer-section .copyright-section img {
        height: 50px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .footer-section .form-section {
        flex-wrap: wrap;
    }

    .footer-section .title-box {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .footer-section .field-box {
        width: calc(40% - 20px);
    }

    .footer-section .button-box {
        width: calc(20% - 20px);
    }

    .footer-section .info-section {
        flex-wrap: wrap;
    }

    .footer-section .contact-box {
        width: 100%;
        text-align: center;
        position: inherit;
    }

    .footer-section .contact-box ul.social {
        position: inherit;
        top: auto;
        left: auto;
        justify-content: center;
        padding-bottom: 30px;
    }

    .footer-section .location-box {
        width: calc(33.333% - 20px);
    }
}

.counter-section {
    padding: 60px 0;
    position: relative;
    text-align: center;
}

.counter-section::before {
    content: "";
    width: 228px;
    height: 60px;
    background: url(../img/triangle-dblue-top.png) no-repeat center/cover;
    position: absolute;
    left: 70px;
    top: -60px;
}

.counter-section .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.counter-section h2,
.counter-section h6 {
    font-weight: 400;
}

.counter-section .d-flex {
    justify-content: center;
    gap: 10px;
}

@media only screen and (max-width:760px) {
    .counter-section {
        padding: 30px 0;
    }

    .counter-section::before {
        width: 114px;
        height: 30px;
        left: 20px;
        top: -30px;
    }

    .counter-section .container-fluid {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .counter-section h6 {
        font-size: 14px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .counter-section .container-fluid {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.welcome-section {
    padding: 0 0 60px 0;
    position: relative;
    z-index: 1;
}

.welcome-section::before {
    content: "";
    width: 228px;
    height: 60px;
    background: url(../img/triangle-dblue-bot.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, 0);
}

.welcome-section .container-fluid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.welcome-section article {
    width: 370px;
    text-align: right;
}

.welcome-section aside {
    width: 310px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.welcome-section figure {
    width: calc(100% - 680px);
}

@media only screen and (max-width:760px) {
    .welcome-section {
        padding: 0 0 30px 0;
    }

    .welcome-section::before {
        width: 114px;
        height: 30px;
        bottom: -30px;
    }

    .welcome-section .container-fluid {
        flex-wrap: wrap;
        gap: 10px;
    }

    .welcome-section article {
        width: 100%;
    }

    .welcome-section aside {
        width: 100%;
    }

    .welcome-section figure {
        width: 100%;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .welcome-section .container-fluid {
        flex-wrap: wrap;
        gap: 10px;
    }

    .welcome-section article {
        width: 100%;
    }

    .welcome-section aside {
        width: 100%;
    }

    .welcome-section figure {
        width: 100%;
        text-align: center;
    }
}

.services-section {
    padding: 60px 0;
    background-color: #0C212F;
    position: relative;
}

.services-section::before {
    content: "";
    width: 228px;
    height: 60px;
    background: url(../img/triangle-lblue-bot.png) no-repeat center/cover;
    position: absolute;
    left: 70px;
    bottom: -60px;
}

.services-section h6 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 120px;
}

.services-section .img-txt {
    margin: -75px auto 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services-section .img-txt figure {
    width: 50%;
}

.services-section .img-txt figure img {
    border-radius: 150px 0 0 0;
}

.services-section .img-txt article {
    width: 50%;
    padding: 0 0 0 30px;
}

.services-section .txt-img {
    margin: -75px auto 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services-section .txt-img figure {
    width: 50%;
}

.services-section .txt-img figure img {
    border-radius: 0 0 150px 0;
}

.services-section .txt-img article {
    width: 50%;
    padding: 0 30px 0 0;
    text-align: right;
}

.services-section .btn-03 a {
    margin: 0;
}

.mt-50 {
    margin-top: 50px;
}

@media only screen and (max-width:760px) {
    .services-section {
        padding: 30px 0;
    }

    .services-section::before {
        width: 114px;
        height: 30px;
        left: 20px;
        bottom: -30px;
    }

    .services-section h6 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .services-section .img-txt {
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .services-section .img-txt figure {
        width: 100%;
    }

    .services-section .img-txt figure img {
        border-radius: 50px 0 0 0;
    }

    .services-section .img-txt article {
        width: 100%;
        padding: 20px 0;
    }

    .services-section .txt-img {
        margin: 0 auto;
        flex-wrap: wrap-reverse;
    }

    .services-section .txt-img figure {
        width: 100%;
    }

    .services-section .txt-img figure img {
        border-radius: 0 0 50px 0;
    }

    .services-section .txt-img article {
        width: 100%;
        padding: 20px 0;
    }

    .mt-50 {
        margin-top: 30px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .services-section h6 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .services-section .img-txt {
        margin: 0 auto;
    }

    .services-section .txt-img {
        margin: 0 auto;
    }

    .services-section .img-txt article {
        padding: 20px 0 20px 20px;
    }

    .services-section .txt-img article {
        padding: 20px 20px 20px 0;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .services-section h6 {
        margin-bottom: 80px;
    }

    .services-section .img-txt {
        margin: -50px auto 0 auto;
    }

    .services-section .txt-img {
        margin: -50px auto 0 auto;
    }
}

.locations-section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.locations-section::before {
    content: "";
    width: 228px;
    height: 60px;
    background: url(../img/triangle-dblue-bot.png) no-repeat center/cover;
    position: absolute;
    right: 70px;
    bottom: -60px;
}

.locations-section .container-fluid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.locations-section article {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 50px;
}

.locations-section article p {
    text-align: justify;
}

.locations-section aside {
    width: 20%;
    text-align: center;
}

.locations-section aside p {
    font-size: 16px;
    min-height: 340px;
}

.locations-section aside p strong {
    display: block;
}

.locations-section aside address {
    margin-top: 30px;
    padding: 15px 10px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    font-style: normal;
    color: #07151E;
}

.locations-section aside address::before {
    content: "";
    width: 96px;
    height: 22px;
    background: url(../img/triangle-white-top.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translate(-50%, 0);
}

@media only screen and (max-width:760px) {
    .locations-section {
        padding: 30px 0;
    }

    .locations-section::before {
        width: 114px;
        height: 30px;
        right: 20px;
        bottom: -30px;
    }

    .locations-section .container-fluid {
        flex-wrap: wrap;
        gap: 20px;
    }

    .locations-section article {
        width: 100%;
        padding-bottom: 0;
    }

    .locations-section aside {
        width: 100%;
    }

    .locations-section aside p {
        font-size: 14px;
        min-height: inherit;
    }

    .locations-section aside address {
        font-size: 14px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .locations-section .container-fluid {
        flex-wrap: wrap;
    }

    .locations-section article {
        width: 100%;
        padding-bottom: 0;
    }

    .locations-section aside {
        width: calc(33.333% - 20px);
    }
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
    .locations-section .container-fluid {
        flex-wrap: wrap;
    }

    .locations-section article {
        width: 100%;
        padding-bottom: 0;
    }

    .locations-section aside {
        width: calc(33.333% - 20px);
    }
}

.opinions-section {
    padding: 60px 0;
    background-color: #0C212F;
    text-align: center;
}

.opinions-section .container-fluid {
    padding: 0;
}

.opinions-section section {
    margin-top: 50px;
    margin-left: 70px;
    position: relative;
    z-index: 1;
}

.opinions-section section::before {
    content: "";
    width: calc(100% - 100px);
    height: 100%;
    background-color: #07151E;
    border-radius: 50px 0 0 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.inner-opinions-section {
    padding: 60px 0;
    background-color: #07151E;
    text-align: center;
}

.inner-opinions-section .container-fluid {
    padding: 0;
}

.inner-opinions-section section {
    margin-top: 50px;
    margin-left: 70px;
    position: relative;
    z-index: 1;
}

.inner-opinions-section section::before {
    content: "";
    width: calc(100% - 100px);
    height: 100%;
    background-color: #0C212F;
    border-radius: 50px 0 0 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.js-slider .slick-track {
    display: flex !important;
    padding: 60px 0 100px 0;
}

.slider-item.slick-slide {
    margin: 0 15px;
    padding: 30px;
    width: 350px;
    background: #FFFFFF;
    border-radius: 50px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
}

.slider-item-content {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item-content p {
    font-size: 16px;
    color: #07151E;
}

.slider-item h5 {
    font-size: 16px;
    color: #07151E;
}

@media only screen and (max-width:760px) {
    .opinions-section {
        padding: 30px 0;
    }

    .opinions-section p {
        padding: 10px 20px;
    }

    .opinions-section section {
        margin-top: 30px;
        margin-left: 20px;
    }

    .opinions-section section::before {
        width: calc(100% - 30px);
        border-radius: 30px 0 0 30px;
    }

    .inner-opinions-section {
        padding: 30px 0;
    }

    .inner-opinions-section p {
        padding: 10px 20px;
    }

    .inner-opinions-section section {
        margin-top: 30px;
        margin-left: 20px;
    }

    .inner-opinions-section section::before {
        width: calc(100% - 30px);
        border-radius: 30px 0 0 30px;
    }

    .slider-item.slick-slide {
        width: 300px;
    }
}

@media only screen and (min-width:761px) and (max-width:1366px) {
    .opinions-section p {
        padding: 10px 30px;
    }

    .inner-opinions-section p {
        padding: 10px 30px;
    }
}

.page-title {
    padding: 20px 0;
    text-align: center;
}

.page-title h3 {
    font-size: 36px;
}

@media only screen and (max-width:760px) {
    .page-title {
        padding: 10px 0;
    }

    .page-title h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width:761px) and (max-width:1366px) {
    .page-title h3 {
        font-size: 30px;
    }
}

.contact-section {
    padding: 60px 0;
    text-align: center;
}

.contact-section h4 {
    font-weight: 500;
}

@media only screen and (max-width:760px) {
    .contact-section {
        padding: 30px 0;
    }
}

.history-section {
    padding: 30px 0 150px 0;
}

.history-section .year {
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    color: #FFFFFF;
}

.history-section .left-content {
    padding-right: 40%;
    text-align: right;
}

.history-section .right-content {
    padding-left: 40%;
}

.history-section .arrow {
    margin: 10px auto;
    text-align: center;
}

@media only screen and (max-width:760px) {
    .history-section {
        padding: 10px 0 60px 0;
    }

    .history-section .year {
        font-size: 34px;
    }

    .history-section .left-content {
        padding-right: 0;
        text-align: center;
    }

    .history-section .right-content {
        padding-left: 0;
        text-align: center;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .history-section .year {
        font-size: 50px;
    }

    .history-section .left-content {
        padding-right: 20%;
        text-align: right;
    }

    .history-section .right-content {
        padding-left: 20%;
    }
}

.about-section {
    background-color: #0C212F;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.about-section::before {
    content: "";
    width: 228px;
    height: 60px;
    background: url(../img/triangle-lblue-bot.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, 0);
}

.about-section figure {
    margin: -170px auto 0 auto;
    text-align: center;
}

.about-section .container-fluid {
    margin-top: -80px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.about-section article {
    width: 40%;
}

.about-section article p {
    text-align: justify;
}

.about-section aside {
    margin-top: 100px;
    width: 20%;
    text-align: center;
}

.about-section aside h2,
.about-section aside h6 {
    font-weight: 400;
}

.about-section aside p {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}

.about-section aside p i {
    font-size: 4px;
    margin-right: 5px;
}

@media only screen and (max-width:760px) {
    .about-section {
        padding: 30px 0;
    }

    .about-section::before {
        width: 114px;
        height: 30px;
        bottom: -30px;
    }

    .about-section figure {
        margin: -60px auto 0 auto;
    }

    .about-section .container-fluid {
        margin-top: 0;
        flex-wrap: wrap;
        gap: 0;
    }

    .about-section article {
        width: 100%;
    }

    .about-section aside {
        margin-top: 0;
        width: 100%;
    }

    .about-section aside h2 {
        padding: 20px 0 0 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .about-section .container-fluid {
        margin-top: 0;
        flex-wrap: wrap;
        gap: 30px;
    }

    .about-section article {
        width: 100%;
    }

    .about-section aside {
        margin-top: 0;
        width: calc(33.333% - 20px);
        text-align: center;
    }
}

.two-col-section {
    padding: 10px 0 60px 0;
}

.two-col-section p {
    text-align: justify;
}

@media screen and (min-width: 760px) {
    .two-col-section .container-fluid {
        column-count: 2;
        column-gap: 60px;
    }
}

@media only screen and (max-width:760px) {
    .two-col-section {
        padding: 0 0 30px 0;
    }
}

.image-content-section {
    padding: 0 0 60px 0;
    position: relative;
    z-index: 1;
}

.image-content-section::before {
    content: "";
    width: 228px;
    height: 60px;
    background: url(../img/triangle-dblue-bot.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, 0);
}

.image-content-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.image-content-section ul li {
    margin: 10px 0;
    padding: 0 0 0 32px;
    background: url(../img/list-arrow.svg) no-repeat 0 8px;
    font-weight: 400;
}

.image-content-section .img-txt {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.image-content-section .img-txt figure {
    width: 55%;
    text-align: right;
}

.image-content-section .img-txt figure img {
    border-radius: 0 150px 0 0;
}

.image-content-section .img-txt article {
    width: 45%;
    padding: 0 70px 0 50px;
}

.image-content-section .txt-img {
    margin-top: -80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.image-content-section .txt-img figure {
    width: 55%;
    text-align: left;
}

.image-content-section .txt-img figure img {
    border-radius: 150px 0 0 0;
}

.image-content-section .txt-img article {
    width: 45%;
    padding: 0 50px 0 70px;
}

@media only screen and (max-width:760px) {
    .image-content-section {
        padding: 0 0 30px 0;
    }

    .image-content-section::before {
        width: 114px;
        height: 30px;
        bottom: -30px;
    }

    .image-content-section .img-txt {
        flex-wrap: wrap;
    }

    .image-content-section .img-txt figure {
        width: 100%;
    }

    .image-content-section .img-txt figure img {
        border-radius: 0 100px 0 0;
    }

    .image-content-section .img-txt article {
        width: 100%;
        padding: 10px 20px;
    }

    .image-content-section .txt-img {
        margin-top: 0;
        flex-wrap: wrap-reverse;
    }

    .image-content-section .txt-img figure {
        width: 100%;
    }

    .image-content-section .txt-img figure img {
        border-radius: 100px 0 0 0;
    }

    .image-content-section .txt-img article {
        width: 100%;
        padding: 10px 20px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .image-content-section .img-txt {
        flex-wrap: wrap;
    }

    .image-content-section .img-txt figure {
        width: 100%;
    }

    .image-content-section .img-txt article {
        width: 100%;
        padding: 20px 30px;
    }

    .image-content-section .txt-img {
        margin-top: 0;
        flex-wrap: wrap-reverse;
    }

    .image-content-section .txt-img figure {
        width: 100%;
    }

    .image-content-section .txt-img article {
        width: 100%;
        padding: 20px 30px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
    .image-content-section .img-txt article {
        padding: 0 30px;
    }

    .image-content-section .txt-img article {
        padding: 0 30px;
    }

    .image-content-section .txt-img {
        margin-top: 0;
    }
}

@media only screen and (min-width:1366px) and (max-width:1500px) {
    .image-content-section .img-txt article {
        padding: 0 70px 0 50px;
    }

    .image-content-section .txt-img article {
        padding: 0 50px 0 70px;
    }

    .image-content-section .txt-img {
        margin-top: 0;
    }
}

.cta-section {
    padding: 100px 0 60px 0;
    background: url(../img/img-bg.png) no-repeat center/cover;
    text-align: center;
}

.cta-section h4 {
    line-height: 1.4;
}

.cta-section .btn-02 {
    display: inline-block;
}

@media only screen and (max-width:760px) {
    .cta-section {
        padding: 30px 0;
    }
}

.page-content {
    padding: 30px 0;
    text-align: center;
}

.page-content .container {
    max-width: 1000px;
}

@media only screen and (max-width:760px) {
    .page-content {
        padding: 0;
    }
}

.heading-section {
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 9;
}

.heading-section::before {
    content: "";
    width: 228px;
    height: 60px;
    background: url(../img/triangle-dblue-bot.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, 0);
}

.heading-section .container-fluid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

@media only screen and (max-width:760px) {
    .heading-section {
        padding: 10px 0;
    }

    .heading-section::before {
        width: 114px;
        height: 30px;
        bottom: -30px;
    }

    .heading-section .container-fluid {
        gap: 0;
    }
}

.content-image-section {
    position: relative;
    z-index: 1;
}

.content-image-section .container-fluid {
    padding: 60px 70px;
    min-height: 700px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.content-image-section .btn-02 {
    width: 300px;
}

.content-image-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(100% - 330px);
}

.content-image-section ul li {
    margin: 10px 0;
    padding: 0 0 0 32px;
    background: url(../img/list-arrow.svg) no-repeat 0 8px;
}

@media only screen and (max-width:760px) {
    .content-image-section .container-fluid {
        padding: 20px;
        min-height: 400px;
        flex-wrap: wrap;
        gap: 0;
    }

    .content-image-section .btn-02 {
        width: 100%;
    }

    .content-image-section ul {
        width: 100%;
    }

    .content-image-section .image-overlay {
        opacity: 0.6;
    }
}

@media only screen and (min-width:761px) and (max-width:1366px) {
    .content-image-section .container-fluid {
        padding: 30px;
    }
}

.grid-image-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
}

@media only screen and (max-width:760px) {
    .grid-image-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
    }
}

.three-locations-section {
    padding: 60px 0 0 0;
    background-color: #0C212F;
    position: relative;
    z-index: 1;
}

.three-locations-section::before {
    content: "";
    width: 228px;
    height: 60px;
    background: url(../img/triangle-lblue-bot.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, 0);
}

.three-locations-section section {
    margin: 30px auto;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    text-align: center;
}

.three-locations-section aside {
    width: 33.333%;
}

.three-locations-section aside p {
    font-size: 16px;
    min-height: 140px;
}

.three-locations-section aside address {
    margin-top: 30px;
    padding: 15px 10px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    font-style: normal;
    color: #07151E;
}

.three-locations-section aside address::before {
    content: "";
    width: 96px;
    height: 22px;
    background: url(../img/triangle-white-top.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translate(-50%, 0);
}

@media only screen and (max-width:760px) {
    .three-locations-section {
        padding: 30px 0 0 0;
    }

    .three-locations-section::before {
        width: 114px;
        height: 30px;
        bottom: -30px;
    }

    .three-locations-section section {
        margin: 10px auto;
        flex-wrap: wrap;
        gap: 20px;
    }

    .three-locations-section aside {
        width: 100%;
    }

    .three-locations-section aside p {
        font-size: 14px;
        min-height: inherit;
    }

    .three-locations-section aside address {
        font-size: 14px;
    }
}

.inner-services-section {
    padding: 100px 0;
    position: relative;
}

.inner-services-section .img-txt {
    margin: -50px auto 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-services-section .img-txt figure {
    width: 50%;
}

.inner-services-section .img-txt figure img {
    border-radius: 150px 0 0 0;
}

.inner-services-section .img-txt article {
    width: 50%;
    padding: 0 0 0 30px;
}

.inner-services-section .txt-img {
    margin: -50px auto 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-services-section .txt-img figure {
    width: 50%;
}

.inner-services-section .txt-img figure img {
    border-radius: 0 0 150px 0;
}

.inner-services-section .txt-img article {
    width: 50%;
    padding: 0 30px 0 0;
    text-align: right;
}

@media only screen and (max-width:760px) {
    .inner-services-section {
        padding: 30px 0;
    }

    .inner-services-section .img-txt {
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .inner-services-section .img-txt figure {
        width: 100%;
    }

    .inner-services-section .img-txt figure img {
        border-radius: 50px 0 0 0;
    }

    .inner-services-section .img-txt article {
        width: 100%;
        padding: 20px 0;
    }

    .inner-services-section .txt-img {
        margin: 0 auto;
        flex-wrap: wrap-reverse;
    }

    .inner-services-section .txt-img figure {
        width: 100%;
    }

    .inner-services-section .txt-img figure img {
        border-radius: 0 0 50px 0;
    }

    .inner-services-section .txt-img article {
        width: 100%;
        padding: 20px 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .inner-services-section {
        padding: 30px 0;
    }

    .inner-services-section .img-txt {
        margin: 0 auto;
    }

    .inner-services-section .txt-img {
        margin: 0 auto;
    }

    .inner-services-section .img-txt article {
        padding: 20px 0 20px 20px;
    }

    .inner-services-section .txt-img article {
        padding: 20px 20px 20px 0;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .inner-services-section .img-txt {
        margin: -50px auto 0 auto;
    }

    .inner-services-section .txt-img {
        margin: -50px auto 0 auto;
    }
}

.guarantees-section {
    padding: 60px 0;
    background-color: #0C212F;
    position: relative;
    z-index: 1;
    text-align: center;
}

.guarantees-section::before {
    content: "";
    width: 228px;
    height: 60px;
    background: url(../img/triangle-lblue-bot.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, 0);
}

.guarantees-section h4 {
    line-height: 1.4;
}

@media only screen and (max-width:760px) {
    .guarantees-section {
        padding: 30px 0;
    }

    .guarantees-section::before {
        width: 114px;
        height: 30px;
        bottom: -30px;
    }
}

.p-0 {
    padding: 0 !important;
}

.four-content-section {
    padding: 100px 0;
    background-color: #0C212F;
}

.four-content-section .container-fluid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}

.four-content-section .container-fluid p {
    text-align: justify;
}

@media only screen and (max-width:760px) {
    .four-content-section {
        padding: 30px 0;
    }

    .four-content-section .container-fluid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .four-content-section .container-fluid p {
        text-align: justify;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .four-content-section .container-fluid {
        gap: 50px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
    .four-content-section .container-fluid {
        gap: 50px;
    }
}

.overlay-content-section {
    position: relative;
    z-index: 1;
    text-align: center;
}

.overlay-content-section .container-fluid {
    min-height: 640px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-content-section h4 {
    line-height: 1.4;
}

@media only screen and (max-width:760px) {
    .overlay-content-section .container-fluid {
        min-height: 400px;
    }
}

@media only screen and (min-width:761px) and (max-width:1366px) {
    .overlay-content-section .container-fluid {
        min-height: 500px;
    }
}

.network-content-section {
    padding: 60px 0 0 0;
}

.network-content-section section {
    background-color: #0C212F;
    position: relative;
    z-index: 1;
    padding: 50px 50px 50px 100px;
}

.network-content-section section::before {
    content: "";
    width: 228px;
    height: 60px;
    background: url(../img/triangle-dblue-bot.png) no-repeat center/cover;
    position: absolute;
    left: -85px;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    transform-origin: center;
}

.network-content-section section p {
    text-align: justify;
}

@media only screen and (max-width:760px) {
    .network-content-section {
        padding: 30px 0 0 0;
    }

    .network-content-section section {
        padding: 30px 30px 30px 50px;
    }

    .network-content-section section::before {
        width: 114px;
        height: 30px;
        left: -45px;
    }
}

.gallery-section {
    padding: 60px 0;
}

.gallery-section .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    position: relative;
    z-index: 9;
}

.gallery-section article {
    width: 340px;
    padding: 50px 0;
    text-align: right;
}

.gallery-section figure {
    width: calc(100% - 370px);
}

.js-gallery .gallery-item {
    border-radius: 0 0 150px 0;
    overflow: hidden;
}

.gallery-section .container-fluid::after {
    content: "";
    width: 490px;
    height: 250px;
    background: #0C212F;
    border-radius: 150px 0 0 0;
    position: absolute;
    left: 70px;
    top: -50px;
}

.js-gallery .slick-prev {
    top: 100px;
    bottom: unset;
    left: -200px;
}

.js-gallery .slick-next {
    top: 100px;
    bottom: unset;
    right: unset;
    left: -130px;
}

.slider__counter {
    position: absolute;
    top: 20px;
    left: -160px;
    z-index: 9;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
}

@media only screen and (max-width:760px) {
    .gallery-section {
        padding: 30px 0;
    }

    .gallery-section .container-fluid {
        flex-wrap: wrap;
        gap: 20px;
    }

    .gallery-section article {
        width: 100%;
        padding: 0 0 100px 0;
        text-align: right;
    }

    .gallery-section figure {
        width: 100%;
    }

    .js-gallery .gallery-item {
        border-radius: 0 0 50px 0;
    }

    .gallery-section .container-fluid::after {
        content: "";
        width: 200px;
        height: 150px;
        background: #0C212F;
        border-radius: 50px 0 0 0;
        position: absolute;
        left: 20px;
        top: 150px;
    }

    .js-gallery .slick-prev {
        top: 0;
        left: 50px;
    }

    .js-gallery .slick-next {
        top: 0;
        left: 120px;
    }

    .slider__counter {
        top: -50px;
        left: 87px;
        font-size: 30px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .gallery-section {
        padding: 30px 0;
    }

    .gallery-section .container-fluid {
        flex-wrap: wrap;
        gap: 20px;
    }

    .gallery-section article {
        width: 100%;
        padding: 0 0 100px 0;
        text-align: right;
    }

    .gallery-section figure {
        width: 100%;
    }

    .gallery-section .container-fluid::after {
        width: 300px;
        left: -30px;
        top: 80px;
    }

    .js-gallery .slick-prev {
        top: 0;
        left: 50px;
    }

    .js-gallery .slick-next {
        top: 0;
        left: 120px;
    }

    .slider__counter {
        top: -70px;
        left: 87px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
    .gallery-section .container-fluid::after {
        left: 30px;
    }
}