﻿/*
Template: Exact
Author: Incognito Themes
Designed and Development by: Incognito Themes
*/


/* =============================================
            	Font import
============================================= */
@import url('https://fonts.googleapis.com/css?family=Hind:300,400|Josefin+Slab:100,300,400|Poppins:400,700');
@import url("../css/bootstrap.min.css");
@import url("../css/ionicons.min.css");
@import url("../css/custom-icons.min.css");
@import url("../css/bootsnav.css");
@import url("../css/slick.css");

*:after,
*:before,
p a,
a,
.theme-btn,
#contactForm input,
#contactForm textarea,
.navbar-nav li a,
#back-to-top,
.client-logo img {
    transition: all 300ms ease-in-out;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    } 

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


::selection {
    background-color: #212121;
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
    min-height: 0;
    min-width: 0;
}

*, :after, :before {
    box-sizing: border-box;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    color: #515151;
    background: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

#wrapper {
    position: relative;
    z-index: 20;
    overflow-x: hidden;
}

@media only screen and (max-width: 468px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.eicon {
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    color: #212121;
    margin: 10px 0;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

    h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, a strong {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2;
}

h1 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 10px 0;
}

    h1 strong {
        font-size: 54px;
    }

    h1::after {
        content: "";
        background-color: #189ebd;
        width: 13px;
        height: 13px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        display: inline-block;
        position: relative;
        margin-left: 8px;
    }

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}

    h2::after {
        content: "";
        background-color: #63a537;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        display: inline-block;
        position: relative;
        margin-left: 8px;
    }

h3 {
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 1px;
}

    h3::after {
        content: "";
        background-color: #d80073;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        display: inline-block;
        position: relative;
        margin-left: 8px;
    }

h4 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
}

    h4 strong {
        font-size: 22px;
        letter-spacing: 0px;
    }

h5 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;
}

    h5 strong {
        font-size: 18px;
        letter-spacing: 0px;
    }

h6 {
    font-size: 13px;
    letter-spacing: 0;
}

h1 span.no-dot::after, h2 > span.no-dot::after, h3::after span.no-dot {
    content: none;
}

p a, a {
    color: #1dbbe0;
}

    p a:hover, a:hover, a:focus {
        color: #1dbbe0;
    }

p {
    letter-spacing: normal;
    line-height: 24px;
    color: #515151;
    font-weight: 300;
    font-size: 15px;
}

.lead {
    margin-top: 20px;
    font-size: 20px;
    color: #bbbbbb;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        outline: none;
        text-decoration: none;
    }

ul {
    padding: 0;
    list-style: none;
}

ul {
    display: block;
}

li {
    line-height: 2;
}

img {
    height: auto;
    max-width: 100%;
}

hr {
    border: 0;
    height: 1px;
    width: 100%;
    margin: 20px auto;
    background: #f3f3f3;
}

    hr.left-line {
        margin: 20px 0 20px 0;
    }

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: none;
    box-shadow: none;
    outline: 0 none;
}

.input-validation-error {
    border-color: #ff0000 !important;
}

.white-bg-new{
    padding-bottom: 0;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 10;
    background: #fff;
}

    section.title-hero-bg {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    section.blog-post {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    section#we-are {
        padding-top: 200px;
        padding-bottom: 200px;
    }

.section-heading {
    text-align: center;
    margin: auto;
    float: none;
    padding-bottom: 20px;
}

.row.text-center ul {
    list-style-type: disc; /* Use bullets */
    padding-left: 20px; /* Adjust the indentation */
    text-align: left; /* Align text to the left */
}

    .row.text-center ul li {
        margin-bottom: 10px; /* Add some space between items */
    }

td, th {
    padding: 10px;
}
/*=============================================
              		Header
=============================================*/

#loader-overlay {
    width: 100%;
    height: 100vh;
    background: #f1f1f1;
    position: fixed;
    z-index: 999999;
}

.loader-wrapper {
    width: 148px;
    height: 100px;
    position: absolute;
    margin: -50px 0 0 -74px;
    left: 50%;
    top: 50%;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 4px;
    position: relative;
    text-indent: -9999em;
    border-top: 3px solid rgba(195, 195, 195, 0.2);
    border-right: 3px solid rgba(195, 195, 195, 0.2);
    border-bottom: 3px solid rgba(195, 195, 195, 0.2);
    border-left: 3px solid #212121;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.navbar-nav {
    float: right;
    margin: 0;
    padding: 0 10px;
}


nav.navbar.bootsnav.navbar-transparent .logo {
    position: relative;
    z-index: 110;
    display: table;
    height: 80px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.logo {
    position: relative;
    z-index: 110;
    display: table;
    height: 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .logo img {
        max-height: 33px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        display: block;
    }

nav .logo > a {
    display: table-cell;
    vertical-align: middle;
}

.navbar-scrollspy .logo img.logo-display {
    text-align: center;
    margin: 0 auto;
}

.navbar-scrollspy .logo img.logo-scrolled {
    text-align: center;
    margin: 0 auto;
    max-height: 20px;
}

nav.bootsnav.navbar-sidebar ul.nav {
    margin: 0 0 30px 0;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    min-width: 220px;
}

/*=============================================
			Sliders and Hero Section
=============================================*/
.hero-half-height {
    position: relative;
    height: 768px;
    overflow: hidden;
}

.home-fullslide.parallax > .parallax-img {
    height: 100%;
    top: 0;
}

.half-height-slider {
    position: relative;
    top: 0;
    background-color: #212121;
    z-index: 1;
}

.hero-half-height .container {
    padding-top: 60px;
}

.hero-half-height.slick-dotted.slick-slider, .blog-grid-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.home-slider {
    height: 100vh;
    padding: 0;
}

    .home-slider .hero-half-height, .home-slider .slick-list, .home-slider .slide-img, .home-slider .hero-text-wrap {
        height: 100vh;
        width: 100%;
    }


.hero-half-height .slide {
    position: relative;
    height: 768px;
}

.hero-half-height .slick-dots {
    bottom: 40px;
}

.hero-half-height .slick-next {
    right: 20px;
}

.hero-half-height .slick-prev {
    left: 16px;
}

.hero-half-height .slick-dots li button {
    font-size: 0;
    width: 40px;
    height: 2px;
    padding: 0px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: rgba(195, 195, 195, 0.5);
}

.hero-half-height .slide.slick-active .zoom-text, .hero-text-slider .slick-active.zoom-text {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.hero-text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    z-index: 10;
    color: #fff;
}

.fixed-bg {
    background-attachment: fixed !important;
}

.overlay-bg {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.hero-text-wrap.overlay-bg {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 101vh;
    position: absolute;
    z-index: 1;
}

.hero-text-wrap.purple-overlay-bg {
    background: rgba(33,150,243,0.82);
    width: 100%;
    height: 101vh;
    position: absolute;
    z-index: 1;
}

.overlay-bg-dark {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.parallax-bg {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

[data-overlay-dark]:before, [data-overlay-dark] .hero-slider .slide:before {
    background: #000;
}

[data-overlay-dark] {
    position: relative;
}

    [data-overlay-dark] .container {
        position: relative;
        z-index: 2
    }

    [data-overlay-dark]:before,
    [data-overlay-dark] .hero-slider .slide:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

[data-overlay-dark="4"]:before {
    opacity: .4
}

[data-overlay-dark="7"]:before {
    opacity: .7
}

[data-overlay-dark="8"]:before {
    opacity: .8
}

[data-overlay-dark="4"] .hero-slider .slide:before {
    opacity: .4
}

[data-overlay-dark="7"] .hero-slider .slide:before {
    opacity: .7
}

[data-overlay-dark="8"] .hero-slider .slide:before {
    opacity: .8
}


/*=============================================
                Widgets
=============================================*/

::-webkit-input-placeholder {
    color: #212121;
}

::-moz-placeholder {
    color: #212121;
}

:-ms-input-placeholder {
    color: #212121;
}

:-moz-placeholder {
    color: #212121;
}

.text-left {
    text-align: left;
}

.green-color {
    color: #8bc34a !important;
}

.white-color {
    color: #fff !important;
}

    .white-color p, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6 {
        color: #fff !important;
    }

.img-responsive, .full-width {
    max-width: 100%;
    margin: 0 auto;
}

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus {
    outline: none !important;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #35383c;
    background-color: transparent;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    padding: 8px 10px 7px 10px;
    margin: 5px 10px;
    border: 2px solid rgba(35, 35, 35, 0.1);
    border-radius: 100px;
    transition: all 0.3s;
}

    .btn + .btn {
        margin-left: 10px;
    }

    .btn:focus, .btn:focus:active {
        outline: none;
    }

    .btn.btn-lg {
        padding: 15px 50px;
        font-size: 12px;
        margin-top: 30px;
    }

    .btn.btn-md {
        padding: 15px 48px;
        font-size: 11px;
        margin-top: 30px;
    }

    .btn.btn-sm {
        padding: 16px 34px;
        font-size: 9px;
    }

.btn-color {
    color: #fff;
    border-color: #1dbbe0;
    background-color: #1dbbe0;
}

    .btn-color:hover, .btn-color:active, .btn-color:focus {
        background-color: #189ebd;
        border-color: #189ebd;
        color: #fff;
    }

.btn-animate {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
}

    .btn-animate span {
        display: inline-block;
        position: relative;
        padding: 0 8.5px 0 8.5px;
        transition: padding 0.2s;
    }

    .btn-animate i {
        position: absolute;
        top: 50%;
        right: 0px;
        opacity: 0;
        margin-top: -6px;
        transition: opacity 0.2s, right 0.2s;
    }

    .btn-animate:hover span {
        padding: 0 17px 0 0;
    }

    .btn-animate:hover i {
        transition: opacity 0.2s, right 0.2s;
        opacity: 1;
        top: 50%;
        right: 0;
    }

.icon {
    margin-left: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pink-icon {
    color: #d80073;
}

.blue-icon {
    color: #1dbbe0;
}

.green-icon {
    color: #63a537;
}


/*=============================================
                        Our Blog
=============================================*/

.post-info {
    padding: 20px 0;
    transition: all 0.2s ease;
}

.post:hover .post-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.post .post-img {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

    .post .post-img img {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 0;
        -webkit-backface-visibility: hidden;
    }


.vacancy:hover .post-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.vacancy .post-img {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

    .vacancy .post-img img {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 0;
        -webkit-backface-visibility: hidden;
    }
.post-info h3 {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 23px;
}

.post-info h6 {
    color: #1dbbe0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-info a {
    color: #212121;
}

    .post-info a:hover {
        color: #212121;
    }

.post-info p {
    margin-bottom: 20px;
    color: #888;
}

a.readmore {
    letter-spacing: 2px;
    color: #212121;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

a:hover.readmore {
    color: #1dbbe0;
}

a.readmore > span {
    display: inline-block;
    vertical-align: middle;
}

a.readmore i {
    font-size: 10px;
    line-height: 12px;
}

.post-label {
    font-weight: bold;
    font-size: 16px; /* Adjust the font size to your preference */
}

.post-title {
    font-weight: bold;
    font-size: 16px; /* Adjust the font size to your preference */
}

.post-image img {
    margin: auto;
    opacity: 0.8;
    border-radius: 200px;
    max-height: 200px;
    width: auto;
}

.quote-mark::before {
    content: "“"; /* Left double quotation mark */
    font-size: 16px; /* Adjust the font size as needed */
    margin-right: 5px; /* Add some spacing between the quote mark and the text */
}

.quote-mark::after {
    content: "”"; /* Right double quotation mark */
    font-size: 16px;
    margin-left: 5px;
}

.post {
    height: auto !important; /* adjust to fit your content */
    overflow: hidden;
}

.vacancy {
    height: 550px; /* adjust to fit your content */
    overflow: hidden;
}
/* Style the quote text as needed */
.post-quote {
    font-style: italic; /* Italicize the text to indicate it's a quote */
    font-size: 16px; /* Adjust the font size as needed */
    color: #333; /* Set the text color to your preference */
    /* Add any other styling you desire */
}
/*=============================================
                WE ARE Section
=============================================*/
#we-are h2 {
    font-size: 64px;
    font-weight: 400;
}


/*=============================================
                        Footer
=============================================*/
@media only screen and (min-width: 992px) {
    #footer-fixed {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
}

.footer {
    font-size: 14px;
    text-align: center;
}

.footer-main {
    padding: 60px 0 60px;
    background-color: #212121;
    position: relative;
}

    .footer-main a {
        display: inline-block;
        color: #515151;
    }

        .footer-main a:hover {
            color: #1dbbe0;
            text-decoration: none;
        }

.footer .widget-text p {
    color: #fff;
}

.footer .widget-links {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

    .footer .widget-links li {
        margin-bottom: 14px;
        list-style: none;
    }

        .footer .widget-links li i {
            color: #fff;
            padding-right: 10px;
        }

        .footer .widget-links a, .footer .widget-links li a {
            color: #fff;
        }

            .footer .widget-links a:hover, .footer .widget-links li a:hover {
                color: #1dbbe0;
                text-decoration: none;
            }

.copy-right {
    margin-top: 5px;
    color: #fff;
    font-size: 11px;
}

.footer-main ul.social-media {
    float: none;
    display: block;
    margin: 20px auto;
}

    .footer-main ul.social-media li {
        display: inline-block;
        margin-right: 17px;
    }

        .footer-main ul.social-media li:last-child {
            margin-right: 0;
        }

        .footer-main ul.social-media li a {
            font-size: 24px;
            display: inline-block;
            color: #fff;
        }

            .footer-main ul.social-media li a:hover {
                color: #1dbbe0;
            }

/*=============================================
                Contact Section
=============================================*/

.form-group {
    margin-bottom: 15px;
}

.form-control {
    height: 50px;
    padding: 20px 20px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    color: #212121;
    border: 1px solid #eee;
    border-radius: 0;
    background: #f5f5f5;
}

    .form-control:focus {
        border-color: #8bc34a;
    }

.contact-form .col-sm-6, .contact-form .col-sm-12, form .col-sm-6, form .col-sm-12 {
    padding: 0 7.5px;
}

.slide-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.hero-text-wrap {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
    padding-top: 100px;
    padding-bottom: 100px;
}



/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "Ionicons";
        font-size: 35px;
        line-height: 1;
        opacity: .75;
        color: #777777;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -10px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "\f2ca";
}

[dir='rtl'] .slick-prev:before {
    content: "\f2ca";
}

.slick-next {
    right: -10px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}


.slick-next:before {
    content: "\f30f";
}

[dir='rtl'] .slick-next:before {
    content: "\f30f";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 60px;
}

.slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        display: inline-block;
        margin: 0 4px;
    }

.hero-half-height .slick-dots li.slick-active button {
    background-color: #fff;
}


/*=======================================================
      Client Logo amd Team Member
========================================================*/
.client-logo {
    margin: 0px 15px;
    min-height: 120px;
    vertical-align: middle;
    display: inline-flex;
}

    .client-logo img {
        margin: auto;
        opacity: 0.7;
        -webkit-filter: grayscale(1);
        max-width: 130px;
        height: auto;
    }

        .client-logo img:hover {
            opacity: 1.0;
            -webkit-filter: grayscale(1);
        }

@media only screen and (max-width: 768px) {
    .slick-list {
        text-align: center;
    }
}

@media only screen and (max-width: 468px) {
    .slick-slide {
        text-align: center;
    }
}

.team-member {
    margin: 0px 15px;
    text-align: center;
}

    .team-member img {
        margin: auto;
        opacity: 0.8;
        border-radius: 200px;
        max-height: 200px;
        width: auto;
    }

    .team-member:hover img {
        opacity: 1.0;
    }

    .team-member h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .team-member:hover h3 {
        color: #1dbbe0;
    }

/*=======================================================
      Title Hero Backgrounds
========================================================*/
.title-hero-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    min-height: 400px;
}

    .title-hero-bg::before {
        content: "";
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.page-title {
    position: absolute;
    top: 60%;
    width: 100%;
    left: 0;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

    .page-title h1 {
        color: #fff;
        margin: 0;
    }



/*=======================================================
      PopUp
========================================================*/

.popupoverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

    .popupoverlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #000;
        }

    .popup .content {
        max-height: 30%; 
        overflow: auto;
    }

@media (max-width: 768px) {
    .page-title {
        position: relative !important;
        top: auto !important;
        transform: none !important;
        padding: 20px !important;
        text-align: center !important; 
    } 

    .title-hero-bg {
        background-size: cover !important;
        padding: 60px 15px !important; 
    }
}


@media screen and (max-width: 700px) {
    .popup {
        width: 70%;
    }
}

@media (max-width: 576px) {
    .btn.btn-lg {
        padding: 10px 20px !important;
        font-size: 10px !important;
        margin-top: 20px !important;
    }
}


.noticeboard-modern {
    padding: 70px 0;
    background: #f7f9fc;
}

.notice-modern-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
    height: 320px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    transition: all .35s ease;
    color: #fff;
}

    .notice-modern-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease;
    }

    .notice-modern-card:hover img {
        transform: scale(1.08);
    }

    .notice-modern-card:hover {
        transform: translateY(-8px);
    }

.notice-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    color: #fff!important;
    background: linear-gradient( to top, rgba(0,0,0,0.85), rgba(0,0,0,0.1) );
}

    .notice-overlay h3 {
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        color: #fff !important;
    }

.notice-tag {
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .9;
}

.featured-job {
    height: 320px;
}


/* Careers Card */

.notice-career-card {
    background: white;
    padding: 40px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

    .notice-career-card h2 {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .notice-career-card ul {
        margin-top: 20px;
        padding-left: 0;
        list-style: none;
    }

    .notice-career-card li {
        margin-bottom: 10px;
    }

    .notice-career-card a {
        text-decoration: none;
        font-weight: 600;
    }

.career-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 22px;
    background: #1a73e8;
    color: white;
    border-radius: 8px;
}

.noticeboard-modern .col-lg-6,
.noticeboard-modern .col-lg-4,
.noticeboard-modern .col-lg-7,
.noticeboard-modern .col-lg-5 {
    padding: 15px;
}

.noticeboard-modern {
    padding: 70px 0;
    background: #f5f7fa;
}

.notice-career-card {
    background: white;
    padding: 40px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .25s ease;
    margin-bottom: 30px;
}

    .notice-career-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    }

.community-card {
    background: #fff;
    border-radius: 12px;
    height: 500px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .community-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

    .community-card .card-img-link {
        display: block;
        overflow: hidden;
    }

        .community-card .card-img-link .card-img {
            width: 100%;
            height: 220px!important;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .community-card .card-img-link:hover .card-img {
            transform: scale(1.05);
        }

    .community-card .card-body {
        padding: 1.25rem;
    }

    .community-card .card-title {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }

        .community-card .card-title a {
            text-decoration: none;
            color: #333;
            font-size: 1.75rem;
            font-weight: 700;
        }

            .community-card .card-title a:hover {
                color: #16b7e5;
            }

    .community-card .card-date {
        font-size: 1.15rem;
        color: #1dbbe0;
        margin-bottom: 0.75rem;
    }

    .community-card .card-intro {
        font-size: 1.15rem;
        margin-bottom: 1rem;
        color: #555;
    }

    .community-card .readmore {
        align-items: center;
        gap: 0.25rem;
        width: 180px;
    }

        .community-card .readmore i {
            transition: transform 0.3s ease;
        }

        .community-card .readmore:hover i {
            transform: translateX(3px);
        }

#community .col-md-4 {
    display: flex;
    margin-bottom: 1.5rem;
}

    #community .col-md-4 .community-card {
        flex: 1;
    }

#press .post {
    background: #fff;
    border-radius: 12px;
    height: 500px!important;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#press .col-md-4 {
    display: flex;
    margin-bottom: 1.5rem;
}

#press .post.community-card {
    flex: 1;
    height: 500px;
}

.post.community-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
    height: 500px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
}

    .post.community-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

    .post.community-card .card-img-link {
        display: block;
        overflow: hidden;
    }

        .post.community-card .card-img-link .card-img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .post.community-card .card-img-link:hover .card-img {
            transform: scale(1.05);
        }

    .post.community-card .card-body {
        padding: 1.25rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.solution-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    margin-bottom: 20px;
}

    .solution-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

    .solution-card .card-img-link {
        display: block;
    }

    .solution-card .card-icon {
        font-size: 80px;
        color: #16b7e5;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .solution-card:hover .card-icon {
        transform: scale(1.1);
        color: #0f95c8;
    }

    .solution-card .card-title {
        font-size: 1.2rem;
        margin-top: 1rem;
    }

        .solution-card .card-title a {
            text-decoration: none;
            color: #333;
            transition: color 0.3s ease;
        }

            .solution-card .card-title a:hover {
                color: #16b7e5;
            }

#solutions-roi .row.g-4 {
    row-gap: 6rem;
}

#solutions-roi {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#about-us-bespoke {
    font-family: 'Arial', sans-serif;
    color: #333;
}

.section-title {
    color: #189ebd;
    font-weight: 700;
    margin-bottom: 15px;
}

.custom-bullet-list {
    list-style: none;
    padding-left: 0;
}

    .custom-bullet-list li::before {
        content: "•";
        color: #333;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: 0;
    }

.icon-circle {
    min-width: 60px;
    height: 60px;
    border: 2px solid #189ebd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #189ebd;
    font-size: 1.5rem;
}

.small-text {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #666;
}

.employee-bar {
    background-color: #e0f2f4;
    padding: 40px 0;
    margin: 40px 0;
}

.btn-teal {
    background-color: #189ebd;
    color: white;
    border-radius: 8px;
    padding: 10px 25px;
    border: none;
    font-weight: 600;
}

    .btn-teal:hover {
        background-color: #14839d;
        color: white;
    }

.rounded-team {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

#notice-board.pt-80 {
    padding-top: 20px !important;
}

#notice-board .umb-grid,
#notice-board .grid-section,
#notice-board .container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#notice-board .row.clearfix:first-child {
    margin-top: -30px;
}

.blog-post-wrapper {
    line-height: 1.8;
    color: #333;
    font-size: 1.1rem;
}

.lead-title {
    font-size: 20px;
    color: #007bff!important;
    font-weight: 700;
    letter-spacing: 1px;
}

.small {
    font-size: 14px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.text-primary {
    padding-left: 10px!important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-left-highlight {
    border-left: 5px solid #007bff;
    transition: transform 0.3s ease;
    padding-right: 10px;
}

    .border-left-highlight:hover {
        transform: translateY(-5px);
        background-color: #f8f9fa !important;
    }

.cta-box {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

    .cta-box .btn-primary {
        background-color: #007bff;
        border: none;
        transition: all 0.3s ease;
    }

        .cta-box .btn-primary:hover {
            background-color: #0056b3;
            transform: scale(1.05);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }

.event-tags {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.border-success {
    border-color: #2d6a4f !important;
}

.bg-success {
    background-color: transparent !important;
}

.text-success {
    color: #2d6a4f !important;
}

.testimonial-section p {
    line-height: 1.6;
    color: #444;
    font-style: italic;
}

.blog-header-img {
    border-radius: 30px;
    overflow: hidden;
}

.blog-header-img,
img[src*="/media/1153/"] {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    width: 60%;
    object-fit: cover;
}

.blog-header-img,
img[src*="/media/1154/"] {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    width: 60%;
    object-fit: cover;
}

.dmasa-badge {
    margin-top: 18px;
    display: inline-block;
    background: #ffffff;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .dmasa-badge img {
        max-width: 180px;
        height: auto;
        display: block;
    }

    .dmasa-logo:hover {
        opacity: 1;
    }

@media (max-width: 767px) {
    .dmasa-badge {
        text-align: center;
        margin-bottom: 25px;
    }

    .dmasa-logo {
        margin: 0 auto;
    }
}