body {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
}

* {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3 {
    font-family: "Poppins", sans-serif;
    /*  font-family: 'myFirstFont', sans-serif;*/
}

.header-sec {
    background: url("../images/banner-bg.png");
    background-size: cover;
    padding-top: 0px;
    position: relative;
    padding-bottom: 50px;
    height: 586px;
}

.logo {
    width: 71%;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-logo {
    margin-top: 7px;
}
.sticky .home-logo {
    width: 238px !important;
}

.menu-row {
    border-radius: 10px;
    padding: 7px;
    /* box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
        -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease*/
}

.navigation-wrap {
    background: #00000059;
}

.navigation {
    float: right;
    margin-bottom: 0px;
}

.navigation li {
    list-style: none;
    display: inline-block;
    margin-left: 33px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
}

.navigation li ul {
    position: absolute;
    top: 50px;
    left: 0px;
    background: #fff;
    padding: 17px;
    width: 203px;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
    display: none;
    transition: all 0.5s ease;
    z-index: 99;
}
.navigation li:hover ul {
    display: block;
    transition: all 0.5s ease;
}

.navigation li ul li {
    margin-left: 0px;
    display: list-item;
    margin-bottom: 20px;
    padding: 0px !important;
    line-height: 16px !important;
}
.navigation li ul li a {
    color: #000 !important;
}

.navigation li a {
    color: #fff;
}

.let-talk {
    background: #135bfb;
    color: #fff;
    width: 115px;
    display: block;
    text-align: center;
    height: 38px;
    border-radius: 6px;
    line-height: 39px;
    float: right;
    margin-top: 11px;
    margin-left: 33px;
}

.my-image {
    float: right;
}

.my-image img {
    width: 100%;
}

.name-details {
    padding-left: 4%;
    margin-top: 16%;
}

.name-details h4 {
    margin: 0px;
    text-transform: uppercase;
}

.name-details h1 {
    margin: 0px;
    color: #000;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 800;
}

.name-details small {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 16px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 16%;
}

.name-details p {
    color: #000;
    margin-top: 10px;
    margin-bottom: 38px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 21px;
}

.my-work {
    background: #f26122;
    color: #fff;
    width: 200px;
    display: block;
    text-align: center;
    height: 53px;
    border-radius: 6px;
    line-height: 53px;
    margin-top: 11px;
    margin-bottom: 50px;
}

.my-work:hover {
    color: #fff;
}
.name-details span {
    display: block;
    margin-top: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.navigation li:hover a {
    color: #f46639;
}

.social-media {
    text-align: left;
    margin-bottom: 46px;
}

.social-media li {
    margin: 0px 8px;
    display: inline-block;
    list-style: none;
    text-align: center;
}

.social-media li a {
    background: #0948b3;
    padding: 10px;
    border-radius: 29px;
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
}

.social-media li a i {
    color: #fff;
    font-size: 17px;
    line-height: 31px;
}

.calculation img {
    height: 8rem;
}
.helping_project_section {
    padding: 60px 0;
}
.footer span {
    text-align: left;
    color: #fff;
    margin-bottom: 17px;
    display: block;
    text-transform: uppercase;
}

.main-degree {
    height: 462px;
    width: 100%;
    object-fit: cover;
    background: url(../images/exprience-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 41px;
}

.main-degree span {
    background: #fff;
    position: absolute;
    top: 21px;
    right: 45px;
    padding: 4px 13px;
    border-radius: 13px;
    font-weight: 500;
}

.main-degree-icon {
    width: 90px;
    height: 90px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 59px;
    margin-top: 5%;
}

.main-degree h2 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
    margin-top: 36px;
}

.main-degree p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 39px;
}

.main-degree a {
    color: #fff;
    transition: all 0.5s ease;
}

.main-degre a hover i {
    transition: all 0.5s ease;
    margin-left: 10px;
}

.second-epreence-box {
    height: 279px;
    background: #fff;
    position: relative;
    padding: 24px;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.second-degree h1 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 19px;
}

.second-degree p {
    font-size: 18px;
    margin-bottom: 41px;
}

.newsletter-box button {
    width: 100%;
    height: 40px;
    border: none;
    background: #fccc00;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 13px;
}

.second-epreence-box span {
    background: #7ea1fc;
    position: absolute;
    top: 21px;
    right: 24px;
    padding: 4px 13px;
    border-radius: 13px;
    font-weight: 500;
    color: #fff;
    font-size: 10px;
}

.second-exprence-icon {
    width: 60px;
    height: 60px;
    background: #2662fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 59px;
    margin-top: 13%;
    float: left;
    margin-right: 10px;
}

.second-epreence-box h3 {
    margin-top: 38px;
    font-size: 22px;
}

.second-epreence-box p {
    display: block;
    font-size: 15px;
    margin-top: 24px;
}

.footer-call {
    background: #035ded;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 72px;
    text-align: right;
}

.footer-newslatter {
    background: #4a4a4a;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 72px;
    text-align: left;
}

.footer-newslatter span {
    color: #fff;
    display: block;
    font-size: 25px;
    margin-bottom: 20px;
}

.footer-newslatter input[type="email"] {
    width: 258px;
    height: 48px;
    outline: none;
    background: #333333;
    padding-left: 17px;
    border: none;
}

.footer-newslatter input[type="submit"] {
    width: 153px;
    height: 48px;
    background: #ff9600;
    color: #fff;
    text-transform: capitalize;
    outline: none;
    border: none;
    font-size: 15px;
}

.footer-call span {
    color: #fff;
    display: block;
    font-size: 25px;
}

.footer-call a {
    font-weight: 800;
    color: #df6010;
    font-size: 48px;
}

.skill-box {
}

.skill-box li {
    display: inline-block;
    background: #1c3368;
    margin: 0px 3px 14px;
    padding: 11px 18px;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.skill-box li:hover {
    background: #8d8a7c;
    transition: all 0.5s ease;
}

.skill-box li span {
    color: #fff;
}

.dif-domain {
    text-align: right;
}

.dif-domain h2 {
    color: #fff;
    margin-bottom: 48px;
}

.tool-box {
    width: 100%;
    border: 1px solid #293b65;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 250px;
    border-radius: 68px;
    margin-top: 24px;
}

.tool-box img {
    width: 56% !important;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.tool-box:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: all 0.5s ease;
}

.tool-box span {
    color: #fff;
    text-transform: capitalize;
    margin-top: 20px;
}

.achivment-bg {
    position: relative;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/achievements-bg.jpg);
    margin-top: 30px;
}

.achivment-bg img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.hire-me-section h1 {
    color: #fff;
    font-weight: 700;
}

.hire-me-section {
    height: 400px;
    background: url(../images/hire-me-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: center;
}

.hire-me-section h1 {
    font-size: 42px;
    line-height: 60px;
    margin-top: 14%;
    margin-right: 22%;
}

.hire-me-section p {
    color: #fff;
    font-size: 24px;
    margin-top: 13%;
}

.hire-me-section a {
    background: #2662fa;
    color: #fff;
    padding: 17px 37px;
    font-size: 17px;
    margin-top: 35px;
    display: block;
    width: 211px;
    border-radius: 8px;
}

.footer-panel {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-panel span {
    text-align: right;
    display: block;
    margin-top: 4%;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.showing-work {
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/bg.png);
    padding-bottom: 98px;
}

.sticky ul li a {
    color: #fff;
}

.sticky {
    font-size: 14px;
    line-height: 22px;
    height: auto !important;
    width: 100%;
    left: 0px;
    right: 0px;
    top: -50px;

    transform: translateY(50px);
    transition: transform 600ms ease, background 600ms ease;
    -webkit-transition: transform 600ms ease, background 600ms ease;
    /*
         transition: all 0.10s ease-in-out;
  -webkit-transition: all 0.10s ease-in-out;
  -moz-transition: all 0.10s ease-in-out;
*/
    z-index: 999999;
    position: fixed !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);

    margin: 0px auto;
    border-radius: 0px;
    padding: 10px 20px;
    background: #000000c2;
}

.sticky .navigation {
    margin-top: 0px;
}

.sticky .let-talk {
    margin-top: 0px;
}

.sticky .logo img {
    width: 73%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.about-right-text h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

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

.about-right-text p {
    text-align: justify;
    line-height: 29px;
    font-size: 16px;
}

.popular-hosting-list {
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.popular-hosting-list h1 {
    text-align: center;
    color: #032794;
    font-weight: 700;
    text-transform: capitalize;
}

.popular-hosting-list p {
    text-align: center;
    font-size: 16px;
    padding: 0px 15%;
    margin-top: 10px;
    display: block;
    margin-bottom: 42px;
}

.hosting-company {
    padding: 36px 20px;
    background: #fff;
    margin-bottom: 40px;
}

.hosting-company img {
    display: block;
    height: 32px;
}

.hosting-company span {
    margin-top: 21px;
    display: block;
    margin-bottom: 25px;
}

.hosting-company ul {
    padding: 0px;
    margin: 0px;
}

.hosting-company ul li {
    list-style: none;
    display: inline-block;
    color: #105ed3;
    vertical-align: middle;
}

.hosting-company ul li strong {
    color: #000;
    font-weight: 500;
}

.hosting-company ul li h2 {
    margin-bottom: 0px;
    font-weight: 700;
}

.hosting-company ul li h2 small {
    color: #105ed3;
}

.hosting-company ul li button {
    background: #105ed3;
    border: none;
    color: #fff;
    width: 143px;
    display: block;
    height: 39px;
    border-radius: 4px;
    text-transform: capitalize;
    margin-left: 20px;
}

.compare-text {
    background: url(../images/compare-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 95px;
    text-align: center;
}

.compare-text h1 {
    text-align: center;
    color: #fff;
    line-height: 46px;
    padding: 10px 23%;
}

.compare-text button {
    width: 157px;
    height: 42px;
    margin: 0px 6px;
    border: none;
    border-radius: 26px;
    text-transform: capitalize;
    margin-top: 16px;
}

.compair-box {
    padding: 20px 10px;
    background-color: #2dabf1;
    /* For browsers that do not support gradients */
    border-radius: 5px;
}

.com-head img {
    width: 45% !important;
    margin: 0px auto;
}

/*---------------Testimonials------------------*/

.testimonials {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #f8f7fe;
}

.testimonials-box {
    width: 100%;
    background: #fff;
    padding: 15px;
    position: relative;
    border: 1px solid #cccccc94;
}

.quote {
    position: absolute;
    bottom: 44px;
    right: 13px;
    width: 20% !important;
}

.testimonials-box P {
    line-height: 23px;
}

.testimonials-profile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.testimonials-profile div {
    margin-right: 10px;
}

.com-head h2 {
    margin: 0px;
    font-size: 38px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.com-head h2 small {
    color: #fff;
}

.com-head span {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 29px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.testimonials h1 {
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 21px;
}

.testimonials p {
}

.hosting-features img {
    position: absolute;
    top: -72px;
    left: 0px;
    right: 0px;
}

.hosting-features {
    background: #fff;
    padding: 20px;
    position: relative;
    margin-top: 98px;
    border-radius: 0px 0px 20px 20px;
}

.hosting-features ul {
    padding: 0px;
    margin: 40px 0px 0px 0px;
}

.hosting-features ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: url(../images/check-in.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 28px;
    margin-bottom: 20px;
}

.know-more {
    width: 200px;
    height: 42px;
    border: none;
    border-radius: 31px;
    background: #f37038;
    color: #fff;
    text-transform: capitalize;
    margin: -17px auto 24px;
    display: block;
    z-index: 0;
    position: relative;
}

.footer {
    background: #212121;
    padding-top: 50px;
    padding-bottom: 40px;
}

.footer-menu {
    text-align: left;
}

.footer-menu li {
    list-style: none;
    display: list-item;
    margin: 13px 0px;
}

.footer-menu li a {
    color: #fff;
    font-weight: 300;
}

.footer-weiget h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 14px;
}

.newsletter-box {
    padding: 30px;
    background: #ef6a32;
    border-radius: 10px;
}

.newsletter-box input[type="email"] {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: none;
}

/*--------------------mobile menu----------------*/

#check {
    display: none;
}

.checkbtn {
    display: none;
}

.chart-icon {
    display: none !important;
}

.mobile-version {
    display: none;
}

.cancel-btn {
    display: none;
}

.main-category {
    background: #fff;
    /*    box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.1);*/

    z-index: 9;
    position: relative;
}

.category-box {
    text-align: center;
    padding: 0px 0px;
    margin-bottom: 48px;
}

.category-box img {
    width: auto;
}

.our-clients h1 {
    text-align: center;
    font-weight: 700;
}

.category-box h1 {
    text-transform: capitalize;
    font-size: 18px;
}

.about-us {
    /*    background: url(../images/about-us-bg.jpg);*/
    background-size: cover;
    padding-top: 56px;
    padding-bottom: 56px;
}

.about-mainpoints {
    padding: 0px;
    margin: 30px 0px 0px 0px;
}

.about-mainpoints li {
    padding: 0px;
    list-style: none;
    display: flex;
    margin-bottom: 17px;
}

.about-mainpoints li span {
    margin: 0px 22px 0px 0px;
    border-right: 1px solid;
    font-size: 17px;
}

.about-mainpoints li span:last-child {
    border-right: none;
}
.about-right-text a {
    background: #f2672e;
    color: #fff;
    margin-top: 27px;
    text-transform: uppercase;
}
.about-us-imag {
    height: 450px;
}
.steps-process h3 {
    margin-bottom: 30px;
}
.equipment-heading h1 {
    color: #fff;
    text-transform: capitalize;
}

.equipment-heading p {
    color: #fff;
    margin-top: 20px;
}

.equipment-heading button {
    width: 142px;
    height: 46px;
    background: #ef6a32;
    color: #fff;
    text-align: center;
    float: right;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 24px;
}

.equipment-heading {
    margin-bottom: 30px;
}

.our-Equipment {
    padding: 80px 0;
}

.Equipments-right {
    position: relative;
    margin-left: -53px;
    z-index: -1;
}
.Equipments-right:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -31px;
    width: 34%;
    height: 94%;
    background: #f2672e;
    z-index: -1;
}

.Equipments-right img {
    width: 90%;
}

.equipments-category-bg {
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 39px;
    background: #fff;
}

.our-services .flex-row {
    display: flex;
    margin-bottom: 60px;
}

.our-services .card {
    padding: 25px;
}

.padding-left-40 {
    padding-left: 40px;
}

.product-box {
    height: 280px;
    background: #fff;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    transition: all 0.5s ease;
}

.product-box:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    border: 1px solid #f2672e;
}

.product-box:hover h2 a {
    color: #f2672e;
}

.equipments-category-bg h1 {
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.quote-form h1 {
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 25px;
}

.why-chooseus {
    background: #ef6a32;
    padding: 30px;
}

.why-chooseus h1 {
    color: #fff;
}

.equipments-category-bg h1:after {
    content: "products";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -36px;
    font-size: 72px;
    transform-origin: left;
    opacity: 1;
    z-index: -1;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #80808045;
    text-transform: uppercase;
}

.product-box h2 {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
}

.product-box h2 a {
    color: #000;
}

.nopadding {
    padding: 0px !important;
    margin: 0px !important;
}

.product-box p {
    padding: 0px 26px;
    text-align: center;
    font-size: 14px;
}

.product-box button {
    background: #ef6a32;
    text-align: center;
    color: #fff;
    border: none;
    width: 241px;
    margin: 0px auto;
    display: block;
    height: 38px;
}

.product-box button a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.second-middle-box img {
    width: 96px;
}

.fourth-left img {
    width: 198px;
}

.offer-sec {
    text-align: center;
    color: #fff;
    z-index: 99;
    position: relative;
}

.offer-sec h2 span {
    font-size: 67px;
    vertical-align: middle;
}

.book-product {
    background: #ef6a32;
    color: #fff;
    border: none;
    width: 211px;
    height: 44px;
    font-size: 15px;
    border-radius: 4px;
    display: block;
    line-height: 39px;
    margin: 39px auto 0px;
}

.book-product:hover {
    color: #fff;
}

/*.features-box {
    width: 100%;
    height: 260px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
    padding: 29px;
    margin-bottom: 30px;
}
*/
.features-box {
    width: 100%;
    /* height: 260px; */
    /* background: #fff; */
    text-align: center;
    /* box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1); */
    padding: 0px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-box img {
    border: 1px solid #ccc;
    width: 35%;
    border-radius: 93px;
    margin-right: 14px;
}

.features-box h1 {
    font-size: 20px;
    text-align: left;
}

.features-row {
    margin-top: 90px;
    margin-bottom: 64px;
}

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

.why-choose-us h1 {
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 39px;
}

.why-choose-us strong {
    display: block;
    margin-bottom: 20px;
}

.why-choose-us ul {
    padding: 0px;
    margin: 30px 0px 0px 0px;
}

.why-choose-us ul li {
    list-style: disc;
    display: list-item;
    margin-bottom: 21px;
    font-size: 16px;
    margin-left: 22px;
}

.steps-process {
    background: #ebebeb;
    padding: 60px 0;
    text-align: center;
}

.steps-process small {
    font-size: 20px;
    text-transform: capitalize;
}

.steps-process h1 {
    margin: 0px 0px 30px;
    text-transform: capitalize;
}

.steps-box {
    margin-top: 40px;
    transition: all 0.5s ease;
}

.steps-box:hover .step-circle {
    transform: scale(1.1);
    transition: all 0.5s ease;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.steps-box h1 {
    font-size: 20px;
    margin-top: 37px;
}

.step-circle {
    width: 40px;
    height: 40px;
    margin: 44px auto 0px;
    background: #ef6a32;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    color: #fff;
    font-size: 18px;
    border-radius: 25px;
    z-index: 9;
    position: relative;
    transition: all 0.5s ease;
}

.our-clients-box {
    padding: 10px;
    border: 1px solid #ccc;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.steps-way:after {
    content: "";
    position: absolute;
    width: 76%;
    height: 2px;
    background: #000;
    left: 0px;
    right: 0px;
    top: 214px;
    z-index: 0;
    margin: 0px auto;
}

.steps-way {
    position: relative;
}

.quote-form {
    position: relative;
}

.topic {
    position: absolute;
    transform: rotate(-90deg);
    top: 46%;
    left: -26%;
    background: #ebf1f8;
    width: 319px;
    height: 76px;
    text-align: center;
    z-index: 9;
    border-radius: 17px;
}

.topic h1 {
    font-size: 20px;
}

.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="number"],
.quote-form select {
    width: 100%;
    height: 55px;
    background: #fff;
    padding: 13px;
    border: none;
    margin-bottom: 18px;
    padding-right: 16px;
    border-radius: 7px;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.quote-form button {
    background: #fccc00;
    color: #000;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
}

.quote-form textarea {
    width: 100%;
    height: 155px;
    background: #fff;
    padding: 13px;
    border: none;
    margin-bottom: 18px;
    padding-right: 16px;
    border-radius: 7px;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.testimonials-box img {
    width: 26% !important;
}

.testimonials-box h4 {
    font-weight: 700;
    margin-top: 20px;
}

.testimonials-box p {
    font-size: 14px;
    margin-top: 12px;
}

.our-facility-sec {
    background: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 48px;
    padding-bottom: 52px;
    text-align: center;
    position: relative;
    margin-top: 0px;
}
.manlift-prducts {
    margin-bottom: 60px;
}

.contact_nuber {
    position: absolute;
    text-align: center;
    display: block;
    left: 0px;
    right: 0px;
    bottom: -32px;
}

.contact_nuber ul {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    height: 66px;
    width: 570px;
    margin: 0 auto;
    line-height: 66px;
    border-radius: 8px;
}

.our-facility-sec h1 {
    color: #fff;
    font-size: 19px;
    margin: 13px 0px 13px;
    text-transform: capitalize;
}

.contact_nuber ul li {
    list-style: none;
    padding: 0px 15px;
    display: inline-block;
}

.contact_nuber ul li a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    color: #2d72bb;
}

.contact_nuber ul li span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    color: #fccc00;
}

.news_updates_inner {
    position: relative;
    margin-bottom: 0px;
    background: #fff;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-radius: 8px;
    border: 1px solid #ebebeb;

    height: 503px;
}
.blog-section {
    padding: 60px 0;
}
.blog-section h3 {
    margin-bottom: 30px;
}
.news_updates_inner .image_inner {
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.news_updates_inner .image_inner .image_before {
    position: relative;
    margin: 10px;
    overflow: hidden;
}

.news_updates_inner .image_inner img {
    border-radius: 8px;
    width: 100%;
    height: 269px;
    object-fit: cover;
}

.news_updates_inner p {
    margin-bottom: 10px !important;
    text-align: justify !important;
    line-height: 22px !important;
    font-size: 13px !important;
}

.news_updates_inner .image_inner .flaticon-zoom {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 8;
}

.news_updates_inner .date {
    position: absolute;
    top: -31px;
    left: 18px;
}

.news_updates_inner .date span {
    position: relative;
    display: block;
    background: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 5px 10px 0px;
    color: #2d72bb;
    font-weight: 700;
    text-align: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    /*border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 0px solid #e8e8e8;*/
}

.news_updates_inner .content {
    position: relative;
    padding: 20px;
    overflow: hidden;
}

.news_updates_inner .content ul {
    position: relative;
    margin-bottom: 7px;
}

.news_updates_inner .content ul li {
    display: inline-block;
    margin-right: 30px;
    color: #808080;
    font-size: 15px;
    line-height: 26px;
}

.news_updates_inner .content ul li i {
    margin-right: 10px;
    color: #bababa;
}

.news_updates_inner .content ul li a {
    color: inherit;
}

.news_updates_inner .content h4 {
    font-size: 17px;
    line-height: 26px;
    color: #000;
}

.news_updates_inner .content .continue {
    width: 100%;
    padding: 10px 0 0;
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    color: #1e2452;
    font-weight: 700;
}

.news_updates_inner:hover .content .continue {
    opacity: 1;
    transform: translateY(0);
}

.news_updates_inner:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
    border: 1px solid #e8e8e8;
}

.blog-section h1 {
    text-align: center;
}

.blog-section p {
    margin-bottom: 10px;
    text-align: center;
    line-height: 23px;
}

.footer-weiget p {
    color: #fff;

    line-height: 26px;
}

.credit-sec {
    background: #111;
    color: #fff;
    padding: 20px 0px;
    text-align: left;
    font-weight: 400;
}

.credit-sec a {
    color: #fff;
    text-align: right;
    display: block;
}

.Inner-header-sec {
    background: #f9f9f9 none repeat scroll 0 0;

    padding-bottom: 63px;
}

.blog-details .news_updates_inner {
    margin-bottom: 9px;
}
.blog-details {
    margin-top: 50px;
    margin-bottom: 50px;
}

.blog-details h1 {
    margin-top: 6px;
    margin-bottom: 19px;
    font-size: 24px;
    color: #000;
}

/*.blog-details h1 strong{

    font-weight: 400;

}*/

.blog-details img {
    margin-bottom: 0px;
    width: 100%;
}

.blog-details p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

/*.blog-details p strong{

    display: block;
}
*/
.widget.sidebar-widget {
    background: #ebf1f8;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 25px;
}

.sec-title {
    margin-bottom: 30px;
}

.sidebar-wrapper .widget.sidebar-widget .sec-title {
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 25px;
    position: relative;
}

.sidebar-wrapper .sec-title h3 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget.widget_categories > ul {
    background: none;
    display: block;
}

.widget_categories ul li span {
    background: #f46639;
    padding: 5px;
    text-align: center;
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    line-height: 15px;
}

.widget.widget_categories > ul li:hover {
    transition: all 0.5s ease;
    background: #fafcff;
}

.widget ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding-bottom: 7px;
    color: #000;
    list-style: none;
    transition: all 0.5s ease;
}

.tag ul {
    height: 547px;
    overflow: auto;
}

.widget ul li a {
    color: #000;
    transition: all 500ms ease;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    width: 87%;
    display: inline-block;
    text-transform: capitalize;
}

.sidebar-wrapper .single-sidebar {
    overflow: hidden;
    position: relative;
}

.single-sidebar .popular-post li {
    margin-bottom: 20px;
    padding-left: 90px;
    position: relative;
    padding-bottom: 0px;
    height: 110px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
}

.single-sidebar .popular-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 85px;
    background-position: center center;
}

.single-sidebar .popular-post li .img-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0px;
}

.single-sidebar .popular-post li .title-holder {
    padding-left: 20px;
}

.widget ul li a {
    color: #000;
    transition: all 500ms ease;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    width: 87%;
    display: inline-block;
}

.single-sidebar .popular-post li .title-holder .post-date {
    color: #f46639;
    display: block;
    transition: all 500ms ease;
    font-weight: 400;
    font-size: 14px;
}

.blog-heading {
    margin-left: 99px;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 2px 32px BLACK;
}

.Equipments-category {
    background: #ef6a32;
    padding: 20px;
    position: sticky;
    top: 114px;
}

.Equipments-wrap {
    margin-top: 80px;
}

.Equipments-category {
    border-radius: 5px;
}

.Equipments-category h2 {
    color: #fff;
    font-size: 20px;
    margin-left: 21px;
    font-weight: 600;
}

.Equipments-category ul {
    padding: 0px;
    margin: 30px 20px 20px;
}

.Equipments-category ul li {
    list-style: none;
    margin-bottom: 20px;
}

.Equipments-category ul li input[type="checkbox"] {
    border: none;
    outline: none;
    width: 20px;
    height: 16px;
    margin-top: 6px;
    border-radius: 97px;
    border: none;
    outline: none;
}

.Equipments-category ul li a {
    color: #fff;
}

.c-vehicle {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 45px;
    background-color: #f6f6f6;
    padding: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-transition: var(--hover-transition);
    transition: var(--hover-transition);
    max-width: 990px;
    font-size: 16px;
    opacity: 1;
    transition: all 0.5s ease;
}

.c-vehicle__thumb-wrap {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 280px;
    position: relative;
    margin-right: 35px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    background-color: var(--text-color-light);
    align-self: flex-start;
}

.c-vehicle__thumb-inner {
    position: relative;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

.c-vehicle__thumb {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-vehicle__thumb-buttons {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 22px;
    font-size: 14px;
    text-align: center;
    color: white;
    z-index: 5;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: #edb509;
    height: 28px;
    width: 140px;
    color: #fff;
    margin: 0px auto;
}

.c-vehicle__thumb-buttons a {
    color: #000;
}

.c-vehicle__content-wrap {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin-right: 35px;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.c-vehicle__detail-list {
    padding: 23px 0 0 0;
    margin: 0;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 26px;
    border-top: solid 1px #dfdfdf;
    list-style: none;
}

.c-vehicle:hover {
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.c-vehicle__detail-item {
    padding-left: 15px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    line-height: 1.1;
    margin-bottom: 15px;
}

.c-vehicle__booking-wrap {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: var(--price-block-width);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.c-vehicle__total-wrap {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 25px 15px;
    background-color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: solid 2px var(--background-color-light);
}

.c-vehicle__total-title {
    font-size: 14px;
    font-weight: bold;
}

.c-vehicle__total-tax {
    font-size: 14px;
}

.c-vehicle__total {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    color: var(--accent-color);
}

.c-vehicle__total-request {
    font-size: 18px;
}

.c-button--default {
    color: white;
    background-color: #edb509;
    padding: 13px 40px;
    margin-top: 18px;
}

.c-vehicle__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}

.Equipments-col {
    height: 1000px;
}

.single-Equipment {
    height: 400px;
}

.single-Equipment img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-Equipment-wrap {
    margin-top: 90px;
    margin-bottom: 90px;
}

.product-size {
    display: grid;
    align-content: flex-start;
    grid-gap: 1em;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
}

.product-size li {
    list-style: none;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.product-size li:hover {
    background: #ef6a32;
    transition: all 0.5s ease;
    color: #fff;
}

.product-size li:focus {
    background: #ef6a32;
}

.single-Equipment-text h1 {
    font-size: 30px;
}

.single-Equipment-text p {
    line-height: 24px;
    margin-top: 20px;
}

.single-Equipment-text strong {
    margin-top: 30px;
    display: block;
}

.single-Equipment-text button {
    border: none;
    color: #000;
    margin-right: 15px;
    padding: 13px 38px;
    margin-top: 27px;
}

.rent {
    border: none;
    color: #000;
    margin-right: 15px;
    padding: 13px 38px;
    margin-top: 27px;
}

.single-Equipment-text button:hover {
    background: #ef6a32;
    color: #fff !important;
}

.rent {
    background: #ef6a32;
    color: #fff !important;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
    margin-bottom: 36px;
    font-weight: 500;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06d85f;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

.popup input[type="text"],
.popup input[type="email"],
.popup input[type="number"],
.popup select {
    width: 100%;
    height: 51px;
    padding-left: 10px;
    outline: none;
    border: 1px solid #e1e1e1;
    margin-bottom: 16px;
}

.popup input[type="submit"] {
    width: 100px;
    height: 39px;
    border: none;
    outline: none;
    color: #fff;
    background: #ef6a32;
}

.popup textarea {
    width: 100%;
    height: 151px;
    padding-left: 10px;
    outline: none;
    border: 1px solid #e1e1e1;
    margin-bottom: 16px;
}

.about-us-wrap {
    padding: 60px 0;
    background: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: left;
}

.about-left {
    width: 100%;
    height: 400px;
}

.about-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-feedback span {
    text-align: center;
    margin-top: 82px;
    display: block;
}

.about-feedback h3 {
    text-align: center;
    margin-bottom: 50px;
}

.contact-details {
    margin-top: 50px;
    background: #fff;
    padding: 61px;
    border-radius: 11px;
    box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
}

.contact-info-list li .icon-holder {
    /*  position: absolute;
    top: 6px;
    left: 0;*/
}

.contact-area .contact-info-list li .text-holder h5 {
    color: #949494;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.text-holder h5 {
    color: #fff;
    margin: 0px;
}

.icon-holder i {
    color: #fff;
    padding: 14px;
    background: #ef7f1b;
    margin-right: 10px;
}

.contact-info-list li {
    margin-bottom: 13px;
    padding-bottom: 29px;
    padding-left: 16px;
    position: relative;
    list-style: none;
    display: flex;
}

.form-fild {
    padding: 24px;
}

.text-holder h5 span {
    font-weight: 800;
    margin-bottom: 10px;
    margin-bottom: -6px;
}

.contact-details h2 {
    margin-bottom: 25px;
}
.form-fild input[type="text"],
.form-fild input[type="email"],
.form-fild input[type="number"],
.form-fild select {
    border: 1px solid #f4f4f4;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    outline: none;
    transition: all 500ms ease;
}

.form-fild textarea {
    border: 1px solid #f4f4f4;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 169px;
    margin-bottom: 40px;
    padding: 10px 20px;
    width: 100%;
    transition: all 500ms ease;
    outline: none;
    margin-bottom: 7px !important;
}
.form-fild input[type="submit"] {
    width: 100%;
    padding: 19px 0 18px;
    border: 0px;
    background: #00a5ea;
    color: #ffffff;

    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    transition: all 500ms ease;
    line-height: 14px;
    border-radius: 2px;
    position: relative;
}

.map-panel {
    margin-top: 40px;
}

.posting-date {
    position: relative;
    margin-bottom: 22px;
    display: block;
}
.posting-date li {
    display: inline-block;
    margin-right: 30px;
    color: #808080;
    font-size: 15px;
    line-height: 26px;
}

.posting-date li i {
    margin-right: 10px;
    color: #bababa;
}

.posting-date li a {
    color: #bababa;
}
.blog-header .menu-row {
    margin-bottom: 0px;
    background: transparent;
}

.blog-header {
    box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.1);
    z-index: 99;
    position: relative;
    background: #000;
}

.manlift-type {
    position: absolute;
    text-align: center;
    display: block;
    left: 0px;
    right: 0px;
    top: -32px;
    background: #fff;
    height: 66px;
    width: 570px;
    margin: 0 auto;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}

.manlift-type h2 {
    margin: 15px 0px 0px;
    text-transform: capitalize;
}

/*.blog-header{

  background: #000;
}

.blog-header .navigation li a{

  color: #fff;

}
*/

.blog-header .sticky {
    background: #00000059;
}

.Contact-wrap {
    padding-top: 40px;
    background: #f3f3f3;
    padding-bottom: 90px;
}

.Contact-wrap p {
    text-align: center;
    display: block;
}

.Contact-wrap h1 {
    margin-top: 0px;
    text-align: center;
}

.contact-details-bg {
    background: url("../images/contact-bg.jpg");
    height: 459px;
    background-position: center;
}

.contact-details-bg h2 {
    color: #fff;
    font-weight: 800;
}

.contact-details-bg p {
    color: #fff;
    text-align: left;
    line-height: 28px;
}

.our-clients {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff9f2;
}

.our-clients img {
    width: auto !important;
    margin: 0 auto;
}

.inner-banner {
    width: 100%;
    height: 230px;
    position: relative;
}

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

.inner-caption {
    position: absolute;
    left: 11%;
    top: 20%;
    z-index: 9;
}

.inner-caption h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 48px;
    font-weight: 800;
}
.inner-caption span {
    color: #fff;
    font-size: 15px;
}

.about-left-manlift img {
    width: 100%;
}

.about-manlift {
    padding: 60px 0;
}

.about-text p {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}

.about-text span {
    font-weight: 500;
    font-size: 14px;
    color: #fdb900;
    text-transform: Uppercase;
    letter-spacing: 1.4px;
}

.man-type-wrap {
    border: 1px solid transparent;
    margin-top: 50px;
    margin-bottom: 35px;
    transition: all 0.5s ease;
}

.man-type-wrap:hover {
    border: 1px solid #ef6a32;
    transition: all 0.5s ease;
    background: #ef6a32;
    border-radius: 10px;
}

.man-type-wrap:hover h1 {
    margin-left: 15px;
    transition: all 0.5s ease;
}
.man-type-wrap:hover p {
    margin-left: 15px;
    transition: all 0.5s ease;
}

.man-lift-imag {
    background: #f8f8f8;
    width: 100%;
    height: 198px;
    border-radius: 10px;
}

.man-lift-imag img {
    height: 100%;
    object-fit: cover;
}

.man-type-wrap h1 {
    transition: all 0.5s ease;
    text-align: left;
}
.man-type-wrap p {
    text-align: left;
    color: #fff;
    transition: all 0.5s ease;
}

.manlift-prducts h2 {
    font-size: 60px;
    font-weight: 800;
    color: #313131;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 108px;
    margin-bottom: 50px;
}
.manlift-prducts h2:after {
    content: "Manlift Equipments";
    display: block;
    height: 100%;
    position: absolute;
    left: -60px;
    right: 0;
    top: -30px;
    font-size: 84px;
    transform-origin: left;
    opacity: 0.2;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: gray;
    margin: 0px auto;
    text-transform: uppercase;
}

.product-image-wrapper {
    width: 100%;
    height: 267px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.products-wrap:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.products-wrap:hover .product-action {
    bottom: 28px;
    transition: all 0.9s ease;
}

.products-wrap {
    margin-bottom: 30px;
    transition: all 0.1s ease;
    padding-bottom: 20px;
}

.products-wrap:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.product-action {
    position: absolute;
    bottom: -98px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    z-index: 9;
    text-align: center;
    width: 96%;
    transition: all 0.5s ease;
}
.product-action li {
    display: inline-block;
    width: 123px;
    height: 36px;
    background: #f71;
    margin: 0px 10px;
}
.product-action li a {
    line-height: 37px;
    text-transform: capitalize;
    color: #fff;
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.product-details-wrapper h3 {
    text-align: center;
}

.product-details h3 {
}

.product-details {
    padding-top: 30px;
    margin-bottom: 67px;
    padding: 33px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.product-details tr {
}

.product-details table {
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 20px;
}
.product-details tr,
.product-details td,
.product-details th {
    padding: 13px;
}

.product-details th {
    background-color: #f0f2f2;
}

.product-details tr {
    border-bottom: 1px solid #ccc;
}

.ecommerce-products {
    margin-top: 50px;
}

.other-products h3 {
    margin-top: 0px;
    text-align: left !important;
    margin-left: 24px;
    font-size: 17px;
}
.other-products span {
    color: #ef6a32;
    margin-left: 24px;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
    margin-top: 15px;
}

.pagination-wrap {
    text-align: center;
}

.privacy-policy-wrap {
    padding-top: 26px;
    padding-bottom: 70px;
    background: #f5f5f5;
}

.privacy-policy-wrap .row {
    padding: 30px;
    background: #fff;
}

.privacy-policy-wrap h4 {
    margin-top: 30px;
}

.privacy-policy-wrap p {
    text-align: justify;
    line-height: 27px;
}

.privacy-policy-heading {
    text-shadow: none;
    margin-left: 0;
    color: #000;
    margin-bottom: 20px;
    font-weight: 800;
}

.error-wrap img {
    width: 100%;
    margin: 0px auto;
    display: block;
}

.error-wrap {
    padding-top: 80px;
}

.error-wrap a {
    display: block;
    text-align: center;
    margin-top: 40px;
    background: #f26122;
    color: #fff;
    width: 200px;
    display: block;
    text-align: center;
    height: 53px;
    border-radius: 6px;
    line-height: 53px;
}

.internal-server img {
    width: 100%;
    margin: 0px auto;
    display: block;
}

.internal-server h1 {
    text-align: center;
    font-size: 63px;
    margin-top: 28% !important;
    margin-bottom: 25px;
    color: #f26122;
}

.internal-server a {
    margin: 0px auto;
}

.internal-server p {
    text-align: center;
    font-size: 29px;
}

.internal-server {
    padding-top: 75px;
}

.requirements-bg {
    position: relative;
}

.requirements-bg img {
    width: 100%;
}
.requirements-heading {
    position: absolute;
    top: 172px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.requirements-heading h1 {
    color: #fff;
    font-weight: 600;
    font-size: 51px;
}

.requirements-heading p {
    color: #fff;
    font-size: 19px;
    margin-top: 25px;
}

.requirement-form {
}

.requirement-form {
    background: #fff;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
}

.requirement-form h3 {
    margin-bottom: 26px;
    font-size: 30px;
    color: #fff;
}

.requirement-form input[type="text"],
.requirement-form input[type="email"],
.requirement-form select,
.requirement-form input[type="number"] {
    width: 100%;
    height: 47px;
    border: 1px solid #ccc;
    outline: none;
    padding-left: 19px;
    background: #f9f9f9;
    margin-bottom: 30px;
    padding-left: 20px;
}

.requirement-form textarea {
    width: 100%;
    height: 155px;
    border: 1px solid #ccc;
    outline: none;
    padding-left: 19px;
    background: #f9f9f9;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-top: 20px;
}

.requirement-form label {
    margin-bottom: 10px;
    color: #fff;
}

.requirement-form span {
    color: #fff;
}
.form-right {
    padding: 37px;
    background: #ef6a32;
    border-radius: 12px;
}

.form-right .form-error {
    position: absolute;
    bottom: 4px;
    color: #ffd63f;
}
.form-right div:nth-child(4n) .form-error {
    bottom: -23px;
}
.form-right div:nth-child(7n) .form-error {
    bottom: -28px;
}

.form-right div:nth-child(8n) .form-error {
    bottom: 13px;
}

.form-right div {
    position: relative;
}
.requirement-form button {
    width: 149px;
    border: none;
    height: 44px;
    margin-right: 13px;
    border-radius: 3px;
    text-transform: uppercase;
    outline: none;
}
.requirement-form button:nth-child(2) {
    background: #000;
    color: #fff;
}

.fixed-image img {
    width: 100%;
}

.fixed-image {
    height: 800px;
}

.fixed-image img {
    position: sticky;
    top: 37px;
}

.blog-meta-tag {
    padding: 0px;
    margin: 0px 0px 20px;
}

.blog-meta-tag li {
    display: inline-block;
    list-style: none;
    margin-right: 19px;
    color: #ccc;
}

.blog-meta-tag li a {
    color: #6e6e6e;
}

.tag li {
    list-style: none;
    display: inline-block;
    padding: 5px 13px;
    background: #ebebeb;
    margin-right: 5px;
    border-radius: 4px;
    margin-bottom: 12px;
    transition: all 0.5s ease;
}

.tag li:hover {
    background: #f46639;
}

.tag li:hover a span {
    color: #fff;
}

.tag li a {
    color: #000 !important;
}

.individual-post-tag {
    padding: 0px !important;
    margin: 0px !important;
}
.individual-post-tag:nth-child(1n) {
    font-weight: 700;
}

.individual-post-tag li {
    margin-bottom: 17px;
    line-height: 24px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}

.individual-post-tag li span {
    padding: 5px 19px;
    background: #ebebeb;
    border-radius: 4px;
    margin-right: 14px;
    margin-bottom: 14px;
}

.individual-post-tag li span a {
    color: #000;
    font-weight: 300;
}

.blog-details p:first-child span:first-letter {
    font-size: 200%;
}

.blog-details p a,
.blog-details p a strong,
.blog-details ul li a {
    color: #0e457e;
}

.error-wrap small {
    text-transform: uppercase;
    margin-top: 19%;
    display: block;
}

.error-wrap h1 {
    font-size: 76px;
    font-weight: 300;
    margin-top: 0px;
}

.error-wrap p {
    font-size: 44px;
    font-weight: 300;
}

.internal-server p {
    font-size: 38px;
    margin-bottom: 30px;
}

.res-show {
    display: none !important;
}

.show,
.icon,
input[type="checkbox"] {
    display: none;
}

.breadcrumbs {
    padding: 0px;
    margin: 0px;
}

.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li a {
    color: #fff;
}

.industry {
    background: url(../images/industry-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.industry img {
    width: 100%;
    object-fit: cover;
    height: 459px;
}

.industry-text h1 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 32px;
    margin-top: 41px;
    margin-bottom: 13px;
}

.industry-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.industry-text ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.industry-text ul li {
    list-style: none;
    margin-bottom: 17px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.5s ease;
    margin-right: 13px;
}

.industry-text ul li i {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 34px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.industry-text ul li:hover i {
    background: #ef6a32;
    transition: all 0.5s ease;
    color: #fff;
}

.industry-text ul li h3 {
    font-weight: 600;
    font-size: 17px;
    margin: 0px;
}

.no-post img {
    width: 57%;
    margin: 0px auto;
    display: block;
}

.error-danger {
    position: absolute;
    bottom: -7px;
    font-size: 12px;
    color: #f00;
}
.success-message {
    color: #1cc959;
}
.quote-btn {
    float: right;
    margin-left: 23px;
    background: #f46639;
    color: #fff;
    padding: 11px 28px;
    text-transform: capitalize;
    border-radius: 5px;
    margin-top: 6px;
    font-size: 14px;
}

.quote-btn:hover {
    color: #fff;
}

.select-dropdown {
    border: 1px solid #f4f4f4 !important;
    color: #999999 !important;
    display: block !important;
    font-size: 14px !important;
    height: 47px !important;

    padding: 0 20px !important;
    width: 100% !important;
    outline: none !important;
    transition: all 500ms ease;
    margin-bottom: 0px !important;
}

.select2-city p {
    bottom: -27px !important;
}

.select2-selection--single {
    border: 1px solid #f4f4f4 !important;
    color: #999999 !important;
    display: block !important;
    font-size: 14px !important;
    height: 54px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 0 9px !important;
    width: 100% !important;
    outline: none !important;
    transition: all 500ms ease;
    margin-bottom: 0px !important;
}

.select2-selection__rendered {
    line-height: 52px !important;
}

.dropdown-error {
    bottom: -31px;
}

.select2 {
    width: 100% !important;
}

.img-holder .overlay-style-one,
.img-holder .box,
.img-holder .content {
    height: 100%;
}

.blog-details-text ul,
.blog-details-text ol {
    padding: 0px;
    margin: 0px 0px 0px 21px;
}

.blog-details-text ul li,
.blog-details-text ol li {
    margin-bottom: 17px;
    line-height: 24px;
    font-size: 16px;
}

.blog-details-text table {
    width: 100%;
    margin-top: 27px;
    border-radius: 19px;
    background: #fff;
    padding: 23px;
    margin-bottom: 36px;
}

.blog-details p sup,
.blog-details p sub {
    font-weight: 700;
}

.blog-details-text table tr:first-child th {
    padding: 12px;
    border: 1px solid #ccc;
}

.blog-details-text table tr:first-child {
    background: #ffece6 !important;
}

.blog-details-text table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.blog-details-text table tr td {
    padding: 12px;
    border: 1px solid #ccc;
}

.tag ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.tag ul::-webkit-scrollbar {
    width: 12px;
    background-color: #fff;
}

.tag ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
}

.blog-category-badge {
    position: absolute;
    top: 12px;
    right: 16px;
    padding: 2px 20px;
    background: #f46639;
    border-radius: 15px;
    text-transform: capitalize;
}

.blog-category-badge a {
    color: #fff;
}

/*===================Flash Message==================*/

.flash-message {
    position: absolute;
    top: 0%;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 17px auto 0px;
    z-index: 9;
    border-radius: 50% !important;
    border-radius: 0px;
    text-align: center;
    margin: 17px auto 0px;
    /*    width: 38%;*/
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.flash-message .alert-success {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #3cb572;
    color: #fff;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

.flash-message .alert-danger {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #e52425;
    color: #fff;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

.flash-message .alert-warning {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #ffc400;
    color: #000;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

.flash-message .alert-info {
    border-radius: 39px;
    font-weight: 400;
    text-align: center;
    background: #8b07d6;
    color: #fff;
    font-size: 16px;
    /*    box-shadow: 0px 4px 24px 5px #3cb572a6;*/
    text-transform: capitalize;
    padding: 10px 30px;
    width: fit-content;
}

/*===================Flash Message==================*/

.main-heading {
    margin-top: 6px;
    margin-bottom: 19px;
    font-size: 29px;
    border-left: 5px solid #f46639;
    padding-left: 16px;
    color: #f46639 !important;
}

.trpe-of-eqp-table {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.trpe-of-eqp-table th {
    text-align: center;
}

.trpe-of-eqp-table td:first-child {
    font-weight: bold;
}
.trpe-of-eqp .container {
    text-align: left;
    color: #fff;
}

/* css-new-update */
/* header ========== */
.header {
    padding: 0;
}
.headerTop {
    height: 4rem;
}
.headerTop:after {
    content: "";
    height: 1px;
    background-color: #e5e5e5;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
}
.headerTop li {
    display: inline-block;
    margin-left: 2rem;
}
.headerTop a {
    color: #ffffff;
}
.headerTop a:hover {
    color: #e6212e;
}

.headerMain .navbar-brand {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.headerMain .navbar-brand img {
    max-height: 4rem;
    width: auto;
    height: auto;
    max-width: 100%;
}
.call-contact {
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: right;
}
.get-free-btn a {
    background-color: #fff;
    color: #000;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
}
.contactinfo {
    display: flex;
    align-items: center;
}
.carttext span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 14px;
    color: #323a8c;
}
.carttext span.shoppingttle {
    font-size: 15px;
    color: #161616;
    font-weight: 400;
    margin-bottom: 8px;
}
.iteamdisplay {
    font-weight: 700 !important;
}
.shoppingttle {
    margin-bottom: 4px;
}
.callicon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.topMenu ul li {
    margin: 0 1.75rem;
}
.topMenu ul li a {
    height: 6.8rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    /* padding: 0 !important; */
    font-size: 16px;
}
.topMenu ul li a:before {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}
.topMenu ul li a.active::before {
    width: 100%;
}
.topMenu ul li a:hover,
.topMenu ul li a.active,
.topMenu ul li a:hover,
.topMenu ul li a:focus {
    color: #fff;
}
.topMenu ul li a.dropdown-toggle::after {
    border-width: 0.5rem;
    margin-left: 0.6rem;
    margin-top: -0.2rem;
}
.topMenu ul ul.dropdown-menu {
    margin: 0;
    border: none;
    box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.15);
    min-width: 20rem;
    border-radius: 0;
}
.topMenu ul ul.dropdown-menu li {
    margin: 0;
}
.topMenu ul ul.dropdown-menu li a {
    padding: 1rem !important;
    display: block;
    height: auto;
    font-size: 1.4rem;
    color: #000;
}
.topMenu ul ul.dropdown-menu li a:hover {
    color: #fff;
    background-color: #cb861f;
}
.banner .bannerContent a.cmnBtn:hover {
    background-color: #000;
}
.banner .bannerContent h1 span {
    color: #f26122;
}
.about-us h2 {
    margin-bottom: 40px;
}
.opentime h5 {
    font-size: 15px;
    color: #161616;
    font-weight: 400;
}
.opentime h5 span {
    font-size: 15px;
    color: #161616;
    font-weight: 700;
}
.location-rght-apply .location {
    font-size: 15px;
    color: #161616;
    font-weight: 400;
    margin-right: 30px;
}
.location-rght-apply .applynow {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    background-color: #e6212e;
    padding: 11px 25px 14px 25px;
    line-height: 15px;
    display: inline-block;
}
.applynow:hover {
    background-color: #090d45;
    color: #fff !important;
}

.mobile-visible {
    display: none;
}
nav.header {
    width: 100%;
    background-color: #3d3d3d;
}
nav.header > .container {
    display: block;
}

/* banner ========== */
.banner {
    padding: 120px 0;
    float: left;
    position: relative;
}
.banner .overlay {
    background-color: rgba(0, 0, 0, 0.35);
}
.banner .object_fit_cover {
    position: absolute;
    top: 0;
    left: 0;
}
.banner > .container {
    height: 100%;
    position: relative;
    z-index: 2;
}
.banner .container > .row {
    height: 100%;
}
.banner .bannerContent .cmnBtn {
    margin-top: 6rem;
}
.banner .bannerContent a.cmnBtn:hover {
    color: #fff;
}
.bannerContent h1 {
    line-height: 55px;
    margin: 15px 0;
}
.category-box .cate-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 15px;
    height: 200px;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
}
.product-box-img img {
    height: 12rem;
}
.our-services {
    padding: 60px 0;
}
.our-services h4 {
    margin-bottom: 40px;
}
.servic-under {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.servic-under-in {
    padding: 15px;
}
.offer_bg_dv {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.offer-sec-wrap {
    background-color: #ef6a32;
}
.offer-sec a {
    margin-top: 30px;
}
.offer-sec a:hover {
    color: #fff;
}
.our-clients h3 {
    margin-bottom: 30px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 5px;
    width: 20px;
}
.ftr-logo {
    margin-bottom: 20px;
}
.ftr-logo img {
    height: 7rem;
}
.testimonials_sctn {
    position: relative;
    padding: 60px 0;
}
.testimonials_sctn::before {
    content: "";
    background-color: #ebf1f8;
    width: 50%;
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
}
.quote-form {
    padding-left: 30px;
}
.Testimonials-panel {
    padding-right: 30px;
}
.inner_banner {
    float: left;
    position: relative;
    padding: 120px 0;
}
.inner_banner .object_fit_cover {
    position: absolute;
    top: 0;
    left: 0;
}
.inner_banner .overlay {
    background-color: rgb(0 0 0 / 60%);
}
.inner_banner > .container {
    height: 100%;
    position: relative;
    z-index: 2;
}
.inner_banner .container > .row {
    height: 100%;
}
.about-us-wrap .container .row > .col-md-12 .about-text {
    margin-top: 30px;
}
.about-left {
    height: 350px;
    overflow: hidden;
}
.testimonials_wrap {
    padding: 60px 0;
}
.contact-details-bg {
    padding: 15px;
}
.industry {
    padding: 60px 0;
}
.ab_ul li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 5px;
}
.ab_ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #292929;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.round-white li::before {
    background-color: #fff;
}
.req_dev {
    padding: 60px 0 0 0;
}
/* css-new-update */
@media screen and (max-width: 1199px) {
    .topMenu ul li {
        margin: 0 0.5rem;
    }
    .equipments-category-bg {
        padding: 15px;
    }
    .quote-form {
        padding-left: 15px;
    }
    .Testimonials-panel {
        padding-right: 15px;
    }
}
@media screen and (max-width: 991px) {
    .headerMain {
        padding: 0 1.5rem;
        height: 5.4rem;
    }
    .headerMain .navbar-brand img {
        max-height: 4.8rem;
    }
    .headerNavLeft {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menuTriger {
        background-color: transparent;
        border: none;
        height: 17px;
        padding: 0;
        position: relative;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 36px;
    }

    .menuTriger .navbar-toggler-icon {
        background-color: #fff;
        background-image: none;
        height: 2px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 28px;
    }
    .menuTriger .navbar-toggler-icon:after,
    .menuTriger .navbar-toggler-icon:before {
        background-color: #fff;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 100%;
    }
    .menuTriger .navbar-toggler-icon:before {
        opacity: 0;
        top: 8px;
    }
    .menuTriger .navbar-toggler-icon:after {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        width: 100%;
    }
    .menuTriger.collapsed .navbar-toggler-icon:after {
        left: 0;
        top: 16px;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
        /* width: 22px; */
    }
    .menuTriger.collapsed .navbar-toggler-icon:before {
        opacity: 1;
    }

    .menuTriger.collapsed {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .menuTriger.collapsed .navbar-toggler-icon {
        left: 0;
        top: 0;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
        width: 100%;
    }

    .menuTriger:focus {
        box-shadow: none;
        border: none;
    }

    .topMenu {
        position: absolute;
        display: block !important;
        top: 5.4rem;
        height: calc(100vh - 5.4rem);
        background-color: #cb861f;
        width: 31rem;
        right: 0;
        text-align: left;
        overflow-y: scroll;
        padding: 2rem 1rem;
        transform: translateX(31rem);
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .topMenu.show {
        transform: translateX(0);

        z-index: 9;
    }
    .topMenu ul li {
        margin: 0;
        /* background-color: #fff; */
    }
    .topMenu ul li a {
        height: auto;
        padding: 1.7rem 0.5rem !important;
        text-align: left;
        color: #fff;
        display: flex;
        justify-content: space-between;
        border: none;
    }
    .topMenu ul li a:before {
        display: none;
    }
    .topMenu ul ul.dropdown-menu {
        padding: 1rem;
        background-color: transparent;
        box-shadow: none;
    }
    .topMenu ul ul.dropdown-menu li a {
        /* background-color: #222652; */
        padding: 1rem 0 !important;
        color: #fff !important;
        font-size: 13px;
    }
    .topMenu ul ul.dropdown-menu li {
        margin-bottom: 0.5rem;
    }
    .get-free-btn a {
        padding: 5px 10px;
        margin-right: 10px;
    }
    .Equipments-right {
        height: 300px;
    }
    .features-box {
        text-align: center !important;
        display: block;
    }
    .features-box img {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .Testimonials-panel {
        padding-right: 0;
    }
    .quote-form {
        padding-left: 0;
    }
    .testimonials_sctn::before {
        display: none;
    }
    .font_40 {
        font-size: 22px;
    }
    .features-box img {
        width: auto;
    }
    .features-box img {
        width: auto !important;
    }
    .offer_bg_dv {
        width: 100%;
        height: 250px;
    }
    .offer-sec {
        margin-top: 20px !important;
        margin-bottom: 40px;
    }
    .offer-sec h2 {
        font-size: 20px;
    }
    .font_16 {
        font-size: 16px;
    }
    .features-box h5 {
        font-size: 16px;
        margin-top: 10px;
    }
    .why-chooseus {
        text-align: center;
    }
    .features-box {
        height: auto !important;
    }
    .number-panel {
        margin-bottom: 15px;
    }
    .headerMain .navbar-brand img {
        max-height: 4rem;
    }
    .helping_project_section {
        padding: 40px 0;
    }
    .get-free-btn a {
        padding: 5px;
        margin-right: 5px;
        font-size: 12px;
    }
    .font_18 {
        font-size: 16px;
    }
    .steps-box {
        height: auto !important;
    }
    .about-right-text {
        margin-top: 0 !important;
        padding: 0 !important;
    }
    .servic-under {
        margin-bottom: 15px;
    }
    .about-us-wrap {
        padding: 30px 0;
    }
    .about-left {
        margin-bottom: 30px;
    }
    .about-left-manlift {
        margin-bottom: 20px;
    }
    .about-manlift {
        padding: 30px 0;
    }
    .manlft_dv_img {
        margin-bottom: 30px;
    }
    .manlft_dv_img {
        height: 350px;
        overflow: hidden;
    }
    .trpe-of-eqp-table {
        width: 100%;
    }
    .banner {
        padding: 40px 0;
    }
    .bannerContent h1 {
        line-height: 32px;
        margin: 0 0 15px 0;
    }
}
@media screen and (max-width: 399px) {
    .headerMain .navbar-brand img {
        max-height: 3rem;
    }
}
