@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600;700&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Barlow",sans-serif;
    line-height: 1.7;
    color: #516171;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    color: #092032;
}

img{
    width: 100%;
} 
a{
    color: #092032;
    text-decoration:none;
    transition: all 0.4s ease;
    font-weight:500;
}
.bg-cover{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.intro{
    margin-bottom: 48px;

}
.intro h6{
    font-weight:500px;
    color:#ff4d29;
}

.intro p{
    max-width: 500px;
    margin:auto;

}

/* navbar */ 
.top-nav{
    background-color: #ff4d29;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-nav p{
    margin-bottom:0;
    display:inline-block;
    margin-right: 16px;
    color: #ffffff;
}
.top-nav i, 
.top-nav span {
    vertical-align:middle;
}
/* start */
.social-links a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    margin-left:1px;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-links a:hover {
    background-color: #fff;
    color: #ff4d29;
}
/*end*/

.social-links{
    display: flex;

}
/* .social-link a{
   width: 34px;
   height: 34px;
   background-color: rgba(255, 255, 255, 0.3);
   display:inline-flex;
 
   align-items: center;
   margin-left:2px;
   justify-content: center;
   color: #ffffff;
   font-size:20px;
   border-radius: 100%;
   
}

.social-link a:hover{
    background-color: #ffffff;
  color:#ff4d29;
} */



/* devika social links hover*/



  
/* end */

.navbar{
    box-shadow: 0px 6px 30px rgba(0,0,0,0.08);
}

.navbar-brand{
    font-weight: 700;
    font-size: 26px;
    color:#092832;

}
.navbar-brand span{
   
    color:#ff4d29;

}
/* BTN  */
.btn{
   padding:9px 24px;
   font-weight: 500;
}
.btn-brand{
    background-color: #ff4d29;
    color: #ffffff;
    border-color:#ff4d29;
}
.btn-barnd:hover{
    color: #ffffff;

}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active{
    color:#ff4d29

}
/**  slide 1**/
/*  /* slide */
 .slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide1 {
   background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../public/img/bg_banner1.jpg);
   background-size: cover;
   width:100%;
   background-position: center;
   background-repeat: no-repeat;
}

.slide2 {
   background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../public/img/bg_banner2.jpg);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

.slide .display-3 {
   text-transform: uppercase;
   color: #fff;
}





/* carousal */ 

.owl-prev,
.owl-next{
    position: absolute;
    top:50%;
    height: 60px !important;
    width: 60px !important;
    display: grid;
    place-items: center;
    background-color: #ffffff !important; 
    margin-top: 30px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 12px !important; 
    border-radius: 100px !important;

}
   

.owl-prev{
   left:0;
}
.owl-next{
   right: 0;
}
.owl-next:hover,
.owl-prev:hover{
 background-color: #ff4d29;
}

.owl-next:hover,
.section{
    padding-top: 80px;
    padding-bottom: 8opx;
}

/* info box*/

.info-box{
    display: flex;
    align-items: center;
}
.info-box img{
    width: 90px;
    margin-right: 18px;
}

#milestone{
    background: linear-gradient(rgba(255, 77, 41, 0.9), rgba(255, 77, 41, 0.9)), url(../public/img/bg_banner2.jpg);
}
#milestone .display-4,
#milestone p{
    color: #ffffff;

}
#milestone .display-4{
    font-weight:700;
}
 

.service-box {
     padding:32px;
     box-shadow:0px 6px 30px rgba(0, 0, 0.08);
     text-align: center;
}
.service-box img{
    width: unset;
}
.service-box h5{
    margin-top: 24px;
    margin-bottom: 12px;
}

/* project */ 

#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: #ff4d29 !important;

}




.project{
    position: relative;
    overflow: hidden;
    z-index:2;
}
.project.overlay{
    background-color: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
    position: absolute;
    width: 100%;
    height: 220px;
    bottom:0;
    left: 0;
}
.project .content{
    position: absolute;
    width: 100%; 
    bottom:0;
    left: 32px;
    padding: 32px;
}
.project h1,
.project h6 {
    color: #fff;
}

.project h6{
    font-size:14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.project h6::before{
    content:"";
    height: 2px;
    width:24px;
    background-color: #ff4d29;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
/*  TEAM  */
/* .social-link a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    margin-left:1px;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-link a:hover {
    background-color: #fff;
    color: var(--brand);
}
/*end*/

/* .social-links{
    display: flex;

} */

 


.team-member {
    
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: 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-icons {
    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 .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

/* 
.team-member{
    
    text-align: center;
}
.team-member .img-wraper{
    position: relative;
    z-index:2;
    overflow: hidden;
}
.team-member .overlay{
    position: absolute;
    top:-10%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 77, 41, 0.89);
    transition: all 0.4s ease;
    opacity: 0;


}

.team-member h5{
    margin-top: 24px;
}

.team-member .social-link{
    position: absolute;
    top:60%;
    left:50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
   opacity:0;
   

}
.team-member .social-link a{
   width: 40px;
   height: 40px;
}
.team-member:hover .social-link{
    opacity: 1;
    top:50%;

}

.team-member .content{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    opacity:1;

}

.team-member:hover.overlay{
    opacity: 1;
    top:0%;

} */

 

/** reviwes **/ 
#reviews {
    margin-bottom: 4px;
    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}










/* #reviews-slider{
    background: linear-gradient(rgba(9,32,50,0.4),rgba(9,32,50,0.4)),url(../public/img/bg_banner_2.jpg); 

}

.review{
    max-width: 800px;
    margin:auto;
    text-align: center;
}
.review img{
    width: 85px !important;
    border-radius:1000px; 
    margin: auto;
}
.review h4,
.review p{
    color: #fff;
}
.review small{
    color: #ff4d29
}
.review p{
    margin-top: 28px;
}
.owl-dot.active span{
   background-color: #ff4d29;
   
} */




/*    blohg*/



.blog-post{
    position: relative;
}
.blog-post .tag{
    padding:4px 12px; 
    background-color: #ff4d29;
    color: #fff;
    border-radius:100px; 
    top:20px;
    position: absolute;
    left:20px;
} 
.blog-post a{
    font-weight: 700;
}
.blog-post img{
    margin-bottom: 12px;
}
.blog-post h4{
    margin-top: 12px ;
    margin-bottom: 12px;

}
.blog-post small{
    color: #ff4d29;
    text-decoration: underline;
    text-transform: uppercase;
}
/* footer  */
.footer-top{
    padding-top: 80px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(rgba(9,32,50,0.8),rgba(9,32,50,0.8)),url(../public/img/bg_banner1.jpg);
}
footer .navbar-brand{
   color: #ff4d29;
   margin-bottom: 24px;
   display:inline-block;

} 
.footer-top{
    margin-bottom:40px;
}
.footer-bottom{
   padding-top: 20px;
   border-top: 1 px solid rgba(255, 255,0.08);
} 
.social-links{
    display: inline;
}
footer .social-links a{
    margin-left: 5px;
    margin: 5px;
    display: inline-block;
    
    text-align: center;
}
.footer-bottom{

    text-align: center;
   
  
}
/*FROM*/

.form-control:focus{
    box-shadow: none;
    border-color: #ff4d29;
}