.logo img{
    max-height: 60px;
}



.top-bar-area .top-left{
    padding-left: 0;
}

/*.header-area .header-right ul{*/
/*    float: right;*/
/*}*/

.header-right ul{
    margin-left: auto;
	display: block;
	width: max-content;
}


.single-footer-widget.newsletter .newsletter-form form input[type=email]::placeholder{
    color: #fff;
}

.search-option{
    visibility: hidden;
}



.fa.fa-x-twitter{
	font-family:sans-serif;
}
.fa.fa-x-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

.sec-title h1 btxt{
    color: #125285;
}

.sec-title .borderb:before{
    position: absolute;
    
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
    background: #125285;
}
.ep4905{
    border-top: none !important;
    padding-top: 0 !important;
}





.solution-area .solution-botton .single-item{
    border: 2px solid #125285;
    margin: 0 0 28px;
    border-radius: 30px;
}

.hvr-float-shadow:hover{
    box-shadow: 0px 4px 13px 5px rgb(0 0 0 / 20%);
}





.solution-area .solution-botton .single-item .text-holder h3 {
    
    color: #125285;
}



.catttlpb{
    padding-bottom: 30px;
}


.latest-project-area .project-filter {
    margin-bottom: 30px;
}



.mt-0{
    margin-top: 0;
}

.ptr-90{
    position:relative;
    top: 50px;
}

.testimonial-area .single-item{
    margin: 35px 15px;
}
.testimonial-area .top{
    padding-bottom: 0;
}
.testimonial-area .single-item:before{
    display: none;
}

.single-blog-item .text-holder{
    margin-top: 15px !important;
}


.w-100{
    width: 100%;
}


.footer-contact-info li{
    vertical-align: middle;
}


.footer-contact-info li span:before{
    position: absolute;
    transform: translate(-30px, 1px);
}


.flot-ani{
        animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}


.single-footer-widget .usefull-links li a i{
    position: absolute;
    top: 5px;
    left: 0;
}

.single-footer-widget .usefull-links li {
    
    position: relative;
}
.single-footer-widget .usefull-links li a{
        padding-left: 15px;
        display: block;
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}





.whtPrds{
    background: #fff;
}

.whtPrds  .project-filter li.active span, .whtPrds .project-filter li span::after, .whtPrds .project-filter li:hover span{
        color: #0d4c8c !important;
}

.whtPrds p.prd-neme{
        margin-top: 26px;
    line-height: 1.3;
    color: #0d4c8c;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}


.whtPrds .img-holder{
    margin: 15px 10px;
    box-shadow: 0px 4px 13px 5px rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 10px;
}

.addto-cart-box button.addtocart{
    margin-left: 0 !important;
    padding: 10px 15px 10px;
}







.bg-fg-layer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.current .bg-fg-layer{
    background: rgba(255,255,255,0.5);
}


.single-project-item .img-holder img{
    height: 250px;
    width: auto;
    display: block;
    margin: auto;
}