* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}


.sec_peragraph {
    font-size: 16px;
    line-height: 24px;
    color: #525252;
}

.all_padding {
    padding: 60px 0px;
}

.all_background {
    background-color: #dd9a00;
}

.top_bar {
    background-color: rgb(221 154 0);
    padding: 6px 0px;
}

.top_head i {
    color: #fff;
    padding: 0px 5px;
}

.top_head a {
    text-decoration: none;
    color: #fff;
}

.top_head span {
    color: #fff;
    margin-left: 13px;
    padding: 0px 5px;
}

.social_icon a {
    color: #fff;
    text-decoration: none;
}

.social_icon i {
    padding: 0px 10px;
}

a.navbar-brand{
    width: 35%;
}

a.navbar-brand img {
    width: 40%;
}

div#navbarTogglerDemo01 a.navbar-brand {
    width: 30%;
}

section.nav_header {
    padding: 7px 0;
    background-color: #000;
}

.navbar-brand {
    margin-right: 0px;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 li.nav-item a.nav-link.active {
    font-size: 16px;
    font-weight: 600;
    padding: 0px 15px;
    color: #fff;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 li.nav-item a.nav-link.active::after {
    content: '';
    background-color: #dd9a00;
    width: 0%;
    height: 2px;
    display: block;
    transition: 0.5s;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 li.nav-item a.nav-link.active:hover::after {
    width: 100%;
}

.btn-outline-success {
    color: #dd9a00;
    border-color: #dd9a00;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #dd9a00;
    border-color: #dd9a00;
}

.carousel-inner::after {
    content: ' ';
    background-color: #000000c0;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
}


.carousel-item img {
    height: 500px;
    object-fit: cover;
    object-position: bottom;
    position: relative;
}

.carousel-item {
    position: relative;

}





.carousel-dark .carousel-caption {
    color: #fff;
    z-index: 1111;
}

.carousel-caption {
    position: absolute;
    top: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-caption.d-none.d-md-block h5 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 25px;
}

.carousel-caption.d-none.d-md-block p::after {
    content: '';
    background-color: #fff;
    height: 5px;
    width: 30%;
    margin: auto !important;
    display: block;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.about_content h2 {
    font-weight: 800;
    color: #dd9a00;
}

.about_content h3 {
    font-size: 34px;
    padding: 15px 0px;
}

.cus_service h2 {
    font-weight: 800;
    color: #fff;
}

.cus_service p {
    color: #fff;
    width: 70%;
    margin: auto;
}

.cus_service p::after {
    content: '';
    background-color: #fff;
    height: 4px;
    width: 25%;
    margin: auto;
    display: block;
    margin-top: 25px;
}

.services_cards span {
    font-size: 25px;
    font-weight: 800;
}

.services_cards i {
    font-size: 27px;
    background: #dd9a00;
    padding: 10px;
    color: #fff;
}

.services_cards {
    background: #ffffffbd;
    padding: 20px;
    margin-top: 40px;

}

.services_cards p {
    margin-top: 20px;
    text-align: justify;
    color: #000;
}

.services_cards span {
    margin-left: 10px;
    transition: 0.5s;
}

.services_cards:hover span {
    color: #dd9a00;
}

.our_cars h2 {
    font-weight: 800;
    color: #dd9a00;
}

.our_cars p {
    color: #525252;
    width: 70%;
    margin: auto;
}

.cars_rate {
    background: #dd9a00;
    border-radius: 5px;

}

.cars_rate img {
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 235px;
    object-fit: cover;
    object-position: top;
}

.out_content {
    padding: 20px;
}

.out_content h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;
}

.deatil_car span {
    color: #fff;
    font-weight: 600;
}

.deatil_car {
    padding: 6px 8px;
}

.deatil_car span i {
    margin-right: 10px;
}

button.btn.btn-outline-successs {
    margin-top: 10px;
}

button.btn.btn-outline-successs a {
    background: #fff;
    padding: 6px 15px;
    font-weight: 600;
    border: solid 2px #fff;
    color: #dd9a00;
    border-radius: 5px;
    transition: 0.5s;
    text-decoration: none;
}

button.btn.btn-outline-successs:hover a {
    background: none;
    border: solid 2px #fff;
    color: #fff;
}

.our_cars {
    margin-bottom: 50px;
}

ul.specility li {
    list-style: none;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
}

ul.specility {
    padding-left: 0px;
}

.specility i {
    margin-right: 13px;
}

.about_content h2::after {
    content: '';
    background-color: #dd9a00;
    height: 4px;
    width: 25%;
    display: block;
    margin-top: 15px;
}

.about_content h2.text-white::after {
    content: '';
    background-color: #fff;
    height: 4px;
    width: 25%;
    display: block;
    margin-top: 25px;
}

.our_cars p::after {
    content: '';
    background-color: #dd9a00;
    height: 4px;
    width: 25%;
    display: block;
    margin-top: 25px !important;
    margin: auto;
}





.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading h2 {
    color: #000;
    font-weight: 800;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}


.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}


div.elem-group {
    margin: 10px 0;
}

div.elem-group.inlined {
    width: 49%;
    display: inline-block;
    float: left;
    margin-left: 1%;
}





div.elem-group.inlined input {
    width: 95%;
    display: inline-block;
}

textarea {
    height: 250px;
}

hr {
    border: 1px dotted #ccc;
}

.modal-body button {
    height: 50px;
    background: orange;
    border: none;
    color: white;
    font-size: 1.25em;
    border-radius: 4px;
    cursor: pointer;
}

.modal-body button:hover {
    border: 2px solid black;
}

div#carouselExampleDark {
    z-index: 11;
}

hr:not([size]) {
    height: 0px;
}

hr {
    border: 0px dotted #ccc;
    margin: 0px;
}

.modal-header {
    padding: 12px 20px;
    border-bottom: none;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0px 20px 0px 30px;
}

div.elem-group.inlined {
    width: 50%;
    display: inline-block;
    float: left;
    margin-left: 0;
}

.modal-body input,
.modal-body select,
.modal-body textarea {
    border-radius: 2px;
    border: 1px solid #777;
    box-sizing: border-box;
    width: 98%;
    padding: 10px;
}

.modal-body textarea {
    height: 102px;
}

.elem-group.inlined.moddel {
    margin: 0px;
    padding-bottom: 20px;
}

button.btn.btn-primary {
    background-color: #dd9a00;
    border: solid 2px #dd9a00;
    color: #fff;

}

button.btn.btn-primary:hover {
    background: none;
    border: solid 2px #dd9a00;
    color: #dd9a00;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0 rgba(49, 132, 253, .5);
}

.modal-header .btn-close {
    padding: 0rem .0px;
    margin: 0rem .0rem 0px 0px;
}

.modal-header h5#exampleModalLabel {
    margin: auto;
    font-weight: 800;
    color: #dd9a00;
}

.form-control {
    border-radius: 2px;
    font-size: 13px;
}





.main-headding-title {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

.our-project-carousel-section .project-image .project-img-image {
    height: 240px;
    position: relative;
}

.our-project-carousel-section .project-image .project-img-image:hover .card-img-top-1 {
    display: block;
    transition: all 0.7s ease-in-out;
    opacity: 1;
}

.our-project-carousel-section .project-image .project-img-image:hover img .card-img-top {
    display: none;
}

.our-project-carousel-section .project-image .project-img-image .card-img-top {
    height: 100%;
    width: 100%;
}

.our-project-carousel-section .project-image .project-img-image .card-img-top-1 {
    width: 100% !important;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: all 0.4s ease-out;
}

.our-project-carousel-section .project-image hr {
    border: solid 1px #000;
}

.our-project-carousel-section .project-image .card-body {
    padding: 5px 15px;
    padding-bottom: 8px;
}

.our-project-carousel-section .project-image .card-body .project-name p {
    margin: 0%;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
}

.our-project-carousel-section .project-image .card-body .project-name span a {
    color: #FF8704;
}

.our-project-carousel-section .project-image .card-body .project-price b {
    margin-bottom: 6px;
    display: inline-block;
}

.our-project-carousel-section .project-image .card-body .project-price p {
    margin: 0%;
    text-decoration: line-through;
    color: #838383;
}

.our-project-carousel-section .owl-dots {
    margin-top: 24px !important;
}

.testimonial {
    width: 100%;
    border-radius: 20px;
    background: #dd9a00;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    height: 200px;
}

.testimonial:after {
    content: "";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -15px;
    right: 35px;
    width: 0;
    border-width: 15px 20px 0;
    border-style: solid;
    border-color: #dd9a00 transparent;
}

.testimonial h3 {
    margin-bottom: 10px;
}

.testimonial p {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #fff;
    text-align: justify;
}

.testimonal-author {
    font-size: 1rem;
    position: absolute;
    bottom: -40px;
    right: 0;
    font-weight: 600;
    color: #000;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
   border: none;
    outline: 0;
    box-shadow: 0 0 0 1px #ffc107;
}

ul.home_about {
    margin-bottom: 0px;
}

.testimonial i {
    color: #fff;
    margin-bottom: 20px;
}

.main-headding-title.text-center h3 {
    font-weight: 800;
    margin-bottom: 40px;
    color: #dd9a00;
}

.main-headding-title.text-center h3::after {
    content: '';
    background-color: #dd9a00;
    height: 4px;
    width: 12%;
    display: block;
    margin-top: 25px !important;
    margin: auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #dd9a00;
}

footer.footar.all_padding {
    background-color: #000;
    padding-bottom: 0px;
}

.sec-2 h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.sec-2 ul {
    padding-left: 0px;
}

.sec-2 ul li {
    list-style: none;
    padding: 4px 0;
}

.sec-2 ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.sec-4 h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.sec-4 i {
    margin: 11px 11px;
    font-size: 16px;
}

.sec-4 p {
    font-size: 14px;
    text-transform: capitalize;
}

.sec-4 ul {
    padding-left: 0px;
}

.sec-4 ul li {
    list-style: none;
    font-size: 14px;
}

.sec-4 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    word-break: break-all;
}

.sec-4 i {
    margin: 11px 11px;
    font-size: 16px;
}


.sec-1 p.sec_paragraph {
    color: #fff;
}

.sec-4 i,
p {
    color: #fff;
}


.sec-1 img {
    width: 80%;
    margin-bottom: 20px;
}

.copy {
    background: #3772a717;
    padding: 21px;
}

.copyright h1 {
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 0px;
    color: #fff;
}

strong.designed a {
    color: #fff;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: none;
}

.sec-2 ul li::after {
    content: '';
    background-color: #dd9a00;
    width: 0%;
    height: 2px;
    display: block;
    transition: 0.5s;
}

.sec-2 ul li:hover::after {
    width: 16%;

}

section.about_page {
    background: url(../images/about_main.webp);
    padding: 115px 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

section.about_page:before {
    content: "";
    background: #000000ad;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.drop-us h2.sec_heading {
    font-weight: 800;
}

section.about_page .col-md-12 {
    z-index: 0000;
}

section.about_page h2 {
    color: #fff;
    font-weight: 600;
}


ul.home_about {
    padding-left: 0px;
}

ul.home_about li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.count_box.box_hover h4 {
    font-size: 17px;
    font-weight: 600;
}

.count_box.box_center h4 {
    font-size: 17px;
    font-weight: 600;
}

.about_content h3 {
    font-size: 34px;
    padding: 15px 0px;
    font-weight: 800;
}

.counter_wrapper {
    margin-bottom: 30px;
}

.how_it h2 {
    font-weight: 800;
    color: #fff;
}

.how_it p {
    width: 70%;
    margin: auto;
}

.how_it p::after {
    content: '';
    background-color: #fff;
    height: 4px;
    width: 25%;
    margin: auto;
    display: block;
    margin-top: 25px;
    margin-bottom: 70px;
}

.conse_ico i {
    font-size: 38px;
    margin-bottom: 20px;
    color: #dd9a00;
    background-color: #fff;
    width: 90px;
    height: 90px;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    transition: 0.5s;

}

button.btn.btn-outline-success.yyy {
    background: #fff;
    color: #dd9a00;
    border: solid 2px #fff;
    font-weight: 600;
}

button.btn.btn-outline-success.yyy:hover {
    background: none;
    border: solid 2px #fff;
    color: #fff;
}

.it_work:hover i {
    background: none;
    border: solid 1px #fff;
    color: #fff;
    transform: translate(0px, -6px);
}

.services-content h3 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.it_work.text-center {
    border: dashed 1px #fff;
    padding: 20px 20px;
    border-radius: 8px;
}

.contact_card i {
    font-size: 38px;
    margin-bottom: 20px;
    color: #dd9a00;
    background-color: #fff;
    width: 90px;
    height: 90px;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    transition: 0.5s;
}

.contact_card {
    padding: 10px 10px;
    background: #dd9a00;
    box-shadow: 0px 0px 5px -3px;
}

.contact_card.text-center h1 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.contact_card.text-center a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.contact_card {
    padding: 20px 10px;
    background: #dd9a00;
    box-shadow: 0px 0px 5px -3px;
    border-radius: 7px;
    transition: 0.5s;
}

.contact_card:hover {
    transform: translate(0px, -10px);
    box-shadow: 0px 9px 9px -7px #000;
    border: solid 1px #000;
    background: none;
}

.contact_card:hover i {
    color: #000;
    border: solid 1px #000;
}

.contact_card:hover h1 {
    color: #000;
}

.contact_card:hover a {
    color: #000;
}

.contact-details {
    background-color: #dd9a00;
}




.drop-us {
    margin-bottom: 15px;
}

.drop-us p.sec_paragraph {
    color: #767676;
}

.container.contact-details2.all_padding .row {
    background-color: #fff;
    padding: 30px 3px 2px;
    border-radius: 10px;
}

.container.contact-details2.all_padding .col-md-7 {
    padding: 0px 30px;
}

.container.contact-details2.all_padding .col-md-5 {
    padding: 0px 30px;
}

.col.messg textarea#comment {
    height: 140px;
}

button.all-btn.mt-3 {
    padding: 7px 10px;
    background: #dd9a00;
    font-weight: 600;
    border: solid 2px #dd9a00;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: 0.5s;
}

button.all-btn.mt-3:hover {
    background: none;
    border: solid 2px #dd9a00;
    color: #dd9a00;
}

.map_contact {
    height: 470px;
    margin-left: 10px;
}

iframe {
    border-radius: 10px;
    box-shadow: 0px 0px 9px 0px #00000026;
}

.galley_imgs img {
    height: 250px;
    object-fit: cover;
    object-position: top;
}

section.nav_header{
    position: sticky;
    top: 0px;
    z-index: 222;
}
.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}


.whtasapp a {
    color: #fff;
}

.whtasapp i {
    font-size: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #08d344;
    padding: 10px 13px;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    z-index: 111;
}


@media (max-width:768px) {
    .navbar-toggler {
        background-color: #fff;
    }

    section.top_bar {
        display: none;
    }

    .all_padding {
        padding: 30px 0px;
    }

    .carousel-item img {
        height: 385px;
    }

    .carousel-caption.d-none.d-md-block {
        display: block !important;
    }

    .carousel-caption.d-none.d-md-block h5 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .carousel-caption {
        top: 0%;
    }

    .carousel-caption.d-none.d-md-block p {
        font-size: 12px;
    }

    .carousel-caption.d-none.d-md-block p::after {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }

    .about_content h2 {
        font-size: 20px;
    }

    .about_content h2::after {
        height: 3px;
        margin-top: 8px;
    }

    .about_content h3 {
        font-size: 25px;
    }

    .about_content p.sec_peragraph {
        font-size: 13px;
        line-height: 22px;
    }

    .cus_service h2 {
        font-size: 20px;
    }

    .cus_service p {
        color: #fff;
        width: 100%;
        margin: auto;
        font-size: 13px;
        line-height: 22px;
    }

    .services_cards span {
        font-size: 16px;
        margin-left: 5px;
    }

    .services_cards i {
        font-size: 15px;
    }

    .services_cards p {
        margin-bottom: 0px;
        text-align: justify;
        color: #000;
        font-size: 13px;
        line-height: 23px;
        margin-top: 15px;
    }

    .services_cards {
        background: #ffffffbd;
        padding: 20px;
        margin-top: 20px;
        border-radius: 10px;
    }

    .our_cars h2 {
        font-size: 20px;
    }

    .our_cars p {
        color: #525252;
        width: 100%;
        margin: auto;
        font-size: 13px;
        line-height: 23px;
    }

    .our_cars p::after {
        margin-top: 15px !important;
    }

    .our_cars {
        margin-bottom: 5px;
    }

    .cars_rate {
        margin-top: 30px;
    }

    .about_content h2.text-white::after {
        height: 3px;
        margin-top: 15px;
    }

    .about_image img.w-100 {
        margin-top: 40px;
    }

    .main-headding-title.text-center h3 {
        margin-bottom: 30px;
    }

    .main-headding-title.text-center h3::after {
        height: 3px;
        margin-top: 15px !important;
    }

    .testimonial p {
        font-size: 16px;
    }

    .sec-1 img {
        width: 50%;
        margin-bottom: 15px;
    }

    .sec-4 i {
        margin: 5px 11px 0px 0px;
    }

    .sec-2 h2 {
        font-size: 20px;
    }

    .sec-4 h2 {
        font-size: 20px;
    }

    .copyright h1 {
        line-height: 17px;
    }

    .it_work.text-center {
        margin-top: 25px;
    }

    .how_it p::after {
        margin-bottom: 10px;
    }

    section.about_page {
        padding: 30px 0px;
        background-position: right;
    }

    .how_it p {
        width: 100%;
        margin: auto;
        font-size: 13px;
    }

    .count_box.box_hover {
        display: flex;
        align-items: center;
        gap: 22px;
    }

    .count_box.box_center {
        display: flex;
        align-items: center;
        gap: 22px;
    }

    .copy {
        padding: 15px;
    }

    div.elem-group.inlined{
        width: 100%;
    }

    div.elem-group.inlined input{
        width: 98%;
    }

    .galley_imgs {
        padding: 15px 0px 15px 0px;
    }

    .modal-body input, .modal-body select, .modal-body textarea{
        font-size: 12px;
    }

    .contact_card.text-center {
        margin: 15px 0px;
    }

    .container.contact-details2.all_padding {
        padding: 29px 0px;
    }

    .container.contact-details2.all_padding .row {
        padding: 14px 0px;
        display: block;
        padding-top: 2px !important;
        margin-bottom: 0px !important;
        background: none;
        margin-right: 0px;
        margin-left: 0px;
    }

    .col.numbr {
        margin-top: 11px;
    }

    .col.dec {
        margin-top: 11px;
    }

    .map_contact {
        height: 225px;
        margin-left: 0px;
    }

    .col.messg textarea#comment {
        height: 115px;
    }

    .drop-us h2.sec_heading {
        color: #fff;
    }

    .drop-us p.sec_paragraph {
        color: #fff;
        font-size: 13px;
    }

    form#callbackForm label {
        color: #fff;
    }

    button.all-btn.mt-3 {
        border: solid 2px #ffffff;
    }

    a.navbar-brand {
        display: contents;
    }

    

    ul.navbar-nav.me-auto.mb-2.mb-lg-0 li.nav-item a.nav-link.active {
        padding: 7px 0px;
        color: #fff;
    }

    .whtasapp i {
        font-size: 33px;
        right: 3px;
        padding: 9px 11px;
        height: 50px;
        width: 50px;
        z-index: 111;
    }

    .container.contact-details2.all_padding .col-md-7 {
        padding: 0px 15px;
    }
    
    .forms .col{
        padding-left: 0px;
    padding-right: 0px;
    }

    .container.contact-details2.all_padding .col-md-5 {
        padding: 0px 15px;
    }
}



