﻿/* light version*/

body {
    
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-family: "PT sans-serif", sans-serif;
}

.navbar {
    /*background-color: #00a3db !important;*/
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.98);
    font-family: "Roboto", sans-serif;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .06rem;
}
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #00a3db !important;
    }
    .navbar-light .navbar-nav .nav-link.active {
        color: #00a3db !important;
    }

.navbar-custom.scrolled .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.95) !important;
    font-family: "Roboto", sans-serif;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .06rem;
}

    .navbar-custom.scrolled .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #00a3db !important;
    }
    .navbar-custom.scrolled .navbar-nav .nav-link .active {
        color: #00a3db !important;
    }
 

.logo {
    width: 150px !important;
    height: auto;
    padding: 0px 0px 0px 10px;
    margin: 0px;
}
.svg .services-icon {
    background: transparent;
    height: 120px;
    width: auto;
    transition: 1s;
    color: #123565;
    
}

.icon-div
{
    text-align: center;
    padding-top: 35px;
     -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    transform-origin: center;
    -moz-transition: transform ease-in 0.5s;
    -webkit-transition: transform ease-in 0.5s;
    transition: transform ease-in 0.5s;
}
.svg path {
    fill: #2ebef9;
    stroke: #2ebef9;
}

.svg:hover path, .card-body:hover .svg path {
    fill: #fff;
    stroke: #fff;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    transform-origin: center;
    -moz-transition: transform ease-in 0.5s;
    -webkit-transition: transform ease-in 0.5s;
    transition: transform ease-in 0.5s;
}

#Finger-button.svg path {
    fill: none !important;
    stroke: #2ebef9;
}
.text-black
{ color:#000 !important;}
.text-uppercase {
    text-transform: uppercase !important;
}

.left-0 {
    left: 0 !important;
}

.top-0 {
    top: 0 !important;
}

.position-absolute {
    position: absolute !important;
}

    .card-body:hover #Finger-button.svg path, #Finger-button.svg:hover path {
    stroke: #fff;
    opacity: 1;
}

.card-body
{
    
    background-size: cover;       /* Scales image to fill the div */
  background-position: center;  /* Centers the image inside the div */
  background-repeat: no-repeat; 
   
   
   
}

.cover-overlay {
    
  position: absolute; /* Pulls the child out of normal document flow */
  top: 0;
  left: 0;
  width: 100%; /* Stretches across the full parent width */
  height: 100%; /* Stretches across the full parent height */
  background-color: rgba(0, 0, 0, 0.3); /* Optional: semi-transparent tint */
  padding: 20px 20px 20px 20px;
  color: transparent;
}

.cover-overlay:hover {
   
  background-color: rgba(0, 0, 0, 0.7); /* Optional: semi-transparent tint */
  
  color: aliceblue;
  
  transition: 0.6s ease;
}
.Product-item
{
     display:block;
     position: relative;
    background-color: #262e39;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px 20px 20px 20px;
    opacity: 0.8;
    color: aliceblue;
    z-index: 100;
}

.Product-item:hover
{
    background-color: transparent;
    width: 100%;
    height: 100%;
    overflow:auto;
    color: transparent;
}
.card-body i{
    color: #283442;
}
@keyframes animate_opacity {
  100% {
    opacity: 1;
  }
}
.card-body:hover i {
color: #dadcdf;
-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center;
    -moz-transition: transform ease-in 0.5s;
    -webkit-transition: transform ease-in 0.5s;
    transition: transform ease-in 0.5s;
    
}
.card-body:hover   {
    background-image:none;
    stroke: #fff;
    color: #dadcdf;
    opacity: 1;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
    transform-origin: center;
    
    transition: transform ease-in 0.5s;
    background-image:  linear-gradient(to right, #262e39, #3d475a);
}
.card-body1:hover   {
    
    stroke: #fff;
    color: #dadcdf;
    opacity: 1;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
    transform-origin: center;
    -moz-transition: transform ease-in 0.5s;
    -webkit-transition: transform ease-in 0.5s;
    transition: transform ease-in 0.5s;
    background-image:  linear-gradient(to right, #262e39, #3d475a);
}
    
    .list-unstyled li{
        padding-top:0.5rem;
    }

.title-medium
{
    font-size:22px !important;font-weight:200 !important;
}

.page-banner {  
    height: 400px;
    padding: 20px;
    margin: 0px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#Security.page-banner {
    background-image: url(/images/video-camera-bgr-dark.jpg);
    border-bottom-right-radius: 200px;
    position: relative;
    z-index: 1;
    background-position: right center;
}

#WOM.page-banner {
    background-image: url(/images/maintenance-worker-banner-green.jpg);
    border-bottom-right-radius: 200px;
    position: relative;
    z-index: 1;
    background-position: center center;
}


.page-banner-gradient-after {
    background-image: -webkit-gradient(linear,left top,right top,from(#1dcefc),to(#1573ac));
    /*background-image: linear-gradient(to right,#ff8a00,#da1b60);*/
    background-image: linear-gradient(to right,#41d884,#1aa571);
    position: relative;
}

.page-banner-gradient-content {
    padding: calc(200px + 1rem) 2rem 0 2rem;
    margin-top: -200px;
    overflow: hidden;
}

#Portfolio.page-banner {
    /* background-image: url(/images/video-camera-bgr-dark.jpg); */
    border-bottom-right-radius: 200px;
    position: relative;
    z-index: 1;
    background-position: right center;
    background-color: #d0d0d0;
    height: 300px;
}
 #Website.page-banner {
    /*background-image: url(/images/WebDesign-page-banner.jpg);*/
    background-image: url(/images/WebDesign-page-banner2.jpg);
}
#Support.page-banner {
    background-image: url('/images/servers-room-bgr.jpg');
  
}
#AboutEagle.page-banner {
    background-image: url(/images/office-team-meeting-bgr.jpg);
    /*background-image: url('/images/office-team-bgr-lg-dots-white.jpg');*/
    background-position: center center;
}
#ITServices.page-banner {
    background-image: url('/images/hands-laptop.jpg');
   
}

.footer-section-header {
    font-size: 1.1em;
    margin-bottom: 15px;
    letter-spacing: 0.05em !important;
    color: rgba(255,255,255,0.9);
    font-weight:600;
}
.footer-section {
    color: rgba(255,255,255,0.8);
  
}


@media (min-width: 992px) {
    section {
        padding: 140px 0;
    }
    
}

@media (min-width: 768px) {
    section {
        padding: 110px 0;
    }
    
}
section {
    padding: 0px !important;
    margin: 0px !important;
}

.title-medium{
    font-size:16px;
    font-weight:600;
    
}
.display-4 {
    font-size: 2.5rem !important;
    font-weight: 200 !important;
    font-family: 'Roboto', sans-serif;
}

.h3-light {
    font-size: 1.8rem !important;
    font-weight: 200 !important;
    line-height:1.2em;
}
/*animated button with double arrow on hover*/
.button-animated {
    border-radius: 4px;
    /*background-color: #f4511e;*/
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    width: 350px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}
/*animated button with double arrow on hover*/
.button-animated span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    .button-animated span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

    .button-animated:hover span {
        padding-right: 25px;
    }

        .button-animated:hover span:after {
            opacity: 1;
            right: 0;
        }

       /*Button with animated underline*/

.button-underline, .button-underline-light {
    font-weight: bold;
    padding: 10px 2px;
    background: none;
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: black;
    font-family: sans-serif;
    font-size: 18px;
    text-transform: lowercase;
    position: relative;
    transition: 0.2s all;
}
.button-underline-light {
    font-weight: bold;
    padding: 10px 2px;
    background: none;
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: black;
    font-family: sans-serif;
    font-size: 16px;
    text-transform: lowercase;
    position: relative;
    transition: 0.2s all;
}
    .button-underline:hover {
        color: #21c0f4 !important;
        text-decoration: none;
    }
    .button-underline-light:hover {
        color: #fff !important;
        text-decoration: none;
    }
    .button-underline:after, .button-underline-light:after {
        /*pointer-events: none;*/
        content: "";
        height: 3px;
        background: #21c0f4;
        width: 100%;
        left: 0;
        bottom: 0px;
        position: absolute;
        border-radius: 50px;
    }


    .button-underline:visited, .button-underline:active, .button-underline-light:visited, .button-underline-light:active {
        color: black;
    }


    .button-underline:hover:after, .button-underline-light:hover:after {
        -webkit-animation: button-line 0.2s;
        animation: button-line 0.2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

@-webkit-keyframes button-line {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@keyframes button-line {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}
/*IT Support*/
.bg-base-color {
    background-color: #016cff !important;
    width: 56px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align:center;
}

.support-box .fa  {
   font-size:20px;
}

.support-box .fa.bg-primary {
    transition: 0.5s all;
}

.support-box .fa.bg-base-color {
    transition: 0.25s all;

}
.support-box:hover .fa.bg-base-color {
   border-radius: 50% !important;
}
.support-box:hover .fa.bg-primary {
    background-color: #123565 !important;
    border-radius: 50% !important;
}

#triangulo {
    width: 0;
    height: 0;
    border-bottom: 50px solid #01a3db;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.customer-container {
    position: relative;
    overflow: hidden;
} 

.text-box {
    display: block;
    width: 100%;
    height: 100% !important;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}

.overlay-semitransparent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    transition: .5s ease;
    background-color: rgba(20, 26, 38, 0.8);
}

.customer-container:hover .overlay, .customer-container:hover .overlay-semitransparent {
    opacity: 1;
}

.overlay-white {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    transition: .5s ease;
    background-color: rgb(255, 255, 255);
}

.customer-container:hover .overlay-white {
    opacity: 0;
}
.customer-container:hover img {
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2)
}  

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    /*width:80%;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*text-align: center;*/
}

.text-category {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

 ul.footer-links 
 {
     list-style-type:none;
    
 }


.MyPortfolioPage {
    /*background-color: #dddddd !important;*/
    margin-top: 0 !important;
    padding-top: 0;
}


@media screen and (max-width: 600px) {
    h1.portfolio-title {
        font-size: 22px;
    }
    .img-portfolio{
        max-width:120px !important;
        max-height:120px;

    }
    .short-intro{
        display:none;
    }

    .MyPortfolioPage p, .MyPortfolioPage span.lead, .MyPortfolioPage ul {
        font-size: 14px;
    }

}

#back2Top {
    width: 50px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    /*-moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);*/
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color:#41d884;
    padding: 5px;
    text-align: center;
    /*font-size: 30px;*/
    text-decoration: none;
}
    #back2Top:hover {
        background-color: #0aac67;
        color: #000;
    }
span.arrow {
    border: solid white;
    border-width: 2px 2px 0 0;
    display: inline-block;
    padding: 12px;
    vertical-align:middle;
    margin-top:5px;
}
.top {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}