@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');

@font-face {
    font-family: Anton-Regular;
    src: url("../fonts/Anton-Regular.ttf") format("truetype");
    font-display: swap;
}

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

body {
    /* background-color: #000; */
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar {
    --bs-navbar-toggler-icon-bg: url(../images/toggle.svg);
}

.header {
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 0;
    left: 0;
    padding: 0 30px;
    background: #ffffff82;
}

.header.sticky-menu {
    background-color: #fff;
    color: #000;
}

.sticky-menu ul.navbar-nav li a {
    color: #ffffff;
}

/* .header .nav-link {
        color: #001e3f;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 15px !important;
} */
.header .nav-link {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 15px !important;
    background: #001e3f;
    /* border: 1px solid #fff; */
    margin-left: 10px;
    margin-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}

.header .nav-link:hover {
    background: #fff;
    color: #001e3f;
}

.navbar-brand {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 900;
    font-size: 32px;
    padding: 0px;
}

.banner_sec {
    position: relative;
}

.banner_sec .item::after {
    position: absolute;
    content: '';
    background-color: #0000007d;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
}

.banner_text {
    position: absolute;
    z-index: 2;
    color: #ffffff;
    top: 0;
    width: 45%;
    display: flex;
    align-items: center;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    flex-flow: column;
    justify-content: center;
}

.banner_text h2 {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    margin-bottom: 30px;
}

.banner_text h2 span {
    color: inherit;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
}

.banner_text p {
    width: 70%;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 200;
}

.banner_sec:before {
    background: url(../images/texture.png);
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 60px;
    background-size: 100% !important;
    display: block;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    z-index: 2;
}

.owl-theme .owl-nav {
    margin: 0;
}

.banner_sec .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    z-index: 8;
    color: #ffffff;
    font-size: 26px;
    border: 1px solid #ffffff;
    box-shadow: unset !important;
    background: transparent;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.banner_sec .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #ffffff;
    color: #191919;
}

.owl-carousel .owl-nav button.owl-next {
    right: 50px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 50px;
}

/* .second__Section {
    padding: 60px 0;
} */

.autoplay__inner a {
    color: #191919;
    font-weight: 800;
    font-size: 54px;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 30px;
    text-decoration: none;
}

.autoplay__inner a:before {
    content: "";
    height: 86px;
    width: 86px;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    animation: rotate-animation 10s infinite linear;
    background: url(../images/getquate-image.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.oner-of-one-class {
    color: #191919;

}

.common_h4 {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 500;
}

.common_h4 span {
    text-align: center;
    font-size: 40px;
    letter-spacing: 0px;
    color: #ec6303;
    text-transform: capitalize;
}

.your_one_stop {
    padding: 30px 18px;
    background: red;
    background: #fffdfa 0% 0% no-repeat padding-box;
    overflow: hidden;
    width: 208px;
    border: 1px solid #ec6303;
    border-radius: 10px;
    opacity: 1;
    height: 100%;
    transition: .5s;
    text-align: center;
}

.your_one_stop_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 130px;
}

.your_one_stop:hover {
    box-shadow: 0px 0px 20px #cfcfcf;
}

.equipment_rental {
    text-align: center;
    padding: 20px 0 0 0;
    color: #191919;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
}

.timeline-data {
    margin: 60px 0px;
    margin-bottom: 75px;
}

.timeline-grid h2 {
    color: #fff;
    text-shadow: 1px 0 0 #c68529, -1px 0 0 #c68529, 0 1px 0 #c68529, 0 -1px 0 #c68529, 1px 1px 0 #c68529, -1px -1px 0 #c68529, 1px -1px 0 #c68529, -1px 1px 0 #c68529;
    letter-spacing: 4px;
    font-size: 81px;
    position: relative;
    font-family: Anton-Regular;
    margin: 0px;
}

.timeline-grid h2:after {
    content: "+";
}

.timeline-grid h6 {
    background: #fff;
    font-size: 16px;
    margin-top: -22px;
    z-index: 1;
    position: relative;
    color: #474747;
    font-weight: 500;
}

.timeline-data .col-md-3:last-child .timeline-grid h2:after {
    content: "k+";
}

.timeline-data .col-md-3 {
    flex: 0 0 auto;
    width: auto;
}

.timeline-data .row {
    justify-content: space-between;
}

.slider_Section {
    background: url(../images/bg.png) no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 90px;
    color: #fff;
}

.get__start a {
    background: linear-gradient(90deg, #c68529, #9f5d00);
    padding: 12px 25px;
    border-radius: 5px;
    /* box-shadow: 2px 2px 5px #c68529; */
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.ser-resp {
    max-width: 960px;
    margin: auto;
}
.services-wrapper {
    text-align: center;
    background-color: #000000;
    border: 1px solid #e2eff8;
    border-radius: 3px;
    padding: 60px 40px;
    color: #ffffff;
    /* width: 310px; */
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.features-icon {
    margin-bottom: 20px;
}

.services-title {
    margin-bottom: 8px;
}

.paragraph-small {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
}

.link-2 {
    color: #c68529;
    order: 0;
    align-self: center;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.product_sec {
    padding: 80px 0;
}

.get_equipped_with_img {
    margin-bottom: 20px;
    overflow: hidden;
}

.get_equipped_with_img img {
    transition: .3s all ease-in-out;
}

.get_link:hover img {
    transform: scale(1.1);
}

.get_equipped_with_title h5 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: #191919;
}

.client_testimonial {
    padding: 80px 0;
    color: #191919;
    background-color: #f9fbfd;
}

.client_heading p {
    text-align: center;
    font-size: 16px;
    color: #aaa;
    letter-spacing: 0.5px;
}

.item.client_data {
    text-align: justify;
    margin-top: 80px;
    position: relative;
}

.client_img {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -50px;
}

.client_img img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    border: 4px solid #ec6303;
}

.green-border {
    background: #fffdfa 0% 0% no-repeat padding-box;
    /* border: 4px solid #c68529; */
    border: 4px solid #ec6303;
    border-radius: 0px 40px;
    margin: 0 auto;
    padding: 80px 40px 30px;
    line-height: 35px;
}

.green-border p {
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.client_testimonials_name {
    font-size: 18px;
    margin-top: 12px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 6px;
}

.client_testimonials_sub {
    line-height: 22px;
    font-size: 14px;
    color: #686868;
}

.client_option .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: #ec6303 !important;
    color: #fff !important;
    top: 50%;
    transform: translateY(0);
    font-size: 32px !important;
    text-decoration: none !important;
}

.client_testimonial .owl-carousel .owl-nav button.owl-prev {
    left: -4%;
}

.client_option button.owl-prev::before {
    content: "";
    left: 0px;
    font-family: FontAwesome !important;
}

.client_option .owl-nav button span {
    display: none;
}

.client_testimonial .owl-carousel .owl-nav button.owl-next {
    right: -4%;
}

.client_option button.owl-next::before {
    content: "";
    font-family: FontAwesome !important;
}

.quote_sec {
    padding: 80px 0;
    background-color: #5c5c5c;
    /* color: #191919; */
    background-image: url(../images/bg-contact.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
}

.field-label {
    color: #ffffff;
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 14px;
}

.quote_sec .form-control {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #e2eff8;
    border-radius: 5px;
    height: 50px;
    padding: 6px 15px;
    font-size: 13px;
}

.quote_sec textarea.form-control {
    height: auto;
}

.form-control::placeholder {
    color: #ffffff;
}

input,
textarea {
    box-shadow: unset !important;
}

.form-group {
    margin-bottom: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.submit_btn {
    border: 1px solid #ffffff;
    padding: 8px 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #000000;
    transition: .3s ease-in-out;
    margin-top: 20px;
    border-radius: 0;
    background: #ffffff;
}

.submit_btn:hover {
    background-color: transparent;
    color: #ffffff;
}

.site-footer {
    padding: 90px 0 0;
    position: relative;
    background: #ededed;
    z-index: 1;
    color: #001e3f;
}

footer .textwidget p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: 20px;
}

.social-links a {
    color: #001e3f;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    border-radius: 50%;
    transition: .3s all ease-in;
}

.social-links a:hover {
    background: #ffffff;
    color: #191919;
}

.widget-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 24px;
}

.menu-footer-links li a {
    color: #ffffff;
    margin-bottom: 12px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.contact_block li {
    display: flex;
    gap: 0 12px;
    align-items: baseline;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.contact_block p {
    margin: 0;
    color: #000;
}

footer .widget a,
.link-2 {
    color: #000;
    position: relative;
    display: inline-block !important;
}

footer .widget a:after,
.link-2::after {
    content: '';
    background-color: #001e3f;
    height: 1px;
    left: 0;
    bottom: -3px;
    width: 0;
    position: absolute;
    transition: .3s all ease-in-out;
}

.link-2 {
    color: #c68529;
}

.link-2::after {
    background-color: #c68529;
}

footer .widget a:hover:after,
.link-2:hover::after {
    width: 100%;
}

.copyright p {
    margin: 0;
    text-align: center;
    border-top: 1px solid #727272;
    margin-top: 40px;
    padding: 10px 0;
    font-size: 12px;
    letter-spacing: 0.75px;
}

section.about {
    color: #000;
    text-align: center;
    padding: 80px 0px;
    max-width: 1040px;
    margin: auto;
}

ul.about-point li {
    border: 1px solid;
    padding: 30px;
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #c68529;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom: 18px;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #d1d2d6;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #c68529;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
    color: #44bce2;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #040404;
    padding: 6px 25px;
    font-weight: 300;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #ffffff;
    border: 1px solid #ec6303;
    /* border-radius: 40px; */
}

.btn-style-one:hover {
    background-color: #ec6303;
    color: #ffffff;
}

.about-section1 {
    text-align: center;
    color: #000;
    max-width: 950px;
    margin: auto;
    padding: 80px 0px;
}

.ab-text {
    color: #1a1a1a;
    margin-bottom: 20px;
}

.btn-box {
    margin-top: 40px;
}

.sec-title h4 {
    color: #000 !important;
}

h4.text-center.common_h4 {
    margin-bottom: 20px;
}

.oner-of-one-class p {
    text-align: center !important;
}

section.about-track {
    padding: 40px 0px;
}

.services-wrapper h4 {
    font-size: 17px;
    line-height: 25px;
}

span.features-icon {
    font-size: 55px;
    font-weight: 800;
    color: #ec6303;
}

.content-fd.col-md-6 {
    color: #000;
}

/* .services-block-three {
    margin-bottom: 30px;
} */

.services-block-three i {
    font-size: 32px;
}

.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: start;
    background: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.ab-No {
    font-size: 64px;
    font-weight: 800;
    color: #ededed;
    /* margin-left: -12px; */
    margin-bottom: 65px;
    position: absolute;
    top: -42px;
    left: 15px;
}

/* .services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #ec6303;
    border-right: 2px solid #ec6303;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
} */

/* .services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #c68529;
    border-left: 2px solid #c68529;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
} */

.padding-15px-bottom {
    padding-bottom: 15px;
}

.services-block-three h4 {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
}

.services-block-three p {
    margin-bottom: 0;
    color: #757575;
}

.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}

/* a:hover,
a:active {
    color: #ec6303;
    text-decoration: none;
} */

.services-block-three>a:hover:before,
.services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}

.box-ser {
    display: flex;
    margin-top: 45px;
    justify-content: center;
}

i.abB-line {
    font-size: 20px;
    font-weight: 300;
    color: #000;
}

.about-section {
    position: relative;
    padding: 60px 0px 40px;
    background-color: #ebebeb;
    margin-bottom: 60px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 50px;
    padding-right: 100px;
}

.about-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 20px;
}

.about-section .content-column .email {
    position: relative;
    color: #252525;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    padding: 40px 40px 0px 0px;
    margin-left: 50px;
}

.about-section .image-column .inner-column:after {
    position: absolute;
    content: '';
    right: 80px;
    top: 0px;
    left: -40px;
    bottom: 100px;
    z-index: -1;
    border: 2px solid #ec6303;
}

.about-section .image-column .inner-column .image {
    position: relative;
}

.about-section .image-column .inner-column .image:before {
    position: absolute;
    content: '';
    left: -50px;
    bottom: -50px;
    width: 299px;
    height: 299px;
    background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
    position: absolute;
    left: 40px;
    bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
    position: relative;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    color: #ec6303;
    font-size: 68px;
    font-weight: 700;
    line-height: 105px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #ec6303;
}

.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #ec6303;
    font-family: 'Arimo', sans-serif;
}

.sec-title2 {
    color: #fff;
}

.sec-title {
    position: relative;
    padding-bottom: 10px;
}

.sec-title .title {
    position: relative;
    color: #ec6303;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}

.offer-box {
    margin: auto;
    padding: 0px;
    width: 930px;
}

.ser-heding {
    max-width: 1050px;
    margin: auto;
}

.navbar-toggler,
.btn-close {
    border: 0 !important;
    box-shadow: none !important;

}

.offcanvas-title {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 900;
    font-size: 20px;
}

.contact-info {
    padding: 80px 0px;
}

/* .info {
    padding: 80px 0px;
}

.info-box {
    color: #000;
    text-align: center;
    border: 1px solid #ffffff61;
    padding: 50px;
    width: 30%;
    box-shadow: 1px 5px 30px -17px #ec6303;
}

.info-box i {
    margin-bottom: 30px;
    color:  #ec6303;
    font-size: 25px;
} */

.inner-banner {
    background-image: url('../images/transport/banner-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px;
    position: relative;
}

.inner-banner::before {
    content: "";
    inset: 0;
    background-color: #00000036;
    position: absolute;
}

h1.inn-heading {
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    position: relative;
}

h6.transport-nam {
    padding: 10px;
    background: #ffffff;
    color: #001e3f;
    text-align: center;
}

/* project-css */
.project {
    padding: 80px 0px;
    color: #000;
}

button.btn.RM {
    border-bottom: 1px solid;
    font-size: 12px;
    border-radius: 0px;
}

.btn:active {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.box-pd {
    padding: 30px 18px;
    background: red;
    background: #fffdfa 0% 0% no-repeat padding-box;
    overflow: hidden;
    width: 100%;
    border: 1px solid #ddcc8d;
    border-radius: 10px;
    opacity: 1;
    height: 100%;
    transition: .5s;
    text-align: center;
}

.your_one_stop_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 130px;
}

.your_one_stop .box-pd:hover {
    box-shadow: 0px 0px 20px #cfcfcf;
}

.box-pd-m {
    width: 1125px;
}

.serv-space {
    padding: 80px 0px;
}


.services-inn .box {
    background-color: #001e3f;
    /* overflow: hidden;
    transition: .3s ease; */
    padding: 30px;
        height: 100%;
}

.services-inn .box i {
    color: #ec6303;
    transition: inherit;
    transition-delay: 0s
}

.services-inn h4 {
    color: #fff;
    transition: inherit;
    transition-delay: .05s;
    font-weight: 500;
}

.services-inn p {
    color: #000;
    transition: inherit;
    transition-delay: .1s;
    font-size: 14px;
}

.readmore {

    /* overflow: hidden; */
    /* display: inline-block; */
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #ec6303;
    /* position: relative; */
    padding-right: 2rem;
        background: #001e3f00;
    border: 0px;
}

/* .readmore:before {
    animation: ts-link-arrow-effect-animation-out;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6, .01, 0, 1);
    background-color: #f26c4f;
    bottom: 0;
    height: .125rem;
    margin: auto;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    transform: scaleX(.2);
    transform-origin: left center;
    z-index: 0;
} */

/* .readmore span {
    position: relative;
    transform: translateX(-200%);
    display: inline-block;
    transition: .6s cubic-bezier(.6, .01, 0, 1);
} */

/* .box:hover .readmore span {
    transform: translateX(0%);
}

.box:hover .readmore:before {
    animation: ts-link-arrow-effect-animation-in;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6, .01, 0, 1);
}

.box:hover i,
.box:hover h4,
.box:hover p {
    transform: translateY(-0.625rem);
} */

@keyframes ts-link-arrow-effect-animation-out {
    0% {
        transform-origin: right center;
        transform: scaleX(.2);
    }

    70% {
        transform-origin: right center;
    }

    71% {
        transform-origin: left center;
        transform: scaleX(1);
    }

    100% {
        transform-origin: left center;
        transform: scaleX(.2);
    }
}

@keyframes ts-link-arrow-effect-animation-in {
    0% {
        transform-origin: left center;
        transform: scaleX(.2);
    }

    70% {
        transform-origin: left center;
        transform: scaleX(1);
    }

    71% {
        transform-origin: right center;
    }

    100% {
        transform-origin: right center;
        transform: scaleX(.2);
    }
}

p.box-text {
    font-size: 14px;
    color: #d1d1d1;
    /* display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.box h4 {
    font-weight: 300;
    font-size: 25px;
}

/* .aos-animate {
    overflow: hidden;
} */

.slider_Section .container {
    display: flex;
    gap: 40px;
}

.slider_Section{
      max-width: 1480px;
}
.slider_Section .card-1 {
    position: relative;
    height: 350px;
    /* box-shadow: 5px 5px 20px; */
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
  width: auto;
}

.intro {
    position: absolute;
    height: 65px;
    width: 350px;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    color: #fff;
    background-color: rgba(27, 27, 27, .5);
    transition: .9s ease-in-out;
}

.slider_Section .card-1:hover .intro {
    height: 200px;
    bottom: 0;
    background-color: #fffdfdd8;
    color: #000;
}

.slider_Section .card-1:hover .text-p {
    opacity: 1;
    visibility: visible;
}

/* .card-1:hover img {
    transform: scale(1.1) rotate(-3deg);
} */

.slider_Section img {
    /* height: 500px; */
    width: 350px;
    object-fit: cover;
    border-radius: 4px;
    transition: transform .9s ease-in-out;
}

.slider_Section .text-h1 {
    margin: 10px;
    font-size: 20px;

}

.slider_Section .text-p {
    font-size: 14px;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
}

section.second__Section {
    padding-top: 80px;
}

/* .project .container {
    max-width: 1120px;
} */

/* .content-project {
    padding: 50px;
} */

.cont-1 {
    font-size: 14px;
    color: #353434;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* contact-css */

.contact-info {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-info .card {
    /* position: relative; */
    flex: 1;
    max-width: 350px;
    height: 230px;
    margin: 0px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ec630326;
    box-shadow: 0px 6px 8px 9px #dbd9d952;
    border-radius: 0px;
}

.card-content h3 {
    font-size: 14px;
}

.card-content {
    text-align: center;
    padding: 20px 40px;
}

.contact-info .icon {
    font-size: 32px;
    color: #ec6303;
    /* transition: .3s linear; */
}

/* .contact-info .card:hover .icon {
    transform: scale(4);
    opacity: 0;
}

.contact-info .card-content h3,
.contact-info .card-content span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    opacity: 0;
} */

.contact-info .card-content h3 {
    top: 20px;
    text-transform: uppercase;
    color: #181818;
}

.contact-info .card-content span {
    bottom: 20px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.contact-info .card:hover h3 {
    opacity: 1;
    top: 46px;
    /* transition: .3s linear .3s; */
}

.contact-info .card:hover span {
    opacity: 1;
    bottom: 46px;
    width: 290px;
    text-align: center;
    /* transition: .3s linear .3s; */
}


@media screen and (max-width:900px) {
    .contact-info .card {
        flex: 100%;
        margin-bottom: 20px;
        max-width: 500px;
    }
}

section{
    overflow: hidden;
}