/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}

body {
    font-family: "Rubik",sans-serif;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.5;
    color: #006184;
    -webkit-text-size-adjust: 100%;
  }

/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -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)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
    font-family: Poppins;
    color: #003077;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
    font-family: Poppins;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
    font-family: Poppins;
}

h6, .h6 {
    font-size: 1.4rem;
  }
.header-text
{
    font-size: 1.3vw;
}


.oheader-text
{
    font-size: 1.9vw;
}

/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
    border-radius: 50px;
    background-color: #ffffff;
    border: none;
    color:  #000000;
}

.btn-primary,
.btn-secondary {
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
    
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: #fff;
}

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

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
    
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-brand h1 {
      color: var(--primary);
      font-size: 4vw;
      
    }
    .oheader-text
    {
        font-size: 7vw;
    }
  }
@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #06221E;
        color: #fff;
    }

        
        .oheader-text
        {
            font-size: 7vw;
        }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        background: #00FFBB;
background: linear-gradient(to right, #00FFBB 0%, #00BBFF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 61, 43, 0.415);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
    .header-text
    {
        font-size: 1.5vw;
    }


    .oheader-text
    {
        font-size: 5vw;
    }
}

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

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

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0091ff;
    border-radius: 100px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.bg-header {
    background: linear-gradient(rgba(9, 62, 55, 0.7), rgba(9, 62, 51, 0.7)), url(../img/cables.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 4px;
}





@media (min-width: 767.98px) {
    
    .header-text
    {
        font-size: 1.3vw;
    }


    .oheader-text
    {
        font-size: 6vw;
    }
    .footer-about {
        margin-bottom: -75px;
    }
    
}




.text-primary
{
    background: #00FFBB;
background: linear-gradient(to right, #00FFBB 0%, #00BBFF 12%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 5vh;



}
.text-white
{
    font-family: Poppins;
    text-transform: uppercase;
    
          /* * TEXT GRADIENT color: #00b7ff; background-image: -webkit-linear-gradient(0deg, #00b7ff 13%, #00ffbf 73%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent; */
          
        
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active
{
    
          * TEXT GRADIENT color: #00b7ff; background-image: -webkit-linear-gradient(0deg, #00b7ff 13%, #00ffbf 73%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;
          
        
}
footer
{
    align-items: center;
    justify-content: center;
    display: flex;
}
s
.justify-content-end
{
    justify-content: flex-end;
    padding-right: 200px;
}

.text-right
{
    padding-top: 50px;
}
body
{
    line-height: 1.2;
}
.bi-caret-left-fill
{
    font-size: 4vw;
    color: #00FFBB;
}
.bi-caret-right-fill
{
    font-size: 4vw;
    color: #00FFBB;
}
/* .btn-outline-light
{
    width: 15vw;
    text-transform: none;
    font-weight: 600;
    font-size: 1.1vw;
    font-family: Poppins;
} */
.btn-outline-light:hover
{
    background-color: #00FFBB;
    
}
.btn:hover
{
    background-color: #00FFBB;
    color: #000000;
}
.bi-caret-right
{
    color: #00b7ff;
}
.bi-envelope
{
    color: #00b7ff;
    font-size: 1.0vw;
    margin-right: 6px;
}
.navbar-dark
{
    backdrop-filter: blur(15px);
}
.bi-geo-fill
{
    color: #00b7ff;
    font-size: 1.0vw;
    margin-right: 6px;
}


.header-text
    {
        font-size: 1.5vw;
    }


    .oheader-text
    {
        font-size: 5vw;
    }
.service-item .service-icon-modem
{
    font-size: 50px;
}
.div-center
{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    margin-top: -15vw;
    gap: 5vw;
}
.div-center h2
{
    display: flex;
}
.div-center p
{
    display: flex;
}

.email-footer
{
    font-size: 1vw;
}
.address-footer
{
    font-size: 1vw;
}
/* .bottom-name
{
    font-size: 0.7vw;
    color: #0091ff;
    padding-right: 380px;
} */
.bg-dark {
    background-color: #091E3E !important;
    
  }
.img-services
{
    border-radius: 20px !important;
}
.contact-wrapper
{
    background-color: #091E3E !important;
}
.text-gradient
{
    background: #005ACF;
background: linear-gradient(to left, #005ACF 83%, #00B3CF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}
.img-projects
{
    border-radius: 20px !important;
}
.about-wrapper
{
    background-color: #e9e9e9;
}