:root {
    --primary: #0897cc;
    --secondary: #8e312f;
    --title_red: #a81e2c;
    --text-color: #6c757d;
    --opacity_less_primary: #0897cc60;
}

body {
    color: var(--text-color);
}

a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 500;
}
hr {
    border-top: 4px solid white;
    width: 126px;
    opacity: 100%;
}

.pageTitleBg {
    background-image: linear-gradient(var(--primary), rgb(39 138 203 / 80%)),
        url("../images/masscomplex-01.png");

    background-size: cover;
    background-position: top;
    position: relative;
    background-attachment: fixed;
}
.click .sections .pageTitle {
    position: absolute;
}

a.click-section:hover {
    color: var(--secondary);
}
.text-secondary {
    color: #6c757d;
}

h1.title {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 1px;
}

.subtitle {
    font-size: 40px;
    font-weight: lighter;
}

h5.sub-title {
    font-weight: 300;
    font-size: 30px;
}

/* social media top */

* {
    box-sizing: border-box;
}

#social_media {
    color: #fff;
    background-color: var(--primary);
    padding: 8px;
}

.social-icon {
    margin-right: 655px;
}

.fab {
    padding: 6px;
    font-size: 12px;
    color: #fff;
    border: 2px solid white;
    border-radius: 50%;
    margin-right: 9px;
}

/*  */
nav.navbar.navbar-expand-lg.navbar-light {
    /* margin: -22px 10px; */
    padding: 0;
}

.navbar-nav {
    font-weight: 600;
    font-size: 16px;
    margin-right: -26px;
    margin-bottom: 12px;
}

.navbar-nav:hover {
    color: var(--primary);
}

ul.navbar-nav.header {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary) !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: white;
    background-color: var(--secondary);
    padding: 4px 12px 5px 12px;
    margin-top: 3px;
}
li.nav-item {
    margin-right: 35px;
    margin-top: 12px;
}

a.nav-link.active {
    color: #fff;
    /* background-color: var(--secondary); */
    padding: 8px;
}

a.nav-link {
    color: #8e312f;
}

/* .nav-link{
  padding:0px!important;
} */

/* service section */
.service-section {
    background-color: var(--opacity_less_primary);
    border-radius: 8px;
    border: 0.7px solid white;
    padding: 10px 5px;
}

.serviceDiv {
    background-color: white;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    overflow: hidden;
}

.serviceDiv img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.serviceImg {
    max-height: 300px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.serviceListDiv {
    display: flex;
    width: 50%;
    margin-top: 4rem;
}

img.d-block.service-img {
    width: 15%;
    margin: auto;
}

.list {
    list-style: none;
    display: flex;
}

.footerBottom {
    background-color: var(--primary) !important;
    color: white;
    padding: 10px;
}

.footerBottom p {
    margin-bottom: 0;
    font-size: 12px;
}

p.sub-serve {
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-align: center;
}

.main-intro {
    z-index: 1;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.section-intro {
    z-index: 1;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/* news */

.new-section {
    background: url("../images/map.jpg");
    /* background-attachment: fixed; */
    background-size: cover;
}

.new-section .newsContent {
    background: rgba(255, 255, 255, 0.85);
    padding: 70px 0px 70px 0px;
}

.servicePage-section {
    padding: 70px 0px 70px 0px;
}

.news-section-title {
    color: var(--title_red);
    font-size: 36px;
    font-weight: 700;
}

/* teamhover */

.hovereffect {
    width: 100%;
    height: 280px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;
    cursor: default;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat !important;
}
.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 210px;
    bottom: 0;
    height: 4.75em;

    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    height: 100%;
    object-fit: cover;
}

.hovereffect:hover img {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    position: relative;
    font-size: 14px;
    margin: -20px -21px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);

    margin: 0px;
    display: inline-block;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
}

.hovereffect h2,
.hovereffect a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    visibility: visible;
}

.hovereffect a span:before {
    display: inline-block;
    padding: 8px 10px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

/*  */

.team-title {
    color: var(--title_red);
    font-size: 36px;
    font-weight: 700;
}
.news-section-title:after {
    content: "";
    display: block;
    height: 4px;
    width: 28%;
    background-color: var(--title_red);
    margin: 32px 0 2px;
}

.service-section-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--title_red);
}

.service-section-title:after {
    content: "";
    display: block;
    height: 4px;
    width: 30%;
    background-color: var(--title_red);
    margin: 32px 0 2px;
}

.card-img-overlay {
    top: 188px;
}

h6.card-title {
    color: white;
    background: var(--title_red);
    margin: 0px -16px;
    padding: 11px 21px;
    letter-spacing: 1px;
    background-image: var(--bs-gradient);
    --bs-bg-opacity: 1;
}

i.fas.fa-angle-right {
    font-size: 17px;
    border: 0.5px solid white;
    padding-left: 11px;
    height: 28px;
    color: white;
    background-color: var(--title_red);
}
.click sections {
    font-size: 14px;
    color: #5e636b;
    margin-right: 10px;
    position: absolute;
    z-index: 2;
}
.investor-section {
    padding-top: 70px;
    padding-bottom: 70px;
}
.investor-section-main {
    color: white;
    text-align: center;
    /* padding-top: 170px;
    padding-bottom: 70px; */
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.click-section {
    font-size: 16px;
    color: #5e636b;
}

.card {
    border: none;
    /* width:375px; */
}

/*  team*/
h5.team-title {
    font-weight: 700;
    font-size: 16px;
}

.homeContact {
    background-image: url("../images/contactimage-01.png");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-section {
    background-color: #363a3d;
    padding: 70px 0px 70px 0px;
}

h2.contact-section-title {
    color: white;
    font-weight: 700;
    font-size: 36px;
}

li.contact-section-list {
    list-style: none;
    color: white;
    margin-top: 10px;
    display: flex;
}
.section-enquiry {
    padding: 50px 30px 80px 30px;
    background: var(--primary);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

h2.call-section-title {
    color: white;

    font-weight: 700;
    letter-spacing: 1px;
}

button.btn.btn-lg.btn-outline-danger {
    border: 1px solid white;
    color: white;
    border-radius: 0px;
    margin-top: 26px;
    margin-bottom: 30px;
}

button.btn.btn-outline-white.float-end {
    color: WHITE;
    border: 1px solid white;
    padding: 8px 0px 8px 16px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    background-color: Transparent;
    /* background-clip: padding-box; */
    border: 1px solid white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}
button.btn.btn-outline-white.float-end :hover {
    background-color: var(--primary) !important;
}

i.fas.fa-arrow-right {
    border: none;
    /* margin-right: 7px; */
}

i.bi.bi-whatsapp {
    margin-right: 1rem;
    border: 0.5px solid white;

    padding: 8px;
}
/* footer */
.nav-link {
    display: flex;
    color: #363a3d;
}

.nav-link-footer {
    display: flex;
    color: #6c757d;
}
.footers {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    /* padding-top: 40px; */
    background-color: #fff !important;
}

span.footer-title {
    font-size: 16px;
    font-weight: 700;
    color: #363a3d;
    text-transform: uppercase;
    letter-spacing: 1px;
}
span.nav-link:hover {
    color: var(--title_red);
}

.fas {
    margin-right: 1rem;
    /* border-right: 1px solid #363A3D; */
    padding-top: 5px;
    min-width: 35px;
}
.iconic {
    border: 1px solid grey;
    /* border-radius: 50%; */
    padding: 8px;
    /* min-width: 29px; */
    text-align: center;
}

.icon {
    border: 0.5px solid white;
    border-radius: 0px;
    padding: 8px;
    max-height: 36px;
}

.contact {
    font-size: 14px;
}
.bg-blue {
    background-color: var(--primary) !important;

    text-align: center;
    color: white;
}

.btn:hover {
    background-color: var(--primary) !important;
}
.section-enquiry-wrapper {
    background-color: #363a3d;
    border-top: 0.5px solid white;
    padding: 50px 0px 50px 0px;
    background-image: url("../images/stripes.svg");
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: var(--bs-gradient); */
}

.highcharts-credits,
.highcharts-background,
.highcharts-exporting-group {
    display: none;
}

.card-img-top {
    max-height: 250px;
    border-radius: 0px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
    height: 200px;
    object-fit: cover;
}

i.far.fa-arrow-alt-circle-right {
    margin-right: 16px;
    color: #0897cc;
}

.team-page-card-info {
    text-align: right;
}
.team-page-card-info {
    padding: 20px;
    height: 100%;
    width: 100%;
    background: transparent;
}

.listClass {
    display: contents;
}

.listClass i {
    color: black;
}

.pageTitle span {
    background-color: var(--secondary);
    padding: 5px 10px;
}

.paginationClass nav {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.paginationClass nav .page-link {
    border-radius: 0 !important;
    color: var(--primary);
}

.paginationClass .pagination .disabled .page-link {
    color: var(--text-color);
}

.paginationClass .active > .page-link,
.page-link.active {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

.publishedDate {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}

.card-body {
    padding-top: 0;
}

.footerLink li:hover {
    color: var(--secondary) !important;
}

.hoveredList {
    display: none;
}

.sectorList:hover + .hoveredList {
    display: block;
    color: white;
    margin: 2px 18px;
    /* border: 1px solid white; */
    padding: 10px;
}

.noLinkList:hover {
    color: var(--secondary);
    font-weight: 600;
    cursor: pointer;
}

.tooltip-inner {
    background-color: #00acd6 !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: #fff;
    border: 1px solid white;
}
.tooltip-arrow::before {
    display: none;
}

@media screen and (max-width: 1130px) {
    .serviceListDiv {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    /* .mobileFooterAlign {
        text-align: center;
    } */
    .mobileTextAlign {
        text-align: center !important;
        margin: 0.5rem 0;
    }
}

@media screen and (max-width: 720px) {
    .serviceListDiv {
        flex-direction: column-reverse;
    }
}

#gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
  }
  
  #gallery img {
    width: 25%;
    height: 300px;
    object-fit: cover;
    margin-top:40px;
    margin-bottom:40px;
    padding: 0 4px;
    border-radius: 10px;
  }
  
  @media (max-width: 800px) {
    #gallery img {
      width: 50%;
    }
  }
  
  @media (max-width: 600px) {
    #gallery img {
      width: 100%;
    }
  }