@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Libre Caslon Text', serif;
}

.btn-theme1 {
    border-radius: 0;
    background-color: #0073bc;
    color: #fff;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.btn-theme1:hover {
    background-color: #0163a0;
    color: #fff;
}

.dark-overlay {
    z-index: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(1deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 15%, rgba(255, 255, 255, 0) 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dark-blue-overlay {
    z-index: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(1deg, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 1) 10%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header {
    z-index: 1000 !important;
}

header .navbar .navbar-brand {
    width: 15%;
}

header .navbar .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 0.8rem;
}

header .navbar .navbar-nav .nav-item .dropdown-menu {
    text-transform: uppercase;
    font-size: 0.8rem;
    border-radius: 0;
}

header .navbar {
    background-color: #fff
}

header .navbar .socialies {
    display: none;
    padding: 0 2rem;
}

header .navbar .socialies a {
    color: #000000;
    padding: 0 0.5rem;
    font-size: 1.2rem;
}

.slider .slider-carousel .slide-cont {
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider .slider-carousel .slide-cont .slide-title {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    color: #f3f3f3;
}

.slider .slider-carousel .slide-cont .slide-title h4 {
    background-color: #0064a9;
    padding: 0.5rem 1rem;
    color: #fff;
    margin-bottom: 0;
}

.slider .slider-carousel .slide-cont .slide-title h5 {
    background-color: #000;
    padding: 0.5rem 1rem;
    color: #fff;
    width: fit-content;
    font-size: 1rem;
}

.slider .slider-carousel .slide-cont .desk-slide {
    display: none;
}

.slider .owl-dots {
    position: absolute;
    bottom: 1rem;
    right: 0;
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #006fbb;
}

.whyus {
    background-color: #000;
    padding: 3rem 0;
    color: #fff;
    text-align: center;
}

.whyus a {
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.whyus a:hover {
    color: #cecece;
}

.whyus p {
    font-size: 0.9rem;
    color: #626262;
}

.whyus h2 {
    margin-bottom: 2rem;
}

.whyus .whyus-itm-cont {
    margin-bottom: 3rem;
}

.projects {
    padding: 2rem 0;
}

.projects .pro-links a {
    color: #fff;
    text-decoration: none;
}

.projects .pro-links .pro-type {
    margin-bottom: 2rem;
}

.projects .pro-links .pro-type img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.projects .pro-links .pro-type:hover img,
.projects .pro-links .pro-type:focus img,
.projects .pro-links .pro-type:active img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.projects .pro-links .pro-type .pro-type-fimg {
    position: relative;
    overflow: hidden;
}

.projects .pro-links .pro-type .pro-type-fimg h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 0 1.5rem;
}

.projects .pro-links .pro-type span {
    border-radius: 0;
    background-color: #0073bc;
    color: #fff;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.projects .pro-links .pro-type:hover span {
    background-color: #0163a0;
    color: #fff;
}

.projects .project-fimg-cont {
    display: none;
}

.projects .project-intro-text {
    text-align: center;
    margin-bottom: 2rem;
}


.specializations {
    padding: 2rem 0;
}

.specializations h2 {
    padding: 2rem 0;
    text-align: center;
}

.specializations a {
    color: #fff;
    text-decoration: none;
}

.specializations .specializ-cont {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.specializations .specializ-cont img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.specializations .specializ-cont:hover img,
.specializations .specializ-cont:focus img,
.specializations .specializ-cont:active img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.specializations .specializ-cont h5 {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.best-service {
    padding: 2rem 0;
}

.best-service h2 {
    margin-bottom: 3rem;
}

.best-service .best-service-itm {
    display: flex;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.best-service .best-service-itm div span {
    background-color: #000000;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    padding: 0.9rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    margin-right: 2rem;
}

.best-service .best-service-itm h6 {
    font-weight: 700;
}

.best-service .bs-steps {
    position: relative;
}

.best-service .bs-steps .step-line {
    width: 1px;
    height: 70%;
    background-color: #000;
    position: absolute;
    left: 2.4rem;
    margin: auto
}


.certifications {
    padding: 4rem 0;
}

.certifications h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.certifications .certification-carousel .owl-nav {
    position: absolute;
    top: 15%;
    width: 100%;
}

.certifications .certification-carousel .owl-nav button.owl-next,
.certifications .certification-carousel .owl-nav button.owl-prev {
    background: transparent;
    color: rgba(0, 0, 0, 0.4);
    border: none;
    padding: 10px !important;
    font-size: 35px;
    padding: 5px;
    border-radius: 0px;
}

.certifications .certification-carousel .owl-nav button.owl-next:hover,
.certifications .certification-carousel .owl-nav button.owl-prev:hover {
    color: rgba(0, 0, 0, 0.8);
}

.certifications .certification-carousel .owl-nav .owl-next {
    position: absolute;
    text-align: right;
    right: -6rem;
    color: #ccc;
}

.certifications .certification-carousel .owl-nav .owl-prev {
    position: absolute;
    text-align: left;
    left: -6rem;
    color: #ccc;
}

.certifications .certification-carousel .certifi-itm {
    padding: 1.5rem;
}

footer {
    text-align: center;
    color: #ccc;
    padding: 3rem 0;
    background-color: #000;
    border-top: 1rem solid #006fbb;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    display: inline-block;
    margin-right: 0.4rem;
    font-size: 0.8rem;
    text-transform: uppercase;
}

footer a {
    color: #ccc;
    text-decoration: none;
}

footer a:hover {
    color: #626262;
}

footer .copyright {
    text-align: center;
    color: #cecece;
}

.bread-crumb-trail {
    padding: 0.5rem 0;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.bread-crumb-trail a {
    color: #000;
    text-decoration: none;
}

.bread-crumb-trail .active {
    color: #006fbb;
}


.content-place-holder {
    padding: 0 0 4rem 0;
}

.content-place-holder h1 {
    text-align: center;
}

.content-place-holder h2, .content-place-holder h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.content-place-holder .who-we-are-cont {
    padding: unset;
}

.content-place-holder .who-we-are {
    position: relative;
}

.content-place-holder .who-we-are img:last-child {
    position: absolute;
    top: 14%;
    right: 5%;
    width: 50%;
    display: none;
}

.content-place-holder.we-section {
    padding: 4rem 0;
}

.content-place-holder.how-we-are-sec {
    background-color: #f3f3f3;
    padding: 4rem 0;
}

.content-place-holder.man-policy-section {
    padding: 4rem 0;
    background-image: url(img/Management-Policy-bgimg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #c1c1c1;
}

.content-place-holder.we-practice-safety {
    padding: 4rem 0;
}

.content-place-holder.accreditation-of-standard-certification {
    background-color: #e8f6fe;
    padding: 4rem 0;
    text-align: center;
}

.content-place-holder.accreditation-of-standard-certification h2 {
    margin-bottom: 3rem;
}

.content-place-holder.accreditation-of-standard-certification img {
    margin-bottom: 2rem;
}

.content-place-holder.accreditation-of-standard-certification p {
    font-size: 1rem;
    font-weight: 600;
}

.content-place-holder.cida-certification {
    padding: 4rem 0;
}

.content-place-holder.cida-certification h3 {
    padding-bottom: 1rem;
}

.content-place-holder.cida-certification ul {
    padding: 0;
    margin: 0;
}

.content-place-holder.cida-certification ul li {
    font-weight: 600;
    margin-bottom: 0.6rem;
    display: flex;
}

.content-place-holder.cida-certification ul li i {
    color: #006fbb;
    margin-right: 1rem;
}

.content-place-holder.iso-certification {
    background-image: url(img/iso-certification-bgimg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 4rem 0;
    text-align: center;
    color: #ccc;
}

.content-place-holder.iso-certification h3 {
    margin-bottom: 2rem;
}

.content-place-holder.iso-certification ul {
    padding: 0;
    margin: 0;
}

.content-place-holder.iso-certification ul li {
    font-weight: 600;
    margin-bottom: 0.6rem;
    display: flex;
    text-align: center;
}

.content-place-holder.iso-certification ul li i {
    color: #006fbb;
    margin-right: 1rem;
}

.content-place-holder.iso-certification .iso-certificate-itm {
    padding: 0.5rem;
    background-color: #cecece;
    margin-bottom: 1rem;
}

.content-place-holder.capabilities {
    text-align: center;
}

.content-place-holder.capabilities {
    text-align: center;
}

.content-place-holder.capabilities .capabilities-itm {
    padding: 0.5rem;
    background-color: #cecece;
    margin-bottom: 1rem;
}


.content-place-holder.steuart-home h2 {
    margin-bottom: 1rem;
    margin-top: 3rem;
    text-align: center;
}

.content-place-holder.steuart-home ul {
    padding: 0;
    margin: 0;
}

.content-place-holder.steuart-home ul li {
    font-weight: 500;
    margin-bottom: 0.8rem;
    display: flex;
}

.content-place-holder.steuart-home ul li i {
    color: #006fbb;
    margin-right: 1rem;
}

.content-place-holder.steuart-home ul {
    padding: 0;
    margin: 0;
}

.content-place-holder.steuart-home ul li {
    font-weight: 500;
    margin-bottom: 0.8rem;
    display: flex;
}

.content-place-holder.steuart-home ul li i {
    color: #006fbb;
    margin-right: 1rem;
}

.content-place-holder.professionalism {
    background-image: url(img/professionalism-bgimg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 4rem 0;
    color: #ccc;
}

.content-place-holder.professionalism h2 {
    margin-bottom: 2rem;
}

.content-place-holder.professionalism ul {
    padding: 0;
    margin: 0;
}

.content-place-holder.professionalism ul li {
    font-weight: 500;
    margin-bottom: 0.8rem;
    display: flex;
}

.content-place-holder.professionalism ul li i {
    color: #006fbb;
    margin-right: 1rem;
}

.content-place-holder.contact .form-control {
    border-radius: 0;
}

.content-place-holder.contact a {
    text-decoration: none;
}

.content-place-holder.contact .contact-info {
    background-color: #f9f9f9;
    padding: 1rem;
}

.content-place-holder.contact .contact-info a {
    color: #000;
}

.content-place-holder.contact .contact-info p i {
    color: #0163a0;
    margin-right: 0.5rem;
}

.content-place-holder.contact .contact-info p span {
    color: #0163a0;
    font-weight: 600;
}

#comProjectCont {
    margin-top: 3rem;
}

.gallery a img {
    float: left;
    width: 20%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}

.gallery a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5;
}

.gallery a.big img {
    width: 40%;
}

.gallery .gall-itm {
    width: 25%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project-profile .gallery a div {
    float: left;
    width: 20%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}

.project-profile .gallery a:hover div {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5;
}

.project-profile .gallery a.big div {
    width: 40%;
}

.project-profile .gallery .gall-itm {
    width: 25%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.align-center {
    text-align: center;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

#comProjectCont {
    margin-top: 3rem;
}

.project-cat {
    animation: zoomIn 0.5s ease-in-out forwards;
}

.project-cat a {
    text-decoration: none;
    color: #000;
}

.project-cat .project-cat-itm {
    position: relative;
    text-align: center;
}

.project-cat .project-cat-itm .projectcat-itm-img {
    background-color: #f3f3f3;
    padding: 1rem;
}

.project-cat .project-cat-itm .cat {
    position: absolute;
    right: 0;
    top: 0.5rem;
    padding: 0.2rem 0.8rem;
    background-color: #0163a0;
    color: #fff;
    font-size: 0.7rem;
}

.project-cat .project-cat-itm .all-tag {
    font-size: 0.8rem;
    visibility: hidden;
}

.page-cover{
    margin-top: 3rem;
}

.projectpage-cover {
    padding: 7rem 0 2rem 0;
    background-color: #0064a9;
    color: #fff;
    text-align: center;
}

.content-place-holder .pro-info-cont {
    margin-bottom: 2rem;
}

.content-place-holder .pro-gallery .gallery-thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20%;
    height: 200px;
    background-color: #ccc
}

.ddbykj{
    text-align: center;
    font-size: 0.8rem;
    color: #3e3e3e;
    margin-top: 2rem;
}
.ddbykj a{
    text-align: right;
    color: #014e83;
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@media (min-width: 992px) {
    header .navbar .socialies {
        display: block;
    }

    header .navbar .navbar-brand {
        width: 6%;
    }

    .slider .slider-carousel .slide-cont {
        height: unset;
    }

    .slider .slider-carousel .slide-cont .desk-slide {
        display: block;
    }

    .slider .slider-carousel .slide-cont .slide-title {
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        width: unset;
    }

    .rem02-padding-lr {
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }

    .projects .project-fimg-cont {
        display: unset;
    }

    .projects .project-intro-text {
        text-align: unset;
        margin-bottom: unset;
    }

    .projects .pro-links .pro-type {
        margin-bottom: unset;
    }

    .whyus {
        text-align: unset;
    }

    .whyus h2 {
        margin-bottom: unset;
    }

    .whyus .whyus-itm-cont {
        margin-bottom: unset;
    }

    header .navbar .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    header .navbar .navbar-nav .nav-item .nav-link.active {
        border-bottom: 1px solid #006fbb;
    }

    header .navbar .navbar-nav .nav-item:hover .nav-link {
        border-bottom: 1px solid #006fbb;
    }

    .certifications .certification-carousel .owl-nav {
        top: 25%;
    }

    .certifications .certification-carousel .owl-nav button.owl-next,
    .certifications .certification-carousel .owl-nav button.owl-prev {
        font-size: 40px;
    }

    .certifications .certification-carousel .certifi-itm {
        padding: 2rem;
    }

    .content-place-holder .who-we-are-cont {
        padding: 4rem 0;
    }

    .content-place-holder .who-we-are img:last-child {
        display: block;
    }

    footer {
        text-align: unset;
    }
    footer .copyright {
        text-align: right;
    }

    .page-cover{
        margin-top: 0;
    }

    .content-place-holder.steuart-home h2 {
        margin-bottom: 2rem;
        margin-top: 3rem;
        text-align: unset
    }
    .content-place-holder h2, .content-place-holder h3 {
        margin-top: unset;
        margin-bottom: 0.5rem;
    }

    .ddbykj{
        text-align: right;
    }
}
