.site-margin {
    max-width: 1800px;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.btn-white-1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    width: 120px !important;
    height: 40px !important;
    background-color: transparent;
    color: #ffffff;
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 1rem;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    border-bottom: solid 1px #ffffff;
}

.btn-orange-1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    width: 120px !important;
    height: 40px !important;
    background-color: transparent;
    color: #F16013;
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 1rem;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    border-bottom: solid 1px #F16013;
}

.site-btn i {
    position: absolute;
    right: 0;
}

.site-btn:hover {
    width: 130px;
}

.header-logo {
    width: 320px;
    transition: 0.4s;
}

.header-m-logo {
    width: 320px;
    transition: 0.4s;

}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100px;
    transition: 0.3s ease-in-out;
}

.navbar-1 {
    background-color: #ffffff63;
    backdrop-filter: blur(15px);
}

.navbar-white {
    background-color: #ffffff;
}

.navbar-white.navbar-expand-lg .navbar-nav .nav-link {
    border-right: solid 1px #0000000e;
    transition: 0.3s ease-in-out;
}

.navbar-nav {
    position: relative
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 25px 20px 25px;
    border-right: solid 1px transparent;
    height: 100px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    color: #ffffff;
}

.navbar-white .nav-link {
    color: #F16013 !important;
}

.nav-link:hover {
    color: #F16013;
}

.navbar-expand-lg .navbar-nav .nav-link-border {
    border-right: solid 1px #0000000e;
    transition: 0.3s ease-in-out;
}

.navbar-nav .nav-item .active {
    color: #F16013;
    font-weight: 500;
}

.navbar-nav .menu-lang {
    position: relative;
    margin-right: 0px;
}

.header-navbar-button {
    display: none;
}

.navbar-1-scroll {
    background-color: #ffffff;
    transition: 0.3s ease-in-out;
}

.nav-link-scroll {
    color: #F16013 !important;
    transition: 0.3s ease-in-out;
}

.active-scroll {
    color: #F16013 !important;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.sub-menu:hover .hover-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: 0.3s ease-in-out;
}

.hover-menu {
    position: absolute;
    visibility: hidden;
    width: 500px;
    background-color: #ffffff;
    height: auto;
    top: 70px;
    padding: 1rem;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.hover-menu-sub {
    width: 250px !important;
}

.hover-menu-scroll {
    background-color: #052252;
}

.hover-menu ul {
    padding-left: 0;
}

.hover-menu ul li {
    margin-bottom: 10px;
}

.hover-menu-a {
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: var(--gray) !important;
    margin-bottom: 16px;
    transition: 0.3s ease-in-out;
}

.hover-menu-a-scroll {
    color: #ffffff;
}

.hover-menu-img {
    width: 100%;
}

.lang-box {
    position: relative;
}

.lang {
    background: #f8f8f8;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10%;
    left: 10%;
    top: 30px;
    overflow: hidden;
    transition: 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    padding: 6px 0 0 6px;
    border-radius: 20px;
}

.lang-scroll {
    background-color: #052252;
}

.lang ul {
    padding: 0px;
}

.lang ul li {
    margin-top: 5px;
}

.lang img {
    width: 24px;
    margin-right: 5px;
}

.lang:hover {
    height: 70px;
}

.home-slider {
    position: relative;
}

.home-slider .owl-carousel .item {
    height: 100vh;
    width: 100vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #00000045;
}

.home-slider .owl-carousel .owl-nav {
    position: absolute;
    left: 10%;
    top: 85%;
    max-width: 1800px;
}

.home-slider .slider-content {
    position: absolute;
    max-width: 1800px;
    margin: 0 auto;
    top: 40%;
    z-index: 3;
}

.slider-content p {
    display: inline;
}

.slider-content .btn-white-1 {
    margin-top: 80px;
}

.slider-count {
    margin-top: 50px;
}

.custom-owl-nav-home {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 90%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100%;

}

.home-slider .custom-owl-nav-home button {
    height: 60px;
    width: 60px;
    margin: 0 !important;
    border-radius: 0 !important;
    border: none;
}

.home-slider .custom-owl-nav-home #customPrevBtnhome {
    background-color: #ffffff !important;
    color: #3B3C3E !important;
}

.home-slider .custom-owl-nav-home #customNextBtnhome {
    background-color: #C64A08 !important;
    color: #ffffff !important;
}

.video-js {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.banner-1 {
    background-color: #F16013;
    z-index: 1;
    height: 270px;
    width: 100%;
    overflow-x: clip;
}

.banner-1 .row {
    width: 100%;
    margin: 0 auto;
}

.banner-1 p {
    margin: 0;
}

.banner-1-left {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    position: relative;
}

.banner-1-left:after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: #F16013;
    top: 0;
    z-index: 0;
}

.banner-1-left p {
    display: inline;
}

.banner-1-center-1 {
    background-color: #F16013;
    height: 270px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.banner-1-center-2 {
    background-color: #C64A08;
    height: 270px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.banner-1-right {
    position: relative;
    background-color: #3B3C3E;
    z-index: 1;
    height: 270px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.banner-1-right:after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #3B3C3E;
    top: 0;
    z-index: 0;
    left: 100%;
}

.banner-2 {
    margin-top: 50px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
    color: #3B3C3E;
    font-family: "Wix Madefor Text", sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.banner-2 .owl-carousel .item {
    width: 100%;
    height: 550px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-2 .slider-content {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 130px;
    width: 280px;
    background-color: #ffffff;
    color: #F16013;
    display: grid;
    text-align: right;
    padding: 10px 40px 0 0;
}

.banner-2 .slider-content .t-orange-24 {
    margin: 0;
}

.banner-2 .slider-content a {
    color: #F16013;
}

.banner-2 .site-btn {
    margin-top: 100px;
}

.banner-3 {
    margin-top: 50px;
}

.banner-3-img {
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

@supports (-webkit-touch-callout: none) {
    .banner-3-img {
        background-attachment: scroll;
        position: relative;
    }
}

.banner-3-img .col-md-12 {
    text-align: center;
    text-align: center;
    z-index: 1;
    padding: 100px 0 0 0;
}

.banner-3-img .t-white-48-o {
    display: inline;
    margin: 0;
}

.banner-3-img img {
    margin-top: 50px;
}

.banner-3-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000085;
    z-index: 0;
}

.banner-4 {
    overflow-x: clip;
}

.banner-4 .row {
    width: 100%;
    margin: 0 auto;
}

.banner-4-left {
    background-color: #3B3C3E;
    height: 350px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: start;
}

.banner-4-left:after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: #3B3C3E;
    top: 0;
    z-index: 0;
}

.banner-4 a {
    margin-top: 50px;
}

.banner-4-right {
    background-color: #EAEAEA;
    height: 350px;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 50px;
    text-align: justify;
}

.banner-4-right:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 100%;
    background: #EAEAEA;
    top: 0;
    z-index: 0;
}

.banner-4-left p {
    display: inline;
    margin: 0;
}

.banner-5 {
    margin-top: 50px;
    height: 400px;
}

.h-group-box-1 {
    display: inline-flex;
    align-items: center;
    justify-content: start;
}

.h-group-box-1 p {
    display: inline;
    margin: 0;
}

.h-group-box-1 a {
    margin-top: 50px;
}

.h-group-box {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}

.h-group-box p {
    position: absolute;
    bottom: 30px;
    left: 30px;
    transition: 0.1s ease-in-out;
    z-index: 1;
}

.h-group-box:hover p {
    bottom: 60px;
}

.h-group-box-hover {
    height: 80%;
    width: 100%;
    background-color: #C64A08;
    position: absolute;
    bottom: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.2s ease-in-out;
    z-index: 0;
}

.h-group-box:hover .h-group-box-hover {
    height: 100%;
    opacity: 1;
    background-color: #C64A08;
}

.h-group-box-hover a {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.group-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000065;
    z-index: -1;
    left: 0;
    top: 0;
}

.banner-6 {
    height: 690px;
    margin-top: 50px;
    position: relative;
}

.banner-6 .owl-carousel .item {
    width: 100vw;
    height: 690px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.banner-6-s-text {
    z-index: 1;
    padding: 100px 0 0 0;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    height: 690px;
    position: relative
}

.banner-6-s-text::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.466);
    backdrop-filter: blur(10px);
    top: 0;
    z-index: -1;
}

.banner-6-s-text p {
    margin: 0px;
}

.banner-6-s-text .s-text {
    margin-bottom: 50px;

}

.fade-out {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.3s ease-in;
}

.banner-6-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0 !important;
}

.custom-owl-nav-6 {
    position: absolute;
    right: -60px;
    bottom: 0;
    z-index: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-owl-nav-6 button {
    height: 60px;
    width: 60px;
    margin: 0 !important;
    border-radius: 0 !important;
    border: none;
}

.custom-owl-nav-6 #customPrevBtn6 {
    background-color: #ffffff !important;
    color: #3B3C3E !important;
}

.custom-owl-nav-6 #customNextBtn6 {
    background-color: #C64A08 !important;
    color: #ffffff !important;
}

.absolute-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.absolute-box .col-md-4 {
    background-color: white;
    z-index: 1;
}

.banner-7 {
    background-color: #F16013;
    padding-top: 50px;
    padding-bottom: 50px;
}

.b-7-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.b-7-title a {
    margin-top: 50px;
}

.b-7-title p {
    display: inline;
    text-align: center;
}

.t-box {
    position: relative;
    height: 350px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.t-box-hover {
    height: 100%;
    width: 100%;
    background-color: rgba(97, 42, 12, 0.322);
    background-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.2s ease-in-out;
    z-index: 0;
}

.t-box-hover i {
    margin-left: -20px;
    transition: 0.2s ease-in-out;
    font-size: 30px;
    color: #ffffff;
}

.t-box:hover .t-box-hover i {
    margin-left: 0px;
}

.t-box:hover .t-box-hover {
    opacity: 1;
}

.b-7-img {
    margin-top: 50px;
}

.banner-8 {
    margin-top: 50px;
}

.b-8-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.b-8-title a {
    margin-top: 50px;
}

.b-8-title p {
    display: inline;
    text-align: center;
}

.banner-8 .b-8 {
    width: 100%;
    height: 350px;
    padding: 50px;
}

.banner-8 .b-8-1 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-8 .b-8-2 {
    background-color: #F2F2F2;
}

.banner-8 .b-8-3 {
    background-color: #3B3C3E;
    display: inline-grid;
}

.banner-9 {
    margin-top: 50px;
}

.banner-9 .row {
    height: 250px;
    background-color: #F16013;
}

.banner-9 .catalog {
    position: relative;
}

.catalog img {
    position: absolute;
    width: 300px;
    left: 50px;
    top: 50px;
}

.banner-9 .col-md-6 {
    display: inline-flex;
    align-items: center;
    justify-content: start;
}

.banner-9 .col-md-3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer {
    margin-top: 100px;
}

.footer-logo-box {
    width: 140px;
    height: 120px;
    display: inline-flex;
    justify-content: start;
    align-items: center;
}

.footer-logo-box img {
    width: 80px;
}

.footer-logo-box p {
    margin: 0px;
}

.footer-left {
    display: inline-flex;
    align-items: center;
}

.footer .t-gray-16 {
    text-align: justify;
}

.footer-text {
    margin-left: 20px;
}

.footer-right {
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

.social-media a {
    font-size: 25px;
    color: #EAEAEA;
    margin-right: 10px;
}

.page-up {
    background-color: #F16013;
    width: 170px;
    height: 80px;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-family: "Wix Madefor Text", sans-serif;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

.page-up p {
    margin: 0;
    margin-left: 20px;
}

.page-up i {
    position: absolute;
    font-size: 30px;
    right: 30px;
    margin: 0 auto;
    transition: top 0.3s ease-in-out;
    top: 30%;
}

.page-up:hover i {
    top: 15%;
}

.footer .footer-ul {
    padding: 0;
}

.footer-ul li {
    margin-bottom: 10px;
}

.footer-ul li a {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 16px;
    color: #B4B4B4;
}

.footer p a {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 16px;
    color: #B4B4B4 !important;
}

.footer-4 {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 16px;
    color: #B4B4B4;
}

.cmr {
    position: absolute;
    width: 300px;
    height: 200px;
    bottom: 0;
    left: 0;
}

.whatsapp-button-icon {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1;
}

.whatsapp-button-icon img {
    width: 40px;
    position: relative;
}

.page-banner {
    margin-top: 100px;
    height: 370px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-banner-2 {
    background-color: #F16013;
    height: 200px;
}

.page-banner-2 .container-fluid p {
    margin: 0;
    display: inline;
}

.page-banner-2 .container-fluid .col-md-6 {
    display: inline-flex;
    align-items: center;
    height: 200px;
}

.page-banner-2 .p-b-2-right {
    justify-content: end;
}

.page-banner-2 .t-white-36-2 {
    font-size: 22px;
}

.banner-10 {
    margin-top: 50px;
}

.banner-10 .t-gray-16 {
    margin: 0;
}

.banner-10 .t-gray-16 {
    text-align: justify;
    margin: 0;
}

.banner-11 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.b-11-text {
    display: inline-flex;
    align-items: center;
}

.banner-11 .t-gray-64 {
    display: inline;
    margin: 0;
}

.about-images .ab-box {
    display: inline-flex;
    align-items: end;
    justify-content: center;
}

.banner-12 {
    margin-top: 50px;
    background-color: #FCFCFC;
}

.ceo-img {
    width: 100%;
    object-fit: cover;
}

.banner-12 .b-12-text {
    position: relative;
}

.banner-12 .b-12-text p {
    margin: 0;
}

.b-12-titles {
    display: inline-flex;
    margin-top: 50px;
}

.b-12-titles div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 90px;
}

.b-12-titles p {
    margin: 0;
}

.b-12-titles-l {
    background-color: #F16013;
}

.banner-9 .bg-gray {
    background-color: #3B3C3E;
}

.banner-13 {
    border-bottom: solid 2px #1b1b1b0e;
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner-13 .t-gray-16 {
    text-align: justify;
}

.banner-13 .services-text {
    display: inline-flex;
    align-items: center;
    padding: 0px 100px 50px 100px;
}

/*.banner-13 .col-md-6 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}*/

.banner-s {
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner-s .col-md-6 {
    display: inline-flex;
    align-items: center;
    padding: 0px 100px 0px 100px;
}

.banner-s .col-md-6 img {
    width: 100%;
}

.b-s-title {
    display: inline;
}

.banner-s-1 {
    background-color: #3B3C3E;
}

.banner-s-2 {
    background-color: #F16013;
}

.banner-s-3 {
    background-color: #3B3C3E;
}

.banner-s .t-gray-16,
.banner-s .t-white-16 {
    text-align: justify;
}

.projects {
    position: relative;
}

.p-img {
    height: 650px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.p-text-a-l {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    height: 100%;
}

.p-text-a-l .p-text-a-box {
    width: 100%;
    padding-right: 950px;
}

.p-text-a-box .t-gray-16 {
    text-align: justify;
    margin-top: 50px;
}

.p-text .p-text-a-box .t-gray-48-2,
.p-text .p-text-a-box .t-gray-48-2-b {
    display: inline;
}

.p-text-a-r {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    height: 100%;
}

.p-text-a-r .p-text-a-box {
    width: 100%;
    padding-left: 950px;
}

.p-text-a-r {
    text-align: right;
}

.m-box {
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.m-text .t-gray-16-2 {
    text-align: justify;
}

.banner-media {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 2px #1b1b1b0e;
}

.banner-media-2 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 2px #1b1b1b0e;
}

.banner-media-3 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 2px #1b1b1b0e;
}

.banner-map {
    padding: 0;
    height: 370px;
    margin-top: 100px;
}

.banner-map iframe {
    height: 100%;
    width: 100%;
}

.contact-form .input-group {
    margin-bottom: 20px;
}

.banner-contact {
    margin-top: 50px;
}

.contact-form input {
    background-color: transparent;
    border-radius: 0;
    color: #F16013;
    font-family: "Wix Madefor Text", sans-serif;
    outline: none;
    width: 100%;
    border: none;
    height: 50px;
    padding-left: 20px;
    border: solid 1px #F16013;
}

.contact-form input::placeholder {
    color: #F16013;
    font-family: "Wix Madefor Text", sans-serif;
}

.contact-form input:focus {
    background-color: transparent;

}

.contact-form textarea {
    background-color: transparent;
    border-radius: 0;
    color: #F16013;
    font-family: "Wix Madefor Text", sans-serif;
    outline: none;
    width: 100%;
    border: none;
    padding-left: 20px;
    padding-top: 20px;
    border: solid 1px #F16013;
}

.contact-form textarea::placeholder {
    color: #F16013;
    font-family: "Wix Madefor Text", sans-serif;
}

.contact-form textarea:focus {
    background-color: transparent;

}

.contact-content {
    display: flex;
    align-items: center;
}

.content-right {
    margin-top: 20px;
    margin-left: 30px;
}

.contact-right {
    display: inline-flex;
    align-items: center;
}

.contact-right i {
    font-size: 25px;
    color: #F16013;
}

.newsdetail-banner-1 {
    margin-top: 100px;
}

.footer-address-text {
    width: 70%;
}

.services-carousel .f-carousel__slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.services-carousel .service-d-carousel {
    width: 100%;
    margin: 0 auto;
}

.services-carousel .service-d-carousel .f-carousel__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-references {
    background-color: #3B3C3E;
    padding-top: 50px;
    padding-bottom: 50px;
}

.r-box {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.r-box img {
    object-fit: cover;
    width: 100%;
    transition: 0.4s;
}

.r-box img:hover {
    transform: scale(1.2);
}

.banner-certificates {
    background-color: #3B3C3E;
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-box {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.c-box img {
    object-fit: cover;
    width: 100%;
    transition: 0.4s;
}

.banner-3-logo {
    width: 350px !important;
    margin-top: 0px !important;
}

.banner-7-logo {
    width: 300px;
}

.slider-logo {
    width: 350px !important;
}

.banner-5-logo {
    width: 150px;
}

.banner-c-logo {
    width: 300px !important;
}

.banner-7-logo-list {
    width: 170px !important;
}

.banner-13-logo {
    width: 300px !important;
}