@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');


*{
    box-sizing: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
} 


/* css variables */
:root {
    --brand: #ff4d29;
    /* --dark: #092032; */
    --dark:#4267B2;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body{
    font-family: "Barlow", sans-serif;
    line-height: 1.7;
    color: var(--body);
    overflow-x: hidden;
}


h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700 !important;
    color: var(--dark);
}


a {
    color: var(--dark);
    transition: all 0.4s ease;
    text-decoration: none;
    font-weight: 500;
   
}


img {
    width: 100%;
}

.logDiv{
    display: flex;
    align-items: center;
   
}

.header_logo{
    height: 35px;
    width: 110px; 
}

section{
    padding-top: 80px;
    padding-bottom: 60px;
}

.bg-cover{
    background-position: center !important;
    background-size: cover !important;
    background-position: center;
  
}


/* core values icon */

.checky{
    font-size: 30px;
    color: var(--brand);
    margin-right: 10px;
   
}

.hh{
    margin-right: 0;
}


.abot h6{
    color: var(--brand);

}

.abot p{
    text-align: justify;
}

.abot p::first-letter{
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600 !important;
    color: var(--brand);
    margin-right: -0.1em;    
}

/* end of core values */


.intro{
    margin-bottom: 40px;
}


.intro h6{
    font-weight: 400;
    color: #ff4d29;
    text-transform: uppercase;
}


.intro p {
    max-width: 500px;
    /* text-align: justify; */
 
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* NAVBAR */

.top-nav{
    background-color: var(--dark);
    padding-top: 5px;
    padding-bottom: 5px;
}

.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: 28px;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #ffffff;
    font-size: 20px;

}

.social-links a:hover {
    background-color: #fff;
    color: var(--brand);
}

.navbar {

    box-shadow: var(--shadow);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand{
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
}

.navbar-brand span{
    color: var(--brand);
}


/* btn */
.btn {
    padding: 8px 26px;
}

.btn-brand {
    /* border-color: var(--brand); */
    background-color: var(--dark);
    color: #fff;
}

.btn-brand:hover {
    background-color: var(--dark);
    border-color: #d64022;
    color: #fff;
}



/* slider section */

#hero-slide h1{
    font-weight: 700;
}

.slide1{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/Compr.jpg);
     
    
}

.slide2{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/Gran1.jpg);
    
}

.slide3{

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/kcc13.JPG);
}

.slide4{

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/Blist.jpg);
}

.slide5{

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/Pack1.jpg);
}




/* Owlcarousel */

.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.2) !important;
    font-size: 32px;
    margin-top: -30px !important;
    color: #fff;
    font-weight: 700 !important;
    font-size: 12px;
    border-radius: 100px !important;
}


.owl-prev{
    left: 0;
}

.owl-next{
    right: 0;
}


.owl-next:hover,
.owl-prev:hover{
    background-color: var(--brand) !important;
}


/* info work */

.info-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: justify;
    line-height: 20px;
    position: relative;

}

.info-box img{
    width:90px;
    margin-right:15px;

}


.info-box .department-overlay{
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(2, 149, 253, 0.2);
    opacity: 0;
    transition: all 0.4s ease;
}

.info-box:hover .department-overlay{
    opacity: 1;
    top: 0%;
    cursor: pointer;
    
}

/* .imgNe{
    border-radius: 80%;
    display: block;
    margin: auto;
} */



/* product image */

#project-slider .owl-next
#project-slider .owl-prev{
    background-color: rgba(255, 255, 255, 0.5) !important;
}


#project-slider .owl-next:hover
#project-slider .owl-prev:hover{
    background-color: #d64022 !;
}


.prodImg{
    width: 300px;
    height: 300px;
   
}


.project{
    position: relative;

}


.project .overlay{
    background:linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 240px;
    
}

.project .content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 32px;
}

.project h2,
.project p {
    color: #fff;
}


.project p::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}




/* Team */
.team-member {
    text-align: center;
}

.teamImg{
    width: 380px;
    height: 370px;
    object-fit: cover;
    border-radius: 7px;
}

.team-member .img-wrapper{
    position: relative;
    z-index: 2;
    overflow: hidden;
}


/* .team-member{
    position: relative;
    overflow: hidden;
} */

.team-member .overlay{
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}


.team-member h5 {
   margin-top: 16px;
    margin-bottom: 4px;
}



.team-member .social-links{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}



.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .overlay{
    opacity: 1;
    top: 0%;
    cursor: pointer;
    
}



.team-member:hover .social-links{
    opacity: 1;
    top: 50%;
}


/* fOOTER SECTION */
footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/kcc-1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-links a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}



.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

.footer_logo{
    /* height: 50px;
    width: 120px; */
    height: 35px;
    width: 110px;
}


/* whatsapp icon */
.whatsapp-btn{
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:100;
  
}

.wht{
    width: 60%;
    height: 60%;
    font-size: 4.3rem;
    color: #25D366;
    
}

#text-container {
    max-height: 100px;
    overflow: hidden;
}


 @media screen and (max-width: 484px) {
   
    /*.social-links{*/
    /*    display: none;*/
    /*}*/

    .calInfo{
       margin: auto
        
    }
    
  
    
} 