body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    font-weight: 500;
    color: #5A5A5A;
}

a,
button {
    margin: 0;
    padding: 0;

    vertical-align: baseline;
    background: 0 0;
    outline: 0 !important;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    display: inline-block;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: 0;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #5a5a5a;
}

h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 30px;
    text-transform: uppercase;
}

h5 {

    color: #000000;
    font-weight: 400;
}

img {
    width: 100%
}

.red-btn {
    background-color: #CC2F62;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 10px;
    display: inline-block;
}

/*header-css-start here */

.main-menu {
    background-image: linear-gradient(to right, #cc2f62, #1160df);
}

.main-menu .navbar-new {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 20px 0 6px 0;
    border: none;
}

.main-menu .navbar-new ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff !important;
    background-color: transparent !important;
    position: relative;
    border-bottom: 2px solid transparent;
    padding-bottom: 15px;
    padding-top: 20px;
    margin-right: 20px;
    text-decoration: none;
}


.main-menu .navbar-new ul li.login-btn a {
    background-color: rgb(6, 207, 159) !important;
    width: 100px;
    height: 37px;
    border-radius: 30px;
    padding: 0;
    line-height: 37px;
    text-align: center;
    margin-top: 15px;
    margin-left: 15px;
    border-top: none;
}

.main-menu .navbar-new ul li.login-btn a:hover {
    background-color: #ffffff !important;
    color: rgb(6, 207, 159) !important;

}

.navbar-new .navbar-nav > .active > a,
.navbar-new .navbar-nav > .active > a:focus,
.navbar-new .navbar-nav > .active > a:hover {
    border-color: #ffffff;
}

.navbar-new .navbar-nav > li > a:focus,
.navbar-new .navbar-nav > li.active > a,
.navbar-new .navbar-nav > li > a:hover {
    border-color: #ffffff;
}

.main-menu nav.navbar > .container {
    padding: 0;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.main-menu .navbar-new {
    padding: 15px 15px;
}

.main-menu .navbar-new > .container-fluid {
    padding: 0px;
}

.main-menu.fixed-header {
    padding: 0px;
}

.main-menu.fixed-header .navbar-new {
    padding: 10px 10px;
    transition: 0.5s;
}

.main-menu.fixed-header {

    max-width: 100%;
}

.navbar-brand img {
    max-width: 180px;
}

.main-menu.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

/*header css end here */

/*footer css start --*/
footer {
    width: 100%;
    float: left;
    background: #000000;
    margin: 0px 0 0 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: auto;
}

#footer {
    padding: 40px 20px 0px 20px;
}

#footer img {
    max-width: 200px;
    margin: auto;
}

#footer h5 {
    color: #ffffff;
}

#footer p {
    color: #6F6F6F;
}

#footer .first-col p {
    text-align: center;
    padding: 25px 0;
    margin: 0;
}

#footer ul li {
    margin-bottom: 20px;
}

#footer ul li a {
    color: #6F6F6F;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}

#footer ul {
    list-style: none;
    margin-top: 25px;
}

#footer .third-col .list-icons li {
    display: flex;
    align-items: center;
}

#footer .third-col .list-icons li img {
    margin-right: 8px;
    margin-left: 0;
}

#footer .third-col img {
    max-width: 15px;
}

#footer .third-col .social_icons_footer {
    display: flex;
}

#footer .third-col .list-icons,
#footer .third-col .social_icons_footer {
    padding-left: 0px;
}

.footer-copyright {
    border-top: 1px solid #6f6f6f;
}

footer .footer-copyright p {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
}

/*----home page css start ---*/


.row {
    width: 100%;
    margin: auto;
}

.section-padding {
    padding: 60px 30px;
}

.main-menu {
    background-image: linear-gradient(to right, #cc2f62, #1160df);
}

.first-col {
    text-align: center;
}

.navbar-brand {
    max-width: 200px;
    padding: 0px;
}

#home-page-banner {
    overflow-x: hidden;

}

#home-page-banner h1,
#home-page-banner p {
    color: #ffffff;
    text-transform: capitalize;
    padding: 0px 40px;
}

#home-page-banner .carousel-caption {
    top: 0;
    z-index: 2;
    left: 0;

    right: 0;
    bottom: 0;
}

#home-page-banner .carousel-inner {
    min-height: 600px;
    max-height: 700px;
    object-fit: cover;
}

#home-page-banner .carousel-inner .carousel-item img {
    min-height: 600px;
    max-height: 700px;
    object-fit: cover;
}

#home-page-banner .carousel-caption > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1350px;
    padding: 0px 60px;
}

#home-page-banner p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.banner-img {
    position: relative;
}

.learn-more-div {
    margin-top: 100px;
}

.banner-overlay {
    background: rgb(0 0 0 / 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.logos-slider-main {
    position: relative;
}

#carousel-slider .prev-icon {
    z-index: 1;
    left: 6%;
    top: 45%;
    z-index: 1;
    color: #000000;
    font-size: 16px;
    position: absolute;
    cursor: pointer;
    max-width: 25px;
}

#carousel-slider.slick-slider {
    position: unset;
}

#carousel-slider .next-icon {
    right: 6%;
    top: 45%;
    z-index: 1;
    color: #000000;
    font-size: 16px;
    position: absolute;
    cursor: pointer;
    max-width: 25px;

}

#carousel-slider > div {
    align-items: center;
    justify-content: space-around;
}


#carousel-slider img {
    max-width: 100px;
    margin: auto;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
    z-index: 2;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.solution-section {
    background-color: #f6f6f6;

}

.solution-section .learn-more-div {
    text-align: center;
    margin-top: 50px;
}

.solution-section .card-body {
    padding: 0px 0px 30px 0px;
}

.card-img-main {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.card-img-main > img {
    border-radius: 0px;
    max-height: 320px;
    object-fit: cover;
    object-position: 0px;
}

.card-img-div-1,
.card-img-div-2 {
    padding: 20px 0px 20px 20px;
}

.card-img-div-3,
.card-img-div-4 {
    padding: 20px 20px 20px 0px;
}

.card-img-div-2 .triangle-red,
.card-img-div-4 .triangle-red {
    top: auto;
    bottom: 0;
}

.card-img-div-3 .triangle-red img,
.card-img-div-2 .triangle-red img {
    max-width: 265px;
}

.card-img-div-3 .triangle-red,
.card-img-div-4 .triangle-red {
    transform: scale(-1);
}

.triangle-red {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;

    z-index: -1;
}

.triangle-red img {
    max-width: 320px;
}

.solution-cards h5 {
    text-transform: uppercase;
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    padding: 0px 10px;
}

.solution-section .col-sm-5 .card {
    background-color: transparent;
    border: none;
}

.solution-section .col-sm-5 {
    border-radius: 0px;
    padding: 0;
    border: 0;
    background: #ffffff;
    box-shadow: 0px 0px 11px 1px #adadad;
}

.solution-cards .row {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-row-gap: 50px;
    grid-column-gap: 70px;
}

.solution-cards .row > div {
    width: 100%;
}

/*------*/

.first-step-section {
    background-image: linear-gradient(to bottom, #cc2f62, #1160df);
}

.first-step-section h1 {
    color: #ffffff;
    margin-bottom: 0px;
}

.first-step-section .red-btn {
    background-color: #ffffff;
    color: #000000;
}

.first-step-section .red-btn i {
    margin-right: 4px;
}

.carousel-control-prev {
    left: -16px;
}

.carousel-control-next {
    right: -16px;
}

/*----home page css end ---*/


/*about page css start */
.about-us-banner {
    position: relative;
    background-image: url('../img/about-us-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-us-banner .container {
    z-index: 2;
    position: relative;
}

.about-us-banner h1 {
    color: #ffffff;
    margin: 0px;
    padding: 80px 0px;
}

.who-we-are {
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}

.who-we-are-section .col-lg-7 p {
    padding-right: 60px;
}

/*solutions page  css strat */


.about-us-banner.solution-banner {
    background-image: url('../img/solution.jpg');
}

.solution-page .card {
    border-radius: 0px;
    border: 0px;
}

.solution-image-col {
    position: relative;
    z-index: 1;
}

.image-col-1 {
    padding: 20px 0px 0px 20px;
}

.image-col-2 {
    padding: 0px 0px 20px 20px;
}

.image-col-2 .triangle-red {
    top: auto;
    bottom: 0;
}

.image-col-3 {
    padding: 20px 20px 0px 0px;
}

.image-col-3 .triangle-red {
    transform: scaleX(-1);
}

.image-col-4 .triangle-red {
    transform: scaleX(-1);
    top: auto;
    bottom: 0;
}

.image-col-4 {
    padding: 0px 20px 20px 0px;
}

.solution-page .row {
    justify-content: space-between;
    align-items: center;
}

.solution-page .row > div {
    width: 47% !important;
}

.solution-page .card:nth-child(2),
.solution-page .card:nth-child(3),
.solution-page .card:nth-child(4),
.solution-page .card:nth-child(5) {
    padding-top: 0px;
}

.solution-page .card:nth-child(odd) {
    background-color: #ffffff;
}

.solution-page .card:nth-child(even) {
    background-color: #f6f6f6;
}

.solution-page .section-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.solution-page .card:nth-child(even) .soltion-page-text {
    padding-left: 0px;
    padding-right: 0px;
}

.solution-page .card-body {
    padding: 0px;
}

.solution-page h5 {
    text-transform: uppercase;
    color: #000000;
    font-size: 30px;
    line-height: 40px;
}


/*partners page css start */
.about-us-banner.partner-banner {

    background-image: url('../img/partners.jpg');

}

.solution-page.partners-page-brands .card .row {
    align-items: center;
}

.solution-page.partners-page-brands .card:nth-child(even) .row {
    flex-direction: row-reverse;

}

.solution-page.partners-page-brands .solution-image-col {
    border: 1px solid #a39a9a;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.solution-page.partners-page-brands .solution-image-col img {
    max-width: 280px;
    margin: auto;
    height: auto;
}

.solution-image-col > img {
    height: 350px;
    object-fit: cover;
    object-position: bottom;
}

.solution-page.partners-page-brands .card:nth-child(even) {
    background-color: #ffffff;

}

.link-learn-more {
    color: #CC2F62;
    text-decoration: none;
}

/*partners page css end */

/*--contact page css start ---*/
.about-us-banner.contact-banner {
    background-image: url('../img/contact-banner.png');
    background-position: center bottom;
}

.trijet-service {
    background-image: linear-gradient(to bottom, #cc2f62, #1160df);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
}

.contact-info h1,
.contact-info p {
    color: #ffffff;
}

.map-col {
    padding: 0px;
}

.location-contact,
.phone-contact {
    display: flex;
}

.location-contact i,
.phone-contact i {
    background: #ffffff;
    color: #000000;
    padding: 5px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    margin-right: 8px;
    width: 20%;
    justify-content: center;
}

.location-contact i {
    max-width: 33px;
    height: 33px;
}

.phone-contact i {
    max-width: 33px;
    height: 33px;

}

.phone-contact p,
.location-contact p {
    width: 80%;
    max-width: 400px;
    font-size: 24px;
    line-height: 34px;

}

.sale-col {
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / 37%)), url(../img/sales.png);
    margin: 0px 20px;
}

.support-col {
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / 37%)), url(../img/support.png);

}

.general-col {
    background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / 37%)), url(../img/general.png);

}

.general-col,
.sale-col,
.support-col {
    width: 31%;
    text-align: center;
    background-size: cover;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 10px;
}

.general-col h1,
.sale-col h1,
.support-col h1 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;

}

.general-col a,
.sale-col a,
.support-col a {
    color: #ffffff;
}

.content .section-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.map {
    height: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  media queries  */

@media (max-width: 991px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .who-we-are {
        height: auto;
    }

    .who-we-are-section .col-lg-7 p {
        padding-right: 0px;
    }

    .section-padding {
        padding: 40px 30px;
    }

    #home-page-banner h1,
    #home-page-banner p {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    #home-page-banner .carousel-inner,
    #home-page-banner .carousel-inner .carousel-item img {
        min-height: 500px;
        max-height: 500px;

    }

    .learn-more-div {
        margin-top: 55px;
    }

    .solution-cards h5 {
        font-size: 25px;
        line-height: 35px;
    }

    #logos-slider .carousel-item > div img {
        max-width: 80px;

    }

    .logos-slider-main .carousel-control-prev {
        justify-content: flex-start;
    }

    .logos-slider-main .carousel-control-next {
        justify-content: flex-end;
    }

    .navbar-brand img {
        max-width: 140px;
    }

    .navbar-toggler-icon {
        width: 20px;
        filter: invert(1);
    }

    .navbar-toggler {
        border: 1px solid #ffffff;
        padding: 1px 10px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse.show {
        border-top: 1px solid #ffffff;
        margin-top: 10px;
    }

    .solution-cards .row {
        grid-row-gap: 40px;
        grid-column-gap: 50px;
    }

    .triangle-red img {
        max-width: 280px;
    }

    .who-we-are {
        max-width: 400px;
        margin-bottom: 30px;
    }

    .who-we-are-section .row {
        flex-direction: column-reverse;
    }

    .about-us-banner h1 {
        padding: 60px 0px;
    }

    .solution-page h5 {
        font-size: 25px;
        line-height: 35px;
    }

    .solution-page.partners-page-brands .solution-image-col img {
        max-width: 200px;
    }

    .trijet-service {
        padding: 40px;
    }

    .phone-contact p,
    .location-contact p {

        font-size: 20px;
        line-height: 30px;
    }

    .general-col h1,
    .sale-col h1,
    .support-col h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .main-menu .navbar-new ul li a {

        padding: 12px 0px;
    }
}

@media (max-width: 768px) {

    h1 {
        font-size: 25px;
        line-height: 35px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    .solution-page.partners-page-brands .solution-image-col img {
        max-width: 180px;
    }

    .solution-page .row {
        align-items: flex-start;
    }

    #home-page-banner .carousel-caption > div {
        padding: 0 15px;
    }

    .main-menu .navbar-new ul li a {
        font-size: 14px;
    }

    #footer ul li a {
        font-size: 14px;
        line-height: 24px;
    }

    .carousel-control-prev {
        left: -16px;
    }

    .carousel-control-next {
        right: -16px;
    }

    #carousel-slider .next-icon,
    #carousel-slider .prev-icon {
        max-width: 18px;
    }

    .trijet-service {
        padding: 40px 30px;
    }

    .phone-contact p,
    .location-contact p {
        font-size: 16px;
        line-height: 26px;
    }

    .general-col,
    .sale-col,
    .support-col {
        width: 100%;
    }

    .sale-col {

        margin: 20px 0px;
    }

    .general-col h1,
    .sale-col h1,
    .support-col h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .solution-page.partners-page-brands .card .row {
        align-items: flex-start;
        flex-direction: column !important;
    }

    .solution-page .card:nth-child(odd) .row {
        flex-direction: column-reverse;
    }

    .solution-page .card:nth-child(even) .row {
        flex-direction: column;
    }

    .solution-page .row > div {
        width: 100% !important;
    }

    .solution-page .row .soltion-page-text {
        padding: 0;
    }

    .solution-page .solution-image-col {
        max-width: 400px;
    }

    .about-us-banner h1 {
        padding: 40px 0px;
    }

    .navbar-brand img {
        max-width: 120px;
    }

    .section-padding {
        padding: 30px 0px;
    }

    .learn-more-div {
        margin-top: 0px;
    }

    .solution-cards h5,
    .solution-page h5 {
        font-size: 20px;
        line-height: 30px;
    }

    #home-page-banner .carousel-caption {
        display: block !important;
    }

    #home-page-banner h1 {
        margin-bottom: 10px;
    }

    #home-page-banner h1,
    #home-page-banner p {
        max-width: 600px;
        padding: 0px 12px;
    }

    #home-page-banner .carousel-inner,
    #home-page-banner .carousel-inner .carousel-item img {
        min-height: 400px;
        max-height: 400px;

    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 20px;
        height: 20px;
    }

    .first-col {
        text-align: left;
    }

    #footer .first-col p {
        text-align: left;
        padding: 15px 0 15px 0;
    }

    #footer h5 {
        color: #ffffff;
        font-size: 16px;
    }

    .footer-top > div {
        padding: 0
    }

    .first-step-section .col-md-4 {
        text-align: left !important;
        margin-top: 20px;
    }

    .card-img-div-3 .triangle-red img,
    .card-img-div-2 .triangle-red img {
        max-width: 245px;
    }

    .solution-cards .row {
        grid-template-columns: 100%;
        max-width: 500px;
        margin: auto;
    }

    .solution-cards .row {
        grid-row-gap: 20px;
        grid-column-gap: 0;
    }

    .logos-slider-main.section-padding,
    .section-padding.solution-section {
        padding: 30px 20px;
    }
}

@media (max-width: 640px) {
    .solution-image-col > img {
        height: 250px;
    }

    .solution-page.partners-page-brands .solution-image-col {
        padding: 15px;
    }
}

@media (max-width: 440px) {
    h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .solution-cards h5,
    .solution-page h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .card-img-div-3 .triangle-red img,
    .card-img-div-2 .triangle-red img {
        max-width: 200px;
    }
}
