body {
    color: #484848;
}

.hero h1 {
    text-transform: uppercase;
}

.projectFactsWrap .statistic-slider .owl-stage-outer .owl-stage .owl-item:nth-child(odd){
    background: #050c3d;
}
.projectFactsWrap .statistic-slider .owl-stage-outer .owl-stage .owl-item:nth-child(even){
    background: #262c57;
}

.opposite-direction {
    transform: scaleX(-1);
}

.opposite-direction .img-div {
    transform: scaleX(-1);
}

.text-black {
    color: #000000 !important;
}

.about-ol ol {
    padding-left: 24px;
    list-style-position: inside;
    list-style-type: disclosure-closed
}

.projectFactsWrap .item {
    width: 100%
}

.client-detail .fa img {
    border-radius: 50%;
    width: 100px;
}

.flex-input-group input[type="text"] {
    padding: 0;
    width: 40%;
}

.flex-input-group input[type="text"]::placeholder {
    color: #555;
}

.flex-input-group {
    display: flex;
    justify-content: end;
}

.flex-input-group:focus-within span {
    border-color: #000;
}

.flex-input-group span {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ddd;
}

.filter-section {
    display: flex;
    align-items: center;
}

.pagination-button {
    background-color: #C2930C;
    width: 75px;
    width: 90px;
    color: #000000;
    border-radius: 4px;
}

.post-info {
    width: 100%;
}

.hero h1 {
    line-height: 6.4rem;
    font-size: 4em;
}

.fade-carousel .carousel-inner .news-slider-item {
    background-color: #000000;
}

.image-container, .image-container img {
    width: 100%;
}

.navbar-brand {
    padding: 2px 15px;
}

@media (min-width: 1024px) {

    nav.navbar .navbar-brand img.logo {
        width: 136px;
    }
}

.title h2 {
    position: relative;
}

.title h2:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: auto;
    margin: auto;
    width: 120px;
    height: 3px;
    background-color: #C2930C;
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 2em;
    }

    .carousel video {
        height: 100vh;
        margin-left: -100%;
        width: initial !important;
    }

}

@media (max-width: 575.98px) {
    .filter-section {
        flex-wrap: wrap;
    }

    .flex-input-group {
        justify-content: start;
    }

    section .about {
        background: none;
    }
}

.sub-header-title {
    margin-top: 90px;
}

.sub-header-title-contact {
    margin-top: 45px;
}

.contact-side-form {
    margin-top: 20px;
}

.four-col .col-md-6 {
    width: 25%;
}

.service h4 {
    padding: 0 48px;
    color: #000;
}

.project-loader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-loader img {
    max-width: 4rem;
}

.footer {
    color: #999;
    background: #050c3d;
}

h4.footer-title {
    color: #C2930C;
}

/* for services */
.plr_50 {
    padding-left: 50px;
    padding-right: 50px;
}

.statistic-slider {
    background-color: #000000;
}

.mt_24 {
    margin-top: 24px;
}

.pt_24 {
    margin-top: 24px;
}


.uk-timeline .uk-timeline-item {
    display: flex;
    position: relative;
}

.uk-timeline .uk-timeline-item::before {
    background: #dadee4;
    content: "";
    height: 100%;
    left: 19px;
    position: absolute;
    top: 20px;
    width: 2px;
    z-index: 1;
}

.uk-timeline .uk-timeline-item .uk-timeline-icon .uk-badge {
    margin-top: 20px;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 10;
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1rem;
}

.uk-timeline-item:last-child:before {
    content: none;
}

.uk-badge {
    background: #050C3D;
}

.uk-label {
    font-size: inherit;
}

.uk-label-success {
    background-color: #C2930C;
}

.uk-card-title {
    font-size: 22px;
}

.uk-padding {
    padding: 10px;
}

.about {
    background-size: cover;
}

.useful-links {
    list-style-position: inside;
    list-style-type: disclosure-closed;
}

.useful-links li {
    list-style: inherit;
}

.footer-bottom {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid;
}

.footer-about {
    text-align: justify;
}
.social_icon ul {
    display: flex;
}

.social_icon li {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    transition: all 300ms ease;
}

.social_icon li:hover {
    background-color: #C2930C;
}

.social_icon li a {
    line-height: 0;
}

.social_icon i {
    color: #ffffff;
}

.footer {
    font-size: 16px;
}

.footer li {
    margin-bottom: 12px;
}

.prosoft {
    color: #26abe3;
}

.prosoft i {
    padding: 0 2px;
}

.useful-links li {
    list-style-image: url(../images/list_icon_white.png);
}

.about-ol li {
    list-style-image: url(../images/list_icon_blue.png);
}

.myTicker ul {
    padding-right: 0;
}

.breadcrumb h1 {
    text-align: start;
    line-height: 1.1em;
}

h4 {
    line-height: 1.4em;
}

.news-content h4 {
    text-align: justify;
}

.attr-nav > ul > li > a {
    padding: 25px 15px;
}

@media screen and (max-width: 640px) {
    .attr-nav > ul > li > a {
        padding: 12px 10px 15px;
        padding-left: 0 !important;
    }

    .navbar-brand {
        padding: 10px 15px;
    }
}

@media (max-width: 992px) {
    .attr-nav > ul > li > a {
        padding: 12px 10px 15px;
        padding-left: 0 !important;
    }
    
    .navbar-brand {
        padding: 10px 15px;
    }
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #050C3D;
    text-transform: capitalize;
}

.about-text h3 {
    color: #000;
}

h3.team-title {
    color: #000;
}

.post-info h3, .post-info a {
    color: #000;
}

.team-item-img {
    position: relative;
}

.team-content-details {
    opacity: 0;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    color: #ffffff;
    padding: 16px;
    align-items: end;
}

.team-item-img:hover .team-content-details {
    opacity: 1;
}

.team-item-img:hover {
    opacity: 1;
}
