@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: 'neuro';
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'neuro';
    src: url(../fonts/neuro.otf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000 !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000 !important;
    color: #fff !important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'neuro';
    font-size: 58px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px;
}

h2 {
    font-family: 'neuro';
    font-size: 60px;
    line-height: 60px;
    color: #000;
    font-weight: 500;
    margin: 0 0 25px;
}

h3 {
    font-family: 'neuro';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;

}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* Header Start */

header {
    padding: 12px 0;
}

.menuSec {
    padding: 0px 0;
    position: relative;
    z-index: 999999999;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
    margin-left: 20px;
}

.menusec-any-question ul {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
}

.menusec-any-question ul li img {
    width: 50px;
    height: 58px;
    object-fit: cover;
}

.menusec-any-question ul li span b {
    color: #ffcc00;
}

.menusec-any-question ul li span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #f8c600;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

header {
    padding: 20px 0;
}

.header-logo a img {
    width: 85%;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.menusec-any-question ul li p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}


/* Header  End */

/* Banner Start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active:before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.banner_text p {
    color: #fff5dd;
    width: 80%;
    font-size: 15px;
    margin-bottom: 30px;
}

.theme-btn-text {
    background: #000914;
    padding: 18px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;

}

span.theme-btn-arrow {
    background: #fff;
    padding: 16px 15px;
    border: 1px solid #e1e1e1;
    margin-left: -7px;
    border-left: none;
}

span.theme-btn-arrow img {
    width: 25px;
    height: 15px;
    object-fit: cover;
}

.main-slider-img {
    position: absolute;
    z-index: 9;
    right: 150px;
    bottom: 0;
}

.contact-input-icon i {
    font-size: 20px;
    color: #000;
}
.contact-input {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.contact-input-icon.chg {
    top: 20px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.contact-input-icon {
    position: absolute;
    right: 15px;
}

section.main_slider {
    position: relative;
}

.main-slider-img img {
    width: 95%;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px !important;
    height: 12px !important;
    padding: 0;
    margin: 60px !important;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 0;
    border-top: indianred;
    border-bottom: inherit;
    opacity: 1;
    border-radius: 20px;
    background: #ffeb99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-indicators {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: inherit;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: inherit;
    margin-bottom: 1rem;
    margin-left: inherit;
    list-style: none;
    display: block;
    top: 95px;
}

section.main_slider:before {
    content: "";
    position: absolute;
    background: #ffeb99;
    width: 1px;
    height: 155px;
    right: 85px;
    z-index: 9;
    top: 0;
}

section.main_slider:after {
    content: "";
    position: absolute;
    background: #ffeb99;
    width: 1px;
    height: 150px;
    z-index: 9;
    bottom: 0;
    right: 85px;
}

/* Banner End */

/*Easy Shipment Start*/

.easy-shipment-sec {
    padding: 100px 0;
}

.easy-shipment-images {
    text-align: end;
}

.easy-shipment-images img {
    width: 75%;
}

.easy-shipment-box {
    border: 2px solid #000;
    padding: 40px;
    border-radius: 20px;
}

.easy-shipment-box h2 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 20px;
}

.easy-shipment-box p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

/*Easy Shipment End*/

/*Why Clients Trust Start*/

.Why-clients-trust-sec {
    background: #ffcc00;
    padding: 60px 0;
}

.Why-clients-trust-heading h2 {
    font-size: 46px;
    color: #000;
    margin-bottom: 0;
}

.Why-clients-trust-heading p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
}

.Why-clients-trust-heading h2 span {
    display: block;
}

.Why-clients-trust-heading .row {
    align-items: center;
}

.Why-clients-trust-row {
    margin-top: 55px;
}

.Why-clients-trust-box h2 {
    font-size: 25px;
    color: #000;
    margin-bottom: 0;
}

.Why-clients-trust-box img {
    margin-bottom: 5px;
}

.Why-clients-trust-box p {
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    width: 70%;
}

/*Why Clients Trust End*/

/*About Us Start*/

.about-us-button {
    margin-top: 35px;
}

.about-us-images {
    position: relative;
    padding: 35px 0 50px;
}

.about-us-sec {
    padding: 50px 0;
}

.about-us-images img {
    width: 100%;
    height: 475px;
    object-fit: cover;
}

.about-us-text {
    margin-left: 20px;
}

.about-us-images:before {
    content: "";
    position: absolute;
    background: #ffcc00;
    width: 65%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
}

/*About Us End*/


/*Services We Provide Start*/


.services-we-provide-sec {
    padding: 150px 0 100px;
    position: relative;
}

.services-we-provide-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/services-we-provide-back.png);
    width: 100%;
    height: 1320px;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.services-we-provide-heading h2 span {
    display: block;
}

.services-we-provide-heading {
    text-align: center;
}

.services-we-provide-heading h2 {
    margin-bottom: 0;
}
.services-we-provide-box {
    border: 2px solid #cccccc;
    padding: 18px 10px;
    width: 95%;
    margin-top: 55px !important;
    position: relative;
    margin: 0 auto;
}

.services-we-provide-box:before {
    content: "";
    position: absolute;
    background-image: url(../images/services-we-provide-line.png);
    width: 172px;
    height: 4px;
    background-size: cover;
    bottom: 25px;
    right: 0;
}

.services-we-provide-img {
    margin-right: -40px;
}

.services-we-provide-img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.services-we-provide-text h2 {
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 600;
}

.services-we-provide-text p {
    font-size: 16px;
    color: #3e3e3e;
    width: 100%;
    line-height: 30px;
    margin-bottom: 35px;
}

.services-we-provide-button {
    margin-bottom: -20px;
}

/*Services We Provide End*/

/*Why Choose Us Start*/


.Why-choose-us-sec {
    padding: 100px 0;
}

.Why-choose-us-text p {
    color: #000;
    font-weight: 500;
    line-height: 28px;
}

.why-choose-button {
    margin-top: 35px;
}

.Why-choose-us-images img {
    width: 100%;
}

.Why-choose-us-shadow-box {
    background: #fff;
    width: 90%;
    height: 400px;
    border: 8px solid #e6e6e6;
    margin-left: auto;
}

.Why-choose-us-box {
    text-align: end;
    position: relative;
}

.Why-choose-us-img-one img {
    width: 330px;
    height: 325px;
    object-fit: cover;
}

.Why-choose-us-img-two img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 30px 0 #000;
}

.Why-choose-us-img-three img {
    width: 288px;
    height: 290px;
    object-fit: cover;
}

.Why-choose-us-img-three {
    position: absolute;
    bottom: -100px;
    right: 0;
}

.Why-choose-us-img-four {
    position: absolute;
    right: 160px;
    bottom: -80px;
}

.Why-choose-us-img-four img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;

}

.Why-choose-us-img-two {
    position: absolute;
    top: -90px;
    left: 200px;
}

.Why-choose-us-img-one {
    position: absolute;
    top: -130px;
    left: 0;
}

/*Why Choose Us End*/

/*Our Happy Clients Start */

.testi-head h2 {
    margin-bottom: 0;
}

.testi-slider {
    position: relative;
}

.testi-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: -38px;
    width: 106%;
    height: 364px;
    background: #fff;
    box-shadow: 0 0 10px #0003;
    z-index: -1;
}

.peopl-hed p {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    width: 47%;
    margin: 0 auto;
}

.test-box p {
    font-weight: 500;
    font-size: 15px;
    color: #8a8a8a;
    width: 95%;
    margin-bottom: 5%;
}

.test-box ul p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    width: 100%;
    margin: 0;
    font-weight: 600;
    font-style: normal;
    font-family: 'neuro';
}

.test-box ul li {
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 500;
    color: #8a8a8a;
}

.test-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
}

.test-box ul i {
    color: #f9a332;
}

section.people-say .slick-prev,
section.people-say .slick-next {
    bottom: 41%;
    top: unset;
}

section.people-say .slick-prev:before {
    content: "";
    opacity: 1;
    background-image: url(../images/left.png);
    background-size: cover;
    width: 58px;
    height: 19px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(72%) sepia(81%) saturate(1022%) hue-rotate(360deg) brightness(103%) contrast(103%);
}


section.people-say .slick-next:before {
    content: "";
    opacity: 1;
    background-image: url(../images/right.png);
    background-size: cover;
    width: 58px;
    height: 19px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 999999;
        filter: brightness(0) saturate(100%) invert(72%) sepia(81%) saturate(1022%) hue-rotate(360deg) brightness(103%) contrast(103%);
}
section.people-say .slick-next {
    right: -8%;
}

.testi-slider:after {
    content: "";
    position: absolute;
    bottom: -54px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/testi2.png);
    z-index: -1;
}

section.people-say .slick-prev {
    left: -85%;
    z-index: 1;
    opacity: 1;
}

.test-box {
    margin-top: 15%;
    position: relative;
}

section.people-say .slick-slide {
    margin-left: 0;
}

.sldr-img2 {
    border-left: 8px solid #ffcc00;
}

.sldr-img2 img {
    width: 100%;
    height: 365px;
    object-fit: cover;
}

.sldr-img1 img {
    width: 100%;
    height: 365px;
    object-fit: cover;
}

.sldr-img3 img {
    width: 100%;
    height: 365px;
    object-fit: cover;
}

.test-box img {
    width: 38px;
    margin-bottom: 7%;
    height: 25px;
    object-fit: contain;
}

.test-box::before {
    content: "";
    position: absolute;
    background-image: url(../images/p-bg.png);
    width: 104px;
    height: 71px;
    background-repeat: no-repeat;
    z-index: -1;
    left: 30%;
    top: 80px;
}

.test-header {
    padding: 0px 0 30px;
}

.test-header h3 {
    font-size: 100.19px;
    line-height: 159.69px;
    color: #343434;
}

.testi-head h6 {
    width: 45%;
    margin: 0 auto;
}

section.people-say-sec {
    padding: 80px 0;
}

.testi-head {
    text-align: center;
}

section.people-say {
    padding: 50px 0 100px;
}

/*Our Happy Clients End */


/*Contact Us Start*/


.contact-us-images img {
    width: 100%;
}

.contact-us-sec {
    background-image: url(../images/contact-us-back.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding-top: 70px;
}

.contact-us-form h2 {
    color: #fff;
}

.contact-us-form form {
    margin-top: 30px;
}

.contact-us-form input {
    width: 100%;
    height: 55px;
 
    padding: 0 15px;
    background: no-repeat;
    border: 2px solid #000;
    color: #000;
}

.contact-us-form input::placeholder {
    color: #000;
}

.contact-us-form textarea::placeholder {
    color: #000;
}

.contact-us-form textarea {
    width: 100%;
    height: 180px;
    padding: 20px 15px;
    border: 2px solid #000;
    background: no-repeat;
}

.contact-us-form-btn {
    margin-top: 30px;
}

.contact-us-form-btn button {
    background: no-repeat;
    border: none;
}

/*Contact Us End*/


/*Footer Start*/

footer.footer-sec {
    background: #131313;
    position: relative;
    padding-bottom: 40px;
    padding-top: 90px;
}

.footer-box h4 {
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 30px;
    font-family: 'neuro';
}

i.fas.fa-phone {
    transform: rotate(85deg);
}

.footer-box p {
    font-size: 15px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    color: #c1c1c3;
}


ul.footer-link-list li a {
    font-size: 14px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #c1c1c3;
}

ul.footer-link-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-transform: capitalize;
}

ul.footer-link-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 5px 0px;
}

ul.footer-link-list li a {
    transition: 0.5s ease-in-out;
}

ul.footer-link-list li a:hover {
    padding-left: 5px;
    color: #c29b06;
}

ul.footer-link-list i {
    font-size: 25px;
    color: #c29b01;
    font-weight: 300;
}

.product-box:hover {
    transform: scale(0.9);
    box-shadow: 0 0 10px #00000012;
}

.footer-box::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 0;
    right: -5px;
    top: 0px;
    bottom: auto;
    transition: 0.5s ease-in-out;
    z-index: 1;
}

.footer-box:hover::before {
    height: 295px;
    z-index: 1;
}

ul.bottom-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
}

ul.bottom-list i {
    color: #fff;
    border: 1px solid;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: ease-in;
    transition-duration: 0.2s;
}

ul.bottom-list i:hover {
    color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
    background: #ffcc00;
}

.bottom-text p {
    font-size: 12px;
    color: #bababa;
    text-align: end;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.bottom-imag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bottom-nav-box .row {
    align-items: center;
}

.bottom-nav-box {
    border: 2px solid #595959;
    padding: 12px 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background: #171717;
}

.footer-box {
    position: relative;
    padding-left: 15px;
    padding-bottom: 35px;
}

.footer-box.chg {
    margin-left: 25px;
}

.footer-box.chg-before:after {
    right: -30px;
}

.footer-box::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 305px;
    right: -5px;
    top: -30px;
    bottom: auto;
    background: #595959;
}

ul.footer-link-list.link li {
    margin-bottom: 20px;
}

.noborder::after {
    display: none;
}

.noborder::before {
    display: none;
}

.bottom-nav-box:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}

.bottom-nav-box:hover:after {
    width: 100%;
}

html {
    overflow-x: hidden;
}

img.engagment-img.engagment-img1 {
    right: 10px;
    bottom: 20px;
}

img.engagment-img.engagment-img2 {
    right: 0px;
}

.bottom-imag p {
    font-size: 12px;
    color: #fefefe;
}

/*Footer End*/

/*Inner Banner Start*/


.inner-banner-sec {
    width: 100%;
    height: 500px;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}

.inner-banner-heading h2 {
    color: #fff;
    margin-bottom: 18px;
}

.about-us-row {
    margin-top: 50px;
}

.inner-banner-heading p {
    width: 80%;
    margin: 0 auto;
    color: #fff;
}

/*Inner Banner End*/

/*Inner About Us Start*/

.about-us-row {
    margin-top: 30px;
}

.about-us-row p {
    color: #333333;
    margin-bottom: 25px;
}

/*Inner About Us End*/

/*Inner Contact Us Start*/


.Inner-contact-us-sec {
    margin: 140px 0;
}

.Inner-contact-us-form {
    padding: 50px 45px;
    position: relative;
}

.Inner-contact-us-form:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -9;
    background: #fff;
    box-shadow: 0 0 10px 0 #0000001f;
}

.Inner-contact-us-form input {
    width: 100%;
    font-family: "Roboto", sans-serif;
    height: 60px;
    margin-bottom: 25px;
    padding: 0 20px;
    border: 1px solid #c4c4c4;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #464444;
}

.Inner-contact-us-form p {
    width: 90%;
    margin-bottom: 25px;
    font-weight: 500;
}

.Inner-contact-us-form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 25px;
    padding: 20px 20px;
    border: 1px solid #c4c4c4;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    resize: none;
    color: #464444;
}

.Inner-contact-us-form button {
    border: none;
    background: none;
}

.contact-details-box {
    background: #ffcc00;
    padding: 140px 70px;
}

.contact-details-box ul li img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.contact-details-box h2 {
    font-size: 39px;
    color: #000;
    margin-bottom: 50px;
    font-weight: 500;
}

.contact-details-box ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
    margin-bottom: 0;
}

.contact-details-box ul li a {
    color: #000;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.Inner-contact-us-form p {
    color: #000;
}

.Inner-contact-us-form h2 {
    margin-bottom: 12px;
    color: #000;
}


/*Inner Contact Us End*/


/*Inner Services Start*/


.inner-services-sec {
    padding: 120px 0;
}

.inner-services-text h2 {
    font-size: 46px;
    margin-bottom: 15px;
}

.inner-services-img:before {
    content: "";
    position: absolute;
    background-image: url(../images/inner-services-img-line.png);
    width: 98px;
    height: 377px;
    background-repeat: no-repeat;
    z-index: 999;
    top: 0;
    right: 0px;
    transform: rotate(4deg);
}

.inner-services-sec-row .row {
    position: relative;
}

.inner-services-img {
    position: relative;
}

.inner-services-sec-row .row:before {
    content: "";
    position: absolute;
    background: #ffcc00;
    width: 100%;
    height: 85px;
    left: -760px;
    z-index: -111284844;
}

.inner-services-sec-row.chg {
    margin-top: 100px;
}

.inner-services-sec-row.chg.before .row:before {
    left: inherit;
    right: -970px;
    z-index: -1;
}

.inner-services-img.chg:before {
    right: inherit;
    left: -35px;
    transform: rotate(17deg);
}

.inner-services-text.chg {
    width: 95%;
}

.inner-services-img.chg img {
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}

p.margin-left {
    margin-left: 15px;
}

.inner-services-img img {
    clip-path: polygon(0 0, 89% 0, 100% 100%, 7% 100%);
    width: 95%;
    height: 538px;
    object-fit: cover;
}
.bottom-text p img {
    width: 40px;
    height: 23px;
    object-fit: contain;
    margin-right: 3px;
    margin-left: 3px;
}

/*Inner Services End*/

.services-we-provide-text p {
    height: 115px;
    overflow: hidden;
}
ul.footer-link-list.link a {
    text-transform: none;
}


.test-box p {
    height: 100px;
    overflow-y: scroll;
}


/*........................................................................*/












/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {
    .menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    display: flex
;
    align-items: center;
}
.main-slider-img img {
    width: 74%;
}

.menusec-any-question ul li span {
    font-size: 16px;
}
.menusec-any-question ul li p {
    font-size: 13px;
}
main-slider-img {
    position: absolute;
    z-index: 9;
    display: flex
;
    right: 80px;
    bottom: 0;
    align-items: center;
    justify-content: center;
}
.contact-us-form {
    margin-bottom: 50px;
}
.contact-us-images {
    display: flex
;
    align-items: end;
    height: 100%;
}
.inner-banner-sec {
    width: 100%;
    height: 350px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    
    .main-slider-img {
    right: 0px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
  .main-slider-img img {
    width: 53%;
}  
  .menuSec ul li a {
    padding: 10px 20px;
    font-size: 13px;
}  
   .menusec-any-question ul {
    gap: 10px;
    margin: 0;
} 
.menusec-any-question ul li span {
    font-size: 14px;
}
.menusec-any-question ul li p {
    font-size: 12px;
}
.menusec-any-question ul li img {
    height: 55px;
    object-fit: contain;
}

    .Inner-contact-us-sec .container {
        margin-left: auto !important;
    }
    .Inner-contact-us-form:before {
               width: 100%;
        height: 100%;
    }
.easy-shipment-box {
    padding: 30px;
    text-align: center;
}.easy-shipment-box img {
    width: 150px;
}

.easy-shipment-box h2 {
    font-size: 24px;  text-align: left;
}
.easy-shipment-box p {
 text-align: left;
}
.test-box {
    margin-top: 10%;
}
.contact-us-form {
    margin-bottom: 50px;
}

.contact-us-images {
    height: 100%;
    display: flex
;
    align-items: flex-end;
}
.Inner-contact-us-form h2 {
    font-size: 30px;
}



    
    
    
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menuSec ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0px;
}.inner-banner-sec {
    height: 250px;
}
.inner-services-text.chg {
    width: 100% !important;
}
    .main-banner-img {
    height: 500px;
}
.header-logo a img {
    width: 50%;
}
.menuSec .col-lg-3.col-md-6.col-12 {
    order: 1;
}

.menuSec .col-lg-7.col-md-12.d-none.d-md-block {
    order: 3;
}
.main-slider-img {
    position: absolute;
    z-index: 9;
    right: 79px;
    bottom: 0;
    display: flex
;
    align-items: flex-end;
    justify-content: flex-end;
}

.inner-services-sec-row{
   margin-top: 50px;
}
.main-slider-img img {
    width: 50%;
}
h1 {
    font-size: 40px;
    line-height: 40px;
}
.banner_text p {
    font-size: 13px;
    line-height: 20px;
}
.easy-shipment-box {
    padding: 20px;
}
.easy-shipment-box img {
    width: 100px;
    margin: auto;
}

.easy-shipment-box h2 {
    font-size: 20px;
    margin-top: 10px;    line-height: 20px;
}
.contact-details-box {
    padding: 50px 20px;
}
.contact-details-box h2 {
    font-size: 24px;
    margin-bottom: 25px;
}.contact-details-box ul li a {
    font-size: 13px;
}.contact-details-box ul {
    gap: 15px;
    margin-top: 20px;
}
.contact-details-box ul li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.easy-shipment-box p {
    font-size: 14px;
    margin-top: 10px;
}
.Why-clients-trust-heading p {
    font-size: 13px;
}

.about-us-text  p{
        font-size: 13px !important; 
}
.about-us-text  h2{
        font-size: 40px;
        line-height: 40px;
} 
.Inner-contact-us-form {
    padding: 30px 20px;
}
h2{
        font-size: 40px;
        line-height: 40px;
}.Inner-contact-us-form:before {
    width: 100%;
    height: 100%;
}
.services-we-provide-text h2 {
    font-size: 18px;
}
.services-we-provide-text p {
    height: 122px;
}

.services-we-provide-text p {
    font-size: 14px;
    line-height: 24px;
}
.Why-choose-us-text  p {
    font-size: 14px  !important;
    line-height: 24px;
}
.Why-choose-us-img-two {
    left: 87px;
}
section.people-say .slick-prev {
    left: -99%;
}
.contact-us-images {
    height: 100%;
    display: flex
;
    align-items: flex-end;
}
.contact-us-form {
    margin-bottom: 50px;
}

.footer-box::after {
    display:none;
}
.footer-box.chg {
    margin-left: 0px;
}
.Inner-contact-us-sec .container{
    margin-left: auto !important;
}
.Why-choose-us-img-four {
    right: 15px;
}
.Inner-contact-us-form h2 {
    font-size: 24px;
}




    
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    
        footer.footer-sec {
    padding-bottom: 20px;
    padding-top: 30px;
}

.footer-box h4 {
    font-size: 15px;
    line-height: 34px;
    margin-bottom: 5px;
    font-family: 'neuro';
}
.contact-input {
 
    margin-bottom: 10px;
}
.contact-us-form input {
        height: 45px;
        font-size: 14px;
    }
    .contact-us-form form {
    margin-top: 0px;
}
.contact-us-form {
    margin-top: 30px;
}
.contact-us-form h2 {
    
    text-align: center;
}
    .contact-us-form textarea {
    width: 100%;
    height: 120px;
    font-size: 14px;
}
.contact-input-icon i {
    font-size: 15px;
 
}
.carousel-indicators [data-bs-target] {
    display:none !important;
}
.main-slider-img img {
    width: 50%;
}
.banner_text {
    text-align: center;
}
section.main_slider {
   
    text-align: center;
}
.main-slider-img {
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        position: inherit;
        text-align: center;
        background: #fdcf09;
    }
section.main_slider:before {
   display:none !important;
}
    .banner_text p {
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 20px;
        width: 100%;
    }
h1 {
 
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 10px;
}
section.main_slider:after {
  display:none !important;
}
.Why-clients-trust-sec {
        padding: 30px 0;
        text-align: center;
    }
.easy-shipment-box img {
    width: 40%;
}
.easy-shipment-images img {
    width: 100%;
}
.easy-shipment-images {
    text-align: center;
    margin-top: 20px;
}
.Why-clients-trust-row {
    margin-top: 15px;
}
.Why-clients-trust-box {
    margin-top: 20px;
}
.Why-clients-trust-box img {
    margin-bottom: 5px;
    width: 36px !important;
    height: 44px !important;
    object-fit: contain;
}
.Why-clients-trust-box p {
   
    width: 100%;
}
.Why-clients-trust-heading h2 {
   
    margin-bottom: 10px;
}
.Why-clients-trust-box h2 {
    
    font-size: 20px !important;
}
p {
    
    font-size: 12px !important;
    line-height: 20px !important;
    
}
.services-we-provide-sec {
    padding: 50px 0 0px;
 
}
.services-we-provide-box {
  
    margin-top: 25px !important;
   
}
.Why-choose-us-img-three img {
    width: 100%;
    height: 180px;
   
}
.Why-choose-us-img-four img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
  
}
    section.people-say {
        padding: 10px 0 40px;
    }
.testi-slider .slick-slide {
    margin: 0px 0px;
}
.test-box ul i {

    font-size: 10px;
}
.test-box ul {
    display: block;
 
    width: 100%;
}
.test-box img {
    width: 28px;
    margin-bottom: 5% !important;
    height: 15px;
    margin: 0 auto;
}
.test-box {
    margin-top: 30px;
    position: relative;
    text-align: center;
}
.testi-slider:before {

    top: 0;
    left: 0;
    width: 100%;
    height: auto;
   
}
.sldr-img2 img {
   
    height: 345px;
   
}
.Why-choose-us-text h2 {
    margin-bottom: 15px !important;
}


.Why-choose-us-text p span {
    font-size: 12px !important;
}
.Why-choose-us-sec {
    padding: 60px 0;
    text-align: center;
}

.about-us-images img {
   
    height: 195px;
}
.services-we-provide-box:before {
    
    bottom: 40px;
   
}
.services-we-provide-text p {
    height: 85px;
    margin-bottom: 10px;
}
    .services-we-provide-text h2 {
        font-size: 18px !important;
        margin-bottom: 5px !important;
        margin-top: 15px !important;
    }
.services-we-provide-img img {
    
    height: 155px;
   
}
.easy-shipment-box p {
    font-size: 12px !important;
    line-height: 20px !important;
}
.about-us-text {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
}
.about-us-text h2 {
    margin-bottom: 10px;
}
.about-us-images {
  
    padding: 0px 0 20px;
}
    .easy-shipment-box h2 {
        font-size: 20px !important;
        margin-bottom: 5px;
        margin-top: 15px;
    }
.easy-shipment-box {
   
    padding: 20px;
   
    text-align: center;
}
.main-banner-img {
        height: 340px;
    }
    .easy-shipment-sec {
    padding: 50px 0;
}
.menuSec ul {
    
    margin-left: 0;
    justify-content: center;
}
.menusec-any-question ul li img {
    width: 34px;
    height: 38px;
  
}
.menusec-any-question ul li p {
 
    font-size: 12px;
    margin-bottom: -5px;
}
.menusec-any-question ul li span {
    font-size: 12px;
   
}
.header-logo {
    text-align: center;
}
.header-logo a img {
    width: 50%;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}


.slicknav_btn {
   
    background-color: #1a4c3a;
}
.slicknav_nav a {
  
    color: #000;
}
.slicknav_nav a:hover {
    background: #1c4c3a;
    color: #fff;
}
.slicknav_menu {
   
    background: #fdcf09;
    
}
    .Why-choose-us-img-four {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0px;
        display: flex
;
        margin: auto;
        align-items: center;
        justify-content: center;
        padding-bottom: 15px;
    }
.Why-choose-us-img-three {
    position: inherit;
    bottom: 0;
    right: 0;
}
    .contact-us-form-btn {
        margin-top: 20px;
        text-align: center;
    }


span.theme-btn-arrow {

    padding: 7px 10px 10px;
   
}
span.theme-btn-arrow img {
    width: 20px;
    height: 10px;
   
}
.theme-btn-text {
 
    padding: 12px 10px;
    font-size: 10px;
    
}
h2 {

    font-size: 30px !important;
    line-height: 30px !important;
  
}
     .bottom-text p {
        font-size: 10px;
        line-height: 22px;
        text-align: center;
    }
    .contact-us-sec {
        padding-top: 20px;
        padding-bottom: 30px;
    }
ul.bottom-list {
    gap: 5px;
    margin: 0;
    justify-content: center;
    margin-bottom: 5px;
}
.bottom-nav-box {
   
    padding: 8px 10px;
    
}
    ul.bottom-list i {
        height: 25px;
        width: 25px;
        font-size: 10px;
    }
.bottom-text p img {
    width: 20px;
    height: 10px;
    
}
ul.footer-link-list.link li {
    margin-bottom: 10px;
}
ul.footer-link-list i {
    font-size: 15px;
 
}
.footer-box.chg {
    margin-left: 0;
}
ul.footer-link-list li a {
   
    gap: 10px;
   
}
.footer-box {
    
    padding-left: 0;
    padding-bottom: 15px;
}
.footer-box p {
    font-size: 12px;
    line-height: 20px;
}
ul.footer-link-list li a {
    font-size: 12px;
    line-height: 20px;
   
}
.Why-choose-us-img-one {
    position: relative;
    top: 0px;
    left: 0;
}
    .Why-choose-us-shadow-box {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 15px;
}
    .Why-choose-us-img-two {
        position: absolute;
        top: 0px;
        right: 0px;
        padding-top: 14%;
        bottom: 0px;
        display: flex
;
        left: 0px;
        margin: auto;
        align-items: flex-start;
        justify-content: center;
    }
    .Why-choose-us-img-two img {
    width: 200px;
    height: 200px;
}
    .footer-box::after {
    display: none;
}
.about-us-row p {
    text-align: center;
}
.about-us-row {
    margin-top: 0px;
}

.about-us-sec {
    padding: 40px 0;
}

.about-Why-choose .Why-choose-us-sec{ 
   padding: 0px 0 40px;
}
.about-Why-choose .why-choose-button {
    margin-bottom: 30px;
}
.inner-services-img img {
    width: 100%;
    height: 200px;
}
.inner-services-img:before {
    width: 44px;
    height: 200px;
    right: -8px;
    transform: rotate(2deg);
}
.inner-services-img {
    overflow: hidden;
    margin-bottom: 10px;
}

.inner-services-sec .inner-services-sec-row.chg {
    margin-top:25px !important;
}
.inner-services-text.chg {
    width: 100% !important;
}
.Inner-contact-us-sec {
    margin: 40px 0;
}
.Inner-contact-us-form {
    padding: 30px 15px;
}
.Inner-contact-us-form:before {
    width: 100%;
}.Inner-contact-us-form input {
    height: 45px;
    margin-bottom: 10px;
}
.contact-details-box {
    padding: 30px 15px;
}
.contact-details-box h2 {
    margin-bottom: 10px !important;
    font-size: 25px !important;
}
.contact-details-box ul {
    gap: 10px;
    margin-top: 15px;
}
.contact-details-box ul li a {
    font-size: 13px;
}
.contact-details-box ul li img {
    width: 25px;
    height: 25px;
}
.inner-banner-sec {
    height: 250px;
}


.Inner-contact-us-sec .container{
        margin-left: auto !important;
}
.Why-choose-us-img-one img {
    width: 100%;
    height: 430px;
}
.test-box ul p {
    height: 25px;
}
.test-box::before {
    width: 84px;
    height: 55px;
    left: 30%;
    top: 43px;
    background-size: contain;
}

    
}

@media only screen and (max-width: 519px) {
    
    
    footer.footer-sec {
    padding-bottom: 20px;
    padding-top: 30px;
}

.footer-box h4 {
    font-size: 15px;
    line-height: 34px;
    margin-bottom: 5px;
    font-family: 'neuro';
}
.contact-input {
 
    margin-bottom: 10px;
}
.contact-us-form input {
        height: 45px;
        font-size: 14px;
    }
    .contact-us-form form {
    margin-top: 0px;
}
.contact-us-form {
    margin-top: 30px;
}
.contact-us-form h2 {
    
    text-align: center;
}
    .contact-us-form textarea {
    width: 100%;
    height: 120px;
    font-size: 14px;
}
.contact-input-icon i {
    font-size: 15px;
 
}
.carousel-indicators [data-bs-target] {
    display:none !important;
}
.main-slider-img img {
    width: 50%;
}
.banner_text {
    text-align: center;
}
section.main_slider {
   
    text-align: center;
}
.main-slider-img {
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        position: inherit;
        text-align: center;
        background: #fdcf09;
    }
section.main_slider:before {
   display:none !important;
}
    .banner_text p {
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 20px;
        width: 100%;
    }
h1 {
 
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 10px;
}
section.main_slider:after {
  display:none !important;
}
.Why-clients-trust-sec {
        padding: 30px 0;
        text-align: center;
    }
.easy-shipment-box img {
    width: 40%;
}
.easy-shipment-images img {
    width: 100%;
}
.easy-shipment-images {
    text-align: center;
    margin-top: 20px;
}
.Why-clients-trust-row {
    margin-top: 15px;
}
.Why-clients-trust-box {
    margin-top: 20px;
}
.Why-clients-trust-box img {
    margin-bottom: 5px;
    width: 36px !important;
    height: 44px !important;
    object-fit: contain;
}
.Why-clients-trust-box p {
   
    width: 100%;
}
.Why-clients-trust-heading h2 {
   
    margin-bottom: 10px;
}
.Why-clients-trust-box h2 {
    
    font-size: 20px !important;
}
p {
    
    font-size: 12px !important;
    line-height: 20px !important;
    
}
.services-we-provide-sec {
    padding: 50px 0 0px;
 
}
.services-we-provide-box {
  
    margin-top: 25px !important;
   
}
.Why-choose-us-img-three img {
    width: 100%;
    height: 180px;
   
}
.Why-choose-us-img-four img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
  
}
    section.people-say {
        padding: 10px 0 40px;
    }
.testi-slider .slick-slide {
    margin: 0px 0px;
}
.test-box ul i {

    font-size: 10px;
}
.test-box ul {
    display: block;
 
    width: 100%;
}
.test-box img {
    width: 28px;
    margin-bottom: 5% !important;
    height: 15px;
    margin: 0 auto;
}
.test-box {
    margin-top: 30px;
    position: relative;
    text-align: center;
}
.testi-slider:before {

    top: 0;
    left: 0;
    width: 100%;
    height: auto;
   
}
.sldr-img2 img {
   
    height: 345px;
   
}
.Why-choose-us-text h2 {
    margin-bottom: 15px !important;
}


.Why-choose-us-text p span {
    font-size: 12px !important;
}
.Why-choose-us-sec {
    padding: 60px 0;
    text-align: center;
}

.about-us-images img {
   
    height: 195px;
}
.services-we-provide-box:before {
    
    bottom: 40px;
   
}
.services-we-provide-text p {
    height: 85px;
    margin-bottom: 10px;
}
    .services-we-provide-text h2 {
        font-size: 18px !important;
        margin-bottom: 5px !important;
        margin-top: 15px !important;
    }
.services-we-provide-img img {
    
    height: 155px;
   
}
.easy-shipment-box p {
    font-size: 12px !important;
    line-height: 20px !important;
}
.about-us-text {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
}
.about-us-text h2 {
    margin-bottom: 10px;
}
.about-us-images {
  
    padding: 0px 0 20px;
}
    .easy-shipment-box h2 {
        font-size: 20px !important;
        margin-bottom: 5px;
        margin-top: 15px;
    }
.easy-shipment-box {
   
    padding: 20px;
   
    text-align: center;
}
    .main-banner-img {
        height: 340px;
        object-position: 78% 0px;
    }
    .easy-shipment-sec {
    padding: 50px 0;
}
.menuSec ul {
    
    margin-left: 0;
    justify-content: center;
}
.menusec-any-question ul li img {
    width: 34px;
    height: 38px;
  
}
.menusec-any-question ul li p {
 
    font-size: 12px;
    margin-bottom: -5px;
}
.menusec-any-question ul li span {
    font-size: 12px;
   
}
.header-logo {
    text-align: center;
}
.header-logo a img {
    width: 50%;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}


.slicknav_btn {
   
    background-color: #1a4c3a;
}
.slicknav_nav a {
  
    color: #000;
}
.slicknav_nav a:hover {
    background: #1c4c3a;
    color: #fff;
}
.slicknav_menu {
   
    background: #fdcf09;
    
}
    .Why-choose-us-img-four {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0px;
        display: flex
;
        margin: auto;
        align-items: center;
        justify-content: center;
        padding-bottom: 15px;
    }
.Why-choose-us-img-three {
    position: inherit;
    bottom: 0;
    right: 0;
}
    .contact-us-form-btn {
        margin-top: 20px;
        text-align: center;
    }


span.theme-btn-arrow {

    padding: 7px 10px 10px;
   
}
span.theme-btn-arrow img {
    width: 20px;
    height: 10px;
   
}
.theme-btn-text {
 
    padding: 12px 10px;
    font-size: 10px;
    
}
h2 {

    font-size: 30px !important;
    line-height: 30px !important;
  
}
     .bottom-text p {
        font-size: 10px;
        line-height: 22px;
        text-align: center;
    }
    .contact-us-sec {
        padding-top: 20px;
        padding-bottom: 30px;
    }
ul.bottom-list {
    gap: 5px;
    margin: 0;
    justify-content: center;
    margin-bottom: 5px;
}
.bottom-nav-box {
   
    padding: 8px 10px;
    
}
    ul.bottom-list i {
        height: 25px;
        width: 25px;
        font-size: 10px;
    }
.bottom-text p img {
    width: 20px;
    height: 10px;
    
}
ul.footer-link-list.link li {
    margin-bottom: 10px;
}
ul.footer-link-list i {
    font-size: 15px;
 
}
.footer-box.chg {
    margin-left: 0;
}
ul.footer-link-list li a {
   
    gap: 10px;
   
}
.footer-box {
    
    padding-left: 0;
    padding-bottom: 15px;
}
.footer-box p {
    font-size: 12px;
    line-height: 20px;
}
ul.footer-link-list li a {
    font-size: 12px;
    line-height: 20px;
   
}
    .Why-choose-us-img-one {
        position: absolute;
        top: 0px;
        left: 0;
    }
    .Why-choose-us-shadow-box {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 15px;
}
    .Why-choose-us-img-two {
        position: absolute;
        top: 0px;
        right: 0px;
        padding-top: 14%;
        bottom: 0px;
        display: flex
;
        left: 0px;
        margin: auto;
        align-items: flex-start;
        justify-content: center;
    }
    .Why-choose-us-img-two img {
    width: 200px;
    height: 200px;
}
    .footer-box::after {
    display: none;
}
.about-us-row p {
    text-align: center;
}
.about-us-row {
    margin-top: 0px;
}

.about-us-sec {
    padding: 40px 0;
}

.about-Why-choose .Why-choose-us-sec{ 
   padding: 0px 0 40px;
}
.about-Why-choose .why-choose-button {
    margin-bottom: 30px;
}
.inner-services-img img {
    width: 100%;
    height: 200px;
}
.inner-services-img:before {
    width: 44px;
    height: 200px;
    right: -8px;
    transform: rotate(2deg);
}
.inner-services-img {
    overflow: hidden;
    margin-bottom: 10px;
}

.inner-services-sec .inner-services-sec-row.chg {
    margin-top:25px !important;
}
.inner-services-text.chg {
    width: 100% !important;
}
.Inner-contact-us-sec {
    margin: 40px 0;
}
.Inner-contact-us-form {
    padding: 30px 15px;
}
.Inner-contact-us-form:before {
    width: 100%;
}.Inner-contact-us-form input {
    height: 45px;
    margin-bottom: 10px;
}
.contact-details-box {
    padding: 30px 15px;
}
.contact-details-box h2 {
    margin-bottom: 10px !important;
    font-size: 25px !important;
}
.contact-details-box ul {
    gap: 10px;
    margin-top: 15px;
}
.contact-details-box ul li a {
    font-size: 13px;
}
.contact-details-box ul li img {
    width: 25px;
    height: 25px;
}
.inner-banner-sec {
    height: 250px;
}


.Inner-contact-us-sec .container{
        margin-left: 0px !important;
}


.mtew{
    margin-top: 25px;        margin-bottom: 25px;
}

.wfcq{
 margin-bottom: 25px;
}
.inner-services-sec {
    padding: 40px 0 50px;
}

.inner-services-text h2 {
    text-align: center;
}
.inner-services-text p {
    text-align: center;
}
.inner-services-text {
        text-align: center;
        display: flex
;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

.inner-services-sec-row{
        text-align: center;
}

.mtew .row{    display: flex
;
    flex-direction: column-reverse;

}
.inner-services-sec-row .col-lg-6.col-md-6.col-12 {flex-basis: auto;
    width: 100% !important;
    max-width: 100%;
}
.inner-services-text p{
        font-size: 12px !important;
        line-height: 20px !important;
    }



























    
    
    
    
    
    
}


/*Media Query End*/