/* fonts start*/

@font-face {
    font-family: "Gill-Sans";
    src: url("../fonts/Gill Sans.otf");
}

@font-face {
    font-family: "Gill-Sans-Bold";
    src: url("../fonts/Gill Sans Bold.otf");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.otf");
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.otf");
}

/* fonts end*/

.navbar-dark .navbar-nav .menu-active {
    color: #00e0d0 !important;
}

/* Team section start */

p {
    font-weight: 500 !important;
}

h2 {
    font-weight: 500 !important;
}

h6 {
    font-family: "Gill-Sans";
}

.name {
    font-weight: bolder;
    font-family: "Gill-Sans-Bold";
}

.post {
    font-weight: 600;
}

.more {
    display: none;
}

.fs-25 {
    font-size: 25px !important;
}

section .text {
    display: flex;
    justify-content: space-between;
}

section .text>div {
    width: 50%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

section .text .left {
    margin-right: 30px;
}

section h2,
section h4 {
    font-size: 24px;
    color: #228adb;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Gill-Sans";
    letter-spacing: 3px;
}

section h3 {
    font-size: 24px;
    color: #228adb;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: Gill-Sans;
    letter-spacing: 3px;
}

section h2 {
    font-weight: 500;
    font-family: Gill-Sans;
}

section h4 {
    margin-bottom: 20px;
}

section p {
    flex-grow: 1;
    font-family: "Gill-Sans";
    font-weight: normal;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: justify;
}

section h6 {
    cursor: pointer;
    font-family: "Gill-Sans";
    text-align: right;
    color: #228adb;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
}

section h6 a:hover {
    color: #60b3f3;
}

section h1 {
    font-size: 38px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 10px solid #330066 !important;
    font-family: "Gill-Sans-Bold";
    padding-bottom: 8px;
    margin-bottom: 50px;
    margin-top: 30px;
    color: #504e4e;
}

.technical {
    margin-bottom: 50px;
}

.technical h2,
.technical h3,
.technical h4 {
    letter-spacing: 2px;
}

@media screen and (max-width: 760px) {
    section .text {
        flex-direction: column;
    }

    section .text>div {
        width: 100%;
    }

    section .text .left {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .technical {
        margin-bottom: 0;
    }
}

.modal-header h2 {
    font-family: "Gill-Sans-Bold";
    margin: 0 auto;
}

.modal-header {
    height: auto !important;
    padding-bottom: 0px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 10px;
    justify-content: center;
    border-bottom: 3px solid #330066;
}

.modal .modal-content .modal-body {
    max-height: 400px;
    overflow: auto;
}

.close-modal {
    background: red;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Gill-Sans-Bold";
    border: solid 1px transparent;
    padding: 13px 29px 8px 29px;
    border-radius: 22px;
    line-height: 11px;
}

.modal-footer {
    justify-content: center;
    border-top: 3px solid #330066;
}

.modal-content {
    border-radius: 10px;
}

.modal-dialog h3 {
    margin-bottom: 5px !important;
}

.close-modal {
    padding: 10px 30px 10px 30px;
}

/* Team section end */

/* Footer team card start */

.team-footer {
    background-image: url("https://cdn.zeplin.io/5b50302e7cbb564b7d9eae28/screens/075e3534-0a16-47d0-9427-f1316e6c467c.png");
    background-size: cover;
    height: auto;
    display: grid;
    font-family: "Gill-Sans";
}

.team-footer img {
    width: 150px;
    padding: 20px;
}

.team-footer p {
    color: white;
}

.team-footer .details-container {
    margin-left: 70px;
}

.footer-details img {
    width: 57px;
}

@media (min-width: 1398px) and (max-width: 1190px) {
    .flx img {
        display: none;
    }
}

.flx {
    display: flex;
}

/* Footer team card start */

.pl-109px {
    padding-left: 109px;
}

.pl-77px {
    padding-left: 77px;
}

.pl-66px {
    padding-left: 66px;
}

.pr-77px {
    padding-right: 77px;
}

.pr-130px {
    padding-right: 130px;
}

.align-items-center {
    align-items: center;
}

.mb-0 {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    .pl-109px {
        padding-left: 40px !important;
    }
}

@media only screen and (max-width: 992px) {
    .footer-details img {
        width: 57px !important;
    }
}

@media screen and (max-width: 356px) {
    .pr-77px{
        padding-right: 12px;
    }
    .pl-109px{
        padding-left: 12px;
    }
}