
.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li:hover > a {
    color: #ffc534;
}

.section-padding {
    padding: 60px 0;
}

.abt-section-padding{
    padding: 60px 30px;
}


.recent-projects-s2 {
    background-color: #f8f8f8
}

.recent-projects-s2 .projects-grids .grid {
    margin-bottom: 80px
}

@media(max-width:991px) {
    .recent-projects-s2 .projects-grids .grid {
        margin-bottom: 70px
    }
}

@media(max-width:767px) {
    .recent-projects-s2 .projects-grids .grid {
        margin-bottom: 60px
    }
}

.recent-projects-s2 .grid {
    overflow: hidden;
    position: relative
}

.recent-projects-s2 .grid .project-pic {
    width: 670px;
    float: left
}

@media(max-width:1199px) {
    .recent-projects-s2 .grid .project-pic {
        width: 500px
    }
}

@media(max-width:991px) {
    .recent-projects-s2 .grid .project-pic {
        width: auto;
        float: none
    }
}

.recent-projects-s2 .grid .details {
    background-color: #fff;
    width: calc(100% - 670px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:1199px) {
    .recent-projects-s2 .grid .details {
        width: calc(100% - 500px)
    }
}

@media(max-width:991px) {
    .recent-projects-s2 .grid .details {
        width: auto;
        float: none;
        position: static
    }
}

.recent-projects-s2 .right-text .details {
    left: 0;
    right: auto;
    text-align: right
}

@media(max-width:991px) {
    .recent-projects-s2 .right-text .details {
        text-align: left
    }
}

.recent-projects-s2 .right-text .project-pic {
    float: right
}

.recent-projects-s2 .grid .details .inner {
    padding: 0 50px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.recent-projects-s2 .inner h4 {
    color: #263a4f !important;
}


@media(max-width:991px) {
    .recent-projects-s2 .grid .details .inner {
        padding: 40px 50px 50px;
        position: static;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -transform: none
    }
}

@media(max-width:767px) {
    .recent-projects-s2 .grid .details .inner {
        padding: 30px 25px 40px
    }
}

.recent-projects-s2 .count {
    font-family: oswald, sans-serif;
    font-size: 72px;
    font-size: 4.8rem;
    color: #efefef;
    position: relative
}

.recent-projects-s2 .count:before {
    content: "";
    background-color: #e5e100;
    width: 80px;
    height: 4px;
    position: absolute;
    left: -92px;
    bottom: 20px
}

@media(max-width:991px) {
    .recent-projects-s2 .count:before {
        display: none
    }
}

@media(max-width:1199px) {
    .recent-projects-s2 .count {
        font-size: 50px;
        font-size: 3.33333rem
    }
}

.recent-projects-s2 .right-text .count:before {
    left: auto;
    right: -92px;
    bottom: 20px
}

.recent-projects-s2 .grid .details h4 {
    font-size: 22px;
    font-size: 1.46667rem;
    font-weight: 500;
    margin: 1em 0 1.45em;
    text-transform: uppercase
}
@media(max-width:1199px) {
    .recent-projects-s2 .grid .details h4 {
        margin: .5em 0 .6em
    }
}

@media(max-width:767px) {
    .recent-projects-s2 .grid .details h4 {
        font-size: 20px;
        font-size: 1.33333rem
    }
}

.recent-projects-s2 .grid .details p {
    margin-bottom: 0
}

@media(max-width:1199px) {
    .recent-projects-s2 .grid .details p {
        margin-bottom: 0
    }
}

.recent-projects-s2 .view-all {
    line-height: .5em;
    text-align: center
}

.recent-projects-s2 .view-all a {
    font-weight: 500;
    color: #e5e100;
    text-transform: uppercase
}

.recent-projects-s2 .view-all a i {
    display: inline-block;
    padding: 0 0 0 3px;
    position: relative;
    top: 2px
}

.recent-projects-s2 .view-all a:hover {
    color: #a0ad02
}

.recent-projects-s2 .br_btn.white {
    color: #263a4f;
    font-size: inherit;
    margin-top: 50px;
}
.breadcrumb_link{
    padding-top: 35px !important;
}
.our_projects_area .projects_tt {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
}
.our_projects_area .blog_ms_inner h4{
    text-transform: uppercase;
}

.project-content-section {
    width: 100%;
    display: block;
    padding: 100px 0;
    background-size: cover !important;
    background-position: center;
}
.no-spacing {
    margin: 0 !important;
    padding: 0 !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 60px;
}
/* SIDE LIST */
.side-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.side-list h2 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}

.side-list .list-box {
    width: calc(100% + 50px);
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 30px;
    margin-right: -50px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
    .side-list .list-box {
        padding: 30px;
    }
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px){
    .side-list .list-box {
        width: 100%;
    }
}

.side-list .list-box .link-title{
    color: #263a4f;
}

.side-list .list-box .link-title:hover{
    color: #ffc534;
    text-decoration: underline;
}

/* SIDE CONTENT */
.side-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px){
    .side-list {
        transform: translateY(100px);
        z-index: 1;
        position: relative;
    }
}

.side-list h2 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}

.side-list h3 {
    font-size: 1.7rem;
    font-weight: 500;
    margin: 1em 0 1.45em;
    text-transform: uppercase;
    color: #064c72;
}

.side-list p {
    display: block;
    text-align: justify;
}


.side-image img {
    width: 100%;
    display: inline-block;
}



/* SIDE IMAGE */
.side-image {
    width: 100%;
    display: block;
    margin: 0;
}

.side-image.full-left {
    float: right;
    width: 50vw;
}

.side-image.full-right {
    float: left;
    width: 50vw;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px){
    .side-image.full-right {
        width: 100vw;
        transform: translateX(-50%);
        margin-left: 50%;
    }
}


.side-image.full-left {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    float: left;
}



.content-section {
    width: 100%;
    display: block;
    padding-top: 90px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.content-section .container {
    position: relative;
    z-index: 1;
}

.content-section .container-fluid {
    position: relative;
    z-index: 1;
}

.counter-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.counter-box .odometer {
    font-size: 82px;
    font-family: 'Cinzel', serif;
    display: inline-block;
    line-height: 1;
    position: relative;
    padding: 0;
}

.counter-box .odometer:after {
    content: "";
    width: 70px;
    height: 70px;
    background: #ffce55;
    border-radius: 50%;
    position: absolute;
    right: -50px;
    top: -20px;
    z-index: -1;
}

.counter-box .value {
    font-size: 82px;
    font-family: 'Cinzel', serif;
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}

.counter-box p {
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
    font-weight: 700;
    opacity: 0.7;
}

.counter-box .odometer {
    font-size: 56px;
    color: #064b72;
}

.counter-box .value {
    font-size: 56px;
}

.counter-box {
    margin: 15px 0;
}

.counter-box {
    margin-top: 0;
    margin-bottom: 40px;
}

.col-lg-3:last-child .counter-box {
    margin-bottom: 0;
}

/* TESTIMONIAL BOX */
.col-md-6:nth-child(2) .testimonial-box {
    margin-left: auto;
}

.testimonial-box {
    width: 100%;
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
}
.testimonial-box .content-box {
    width: 100%;
    display: block;
    background: whitesmoke;
    position: relative;
    margin-bottom: 30px;
    padding: 50px;

}
.testimonial-box .content-box:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: whitesmoke transparent transparent transparent;
    position: absolute;
    left: 50px;
    bottom: -20px;
}
.testimonial-box h6 {
    width: 100%;
    display: block;
    margin: 0;
    padding-left: 50px;
}
.testimonial-box {
    max-width: 100%;
}

.testimonial-box {
    margin-bottom: 60px;
}

.testimonial-box .content-box {
    padding: 30px;
}

.col-md-6:last-child .testimonial-box {
    margin-bottom: 0;
}

.about_studio_area {
    padding-top: 50px;
}
.about_studio_area .ab_studio_text h4{
    margin-bottom: 25px;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-color: #fec82a;
    padding-bottom: 8px;
    width: fit-content;
    color: #263a4f;
}

/* project highlights */
.service-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cecece;
    margin-top: 30px;
    position: relative;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.service-box:hover {
    transform: translateY(-25px);
    border-color: transparent;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.service-box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 30px;
    top: 35px;
    background: url("https://themezinho.net/qesco/images/dot-pattern.png");
    background-size: auto;
    background-size: auto 11px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.service-box .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 30px;
}
.service-box h6 {
    width: 100%;
    display: block;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #064b72;
}

.service-box h6::after {
    content: "";
    width: 60px;
    height: 1px;
    background: #cecece;
    position: absolute;
    left: 0;
    bottom: 0;
}

.clients_area .section-title h3{
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-color: #fec82a;
    padding-bottom: 8px;
    width: fit-content;
    color: #263a4f;
}
.section-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

    text-align: center;
}
.br_btn.white:hover {
  color: #fec636 !important;
}
/* about*/
/* SIDE IMAGE CONTENT */
    
    .side-image-content {
        width: 100%;
        float: left;
        display: flex;
        flex-direction: row;
        margin: 100px 0;
    }

    @media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
        .side-image-content {
            margin-bottom: 0;
        }
    }

    @media only screen and (max-width: 991px), only screen and (max-device-width: 991px){
        .side-image-content {
            display: block;
        }
    }

    .side-image-content.right-align {
        float: left;
    }

    .side-image-content.right-align .inner.bg1 {
        order: 2;
    }

    .side-image-content.right-align .inner .main-image {
        margin-top: 0 !important;
    }

    

    .side-image-content .inner {
        width: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

    @media only screen and (max-width: 991px), only screen and (max-device-width: 991px){
        .side-image-content .inner {
            width: 100%;
            float: left;
            display: block;
        }
    }

    @media only screen and (max-width: 991px), only screen and (max-device-width: 991px){
        .side-image-content .inner {
            width: 100%;
            float: left;
            display: block;
        }
    }

    .side-image-content .inner.bg1 {
        background: whitesmoke;
    }

    .side-image-content .inner .main-image {
        width: 100%;
        float: left;
        margin: 0;
        margin-top: -100px;
        margin-bottom: 100px;
    }

    @media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
        .side-image-content .inner .main-image {
            margin-bottom: 0;
        }
    }

    .side-image-content .inner .sub-image {
        width: 250px;
        position: absolute;
        right: -50px;
        bottom: -60px;
        z-index: 2;
    }

    @media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
        .side-image-content .inner .sub-image {
            width: 100%;
            float: left;
            position: static;
            margin: 0;
        }
    }

    .side-image-content .inner img {
        width: 100%;
    }

    .side-image-content .inner .contenty {
        width: 100%;
        float: left;
        padding: 0 15%;
        color: #fff;
    }

    @media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
        .side-image-content .inner .contenty {
            padding: 60px 30px;
            text-align: center;
        }
    }

    @media only screen and (max-width: 991px), only screen and (max-device-width: 991px){
        .side-image-content .inner .contenty {
            padding: 100px 15%;
        }
    }

    .side-image-content .inner .contenty h5 {
        font-size: 12px;
        font-weight: 700;
        color: #074a72;
        padding-bottom: 5px;
    }

    .side-image-content .inner .contenty h5:before {
        content: "";
        width: 4px;
        height: 10px;
        float: left;
        margin-left: -10px;
        margin-top: 2px;
    }

    .side-image-content .inner .contenty h2 {
        margin-bottom: 30px;
        text-indent: -5px;
        color: #074a72;
        text-transform: uppercase;
        border-bottom-style: solid;
        border-bottom-color: #fec82a;
        width: fit-content;
    }

    @media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
        .side-image-content .inner .contenty h2 {
            font-size: 3em;
        }
    }

    @media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px){
        .side-image-content .inner .contenty h2 {
            font-size: 2em;
            text-indent: 0;
        }
    }

    .side-image-content .inner .contenty p {
        line-height: 25px;
        color: #999;
    }

    .side-image-content .inner .contenty a {
        height: 60px;
        line-height: 58px;
        display: inline-block;
        border: 1px solid #fff;
        padding: 0 40px;
        font-size: 11px;
        font-weight: 700;
        color: #fff;
        margin-top: 30px;
        overflow: hidden;
    }

    .side-image-content .inner .contenty .award-list {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .side-image-content .inner .contenty .award-list li {
        width: 100%;
        float: left;
        padding: 5px 0;
    }

    .side-image-content .inner .contenty .award-list li span {
        float: left;
        margin-right: 6px;
        line-height: 23px;
    }

    .side-image-content .inner .contenty .award-list li small {
        width: 18px;
        height: 18px;
        line-height: 20px;
        display: inline-block;
        border-radius: 50%;
        background: #fff;
        color: #f50c1a;
        text-align: center;
        font-weight: 600;
        font-size: 11px;
        margin-bottom: 5px;
    }

    .side-image-content .inner .contenty a * {
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .side-image-content .inner .contenty a span {
        position: relative;
        display: inline-block;
    }

    .side-image-content .inner .contenty a span:before {
        position: absolute;
        top: 100%;
        content: attr(data-hover);
    }

    .side-image-content .inner .contenty a span:before {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .side-image-content .inner .contenty a:hover span {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    