/********** Template CSS **********/
:root {
    --primary: #009CFF;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #111111;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.bg-secondary{background: #F7F7F7!important}.rounded-4{border-radius: 20px;}.text-success{color:#218F3D!important}.bg-success{background:#218F3D!important}

/*** 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;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn.btn-white {
    color: var(--secondary);
    background: #FFFFFF;
}

.btn.btn-white:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.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;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 15px #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jp) center center no-repeat;
    background-size: cover;
}
.page-header-about {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/page-header-about.jp) center center no-repeat;
    background-size: cover;
}
.page-header-services {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/page-header-services.pn) center center no-repeat;
    background-size: cover;
}
.page-header-management {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/page-header-management.pn) center center no-repeat;
    background-size: cover;
}
.page-header-network {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/page-header-network.pn) center center no-repeat;
    background-size: cover;
}


.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 580px;
	
}

.img-fluid1 {
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5)
}	
	

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}

.service-list a {
    margin-bottom: 7px;
    padding: 12px 15px;
    border-radius: 6px 30px 30px 6px;
    transition: .5s;
}

.service-list a:last-child {
    margin-bottom: 0;
}

.service-list a:hover {
    color: var(--light) !important;
    background: var(--primary) !important;
}

.service-list a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0;
    transition: .5s;
    opacity: 0;
}

.service-list a:hover::before {
    opacity: 1;
    margin-right: 10px;
}

.list-note {
    padding: 0;
    list-style: none;
}

.list-note li {
    position: relative;
    display: flex;
    padding-bottom: 25px;
}

.list-note li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 20px;
    background: #DEE2E6;
    z-index: -1;
}

.list-note li:last-child {
    padding-bottom: 0;
}

.list-note li:last-child:after {
    display: none;
}

.list-note li span {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--dark);
    font-weight: 500;
    border: 1px solid #DEE2E6;
    border-radius: 40px;
    background: #FFFFFF;
}

.list-note li p {
    margin: 0;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}

#project-flters .btn {
    padding: 0 10px;
}

#project-flters .btn:hover,
#project-flters .btn.active {
    color: var(--primary);
}

.project-info li {
    margin-bottom: 7px;
    padding: 12px 15px;
    background: #FFFFFF;
    border-radius: 6px 30px 30px 6px;
    transition: .5s;
}

.project-info li:last-child {
    margin-bottom: 0;
}

.project-info li:hover {
    color: var(--light);
    background: var(--primary);
}

.project-info li span:first-child {
    color: var(--dark);
    font-weight: 500;
}

/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Blog ***/
.blog-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1);
}

.blog-item .blog-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9));
}

.blog-item .blog-text a {
    color: #FFFFFF;
    transition: .5s;
}

.blog-item .blog-text a:hover {
    color: var(--primary);
}

.blog-item .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}

.category-list a {
    margin-bottom: 7px;
    padding: 12px 15px;
    border-radius: 6px 30px 30px 6px;
    transition: .5s;
}

.category-list a:last-child {
    margin-bottom: 0;
}

.category-list a:hover {
    color: var(--light) !important;
    background: var(--primary) !important;
}

.category-list a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0;
    transition: .5s;
    opacity: 0;
}

.category-list a:hover::before {
    opacity: 1;
    margin-right: 10px;
}

.blog-meta a {
    color: var(--secondary);
}

.blog-meta a:hover {
    color: var(--primary);
}

.blog-tab .nav-pills .nav-item .active {
    border-bottom: 5px solid #DEE2E6;
}

.blog-tab .tab-content img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.related-carousel .owl-nav {
    position: absolute;
    width: 80px;
    top: -52px;
    right: 0;
    display: flex;
}

.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border: 1px solid #DEE2E6;
    border-radius: 30px;
    font-size: 14px;
    transition: .3s;
}

.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Pricing ***/
.price-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.price-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Contact ***/
.contact-form .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
ul {
  list-style-type: square;
  color: #009CFF;
  font-size: 18px
  }
  
.card {
  display: inline-block;
  width: 15rem;
  margin: 1.5rem;
  box-shadow: 0 0.2rem 0.5rem 0.8rem rgb(0 0 0 / 20%);
  transition: 0.1s;
   padding: 1.0rem 1.2rem;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.2);
}  
.center {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0rem;
  color: #808080;
  font-size: 16px
}
.position {
  position: fixed;
}

.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 30px;
  text-align: center;
}
/* go to top end */

ul.b {
  list-style-type: square;
  color: #808080;
  font-size: 16px;
  font-variant-emoji: emoji
}

/* loader css start */
#hc-preloader {
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
}
.hc-loading {
    width: 100%;
    max-width: 550px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: -90px;
}
.hc-loading svg {
	width: 100%;
	height: 100%;
}
.hc-loading #pulsar{
	stroke-dasharray:281;
	-webkit-animation: dash 2.5s infinite linear forwards;
}
[data-toggle="counter-up"]::after {
    content: "+";
}



@-webkit-keyframes dash{
    from {
        stroke-dashoffset:814;
    } 
    to {
        stroke-dashoffset:-814;
    }
}
/* loader css end */

    /* General Body Styles */
    body {
        font-family: "Inter", sans-serif;
        margin: 0;
        padding: 0;
    }

    /* Main container to center the form */
    .main-center {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        padding: 2rem;
        box-sizing: border-box;
    }

    /* The form card itself */
    .form-container {
        margin: 0 auto;
        max-width: 570px;
        width: 100%;
        background: white;
        padding: 2.5rem; /* 40px */
        border-radius: 0.75rem; /* 12px */
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -4px rgba(0, 0, 0, 0.1);
    }

    /* Form image styling */
    .form-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem; /* 32px */
        width: 100%;
        max-width: 200px;
        height: auto; /* Maintain aspect ratio */
    }

    /* Form title and description */
    .form-title {
        font-size: 1.875rem; /* 30px */
        font-weight: 700;
        color: #111827; /* Dark gray */
        margin-bottom: 0.5rem; /* 8px */
        text-align: center;
    }

    .form-desc {
        color: #6b7280; /* Medium gray */
        margin-bottom: 2rem; /* 32px */
        font-size: 0.875rem; /* 14px */
        text-align: center;
        line-height: 1.5;
    }

    /* Styling for form labels */
    .form-label {
        display: block;
        margin-bottom: 0.5rem; /* 8px */
        font-size: 0.875rem; /* 14px */
        font-weight: 600;
        color: #374151; /* Slightly lighter dark gray */
    }

    /* Unified styling for text inputs and select dropdowns */
    .form-input,
    .form-select {
        width: 100%;
        padding: 0.875rem 1.25rem; /* 14px 20px */
        border: 1px solid #d1d5db; /* Light gray border */
        border-radius: 0.5rem; /* 8px */
        background: #ffffff;
        font-weight: 500;
        font-size: 1rem; /* 16px */
        color: #111827;
        outline: none;
        box-sizing: border-box;
        transition: border-color 0.2s, box-shadow 0.2s;
        margin-bottom: 1.25rem; /* 20px */
    }

    .form-input::placeholder {
        color: #9ca3af; /* Lighter gray for placeholder */
    }

    /* Focus state for inputs and selects */
    .form-input:focus,
    .form-select:focus {
        border-color: #6a64f1; /* Purple accent color */
        box-shadow: 0 0 0 3px rgba(106, 100, 241, 0.2);
    }

    /* Styling for the file input */
    .form-file {
        display: block;
        width: 100%;
        margin-bottom: 1.25rem; /* 20px */
        font-size: 0.875rem; /* 14px */
        color: #374151;
    }

    /* Custom styling for file input button */
    .form-file::file-selector-button {
        margin-right: 1rem;
        padding: 0.5rem 1rem;
        border: 1px solid #d1d5db;
        border-radius: 0.375rem;
        background-color: #f9fafb;
        color: #374151;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.2s;
    }

    .form-file::file-selector-button:hover {
        background-color: #f3f4f6;
    }

    /* Container for the checkbox and its label */
    .form-checkbox-row {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem; /* 12px */
        margin-top: 1.5rem; /* 24px */
        margin-bottom: 1.5rem; /* 24px */
    }

    /* Styling for the checkbox */
    .form-checkbox {
        margin-top: 0.125rem; /* 2px */
        height: 1.25rem; /* 20px */
        width: 1.25rem; /* 20px */
        border-radius: 0.25rem; /* 4px */
        border: 1px solid #d1d5db;
        cursor: pointer;
        flex-shrink: 0;
    }

    .form-checkbox:checked {
        background-color: #6a64f1;
        border-color: #6a64f1;
    }

    /* Submit button styling */
    .form-btn {
        text-align: center;
        width: 100%;
        font-size: 1rem; /* 16px */
        border-radius: 0.5rem; /* 8px */
        padding: 0.875rem 1.5rem; /* 14px 24px */
        border: none;
        font-weight: 600;
        background-color: #6a64f1; /* Purple accent color */
        color: white;
        cursor: pointer;
        margin-top: 1.5rem; /* 24px */
        transition: background-color 0.2s, box-shadow 0.2s;
    }

    .form-btn:hover {
        background-color: #5a54d1; /* Darker purple on hover */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    /* --- Mobile Responsive Styles --- */
    @media (max-width: 600px) {
        .main-center {
            padding: 1rem;
        }

        .form-container {
            padding: 1.5rem;
        }

        .form-title {
            font-size: 1.5rem; /* 24px */
        }
    }
.service-single:hover{
	box-shadow:0 5px 20px rgba(112,134,230,.2);
	opacity: 1;
}


.banner-v {
  position: relative;
  width: 100%;
  height: 35vh;
  overflow: hidden;
}
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.banner-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  top: 40%;
}
.banner-content h1{
    color : #fff;
}