body {
    color: #666;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}

p {
    margin-bottom: 2.8rem;
    color: #000000;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1.4rem;
    color: #193d6d;
}

h1,
.h1 {
    font-size: 42px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 32px;
}

h4,
.h4 {
    font-size: 28px;
}

h5,
.h5 {
    font-size: 24px;
}

h6,
.h6 {
    font-size: 20px;
}

.btn-matsya {
    background-color: #193d6d;
    border-color: #193d6d;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
}

.btn-matsyaGrey {
    background-color: #bba584;
    border-color: #bba584;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
}

.page-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.4s ease;
}

.mb-6 {
    margin-bottom: 64px;
}

.mb-7 {
    margin-bottom: 80px;
}

.mt-6 {
    margin-top: 64px;
}

.mt-7 {
    margin-top: 80px;
}

/* header nav css start------------------------------------------------------------------------------------- */
.header .navbar-toggler {
    padding-left: 8px;
    padding-right: 8px;
}

.navbar-toggler:focus {
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
}

.header .menu-nav {
    background: #ffffff;
    color: #295387;
    display: flex;
    align-items: center;
    padding: 10px 40px;
    z-index: 9999;
    box-shadow: 0px 1px 5px -1px rgb(0 0 0 / 35%);
}

.header .menu-nav .logo {
    font-size: 16px;
    font-weight: 600;
}

.header .menu-nav .logo a {
    color: #295387;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header .menu-nav .logo a img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.header .menu-nav .logo a span {
    line-height: 1.1;
}

.header .menu-nav ul {
    margin: 0 20px 0 auto;
    padding: 0;
    display: flex;
}

.header .menu-nav ul li {
    padding: 0px 20px;
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.75px;
}

.header .menu-nav ul li a {
    color: #295387;
    display: block;
    text-decoration: none;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

/* header nav css ended------------------------------------------------------------------------------------- */

/* hero section css start------------------------------------------------------------------------------------ */
.hero-section .hero-bg {
    background: #2E4772;
    background: linear-gradient(180deg, rgba(46, 71, 114, 1) 0%, rgba(217, 222, 229, 1) 50%, rgba(255, 255, 255, 1) 90%);
}

.hero-section h1 {
    color: #ffffff;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.hero-sec-left p {
    color: #ffffff;
    max-width: 455px;
}

.hero-sec-right img {
    border-radius: 50%;
}

/* hero section css ended------------------------------------------------------------------------------------- */

/* sector section css start------------------------------------------------------------------------------------ */
.sector-txt {
    word-wrap: break-word;
}

.moretext {
    display: none;
}

.sector-wrapper {
    background-color: #193d6d;
    padding: 24px;
    border-radius: 18px;
}

.sector-wrapper h3 {
    color: #ffffff;
    background-color: #bba584;
    border-radius: 36px;
    padding: 2px 12px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto 30px;
}

.sector-wrapper .card {
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 24px;
}

.sector-wrapper .card img {
    border-radius: 12px;
}

.sector-wrapper .card h6 {
    text-align: center;
    margin-top: 35px;
}

.sector-wrapper .card .sector-txt {
    text-align: center;
}

.sector-wrapper .card .sector-txt p {
    text-align: center;
    margin-top: 15px;
}

/* sector section css ended------------------------------------------------------------------------------------ */

/* testimonials section css start------------------------------------------------------------------------------ */
.testomonials {
    margin-top: 45px;
}

.teste-wrapper h3 {
    color: #193d6d;
    padding: 2px 12px;
    text-align: center;
    margin-bottom: 25px;
}

.teste-wrapper .card {
    border: 0;
}

.teste-wrapper .card img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.teste-wrapper .card h5 {
    text-align: center;
    color: #193d6d;
    margin-top: 10px;
}

.teste-wrapper .card h6 {
    text-align: center;
    color: #193d6d;
    margin-bottom: 25px;
}

.teste-wrapper .card p {
    text-align: center;
}

/* testimonials section css ended------------------------------------------------------------------------------ */

/* contact us section css start------------------------------------------------------------------------------ */
.contact-us {
    background-color: #bba584;
    padding: 40px 0px;
}

.contact-us img {
    max-width: 660px;
    border-radius: 16px;
}

.contact-us p {
    color: #000000;
    font-size: 29px;
}

/* contact us section css ended------------------------------------------------------------------------------ */

/* footer section css start------------------------------------------------------------------------------ */
footer {
    background-color: #193d6d;
    padding: 30px 0px;
    color: #ffffff;
}

footer .ftr-top {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

footer .ftr-top .comp-nm {
    font-size: 32px;
    margin-left: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

footer .cmp-addr p {
    margin-bottom: 5px;
    color: #ffffff;
}

footer h5 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.5px;;
    color: #ffffff;
}

footer .soc-icn span {
    font-size: 24px;
    color: #ffffff;
    margin-right: 30px;
}

footer .soc-icn img {
    width: 50px;
    margin-right: 15px;
}

footer hr {
    border-top: 0;
    opacity: 1;
    height: 2px;
    background-color: #ffffff;
}

/* footer section css ended------------------------------------------------------------------------------ */

/* our services page css start------------------------------------------------------------------------------ */
/*about*/
.c-about-w {
    background: url("../images/about-matsyaenterprises.webp") no-repeat;
    background-position: bottom left;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.c-about-in {
    background: #193d6d;
    width: 50%;
    min-height: 100vh;
    padding: 80px 120px;
    display: flex;
    align-items: center;
}

.c-about-con {
    width: 100%;
    flex: 0 0 auto;
}

.c-about-con h2 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 32px;
}

.c-about-con p {
    color: #fff;
}

.c-inte-text {
    background: #fff;
    padding: 5px;
    display: inline-block;
    line-height: 100%;
    color: #193d6d;
    font-weight: bold;
}

.c-consider-w {
    min-height: 100vh;
    background: url("../img/consider-bg.jpg") no-repeat;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
    align-items: center;
    padding: 50px 0;
}

.c-consider-w-video {
    padding: 40px 0px;
    background: no-repeat;
    background-color: #bba584;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
    align-items: center;
}

.c-consider-in {
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
}

.c-consider-w .row {
    justify-content: space-between;
}

.c-consider-w-video h4 {
    color: #000000;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 50px;
}

.c-consider-w-video h4 span {
    color: #193d6d;
}

.c-consider-box {
    margin-bottom: 30px;
    text-align: left;
}

.c-consider-box h3 {
    font-size: 20px;
    font-weight: bold;
    color: #193d6d;
    margin: 10px 0 10px;
}

.c-consider-box h3 span {
    color: #193d6d;
}

.section-padding {
    padding: 40px 0;
}

.section-head {
    text-align: center;
    margin-bottom: 20px;
}

.mat-work .title {
    display: inline-block;
    font-size: 36px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.mat-work .title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(1, 1, 1, 0.05);
    position: absolute;
    bottom: 0;
    left: 0;
}

.mat-work .title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #193d6d;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}

.mat-work .item {
    text-align: center;
    padding: 40px 15px;
}

.mat-work .item i {
    font-size: 40px;
    color: #193d6d;
    margin-bottom: 30px;
}

.mat-work .item h6 {
    font-size: 22px;
    margin-bottom: 15px;
}

.mat-work p {
    font-size: 15px;
    color: #a3a3a3;
    line-height: 1.6;
    word-spacing: 1px;
    margin: 0;
}

.mat-work .active {
    border-right: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    position: relative;
}

.mat-work .active.bolt:before {
    left: -15px;
}

.mat-work .active.bolt:before,
.mat-work .active.bolt:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: -15px;
    z-index: 4;
}

.mat-work .active.bolt::after {
    right: -15px;
}

.mat-work .bord {
    border-bottom: 1px solid #bdbdbd;
}

.mat-work .full-width {
    width: 100% !important;
}

/* our services page css ended------------------------------------------------------------------------------ */

/* responsiveness css start----------------------------------------------------------------------------- */
@media screen and (max-width: 1599.98px) {
    .c-about-w {
        background-position: bottom right;
    }
}

@media screen and (max-width: 1399.98px) {}

@media screen and (max-width: 1199.98px) {
    .contact-us img {
        max-width: 540px;
    }
}

@media screen and (max-width: 991.98px) {
    .teste-wrapper .card img {
        width: 220px;
        height: 220px;
    }

    .mat-work .bord {
        border-bottom: 0px solid #bdbdbd;
    }

    .mat-work .active {
        border-right: 0px solid #bdbdbd;
        border-left: 0px solid #bdbdbd;
    }

    .c-about-in {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .header .menu-nav .logo a span {
        font-size: 16px;
    }

    .header .menu-nav {
        padding: 4px 0px;
    }

    .hero-section-resp .sec1-resp {
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    .hero-section-resp .sec1-resp h1 {
        font-size: 24px;
        margin-bottom: 0.75rem;
    }

    .hero-sec-left p {
        font-size: 14px;
    }

    .hero-sec-right img {
        margin-bottom: 20px;
    }

    .sector-wrapper h3 {
        font-size: 20px;
    }

    .sector-wrapper .card h6 {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .sector-wrapper .card .sector-txt p {
        font-size: 14px;
    }

    .teste-wrapper h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .teste-wrapper .card {
        margin-bottom: 16px;
    }

    .teste-wrapper .card img {
        margin: 0 auto 6px;
    }

    .teste-wrapper .card h5 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .teste-wrapper .card h6 {
        margin-bottom: 4px;
        font-size: 15px;
    }

    .teste-wrapper .card p {
        font-size: 14px;
    }

    .contact-us {
        padding: 20px 0px;
    }

    .contact-us h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .contact-us img {
        max-width: 500px;
        margin-bottom: 15px;
    }

    .contact-us p {
        font-size: 14px;
    }

    footer .ftr-top .comp-nm {
        font-size: 20px;
        max-width: 120px;
        line-height: 24px;
    }

    footer .cmp-addr {
        margin-bottom: 25px;
    }

    footer h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    footer .cmp-addr p {
        font-size: 14px;
    }

    footer .soc-icn span {
        font-size: 16px;
        margin-right: 15px;
    }

    footer .soc-icn img {
        width: 30px;
        margin-right: 15px;
    }

    .section-padding {
        padding: 20px 0;
    }

    .section-head {
        margin-bottom: 10px;
    }

    .c-about-con h2 {
        font-size: 26px;
    }

    .mat-work .title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .mat-work .item {
        padding: 5px 10px 30px 10px;
    }

    .mat-work .item i {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .mat-work .item h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .mat-work .bord {
        border-bottom: 0px solid #bdbdbd;
    }

    .c-about-in {
        width: 100%;
    }

    .c-consider-w-video h4 {
        font-size: 24px;
        margin-bottom: 15px !important;
    }

    .c-consider-box p {
        font-size: 14px;
        padding: 0px 12px;
    }

    .c-consider-box h3 {
        font-size: 18px;
        padding: 0px 12px;
    }

    .c-consider-w-video {
        padding: 10px 0px;
    }
}

@media screen and (max-width: 575.98px) {
    .contact-us img {
        max-width: 100%;
    }
}

/* responsiveness css ended----------------------------------------------------------------------------- */