header {
    background-color: #001d33;
}

/* Inner Banner Css start */
.bannerSec {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 580px;
    margin-top: 105px;
    background-image: url(../images/banner-img-about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerSec h1 {
    font-size: 67px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
}

.bannerSec h1 strong {
    font-weight: 700;
}

/* About Us Section */
.aboutUsSec {
    width: 100%;
    float: left;
    padding: 130px 0 80px;
}

.aboutUsSec .topRow {
    margin-bottom: 40px;
}

.aboutUsSec .topRow .leftCol {
    width: 100%;
    float: left;
    padding-right: 50px;
}

.aboutUsSec .topRow .leftCol h2 {
    font-size: 58px;
    letter-spacing: 1px;
    color: rgb(0 0 0 / 90%);
    font-weight: 700;
    margin-bottom: 25px;
}

.aboutUsSec .topRow .leftCol p {
    font-size: 16px;
    line-height: 30px;
    color: rgb(0 0 0 / 80%);
    font-weight: 300;
    margin-bottom: 30px;
}

.aboutUsSec .topRow .leftCol p:last-child {
    margin-bottom: 0;
}

.aboutUsSec .topRow .rightCol {
    position: relative;
    padding: 0 0 25px 25px;
}

.aboutUsSec .topRow .rightCol::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 480px;
    height: 360px;
    background-color: #e5f4f8;
    z-index: -1;
}

.aboutUsSec .topRow .rightCol img {
    width: 100%;
    height: auto;
}

.aboutUsSec .bottomRow .leftCol {
    position: relative;
    width: 100%;
    float: left;
    padding-right: 65px;
}

.aboutUsSec .bottomRow .leftCol::before {
    position: absolute;
    left: -20px;
    bottom: -20px;
    content: '';
    width: 380px;
    height: 300px;
    background-color: #e5f4f8;
    z-index: -1;
}

.aboutUsSec .bottomRow .leftCol img {
    width: 100%;
    height: auto;
}

.aboutUsSec .bottomRow .rightCol {
    width: 100%;
    float: left;
}

.aboutUsSec .bottomRow .rightCol h2 {
    font-size: 58px;
    letter-spacing: 1px;
    color: rgb(0 0 0 / 90%);
    font-weight: 700;
    margin-bottom: 25px;
}

.aboutUsSec .bottomRow .rightCol p {
    font-size: 16px;
    line-height: 30px;
    color: rgb(0 0 0 / 80%);
    font-weight: 300;
    margin-bottom: 30px;
}

.aboutUsSec .bottomRow .rightCol p:last-child {
    margin-bottom: 0;
}

.aboutUsSec .bottomRow .rightCol p {
    font-size: 16px;
    line-height: 30px;
    color: rgb(0 0 0 / 80%);
    font-weight: 300;
    margin-bottom: 30px;
}

.aboutUsSec .bottomRow .rightCol p:last-child {
    margin-bottom: 0;
}

/* Mission Values Section */
.missionValuesSec {
    width: 100%;
    float: left;
}

.missionValuesSec h3 {
    position: relative;
    font-size: 35px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.missionValuesSec h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 55px;
    height: 2px;
    background-color: #e94f00;
}

.missionValuesSec p {
    font-size: 16px;
    line-height: 30px;
    color: rgb(0 0 0 / 80%);
    font-weight: 300;
    margin-bottom: 40px;
}

.missionValuesSec ul {
    width: 100%;
    margin: 0;
    padding: 0 0 0 25px;
}

.missionValuesSec ul li {
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000d16;
    position: relative;
}

.missionValuesSec ul li:last-child {
    margin: 0;
}

.missionValuesSec ul li::before {
    content: "\f058";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fa8c13;
    position: absolute;
    top: 0;
    left: 0;
}

.missionValuesSec ul li strong {
    font-weight: bold;
}

/* Software Logo Section */
.softwareLogoSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0;
}

.softwareLogoSec .softwareBox {
    width: 100%;
    display: grid;
    grid-template-columns: 310px 310px 310px;
    gap: 100px;
    justify-content: center;
}

.softwareLogoSec .softwareBox.col_4 {
    grid-template-columns: 275px 275px 275px 275px;
    gap: 50px;
    margin: 40px 0 0 0;
}

.softwareLogoSec .softwareBox .softwareLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 17px rgba(0, 0, 0, 0.1);
}

.softwareLogoSec .softwareBox .softwareLogo a {
    display: contents;
}

.softwareLogoSec .softwareBox .softwareLogo img {
    max-width: 100% !important;
    height: auto;
}

/* Collective Section */
.collectiveSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0;
}

.collectiveSec::before {
    content: '';
    position: absolute;
    bottom: 115px;
    left: 0;
    width: 180px;
    height: 515px;
    background-image: url(../images/gallery-design.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.collectiveSec .collective-slider .owl-stage-outer .owl-stage {
    transition-timing-function: linear !important;
}

.collectiveSec .collective-slider .item {
    width: 100%;
    float: left;
}

.collectiveSec .collective-slider .item img {
    width: 100%;
    height: auto;
}

.collectiveSec .collective-slider.owl-theme .owl-nav .owl-prev,
.collectiveSec .collective-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: -150px;
    transform: translateY(-50%);
    width: 51px;
    height: 51px;
    font-size: 23px;
    color: #ffffff;
    border-radius: 25px;
    outline: none;
    background-color: #50b749;
    transition: all .3s ease-in-out;
}

.collectiveSec .collective-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -160px;
}

.collectiveSec .collective-slider.owl-theme .owl-nav .owl-prev:hover,
.collectiveSec .collective-slider.owl-theme .owl-nav .owl-next:hover {
    opacity: 0.7;
}


@media only screen and (min-width: 1601px) and (max-width: 2100px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {}

@media only screen and (min-width: 1441px) and (max-width: 1500px) {}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {}

@media only screen and (min-width: 1301px) and (max-width: 1440px) {

    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-prev {
        top: 50% !important;
        left: -60px !important;
    }

    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-next {
        top: 50% !important;
        right: -60px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {

    /* Banner Section */
    .bannerSec {
        margin-top: 105px;
        min-height: 450px;
    }

    .bannerSec h1 {
        font-size: 60px;
    }

    /* About Us Section */
    .aboutUsSec {
        padding: 90px 0;
    }

    .aboutUsSec .topRow .leftCol {
        padding-right: 20px;
    }

    .aboutUsSec .topRow .leftCol h2 {
        font-size: 50px;
    }

    .aboutUsSec .topRow .rightCol::before {
        width: 500px;
        height: 400px;
    }

    .aboutUsSec .bottomRow .leftCol {
        padding-right: 20px;
    }

    .aboutUsSec .bottomRow .rightCol h2 {
        font-size: 50px;
    }

    /* Mission Section */
    .missionSec {
        padding-bottom: 90px;
    }

    .missionSec .rightCol {
        max-width: 475px;
    }

    /* Awards Section */
    .softwareLogoSec .softwareBox {
        grid-template-columns: 300px 300px 300px;
        gap: 60px;
    }

    .softwareLogoSec .softwareBox.col_4 {
        grid-template-columns: 262px 262px 262px 262px;
        gap: 40px;
    }

    .softwareLogoSec .softwareBox.col_4 .softwareLogo img {
        width: 86%;
    }

    /* Collective Section  */
    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-prev,
    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-next {
        left: 35%;
        top: auto;
        bottom: -30px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-next {
        right: 35%;
        left: auto;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots {
        padding-top: 30px;
        text-align: center;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots button.owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: transparent;
        display: block;
        border: solid 1px #007ba9;
        border-radius: 30px;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots button.owl-dot.active span {
        background-color: #007ba9;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* Banner Section */
    .bannerSec {
        margin-top: 99px;
        min-height: 350px;
    }

    .bannerSec h1 {
        font-size: 50px;
    }

    /* About Us Section */
    .aboutUsSec {
        padding: 60px 0;
    }

    .aboutUsSec .topRow .leftCol {
        padding-right: 0;
    }

    .aboutUsSec .topRow .leftCol h2 {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .aboutUsSec .topRow .leftCol p {
        margin-bottom: 20px;
    }

    .aboutUsSec .topRow .rightCol::before {
        width: 400px;
        height: 320px;
    }

    .aboutUsSec .bottomRow .leftCol {
        padding: 0 40px 20px 20px;
    }

    .aboutUsSec .bottomRow .leftCol::before {
        left: 0;
        bottom: 0;
    }

    .aboutUsSec .bottomRow .rightCol h2 {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .aboutUsSec .bottomRow .rightCol p {
        margin-bottom: 20px;
    }

    /* Software Logo Section */
    .softwareLogoSec {
        padding: 60px 0;
    }

    .softwareLogoSec .softwareBox {
        grid-template-columns: 270px 270px 270px;
        gap: 55px;
    }

    .softwareLogoSec .softwareBox.col_4 {
        grid-template-columns: 217px 217px 217px 217px;
        gap: 30px;
    }

    .softwareLogoSec .softwareBox.col_4 .softwareLogo img {
        width: 82%;
    }

    /* Collective Section */
    .collectiveSec::before {
        display: none;
    }

    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-prev,
    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-next {
        left: 32%;
        top: auto;
        bottom: -30px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-next {
        right: 32%;
        left: auto;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots {
        padding-top: 30px;
        text-align: center;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots button.owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: transparent;
        display: block;
        border: solid 1px #007ba9;
        border-radius: 30px;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots button.owl-dot.active span {
        background-color: #007ba9;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Banner Section */
    .bannerSec {
        margin-top: 89px;
        min-height: 250px;
    }

    .bannerSec h1 {
        font-size: 45px;
        margin-bottom: 25px;
    }

    /* About Us Section */
    .aboutUsSec {
        padding: 50px 0;
    }

    .aboutUsSec .topRow .leftCol {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .aboutUsSec .topRow .leftCol h2 {
        font-size: 35px;
    }

    .aboutUsSec .topRow .rightCol::before {
        width: 600px;
        height: 450px;
    }

    .aboutUsSec .bottomRow .leftCol {
        padding: 0 0 20px 20px;
        margin-bottom: 30px;
    }

    .aboutUsSec .bottomRow .leftCol::before {
        left: 0;
        bottom: 0;
        width: 600px;
        height: 450px;
    }

    .aboutUsSec .bottomRow .rightCol h2 {
        font-size: 35px;
    }

    /* Mission Values Section */
    .missionValuesSec h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .missionValuesSec p {
        margin-bottom: 30px;
    }

    .missionValuesSec ul {
        padding: 0 0 0 20px;
    }

    /* Software Logo Section */
    .softwareLogoSec {
        padding: 50px 0;
    }

    .softwareLogoSec .softwareBox {
        gap: 40px;
        grid-template-columns: 29.58% 29.58% 29.58%;
    }

    .softwareLogoSec .softwareBox.col_4 {
        grid-template-columns: 22.4% 22.4% 22.4% 22.4%;
        gap: 25px;
    }

    .softwareLogoSec .softwareBox.col_4 .softwareLogo {
        height: 157px;
    }

    .softwareLogoSec .softwareBox .softwareLogo img {
        width: 65%;
    }

    .softwareLogoSec .softwareBox .softwareLogo .sf-root {
        width: 65% !important;
    }

    .softwareLogoSec .softwareBox.col_4 .softwareLogo img {
        width: 75%;
    }

    .softwareLogoSec .softwareBox.col_4 .softwareLogo .sf-root {
        width: 65% !important;
    }

    /* Collective Section */
    .collectiveSec::before {
        display: none;
    }

    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-prev,
    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-next {
        left: 25%;
        top: auto;
        bottom: -30px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-next {
        right: 25%;
        left: auto;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots {
        padding-top: 30px;
        text-align: center;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots button.owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: transparent;
        display: block;
        border: solid 1px #007ba9;
        border-radius: 30px;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots button.owl-dot.active span {
        background-color: #007ba9;
    }

}

@media only screen and (max-width: 767px) {

    /* Banner Section */
    .bannerSec {
        margin-top: 70px;
        min-height: 200px;
    }

    .bannerSec h1 {
        font-size: 35px;
    }

    /* About Us Section */
    .aboutUsSec {
        padding: 40px 0;
    }

    .aboutUsSec .topRow .leftCol {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .aboutUsSec .topRow .leftCol h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .aboutUsSec .topRow .leftCol p {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .aboutUsSec .topRow .rightCol::before {
        width: 280px;
        height: 230px;
    }

    .aboutUsSec .bottomRow .leftCol {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .aboutUsSec .bottomRow .leftCol::before {
        width: 220px;
        height: 190px;
    }

    .aboutUsSec .bottomRow .rightCol h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .aboutUsSec .bottomRow .rightCol p {
        line-height: 28px;
        margin-bottom: 20px;
    }

    /* Mission Values Section */
    .missionValuesSec h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .missionValuesSec p {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .missionValuesSec ul {
        padding: 0 0 0 15px;
    }

    .missionValuesSec ul li {
        margin: 0 0 15px 0;
        line-height: 28px;
    }

    /* Software Logo Section */
    .softwareLogoSec {
        padding: 40px 0 20px;
    }

    .softwareLogoSec .softwareBox {
        grid-template-columns: 100%;
        gap: 30px;
    }

    .softwareLogoSec .softwareBox.col_4 {
        grid-template-columns: 100%;
        gap: 30px;
    }

    /* Collective Section */
    .collectiveSec {
        padding: 40px 0;
    }

    .collectiveSec::before {
        display: none;
    }

    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-prev,
    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-next {
        left: 0;
        top: auto;
        bottom: -40px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .collectiveSec .collective-slider.owl-theme .owl-nav .owl-next {
        right: 0;
        left: auto;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots {
        padding-top: 30px;
        text-align: center;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots button.owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: transparent;
        display: block;
        border: solid 1px #007ba9;
        border-radius: 30px;
    }

    .collectiveSec .collective-slider.owl-theme .owl-dots button.owl-dot.active span {
        background-color: #007ba9;
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {}