*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,a,ul,li{
    font-family: 'FK Grotesk Neue' !important;
}
body{
  font-size: 18px;
  line-height: 28px;
  font-family: 'FK Grotesk Neue' !important;
  padding: 0px;
  margin: 0px;
}
.container {
    margin: 0 auto;
}
body ul {
    list-style: none;   
    padding: 0;
    margin: 0;
}
body a {
    text-decoration: none;
}
body p {
    font-size: 18px;
    line-height: 28px;
}
:root {
    --darkgrey: #414141;
    --yellow: #FBB038;
    --white: #fff;
    --grey: #717171;
    --grey2: #5B5B5B;
    --red: #C90008;
    --black: #000;
    --lightgrey: #676767;
}
.p-100{
    padding: 100px 0px;
}
section.main_hero {
    position: relative;
}
.hero_bg_img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.main_hero .owl-stage-outer {
    height: 100%;
}

.main_hero .owl-stage {
    height: 100%;
}

.main_hero .owl-item {
    height: 100%;
}

.main_hero .items {
    height: 100%;
}
.hero_bg_img .container-fluid {
    position: absolute;
    top: 25%;
    width: 100%;
    display: flex;
    flex-direction: row;
    left: 6%;
}
.mobile_img{
    display: none !important;
}
.hero_bg_img img {
    height: 100%;
    width: 100%;
}
.hero_cont h1 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 900;
    color: var(--white);
}

.hero_cont p {
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 50px;
    color: var(--white);
    width: 70%;
}

.main_cta {
    font-size: 20px;
    line-height: 30px;
    color: var(--white);
    background-color: var(--yellow);
    padding: 15px 30px !important;
    font-weight: 700;
    transition: 0.3s all ease-in;
    border: none;
}
.service_cta input[type=submit]:focus {
    background-color: var(--yellow);
    color: var(--white);
}
.service_cta input[type=submit] {
    width: max-content;
    border: none !important;
}
.main_cta:hover{
    background-color: #000;
    transition: 0.3s all ease-in;
}

.hero_cont {
    width: 65%;
}
.hero_slid_controls {
    position: absolute;
    bottom: 0;
    right: 300px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    z-index: 1;
}
.hero_slid_controls img {
    cursor: pointer;
}
.about_img_sec img {
    border-radius: 10px;
}
.about_first_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_first_image {
    height: 100%;
    width: 100%;
}
.about_second_image {
    position: absolute;
    top: 280px;
    right: -194px;
}

.about_img_sec {
    position: relative;
    margin-right: 20px;
    width: 100%;
    height: 100%;
}

section.p-100.main_about {
    padding-bottom: 140px;
}

.about_second_image img {
    width: 63%;
}

.about_cont_sec {
    padding-left: 10px;
}
.about_cont_sec h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    color: var(--black);
}

.about_cont_sec img {
    padding-bottom: 20px;
    padding-top: 15px;
}

.about_cont_sec p {
    font-weight: 400;
    color: var(--lightgrey);
}

.about_cont_sec a.main_cta {
    padding: 15px 40px;
        position: relative;
    z-index: 1;
}
.main_counter_sec {display: flex;flex-direction: row;align-items: center;position: relative;justify-content: center;}
.count_icon img {
    width: 70px;
}
section.p-100.main_counter {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 45px 0px;
}

section.p-100.main_counter:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #414141;
    top: 0;
}
.counter_box {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
    padding: 0px 85px;
    border-right: 2px solid #DFDFDF;
    height: 100px;
}

.counter_box h4 {
    font-size: 40px;
    line-height: 30px;
    font-weight: 700;
    color: var(--yellow);
}

.counter_box p {
    font-weight: 400;
    color: var(--white);
    margin-top: 13px;
}

.counter_box:last-child {
    border: none;
}
.line-heading{
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
    padding-bottom: 40px;
    margin: 0;
}
.line-heading span{
    padding: 0 10px;
    display: none;
}
.line-heading span img{
    margin-bottom: 10px;
}
.main_appli {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 20px;
}

.main_appli .app_box {
    width: 49.2%;
    position: relative;
    transition: 0.5s all ease;
}

.main_appli .app_box:nth-child(n+3) {
    width: 23.8%;
}

.main_appli .app_box .aplic_img img {
    width: 100%;
}
.aplic_img {
    position: relative;
}

.aplic_title {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 2;
    transition: 0.5s all ease;
}

.aplic_title h4 {
    font-size: 32px;
    font-weight: 800;
    line-height: 34px;
    color: var(--white);
}

.main_appli .app_box:nth-child(n+3) .aplic_title h4 {
    font-size: 28px;
    font-weight: 600;
    padding: 0px 55px;
    line-height: 35px;
}

.aplic_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000080;
}
.main_product .tab-content {
    display: none;
    
}

.main_product .active {
    display: block;
}
.main_bucket_option .tab-content {
    display: none;
    
}
.main_bucket_option .active {
    display: block;
}
.main_prdct_tabs_sec {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.main_prdct_tabs_sec .prodct_tabs {
    width: 100%;
}

.main_prdct_tabs_sec .main_product_tab_content {
    width: 100%;
}

.main_prdct_tabs_sec .prodct_tabs li {
    margin-bottom: 20px;
    line-height: 60px;
}

.main_prdct_tabs_sec .prodct_tabs li a {
    font-size: 21px;
    font-weight: 700;
    color: var(--black);
    position: relative;
    z-index: 4;
    padding: 18px 30px;
    background: transparent;
    border-bottom: 1px solid #000;
}

.main_prdct_tabs_sec .prodct_tabs li a.active:before {
  content: "";
  position: absolute;
  background-image: url(https://secrjmt.com/wp-content/themes/sec-rjmt/assets/images/Polygon.png);
  z-index: 1;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  bottom: -14px;
  background-position: bottom;
  left: 50%;
}
.main_prdct_tabs_sec .prodct_tabs li a.active {
    background-color: var(--yellow);
    border-top-left-radius: 20px;
    border: none;
    padding: 0px 30px;
}

.prdct_tab_cont_sec {
       width: 60%;
       margin: 0 auto;
}
.prodct_tabs ul {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.prdct_tab_cont_sec .slick-list.draggable {
    overflow: visible;
}
.prdct_tab_cont_sec .slick-slide {
    margin: 0px 49px;
}
.prdct_tab_cont_sec .pro_box {
    width: 80%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px 10px 15px;
    justify-content: space-between;
    border-radius: 20px;
    transition: 0.2s all ease;
    border: 2px solid #cdcdcd;
    margin: auto;
    height: 580px;
}
section.p-100.main_app {
    background-color: #EFEFEF;
}
section.p-100.main_product {padding-top: 0px;
    overflow: hidden;
}

.prdct_tab_cont_sec .pro_box .pro_img {
    margin-bottom: 10px;
    text-align: center;
    height: 490px;
}
.pro_img img {
    width: 100%;
    height: 100%;
}
.pro_box a {
    color: var(--blaack);
    height: 100%;
}
.prdct_tab_cont_sec .pro_box p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}
.prdct_tab_cont_sec .slick-list.draggable .slick-track {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /* justify-content: flex-end; */
}

.prdct_tab_cont_sec .slick-active .pro_box {
    transition: 0.2s all ease;
}

.bucket_head p{
    font-weight: 400;
    color: var(--black);
    text-align: center;
    width: 75%;
    margin: auto;
}
.bucket_head .line-heading {
    padding-bottom: 10px;
}
.buckets_tabs .tabs ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.buckets_tabs .tabs ul li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    padding: 10px 50px;
    line-height: 25px;
    border-bottom: 2px solid #000;
    position: relative;
}
.buckets_tabs .tabs ul li a.active:before {
    content: "";
    position: absolute;
   background-image: url(https://secrjmt.com/wp-content/themes/sec-rjmt/assets/images/Polygon.png);
    z-index: 1;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    bottom: -14px;
    background-position: bottom;
    left: 150px;
}
.buckets_tabs .tabs ul li a.active {
    background-color: var(--yellow);
    border-top-left-radius: 20px;
    border: none;
}

.buckets_tabs {
    margin-top: 35px;
}
.tab_buck_cont {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 20px;
     justify-content: center;
}

.tab_buck_cont .bucket_box {
    width: 15.38%;
    display: flex;
    flex-direction: column;
}

.tab_buck_cont .bucket_box .buck_img {
    border: 1px solid #E1E1E1;
    padding: 40px;
    border-radius: 15px;
    height: 180px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tab_buck_cont .bucket_box .buck_img img {
    width: 80%;
}

.tab_buck_cont .bucket_box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0px !important;
    width: 70%;
    margin: 0 auto;
}
.bucket_button a.main_cta {
    padding: 13px 50px;
}

.bucket_button {
    text-align: center;
    margin-top: 60px;
}
section.p-100.main_infra {
    position: relative;
    overflow: hidden;
}

section.p-100.main_infra:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 68%;
    background-color: var(--yellow);
    top: 0;
    z-index: -1;
}

.infra_head h2.line-heading {
    padding-bottom: 10px;
}

.infra_head p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.infra_slide_image .slide_img img {
    width: 100%;
    border-radius: 20px;
}

.main_infra_slid {
    position: relative;
    margin-top: 50px;
}

.infra_slide_cont {
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 20px;
}
.infra_slide_cont img {
    cursor: pointer;
}
section.p-100.main_news {
    padding-top: 0px;
}

.news_head h2 {
    text-align: left;
    padding-bottom: 0px;
}

.news_head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.news_head a {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: var(--yellow);
    border-bottom: 1px solid;
}

.news_head a svg {
    font-size: 15px;
}
.main_news_sec {
    display: flex !important;
    flex-direction: row;
    margin-top: 50px;
    gap: 30px;
}

.main_news_sec .news_box .new_img img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.main_news_sec .news_box {
    width: 31.8%;
}

.main_news_sec .news_box .new_img {
    margin-bottom: 10px;
}

.main_news_sec .news_box .news_cont span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--red);
}

.main_news_sec .news_box .news_cont p {
    font-weight: 400;
    color: var(--black);
    margin-top: 10px;
    font-size: 17px;
}
section.p-100.main_clients {
    background-color: #EFEFEF;
    overflow: hidden;
}

.clients_slide.slider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
    position: relative;
}

.clients_box {
    width: 20%;
    text-align: center;
    background-color: var(--white);
    padding: 20px 30px;
    height: 120px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #D8D8D8;
    border-radius: 15px;
}
.main_clients_slider {position: relative;}

.client_slider_control {
    position: absolute;
    top: 35%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    left: 0;
}

.client_slider_control img:first-child {
    margin-left: -60px;
}
.client_slider_control img{
    cursor: pointer;
}
.client_slider_control img:last-child {
    margin-right: -60px;
}
.main_clients_slider .slick-initialized .slick-slide:first-child {
    margin-left: 0px;
}
.main_clients_slider .slick-initialized .slick-slide {
    margin-left: 20px;
}
.main_servi_sec img {
    width: 100%;
    border-radius: 15px;
}

.main_servi_sec {
    position: relative;
}

.main_servi_sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000b8;
    border-radius: 15px;
}
.servi_cont img {
    width: auto;
}

.servi_cont {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.servi_cont h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: var(--white);
    margin-top: 10px;
}

.servi_cont p {
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
    font-weight: 400;
    width: 90%;
}

.servi_cont a.main_cta {
    padding: 15px 50px;
    color: var(--black);
    background-color: var(--white);
}
.servi_cont a.main_cta:hover {
    background-color: var(--black);
    color: var(--white);
    transition: 0.3s all ease;
}
/*******Footer Css*******/

footer.footer {
    padding: 100px 0px 5px 0px;
    background-color: var(--black);
}

.footer h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}

.footer li {
    margin-bottom: 13px;
}

.footer li a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--white);
}

.footer p span {
    font-weight: 500;
}

.footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--white);
}

.footer a {
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    color: var(--yellow);
}
.foot_botm {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 60px;
    padding-top: 20px;
   border-top: 1px solid #323232;
}

.social_icon {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 30px;
}
.social_icon svg {
    font-size: 28px;
}
.follow{
      padding-left: 70px;
}

/**Product Categories Page**/

section.main_taxnomy_banner {
padding: 100px;
    padding-bottom: 0px;
}

.taxnomy_banne_cont h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.taxnomy_banne_cont {
    text-align: center;
}
.taxnomy_banne_cont h2 {
    font-size: 32px;
    line-height: 42px;
    margin-top: 32px;
    margin-bottom: 22px;
}
.taxnomy_banne_cont p {
 font-size: 22px;
 line-height: 32px;
 font-weight: 400;
 color: var(--black);
 margin: 18px auto;
}
.main_prodc_page .row {
    align-items: center;
}

.prdct_box img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}


.prdct_box {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    height: 455px;
    transition: 0.3s all ease;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.prdct_box h4 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 20px;
    padding: 0px 40px;
}


.prdct_cont {
    position: absolute;
    bottom: -42px;
    left: 0;
    transition: 0.3s all ease;
}

.prdct_box:hover .prdct_cont {
    transition: 0.3s all ease;
    bottom: -1px;
}
section.p-100.main_prodc_page {
    padding-top: 50px;
    padding-bottom: 50px;
}
.prdct_butt a {
    color: var(--black);
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    background-color: var(--yellow);
    padding: 10px 273.7px 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.prdct_butt a svg {
    position: absolute;
    right: 20px;
}
/**Contact Page****/

section.p-100.main_banner {
height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main_cont_loc h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    color: var(--black);
}
section.p-100.main_banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000075;
}

.main_inner_banner {
    position: relative;
}

.bred_cumbh ul {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 7px;
}


.bred_cumbh ul a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--white);
}

.bred_cumbh ul a svg {
    padding-left: 5px;
    font-size: 15px;
}

.main_inner_banner h1 {
    font-size: 48px;
    line-height: 58px;
    color: var(--white);
    font-weight: 700;
}
.main_cont_loc_sec {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}


.con_loc_box {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    width: 33.3%;
    height: 500px;
    justify-content: flex-start;
    border-radius: 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.con_loc_box h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.con_loc_box p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--darkgrey);
    margin-bottom: 10px;
}

.con_loc_box a {
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    color: var(--darkgrey);
     transition: 0.3s all ease;
}
.con_loc_box a:hover {
    color: var(--yellow);
    transition: 0.3s all ease;
}
.con_loc_box:nth-child(2) {
}
.main_form .main_input_field .form-group input:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--yellow);
    outline: 0;
    box-shadow: none;
}
.main_form textarea:focus{
      color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--yellow);
    outline: 0;
    box-shadow: none;
}
section.main_contact_form_sec.p-100 {
    background-color: #EFEFEF;
}

.main_form .main_input_field {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.main_form .main_input_field .form-group {
    width: 50%;
}

.main_form .main_input_field .form-group input {
    height: 50px;
    width: 100%;
    padding: 0px 20px;
}
.textarea label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 10px;
    padding-left: 3px;
}
.main_form .main_input_field .form-group label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 10px;
    padding-left: 3px;
}
.textarea textarea {
    height: 80px;
}
.submit_btn {
    margin-top: 35px;
}

.submit_btn a.main_cta {
    border: none;
}
.main_location {
    height: 100%;
}
.con_loc_box a svg {
    padding-right: 10px;
}
.prdct_butt {
    padding-left: 36px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.main_form p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 20px;
}
.main_form h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--black);
}
.main_form .main_input_field .form-group select {
    height: 50px;
}

.main_form .main_input_field .form-group select:focus {
    border: 1px solid var(--yellow);
    box-shadow: none;
}
/******Single Product Page*********/

.main_sigle_banner {height: 70px;display: flex;flex-direction: column;align-items: center;justify-content: center;background-color: var(--darkgrey);}

.main_sigle_banner .singl_ban_cont {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.bread_chumbh {
    width: 100%;
}
.bread_chumbh ul li {
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    color: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.bread_chumbh ul li svg {
    margin-top: 3px;
}

.bread_chumbh ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.bread_chumbh ul li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--white);
}
.main_sigle_banner .singl_ban_cont h1 {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: var(--white);
}
.main_sing_prdct h1 {
    font-size: 42px;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--black);
    text-align: center;
}

.main_sing_cont p {
    font-weight: 400;
    margin-bottom: 45px;
}


.main_sing_cont .main_cta{
    color: var(--white) !important;
    transition: 0.4s all ease;
}
.main_sing_img img {
    width: 100%;
}
.tractor .slick-list.draggable {
    height: 100%;
}
.sing_wrap_cont ul li {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.tractor {
    height: 700px;
}

.tractor .slick-track {
    height: 100%;
}

.tractor .slick-slide {
    height: 100%;
}
.tractor .slick-list {
    height: 100%;
}
.tractor .slick-slide div {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tractor .slick-slide img {
    height: 100%;
    object-fit: cover;
    width: 85% !important;
}

.main_sing_cont {
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
}
.main_bucket h2.main_sec_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 30px;
}
.main_sing_cont a {
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 900;
  color: var(--yellow);
  transition: 0.4s all ease;
  margin-right: 15px;
}
.main_sing_cont a:hover{
    color: var(--black);
    transition: 0.4s all ease;
}
/*/.main_sing_img {/*/
/*    box-shadow: rgba(10, 40, 65, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;*/
/*/}/*/

.accordion {
  width: 100%;
}



.accordion-header {
  width: 100%;
  background-color: var(--darkgrey);
  color: #fff;
  padding: 15px 20px;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.accordion-header:hover, .sub-accordion-header:hover {
}

.sub-accordion-content {
  display: none;
}
.accordion-content {
    display: none;
    /* background-color: #f9f9f9; */
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding: 0px;
}

.accordion-content.open, .sub-accordion-content.open {
  display: block;
  max-height: max-content; /* Adjust this value based on content */
  padding: 0px;
}
.sub-accordion-item {
    border: none;
}

.sub-accordion-item button.sub-accordion-header {
    border: none;
    background: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.accordion-content.open .sub-accordion-item button.sub-accordion-header img {
    transform: rotate(180deg);
}
.sub-accordion-item {
  
    border-bottom: 1px solid #AEAEAE;
}

.accordion-item {
    margin-bottom: 24px;
    border: none;
}

.accordion-content.open {
    border: 1px solid #AEAEAE;
    border-bottom: none;
}
.sub-accordion-content.open {
    padding: 0px 55px;
}

.sub-accordion-content.open p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.accordion-item:last-child {
    margin-bottom: 0px;
}
.sub-accordion-content.open p:first-child {
    margin-bottom: 15px;
}
button.accordion-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
section.p-100.main_techincal_sec {
    
}
.main_sec_title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: var(--black);
   
}
.tech_head {
    margin-bottom: 30px;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 20px;
}
.tech_info_sec {
    width: 80%;
    margin: auto;
}

.relat_prdct_slider.slider {
    display: flex;
    flex-direction: row;
    gap: 20px;
}


.rel_prdct_box {
    width: 25%;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    padding: 30px;
    height: 360px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rel_prdct_box img {
    width: 70%;
}

.rel_prdct_box_img {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.rel_prdct_box h4 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: var(--black);
}

.main_rel_prdct_slider {
    padding: 0;
}
section.p-100.main_related_product {
    padding-top: 0px;
    overflow: hidden;
}
.relat_prdct_slider .slick-slide {
    margin: 0px 10px;
}
.main_related_product .tech_head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.rel_slide_cont {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.rel_slide_cont img {
    cursor: pointer;
}
.sing_ban_img img {
            width: 100%;
            /*height: 700px;*/
            object-fit: cover;
        }
section.sig_prdc_banner {
    /*height: 700px;*/
    position: relative;
}

.sing_prdct_slid_controls {
    position: absolute;
    width: max-content;
    display: flex;
    flex-direction: row;
    gap: 15px;
    bottom: 0;
    right: 120px;
}

.sing_prdct_slid_controls img {
    cursor: pointer;
}
.main_sing_prdct .row {
    align-items: flex-start;
}
/*.sing_ban {*/
/*    height: 700px;*/
/*}*/

/*.sing_ban .slick-list.draggable {*/
/*    height: 700px;*/
/*}*/

/*.sing_ban .slick-track {*/
/*    height: 700px;*/
/*}*/

/*.sing_ban .sing_ban_img {height: 700px;}*/
.main_sing_box {
    width: 18%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main_sing_box img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.main_sing_box h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 12px;
}
.main_sing_prdct h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 35px;
    padding-left: 0px;
    color: var(--darkgrey);
}
.main_sing_prdct .row .col-md-6:last-child {
    padding: 40px;
    background-color: #f1f1f1;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thumb_img {
    border: 1px solid #cfcfcf;
    padding: 10px;
    border-radius: 12px;
    height: 150px;
    width: 150px !important;
}

.thumb_img img {
    width: 100%;
    cursor: pointer;
}

/*/.thumbnail_slider {/*/
/*    display: flex !important;*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*/}/*/

.thumbnail_slider .slick-slide {
    margin: 0 15px 0px 0px;
    height: 150px;
    width: 150px !important;
}
.thumbnail_slider {
    margin-top: 30px;
}
.info_cont td strong {
    font-weight: 500;
}
.info_cont h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.info_cont p strong {
    font-weight: 600;
}

.info_cont p {
    margin-bottom: 10px;
    margin-top: 15px;
}

.info_cont h4:nth-child(2) {
    margin-top: 0px;
}
.info_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.info_cont th {
    border: 1px solid #000;
    padding: 11px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
}

.info_cont td {
    border: 1px solid #000;
    padding: 9px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
}

.info_cont h3 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 38px;
}
.sig_prdc_ex_slid .row {
    background-color: #f2f2f2;
    --bs-gutter-x: 0px;
    margin-bottom: 60px;
}
.sig_prdc_ex_slid .row:nth-child(odd) {
    flex-direction: row-reverse;
}

.sig_prdc_ex_slid .row:last-child {
    margin-bottom: 0px;
}

.info_cont {
    padding: 28px;
}

.info_cont ul {
    padding: revert;
    list-style: disc;
}

.info_cont ul li {
    font-size: 18px;
    margin-bottom: 8px;
}
.info_img {height: 100%;}
.sig_prdc_ex_slid .tech_head {
    margin-bottom: 48px;
}
/*****About Us Page******/

.about_cont h2.line-heading {
    padding-bottom: 20px;
    text-align: left;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.about_img {
    height: 550px;
}

.main_current_range {
    background-color: #EFEFEF;
}
.current_range_sec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 70px;
}

.range_box {
    width: 50%;
}

.range_box ul {
    padding-left: 50px;
    padding-top: 15px;
    list-style: disc;
}

.range_box ul li {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black);
}

.range_box ul li a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black);
}

.range_box h5 {
    font-size: 20px;
    font-weight: 600;
}

.main_current_range h2.line-heading {
    padding-bottom: 50px;
}

.main_current_range p {
    font-size: 19px;
    line-height: 30px;
    margin-top: 20px;
}
.misiion_cont h2.line-heading {
    text-align: left;
    padding-bottom: 20px;
}

.mision_vision .row {
    align-items: center;
    position: relative;
}

.misiion_cont {
    padding: 35px 70px 35px 60px;
}

.mision_vision .center_img {
    position: absolute;
    left: 46%;
    width: max-content;
    top: 40%;
    height: 100px;
    width: 125px;
}

.mision_vision .center_img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.misiion_img img {
    width: 100%;
}
.mision_vision .row:nth-child(even) {
    flex-direction: row-reverse;
}

.mision_vision .row:nth-child(even) .misiion_cont {
    padding: 35px 60px 35px 125px;
}

.mision_vision .row:nth-child(even) .center_img {
    left: 45% !important;
}
.mision_vision .col-md-6 {
    padding: 0 !important;
}
.about_counter.main_counter:before{
    display: none;
}
.about_counter p {
    color: var(--black);
}

.about_counter img {
    filter: brightness(0);
}

.about_counter {
    padding-top: 0px;
}
.our_history {
    background-color: #EFEFEF;
}
.sdir_left .sdir_img {
    margin-bottom: 0px;
    position: relative;
    border-radius: 50%;
}
.sdir_left .sdir_img img {
    width: 100%;
    border-radius: 50%;
}
.sdir_right h3 {
    font-size: 32px;
    font-weight: 600;
    color: var(--white);
    line-height: 42px;
    margin-bottom: 8px;
}

.sdir_right h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 15px;
}
.sdir_right p {
    color: var(--white);
}
.managment_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    row-gap: 40px;
}

.manag_img img {
    width: 100%;
}

.mang_cont h3 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 8px;
    font-weight: 500;
}

.mang_cont p {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 27px;
}

.mang_cont a {
    font-size: 17px;
    line-height: 27px;
    color: #000 !important;
}

.mang_cont {
    margin-top: 10px;
}
.bod_popup .modal-dialog {
    max-width: 90%;
}

.bod_popup .modal-header {
    padding: 0px;
    border: 0px;
    align-items: flex-start;
}

.bod_popup .modal-body {
    padding: 0px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: flex-start;
}

.bod_popup .modal-content {
    padding: 40px;
}

.bod_popup .modal-header h5 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 24px;
}

.bod_popup .modal-header button.btn-close {
    opacity: 1;
    font-size: 24px;
}
.bod_popup .modal-body .bod_cont {
    width: 75%;
}

.bod_popup .modal-body .bod_img {
    width: 25%;
    position: sticky;
    top: 50px;
}

.bod_popup .modal-body .bod_img img {
    width: 100%;
}
/***Service & Parts******/

.service_cont p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 15px;
}

.service_cont ul {
    margin-bottom: 15px;
    padding-left: 40px;
    
}

.service_cont ul li {
    list-style: disc;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    color: var(--black);
}

.service_cont li a {
    font-weight: 600;
    color: var(--yellow);
}
.service_form .form-group {
    margin-bottom: 25px;
    height: 50px;
}
.main_service_form {
    padding: 0px 200px;
        margin-top: 45px;
}

.service_form input {
    height: 100%;
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-bottom: 2px solid #c5c5c5;
    border-radius: 0px;
}
.service_form input:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    outline: 0;
    box-shadow: none;
    border: 2px solid #FBB038;
}
.service_form select {
    height: 100%;
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-bottom: 2px solid #c5c5c5;
    border-radius: 0px;
    background: none;
}
.service_form .form-control:focus-visible {
    border: 2px solid #FBB038;
}
.service_form select:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    outline: 0;
    box-shadow: none;
    border: 2px solid #FBB038;
}
.service_form .main_text_area textarea {
    height: 70px;
    border: none;
    border-bottom: 2px solid #c5c5c5;
    padding: 10px 20px;
    border-radius: 0px;
}
.service_form .main_text_area textarea:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    outline: 0;
    box-shadow: none;
    border: 2px solid #FBB038;
}
.service_form .main_text_area textarea::placeholder {
    color: var(--black);
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.service_form input::placeholder {
     color: var(--black);
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}
.service_cta {
    margin-top: 35px;
}
.main_service_form .service_form {
    padding: 50px 40px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: 20px;
}
.service_form h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 30px;
}
.service_form h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.carrer_cont p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: var(--black);
    font-weight: 400;
}

/****Download Page******/

.download_sec .download_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 50px;
    background-color: #d3d3d3;
    gap: 15px;
     margin-bottom: 20px;
}

.download_sec .download_item h4 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: var(--black);
}


.download_sec .download_item svg {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: var(--black);
}
.download_sec .download_item:last-child {
    margin-bottom: 0px;
}

.main_down_sec #form-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    width: 35%;
}
.main_down_sec #close-modal {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -20px;
    background-color: var(--yellow);
    padding: 9px 15px;
    font-size: 24px;
    font-weight: 900;
    border-radius: 50%;
}
.main_down_sec .form-container {
    display: flex;
    flex-direction: column;
}
.main_down_sec .form-container .down_form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.main_down_sec .form-container .down_form .form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.main_down_sec .form-container .down_form .form-group input {
    height: 40px;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.main_down_sec .form-container .down_form button.main_cta {
    padding: 10px 20px;
    border: none;
}

.main_down_sec .form-container .down_form .down_sub_btn {
    margin-top: 5px;
}

.main_down_sec .row {
    padding-bottom: 40px;
    border-bottom: 2px solid #bfbfbf;
}

.main_down_sec .row:last-child {
    margin-bottom: 0px;
    border: none;
    padding-bottom: 0px;
}

.main_down_sec .row:nth-child(n+2) {
    padding-top: 30px;
}
.main_down_sec h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 30px;
    font-weight: 600;
    color: var(--black);
}

/****Blog Page*****/

.blog_page .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.blog_page .post {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: calc(33.3% - 20px);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease; 
}
.blog_page .post:hover{
	transform: translateY(-5px);
}

.blog_page .post-image {
    position: relative;
	overflow: hidden;
}
.blog_page .post-image:hover img {
    transform: scale(1.1);
	cursor: pointer;
}

.blog_page .post-image img {
    width: 100%;
    height: auto;
    display: block;
	 transition: transform 0.3s ease;
}

.blog_page .post-date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    color: var(--brand-color);
}

.blog_page .post-category {
    color: #ff6600;
	cursor: pointer;
}

.blog_page .post-content {
    padding: 20px;
}

.blog_page .post-title {
    font-size: 22px;
    margin: 0 0 10px;
    color: #333;
    cursor: pointer;
    line-height: 30px;
}

.blog_page .post-excerpt {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
	cursor: pointer;
}

.blog_page .read-more {
    color: var(--darkgrey);
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
}

.blog_page .read-more:hover {color: var(--yellow);}
.main_blogs .container {
       display: flex;
    /* max-width: 1200px; */
    /* margin: 20px auto; */
    padding: 20px;
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    flex-direction: row;
    gap: 40px;
}
.main_blogs{
    padding: 100px 0px;
}
.main_blogs .main-article {
   flex: 3;
    /* margin-right: 20px; */
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main_blogs .article-image {
    position: relative;
}

.main_blogs .article-image img {
   width: 100% !important;
    border-radius: 8px;
    object-fit: cover;
    max-width: 100% !important;
}

.main_blogs .article-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #FF8000;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

.main_blogs .article-content {
    margin-top: 20px;
}

.main_blogs .article-date {
color: #2f2f2f;
    margin-bottom: 10px;
}

.main_blogs .article-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.main_blogs .article-text {
    color: #555;
    line-height: 1.6;
}

.main_blogs .sidebar {
    flex: 1;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: max-content;
    position: sticky;
    top: 120px;
}

.main_blogs .sidebar-title {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    color: var(--black-color);
}

.main_blogs .article-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main_blogs .article-item {
    display: flex;
    margin-bottom: 15px;
}

.main_blogs .article-item img {
   width: 95px !important;
    height: 90px !important;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
}

.main_blogs .article-item a {
color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: color 0.3s;
    line-height: 20px;
}

.main_blogs .article-item a:hover {
    color: var(--yellow);
}
/*/.single-news h1{/*/
/*    font-size: 36px;*/
/*    line-height: 46px;*/
/*/}/*/
.main_blogs .article-title a {
    color: var(--brand-color);
}

.sing_news h1 {
    font-size: 30px !important;
    line-height: 40px !important;
}

/****Gallery Page********/

.main_gall_tabs ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    width: 17.7%;
    border-bottom: 1px solid #000;
}
        .main_gall_tabs ul li {
            margin-right: 10px;
        }
        .main_gall_tabs ul li a {
            text-decoration: none;
            padding: 10px 20px;
            color: #959595;
            display: block;
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
        }
        .main_gall_tabs ul li a.active {
            border: 1px solid #000;
            border-bottom: none;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            background-color: var(--darkgrey);
            color: var(--white);
        }
.main_gal_tab_cont .tab_content {
            display: none;
              margin-top: 40px;
        }
.main_gal_tab_cont .tab_content.active {
            display: block;
        }
        
.gall_tabs {
    display: flex;
    justify-content: center;
}
.gal_sec{
     display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.gal_sec .card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
  background: none;
  position: relative;
  overflow: hidden;
  transition: 0.4s all ease;
}
.gal_sec .card-image {
  display: block;
  position: relative;
  width: 100%;
  background: none;
}
.gal_sec .card-image img {
  /* display: block; */
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.gal_sec .card h4 {
    padding: 10px 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    background-color: var(--yellow);
    position: absolute;
    bottom: -40px;
    width: 100%;
    right: 0;
    transition: 0.4s all ease;
}

.gal_sec .card:hover h4 {
    transition: 0.4s all ease;
    bottom: 0;
}
/*/section.p-100.main_sing_gall {/*/
/*    padding-top: 200px;*/
/*/}/*/

.sing_gall_sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.gall_box img {
    width: 100%;
}
.main_sing_gall h2 {
    font-size: 42px;
    line-height: 53px;
    text-align: center;
    margin-bottom: 45px;
    color: var(--black);
}

@media only screen and (max-width: 600px) {
 .gal_sec {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

.main_app .row:hover a {
    transition: 0.5s all ease;
    opacity: 0.4;
}

.main_app .row:hover a:hover {
    opacity: 1;
    transition: 0.5s all ease;
}
.main_app .row:hover a:hover .aplic_title {
    transition: 0.5s all ease;
    bottom: 60px;
}
.about_para{
    margin-bottom: 50px;
}
.priv_polic p{
    font-size: 16px;
}
.web_devlop p{
    font-size: 16px;
}
.foot_add{
    width: 82%;
}
::-webkit-scrollbar {
	width: 5px;
	background: #ffffff;
	color: var(--yellow);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: var(--yellow);
	border-radius: 10px;
}
.slick-dotted.slick-slider{
    margin-bottom: 0px !important;
}

.con_loc_box hr {
    margin: 10px 0px;
    border: none;
}
.loc_box_icon img {
    width: 100%;
    height: 100%;
}

.loc_box_icon {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
}


.prdct_mob_ban{
    display: none !important;
}

.main_input_field p {
    margin: 0;
}

.textarea p {
    margin: 0;
}

/******thank you page*****/

.thank_cont {
    text-align: center;
}

.thank_cont h1 {
    font-size: 74px;
    line-height: 84px;
    margin-bottom: 20px;
    text-align: center;
    font-style: italic;
    font-weight: 900;
}

.thank_cont p {
    font-size: 20px;
    line-height: 30px;
    width: 85%;
    margin: 0 auto 10px;
}

.thank_but {
    margin-top: 35px;
}
.thank_cont p a {
    font-size: 20px;
    font-weight: 600;
    color: var(--yellow);
}
.service_cont h4 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.mision_vision .row .col-lg-6.col-md-12 {
    padding: 0;
}

.information .slick-dots {
    bottom: -64px;
    width: max-content;
    z-index: 1;
    left: 45.8%;
}

.information .slick-dots li.slick-active {
    height: 27px;
    width: 27px;
    border: 3px solid #000;
    padding: 3px;
    border-radius: 50px;
}

.information .slick-dots li {
    height: 17px;
    width: 17px;
}

.information .slick-dots li button {
    color: var(
    --black);
    border-radius: 50px;
    height: 100%;
    width: 100%;
    border: 2px solid #000;
}
.information .slick-dots li.slick-active button {
    background: var(--darkgrey);
    border-color: var(--darkgrey);
    height: 15px !important;
    width: 15px !important;
}
.info_slid_controls button {
    width: 30px;
    height: 40px;
    border: none;
    background: none;
}

.info_slid_controls button svg {
    width: 40px;
    height: 40px;
}
.rjmt_logo img {
    width: 250px;
}
.count_icon {
    display: none;
}

.about_counter .counter_box {
    height: 120px;
    padding: 0px 25px;
}
.motar-grader .prdct_box img {
    height: 400px;
}

.motar-grader .prdct_cont {
    bottom: 0px !important;
    width: 100%;
}
.motar-grader .prdct_box {
    height: 530px;
}
.motar-grader .prdct_butt {
    justify-content: flex-end;
    padding-right: 36px;
}

.motar-grader .prdct_box h4 {
    text-align: right;
}
.prdct_tab_cont_sec .slick-slide.slick-current.slick-active {
    transform: none;
    opacity: 1;
}
.prdct_tab_cont_sec .slick-slide {
    transform: scale(0.88);
    transition: 0.7s ease;
    opacity: 0.5;
}
a.safe {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--white);
    background: var(--darkgrey);
    padding: 12px 35px;
    display: flex;
    width: max-content;
    margin-top: 23px;
}

.app_img img{
    width: 100%;
}
.app_slide_sec {
    padding: 0;
}

.application_slider .slick-slide {
    margin-right: 20px;
}

.app_box p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
}
.accord_sec .accordion-header button {
    background: none;
    padding: 0;
    outline: none;
    box-shadow: none;
    color: var(--white);
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}

.accord_sec .accordion-header button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.spe_tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.spe_tab a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding: 12px 40px;
    background-color: var(--yellow);
    color: #000 !important;
}

.spe_tab a:nth-child(even) {
    background-color: var(--darkgrey);
    color: var(--white) !important;
}

.manin_spe_tab h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 42px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: var(--black);
}
.journey_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    row-gap: 20px;
    margin-top: 25px;
}

.journey_img img {
    width: 100%;
}

.journey_box p {
    margin-bottom: 0px !important;
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 28px !important;
}

.accordion-body p {
    font-size: 20px;
    line-height: 30px;
}
.accordion-body ul {
    padding-left: 50px;
    list-style: auto;
}

.accordion-body ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
}
.journey_img {
    padding: 10px;
    border: 1px solid #cdcdcd;
}
.taxnomy_banne_cont p strong {
    font-weight: 500;
}

.taxnomy_banne_cont h3 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 16px;
}

.taxnomy_banne_cont ul {
    list-style: auto;
}

.taxnomy_banne_cont ul li {
    width: max-content;
    margin: auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 8px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px !important;
    font-weight: normal;
    display: block;
    line-height: 24px !important;
}
h1.error {
    color: var(--yellow);
    font-style: normal;
}

.main_sing_prdct thead tr th {
    font-size: 16px;
    line-height: 20px;
    background-color: #19647e;
    border: 2px solid white;
    padding:5px;
    color: white;
}

th {}

.main_sing_prdct tbody tr td {
    font-size: 16px;
    background-color: #e6eaef;
    border:2px solid white;
    padding: 10px;
}
.sing_down_but {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}
a.safe.trac {
    margin-bottom: 35px;
}
.main_sing_img .slick-slide div {
  overflow: hidden;
  position: relative;
}

.main_sing_img .slick-slide div img {
  transition: transform 0.8s ease;
  transform-origin: center center;
}
#tab-13 .prdct_tab_cont_sec.slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 30px;
}

#tab-13 .pro_box {
    width: 100%;
}
.re_cap {
    margin-top: 18px;
}