/*** Topbar Start ***/
 .sticky-top {
    transition: 0.5s;
    background-color:#0f5fdc;
} 

.topbar {
    padding: 10px 0;
}

.topbar .top-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {
    .sticky-top .top-link {
        display: none;
    }
    
}


 .topbar .top-link a {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
} 

 .topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
} 

 .topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
} 

#note {
    position: relative;
    animation: noteAnimate 30s infinite;
    animation-timing-function: ease-in-out;
    display: flex;
    align-items: center;
}

@keyframes noteAnimate {
    from {left: -735px;}
    to {left: 735px;}
}

div#navhead-color {
     background-color: #0f5fdc; 
}
.bg-primary {
    background-color: #0f5fdc !important
}

img#topimage {
    width: 3%;
    
}
a#topcontent {
    margin-left:3px; 
}
.text-body {
    color: #fff !important;
    padding-right: 6px;
}
/*** Topbar End ***/











/* review page  */
.checked {
    color: orange;
  }


/*** Project Start ***/
.project .project-carousel.owl-carousel {
    height: 100%;
}

.project .project-carousel .project-item {
    position: relative;
    overflow: hidden;
}

.project .project-carousel .project-item .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project .project-carousel .project-item .project-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(118, 139, 209, 0.682);
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img::after {
    height: 100%;
}

.project .project-carousel .project-item .project-img img {
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img img {
    transform: scale(1.2);
}

.project .project-carousel .project-item .project-content {
    position: relative;
    width: 85%;
    height: 100%;
    /* top: 190px; */
    bottom: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}


@media  (max-width: 899px) {
    

.project .project-carousel .project-item .project-content {
    position: relative;
    width: 85%;
    height: 100%;
    top: 190px;
    bottom: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}
}
.project .project-carousel .project-item .project-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px !important;
    /* background:rgb(39, 130, 214); */
    background: -webkit-linear-gradient(146deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%);
    transition: 0.5s;
}

.project .project-carousel .project-item .project-content .project-content-inner {
    position: relative;
    z-index: 2;
}

.project .project-carousel .project-item:hover .project-content .project-content-inner p,
.project .project-carousel .project-item:hover .project-content .project-content-inner a.h4,
.project .project-carousel .project-item:hover .project-content .project-content-inner .project-icon i {
    color: white!important;
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-content .project-content-inner a.h4:hover {
    color: rgb(0, 0, 0) !important;
}

.project .project-carousel .project-item:hover .project-content::after {
    height: 100%;
}

.project-carousel .owl-dots {
    position: absolute;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -215px;
    transition: 0.5s;
}
@media (max-width:400px) {
    .project-carousel .owl-dots {
        position: absolute;
        width: 100%;
        /* height: 40px; */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -86px;
        transition: 0.5s;
    }
    
}
@media (max-width:700px) {
    .project-carousel .owl-dots {
        position: absolute;
        width: 100%;
        /* height: 40px; */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -86px;
        transition: 0.5s;
    }
    
}

@media  (max-width: 400px) {
    
    .project-carousel .owl-dots .owl-dot {
        width: 193px;
        height: 7px;
        border-radius: 20px;
        margin-top: 300px;
        margin-right: 15px;
        background:-webkit-linear-gradient(146deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%);
        transition: 0.5s;
    }
}


.project-carousel .owl-dots .owl-dot {
    width: 193px;
    height: 7px;
    border-radius: 20px;
    margin-top: 100px;
    margin-right: 15px;
    background:-webkit-linear-gradient(146deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%);
    transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 7px;
    border-radius: 40px;
    /* border: 5px solid rgb(0, 0, 0); */
}
/*** Project End ***/


/* additional */



/* footer */
p#footerpara {
    color: rgb(255, 255, 255);
}
p.footer-para1 {
    color: white;
}
.col-md-6.text-center.text-md-start.mb-3.mb-md-0 {
    color: white;
  
}


/* head top padding */
.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    width: 100%;
    /* padding-right:var(--bs-gutter-x, 0.75rem); */
    /* padding-left:var(--bs-gutter-x, 0.75rem); */
    margin-right: auto;
    margin-left: auto
}
.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    width: 100%;
    /* padding-right:var(--bs-gutter-x, 0.75rem); */
    /* padding-left:var(--bs-gutter-x, 0.75rem); */
    margin-right: auto;
    margin-left: auto
}

.topbar {
    padding: 10px 0;
 
    margin-right: -11px;
    margin-left: -12px;
}
@media (max-width:412px) {
    .pb-5 {
        padding-bottom: 0rem !important;
    }
    
}

/* footer end copy rights */
.text-center.mb-3.mb-md-0 {
    color: white;
}