@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Raleway', sans-serif !important;
}

:root {
    --blue: #0b7d9c;
}

/* phone icon start */
.phone {
    position: fixed;
    left: 0;
    bottom: 127px;
    z-index: 999;
    background: #0054A4;
    color: #fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.phone i {
    font-size: 30px;

}

.phone:hover {
    color: #fff;
}

.whatsapp {
    position: fixed;
    left: 0;
    bottom: 70px;
    z-index: 999;
    background: #40BE4F;
    color: #fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.whatsapp i {
    font-size: 34px;

}

.whatsapp:hover {
    color: #fff;
}

/* phone icon end */


/* top bar start */
.head-top {
    background-color: var(--blue);
    padding: 10px 0;
}

.head-top a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: sans-serif !important;
}

.head-top a:hover {
    color: #fff;
}

.icons a {
    margin: 10px;
    font-size: 20px;
}

/* top bar end */

/* navbar start */
.navbar {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.082) 0px 2px 6px;
}

.navbar .nav-item .nav-link {
    color: #666;
    font-weight: 700;
    font-size: 14px;
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 !important;
}

.navbar .nav-item .nav-link:hover {
    color: #666;
}

.navbar .nav-item .dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.199) 0px 1px 22px;
}

.navbar .nav-item .dropdown:hover {
    display: block;
}

.navbar .nav-item .dropdown-item {
    text-transform: none;
    padding: 10px 14px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.082) 0px 2px 6px;

}

.navbar .navbar-brand img {
    width: 110px;
}


/* navbar end */

/* about us start index */
.about-sec-index {
    padding: 60px 0;
}

.about-sec-index h2 {
    color: var(--blue);
    font-weight: 600;
    text-align: center;
}

.about-sec-index h2 span {
    font-weight: 900;
}

.about-sec-index .about-para {
    text-align: center;
}

.about-sec-index .about-para p {
    font-size: 18px;
    font-weight: 500;
    text-align:justify;
}

.about-sec-index .about-para a.abt-btn {
    background: var(--blue);
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}

/* about us end index */

/* ride ocasion start */
.ride-oca {
    padding: 60px 0;
    background: #f3f2f2;
}

.ride-oca h2 {
    color: var(--blue);
    font-weight: 600;
    text-align: center;
}

.ride-oca h2 span {
    font-weight: 900;
}

.ride-oca .ride-icon {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
}

.ride-oca .ride-icon:hover {
    box-shadow: inset rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
}

.ride-oca .ride-icon img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.ride-oca .ride-icon p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
}


/* ride ocasion end */

/* service we offer start */
.ser-we-offer {
    padding: 60px 0;
}

.ser-we-offer h2 {
    color: var(--blue);
    font-weight: 600;
    text-align: center;
}

.ser-we-offer h2 span {
    font-weight: 900;
}

.ser-we-offer .ser-offer-box {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ser-we-offer .ser-offer-box .ofer-img {
    width: 100%;
    height: 280px;
}

.ser-we-offer .ser-offer-box .ofer-img img {
    width: 100%;
    height: 100%;
}

.ser-we-offer .ser-offer-box p {
    font-size: 17px;
    padding: 10px 0;
    font-weight: 700;
    color: var(--blue);
    min-height: 70px;
}

/* service we offer end */

/* counting head start */
.counting-head {
    padding: 50px 0;
    background-color: var(--blue);
}

.counting-head .counter-box {
    text-align: center;
}

.counting-head .counter-box span {
    color: #fff;
    font-size: 30px;
    font-family: sans-serif;
}

.counting-head .counter-box p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

/* counting head end */

/* why choose us start */
.why-choose-us {
    padding: 60px 0;
}

.why-choose-us h2 {
    color: var(--blue);
    font-weight: 600;
    text-align: center;
}

.why-choose-us h2 span {
    font-weight: 900;
}

.why-choose-us .why-choose-box {
    text-align: center;
}

.why-choose-us .why-choose-box p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}


/* why choose us end */

/* download start */
/* .download {
    padding: 60px 0;
    background-image: linear-gradient(to right, #0b7d9c1f, #0b7d9cee), url(../images/download-img.jpeg);
    background-attachment: fixed;
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 100px 0;
}

.download h3 {
    color: #fff;
    margin-bottom: 20px;
}

.download p {
    color: #fff;
} */

/* download end */

/* our fleet start */
.our-fleet {
    padding: 60px 0;
}

.our-fleet h2 {
    color: var(--blue);
    font-weight: 600;
    text-align: center;
}

.our-fleet h2 span {
    font-weight: 900;
}

.our-fleet .fleet-box {
    text-align: center;
}

.our-fleet .fleet-box p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

/* our fleet end */

/* client start */
.client-sec {
    background-color: var(--blue);
    padding: 30px 0;
    margin-bottom: 10px;
}

.client-sec h2 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.client-sec h2 span {
    font-weight: 900;
}

/* client end */


/* footer start */
.last {
    padding: 20px 0;
    background-color: #EFEFEF;
    color: white;
    margin-top: 60px;
}

.last h4 {
    color: var(--blue);
    font-weight: 900;
    letter-spacing: 1px;
    padding: 30px 30px 10px 30px;
    border-bottom: 1px solid var(--blue);
    text-transform: uppercase;
    font-size: 18px;
}

.last .footer-head {
    padding-top: 30px;
}

.last .wrap ul li {
    list-style: none;
    padding-top: 5px;
    color: var(--blue);
    font-size: 18px;
}

.last .wrap li a {
    color: var(--blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.last .wrap p {
    padding-top: 20px;
    color: #fff;
}

.footer-02 {
    background-color: var(--blue);
    border-top: 1px solid #fff;
}

.footer-02 p {
    color: #fff;
}

.footer-02 p a {
    color: orange;
}

/* .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
} */

/* .footer-col ul li a {
    font-size: 16px;
    text-decoration: capitalize;
    color: var(--blue);
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
} */

/* .footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
} */

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: var(--blue);
    margin-right: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

/* .footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
} */

/* footer end */

/* about us page start */
.main {
    padding: 60px 0;
}

.main .about-image p {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    text-align: justify;
    font-weight: 500;
}

.about-content h3 {
    background-color: var(--blue);
    padding: 10px;
    font-size: 18px;
    color: #fff;
}

.about-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    text-align: justify;
    font-weight: 500;
}

.about-content .read-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #197301;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 15px;
    transition: 0.3s ease;
}

.about-content .read-more:hover {
    background-color: #197301;
}

/* about us page end */

/* certificate page start*/
.certificate {
    padding: 60px 0;
}

/* certificate page end */

/* client page start */
.ourClients {
    padding: 60px 0;
}

.ourClients img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* client page end */

/* contact us page start */
.contact {
    padding: 50px 0px;
}

.contact .contactInfo .details {}

.contact .contactInfo .details p {
    color: var(--blue);
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 400;
}

.contact .contactInfo .details p a {
    color: var(--blue);
}

.contact .contactInfo .details p i {
    font-size: 20px;
}

.contact .sci {
    position: relative;
    display: flex;
    gap: 30px;
    margin: 20px 0;
}

.contact .sci li {
    list-style: none;
}

.contact .sci li a {
    color: var(--blue);
    font-size: 2em;
    transition: 0.5s;
}

.contact .sci li a:hover {
    color: #00bcd4;
}

.contact-form {
    background: var(--blue);
    padding: 30px;
}

/* .contact-form h3 {
    color: #fff;
    margin-bottom: 20px;
} */

.contact-form input,
.contact-form textarea {
    background: transparent;
    outline: none;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 50px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-size: 17px;
    color: #fff;
}

.contact-form .form-button {
    background: #fff;
    color: var(--blue);
    font-weight: 900;
    outline: none;
    border: none;
    padding: 10px 20px;
}

.enquiry-form button {
    background: #ffd;
    color: var(--blue);
}

.contact-form input:active {
    outline-color: #000;
}

/* contact us page end */

/* technology page start */
.technology-head {
    padding: 60px 0;
}

.technology-head .techno-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 0 0;
}

.technology-head .techno-box h4 {
    font-weight: 700;
    color: var(--blue);
    padding: 10px 0;
    border-bottom: 4px solid var(--blue);
}

.technology-head .techno-title ul li {
    font-size: 18px;
    text-align: justify;
    color:#666;
    font-weight:600;
}

/* technology page end */

/* safety page start */
.safety-sec {
    padding: 60px 0;
}

.safety-sec .safety-box p {
    font-size: 18px;
    text-align: justify;
}

.safety-sec .safety-box ul li {
    font-size: 18px;
}

/* safety page end */

/* employyee page ser start */
.employee-head {
    padding: 30px 0;
}

.employee-head h2 {
    text-align: center;
    margin-bottom: 30px;
}

.employee-head p {
    font-size: 18px;
    text-align: justify;
    color:#666;
    font-weight:600;
}

.employee-head .model-btn-product {
    padding: 8px 30px;
    color: #fff;
    background: var(--blue);
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: bold;
}

.employee-head .modal-cont {
    color: var(--blue);
}

.employee-head .modal-para {
    color: var(--blue);
}

.employee-head .read-more-btn {
    background: var(--blue);
    color: #fff;
    border: none;
    padding: 10px 0;
}

/* employyee page ser end */


@media screen and (max-width:700px) {
    .ser-we-offer .ser-offer-box .ofer-img {
        width: 100%;
        height: 200px;
    }

    .ser-we-offer .ser-offer-box .ofer-img img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:500px) {
    .navbar .navbar-brand img {
        width: 100px !important;
    }

    .head-top {
        display: none;
    }

    .about-sec-index .about-para p {
        font-size: 14px;
        text-align: justify;
    }

    .ride-oca .ride-icon p {
        font-size: 10px;
    }

    .ride-oca .ride-icon img {
        width: 50% !important;
    }

    .counting-head {
        padding: 20px 0 10px;
    }

    .ser-we-offer .ser-offer-box p {
        font-size: 10px;
    }

    .ser-we-offer .ser-offer-box .ofer-img {
        width: 100%;
        height: 120px;
    }

    .ser-we-offer .ser-offer-box .ofer-img img {
        width: 100%;
        height: 100%;
    }

    .counting-head .counter-box span {
        font-size: 15px;
    }

    .counting-head .counter-box p {
        font-size: 15px;
    }

    .why-choose-us .why-choose-box p {
        font-size: 12px;
    }

    .about-sec-index {
        padding: 20px 0;
    }

    .ride-oca {
        padding: 20px 0;
    }

    .ser-we-offer {
        padding: 20px 0;
    }

    .why-choose-us {
        padding: 20px 0;
    }

    .our-fleet {
        padding: 20px 0 !important;
    }

    .ride-oca .ride-icon {
        min-height: 160px;
    }
}

/* career start */
.career {
    padding: 60px 0;
}

.career .career-head {
    background: var(--blue);
    padding: 40px 20px 20px;
    border-radius: 10px;
}

.career .career-head h2 {
    font-style: italic;
    font-weight: bold;
    color: #fff;
}

.career .career-head input,
.career .career-head textarea {
    background-color: var(--blue);
    margin: 20px 0;
    padding: 15px;
    color: #fff;
}

.career .career-head input::placeholder,
.career .career-head textarea::placeholder {
    color: #fff;
}

.career .career-head form button.carr-btn {
    background: #fff;
    color: var(--blue);
    font-weight: bold;
    outline: none;
    border: none;
    padding: 10px 30px;
}










/* team */
.gci-team .about-us-img img{
    /* border: 5px solid yellow;  */
    width: 100%;
}
.gci-team h1{
    font-size: 25px;
    color: #000;
    margin-bottom: 0 !important;
}
.gci-team small{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.gci-team p {
    font-size: 18px; 
    margin-bottom: 0 !important;
    /* font-style: italic; */
}
.gci-team p.font {
    /*font-size: 18px; 
    margin-bottom: 0 !important;
    font-style: italic;
    text-align: justify;*/
    font-size: 18px;
    margin-bottom: 0 !important;
    line-height: 1.5;
    color: #666;
    text-align: justify;
    font-weight: 500;
}
.gci-team .col-lg-9{
    background: url(./assets/image/bgn-industries.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 300px;
}