body {
    margin: auto;
    padding: auto;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: "Archivo", sans-serif;
    font-size: 14.5px;
}

/* Common CSS Style Start */

.icon {
    color: rgb(255, 255, 255);
    margin-right: 10px;
}

a {
    text-decoration: none;
    color: black;
}

h2 {
    font-weight: 800;
    font-size: 32px;
}

.anchor-button {
    padding: 10px 20px;
    background-color: #2b2c6b;
    border-radius: 3px;
    color: #ffffffff;
    transition: .3s;
}

.anchor-button:hover {
    background-color: #3a3ef8;
    color: #ffffffff;
}

.top-bar {
    background-color: #2b2c6b;
}

/* Common CSS Style End */



/* Navbar Start */
@media only screen and (max-width: 580px) {
    .logo {
        width: 150px;
    }

    .active {
        color: #2b2c6b;
    }
}

@media only screen and (min-width: 768px) {
    .logo {
        width: 200px;
    }

    .active {
        color: #2b2c6b;
    }
}

@media only screen and (min-width: 1024px) {
    .logo {
        width: 200px;
    }

    .active {
        background-color: #2b2c6b;
        color: #ffffffff !important;
        border-radius: 3px;
    }
}

@media only screen and (min-width: 1440px) {
    .logo {
        width: 200px;
    }

    .active {
        background-color: #2b2c6b;
        color: #ffffffff !important;
        border-radius: 3px;
    }
}

.get-quote-button {
    background-color: #2b2c6b;
    padding: 10px;
    color: #ffffffff !important;
    border-radius: 5px;
}

.get-quote-button:hover {
    background-color: #3a3ef8;
}

/* Navbar End */




/* Home Page Start */
.page-top-bg {
    background-image: url(../images/home-page/2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    animation: shrink 3s alternate;
}

.page-first-title {
    position: absolute;
    color: rgb(67, 67, 67);
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 80px;
}

.home-page-first-small_title {
    font-size: 20px;
}

@media only screen and (max-width: 580px) {
    .page-first-title {
        position: absolute;
        color: rgb(67, 67, 67);
        top: 50%;
        text-align: center;
        font-size: 30px;
    }
}


.card {
    border: 0;
}

.card-body {
    padding: 10px;
}

.item {
    background-color: #ffffffff !important;
}

.affiliations-img {
    width: 160px !important;
    height: 100px !important;
    margin: auto;
    display: block;
}

/* Home Page End */



/* About Page Start */
.about-page-top-bg {
    background: rgba(57, 57, 57, 0.822) url(../images/about-page/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    animation: shrink 3s alternate;
    background-blend-mode: darken;
}

.ceo-message-text{
    text-align: justify;
}


/* About Page End */

/* Certificate Page Start */
.certificate-page-top-bg {
    background: rgba(57, 57, 57, 0.822) url(../images/certificate-page/certifiacte-page-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    animation: shrink 3s alternate;
    background-blend-mode: darken;
}

.certificate-card-img {
    width: 80%;
    margin: auto;
}

.read-more-button {
    font-size: 13px;
    border: 0px;
    padding: 10px 20px;
    background-color: #2b2c6b;
    color: #ffffffff;
    border-radius: 5px;
    transition: .3s;
}

.read-more-button:hover {
    background-color: #3a3ef8;
}

.arrow-icon {
    font-size: 10px;
}

/* Certificate Page End */

/* Structural and Safety Start */

.structural-page-top-bg {
    background: rgba(103, 103, 103, 0.6) url(../images/structural-safety/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    animation: shrink 3s alternate;
    background-blend-mode: darken;
}

.structural-2bg {
    width: 100%;
    border-radius: 10px;
}

/* Structural and Safety End */

/* Others Services Start */

.others-services-page-top-bg {
    background: rgba(103, 103, 103, 0.6) url(../images/others-services/others-services-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    animation: shrink 3s alternate;
    background-blend-mode: darken;
}

/* Others Services End */













/* Contact Page Start */

.contct-page-top-bg {
    background: rgba(103, 103, 103, 0.6) url(../images/contact-page.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    animation: shrink 3s alternate;
    background-blend-mode: darken;
}

.contact-page-icon {
    padding-top: 10%;
    margin: auto;
    display: block;
    border-radius: 50px;
    height: 100px;
    width: 100px;
    font-size: 30px;
    background-color: #2b2c6b;
    color: #ffffffff;
}

/* Contact Page End */


/* News and events start */
.news-page-top-bg {
    background: rgba(103, 103, 103, 0.6) url(../images/news/news-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    animation: shrink 3s alternate;
    background-blend-mode: darken;
}

.news-card-img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}

/* News and events end */

/* Single News Page Start */
.single-page-news-title{
    margin-bottom: 30px;
}

.single-news-header-img{
    object-fit: cover;
    max-height: 400px;
    width: 80%;
    margin: auto;
    display: block;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Single News Page End */





/* Footer */
.copy-right {
    font-size: 12px;
}

.footer-social-icon {
    font-size: 22px;
    transition: .3s;
}

.footer-social-icon:hover {
    color: rgb(154, 154, 154);
}


/* Get Quote Start */

.get-quote-section{
    margin-top: 200px;
    border-radius: 10px;
    color: #ffffffff;
    padding: 5%;
    background-color: #02044a;
}


.qoute-section-icon{
    margin-top: 100px;
}

.qoute-section-icon i{
    color: rgb(82, 163, 255);
}

.qoute-social-icon{
    padding: 20px;
    transition: .3s;
}
.qoute-social-icon:hover{
    background-color: #3a3ef8;
    border-radius: 8px;
}

.get-quote-form{
    background: rgba(255, 255, 255, 0.059);
    border-radius: 10px;
    padding: 20px;
}
/* Get Quote End */