body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

* {
    transition: all 0.3s
}

a {
    text-decoration: none;
}

/* header area css*/

.navv {
    padding: 20px 0;
    transition: all 0.4s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar img.logo-white {
    width: 150px;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #fff;
    font-weight: 500;
    transition: all 0.2s;
}

.sticky a.nav-link{
    color: #000;
}

.navbar a.nav-link:hover {
    color: #e69424;
    transition: all 0.2s;
}



.navbar button:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

a {
    color: #e69424;
    font-size: 18px;
}

.navbar-brand img {
    width: 150px;
}

.logo {
    height: 40px;
    width: 50px;
}

.banner-img {
    background: rgba(0, 0, 0, 0.75) url(images/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
   
}
.about img{
    border-radius: 10px;
}

.border-one {
    border: solid 1px #fff;
    color: #000;
    font-size: 18px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;

}

.border-one:hover {
    border: solid 1px #fff;
    color: #000;
    background-color: #ff8a00;
}

.dag {
    text-transform: uppercase;
    padding-left: 60px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
    font-weight: 600;
}


.dag:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 40px;
    background: #ff8a00;
}

span.color {
    color: #ff8a00;
}

i {
    color: #ff8a00;
}

.border-two {
    color: #000;
    border: solid 1px #ff8a00;
    padding: 10px 30px;
    border-radius: 10px;
}

.border-two:hover {
   
    color: #000;
    padding: 10px 30px;
    background-color: #ff8a00;
}

.bgg {
    background-image: url(images/dotted-bg.png);
    background-position: bottom;
    background-size: contain;
}

.border .imgg {
    width: 40px;
    margin-top: 20px;
}

.caru {
    background: rgba(243, 244, 240, 0.98) url(images/service-bg-top-layer.png);
    opacity: 1;
    background-blend-mode: overlay;
}


.caru .border{
    border-radius:10px; 
    background-color: #fff;
    border: 0 !important;
}


.caru .border:hover {
    box-shadow: 0 .5rem 1rem rgba(255, 138, 0, 0.25); 
    transition: 0.3s;
    transform: translateY(-8px);
}
.project img{
    border-radius: 10px;
}
.project {
    position: relative;
}

.project .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: auto;
    text-align: center;
    transition: all 0.9s;
    justify-content: center;
    background-color: #002863;
    color: #fff;
    align-items: center;
    display: flex;
    flex-direction: column;
    display: none;
     border-radius: 10px;
}

.project:hover .content {
    display: flex;
    transition: all 0.9s;
}

.project-three:hover {
    color: #ff8a00;
    z-index: 1;
}

.hr-one {
    border-top: 2px solid;
    
    width: 70px;
    color: #ff8a00;
    opacity: 1;
}

.filter a {
    color: rgba(191, 186, 186, 0.9);
}

.filter .active {
    color: #ff8a00;
}

#team {
    position: relative;
    overflow: hidden;
}

.team{
    border-radius: 10px;
}
.team p.h5 {
    display: none;
}

.team:hover {
    background-color: #ff8a00;
    transition: all 0.3s ease 0s;
    transform: translateY(-40px);
    padding-top: 20px;
}

.team:hover p.h5 {
    display: block;
}



.card-body .meinus-one {
    position: relative;
}

.meinus-one {
    position: absolute;
    background-color: #ff8a00;
    margin-top: -120px;
    z-index: 1;
}

.hr-three {
    border-top: 3px solid;
    width: 250px;
    color: #ff8a00;
    opacity: 1;
}

.counter-area{
    background: rgba(0, 0, 0, 0.75) url(images/counter.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    opacity: 1;
    padding: 120px 0;
}



.project-area .nav-pills .nav-link.active  {
    color: #ff8a00;
    background-color: transparent;
} 


.project-area .nav-link {
    color: #212121;
}
 
.img-box{
 overflow: hidden;   
    border-radius: 10px;
}

.blog img{
    border-radius: 10px;
}
.blog img:hover{
    transition: 0.3s;
    transform: scale(1.1);
  
}

.button{
    border: solid 1px #ff8a00;
    padding: 14px 40px;
    border-radius: 10px;
}

.button:hover{
    color: #000;
    background-color: #ff8a00;  
    border-radius: 10px;
}

.contact-image img{
    border-radius: 10px;
}

.footer-area{
    background-color: rgba(193, 182, 182, 0.21);
}

.footer-area ul li {
    list-style: none;
    display: flex;
}

.footer-logo img {
    margin-bottom: 30px;
    width: 100px;
}

.icon i{
    color: #fff; 
}

.footer-area .icon li{
    width: 50px;
    height: 50px;
    color: #fff;
    border: solid 1px #ddd;
    display: inline-flex;
    background-color: #ff8a00;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 10px;
}


.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 87%;
    background-color: #ff8a00; 
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    border-radius: 8px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ff8a00;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}


.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 18px;
}


@media screen and (max-width: 900px) {
    .container {
        overflow-x: hidden;
    }
    

    .navbar-nav {
        align-items: center;
        background-color: rgba(0, 0, 0, 0.95);
        padding: 20px;
    }



    .sticky .navbar-nav {
        align-items: center;
        background-color: #fff;
        padding: 20px;
    }

    
    .banner-img {
        padding-top: 220px;
    }
}