:root {
    --black: #080809;
    --white: #fff;
    --logo-color: #cf2f70;
    --logo-bg: grey;
}

body {
    font-family: "Open Sans", sans-serif;
}

::-moz-selection {
    background-color: black;
    color: #fff;
}

::selection {
    background-color: black;
    color: #fff;
}


ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

a:focus,
a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 5px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

svg,
img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--logo-color);
    border-radius: 6px;
    border: 2px solid white;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/





/* fixed-phone-btnn */
.fixed-phone-btnn,
.fixed-wtsapp-btnn {
    color: white;
    background-color: var(--logo--orange);
    background-color: rgb(44, 107, 178);
    border-radius: var(--border-radius);
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
    z-index: 100;
    text-decoration: none;
}

.fixed-wtsapp-btnn {
    bottom: 95px;
    background: #81d742;
    border: 1px solid #81d742;
}

.fixed-phone-btnn i,
.fixed-wtsapp-btnn i {
    font-size: 25px;
}

.fixed-wtsapp-btnn:hover {
    color: #81d742;
    border: 1px solid #81d742;
    background-color: white;
    transition: 0.4s;
}

.fixed-phone-btnn:hover {
    color: rgb(44, 107, 178);
    border: 1px solid rgb(44, 107, 178);
    background-color: white;
    transition: 0.4s;
}



/* **********************************************************************/
/* **********************************************************************/
/* global */

span.line1,
span.line2 {
    background-color: var(--logo-color);
    height: 3px;
    display: block;
}

span.line1 {
    width: 20px;
    margin-bottom: 5px;
}

span.line2 {
    width: 30px;
    margin-bottom: 10px;
}





/* all-btn */
.all-btn {
    background-color: var(--logo-color);
    padding: 15px 40px;
    text-decoration: none;
    text-transform: capitalize;
    color: white;
    display: inline-block;
}

.all-btn h6 {
    text-transform: capitalize;
}






/* title */
.title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.title .line2 {
    margin-bottom: 0;
}

.title h6 {
    color: var(--logo-color);
    font-weight: bold;
}







/* **********************************************************************/
/* **********************************************************************/


/* **********************************************************************/
/* header */
header {
    height: 75px;
    width: 85%;
    padding: 0 30px;
    /* background: #faf3f1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    transition: background 0.3s ease, box-shadow 0.3s ease;

    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;

    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* logo */
header .logo {
    height: 90%;
}





/* nav */
header nav ul {
    display: flex;
    gap: 15px;
    align-items: center;
}

header nav ul li {
    list-style-type: none;
    text-transform: capitalize;
}

header nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
}

/*  */
header.scrolled {
  background: #faf3f1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

header.scrolled ul li a {
  color: black;
}
/*  */



header nav ul li a.header-btn {
    color: white;
    background: var(--logo-color);
    padding: 15px 40px;
}



/* Mobile menu styles */
#mobile-menu {
    display: none;
}

/* close */
header .close {
    display: none;
}

/* ham */
header .ham {
    display: none;
}


/* **********************************************************************/
#banner {
    background-image: url(https://images.unsplash.com/photo-1553877522-43269d4ea984?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170);
    background-image: url(https://images.unsplash.com/photo-1758518730384-be3d205838e8?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1331);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
}



/* banner-overlay */
#banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006e;

    height: 100%;
    width: 100%;
}

#banner .container {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

#banner .banner-txt {
    max-width: 600px;
    padding-top: 75px;
    margin: auto;
    text-align: center;
}

#banner .banner-txt h1 {
    margin-bottom: 10px;
    margin: auto;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

#banner .banner-txt h1 span.h1-first {
    color: var(--logo-color);
    font-weight: 900;
    font-size: 70px;
}

#banner .banner-txt h1 span.h1-second {
    color: #ac2d6c;
    font-weight: 600;
    font-size: 45px;
}

#banner .banner-txt h1 span.h1-third {
    color: rgb(71 22 78);
    font-size: 40px;
}

#banner .banner-txt p {
    color: rgba(255, 255, 255, 0.719);
    margin-bottom: 20px;
    font-size: 30px;
}


#banner .banner-txt .all-btn {
    min-width: 190px;
    background: rgb(229 104 36);
}






/* **********************************************************************/

/* #about */
#about {
    padding-bottom: 0;
}

/* welcome-txt  */
#about .welcome-txt {
    text-align: center;
}

#about .welcome-txt h2 {
    font-size: 35px;
    max-width: 900px;
    margin: auto;
    margin-bottom: 30px;
    font-weight: bold;
}
#about .welcome-txt h2 span {
    color: var(--logo-color);
}



/* abt-content */
#about .abt-content {
    width: 80%;
}

#about .abt-content p {
    margin-bottom: 20px;
}



/* abt-why-us */
#about .abt-why-us ul li {
    list-style-type: none;
    font-size: 20px;
}

#about .abt-why-us ul li i {
    font-weight: bold;
    color: var(--logo-color);
}



/* abt-highlights */
#about .abt-highlights .title-highlight h6 {
    font-size: 35px;
    margin: 40px 0;
    font-weight: 600;
}

#about .abt-highlights {
    margin-top: 50px;
}

/* abt-highlight-box */
#about .abt-highlight-box {
    background: rgb(71 22 78);
    min-height: 200px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




/* abt-highlight-icon */
#about .abt-highlight-box .abt-highlight-icon i {
    color: white;
    font-size: 60px;
    margin-bottom: 20px;
    display: block;

}

/* abt-highlight-content */
#about .abt-highlight-box .abt-highlight-content h6 {
    font-size: 20px;
    color: white;
    font-weight: bold;
}











/* **********************************************************************/
/* #services page  */
#services a {
    text-decoration: none;
}

#services .services-box {
    height: 350px;
    width: 100%;
    /* text-align: center; */
    padding: 15px;


    display: flex;
    align-items: end;
    /* justify-content: center; */

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    background-blend-mode: overlay;
    /* blends color with image */
    background-color: rgb(0 0 0 / 60%);
    /* light black overlay */

}


#services .services-box .service-cover {
    width: 100%;
}




#services .service-box-img1 {
    background-image: url(https://images.unsplash.com/photo-1573165265437-f5e267bb3db6?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1169);
}

#services .service-box-img2 {
    background-image: url(https://images.unsplash.com/photo-1634474588578-7f0565a1cea5?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170);
}

#services .service-box-img3 {
    background-image: url(https://images.unsplash.com/photo-1507679799987-c73779587ccf?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1171);
}






#services .services-box h5 {
    margin-bottom: 10px;
    color: white;
    font-weight: bold;
}

#services .services-box p {
    margin-bottom: 10px;
    min-height: 50px;
    color: rgba(255, 255, 255, 0.815);
}

#services .services-box-a {
    text-transform: capitalize;
    border-top: 1px solid #ffffff75;
    padding-top: 10px;
    color: white;
    font-weight: bold;
}

#services .all-btn {
    margin-top: 20px;
}








/* **********************************************************************/
/* #Industries-we-serve { */
#Industries-we-serve {
    background: #faf3f185;
    padding-bottom: 0;
}

#Industries-we-serve .title {
    justify-content: center;
}


#Industries-we-serve .col-12 {
    padding: 0;
}



#Industries-we-serve .sector-grid {
    height: 250px;
    padding: 0 15px;

    display: flex;
    justify-content: center;
    align-items: end;


    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* img 1 */
#Industries-we-serve .sector-grid-img1 {
    background-image: linear-gradient(to top, rgb(0, 0, 0), transparent), url(https://images.unsplash.com/photo-1573495627361-d9b87960b12d?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1169);

}

/* img 2 */
#Industries-we-serve .sector-grid-img2 {
    background-image: linear-gradient(to top, rgba(0, 0, 0), transparent), url(https://images.unsplash.com/photo-1532619675605-1ede6c2ed2b0?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);

}

/* img 3 */
#Industries-we-serve .sector-grid-img3 {
    background-image: linear-gradient(to top, rgba(0, 0, 0), transparent), url(https://images.unsplash.com/photo-1598299803204-b73796f43289?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170);

}

/* img 4 */
#Industries-we-serve .sector-grid-img4 {
    background-image: linear-gradient(to top, rgba(0, 0, 0), transparent), url(https://images.unsplash.com/photo-1567789884554-0b844b597180?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170);

}

/* img 5 */
#Industries-we-serve .sector-grid-img5 {
    background-image: linear-gradient(to top, rgba(0, 0, 0), transparent), url(https://images.unsplash.com/photo-1582540730843-f4418d96ccbe?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1246);
    height: 300px;
    background-position: top;

}

/* img 6 */
#Industries-we-serve .sector-grid-img6 {
    background-image: linear-gradient(to top, rgba(0, 0, 0), transparent), url(https://images.unsplash.com/photo-1581094488379-6a10d04c0f04?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170);
    height: 300px;

}

/* img 7 */
#Industries-we-serve .sector-grid-img7 {
    background-image: linear-gradient(to top, rgba(0, 0, 0), transparent), url(https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170);
    height: 300px;

}

/* img8 */
#Industries-we-serve .sector-grid-img8 {
    background-image: linear-gradient(to top, rgba(0, 0, 0), transparent), url(https://images.unsplash.com/photo-1664575602276-acd073f104c1?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170);
    height: 300px;

}

/* img 9 */
#Industries-we-serve .sector-grid-img9 {
    background-image: linear-gradient(to top, rgba(0, 0, 0), transparent), url(https://images.unsplash.com/photo-1567958451986-2de427a4a0be?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170);
    height: 300px;

}


#Industries-we-serve .sector-grid h5 {
    color: white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}













/* **********************************************************************/
/* why-us */

#why-us .title {
    justify-content: center;
}



/* why-us-extra-padding */
#why-us .why-us-extra-padding {
    margin-top: 40px;
}

#why-us .why-us-cover {
    background: #fcf9f8;
    padding: 15px;
    min-height: 300px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

#why-us .why-us-icon i {
    background: var(--logo-color);
    padding: 15px 20px;
    display: inline-block;
    margin-bottom: 10px;
    color: white;
}

#why-us .why-us-content h5 {
    margin-bottom: 5px;
    font-weight: bold;
}

#why-us .why-us-content p {
    color: rgba(0, 0, 0, 0.637);
}






/* **********************************************************************/
/* footer  */
footer {
    background: rgb(32, 32, 32);
    color: rgba(255, 255, 255, 0.534);
    padding-top: 40px;
}


footer h6 {
    /* color: var(--logo-color); */
    color: white;
    margin-bottom: 5px;
}

footer ul li {
    list-style-type: none;
}

footer ul li a {
    text-decoration: none;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.534);
}




/* footer-contact */
footer .footer-contact .contact-info-box {
    display: flex;
    gap: 10px;
}

footer .footer-contact .contact-info-box .contact-info {
    margin-bottom: 5px;
}

footer .footer-contact .contact-info-box .contact-info a {
    text-decoration: none;
}








/* copyrights-body */
footer .copyrights-body {
    margin-top: 20px;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.425);
    text-transform: capitalize;
}

/* **********************************************************************/



































/* **********************************************************************/
/* other-page-banner */
#other-page-banner {
    height: 450px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.abt-page-bg {
    background-image:
        linear-gradient(rgba(0, 0, 0, 70%), rgba(0, 0, 0, 90%)), url(https://images.unsplash.com/photo-1560179707-f14e90ef3623?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1173);
}

#other-page-banner .container {
    height: 100%;
    width: 100%;

    display: flex;
    align-items: end;
}

#other-page-banner .other-page-bg-heading h6 {
    color: white;
    font-size: 35px;
    font-weight: bold;
}







/* **********************************************************************/
/* about-page */
#about-page .abt-page-content .title {
    justify-content: center;
}

#about-page .abt-page-content {
    text-align: center;
}

#about-page .abt-page-content p {
    width: 80%;
    margin: 20px auto;
    font-size: 20px;
    font-weight: 500;
}


/* about-page-content-imgs */
#about-page .about-page-content-img {
    height: 400px;
    width: 100%;
    margin-top: 40px;

    background-image: url(https://images.unsplash.com/photo-1606836591695-4d58a73eba1e?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1171);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}





/* founder */
#founder {
    background-color: #faf3f185;
}

#founder .title {
    justify-content: center;
}

#founder .founder-content {
    text-align: center;
    width: 80%;
    margin: auto;
}

#founder .founder-content-info h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#founder .founder-content-info h6 {
    margin-bottom: 10px;
}





/* abt-page */
/* vision-mission-values */
#vision-mission-values-abt-page .vmv-icon i {
    color: white;
    background-color: var(--logo-color);
    padding: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

#vision-mission-values-abt-page .vmv-box .line-box {
    margin-bottom: 20px;
}

#vision-mission-values-abt-page .vmv-box {
    margin-bottom: 20px;
}

#vision-mission-values-abt-page .vmv-box h5 {
    margin-bottom: 5px;
    font-weight: bold;
}









/* we-stand-for-box */
#weStandFor {
    background: #faf3f185;
}
#weStandFor .title {
    justify-content: center;
}
#weStandFor .we-stand-for-box {
    min-height: 250px;
    margin-bottom: 20px;
    background: white;
    padding: 40px 10px;
        display: flex;
    flex-direction: column;
    justify-content: center;
}
#weStandFor .we-stand-for-box i{
    font-size: 30px;
    color: var(--logo-color);
}
#weStandFor .we-stand-for-box h6{
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--logo-color);
}









/* **********************************************************************/
/* services-page */
/* **********************************************************************/

#services-page a {
    text-decoration: none;
}

#services-page .services-box {
    height: 350px;
    width: 100%;
    /* text-align: center; */
    padding: 15px;
    margin-bottom: 20px;


    display: flex;
    align-items: end;
    /* justify-content: center; */

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    background-blend-mode: overlay;
    /* blends color with image */
    background-color: rgb(0 0 0 / 60%);
    /* light black overlay */

}


#services-page .service-box-img1 {
    background-image: url(https://images.unsplash.com/photo-1573165265437-f5e267bb3db6?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1169);
}

#services-page .service-box-img2 {
    background-image: url(https://images.unsplash.com/photo-1634474588578-7f0565a1cea5?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170);
}

#services-page .service-box-img3 {
    background-image: url(https://images.unsplash.com/photo-1507679799987-c73779587ccf?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1171);
}

#services-page .service-box-img4 {
    background-image: url(https://images.unsplash.com/photo-1723987135977-ae935608939e?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170);
}

#services-page .service-box-img5 {
    background-image: url(https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170);
}

#services-page .service-box-img6 {
    background-image: url(https://images.unsplash.com/photo-1602501348556-b729a273f368?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170);
}





#services-page .services-box h5 {
    margin-bottom: 10px;
    color: white;
    font-weight: bold;
}

#services-page .services-box p {
    margin-bottom: 10px;
    min-height: 50px;
    color: rgba(255, 255, 255, 0.815);
}

#services-page .services-box-a {
    text-transform: capitalize;
    border-top: 1px solid #ffffff75;
    padding-top: 10px;
    color: white;
    font-weight: bold;
}
















/* client-enquiry-page */
#client-enquiry-page #inquiryForm .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.form-label {
    margin-bottom: 5px;
    color: var(--logo-color);
    font-weight: 500;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--logo-color);
}



#applicationForm .cardd,
#inquiryForm .cardd {
    background: white;
}

#applicationForm .all-btn,
#inquiryForm .all-btn {
    border: 0;
}





#client-enquiry-page .title {
    justify-content: center;
}
#client-enquiry-page .client-enquiry-page-turst-title p{
   text-align: center;
   /* color: black; */
}
/* client-enquiry-trust */
#client-enquiry-page .client-enquiry-trust {
    margin-top: 40px;
}
#client-enquiry-page .client-enquiry-trust i {
    font-size: 30px;
    color: var(--logo-color);
}

#client-enquiry-page .client-enquiry-trust h6 {
    color: var(--logo-color);
    margin: 10px 0;
}











/* applicationForm-job-page */
#applicationForm-job-page {
    text-align: center;
}
#applicationForm-job-page .title{
    justify-content: center;
}
#applicationForm-job-page p{
    margin-bottom: 40px;
}
#applicationForm-job-page .icon-box {
    margin-bottom: 30px;
}
#applicationForm-job-page .icon-box i {
    color: var(--logo-color);
    font-size: 30px;
}
#applicationForm-job-page .icon-box h6 {
    color: var(--logo-color);
}












/* **********************************************************************/
/* contact-page */
#clients-page .client-page-list-imgs img {
    margin-bottom: 20px;
}




















/* **********************************************************************/
/* contact-page */
#contact-page .title {
    justify-content: center;
}




/* contact-details-box */
#contact-page .contact-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contact-page .contact-details-box {
    min-height: 100px;
    padding: 10px 30px;
    margin-bottom: 15px;
    background: #faf3f185;

    display: flex;
    align-items: center;
    gap: 20px;
}

#contact-page .contact-details-box i {
    padding: 10px;
    background: var(--logo-color);
    color: white;
    font-size: 20px;
}


#contact-page .contact-details-box h6 {
    color: var(--logo-color);
    margin-bottom: 5px;
    font-weight: bold;
}

#contact-page .contact-details-box a {
    color: rgba(0, 0, 0, 0.768);
    text-decoration: none;
}

#contact-page .contact-details-box address {
    color: rgba(0, 0, 0, 0.768);
    text-decoration: none;
}


#contact-page .contact-page-img {
    background-image: url(https://images.unsplash.com/photo-1517048676732-d65bc937f952?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}




#contact-page .map {
    margin-top: 40px;
}



/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/