:root {
    --black: #080809;
    --white: #fff;
    --p-dim: #000000ad;
}

body {
    font-family: "Poppins", 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;

}

a:focus,
a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 5px;
}

section {
    padding-top: 130px;
    padding-bottom: 130px;
}

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: black;
    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;
}





/* **********************************************************************/
/* **********************************************************************/
/* common  */
.all-btn {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #edb947;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}




/* title-cover/ */
.title-cover {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.title-cover span.title-brick {
    background: #0c5e7e;
    background: #1a1a18;
    background: #edb947;
    width: 10px;
    height: 10px;
}

.title-cover h6 {
    color: var(--p-dim);
    text-transform: uppercase;
}



/* **********************************************************************/
/* **********************************************************************/



/* header */
header {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: transparent;
}

header.scrolled {
    background: #1a1a18;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}



header .container {
    height: 100%;
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}



/* logo  */
header .logo {
    height: 90%;
}

header .logo img {
    height: 100%;
}



/* nav  */
header nav ul {
    display: flex;
    gap: 20px;
}

header nav ul li {
    list-style: none;
}

header nav ul li a {
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    /* color: #cca440; */
}






/* mobile-menu */
header nav {
    display: block;
}

header #mobile-menu {
    display: none;
}




/* hamburger */
header #hamburger {
    display: none;
}

header #hamburger i {
    color: white;
    font-size: 25px;
}











/* **********************************************************************/
/* banner */
#banner {
    padding: 0;
    height: 100vh;
    width: 100%;
    position: relative;
}

#banner .banner-vid {
    height: 100%;
    width: 100%;
}

#banner .banner-vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#banner .banner-vid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



/* banner-content */
#banner .banner-content {
    height: 100%;
    width: 100%;
    background: linear-gradient(#0009, #0009);

    display: flex;
    align-items: end;

    position: absolute;
    bottom: 0;
    left: 0;
}

#banner .banner-content h1 {
    max-width: 800px;
    color: white;
    text-transform: capitalize;
    font-size: 60px;
}

#banner .banner-content p {
    max-width: 400px;
    color: white;
    margin: 30px 0;
}

#banner .banner-content a.all-btn {
    color: white;
    margin-bottom: 30px;
}



/* **********************************************************************/
/* about */



#about .abt-content-heading h5 {
    font-size: 40px;
}

#about .abt-content-p p {
    color: var(--p-dim);
    margin-bottom: 20px;
}





/* /abt-img */
#about .abt-img {
    height: 600px;
    width: 100%;
    margin-top: 50px;

    background-image: url(../images/home/about/about-section-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}








/* **********************************************************************/
/* services */
#services {
    background: rgba(0, 0, 0, 0.207);
    background-image: linear-gradient(rgba(0, 0, 0, 0.473)), url(../images/home/services/services-bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#services .title-cover h6 {
    color: white;
}

/* a  */
#services a {
    text-decoration: none;
    color: black;
}

/* services-card */
#services .services-card {
    background: white;
    padding: 15px;
}


/* services-img */
#services .services-card .services-img {
    height: 250px;
}

#services .services-card .services-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* services-title */
#services .services-card .services-title h3 {
    padding-top: 15px;
    font-size: 15px;
}




#services a.all-btn {
    color: white;
    margin-top: 30px;
}























/* **********************************************************************/
/* Featured Projects */
#Featured-projects img {
    margin-bottom: 20px;
}


/* **********************************************************************/
/* why-choose-us */
#why-choose-us {
    background: #fbf9f5;
}

/* why-box */
#why-choose-us .why-box {
    background: #fff;
    padding: 15px;
    min-height: 220px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

#why-choose-us .why-box h3 {
    font-size: 15px;
    margin: 10px 0;
    color: black;
}



/* why-icon */
#why-choose-us .why-icon {
    font-size: 45px;
    color: var(--p-dim);
    color: #edb947;
}

#why-choose-us p {
    color: var(--p-dim);
}





/* **********************************************************************/
/* testimonials */
#testimonials .testimonials-item .review-card {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#testimonials .testimonials-item {
    padding: 15px;
}

#testimonials .testimonials-item p {
    font-size: 18px;
    color: var(--p-dim);
}

#testimonials .testimonials-item h3 {
    font-size: 15px;
    margin: 10px 0 5px 0;
}

#testimonials .testimonials-item .stars {
    font-size: 18px;
    color: #edb947;
}






/* **********************************************************************/
/* footer */
footer {
    padding-top: 70px;
    background-color: #1a1a18;
}



/* logo */
footer .logo {
    height: 100px;
}

footer .logo img {
    height: 100%;
}



/* nav  */
footer h6 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer nav li {
    list-style-type: none;
}

footer nav li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.396);
    text-transform: capitalize;
}



/* contact */
footer .contact li {
    color: rgba(255, 255, 255, 0.396);
    list-style-type: none;
    margin-bottom: 10px;
}




footer .copyrights-body {
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.362);
}


































/* **********************************************************************/
/* **********************************************************************/
/* #other-page-heading  */
#other-header-cover {
    background-color: #1a1a18;
    height: 100px;
    padding: 0;
}

#other-page-heading {
    background-color: #1a1a18;
}

#other-page-heading .title-cover h6 {
    color: white;
}




#other-page-heading .abt-page-content h5 {
    color: white;
    font-size: 50px;
    margin-bottom: 20px;
}

#other-page-heading .abt-page-content p {
    color: rgba(255, 255, 255, 0.664);
}




/* abt-mission */
#abt-mission .mission-cover {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#abt-mission .mission-card {
    margin-bottom: 40px;
}

#abt-mission .mission-card h6 {
    color: black;
}






/* our-team */
#our-team {
    background: #fbf9f5;
}

#our-team .container {
    max-width: 700px;
}

#our-team .team-cover img {
    width: 100%;
}

#our-team .team-cover h3 {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 500;
}

#our-team .team-cover p {
    padding-top: 5px;
    font-size: 15px;
    color: #1a1a18c7;
}












/* **********************************************************************/
/* **********************************************************************/


/* **********************************************************************/
/* services */
#service-page-heading {
    background: rgba(0, 0, 0, 0.207);
    background-image: linear-gradient(rgba(0, 0, 0, 0.473)), url(../images/home/services/services-bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/* title-cover */
#service-page-heading .title-cover .title-brick {
    background-color: #edb947;
}

#service-page-heading .title-cover h6 {
    color: white;
}


/* a  */
#service-page-heading a {
    text-decoration: none;
    color: black;
}

/* services-card */
#service-page-heading .services-card {
    background: white;
    padding: 15px;
    margin-bottom: 20px;
}


/* services-img */
#service-page-heading .services-card .services-img {
    height: 350px;
}

#service-page-heading .services-card .services-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* services-title */
#service-page-heading .services-card .services-title h3 {
    padding-top: 15px;
    font-size: 15px;
}








/* **********************************************************************/
/* **********************************************************************/
/* #project-page  */
#project-page-heading .title-cover {
    justify-content: center;
}

#project-page-heading .project-page-imgs{
    margin-top: 60px;
}
#project-page-heading .project-page-imgs .row{
    margin-bottom: 60px;
}
#project-page-heading .project-page-imgs .col-md-6 {
    margin-bottom: 20px;
}

#project-page-heading .project-page-imgs .col-md-6 h6 {
    margin-top: 10px;
    text-transform: uppercase;
}















/* **********************************************************************/
/* **********************************************************************/
/* #refer  */


/* project-page-heading-title */
.project-page-heading-title {
    padding: 0 0 50px 0;
}

.project-page-heading-title h6 {
    color: white;
}

.project-page-heading-title p {
    color: rgba(255, 255, 255, 0.664);
}






/* refer-details */
/* .refer-details{
    padding: 50px 0;
} */
.refer-details .title-cover h6 {
    margin-bottom: 0;
}

.refer-details .refer-details-cover {
    background: #ffffff21;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.refer-details h6 {
    margin-bottom: 20px;
    color: white;
}

.refer-details h5 {
    margin-bottom: 10px;
    color: white;
}

.refer-details p {
    color: rgba(255, 255, 255, 0.664);
}


/* refer-condition */
.refer-condition {
    padding: 50px 0;
}

.refer-condition .title-cover h6 {
    margin-bottom: 0;
}

.refer-condition h6 {
    color: white;
    margin-bottom: 10px;

}

.refer-condition ul li {
    color: rgba(255, 255, 255, 0.664);

}





/* #referralForm */
#referralForm label {
    font-size: 13px;
    margin-bottom: 0;
}

#referralForm input {
    padding: 7px 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #858585;
    margin-bottom: 30px;
}

#referralForm textarea {
    border-bottom: 1px solid #858585;
    border-radius: 0;
}

#referralForm select {
    border-radius: 0;
    border: 1px solid #0000006b;
    margin-top: 10px;
}


#referralForm .all-btn {
    background-color: transparent;
}



/* Remove ugly blue shadow */
form .form-control:focus,
form .form-select:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #edb947 !important;
}

/* Invalid red border */
form .form-control:invalid,
form .form-select:invalid {
    border-color: #0000006b !important;
}

/* When form is validated */
.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
    border-color: #0000006b !important;
}















/* **********************************************************************/
/* **********************************************************************/
/* #contact page  */
#contact-form h5 {
    margin-bottom: 20px;
    font-size: 50px;
}

#contact-form .form-label {
    font-size: 13px;
    margin-bottom: 0;
}

#contact-form input {
    padding: 7px 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #0000006b;
}

#contact-form select {
    border: 1px solid #0000006b;
    border-radius: 0;
    margin-top: 10px;
}

#contact-form .contact-form-img {
    background-image: url(../images/contact-page/contact-page-form.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}


#contact-form .form-control:focus,
#contact-form .form-select:focus,
#contact-form .btn:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #edb947 !important;
    /* default Bootstrap border */
}


#contact-form .all-btn {
    background-color: transparent;
}




/* contact-info */
#contact-info {
    background: #fbf9f5;
}


.contact-item {
    margin-bottom: 20px;
}

.contact-item h6 i {
    font-size: 25px;
}

.contact-item address,
.contact-item a {
    margin-left: 30px;
}




