/* body{
    overflow-x: hidden;
} */

.navbar-section {
    background-color: #000000;
}

.navbar-brand {
    float: left;
    margin-left: 20px;
}

.navbar-nav {
    float: left;
    margin-top: 20px;
}

.nav-item {
    margin-bottom: 10px;
}

.nav-link {
    color: #fff;
}

.nav-link:hover {
    color: #E66445;
}

.navbar ul {
    display: flex;
    flex-direction: row;
    gap: 52px;
}

.section_one {
    background: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.content-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-1-heading {
    color: #FFF;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 74px;
    text-transform: uppercase;
}

.sec-1-nestheading {
    color: #FFF;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    text-transform: uppercase;
}

.underline {
    position: relative;
    z-index: 0;
}

.underline::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    border-radius: 5px;
    outline: 0;
    border: 0;
    height: 12px;
    width: 105%;
    background-color: #E66445;
}

.sec-1-subheading {
    padding-top: 21px;
    color: rgb(255, 255, 255);
    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    text-transform: capitalize;
}



.sec-1-list li {
    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    list-style: none;
    display: flex;
    align-items: center;
}

.sec-1-list li::before {
    content: url(../images/list_icon.png);
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.sec-1-list li:not(:last-child) {
    margin-bottom: 12px;
}



.sec-1-list {
    padding-top: 23px;
    color: rgb(255, 255, 255);
    padding-left: 0;
}



.form-container {
    background-color: rgba(16, 24, 26, 0.81);
    padding: 20px;
    border-radius: 5px;
}


.form_heading {
    color: #FFF;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-orange {
    display: flex;
    width: 310px;
    height: 56px;
    padding: 24px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #E66445;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.btn-orange_sec_5 {
    display: flex;
    width: 310px;
    height: 56px;
    border: 0;
    border-radius: 0;
    padding: 24px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #E66445;
    color: #FFF;
}


.btn-orange_sec_3_reason {
    display: flex;
    width: 310px;
    height: 56px;
    border: 0;
    border-radius: 0;
    padding: 24px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #E66445;
    color: #FFF;
}

.mt-btn {
    margin-top: 64px;
}

.button {
    display: flex;
    place-content: center;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border: 0;
    border-radius: 0;
}

.button_two {
    display: flex;
    place-content: center;

}

.button_three {
    display: flex;
}

.sec_2_bg {
    background-color: #121C22;
    position: relative;
}

.sec-2-cn{
 padding-bottom:80px;
 padding-top:80px;
}

.sec_2_text {
    color: #FFF;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 36px;
    text-transform: capitalize;
}

.sec-2-subtext {
    color: #CBCBCB;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 111.111% */
}

.banner_text_heading {
    display: flex;
    flex-direction: column;
    place-content: center;
}


/* side bar css */


.sidebar {
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #121c22 !important;
    height: 900px !important;
    overflow-x: hidden;
    transition: 0.3s;
    z-index: 100;
}


.sidebar a {
    padding: 15px 25px;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    font-family: Manrope;
    color: gray;
    display: block;
    transition: 0.2s;
}

.sidebar a:hover {
    color: #E66445;
}

.menu_btn {
    display: block;
}

.menu_btn {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: #FFF;
    /* display: none; */
}

.menu_btn:hover {
    color: #E66445;
}

.closebtn {
    top: 10px;
    right: 10px;
    font-size: 30px;
}









.sec_3_heading {
    color: #1A1510;
    font-family: Manrope;
    font-size: 45px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.63px;
}

.sec_3_text {
    color: #000;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px;
}

.sec_3_spantext {
    color: #000;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.5px;
}

.straight_line {
    width: 60px;
    height: 1px;
    background: #E66445;
    margin-top: 24px;
    margin-bottom: 24px;
    min-width: 100%;
}

.sec_3 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.sec_3_spantextone {
    color: #E66445;
}

.sec_5_spantextone {
    color: #E66445;

}

/* .sec_3_text {
    margin: auto;
} */

.image_width {
    width: 100%;
}

/* img{
  max-width: 100%;
} */

.sec-9 {
    padding-bottom: 80px;
}

.sec_4 {
    margin-bottom: 40px;
}

.sec_4_text {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 168.75% */
    letter-spacing: -0.448px;
}

.sec_4_spantext {
    color: #E66445;
    font-family: Manrope;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.504px;
}


.sec_5_heading {
    color: #17262F;
    font-family: Manrope;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.63px;
}

.sec_5_text_one {
    color: #1F2428;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.sec_5_text_two {
    color: #4A5257;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.sec_5 {
    background-color: #FFF2EF;
    padding-bottom: 80px;
    padding-top: 80px;
}

.sec_6 {
    background-color: #FFF2EF;
    padding-top: 30px;
    padding-bottom: 30px;
}



/* sec 3-reason */

.sec_3-reason {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/3-reason-section.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_3-reason-head {
    color: var(--Primary-Color, #E66445);
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.box {
    border-top: 8px solid #E66445;
    border-right: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    padding: 30px 38px 53px 16px;
    margin: 10px;
    text-align: left;
    min-height: 339px;
    background: white;
}

.box_3 {
    border-top: 8px solid #E66445;
    border-right: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    padding: 30px 38px 84px 16px;
    margin: 10px;
    text-align: left;
    min-height: 339px;
    background-color: white;
}

.sec_3-reason-subheading {
    color: #17262F;
    text-align: center;
    font-family: Manrope;
    font-size: 45px;
    padding-bottom: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.63px;
}

.sec-3-reason-box-heading {
    color: #17262F;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.sec-3-reason-box-text {
    color: #4A5257;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    min-height: 180px;
}

.sec-3-reason-box-heading {
    padding: 12px 0 12px 0;
}

.sec_7 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FFF2EF;
    margin-top: 70px;
}

.sec_7_head {
    color: var(--Primary-Color, #E66445);
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.sec_7_heading {
    color: #261E16;
    text-align: center;
    font-family: Manrope;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    margin-top: 64px;
    letter-spacing: -0.476px;
}

.sec_7_sub_heading {
    color: #17262F;
    text-align: center;
    font-family: Manrope;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 64px;
    letter-spacing: -0.63px;
}

/* slick slider images */
.slick_slider {
    width: 162px;
    gap: 24px;
}

.slick_company img {
    text-align: center;
    margin: 0 auto;
    max-width: 100px;
    gap: 20px;
}

/* sec 8 */

.custom-box {
    position: relative;
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 3px 2px 20px 2px rgba(169, 169, 169, 0.16);
}

.content {
    /* padding-top: 10px;
    padding-left: 37px;
    padding-right: 27px;
    padding-bottom: 21px; */
    box-sizing: border-box;
}

/* .image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
} */

.image {
    background-image: url(../images/sec-8-box.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.polygon_image {
    position: absolute;
    top: 0;
    left: 34px;
}

.image img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
}


.sec_8_nested_text {
    color: #FFF;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 30px 30px 75px 35px;
}

.sec-8-heading {
    color: #10181A;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-top: 65px;
    padding-left: 37px;
    padding-right: 27px;
    padding-bottom: 21px;
    min-height: 374px;
}

.sec-8-heading-two {
    color: #10181A;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-top: 73px;
    padding-left: 37px;
    padding-right: 27px;
    padding-bottom: 57px;
}

.sec-8-text {
    color: #3C3C3C;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 28px;
    padding-left: 37px;
    padding-right: 27px;
}

.sec-8-sub-text {
    color: #3C3C3C;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-left: 37px;
    padding-right: 27px;
}


.sec-8-text-two {
    color: #3C3C3C;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-left: 37px;
    padding-right: 27px;
}

.sec-8-boxes {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.sec_8 {
    padding-top: 77px;
    padding-bottom: 80px;
}

.sec_8_boxes {
    padding-top: 28px;
    display: flex;
    place-content: center;
    gap: 22px;
    position: relative;
}

.quote_image {
    position: absolute;
    left: 35px;
    top: 28px;
}

.sec_8_head {
    color: var(--Primary-Color, #E66445);
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.sec_8_sub_heading {
    color: #10181A;
    text-align: center;
    font-family: Manrope;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.63px;
}


/* sec 9 */

.sec_9_head {
    color: var(--Primary-Color, #E66445);
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.sec_9_sub_heading {
    color: #10181A;
    text-align: center;
    font-family: Manrope;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.63px;
    padding-bottom: 28px;
}

/*  Media query for Homepage */


/* new css */


.about-us-section {
    padding-bottom: 80px;
    background: #FFF2EF;
    padding-top: 80px;
}

.pt {
    padding-top: 80px;
}

.p-rel {
    position: relative;
    place-content: end;
    display: flex;
}



.about-us-internal-sec {
    background-image: url(../images/vector.svg);
    position: absolute;
    left: 112px;
    top: 0;
    background-size: contain;
    padding: 15px;
    background-repeat: no-repeat;
    /* width: 149px;
    height: 232px; */
    padding-top: 25px;
}

.about-us-internal-sec-2 {
    background-image: url(../images/vector_2.svg);
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    width: 453px;
}

.about-us-internal-sec-2 h5 {
    color: #FFF;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1px;
    padding: 20px;
    margin-bottom: 0;
}

.about-us-internal-sec h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #d9d9d9;
    font-family: Manrope;
    margin: 0;
}


.sec5-inner-text {
    color: #E66445;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1px;
}


.about-us-internal-sec h5 span {
    color: #E66445;
}


.about-us-internal-sec p {
    font-size: 10px;
    line-height: 22px;
    font-weight: 500;
    font-family: Manrope;
    color: white;
    margin: 0;
}

.about-us-internal-sec div:not(:first-child) {
    margin-top: 16px;
}

.about-us-section h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-family: Manrope;
    color: #E66445;
    margin: 0;
}

.about-us-section h2 {
    font-size: 45px;
    line-height: 54px;
    font-weight: 700;
    color: #17262F;
    font-family: Manrope;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 12px;
}

.about-us-section p.hb {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    font-family: Manrope;
    color: #1F2428;
    margin: 0;
    margin-bottom: 16px;
}

.about-us-section p.nt {
    font-size: 16px;
    line-height: 30px;
    font-family: Manrope;
    font-weight: 500;
    color: #1F2428;
    margin: 0;
    margin-bottom: 24px;
}

.about-us-internal-sec h5 span {
    color: #E66445;
}




/* main css 2 */

.products-section {
    background-color: #212121;
    padding: 60px 0;
}


.products-section h5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-family: Manrope;
    color: #E66445;
    margin: 0;
}

.products-section h3 {
    font-size: 45px;
    line-height: 54px;
    font-family: Manrope;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 32px;
}


.products-section .row .col-md-6 p:first-child {
    font-size: 18px;
    line-height: 30px;
    font-family: Manrope;
    font-weight: 600;
    color: #E2E2E2;
    margin: 0;
}


.products-section .row .col-md-6 p:last-child {
    font-size: 16px;
    line-height: 30px;
    font-family: Manrope;
    font-weight: 400;
    color: #E2E2E2;
    margin: 0;
    margin-top: 16px;
}


.products-section .row:nth-child(2) {
    margin-top: 80px;
}

.products-section .row:nth-child(2) .col-lg-4 {
    margin-bottom: 32px;
}


.products-section .p-overlay {

    background: rgb(230 100 69 / 80%);
    position: absolute;
    top: 76%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    overflow-y: scroll;
}


.products-section .p-overlay>div {
    min-height: 60px;
}


.products-section .p-overlay h4 {
    font-size: 22px;
    line-height: 30px;
    font-family: Manrope;
    font-weight: 700;
    color: white;
    margin: 0;
}


.products-section .p-overlay div img {
    /* transition: 0.2s ease-in all; */
    -webkit-transition: 0.2s ease-in all;
    /* -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    /* -o-transition: 0.2s ease-in all; */
}

.products-section .p-overlay>div {
    min-height: 60px;
}


.products-section .p-overlay p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: Manrope;
    color: white;
    margin: 0;
    margin-top: 28px;
    margin-bottom: 16px;
}


.products-section .p-overlay a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: Manrope;
    color: #E66445;
    margin: 0;
    text-decoration: none;
}

.products-section .col-lg-4 div.p-rel:hover .p-overlay {
/*    top: 0;*/
}


.products-section .p-overlay>div {
    min-height: 60px;
}

.products-section .col-lg-4 div.p-rel {
    transition: .2s ease-in all;
    -webkit-transition: .2s ease-in all;
    -moz-transition: .2s ease-in all;
    -ms-transition: .2s ease-in all;
    -o-transition: .2s ease-in all;
}

/* slider*/


.industry-testimonial {
    background-image: url(../images/industry-testimonial-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.industry-testimonial h3 {
    font-size: 45px;
    line-height: 54px;
    font-family: Manrope;
    font-weight: 700;
    color: white;
    margin: 0;
}

.industry-testimonial p {
    color: white;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    min-height: 152px;
}


.industry-testimonial h5 {
    color: #E66445;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
}


.slick-text {
    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}


.industry-testimonial {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.industry-testimonial .row:nth-child(2) {
    margin-top: 50px;
}


.slick-dotted.slick-slider {
    margin-bottom: 30px;
}


.slick-box {
    background-color: #121C22;
    padding: 60px 60px;
    padding-top: 30px;
    width: 450px;
}


.slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

/* section experts */

.call-expert {
    /* background-color: var(--primaryBlackColor); */
    background-image: url(../images/call-expert-bg.svg);
    width: 100%;
    background-color: #FFF2EF;
    background-repeat: repeat no-repeat;
    /* background-size: cover; */
    padding: 40px 0px 100px;
}

.call-expert li {
    list-style: none;
}


.call-expert li::before {
    content: url(../images/list_icon.png);
    width: 24px;
    height: 24px;
    margin-right: 12px;
}


.call-expert h5 {
    font-size: 18px;
    line-height: 30px;
    font-family: Manrope;
    font-weight: 500;
    color: white;
    margin: 0;
}


.call-expert .row:nth-child(2) {
    margin-top: 30px;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    align-items: center;
}


.call-expert .row:nth-child(2) .col-lg-7 {
    background-color: white;
    padding: 24px 34px;
    padding-bottom: 44px;
}


.call-expert h4 {
    font-size: 34px;
    line-height: 54px;
    font-family: Manrope;
    font-weight: 700;
    color: black;
    margin: 0;
}

.call-expert p {
    font-size: 16px;
    line-height: 30px;
    font-family: Manrope;
    font-weight: 500;
    color: black;
    margin: 0;
    margin-top: 8px;
}

.call-expert ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.call-expert ul li {
    font-size: 20px;
    line-height: 30px;
    font-family: Manrope;
    font-weight: 400;
    color: black;
    margin: 0;
    margin-top: 8px;
}

.call-expert .row:nth-child(3) {
    margin-top: 120px;
}


.call-expert h6 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: black;
    margin: 0;
    font-family: Manrope;
    margin-top: 16px;
}


.call-expert h6 span {
    color: red;
}


.list-nested {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.experts-p {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}



/* FAQ section */

/* Custom style */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.faq-head {
    color: var(--Primary-Color, #E66445);
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.faq-subheading {
    color: #10181A;
    text-align: center;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 60px;
}

.accordion-item {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-right: 0;
    border-left: 0;
}


.accordion-button:not(.collapsed) {
    color: black;
    background-color: #FFF2EF;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    z-index: 3;
    border-color: white;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.div-2 {
    left: 96px;
    position: absolute;
    bottom: -80px;
    width: 6%;
}


/* HOMEPAGE */

.t-rel {
    position: relative;
}

.home-page-banner {
    position: relative;
  height: 600px; /* Adjust height as needed */
  overflow: hidden;
}

.form-container fieldset {
    margin-bottom: 20px !important;
}

.form-container .gform-theme--foundation .gform_fields div:not(:last-child){
    margin-bottom: 0px !important;
}

#field_2_4 {
    margin-bottom: 20px !important;
  }

  #field_2_5{
    margin-bottom: 20px !important;
  }


.home-page-banner .overlay {
    background: linear-gradient(180deg, rgba(18, 28, 34, 0.82) 0%, rgba(95, 99, 101, 0) 134.54%);
    width: 100%;
    height: 100%;
    position: absolute;
}



.home-page-banner video {
    /* height: 687px; */
    height: 100vh;
    object-fit: cover;
}

.home-page-banner .container {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


.white-rectangle {
    bottom: 0;
    position: absolute;
    right: 70px;
    z-index: 999;
}

.red-rectangle {
    position: absolute;
    right: 0;
    top: 0;
}


.sec_3 ul li {
    list-style: none;
    padding-bottom: 24px;
    padding-top: 24px;
    color: #000;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px;
}

.sec_3 ul li:not(:last-child) {
    border-bottom: 1px solid #E66445;
}

ul {
    padding-left: 0rem;
}

.products-section .p-overlay::-webkit-scrollbar {
    display: none;
}

.menu_btn {
    display: none;
}


@media screen and (max-width: 1390px) {

    .about-us-internal-sec {
        background-image: url(../images/vector.svg);
        position: absolute;
        left: 26px;
        top: 0;
        background-size: contain;
        padding: 15px;
        padding-top: 25px;
    }

}


@media screen and (max-width: 1380px) {

    .sec-8-heading {
        color: #10181A;
        font-family: Manrope;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 1px;
        text-transform: capitalize;
        padding-top: 65px;
        padding-left: 37px;
        padding-right: 27px;
        padding-bottom: 21px;
        min-height: 312px;
    }

    .about-us-internal-sec {
        background-image: url(../images/vector.svg);
        position: absolute;
        left: 26px;
        top: 0;
        background-size: contain;
        padding: 15px;
        background-repeat: no-repeat;
        padding-top: 25px;
    }

}



@media screen and (max-width: 1198px) {

    .form-container {
        padding: 30px 24px !important;
    }

    .sec-8-text {
        color: #3C3C3C;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 28px;
        padding-left: 37px;
        padding-right: 27px;
    }

    .sec_8_nested_text {
        color: #FFF;
        font-family: Manrope;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 1px;
        text-transform: capitalize;
        padding: 30px 30px 75px 35px;
    }


    .sec-8-sub-text {
        color: #3C3C3C;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        padding-left: 37px;
        padding-right: 27px;
    }

    .sec-8-heading {
        color: #10181A;
        font-family: Manrope;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 1px;
        text-transform: capitalize;
        padding-top: 65px;
        padding-left: 37px;
        padding-right: 27px;
        padding-bottom: 21px;
        min-height: 406px !important;
    }

    .products-section .p-overlay h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .products-section .p-overlay {
        background: rgba(230, 100, 69);
        position: absolute;
        top: 75%;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 16px;
        transition: 0.2s ease-in all;
        -webkit-transition: 0.2s ease-in all;
        -moz-transition: 0.2s ease-in all;
        -ms-transition: 0.2s ease-in all;
        -o-transition: 0.2s ease-in all;
        overflow-y: scroll;
    }

    .sec-1-nestheading {
        color: #FFF;
        font-family: Manrope;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2em;
        text-transform: uppercase;
    }

    .sec-1-heading {
        color: #FFF;
        font-family: Manrope;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.2em;
        text-transform: uppercase;
    }

    .header .top-header .top-tagline {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        color: white;
        font-family: Manrope;
        margin: 0;
        padding: 10px 0;
    }

    .header .top-header .top-contact-details p {
        font-size: 14px;
        line-height: 22px;
    }

    .header .top-header .top-contact-details p a {
        font-size: 14px;
        line-height: 28px;
        font-weight: 500;
        font-family: Manrope;
        color: white;
        margin: 0;
    }
}


/*  side bar css */





/* Header menu desktop  */


.menu_btn {
    display: none;
}

.menu-header-menu-container {
    display: block;
}

.sidebar-hide {
    display: none;
}


.mobile_menu .menu-header-menu-container{
    display: none;
}




@media screen and (max-width: 1024px) {

    .header .main-header .header-menu-links ul.hv{
        flex-direction: column;
        align-items: start;
    }

    .mobile_menu .menu-header-menu-container{
        display: block;
    }

    .header .top-header .top-details {
        display: none;
    }

    .faq-subheading{
        font-size: 30px;
        line-height: 40px;
    }

    .faq-head {
        font-size: 16px;
        line-height: 30px;
    }

    .sec_9_head {
        font-size: 16px;
        line-height: 30px;
    }

    .sec_8_head {
        font-size: 16px;
        line-height: 30px;
    }

    .sec_7_head {
        font-size: 16px;
        line-height: 30px;
    }

    .sec_3-reason-head {
        font-size: 16px;
        line-height: 30px;
    }

    .products-section h5 {
        font-size: 16px;
        line-height: 30px;
    }


    .call-expert h4 {
        font-size: 30px;
        line-height: 40px;
    }


    .industry-testimonial h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .sec_9_sub_heading {
        font-size: 30px;
        line-height: 30px;
    }

    .sec_8_sub_heading {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;

    }

    .industries-content h5 {
        font-size: 30px;
        line-height: 40px;
    }

    .sec_7_heading {
        color: #261E16;
        text-align: center;
    }


    .sec_3-reason-subheading {
        color: #17262F;
        text-align: center;
    }

    .products-section .row .col-md-6 p:last-child {
        font-size: 16px;
        line-height: 25px;
    }


    .products-section .row .col-md-6 p:first-child {
        font-size: 16px;
        line-height: 25px;
    }

    .products-section h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .about-us-internal-sec {
        background-image: url(../images/vector.svg);
        position: absolute;
        left: 26px;
        top: 0;
    }

    .about-us-section h6 {
        font-size: 16px;
        line-height: 30px;
    }

    .about-us-section p.hb {
        font-size: 16px;
        line-height: 25px;
        font-weight: 600;
    }

    .about-us-section p.nt {
        font-size: 14px;
        line-height: 20px;
        font-family: Manrope;
    }

    .about-us-section h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .sec_3_heading {
        color: #1A1510;
        font-family: Manrope;
        font-size: 30px;
        margin-top: 10px;
        font-weight: 700;
        line-height: 45px;
    }

    .sec_4_text {
        color: #000;
        text-align: center;
        font-family: Manrope;
        font-size: 28px;
        line-height: 47px;
    }

    .sec_4_spantext {
        color: #E66445;
        font-family: Manrope;
        font-size: 30px;
        line-height: 54px;
    }

    .sec-3-reason-box-text {
        color: #4A5257;
        font-family: Manrope;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        min-height: 270px;
    }


    .sidebar-hide {
        display: block;
    }

    .menu_btn {
        display: block;
    }

    .header .top-header .top-tagline {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: white;
        font-family: Manrope;
        margin: auto;
        padding: 10px 0;
    }

    .menu-header-menu-container {
        display: none;
    }

}


.form-container{
    display: block;
}


@media screen and (max-width: 991px) {

    .form-container{
        display: none;
    }
    
    .sec-2-cn .sec-2-img{
        margin-bottom: 16px;
    }

    .sec-2-cn{
        padding-bottom: 60px;
        padding-top: 60px;
        margin: auto;
        text-align: center;
        place-content: center;
    }


    .sec-8-heading {
        color: #10181A;
        font-family: Manrope;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 1px;
        text-transform: capitalize;
        padding-top: 65px;
        padding-left: 37px;
        padding-right: 27px;
        padding-bottom: 21px;
        min-height: auto !important;
    }

    .sec-3-reason-box-text {
        color: #4A5257;
        font-family: Manrope;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        min-height: auto;
    }



    .products-section .p-overlay {
        background: rgba(230, 100, 69);
        position: absolute;
        top: 84%;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 16px;
        transition: 0.2s ease-in all;
        -webkit-transition: 0.2s ease-in all;
        -moz-transition: 0.2s ease-in all;
        -ms-transition: 0.2s ease-in all;
        -o-transition: 0.2s ease-in all;
        overflow-y: scroll;
    }

    .sec-1-nestheading {
        color: #FFF;
        font-family: Manrope;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2em;
        text-transform: uppercase;
    }

    .sec-1-heading {
        color: #FFF;
        font-family: Manrope;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.2em;
        text-transform: uppercase;
    }

    
}

.button-cranes-section-visible-mobile{
 display: none;
}

.button-cranes-section{
    display: block;
}


@media screen and (max-width:767px) {
    .button-cranes-section-visible-mobile{
        display: block;
       }

    .button-cranes-section{
        display: none;
    }

    footer h4 {
        font-size: 28px;
        line-height: 42px;
        font-family: Manrope;
        font-weight: 700;
        color: white;
        margin: 0;
    }

    .products-section .p-overlay h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .form_hide {
        display: none;
    }

    .box {
        width: 100%;
    }

    .sec_2_style {
        text-align: center;
    }

    .links_hide {
        display: none;
    }

    .sec_3_text {
        order: 2;
    }

    .sec_3_image {
        order: 1;
    }

    .menu_btn {
        display: block;
    }

    .header .main-header {
        background-color: transparent;
        position: fixed;
        top: 45px;
        padding: 12px 72px 12px 8px;
    }

    .menu_btn {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        cursor: pointer;
        color: #FFF;
    }



}


/* Table css */
table {
    border-collapse: collapse;
}

th,
td {
    text-align: left;
    padding: 10px;
    border: 1px solid #B9B9B9;
}

tr {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

}

tr:nth-child(even) {
    background-color: #F7D1C7
}

th {
    background-color: #E66445;
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}


/* .big_heading{
    color: #17262F;
text-align: center;
font-family: Manrope;
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: 54px;
letter-spacing: -0.63px;
} */


.p_btm {
    padding-bottom: 80px;
}




/* Table css  */

.industries-content h5 {
    font-size: 45px;
    line-height: 54px;
    font-weight: 700;
    color: black;
    margin: 0;
    margin-top: 20px;
}

.industries-content table {
    width: 100%;
    margin-top: 40px;
    border: none;
    outline: none;
}

.industries-content table thead tr {
    background-color: #E66445;
}

.industries-content table thead tr th {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: white;
    margin: 0;
    padding: 12px 38px;
}

.industries-content table tbody tr:nth-child(odd) {
    background: #f7d1c7;
}

.industries-content table thead tr th:not(:last-child),
.industries-content table tbody tr td:not(:last-child) {
    border-right: 1px solid #B9B9B9;
}

.industries-content table tbody tr:nth-child(even) {
    background: #f6f2f2;
}

.industries-content table tbody tr td {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: black;
    margin: 0;
    padding: 12px 38px;
    width: 33.3%;
}

.industries-content table tbody tr td ul,
.industries-content table tbody tr td ol {
    margin: 0;
    padding: 1.5rem;
}

.industries-content table tbody tr td ul li,
.industries-content table tbody tr td ol li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: black;
    margin: 0;
}


@media screen and (max-width:991px) {

    

    /* .industries-content h5 {
        font-size: 20px;
        line-height: 32px;
    } */

    .i-table {
        overflow-x: auto;
    }

    .i-table table {
        width: 160%;
        table-layout: inherit;
    }

    .about-us-image {
        width: 100%;
    }

    .about-us-internal-sec {
        background-image: url(../images/vector.svg);
        position: absolute;
        left: 15px;
        top: 0;

    }
}



@media screen and (max-width:767px) {

    

    /* .industries-content h5 {
        font-size: 20px;
        line-height: 32px;
    } */

    .industries-content table {
        margin-top: 30px;
    }

    .industries-content table thead tr th,
    .industries-content table tbody tr td {
        padding: 12px 20px;
    }

    .i-table {
        overflow-x: auto;
    }

    .i-table table {
        width: 160%;
        table-layout: inherit;
    }

}


@media screen and (max-width:481px) {

    .about-us-internal-sec p {
        font-size: 8px;
        line-height: 18px;
        margin: 0;
    }



    .about-us-internal-sec-2{
        width: auto !important;
    }

    .sec5-inner-text {
        color: #E66445;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -1px;
    }

    .about-us-internal-sec-2 h5 {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding: 10px;
    }

    .call-expert h5 {
        font-size: 14px;
        line-height: 24px;
    }

    .call-expert{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .faq-section {
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
    }

    .p_btm {
        padding-bottom: 40px;
    }

    .sec_8 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec_3-reason {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec_3 {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .sec_3_text {
   
        padding-top: 36px;
  
    }

    .sec_3 {
        padding-bottom: 58px;
        padding-top: 58px;
    }

    .sec-2-cn{
        padding-bottom:30px;
        padding-top:30px;
       }

    .sec-2-subtext {
        font-size: 16px;
        line-height: 24px;
    }

    .call-expert .row:nth-child(3) {
        margin-top: 60px;
    }

    .faq-head {
        color: var(--Primary-Color, #E66445);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
    }

    .faq-subheading {
        color: #10181A;
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        text-align: left;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 60px;
    }

    .products-section .p-overlay {
        background: rgba(230, 100, 69);
        position: absolute;
        top: 79%;
    }


    .sec_3_heading {
        color: #1A1510;
        font-family: Manrope;
        font-size: 24px;
        margin-top: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.336px;
    }

    .sec_3 ul li {
        list-style: none;
        padding-bottom: 24px;
        padding-top: 40px;
        color: #000;
        font-family: Manrope;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -0.5px;
    }

    .sec_4_text {
        color: #000;
        text-align: center;
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.336px;
    }

    .sec_4_spantext {
        color: #E66445;
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.336px;
    }

    /* .about-us-internal-sec-2 h5 {
        display: none;
    } */

    
    .about-us-section h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        color: #17262F;
        font-family: Manrope;
        margin: 0;
        margin-top: 16px;
        margin-bottom: 12px;

    }

    .about-us-section h6 {
        font-size: 14px;
        line-height: 22px;
        padding-top: 15px;
        font-weight: 500;
        font-family: Manrope;
        color: #E66445;
        margin: 0;
    }

    .about-us-section p.hb {
        font-size: 12px;
        line-height: 22px;
        font-weight: 600;
        font-family: Manrope;
        color: #1F2428;
        margin: 0;
        margin-bottom: 16px;
    }

    .about-us-section p.nt {
        color: #4A5257;
        font-family: Manrope;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 166.667% */
    }


    /* button Lifting your world higher, 
your partner in safe and efficient lifting */
    /* .btn-orange_sec_5 {
        display: none;
    } */

    .about-us-section {
        padding-top: 0;
        background-color: #FFF;
        padding-bottom: 0;
    }

    /* .about-us-internal-sec {
        background-image: url(../images/mobilerb.png);
        position: absolute;
        left: 24px;
        top: 0;
        padding: 15px;
        background-repeat: no-repeat;
        width: 73.811px;
        height: 93.154px;
        padding-top: 35px;
    } */

    .about-us-internal-sec h5 {
        color: #D9D9D9;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        /* 157.143% */
    }

    .slick_company img {
        text-align: center;
        max-width: 60px;
    }

    .sec_6 {
        padding-top: 30px;
        padding-bottom: 40px;
        background-color: #FFF;
    }

    .slick_company .slick-list {
        padding: 0px !important;
    }

    .products-section h3 {
        color: #FFF;
        font-size: 24px;
        line-height: 32px;
        font-family: Manrope;
        font-weight: 700;
        color: #FFFFFF;
        margin: 0;
        margin-top: 3px;
        margin-bottom: 32px;
    }

    .products-section .row .col-md-6 p:first-child {
        font-size: 16px;
        line-height: 24px;
        font-family: Manrope;
        font-weight: 600;
        margin-top: 32px;
        color: #E2E2E2;
        margin: 0;
    }

    .products-section .row .col-md-6 p:last-child {
        font-size: 14px;
        line-height: 22px;
        font-family: Manrope;
        font-weight: 400;
        color: #E2E2E2;
        margin: 0;
        margin-top: 12px;
    }


    .industries-content h5 {
        color: #17262F;
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        text-align: left;
    }

    .sec_7_head {
        color: var(--Primary-Color, #E66445);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
    }

    .sec_3-reason-head {
        color: var(--Primary-Color, #E66445);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-align: left;
        line-height: 22px;
    }

    .sec_3-reason-subheading {
        color: #17262F;
        text-align: center;
        font-family: Manrope;
        font-size: 22px;
        padding-bottom: 34px;
        font-style: normal;
        font-weight: 700;
        text-align: left;
        line-height: 32px;
        letter-spacing: -0.63px;
    }

    .sec_7 {
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: #FFF2EF;
        margin-top: 0px;
    }


    .sec_7_heading {
        color: #261E16;
        text-align: center;
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin-top: 64px;
        letter-spacing: -0.476px;
    }


    .sec_8_head {
        color: var(--Primary-Color, #E66445);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
    }

    .sec_8_sub_heading {
        color: #10181A;
        text-align: center;
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        text-align: left;
        line-height: 32px;
        letter-spacing: -0.63px;
    }

    .sec-8-heading {
        color: #10181A;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 1px;
        text-transform: capitalize;
        padding-top: 77px;
        padding-left: 17px;
        padding-right: 20px;
        padding-bottom: 16px;
        min-height: auto;
    }

    .sec-8-text {
        color: #3C3C3C;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 28px;
        padding-left: 17px;
        padding-right: 20px;
    }

    .sec-8-sub-text {
        color: #3C3C3C;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        padding-left: 17px;
        padding-right: 20px;
    }

    .sec_8_nested_text {
        color: #FFF;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1px;
        text-transform: capitalize;
        padding: 30px 26px 27px 26px;
    }

    .quote_image {
        position: absolute;
        left: 19px;
        top: 28px;
    }

    .sec_9_head {
        color: var(--Primary-Color, #E66445);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        text-align: left;
        font-weight: 500;
        line-height: 22px;
    }

    .sec_9_sub_heading {
        color: #10181A;
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        text-align: left;
        letter-spacing: -0.63px;
        padding-bottom: 28px;
    }

    .about-gallery-section {
        columns: 1 !important;
        margin-top: 40px;
    }

    .industry-testimonial h3 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        font-family: Manrope;
        font-weight: 700;
        color: white;
        margin: 0;
    }

    .slick-box {
        background-color: #121C22;
        padding: 40px 22px;
        padding-top: 30px;
        width: 450px;
    }


    .industry-testimonial p {
        color: white;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
        min-height: auto !important;
    }

    .industry-testimonial h5 {
        color: #E66445;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        text-align: left;
    }

    .slick-text {
        color: #FFF;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    .industry-testimonial {
        background-size: cover;
        background-repeat: no-repeat;
        padding: 39px 20px 12px 20px;
    }

    .call-expert h4 {
        font-size: 24px;
        line-height: 36px;
    }

    .call-expert ul li {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }

    .call-expert h6 {
        font-size: 18px;
        line-height: 30px;
    }

    .sec_2_text {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
    }

    .sec_2_bg img {
        width: 80px;
        margin-bottom: 15px;
    }

    .white-rectangle {
        bottom: 0;
        width: 30px;
        position: absolute;
        right: 50px;
        z-index: 1;
    }

    .red-rectangle {
        position: absolute;
        right: 18px;
        width: 30px !important;
        top: 0;
    }

    .header .top-header .top-tagline {
        font-size: 10px;
        line-height: 18px;
        font-weight: 500;
        color: white;
        font-family: Manrope;
        margin: auto;
        padding: 10px 0;
    }

}








.about-gallery-section {
    columns: 4;
    margin-top: 40px;

}

.about-gallery-section div {
    margin-bottom: 20px;
    /* row-gap: 40px; */
}

.industry-testimonial .slick-dots {
    position: static;
    margin-top: 30px;
}


.industry-testimonial .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    border-radius: 10px;
    border: 0.2px solid white;
    height: 10px;
    margin: 0 20px;
    padding: 0;
    cursor: pointer;
}


.industry-testimonial li.slick-active {
    background-color: white;
}


.form-container input[type="submit"] {
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    color: white !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #E66445 !important;
    padding: 8px 17px !important;
    text-decoration: none !important;
    transition: 0.2s ease-in all !important;
    -webkit-transition: 0.2s ease-in all !important;
    -moz-transition: 0.2s ease-in all !important;
    -ms-transition: 0.2s ease-in all !important;
    -o-transition: 0.2s ease-in all !important;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error{
    color: white !important;
}

.gform-theme--framework .gform_validation_errors{
    background-color: rgba(255, 255, 255, 0.021) !important;
    border: #a5747417 !important;
}

.form-container input[type="text"] {
    border: 0 !important;
    border-radius: 0 !important;
}

.form-container input[type="email"] {
    border: 0 !important;
    border-radius: 0 !important;
}

.form-container #gform_submit_button_2 {
    width: 100% !important;
}

.form-container .gform-theme--framework .field_sublabel_below .gform-field-label--type-sub {
    display: none !important;
}

.form-container .gform-theme--framework .gfield_validation_message{
    color: white !important;
    margin-top: 0 !important;
}


/* .form-container #input_2_1_3 {
    margin-bottom: 20px;
}

.form-container #input_2_3_6 {
    margin-bottom: 20px;
} */

.form-container {
    padding: 40px 40px;
}