@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;1,400&display=swap');

html {
    margin-top: 0;
}
body {
    font-family: "barlow", sans-serif;
    line-height:1.7 ;
    color:#516171;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
    color:#f4f6f8
}

a {
    color:  #092032;
    text-decoration: none;
    transition: all 0.4s ease;
font-weight:500;

}

img {
    width: 100%;
}

.gentle {
    height: 480px;
    width: 500px;
    border-radius: 100%;
    border:#092032 8px solid;
    
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.bg-cover {
    background-position: center !important;
    background-size: cover !important;
    background-position: center !important;
}

.logo {
    float: left;
    width: 15%;
    height: 20%;
}

/*NavBar*/

.top-nav {
    background-color: blue;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
}

.top-nav p {
    margin-bottom: 0;
    display:inline-block;
    margin-right: 16px;
    color: #fff;
}

.top-nav i,
.top-nav span {
    vertical-align: middle;
}

.social-links a {
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.2);
    display:inline-flex;
    align-items: center;
    justify-content: center;
    color:#fff ;
    font-size: 20px;
    border-radius: 100px;
    
}

.social-links a:hover {
    background-color: #fff;
    color: blue;
}

.navbar {
    box-shadow: 0px 6px 30px rgba(139, 241, 5, 0.432);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
        color: green;
}
/*Btn*/

.btn {
    padding:9px 24px ;
    font-weight: 500;
}

.btn-brand {
    background-color: green;
    color:#fff;
    }

    .btn-brand:hover {
        color: white;
        background-color: rgba(5, 68, 5, 0.801);
    }

    /*SLIDER*/

    .slide1 {
        background-image: linear-gradient( rgba(9, 32, 50, 0.4), rgba(9, 32, 50, 0.4)), url(../img/call_lady.jpg); 
    }

    .slide2 {
        background-image: linear-gradient( rgba(9, 32, 50, 0.4), rgba(9, 32, 50, 0.4)), url(../img/moving.jpg);
    }
    .slide3 {
        background-image: linear-gradient( rgba(9, 32, 50, 0.4), rgba(9, 32, 50, 0.4)), url(../img/safe.jpg);
    }

    /*OWL carousel*/

    .owl-prev,
    .owl-next {
        position: absolute;
        top: 50%;
        width: 60px !important;
        height: 60px !important;
        display: grid;
        place-items: center;
        background-color: rgba(255, 255, 255, 0.274) !important ;
        margin: -15px !important;
        font-size: 20px !important;
        color: white !important;
        font-weight: 700 !important;
        font-siZe: 12px !important;
        border-radius: 100px !important;
    } 

    .owl-prev {
        left: 2px;
    }

    .owl-next {
        right: 2px;
    }

    .owl-prev:hover,
    .owl-next:hover {
        background-color: green !important;
    } 

    /*info Box*/
    .info-box {
        display: flex;
        align-items: center;
    }
    .info-box img {
        width: unset;
        width: 80px !important;
        height: 80px !important;
        margin-right: 30px;
    }

    .safety {
        color:rgb(9, 32, 50)
    }
 
      
    /*MILESTONE*/

    #milestone {
        background: linear-gradient( rgba(9, 32, 50, 0.8), rgba(9, 32, 50, 0.8)),url(../img/cyber.jpg) ;
    }

    #milestone .display-4, 
    #milestone p {
            color:#fff;
    }

    #milestone .display-4 {
        font-weight: 700;
    }

    /*SERVICES*/

    .intro {
        margin-bottom: 40px;
    }

    .intro h4 {
        font-weight: 500;
        color: rgb(252, 105, 7);
    }

    .intro h1 {
        color: #092032;
    }

    .intro p {
        max-width: 500px;
        margin: auto;
    }

    .service-box {
        padding: 32px ;
        box-shadow: 0px 6px 30px rgba(32, 32, 32, 0.432);
        text-align: center;
    }

    .service-box img {
        width: unset;
        height: 70px;
        width: 70px;
        border-radius: 100%;
        border:5px solid #092032;
        
  }

    .service-box h5 {
        margin-top: 24px ;
        margin-bottom: 12px;
        color:#092032;
    }

    .white {
        color: #fff;
    }

    /*Project*/

    #project-slider .owl-next,
    #project-slider .owl-prev {
        background-color: #092032 !important; /*rgba(15, 5, 104, 0.705) */
    }
    .project {
        position: relative;
        height: 500px;
        width: 500px;
        border-radius: 80%;
    }

    .project .overlay {
        background: linear-gradient(to bottom,rgba(9, 32, 50, 0.0), rgba(9, 32, 50, 0.9));
        position: absolute;
        width: 100%;
        height: 240px;
        bottom: 50px;
        left: 0;
    }

    .project .content {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 50px;
    }

    .project h1,
    .project h6 {
        color: white !important;
    }

    .work  {
        color:#fff !important;
        }

    .project h6 {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .project h6::before {
        content: '';
        height: 5px;
        width: 30px;
        background-color: #ff4d29;
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
    }

    .space {
        color: black;
    }
    .port {
        color: rgb(43, 41, 41) !important;
    }
    /*TEAM*/

    .team-member h4 {
        color: #092032;
        text-align: center;
    }

    .team-member p {
        text-align: center;
    }

    .team-member .img-wrapper {
        position: relative;
        overflow: hidden;
    }

    .team-member .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #092032cb;
        transition: all 0.4s ease;
        opacity: 0;

    }

    .team-member .social-links {
            position: absolute;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
            opacity: 0;
    }

    .team-member:hover .overlay {
        opacity: 1;
        top: 0;
    }

    .team-member:hover .social-links {
        opacity: 1;
        top: 50%;
    }

 /*REVIEW*/

 #reviews {
    background: linear-gradient( rgba(9, 32, 50, 0.8), rgba(9, 32, 50, 0.8)), url(../img/800.jpg);
 }

 .review {
    max-width: 900px;
    margin: auto;
    text-align: center;
 }

 .review img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100%;
    margin: auto;
 }

 .review h4 {
    margin-top: 16px;
 }

 .review h4,
 .review p {
    color:#fff
 }

 .review small {
    color: #ff4d29;
    font-weight: 500px;
 }

 .review p{
    margin-top: 28px;
 }

 /*changing the dot color*/

 .owl-dot.active span {
    background-color: #ff4d29 !important;
 }

 /*Blog Post*/

 .blog-post {
    position: relative;
 }

 .blog-post .tag   {
    padding: 4px 12px;
    background-color: #ff4d29;
    color: #fff;
    border-radius: 100px;
    top: 20px;
    left: 20px;
    position: absolute;
   
 }

 .blog-post a {
    font-weight: 700;
 }

 .blog-post img{
    margin-bottom: 12px;
 }
 .blog-post h4 {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #092032;
    text-align: center;
 }


 .blog-post small {
    color: #ff4d29;
    text-decoration: underline;
    text-transform:uppercase ;
 }

 a:hover {
    font-weight: 500 !important;
    color:#ff4d29;
 }
 

 /*FOOTER*/

 footer {
    padding-top: 5px;
    padding-bottom: 5px;
    background: linear-gradient(rgba(9, 32, 50, 0.9), rgba(9, 32, 50, 0.9)), url(../img/team3.jpg);
    color: #fff;
    text-align: center;
   
 }

 footer .navbar-brand {
    color: #fff;
    margin-bottom: 28px;
    display: inline-block;
 }

 .footer-top {
    margin-bottom: 5px;
    
 }

 .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 0px;
 }

 .footer .social-links  a {
    margin-left: 8px;
    margin: 8px;
   
 }

 /*Form*/

 form h1 {
    color:#092032;
 }

 .form-control:focus {
    box-shadow: none;
    border-color: #ff4d29;
 }

 .power{
    color:steelblue;
  /*  margin-left: 800px; */
 }

 .power span {

    color: #fff;
 }