/********** Template CSS **********/

:root {

    --primary: #225866;

    --secondary: #f37d35;

    --light: #F7FAFF;

    --dark: #1D1D27;

}





/*** Spinner ***/

#spinner {

    opacity: 0;

    visibility: hidden;

    transition: opacity .5s ease-out, visibility 0s linear .5s;

    z-index: 99999;

}



#spinner.show {

    transition: opacity .5s ease-out, visibility 0s linear 0s;

    visibility: visible;

    opacity: 1;

}



.back-to-top {

    position: fixed;

    display: none;

    right: 45px;

    bottom: 45px;

    z-index: 99;

}





/*** Heading ***/

h1,

h2,

h3,

.fw-bold {

    font-weight: 700 !important;

}



h4,

h5,

h6,

.fw-medium {

    font-weight: 500 !important;

}





/*** Button ***/

.btn {

    font-weight: 500;

    transition: .5s;

}



.btn-square {

    width: 38px;

    height: 38px;

}



.btn-sm-square {

    width: 32px;

    height: 32px;

}



.btn-lg-square {

    width: 48px;

    height: 48px;

}



.btn-square,

.btn-sm-square,

.btn-lg-square {

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: normal;

    border-radius: 50px;

}





/*** Navbar ***/

.navbar-light .navbar-nav .nav-link {

    position: relative;

    margin-left: 25px;

    padding: 35px 0;

    color: #22586A !important;

    outline: none;

    transition: .5s;

}



.sticky-top.navbar-light .navbar-nav .nav-link {

    padding: 20px 0;

    color: #225866 !important;

}



.navbar-light .navbar-nav .nav-link:hover,

.navbar-light .navbar-nav .nav-link.active {

    color: var(--secondary) !important;

}



.navbar-light .navbar-brand h1 {

    color: #FFFFFF;

}



.navbar-light .navbar-brand img {

    max-height: 60px;

    transition: .5s;

}



.sticky-top.navbar-light .navbar-brand img {

    max-height: 45px;

}



@media (max-width: 991.98px) {

    .sticky-top.navbar-light {

        position: relative;

        background: #FFFFFF;

    }



    .navbar-light .navbar-collapse {

        margin-top: 15px;

        border-top: 1px solid #DDDDDD;

    }



    .navbar-light .navbar-nav .nav-link,

    .sticky-top.navbar-light .navbar-nav .nav-link {

        padding: 10px 0;

        margin-left: 0;

        color: var(--dark) !important;

    }



    .navbar-light .navbar-brand h1 {

        color: var(--primary);

    }



    .navbar-light .navbar-brand img {

        max-height: 45px;

    }

}



@media (min-width: 992px) {

    .navbar-light {

        position: absolute;

        width: 100%;

        top: 0;

        left: 0;

        border-bottom: 1px solid rgba(256, 256, 256, .1);

        z-index: 999;

        background-color: #FFFFFF;

    }

    

    .sticky-top.navbar-light {

        position: fixed;

        background: #FFFFFF;

    }



    .navbar-light .navbar-nav .nav-link::before {

        position: absolute;

        content: "";

        width: 0;

        height: 2px;

        bottom: -1px;

        left: 50%;

        background: var(--secondary);

        transition: .5s;

    }



    .navbar-light .navbar-nav .nav-link:hover::before,

    .navbar-light .navbar-nav .nav-link.active::before {

        width: 100%;

        left: 0;

    }



    .navbar-light .navbar-nav .nav-link.nav-contact::before {

        display: none;

    }



    .sticky-top.navbar-light .navbar-brand h1 {

        color: var(--primary);

    }

}





/*** Hero Header ***/

.hero-header {

    background:

        url(https://witspl.com/uploads/img/bg-dot.png),

        url(https://witspl.com/uploads/img/bg-dot.png),

        url(https://witspl.com/uploads/img/bg-round.png),

        url(https://witspl.com/uploads/img/bg-tree.png),

        url(https://witspl.com/uploads/img/bg-bottom-hero.png);

        





    background-position:

        10px 10px,

        bottom 190px right 10px,

        left 55% top -1px,

        left 45% bottom -1px,

        center bottom -1px;

    background-repeat: no-repeat;

}





/*** Section Title ***/

.section-title::before {

    position: absolute;

    content: "";

    width: 45px;

    height: 4px;

    bottom: 0;

    left: 0;

    background: var(--dark);

}



.section-title::after {

    position: absolute;

    content: "";

    width: 4px;

    height: 4px;

    bottom: 0;

    left: 50px;

    background: var(--dark);

}



.section-title.text-center::before {

    left: 50%;

    margin-left: -25px;

}



.section-title.text-center::after {

    left: 50%;

    margin-left: 25px;

}



.section-title h6::before,

.section-title h6::after {

    position: absolute;

    content: "";

    width: 10px;

    height: 10px;

    top: 2px;

    left: 0;

    background: rgb(34 88 102 / 70%);

    background: 

               url()

}



.section-title h6::after {

    top: 5px;

    left: 3px;

}





/*** Service ***/

.service-item {

    position: relative;

    height: 350px;

    padding: 30px 25px;

    background: #FFFFFF;

    box-shadow: 0 0 45px rgba(0, 0, 0, .08);

    transition: .5s;

}



.service-item:hover {

    background: #f37d35;

}



.service-item .service-icon {

    margin: 0 auto 20px auto;

    width: 90px;

    height: 90px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--light);

    background: url(https://witspl.com/uploads/img/icon-shape-orange.png) center center no-repeat;

    transition: .5s;

}



.service-item:hover .service-icon {

    color: var(--primary);

    background: url(https://witspl.com/uploads/img/icon-shape-white.png);

}



.service-item h5,

.service-item p {

    transition: .5s;

}



.service-item:hover h5,

.service-item:hover p {

    color: var(--light);

}



.service-item a.btn {

    position: relative;

    display: flex;

    color: var(--primary);

    transition: .5s;

    z-index: 1;

}



.service-item:hover a.btn {

    color: var(--primary);

}



.service-item a.btn::before {

    position: absolute;

    content: "";

    width: 35px;

    height: 35px;

    top: 0;

    left: 0;

    border-radius: 35px;

    background: #DDDDDD;

    transition: .5s;

    z-index: -1;

}



.service-item:hover a.btn::before {

    width: 100%;

    background: var(--light);

}





/*** Testimonial ***/

.newsletter,

.testimonial {

    background:

        url(https://witspl.com/uploads/img/bg-top.png),

        url(https://witspl.com/uploads/img/bg-bottom.png);

    background-position:

        left top,

        right bottom;

    background-repeat: no-repeat;

}



.testimonial-carousel .owl-item .testimonial-item,

.testimonial-carousel .owl-item.center .testimonial-item * {

    transition: .5s;

}



.testimonial-carousel .owl-item.center .testimonial-item {

    background: var(--light) !important;

    border-color: var(--light);

}



.testimonial-carousel .owl-item.center .testimonial-item * {

    color: #888888;

}



.testimonial-carousel .owl-item.center .testimonial-item i {

    color: var(--primary) !important;

}



.testimonial-carousel .owl-item.center .testimonial-item h6 {

    color: var(--dark) !important;

}





/*** Team ***/

.team-item {

    position: relative;

    transition: .5s;

    z-index: 1;

}



.team-item::after {

    position: absolute;

    content: "";

    top: 3rem;

    right: 3rem;

    bottom: 0;

    left: 0;

    border-radius: 10px;

    background: #FFFFFF;

    box-shadow: 0 0 45px rgba(0, 0, 0, .1);

    transition: .5s;

    z-index: -1;

}



.team-item:hover::after {

    background: var(--primary);

}



.team-item h5,

.team-item small {

    transition: .5s;

}



.team-item:hover h5,

.team-item:hover small {

    color: var(--light);

}





/*** Project Portfolio ***/

#portfolio-flters .btn {

    position: relative;

    display: inline-block;

    margin: 10px 4px 0 4px;

    transition: .5s;

}



#portfolio-flters .btn::after {

    position: absolute;

    content: "";

    right: -1px;

    bottom: -1px;

    border-left: 20px solid transparent;

    border-right: 0 solid transparent;

    border-bottom: 50px solid #FFFFFF;

}



#portfolio-flters .btn:hover,

#portfolio-flters .btn.active {

    color: var(--light);

    background: var(--primary);

}



.portfolio-overlay {

    position: absolute;

    display: flex;

    flex-direction: column;

    justify-content: center;

    width: 100%;

    height: 100%;

    padding: 30px;

    top: 0;

    left: 0;

    background: var(--primary);

    transition: .5s;

    z-index: 1;

    opacity: 0;

}



.portfolio-item:hover .portfolio-overlay {

    opacity: 1;

}



.portfolio-item .btn {

    position: absolute;

    width: 90px;

    height: 90px;

    top: 0px;

    right: 0px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: url(https://witspl.com/uploads/img/icon-shape-white.png) center center no-repeat;

    border: none;

    transition: .5s;

    opacity: 0;

    z-index: 2;

}



.portfolio-item:hover .btn {

    opacity: 1;

    transition-delay: .15s;

}





/*** Footer ***/

.footer {

    background: url(https://witspl.com/uploads/img/footer.png) center center no-repeat;

    background-size: contain;

}



.footer .btn.btn-social {

    margin-right: 5px;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--light);

    border: 1px solid rgba(256, 256, 256, .1);

    border-radius: 40px;

    transition: .3s;

}



.footer .btn.btn-social:hover {

    color: var(--primary);

}



.footer .btn.btn-link {

    display: block;

    margin-bottom: 10px;

    padding: 0;

    text-align: left;

    color: var(--light);

    font-weight: normal;

    transition: .3s;

}



.footer .btn.btn-link::before {

    position: relative;

    content: "\f105";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    margin-right: 10px;

}



.footer .btn.btn-link:hover {

    letter-spacing: 1px;

    box-shadow: none;

}



.footer .copyright {

    padding: 25px 0;

    font-size: 14px;

    border-top: 1px solid rgba(256, 256, 256, .1);

}



.footer .copyright a {

    color: var(--light);

}



.footer .footer-menu a {

    margin-right: 15px;

    padding-right: 15px;

    border-right: 1px solid rgba(255, 255, 255, .1);

}



.footer .footer-menu a:last-child {

    margin-right: 0;

    padding-right: 0;

    border-right: none;

}



/* THE NEW SECTION CSS FOR MANAGED IT SERVICES PAGE BEGIN   */



.custom-service-section {

    background-color: #225866 ;

    padding: 50px;

    border-radius: 15px;

    color: #fff;

    max-width: 900px;

    margin: 50px auto;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

}

.custom-text-content {

    width: 50%;

    padding: 20px;

}

.custom-text-content h2 {

    font-size: 28px;

    font-weight: bold;

    margin-bottom: 15px;

}

.custom-text-content p {

    font-size: 16px;

    margin-bottom: 20px;

}

.custom-button {

    background-color: #ff7e42;

    color: white;

    padding: 12px 20px;

    border: none;

    font-size: 16px;

    border-radius: 5px;

    cursor: pointer;

    text-decoration: none;

    display: inline-block;

}

.custom-button:hover {

    background-color: #e66a35;

}

.custom-features {

    margin-top: 20px;

}

.custom-features p {

    display: flex;

    align-items: center;

    font-size: 16px;

    margin: 10px 0;

}

.custom-features i {

    margin-right: 10px;

    color: #ff7e42;

}

.custom-images {

    width: 45%;

    position: relative;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}

.custom-images img {

    width: 150px;

    height: 120px;

    border-radius: 10px;

    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);

    position: absolute;

}

.custom-images img:nth-child(1) {

    top: -10px;

    left: 20px;

    transform: rotate(-10deg);

}

.custom-images img:nth-child(2) {

    top: 50px;

    left: -20px;

    transform: rotate(5deg);

}

.custom-images img:nth-child(3) {

    top: 90px;

    left: 50px;

    transform: rotate(-5deg);

}

@media (max-width: 768px) {

    .custom-service-section {

        flex-direction: column;

        text-align: center;

        padding: 30px;

    }

    .custom-text-content {

        width: 100%;

    }

    .custom-images {

        width: 100%;

        margin-top: 20px;

        height: auto;

        position: relative;

    }

    .custom-images img {

        position: relative;

        transform: none;

        margin: 10px;

    }

}



/* END  */



/* new section begin for managed it  */



.managed-it-container {

    max-width: 1100px;

    margin: 50px auto;

    padding: 20px;

}

.managed-it-header {

    color: #000;

    font-size: 32px;

    font-weight: bold;

    margin-bottom: 15px;

}

.managed-it-subtext {

    font-size: 16px;

    color: #333;

    max-width: 700px;

    line-height: 1.6;

}

.managed-it-box {

    background: white;

    padding: 20px;

    border-radius: 8px;

    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

    margin-top: 20px;

    border-left: 5px solid;

}

.box-1 { border-color: #6a1b9a; }  /* Purple */

.box-2 { border-color: #00838f; }  /* Teal */

.box-3 { border-color: #ff9800; }  /* Orange */

.box-4 { border-color: #d32f2f; }  /* Red */

.box-5 { border-color: #388e3c; }  /* Green */



.managed-it-box h3 {

    font-size: 18px;

    margin-bottom: 5px;

    color: #000;

}

.managed-it-box p {

    font-size: 14px;

    color: #555;

    line-height: 1.5;

}



@media (max-width: 768px) {

    .managed-it-container {

        padding: 15px;

    }

    .managed-it-header {

        font-size: 28px;

    }

    .managed-it-subtext {

        font-size: 14px;

    }

    .managed-it-box {

        padding: 15px;

    }

    .managed-it-box h3 {

        font-size: 16px;

    }

    .managed-it-box p {

        font-size: 13px;

    }

}



/* end */





/* managed it our managed it services section new start */

.services-container {

    max-width: 1100px;

    margin: 50px auto;

    padding: 20px;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.services-header {

    font-size: 32px;

    font-weight: bold;

    color: #000;

    margin-bottom: 15px;

    text-align: center;

}



.services-description {

    font-size: 16px;

    color: #333;

    margin-bottom: 20px;

    text-align: center;

}



.services-section {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    width: 100%;

    gap: 40px;

    margin-bottom: 40px;

}



.services-image {

    flex: 1;

    max-width: 450px;

}



.services-image img {

    width: 100%;

    height: auto;

    border-radius: 10px;

    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

    transition: opacity 0.5s ease-in-out;

    display: flex; /* Hide all images by default */

}



.left-images {

    order: 1; /* Images on left for first section */

}



.right-images {

    order: 2; /* Images on right for second section */

}



.services-column {

    flex: 1;

}



.right-content {

    order: 2; /* Content on right for first section */

}



.left-content {

    order: 1; /* Content on left for second section */

}



.accordion {

    background: white;

    padding: 15px;

    margin: 10px 0;

    border: none;

    border-radius: 8px;

    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);

    cursor: pointer;

    width: 100%;

    text-align: left;

    font-size: 18px;

    font-weight: bold;

    color: #225866;

    transition: 0.3s ease-in-out;

    border-left: 5px solid #225866;

}



.accordion.active {

    background-color: #f37d35;

    color: white;

}



.panel {

    display: none;

    padding: 15px;

    font-size: 16px;

    color: #555;

    border-left: 5px solid #f37d35;

    background: white;

    border-radius: 5px;

    margin-bottom: 10px;

    transition: 0.3s ease-in-out;

}



.panel.show {

    display: block;

}



@media (max-width: 768px) {

    .services-section {

        flex-direction: column;

        align-items: center;

    }

    .services-image img {

        max-width: 300px;

    }

}

/* end */





/* new start about us  */



.it-services-container {

    max-width: 1100px;

    margin: 50px auto;

    padding: 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

}

.it-services-content {

    flex: 1;

}

.it-services-header {

    font-size: 28px;

    font-weight: bold;

    color: #000;

    margin-bottom: 15px;

}

.it-services-description {

    font-size: 16px;

    color: #333;

    line-height: 1.6;

    margin-bottom: 20px;

}

.cta-button {

    background-color: #f37d35;

    color: white;

    padding: 12px 20px;

    border: none;

    font-size: 16px;

    border-radius: 5px;

    cursor: pointer;

    text-decoration: none;

    display: inline-block;

}

.cta-button:hover {

    background-color: #225866;

    color: #FFFFFF;

}

.it-services-card {

    flex: 1;

    position: relative;

    max-width: 400px;

    background: white;

    padding: 15px;

    border-radius: 12px;

    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

    text-align: center;

}

.it-services-card img {

    width: 100%;

    border-radius: 10px;

}

.it-services-card p {

    font-size: 14px;

    color: #555;

    margin-top: 10px;

}

.comment-box {

    position: absolute;

    bottom: -50px;

    right: -20px;

    background: white;

    padding: 10px;

    border-radius: 8px;

    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);

    font-size: 13px;

    color: #555;

    max-width: 200px;

    text-align: left;

}

@media (max-width: 768px) {

    .it-services-container {

        flex-direction: column;

        text-align: center;

    }

    .it-services-card {

        max-width: 100%;

    }

    .comment-box {

        position: static;

        margin-top: 10px;

    }

}



/* END */





/* newww start */

.msp-section {

    background: linear-gradient(to right, #f37d35, #ffffff);

    padding: 80px 20px;

    text-align: center;

    position: relative;

    border-radius: 20px;

    max-width: 1100px;

    margin: 50px auto;

    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

}

.msp-heading {

    font-size: 32px;

    font-weight: bold;

    color: #000;

    margin-bottom: 15px;

}

.msp-subtext {

    font-size: 18px;

    color: #555;

    max-width: 700px;

    margin: 0 auto 20px;

    line-height: 1.6;

}

.msp-list {

    text-align: left;

    max-width: 600px;

    margin: 20px auto;

    font-size: 16px;

    color: #333;

    line-height: 1.6;

}

.msp-list li {

    margin-bottom: 10px;

}

.msp-button {

    display: inline-block;

    padding: 12px 25px;

    font-size: 16px;

    font-weight: bold;

    color: #22586A;

    border: 2px solid #22586A;

    border-radius: 30px;

    text-decoration: none;

    transition: 0.3s ease-in-out;

}

.msp-button:hover {

    background: #22586A;

    color: white;

}

.floating-label {

    position: absolute;

    background: white;

    padding: 8px 15px;

    border-radius: 20px;

    font-size: 14px;

    font-weight: bold;

    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);

    display: flex;

    align-items: center;

    gap: 8px;

    color: #22586A;

}

.floating-label img {

    width: 18px;

    height: 18px;

}

.label1 { top: 20%; left: 10%; }

.label2 { top: 40%; right: 10%; }

.label3 { bottom: 30%; left: 7%; }

.label4 { bottom: 20%; right: 15%; }



@media (max-width: 768px) {

    .msp-section {

        padding: 50px 15px;

    }

    .msp-heading {

        font-size: 26px;

    }

    .msp-subtext {

        font-size: 16px;

    }

    .floating-label {

        display: none;

    }

}



/* end */



/* managed noc section 1st start */



 .noc-service-container {

            width: 80%;

            margin: auto;

            text-align: center;

            padding: 50px 0;

        }

        h2 {

            font-size: 32px;

            color: #333;

            margin-bottom: 20px;

        }

        .services-grid {

            display: grid;

            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

            gap: 20px;

            margin-top: 20px;

        }

        .service-box {

            background: #ffffff;

            padding: 25px;

            border-radius: 10px;

            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

            text-align: center;

            transition: 0.3s;

        }

        .service-box:hover {

            transform: translateY(-5px);

            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);

        }

        .service-box i {

            font-size: 40px;

            color: #ff6600;

            margin-bottom: 15px;

        }

        .service-box h3 {

            font-size: 20px;

            color: #333;

            margin-bottom: 10px;

        }

        .service-box p {

            font-size: 14px;

            color: #555;

        }



/* END  */


/* Align justify css new  start */
.it-services-description{
    text-align:justify !important;
}
.msp-subtext{
   text-align:justify !important;
   }


   /* footer alignment css start */

   .footer .col-md-6.col-lg-3:first-child p {
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
}