/*

Workforce CSS Template

https://templatemo.com/tm-461-workforce

*/

body
    {
        background: #f9f9f9;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        overflow-x: hidden;
    }

/* start hr */
hr
    {
        border: 1px solid #55acee;
        width: 100px;
        margin-top: 20px;
    }
/* end hr */

/* start h2 */
h2
    {
        font-size: 60px;
        text-align: center;
    }
/* end h2 */

/* start h4 */
h4
    {
        text-align: center;
        padding-bottom: 50px;
    }
/* end h4 */
.btn {
    background: transparent;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 40px;
	padding: 12px 22px;
    transition: all 0.4s ease-in-out;  
}
.btn:hover {
    background: #55acee;
    border-color: transparent;
}

/* start overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.7);
    } 
/* end overlay */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #55acee;         
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.custom-navbar 
    {
        margin-bottom: 0;
        background-color: #fff;
        text-align: right;
        z-index: 2000;
    }
.custom-navbar .navbar-brand 
    {
        color: #55acee;
        font-weight: bold;
        font-size: 28px;
    }
.custom-navbar .nav li a
     {
         color: #999;
         font-weight: 300;
         font-size: 13px;
         text-transform: uppercase;
    }
.custom-navbar .nav li a:hover
    {
        background: transparent;
        color: #55acee;
    }
.custom-navbar .nav li.active > a
    {
         background-color: transparent;
         color: #55acee;
    }
.custom-navbar .navbar-toggle
    {
        border: none;
        padding-top: 10px;
    }
.custom-navbar .navbar-toggle .icon-bar
    {
        background: #55acee;
        border-color: transparent;
        display: block;
    }
@media(min-width:768px){
    .custom-navbar
         {
             padding: 20px 0;
            border-bottom: 0;
             background: 0 0;
             transition: all 0.3s ease;
         }
    .custom-navbar.top-nav-collapse
         {
            padding: 0;
            box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
            background: #fff;
        }
}
/* end navigation */

/* start home */        
#home h1
    {
        font-size: 80px;
        font-weight: bold;
        line-height: 1em;
        letter-spacing: 2px;
        padding-top: 10px;
    }
#home span
    {
        color: #55acee;
        font-weight: bold;
    }
#home .btn {
    background: rgba(0,0,0,0.6);
    border: none;
}
#home .btn:hover {
    background: rgba(255,255,255,0.6);
}
.templatemo_homewrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    padding: 0;
    position: relative;
    zoom: 1;
    background-color: #371604;
    overflow: hidden;
    margin: 0;
    text-align: center;
}
.flexslider .slides {
    padding: 0;
    zoom: 1;
}
.flexslider .slides img {
    width: 100%;
    min-width: 648px;
    min-height: 270px;
    display: block;
}
.flexslider .slides > li {
    display: none;  
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flexslider img {
    position: relative;
    width: 100%;
}
.slider-caption {
    color:white;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/* end home */

/* start service */
#service
    {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }

#service,
#portfolio,
#contact,
.mission-vision-section
    {
        color: #111111;
    }

#service h2,
#service h4,
#portfolio h2,
#portfolio h4,
#contact h2,
#contact h4,
.mission-vision-section h2,
.mission-vision-section h3,
.mission-vision-section h4
    {
        color: #111111;
    }

#service p,
#portfolio p,
#contact p,
.mission-vision-section p
    {
        color: #111111;
    }

#about .about-wrapper,
#about .about-wrapper h2,
#about .about-wrapper h3,
#about .about-wrapper h4,
#about .about-wrapper p
    {
        color: #111111;
    }

.about-summary-card
    {
        background: rgba(17, 24, 39, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 18px;
        padding: 28px;
        height: 100%;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
    }

#about .templatemo-about-left,
#about .col-md-6.col-sm-6.wow.fadeInRight
    {
        background: rgba(17, 24, 39, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 18px;
        padding: 28px;
        height: 100%;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
    }

.about-summary-card .about-title
    {
        color: #ffffff;
        margin-top: 0;
    }

#about .templatemo-about-left .about-title,
#about .col-md-6.col-sm-6.wow.fadeInRight .about-title
    {
        color: #ffffff;
        margin-top: 0;
    }

.about-summary-card p
    {
        color: #cbd5e1;
    }

@media (max-width: 1600px)
    {
        #about .templatemo-about-left,
        #about .col-md-6.col-sm-6.wow.fadeInRight
            {
                float: none;
                width: 100%;
            }

        #about .col-md-6.col-sm-6.wow.fadeInRight
            {
                margin-top: 18px;
            }
    }

#about .templatemo-about-left p,
#about .col-md-6.col-sm-6.wow.fadeInRight p
    {
        color: #cbd5e1;
    }

@media (max-width: 768px)
    {
        .about-summary-card
            {
                padding: 22px;
                margin-bottom: 18px;
            }

        #about .templatemo-about-left,
        #about .col-md-6.col-sm-6.wow.fadeInRight
            {
                padding: 22px;
                margin-bottom: 18px;
            }
    }

/* keep text inside dark cards readable on light sections */
#service .media,
#about .media,
#service .industries-card,
#about .choose-card,
.service-card,
.product-card,
.enterprise-cta .cta-inner
    {
        color: #e5e7eb;
    }

#service .media h3,
#about .media h3,
#service .industries-card h3,
#about .choose-card h3,
.service-card h3,
.product-card h3,
.enterprise-cta .cta-inner h2
    {
        color: #ffffff;
    }

#service .media p,
#about .media p,
#service .industries-card p,
#about .choose-card p,
.service-card p,
.service-card li,
.service-card a,
.product-card p,
.enterprise-cta .cta-inner p
    {
        color: #cbd5e1;
    }
#service .media
    {
        padding: 10px;
    }
#service .media .fa
    {
        color: #55acee;
        font-size: 60px;
        margin-right: 20px;
        width: 65px;
        height: 65px;
    }
#service .media .media-heading
    {
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }
/* end service */

/* start divider */
.divider
    {
        background: url('../images/divider-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: #ffffff;
        text-align: center;
    }
.divider .divider-des
    {
        padding: 100px 15px;
    }
/* end divider */

/* start about */
h3.about-title {
    margin-top: 0;
}
#about
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#about .progress
    {
        background: #f9f9f9;
        box-shadow: none;
        border-radius: 0px;
    }
#about .progress .progress-bar-danger
    {
        background: #55acee;
    }
#about span
    {
        display: block;
        margin-top: 12px;
        margin-bottom: 6px;
    }
#about .about-wrapper
    {
        background: #ffffff;
        box-shadow: 0px 8px 2px 2px rgba(50,50,50, 0.08);
        margin-top: 60px;
        margin-bottom: 20px;
        max-width: 500px;
        padding: 20px;
    }
#about .about-wrapper h3
    {
        color: #55acee;
        font-size: 20px;
        font-weight: bold;        
    }
/* end about */

/* start portfolio */
#portfolio
    {
        background: #fff;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
        transition: all 0.3s ease;
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa:hover {
    background: #55acee;
    border-color: #55acee;
}
#portfolio .portfolio-thumb .portfolio-overlay h4
    {
        padding-bottom: 10px;
    }
    .portfolio-description {
        padding-left: 15px;
        padding-right: 15px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
    transition: all 0.3s ease;
}
.filter-wrapper li:hover {
    background: #55acee;
}
.filter-wrapper li:hover a {
    color: #fff;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* start contact */
#contact
    {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#contact .form-control
    {
        background: transparent;
        border-radius: 1px;
        box-shadow: none;
        border: 1px solid #4c2c2c;
        color: #333333;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }

/* Force readable input text on all browsers (overrides Bootstrap defaults) */
#contact input.form-control,
#contact textarea.form-control
    {
        color: #111111 !important;
        background-color: #ffffff !important;
    }

/* Ensure placeholder text is readable on light backgrounds */
#contact .form-control::placeholder
    {
        color: #000000;
        opacity: 1;
    }

#contact input.form-control::-webkit-input-placeholder,
#contact textarea.form-control::-webkit-input-placeholder
    {
        color: #000000 !important;
        opacity: 1;
    }

#contact input.form-control:-ms-input-placeholder,
#contact textarea.form-control:-ms-input-placeholder
    {
        color: #000000 !important;
        opacity: 1;
    }

#contact input.form-control::-ms-input-placeholder,
#contact textarea.form-control::-ms-input-placeholder
    {
        color: #000000 !important;
        opacity: 1;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        border: 2px solid #55acee;
        font-weight: bold;
		color: #55acee;
    }
#contact input[type="submit"]:hover
    {
        background: #55acee;
		color: #fff;
    }
/* end contact */

/* start footer (flexbox layout) */
.footer
    {
        background: #0b0b0b;
        padding: 60px 0 20px;
        color: #ccc;
    }

.footer-container
    {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 60px;
    }

.footer-column
    {
        flex: 1;
        text-align: left;
    }

.footer-column h4
    {
        color: #fff;
        margin-bottom: 20px;
        text-align: left;
        padding-bottom: 0;
        margin-top: 0;
    }

.footer-column p,
.footer-column ul,
.footer-column .contact-info
    {
        margin-left: 0;
    }

.footer-column p,
.footer-column a
    {
        font-size: 14px;
        line-height: 1.8;
        color: #aaa;
        text-decoration: none;
    }

.footer-column a:hover
    {
        color: #00aaff;
    }

.footer-column ul
    {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.footer-bottom
    {
        max-width: 1200px;
        margin: 40px auto 0;
        padding-top: 20px;
        border-top: 1px solid #222;
        text-align: center;
    }

@media (max-width: 768px)
    {
        .footer-container
            {
                flex-direction: column;
                gap: 30px;
            }
    }
/* end footer (flexbox layout) */

/* start social icon */
.social-icon
    {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
    }
.social-icon li a
    {
        color: #fff;
        font-size: 30px;
        text-decoration: none;
        line-height: 40px;
        text-align: center;
    }
.social-icon li:hover
    {
        background: #55acee;
    }
/* end social icon */

/* start enterprise refresh */
body
    {
        background: #070a0f;
        color: #d1d5db;
    }

.container
    {
        max-width: 1200px;
    }

section
    {
        padding: 80px 0;
    }

#home
    {
        padding: 0;
    }

section h2
    {
        font-size: 44px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: -0.02em;
    }

section h4
    {
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 0;
        margin-top: 12px;
        color: #9ca3af;
        text-transform: none;
    }

hr
    {
        border: 1px solid rgba(85, 172, 238, 0.7);
    }

/* hero */
#home .overlay
    {
        background: linear-gradient(135deg, rgba(11, 15, 25, 0.88), rgba(11, 15, 25, 0.55));
    }

#home .flexslider,
#home .flexslider .slides,
#home .flexslider .slides > li
    {
        margin: 0;
        height: 100vh;
    }

#home .flexslider .slides > li
    {
        display: block;
    }

#home .flexslider .slides img
    {
        min-width: 0;
        min-height: 0;
        width: 100%;
        height: 100vh;
        object-fit: cover;
        filter: saturate(1.05) contrast(1.05);
    }

#home h1
    {
        font-size: 64px;
        line-height: 1.15;
        letter-spacing: -0.02em;
    }

#home h2
    {
        font-size: 28px;
        line-height: 1.35;
        color: rgba(255, 255, 255, 0.86);
    }

#home .templatemo-slider-btn
    {
        background: rgba(0, 170, 255, 0.18);
        border: 1px solid rgba(0, 170, 255, 0.35);
        color: #ffffff;
        border-radius: 12px;
        padding: 14px 26px;
        margin-top: 26px;
        backdrop-filter: blur(6px);
    }

#home .templatemo-slider-btn:hover
    {
        background: rgba(0, 170, 255, 0.32);
        border-color: rgba(0, 170, 255, 0.55);
    }

/* modernize template media blocks used as cards */
#about .media,
#service .media
    {
        background: rgba(17, 24, 39, 0.7);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 16px;
        padding: 26px;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        height: 100%;
    }

#about .media:hover,
#service .media:hover
    {
        transform: translateY(-6px);
        box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
        border-color: rgba(0, 170, 255, 0.25);
    }

#about .media .media-object i,
#service .media .media-object i
    {
        color: #00aaff;
    }

/* service cards page */
.services-grid
    {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 40px;
    }

.service-card
    {
        background: rgba(17, 24, 39, 0.75);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 18px;
        padding: 28px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        height: 100%;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

.service-card:hover
    {
        transform: translateY(-6px);
        box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
        border-color: rgba(0, 170, 255, 0.22);
    }

.service-icon
    {
        color: #00aaff;
        font-size: 40px;
        line-height: 1;
    }

.service-title
    {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
    }

.service-description
    {
        margin: 0;
        color: #cbd5e1;
        font-size: 14px;
        line-height: 1.7;
    }

.service-features
    {
        margin-top: 6px;
        padding-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

.service-features ul
    {
        margin: 0;
        padding-left: 18px;
    }

.service-features li
    {
        margin: 6px 0;
        color: #cbd5e1;
        font-size: 13px;
        line-height: 1.5;
    }

@media (max-width: 992px)
    {
        .services-grid
            {
                grid-template-columns: repeat(2, 1fr);
            }
    }

@media (max-width: 768px)
    {
        .services-grid
            {
                grid-template-columns: 1fr;
            }
    }

/* products grid */
.products-grid
    {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        margin-top: 40px;
    }

.product-card
    {
        background: rgba(17, 24, 39, 0.75);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 18px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

.product-card img
    {
        display: block;
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        transition: transform 0.35s ease;
    }

.product-card:hover img
    {
        transform: scale(1.04);
    }

.product-card-content
    {
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 10px;
        flex: 1;
    }

@media (max-width: 768px)
    {
        .products-grid
            {
                grid-template-columns: 1fr;
            }
    }

@media (max-width: 992px) and (min-width: 769px)
    {
        .products-grid
            {
                grid-template-columns: repeat(2, 1fr);
            }
    }

/* enterprise CTA */
.enterprise-cta
    {
        padding: 80px 0;
        background: radial-gradient(900px 400px at 20% 20%, rgba(0, 170, 255, 0.18), transparent 60%),
                    radial-gradient(900px 400px at 80% 80%, rgba(76, 175, 80, 0.12), transparent 60%),
                    #070a0f;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

.enterprise-cta .cta-inner
    {
        background: rgba(17, 24, 39, 0.55);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 18px;
        padding: 42px 40px;
        text-align: center;
    }

.enterprise-cta .cta-inner h2
    {
        color: #ffffff;
        margin: 0;
    }

.enterprise-cta .cta-inner .btn
    {
        margin-top: 22px;
        background: rgba(0, 170, 255, 0.18);
        border: 1px solid rgba(0, 170, 255, 0.35);
        border-radius: 12px;
        padding: 14px 26px;
    }

.enterprise-cta .cta-inner .btn:hover
    {
        background: rgba(0, 170, 255, 0.32);
        border-color: rgba(0, 170, 255, 0.55);
    }

/* brands / we deal with */
.brand-track img
    {
        filter: none;
        opacity: 0.92;
        transform: translateZ(0);
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

.brand-track img:hover
    {
        opacity: 1;
        transform: scale(1.04);
    }

/* industries we serve */
.industries-grid
    {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 40px;
    }

.industries-card
    {
        background: rgba(17, 24, 39, 0.75);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 18px;
        padding: 30px;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        height: 100%;
        color: #fff;
    }

.industries-card:hover
    {
        transform: translateY(-6px);
        box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
        border-color: rgba(0, 170, 255, 0.22);
    }

.industries-card i
    {
        font-size: 38px;
        color: #00aaff;
        margin-bottom: 14px;
        display: inline-block;
    }

.industries-card h3
    {
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }

.industries-card p
    {
        margin: 0;
        font-size: 14px;
        line-height: 1.7;
        color: #cbd5e1;
    }

@media (max-width: 992px)
    {
        .industries-grid
            {
                grid-template-columns: repeat(2, 1fr);
            }
    }

@media (max-width: 768px)
    {
        .industries-grid
            {
                grid-template-columns: 1fr;
            }
    }

/* featured services alignment (home page uses bootstrap columns) */
#service .row
    {
        display: flex;
        flex-wrap: wrap;
    }

#service .col-md-4.col-sm-6
    {
        display: flex;
        align-items: stretch;
    }

#service .col-md-4.col-sm-6 > .media
    {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        gap: 16px;
        overflow: visible;
    }

#service .col-md-4.col-sm-6 > .media .media-body
    {
        flex: 1;
        overflow: visible;
        min-width: 0;
    }
/* end enterprise refresh */

/* start media 980 */
@media screen and ( max-width: 980px ){
    #home h1
        {
            font-size: 40px;
        }
    h2
        {
            font-size: 30px;
        }
    
}
/* end media 980 */

@media screen and ( max-width: 991px ){
    .custom-navbar .navbar-header
        {
            float: none;
            width: 100%;
        }

    .custom-navbar .navbar-toggle
        {
            display: block !important;
        }

    .custom-navbar .navbar-collapse.collapse
        {
            display: none !important;
        }

    .custom-navbar .navbar-collapse.collapse.in
        {
            display: block !important;
        }

    .custom-navbar .navbar-nav
        {
            float: none !important;
            margin: 0;
        }

    .custom-navbar .navbar-nav > li
        {
            float: none;
        }
}


/* start media 768 */
@media screen and ( max-width: 767px ){
    h4 {
        padding-bottom: 20px;
    }

    section
        {
            padding: 56px 0;
        }

    section h2
        {
            font-size: 32px;
        }

    section h4
        {
            font-size: 16px;
        }
   #home h1
    {
        font-size: 40px;
    }
    #home {
        margin-top: 50px;
    }
    .templatemo-about-left {
        margin-bottom: 30px;
    }
    #about .about-wrapper {
        margin-left: auto;
        margin-right: auto;
    }

    .custom-navbar .navbar-collapse
        {
            background: rgba(11, 15, 25, 0.98);
            border-top: 1px solid rgba(255, 255, 255, 0.10);
        }

    .custom-navbar
        {
            background: rgba(11, 15, 25, 0.92);
        }

    .custom-navbar .navbar-header
        {
            float: none;
            width: 100%;
            position: relative;
            min-height: 56px;
        }

    .custom-navbar .navbar-toggle
        {
            display: block !important;
            position: absolute;
            z-index: 1100;
            right: 15px;
            top: 10px;
            float: none;
            margin: 0;
            padding: 10px;
            visibility: visible;
            opacity: 1;
            border: 1px solid rgba(255, 255, 255, 0.28);
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.06);
        }

    .custom-navbar .navbar-toggle:hover,
    .custom-navbar .navbar-toggle:focus
        {
            background: rgba(255, 255, 255, 0.10);
        }

    .custom-navbar .navbar-brand
        {
            position: relative;
            z-index: 1100;
            display: inline-block;
            padding-right: 56px;
        }

    .navbar-fixed-top
        {
            z-index: 2000;
        }

    .custom-navbar .navbar-toggle .icon-bar
        {
            width: 22px;
            height: 2px;
            border-radius: 1px;
            background: #ffffff;
            display: block;
            margin-top: 4px;
        }

    .custom-navbar .navbar-collapse
        {
            padding: 10px 0;
            max-height: 80vh;
            overflow-y: auto;
        }

    .custom-navbar .navbar-collapse.collapse
        {
            display: none !important;
        }

    .custom-navbar .navbar-collapse.collapse.in
        {
            display: block !important;
        }

    .custom-navbar .navbar-nav
        {
            float: none !important;
            margin: 0;
        }

    .custom-navbar .navbar-nav > li
        {
            float: none;
        }

    .custom-navbar .nav li a
        {
            color: rgba(255, 255, 255, 0.86);
        }

    .custom-navbar .nav li a:hover,
    .custom-navbar .nav li.active > a
        {
            color: #ffffff;
        }
}
/* end media 768 */

@media screen and (max-width: 440px) {
    h4 {
        padding-bottom: 15px;
        line-height: 1.5em;
    }
    .filter-wrapper li {
        margin: 2px;
    }
    .filter-wrapper li a {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 380px) {
    #service .media .fa {
        margin-right: 5px;
    }
}

/* start media 360 */
@media screen and ( max-width: 360px ){
    #home h1
        {
            font-size: 30px;
            line-height: 1.5em;
        }
}
/* end media 360 */

/* start mission vision section */
.mission-vision-section {
    padding: 80px 0;
    background: #ffffff;
}

.mission-vision-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.mission-vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: #55acee;
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #55acee, #3a7bd5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    transition: all 0.3s ease;
}

.mission-vision-card:hover .card-icon {
    background: linear-gradient(135deg, #3a7bd5, #55acee);
    transform: scale(1.1);
}

.card-icon i {
    font-size: 32px;
    color: #ffffff;
}

.mission-vision-card h4 {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mission-vision-card p {
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

/* Responsive adjustments for mission vision cards */
@media screen and (max-width: 768px) {
    .mission-vision-section {
        padding: 60px 0;
    }
    
    .mission-vision-card {
        margin-bottom: 30px;
        padding: 30px 20px;
    }
    
    .mission-vision-card h4 {
        font-size: 20px;
    }
    
    .mission-vision-card p {
        font-size: 14px;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
    }
    
    .card-icon i {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .mission-vision-section {
        padding: 40px 0;
    }
    
    .mission-vision-card {
        padding: 25px 15px;
    }
    
    .mission-vision-card h4 {
        font-size: 18px;
    }
    
    .mission-vision-card p {
        font-size: 13px;
    }
}

/* end mission vision section */
