/* Fish CSS */

/* - */

body {
    font-family: "Montserrat", Helvetica, Arial, "sans-serif";
    font-weight: 400;
    /* background-color: rgb( 16, 30, 65);*/
    background-color: #fff;

}

p,
li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .5px;
    color: #444;
}

h1,
h2,
h3,
h4 {
    font-family: "novecento-slab-wide", serif;
    font-weight: 700;
    font-style: normal;
    color: rgb(16, 30, 65);
}

.secondColour {
    color: rgb(237, 148, 81);
}


.heading {
    grid-gap: 4px;
}

.img {
    border-radius: 16px;
}


.heading h1 {
    color: rgb(16, 30, 65);
    font-size: 40px;
    letter-spacing: 2px;
}

.button {
    justify-self: start;
    padding: 12px 16px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: #ffffff;
}

.button::before {
    content: '';
    width: 0;
    height: 350%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #b2b2b2;
    transition: .2s ease;
    display: block;
    z-index: -1;
}

.button:hover::before {
    width: 110%;
}

.button:hover h3 {
    color: #fff;
}

.border-bot {
    border-bottom: solid white 2px;
}

a {
    color: rgb(16, 30, 65);
    text-decoration: none;
    font-weight: 700;
}

/* - */

#page-content {
    display: grid;
    grid-gap: 32px;
    padding: 64px 0 32px;
    background-color: #fff;
    z-index: 6;
    margin-top: -150px;
}


/* - */




.socials-bar-container {
    display: grid;
    z-index: 20;
    grid-gap: 8px;
    padding: 16px;
    background: #3884C1;
    background: linear-gradient(90deg, rgba(56, 132, 193, 1) 0%, rgba(93, 213, 241, 1) 100%);
}

.socials-bar-container i {
    font-size: 24px;
}

.socials-bar-container a {
    color: #fff;
}


@media(max-width: 767px) {
    .socials-bar-container a {
        grid-row: 1;
        text-align: center;
    }
}

@media(min-width: 768px) {
    .socials-bar-container {
        position: fixed;
        top: 25%;
        right: 0px;
        grid-gap: 16px;
        padding: 16px;
        background-color: rgba(34, 34, 34, 0.8);
        border-bottom-left-radius: 16px;
        border-top-left-radius: 16px;
    }

    .socials-bar-container a {
        grid-column: 1;
        width: 16px;
        height: 16px;
    }
}


















.sect-a {
    display: grid;
    grid-template-columns: auto;
}

@media(min-width: 768px) {
    .sect-a {
        grid-template-columns: auto 384px 384px auto;
    }
}

@media(min-width: 992px) {
    .sect-a {
        grid-template-columns: auto 496px 496px auto;
    }
}

@media(min-width: 1200px) {
    .sect-a {
        grid-template-columns: auto 600px 600px auto;
    }
}

/* - */

.workspace {
    grid-gap: 32px;
}

.heading-1 {
    grid-gap: 4px;
}

.heading-1 h1 {
    font-size: 35px;
    color: #fff;
}

.heading-1 h3 {
    font-size: 23px;
    font-style: italic;
}

/* - */

.heading-2 {
    grid-gap: 4px;
    align-self: center;
    justify-self: center;
}

.heading-2 h1 {
    font-size: 40px;
    color: #DDD;
    justify-self: center;
}

.heading-2 h3 {
    font-size: 26px;
    font-style: italic;
    color: #B8B8B8;
    justify-self: center;
}

.heading-2 .btn {
    justify-self: center;
    margin-top: 32px;
}

/* - */

hr {
    justify-self: center;
    width: 50vw;
    border: none;
    border-top: 1px solid;
    color: #cecece;
}

/* - */

.btn {
    border: solid 2px;
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 32px;
    transition: background ease .2s, transform ease .2s;
    justify-self: start;
}

.btn:hover {
    cursor: pointer;
    background-color: rgb(16, 30, 65)1a;
    transform: scale(0.9);
}

/* - */

.feature-a {
    display: grid;
    grid-gap: 32px;
    justify-content: start;

    overflow-x: hidden;
    width: 100%;
}

.feature-a-img {
    grid-row: 1;
    grid-column: 1;

    width: 50vw;
}

.feature-a-content {
    grid-row: 1;
    width: 568px;
    margin: 32px 0;
}


/* - */

.feature-b {
    display: grid;
    grid-gap: 32px;
    justify-content: end;

    overflow-x: hidden;
    width: 100%;
}

.feature-b-img {
    grid-row: 1;
    grid-column: 2;

    width: calc(50vw - 16px);
}

.feature-b-content {
    grid-row: 1;
    width: 568px;
    margin: 32px 0;
}

/* - */



/* - */

.list {
    display: grid;
    grid-gap: 8px;
    align-content: center;
}

.list p {
    align-content: center;
    display: grid;
    grid-template-columns: max-content auto;
}

.list p:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #a5a5a5;
    align-self: start;
    content: "\f054";
    margin-right: 8px;
    font-size: 16px;
}









.feat-1-container {
    grid-gap: 16px !important;
    margin-bottom: 64px;
}

.feat-gal-img-1 {
    background-image: url(../img/gallery/1-thmb.jpg);
}

.feat-gal-img-2 {
    background-image: url(../img/gallery/2-thmb.jpg);
}

.feat-gal-img-3 {
    background-image: url(../img/gallery/3-thmb.jpg);
}

.feat-gal-img-4 {
    background-image: url(../img/gallery/4-thmb.jpg);
}

.feat-gal-img-5 {
    background-image: url(../img/gallery/5-thmb.jpg);
}

.feat-gal-img-6 {
    background-image: url(../img/gallery/6-thmb.jpg);
}

.feat-gal-img-7 {
    background-image: url(../img/gallery/7-thmb.jpg);
}

.feat-gal-img-8 {
    background-image: url(../img/gallery/8-thmb.jpg);
}


.feat-1-block-double {
    padding-top: 200%;
}

.feat-1-block {
    padding-top: 100%;
    position: relative;
    background-color: #f1f1f1;

    border-radius: 32px;

    background-size: 100% 100%;
    background-position: center;
    background-size: cover;
    transition: all .5s ease-in-out;
}

.feat-1-block:hover {
    /* background-size: 105% 105%; */
}



.feat-1-block-half {
    padding-top: 50%;
}

.feat-1-block-third {
    padding-top: 33%;
}


.feat-1-container .button {
    background-color: rgb(16, 30, 65);
    border: none;
}

.feat-1-container .button h3 {
    color: #fff;
}

.feat-1-block-inner {
    display: grid;
    padding: 16px;
    align-content: end;
    justify-content: start;
    background-color: color-mix(in lab, rgb(16, 30, 65) 60%, #111 40%);
    margin-bottom: 32px;
    grid-gap: 4px;
    align-self: end;
}

.feat-1-block-inner p {
    margin: 24px 0;
}

.section-type2 {
    background-color: color-mix(in lab, rgb(16, 30, 65) 60%, #111 40%);
}

.section-type3 {
    background-image: url('../img/testimonial-bg.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-color: #111;
    background-repeat: no-repeat;
    background-size: cover;

    min-height: 400px;

    padding: 64px 0 128px;
}













































/* - */

.paralax-banner {
    height: 384px;
    overflow: hidden;
    background-image: url(../img/para.jpg );
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 64px 0;
}


.contact-item {
    grid-template-columns: max-content auto;
    align-content: center;
}

.contact-item .element {
    background-color: rgb(16, 30, 65);
    padding: 2px;
    border-radius: 64px;
}

.contact-item i,
.contact-item svg {
    align-self: center;
    color: #fff;
    background-color: rgb(16, 30, 65);
    padding: 16px;
    border-radius: 64px;
    justify-self: center;
    font-size: 24px;
    border: solid 4px #fff;
}

.contact-item a {
    align-self: center;
}

.contact-item p {
    align-self: center;
}

@media(max-width: 767px) {
    .long-txt {
        font-size: 12px;
    }
}

























/* - */

.w100 {
    width: 100%;
}

.elem-table {
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

thead {
    background-color: rgb(16, 30, 65);
    border-bottom: 2px solid #fff;
}

th {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: solid 1px;

    height: 20px;
}

th h1 {
    font-size: 14px;
}

tr:nth-child(2n) {
    background: rgba(222, 222, 222, 0.30);
}


/*** TABLE STYLING ***/

table {
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

table td,
table th {
    border: 1px solid #fff;
    padding: 10px 10px;
}

table tbody td {
    font-size: 13px;
}

table thead th:first-child {
    border-left: none;
}

table tfoot td {
    font-size: 14px;
}

table tfoot .links {
    text-align: right;
}

/* From Uiverse.io by niat786 */
.butter {
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #d7773b, #fadd71);
    border-radius: 20px;
    background-size: 100% auto;
    font-family: "brevia", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    padding: 0.6em 1.5em;
}

.butter:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
    0% {
        box-shadow: 0 0 0 0 #d7773ba5;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
}

/* From Uiverse.io by gharsh11032000 */
.card {
    width: 100%;
    height: 200px;
    background-color: #d7773b;
    background-image: linear-gradient(43deg, #d7773b 0%, #e5a177 46%, #fadd71 100%);
    border-radius: 8px;
    color: white;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    cursor: pointer;
    padding-bottom: 30px;
}

@media(max-width: 768px) {

    /* From Uiverse.io by gharsh11032000 */
    .card {
        width: 100%;
        height: 350px;
        background-color: #d7773b;
        background-image: linear-gradient(43deg, #d7773b 0%, #e5a177 46%, #fadd71 100%);
        border-radius: 8px;
        color: white;
        overflow: hidden;
        position: relative;
        transform-style: preserve-3d;
        perspective: 1000px;
        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
        cursor: pointer;
        padding-bottom: 30px;
    }
}

.card-content {
    padding: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.card-content .card-title {
    font-size: 24px;
    font-weight: 700;
    color: inherit;
    text-transform: uppercase;
}

.card-content .card-para {
    color: inherit;
    opacity: 0.8;
    font-size: 14px;
}

.card:hover {
    transform: rotateY(10deg) rotateX(10deg) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    z-index: 1;
}

.card:hover:before {
    transform: translateX(-100%);
}

.card:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    z-index: 1;
}

.card:hover:after {
    transform: translateX(100%);
}
