@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

/* nav */
.dr-1 .dropdown-menu {
    height: 240px;
}

.dropdown-menu {
    min-width: 260px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    padding: 0;
}

.dropdown .dropdown-menu .dropdown-item {
    transition: 0.3s all;
    padding: 10px 15px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: #002d73;
    color: white;
}

.dropdown .dropdown-menu li:nth-child(1) .dropdown-item:hover {
    border-radius: 5px 5px 0 0;
}

.dropdown .dropdown-menu li:last-child .dropdown-item:hover {
    border-radius: 0 0 5px 5px;
}

nav .navbar-toggler,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.navbar-brand img {
    width: 250px;
}

/* breadcrumb */
#breadcrumb {
    position: relative;
    top: 100px;
    background-color: #ecebeb;
}

/* hs-1 */
.hs-1 {
    display: flex;
    align-items: flex-end;

}

#homehead {
    font-family: 'Times New Roman', Times, serif;
    font-size: calc(10px + 6vw);
    font-weight: 900;
    line-height: clamp(20px, calc(6vw + 10px), 110px);
}

/* about */

.about .head {
    color: #002c77;
}

.about .about-cnt h3 {
    /* font-family: 'Times New Roman';     */
    font-size: 1.2rem;
}



/* our expertise */


#our-expertise h1 {
    color: #002c77;
}

.expert-card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 380px;
}

.cards {
    cursor: pointer;
}


.expert-card .card-link {
    position: absolute;
    bottom: 50px;
    width: 150px;
    text-align: center;
    background: #002c7790;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.3s;
}

.expert-card:hover .card-link {
    width: 170px;
    bottom: 60px;
}

.expert-card .card-link:hover {
    background: #002c77;
}



/* our service */

#our-service h1 {
    color: #002c77;
}
.service-card img{
    object-fit: cover;
}

.about-img  img{
    object-fit: cover;
}
.service-card {
    position: relative;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.service-card .card-link {
    position: absolute;
    bottom: 50px;
    height: 80px;
    width: 250px;
    background: #002c7790;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.3s;
}

.service-card-1 .card-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-card:hover .card-link {
    width: 300px;
    bottom: 60px;
}

.service-card .card-link:hover {
    background: #002c77;
}


.service-card p {
    color: #202020;
    font-size: 16px;
}

/* oil & gas */

/*                        */
.chat {
    background: #ecebeb;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chat h1 {

    font-family: 'Times New Roman', Times, serif;

}

.chat a {

    border-radius: 0;
    background: blue;
    color: #ffffff;
    width: 200px;

}

.chat a:hover {

    background: #202020;
    color: #ffffff;

}

/* contacts */
.w-max {
    width: max-content;
}

.location .iframe {
    height: 400px;
}

.Contacts form {
    border-radius: 10px;
}

.Contacts form .btn-dark {
    color: #ffffff;
    border: none;
    background: blue;
}

.Contacts form .btn-dark:hover {
    color: #ffffff;
    border: none;
    background: #202020;
}

.Contacts h2,
.location h2 {
    color: #002c77;
}

/* progress bar */

/* footer */
footer {
    background-color: #202020;
    /* transform: translateY(110px); */
}

footer .footer-head p {
    font-size: 18px;

}

footer .design a {
    /* color: rgb(0 44 119); */
    /* font-family: 'Times New Roman'; */
    color: #ffffff;
}

/* common */
.about,
.service,
.Contacts {
    position: relative;
    top: 50px;
    display: flex;
    align-items: center;
}

.bgclr {
    background-color: #ecebeb;
}

/*     responsive         */
@media only screen and(max-width:1024px) {

    .secrvice-card,
    .expert-card {
        height: 350px;
    }

    footer .footer-head p {
        font-size: 15px;

    }

    footer .list-head li {
        font-size: 15px;

    }

    footer .policys li {
        font-size: 15px;
    }
}


@media only screen and(max-width:768px) {

    .secrvice-card,
    .expert-card.expert-card {
        height: 250px;
    }

    footer .footer-head p {
        font-size: 14px;

    }

    footer .list-head li {
        font-size: 14px;

    }
}

@media only screen and(max-width:480px) {

    .secrvice-card,
    .expert-card {
        height: 200px;
    }


    .navbar-brand img {
        width: 50px;

    }

    footer .list-head li {
        font-size: 12px;

    }

    footer .policys li {
        font-size: 12px;
    }
}

/*  */



#progressBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: white;
    color: black;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-size: 20px;
}

#progressSvg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

#progressCircle {
    stroke: blue;
    /* Your requested color */
    stroke-dasharray: 163.36;
    stroke-dashoffset: 163.36;
    transition: stroke-dashoffset 0.3s linear;
}


/* GK */

.footer-logo img {
    filter: invert(10) brightness(100);

}

.service-image img {
    height: 300px;
    object-fit: cover;
}

.service-list {
    padding-left: 30px;
    list-style: none;
}

.service-list li {
    padding-left: 22px;
}

.list-sub-title {
    display: flex;
    align-items: center;
    justify-content: start;
}

.list-sub-title i {
    margin-top: -7px;
    margin-right: 5px;
    color: #002d73;
}

.list-sub-title h5 {
    font-size: 18px;
}
 