@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Poppins:600');
@import url('https://fonts.googleapis.com/css2?family=Kanit&family=Montserrat:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit&family=Montserrat:wght@400;600&family=Ubuntu:wght@400;500&display=swap');

:root {
    --transiton: all 0.5s linear;
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    /*width: 172px;*/
    /*height: 50px;*/

}

a {
    text-decoration: none;
    color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kanit', sans-serif;
}


.top_bar_section {
    background: #f8a600;
    padding: 2px 0px;
    line-height: 30px;
}

.custom-header-right a {
    margin: 0px 3px;
    color: #212121;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}


.custom-header-right a i {
    color: #212121;

    line-height: 30px;
    text-align: center;
    transition: 0.2s ease-in;
}

.custom-header-right .fa {
    margin: 0px 3px;
}

.custom-header-left {
    float: right;
}

.custom-logo>a>img {
    width: 140px;
}

.custom-header-left a {
    margin: 0px 1px;
    background: #E78235;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s ease-in;
    border-radius: 5px;
}

.custom-header-left a:hover {
    background: #000;
}

.custom-header-left ul {
    margin: 8px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;

}

.custom-header-left b {
    color: #000;
}

.custom-header-left h5 {
    text-transform: uppercase;
    color: #fff;
}

.custom-header-left ul li a {
    display: inline-block;
    background: #f8a600;
    color: #fff !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    transition: 0.2s ease-in;
    text-decoration: none;
}

.custom-header-left ul li a:hover {
    background: #000000;
}

.enquiry_now_btn_div>a {
    background-color: #f8a600;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.enquiry_now_btn_div>a>span {
    margin: 0px 0px 0px 5px;
}

.enquiry_now_btn_div>a:hover {
    background-color: #E78235;
}


/*--start-slider--*/

.custom-slider {
    background-image: url(../images/banner1.jpg);
    width: 100%;
    height: 430px;
    background-position: top center;
    background-repeat: no-repeat;
}

/*--start-slider--*/

.single-sec-1 {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0px 4px #c6c6c6;
}

.sec-1-box .sec-1-photo {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

.single-sec-1 .sec-1-box .sec-1-box-over {
    transform: translate(0, 100%);
    bottom: 70px;
}

/*three-col-styleing**/

section.bamt-three-col-wrapper {
    padding: 4rem 0;
}

.bamt-three-col.bamt-three-col {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0px 4px #c6c6c6;
}

.bamt-three-col.bamt-three-col img {
    transition: var(--transiton);
    transform: scale(1);

}

.bamt-three-col.bamt-three-col:hover img {
    transform: scale(1.2);
}

.bamt-three-discription {
    position: absolute;
    bottom: 0%;
    left: 0;
    top: 0;
    right: 0;
    color: #fff;
    padding: 5rem 1.8rem;
    transition: var(--transiton);
    display: block;
    opacity: 0;

}

.bamt-three-discription:hover {
    opacity: 1;
}


.bamt-three-col1 .bamt-three-discription {
    background: rgba(12, 72, 116, 0.85);

}

.bamt-three-col2 .bamt-three-discription {
    background: rgba(237, 50, 55, 0.85);
}

.bamt-three-col3 .bamt-three-discription {
    background: rgba(0, 175, 239, 0.85);
}

.bamt-three-col.bamt-three-col:hover .bamt-three-discription {
    bottom: 0;
}

.bamt-three-discription h3 {
    font-size: 1.7rem;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1.8rem;
}

.bamt-three-discription h3 i {
    margin-right: 0.5rem;
}

.bamt-three-discription a.btn {
    font-family: 'Roboto', sans-serif;
    padding: 0.5rem 1.2rem;
    border: 2px solid #fff;
    background: none;
    border-radius: 4px;
    transition: .4s;
    color: #fff;
    font-style: normal;

}

span.bamt-three-discription {
    text-align: center;
}

.bamt-three-discription a.btn:hover {
    border: 2px solid #ed3237;
    background: #ed3237;
}

.bamt-three-col2 .bamt-three-discription a.btn:hover {
    background: rgb(12, 72, 116);
    border-color: rgb(12, 72, 116);
}

.bmt-full-secreen-wrapper {
    background-attachment: fixed;

}

.bmt-full-secreen-wrapper .overlay {
    width: 100%;
    height: 100%;
    padding: 40px 0px 40px 0px;
    background-color: #f2f2f2;
}

.bamt-full-secreen-inside-wrapn {
    text-align: center;
}

.bamt-full-secreen-inside-wrapn span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.bamt-full-secreen-inside-wrapn h4 {
    color: #212121;
    margin-top: 0px;
    padding-bottom: 10px;
    font-weight: 800;
    font-size: 2.7rem;
    margin: 0;
    position: relative;
}

.bamt-full-secreen-inside-wrapn h4:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    left: 0;
    background: #f8a600;
    bottom: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
}

.bamt-full-secreen-inside-wrapn p {
    font-size: 14px;
    line-height: 27px;
    margin: 0 auto;
    width: 71%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 500;
}

.bamt {
    margin-top: 10px;
}

a.bamt {
    font-family: 'Open Sans', sans-serif;
    background: #f8a600;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    transition: .4s;
    padding: 7px 30px;
    text-transform: capitalize;
    border-radius: 100px;
    font-weight: 600;
}

a.bamt:hover {
    background: #000;
}

.bmt-full-secreen-wrapper a.bamt i {
    left: 0;
    position: relative;
    transition: 0.3s linear;
}

.bmt-full-secreen-wrapper a.bamt i:hover {
    left: 5px;
}

/*end-three-col-styleing**/

.bamt-two-col-heading-wrapper span {
    letter-spacing: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #ed3237;
    font-weight: 800;
    display: block;
}

.bamt-two-col-heading-wrapper h3 {
    margin-top: 0.8rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #00afef;
    font-size: 2.1rem;
    position: relative;
    padding: 10px 0;
}



span.bamt-two-col-sub {
    font-family: monospace;
    color: #00AFEF;
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: 300;
    margin-top: 1rem;
}

section.bamt-two-col-with-right-sidebar p {
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    color: #6e7889;
    font-size: 15px;
    text-align: justify;
}

.bamt-two-col-right-sidebar h3 {
    color: #ffcc28;
    font-family: "Poppins", sans-serif;
    position: relative;
    padding: 10px 0;
}

.bamt-two-col-right-sidebar h3:after {
    bottom: 0;
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    left: 0;
    background: #ed3237;
}

.bamt-two-col-right-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 1rem 0;
}

.bamt-two-col-right-sidebar ul li {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    color: #6e7889;
    font-size: 1rem;

}

.bamt-two-col-right-sidebar i {
    padding-right: 0.5rem;
    color: #00afef;
    font-size: 1rem;
}

section.bamt-two-col-with-right-sidebar {
    background: url(../images/sec-3-bg.jpg);
    background-size: cover;
    padding: 4rem 0;
}

.bmt-two-col-heading-wrapper span {
    letter-spacing: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #ed3237;
    font-weight: 800;
    display: block;
}

.bmt-two-col-heading-wrapper h3 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-top: 0.8rem;
    color: #00afef;
    font-size: 2.1rem;
    position: relative;
    padding: 10px 0;
}

.bmt-two-col-heading-wrapper h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 15%;
    height: 2px;
    background: #F44336;
}

.bamt-why-chosse-box {
    display: flex;
    gap: 10px;
    width: 100%;
}

.bamt-why-chosse-box span {
    display: block;
    color: #524d4d;
    background: #fff;
    font-size: 30px;
    height: 70px !important;
    width: 70px !important;
    line-height: 70px;
    text-align: center;
    transition: .4s;
    border-radius: 100px;
    flex-shrink: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #e8e3e3;
}

.bamt-why-chosse-box span:hover {
    background: #f8a600;
    color: #fff;
}

.bamt-why-chosse-box {
    /*margin-top: 2rem;*/
    background: #fff;
    padding: 40px 15px 30px 15px;
    border-radius: 5px;
}

.bamt-why-chosse-box h3 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.8);
    text-transform: capitalize;
    margin-bottom: 7px !important;
}

.bamt-why-chosse-boxp {
    color: #6e7889;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 28px;
}

section.bamt-why-chosse-wrapper {
    background-attachment: fixed;
}

section.bamt-why-chosse-wrapper .overlay {
    width: 100%;
    height: 100%;
    padding: 30px 0px 40px 0px;
    background-color: #f2f2f2;
}

.bamt-why-chosse-box p {
    /*color: lightgray;*/
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px !important;
    font-weight: 500;
}

.heading-wrapper h3 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    margin-top: 0.5rem;
    color: #00afef;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding: 10px 0;
}

.heading-wrapper h3 strong {
    color: #fccc28;
    padding-left: 1rem;
}

.heading-wrapper span {
    display: block;
    color: #ed3237;
    font-size: 1.1rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 4px;
    text-align: center;
}

.bamt-our-product-description h4 {
    color: #ed3237;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    transition: 0.3s linear;
}

.bamt-our-product-description h4:hover {
    color: #00afef;
}

.bamt-our-product-description p {
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    color: #6e7889;
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
}

.bamt-our-product-description a {

    display: inline-block;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #24305e;
    border: 1px solid #24305e;
    padding: 10px;
    border-radius: 10px;
    font-weight: 500;
    transition: .4s;
}

.bamt-our-product-description a:hover {
    text-decoration: none;
    color: #f76c6c;
    background-color: #24305e;
    border: 1px solid #f76c6c;
}


.custom-inside-box {
    background: radial-gradient(#24305e, #f76c6c);
    background: -webkit-radial-gradient(#24305e, #f76c6c);
    background: -moz-radial-gradient(#24305e, #f76c6c);
    min-height: 255px;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid #035dab;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.custom-inside-box img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    transform: translate(-0%, 0%);
    -webkit-transform: translate(-0%, 0%);
    -moz-transform: translate(-0%, 0%);
}

.custom-inside-box h4 {
    font-size: 1.75rem;
    font-weight: 800;
}



.custom-inside-box:hover img {
    transform: translate(-100%, 100%);
    -webkit-transform: translate(-100%, 100%);
    -moz-transform: translate(-100%, 100%);
}

.custom-inside-box a {
    display: inline-block;
    background: transparent;
    border-radius: 0;
    border: 1px solid #ffffff;
    color: #fff;
    padding: .375rem .75rem;
    transition: 0.3s linear;
    text-decoration: none;
}



.custom-inside-box a:hover {
    color: #F44336;
}




.bamt-our-product-description {
    padding: 1rem;

}

section.bamt-ourproduct-wapper {
    padding: 4rem 0;
    background: url(../images/our-products-bg.jpg) no-repeat;
    background-position: right bottom;
}

.bamt-our-product-description a i {
    padding-left: 0.5rem;
}

.heading-wrapper h3:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    left: 0;
    background: #00afef;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.heading-wrapper {
    position: relative;
}

.bamt-ourproduct-wapper-btn a.btn {
    background: #ed3237;
    display: inline-block;
    padding: 0.8rem 2rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .4s;
    margin-top: 2rem;
}

.bamt-ourproduct-wapper-btn a.btn:hover {
    background: #00afef;
    color: #fff;
}

section.bamt-our-client-wrapper h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    margin-left: 1rem;
    margin-bottom: 30px;
    border-left: 3px solid #000;
    padding-left: 0.8rem;
}


.bamt-our-client-wrapper {
    padding: 50px 0;

    border-top: 1px solid #dedede;
}




h3 span {
    color: #f8a600;
}

footer.custom-footer-wrapper {
    background: #1E272D;
    padding: 35px 0;
}

.custom-aboutus p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: 1.9rem;
}

.custom-aboutus p a {
    color: #E78235;
    text-decoration: none;
    transition: 0.2s ease-in;
}

.custom-aboutus p a:hover {
    color: #fff;
}

.custom-link h2 {
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding: 10px 0;
}

.custom-link h2:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    background: #f8a600;

    bottom: 0;
}

.custom-link ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.custom-link ul li a {
    color: #fff;
    transition: .4s;
    text-decoration: none;
    line-height: 2.8;
    text-transform: capitalize;
}

.custom-link ul li a:hover {
    color: #f8a600;
}

.custom-link ul li a:hover i {
    left: 4px;
}

.custom-link ul li a i {
    padding-right: 10px;
    color: #f8a600;
    transition: .4s;
    position: relative;
    left: 0px;
}

.custom-link h5 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1rem;
}

.custom-link p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

.custom-link p span {
    color: #03A9F4;
    font-weight: 500;
}




.custom-column-box {
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


.item {

    position: relative;
}



.copyright {
    background: #1a2126;
    padding: 15px 0;
}

.copyright p {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    color: #f8a600;
    font-size: 15px;
}

.copyright p a {
    text-decoration: none;
    color: #fff;
    transition: .4s;
}

.copyright p a:hover {
    color: #f8a600;
}

ul.footer-social {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    list-style: none;

}

ul.footer-social li {
    font-family: 'Roboto', sans-serif;
    color: #00afef;
}

ul.footer-social li a {
    background: #f8a600;
    color: #1A2126;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
    text-decoration: none;
    transition: 0.2s ease-in;
}

ul.footer-social li a:hover {
    background: #fff;
    color: #1A2126;
}

ul.footer-social li i {
    padding: 0 12px;
    color: #fff;
}

.carousel-item img {
    width: 100%;
}


.custom-banner-content h1,
.custom-banner-content-one h1 {
    color: #0c4874;
    font-size: 2.6rem;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.custom-banner-content p,
.custom-banner-content-one p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #ed3237;
    font-weight: 500;
    padding-bottom: 15px;
    line-height: 26px;
}

a.bmt-btn-one,
a.bmt-btn-two {
    border: 1px solid #204d74;
    background: #204d74;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s linear;
    display: inline-block;
    text-transform: uppercase;
}

a.bmt-btn-one:hover {
    background: #fd271f;
    border: 1px solid #fd271f;
}

a.bmt-btn-two:hover {
    background: #fd271f;
    color: #fff;
}

a.bmt-btn-two {
    border: 1px solid #ed3237;
    background: none;
    color: #ed3237;
}

.custom-banner-content,
.custom-banner-content-one {
    position: absolute;
    top: 30%;
    right: 10%;
    text-align: center;
    transition: var(--transiton);
    transition-duration: 1s;
    transition-delay: 0.5s;
    transform: translateX(-80%);
    visibility: hidden;
    opacity: 0;


}

.custom-banner-content-one {
    right: 15%;
}


.carousel-item.active .custom-banner-content {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}

.carousel-item.active .custom-banner-content-one {
    transform: translateX(-180%);
    opacity: 1;
    visibility: visible;
}

section.line-boring-machine h2 {
    color: #0a68b2;
    font-weight: 900;
}



section.line-boring-machine p {
    text-align: center;

    line-height: 2;
}

section.line-boring-machine h3 {
    color: #00afef;
    font-size: 1.2rem;
    font-weight: 500;
}

section.line-boring-machine {
    margin: 40px 0;
}


.float1 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(45deg, #0264af, #524d4d);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 2;
}

.float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 30px;
    background: linear-gradient(45deg, #0264af, #524d4d);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 2;
}

a.dropdown-item.item-list:hover {
    color: #000 !important;
}


.cont-sec:hover {
    margin-left: 0px !important;
}

.cont-sec {
    position: fixed;
    left: 0px;
    bottom: 70px;
    display: flex;
    margin-left: -265px;
    transition: 1.0s;
    z-index: 999;
}

.cont-form {
    padding: 40px;
    background: #24baf0;
    display: inline-block;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}


.cont-form input,
.cont-form textarea {
    margin-bottom: 12px;
    border: none;
    border-bottom: 1px solid;
    background: transparent;

}

.cont-form input[type=submit] {
    font-weight: 500;
    border: none !important;
    padding: 10px 20px !important;

}

.cont-form h4 {
    color: #fff;
}

.cont-form .form-control {
    box-shadow: none;
}

.cont-form input[type=submit]:hover {

    border: 1px solid black !important;
    color: black;
    background: white;
    margin: -2px;
    background: white;
}

.con-img h3 {
    width: 100px;
    height: 100px;
    background: #204d74;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: bolder;
    border: 5px solid #9E9E9E;
    box-shadow: 0 0 8px #19aee4;
}

.con-img {
    padding-top: 110px;
}

.con-img img {

    width: 106px;
    height: 100px;

}

a.scroll-button {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 30px;
    background: linear-gradient(45deg, #0264af, #524d4d);
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: #fff !important;
    font-size: 22px;
    border-radius: 50%;
    transition: 0.3s linear;
}

/**/

.box {
    background: linear-gradient(180deg, #0158d9b8 0%, #03A9F4 100%);
    font-family: 'Nanum Gothic', sans-serif;
    border-radius: 25px 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #000;

}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
    content: "";
    background: #fff;
    width: 50%;
    height: 4px;
    transform: scaleX(0);
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    transition: all 600ms ease;
}

.box:after {
    top: auto;
    bottom: 15px;
    left: auto;
    right: 15px;
}

.box .box-content:before,
.box .box-content:after {
    width: 4px;
    height: 50%;
    transform: scaleY(0);
}

.box .box-content:after {
    left: auto;
    right: 15px;
    top: auto;
    bottom: 15px;
}

.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after {
    transform: scale(1);
}

.box img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.25s linear;
}

.box:hover img {
    opacity: 0.25;
    transform: scale(1.5);
}

.box .inner-content {
    color: #fff;
    text-walign: center;
    width: 70%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}

.box:hover .inner-content {
    opacity: 1;
    top: 50%;
}

.box .title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 1rem;
    text-align: center;
}

.box .post {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 12px;
    display: block;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.box .icon li {
    display: inline-block;
    margin: 0 4px;
}

.box .icon li a {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 10px 0 10px 0;
    display: flex;
    transition: all 0.3s;
    JUSTIFY-CONTENT: CENTER;
    ALIGN-ITEMS: CENTER;
    TEXT-DECORATION: NONE;
}

.box .icon li a:hover {
    color: #b31217;
    background: #fff;
    border-radius: 0 10px 0 10px;
}

/*
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}
*/

.custom-column {
    line-height: 2;
    padding: 20px;
    margin: 0 20px 0;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 10px;
}

.custom-column {
    display: flex;
    gap: 10px;
}

.custom-column:first-child {
    margin-left: 0;
}

.custom-column:last-child {
    margin-right: 0;
}

.custom-column-one {
    background: rgba(12, 72, 116, 0.85);

}

.custom-column-two {
    background: rgba(237, 50, 55, 0.85);

}

.custom-column-three {
    background: rgba(0, 175, 239, 0.85);


}

.custom-column h3.title {
    font-size: 20px;
    font-weight: 700;
}

.about_us_txt_ab p {
    line-height: 26px;
    margin-bottom: 0px !important;
}

.sideicon a:hover {
    color: #fff !important;
}

section.custom-middle {
    margin: 40px 0;
    background: #ffeb3b4a;
    padding: 20px 0 10px;
}

section.custom-middle p {
    line-height: 2;
}

section.custom-middle h4 {
    font-size: 1.2rem;
    font-weight: 500;
}


.contactus-banner {
    position: relative;
}

.content-contactus {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 1000px;
    color: #fff;
}

.contactus h3.text {
    color: #E91E63;
    text-transform: capitalize;
    font-size: 20px;
    margin: 15px 0;
    font-weight: 500;
}

.custom-contactus table.table.table-borderless {
    color: #000;
    font-size: 18px;
}

.form input[type="text"] {
    width: 48%;
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.form input[type="tel"] {
    width: 47%;
    padding: 15px;
    margin-bottom: 10px;
}

.form input[type="email"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
}

.form textarea {
    width: 100%;
    padding: 15px 15px 20px;
    margin-bottom: 10px;
}

.form button.btn-box {
    color: #ffff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    background: #3b546a;
    border: none;
}

.form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.form ul li a:hover {
    background: #F44336;
    color: #fff;
    border: 2px solid #fff;
}

.form ul li a {
    display: inline-block;
    padding: 10px;
    border: 2px solid #05a6ba;
    width: 40px;
    height: 40px;
    line-height: 1;
    margin: 5px;
    border-radius: 10px;
    font-size: 15px;
    transition: 0.3s linear;
    color: #05a6ba;
}

.form {
    text-align: center;
}

/*



.content-contactus h2 {
    letter-spacing: 2px;
    font-size: 35px;
    font-weight: 500;
}

.strengths-box-contact {
    border: 1px solid #ffcc28;
    margin: 25px 0px;
    padding: 20px 35px;
    height: 220px;
    transition: .4s;
    text-align: center;
}

.strengths-box-contact span {
    position: absolute;
    left: 45%;
    top: 0px;
    border: 1px solid #00afef;
    padding: 15px 15px;
    font-size: 25px;
    background: #fff;
    color: #00afef;
    transition: .4s;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 28px;
    display: block;
}

.strengths-box-contact h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #ed3237;
    padding-top: 20px;
}

.strengths-box-contact p {
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-size: 15px;
    color: #000;
}

.strengths-box-contact a {
    display: block;
    color: #000;
    text-decoration: none`;
}
*/

.main {
    padding: 40px 0;
}

.client-banner {
    background: #000;
    height: 300px;
    width: 100%;
}

.client-content,
.client-content2,
.client-content3 {
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 1000px;
}

.client-content2 {
    top: 50%;
}

.client-content3 {
    top: 100%;
}



.client-content h2,
.client-content2 h2,
.client-content3 h2 {
    font-size: 55px;
}

@media(max-width:1100px) {

    .custom-banner-content h1,
    .custom-banner-content-one h1 {

        font-size: 2rem;


    }

    .custom-inside-box img {
        width: 100%;
        height: 100%;
    }

    .top-enq a {

        padding: 15px 10px;

    }

    .custom.menu ul li a {
        padding: 15px 6px;

    }

    /*    bharat-auto-machine-tools*/
}

@media(max-width:1200px) {

    .custom-column {
        height: 400px
    }

    .custom.menu ul li a {
        font-size: 11px;
    }
}

@media(max-width:991px) {

    .client-content h2,
    .client-content2 h2,
    .client-content3 h2 {
        font-size: 35px;
    }


    .phone_view_icons_div {
        display: block !important;
    }

    .custom-column {
        height: 500px;
        padding: 20px 10px;
    }

    .custom-column h3.title {
        font-size: 18px;
    }

    .custom-banner-content p,
    .custom-banner-content-one p {
        padding-bottom: 0;
    }

    .custom-header-right a {
        padding: 14px;
    }

    .bamt-three-discription {

        bottom: -144%;

    }

    .bamt-three-discription h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }


    /*
    .bamt-full-secreen-inside-wrapn p {

        padding-top: 0;

    }*/

    .bmt-full-secreen-wrapper {

        /*padding: 50px 0;*/
    }


    section.bamt-two-col-with-right-sidebar {
        padding: 3rem 0;
    }

    .bamt-two-col-heading-wrapper span {

        font-size: 1rem;

    }

    .bamt-two-col-heading-wrapper h3 {

        font-size: 1.8rem;
    }

    span.bamt-two-col-sub {

        font-size: 1rem;

    }



    section.bamt-why-chosse-wrapper {
        /*padding: 3rem 0;*/

    }

    .heading-wrapper span {
        font-size: 1rem;

    }





    .bamt-our-product-description h4 {

        font-size: 1rem;

    }

    .bamt-our-product-description p {

        font-size: 1rem;

    }



    section.bamt-our-client-wrapper h3 {
        font-size: 1rem;
    }

    button.navbar-toggler {
        position: absolute;
        right: 0;
        top: -35px;
    }

    .custom-header-bottom .container .row {
        min-height: auto;
    }

    .custom.menu ul {
        flex-direction: column;
        padding: 1rem;
    }

    .custom.menu ul li {
        margin-bottom: 0.2rem;
    }

    #collapsibleNavbar {
        position: absolute;
        background-color: #ffff;
        width: 100%;
        top: 100%;
        z-index: 999;
    }

    .custom-header-right ul li a {
        padding-right: 0;
    }

    .bamt-three-col {
        margin-bottom: 2rem;
    }

    .bamt-three-col3 {
        margin-bottom: 0;
    }

    .bamt-full-secreen-inside-wrapn h4 {
        padding-bottom: 1rem;

        font-size: 1.7rem;

    }

    .bmt-two-col-heading-wrapper h3 {
        font-size: 2rem;
    }



    .custom-banner-content,
    .custom-banner-content-one {
        right: 10%;
    }

    .custom-banner-content h1,
    .custom-banner-content-one h1 {
        font-size: 1.5rem;
    }

    .custom-banner-content p,
    .custom-banner-content-one p {
        font-size: 14px;
        line-height: 1.5;
    }

    .custom-column-box {
        margin: 15px 0;
    }

    .box .title {
        font-size: 18px;
        margin-bottom: 2rem;
    }

    .box {
        margin-bottom: 15px;
    }

    .strengths-box-contact {

        height: 259px;

    }

}

@media(max-width:767px) {
    .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: block !important;
    }

    .custom-column {
        height: auto !important;
        padding: 20px;
        margin-bottom: 15px;
    }

    .box {

        margin-bottom: 15px;

    }

    .carousel-item.active .custom-banner-content-one {
        transform: translateX(-150%);
    }

    .bamt-three-col.bamt-three-col img {
        width: 100%;
    }


    .dropdown-menu.dropdown-main-wrapper {
        width: 100%;
    }

    .custom-link h2 {

        font-size: 1.5rem;
        margin-bottom: 1rem;


    }

    .custom-link h2:after {
        display: block;
    }

    .bamt-full-secreen-inside-wrapn h4 {
        padding-bottom: 1rem;
        font-size: 1.5rem;
    }

    .bamt-two-col-heading-wrapper h3 {
        text-align: center;
    }

    .bamt-two-col-heading-wrapper h3:after {
        margin: 0 auto;
    }

    .bmt-two-col-heading-wrapper h3:after {
        margin: 0 auto;
    }

    .bmt-two-col-heading-wrapper span {
        text-align: center;
    }

    .bamt-two-col-heading-wrapper span {
        text-align: center;
    }

    .bmt-two-col-heading-wrapper h3 {
        text-align: center;
    }

    .bamt-why-chosse-box span {
        display: inline-block;
    }

    /*.bamt-why-chosse-box {
        text-align: center;
    }
*/
    a.bmt-btn-one,
    a.bmt-btn-two {
        display: none;
    }

    .custom-banner-content,
    .custom-banner-content-one {
        right: 8%;
    }

    .custom-header-left ul li a,
    .custom-header-center ul li a,
    .custom-header-right ul li a,
    .custom.menu ul li a {
        font-size: 13px;

    }

    .custom-column-box {

        margin: 15px 0;
    }

    .copyright p {

        font-size: 12px;
        text-align: center;
        margin-bottom: 0px;
    }



}






@media(max-width:575px) {

    .custom-banner-content,
    .custom-banner-content-one {
        right: 15%;
    }

    .box .title {
        font-size: 15px;
    }

    section.line-boring-machine h2 {
        font-size: 1.5rem;
    }

    .custom-banner-content h1,
    .custom-banner-content-one h1 {
        font-size: 1rem;
    }

    .custom-banner-content p,
    .custom-banner-content-one p {
        font-size: 11px;
    }

    .carousel-item.active .custom-banner-content-one {
        transform: translateX(-200%);

    }
}

@media(max-width:400px) {
    .carousel-item.active .custom-banner-content-one {
        transform: translateX(-180%);
    }
}

@media(max-width:468px) {

    .custom-banner-content p,
    .custom-banner-content-one p {
        font-size: 9px;
    }
}

@media(max-width:392px) {

    .custom-banner-content h1,
    .custom-banner-content-one h1 {
        font-size: 0.8rem;
    }

    .custom-banner-content p,
    .custom-banner-content-one p {
        font-size: 8px;
    }

    .carousel-item.active .custom-banner-content-one {
        transform: translateX(-138%);
    }

}


/*New Additional CSS*/

#mb {
    display: none;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
}

/*Footer Start*/

.footer-logo {
    max-width: 200px;
    margin-bottom: 15px;
}

.footer-add {
    display: flex;
    /*align-items: center;*/
}

.footer-add i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    /*border-radius: 50%;*/
    line-height: 2;
}

.footer-add p {
    margin-top: 10px;
}


@media(max-width: 768px) {

    .bamt-why-chosse-box {
        height: auto !important;
    }

    footer {
        padding: 30px 0 !important;
    }

    .custom-link {
        margin-bottom: 20px !important;
    }

}

/*Footer End*/

/*Title Section*/
.title-sec {
    margin-bottom: 7px;
    text-align: center;
}

.title-sec h6 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #f8a600;
    font-family: 'Ubuntu', sans-serif;
}

.title-sec h2 {
    text-transform: capitalize;
    color: #253038;
    font-weight: 800;
    font-size: 25px;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 800;
    margin-bottom: 4px !important;
}

.products-title-sec {
    text-align: center;
    margin-bottom: 16px;
}

.title-sec div {
    width: 100px;
    height: 3px;
    background: #f8a600;
    margin: auto;
}


/*Title End*/


/*Product Carousel Start*/
.pro-sec {
    background: url(../images/sec-3-bg.jpg);
    background-size: cover;
    padding: 50px 0;
}

.pro-desc {
    padding: 10px 20px 10px;
    /*background: #e4e4e4;*/
}

.pro-img img {
    border-radius: 10px 10px 0px 0px;
}

.items_dlidemain_div {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.pro-desc h4 {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 2px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 700;
}

.pro-desc a {
    background: #f8a600;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: 0.2s ease-in;
    text-decoration: none;
    border-radius: 3px;
}

.pro-desc a:hover {
    background: #000;
}

.pro-desc .pro-m-btn {
    background: transparent;
    color: #000;
    text-transform: capitalize;
    margin-left: 120px;
    transition: 0.2s ease-in;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 7px 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .3px;
    border: 1px solid #e2dede;
}

.pro-desc .pro-m-btn:hover {
    background: transparent;
    color: #f8a600 !important;
}

/*Product Carousel End*/


/*Testimonial Carousel Start*/
.testimonial-sec {
    padding: 50px 0;
}

.testimonial-box {
    background-color: #f2f2f2;
    border-radius: 10px;
}



.testimonial-content img {
    width: 70px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: auto;
    /*padding: 1px;*/

}

.testimonial-content {
    position: relative;
    text-align: center;
    /*border: 3px solid gray;*/
    border-radius: 10px;
    padding: 20px;

}

.testimonial-content .i1 {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: #f8a600;
}

.testimonial-content .i2 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
    color: #f8a600;
}

.testimonial-content p {
    font-size: 14px;
    margin-top: 10px;
    color: #212121;
    line-height: 26px;
    font-weight: 500;
}

.testimonial-content h5 {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}

.title-sec.tml {
    text-align: center;

}

.title-sec.tml div {
    margin: auto;
    width: 50px;
}


/*Testimonial Carousel End*/


/*Counter Section Start*/

/*Home-Counter Section*/
#counter-sec {
    background-image: url('../imgs/c-img.jpg');
    background-position: center;
    background-attachment: fixed;
}

.overlay-counter {
    width: 100%;
    height: 100%;
    background: rgb(211 142 3 / 95%);
    /*background: rgba(245, 134, 52, .9);*/
    padding: 30px 0;
}



.counter-title {
    color: #fff;
}

.counter-box {
    background-color: transparent;
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.counter-box i {
    background: #fff;
    color: #f8a600;
    padding: 15px;
    border-radius: 50%;
    font-size: 40px;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}

.counter-box h2 {
    color: #fff;
    font-size: 3rem;
    transition: 0.3s ease-in-out;
}

.counter-box h5 {
    color: #fff;
    transition: 0.3s ease-in-out;
    font-size: 18px;
    text-transform: capitalize;
}

.counter-box:hover {
    background-color: var(--color-1);
    text-align: center;
    border-radius: 10px;
}

/*Counter-sec End*/

/*Counter Section End*/

/*about section Start*/

.title-sec.about {
    text-align: left;
}

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

.about-sec img {
    /*border-radius: 50px 0px 50px 0;*/
    /*border:  5px solid #f8a600;*/
    padding: 10px;
    width: 100%;
}

.ab-m-div {
    position: relative;
    border: 15px solid #f8a600;
}




.about-content h3 {
    color: #f8a600;
    font-size: 18px;
    text-transform: uppercase;
}

.about-content p {
    line-height: 2;
    text-align: justify;
    margin-bottom: 3px !important;
}

/*about section End*/

/*Inner Banner Start*/

.breadcrumb {
    background: transparent !important;
    padding: 0 !important;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb a {
    color: #fff;
}

.inner-banner {
    background: url('../imgs/in-b.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.inner-banner .overlay {
    width: 100%;
    height: 100%;
    background: rgb(211 142 3 / 95%);
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.inner-banner .overlay h1 {
    color: #fff;
    text-transform: capitalize;
}

.breadcrumb li {
    text-transform: capitalize;
}

.inner-banner h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}

@media(max-width: 767px) {
    .inner-banner h2 {
        font-size: 18px;
    }
}

/*Inner Banner End*/

/*Contact Us Page Start*/

.contact-sec {
    padding: 50px 0;
}

.contact-box {
    display: flex;
    border: 1px solid #ccc;
    padding: 30px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.contact-box i {
    color: #f8a600;
    font-size: 40px;
    margin-right: 20px;
}

.contact-box p {
    padding-top: 5px;
}

.contact-info h2 {
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info label {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
}

.contact-info .form-group {
    margin-bottom: 10px;
}

.contact-info .form-group input {
    border-radius: 2px !important;
    outline: none !important;
    border: 1px solid #ccc;
    box-shadow: none !important;
    font-size: 14px;
}

.contact-btn {
    background: #f8a600;
    padding: 5px 30px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #f8a600;
    transition: 0.2s ease-in;
    border-radius: 100px;
    font-weight: 600;
}

.contact-btn:hover {
    background: #000;
    border: 1px solid #000;
}

/*Contact Us Page End*/

/*Gallery Start*/
.gallery-sec {
    padding: 30px 0;
}

.wg-box-content {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.wg-box-content .wg-box-content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-overlay {
    opacity: 1;
}

.wg-box-content-image {
    width: 100%;
    border: 1px solid #ccc;
}

.wg-box-content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.wg-box-content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.wg-box-content-details i {
    color: #f8a600;
    font-size: 25px;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    ;
    margin-bottom: 15px;

    transition: 0.2s ease-in;
}

.wg-box-content-details i:hover {
    background: #fff;
    color: #000;
}

.wg-box-content-details p {
    color: #fff;
    font-size: 0.8em;
}

.wg-box-fadeIn-bottom {
    top: 80%;
}

.contact_us_page_flex_div {
    margin-bottom: 20px;
    background-color: #f0efef;
    padding: 20px 30px;
    border-radius: 5px;
}

.contact_us_page_flex_div>.d-flex>.flex-shrink-0>i {
    background-color: #c6c6c6;
    color: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    border-radius: 4px;
}

.contactus_page_content_div>a {
    color: #212121;
    font-size: 14px;
    display: block;
    line-height: 30px;
    font-weight: 600;
}

.contact_us_page_flex_div:hover .contactus_page_content_div>a {
    color: var(--white-color);
}


.contactus_page_content_div>p {
    color: #212121;
    font-size: 14px;
    display: block;
    line-height: 30px;
    font-weight: 600;
}



/*Gallery End*/



/*About Us Page start */

.custom-column i {
    background: #fff;
    color: #575555;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    margin-bottom: 10px;
    flex-shrink: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #e8e3e3;
}

.custom-column h3 {
    font-size: 18px !important;
    text-transform: uppercase;

}

.team-sec {
    padding-bottom: 30px;
}

.custom-bottom {
    padding: 30px 0;
}

.fact-sec {
    padding: 30px 0;
}

/*About us page end*/

/*Category Page Start*/
.category-sec {
    padding: 30px 0;
}

.category-box {
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
}

.category-box img {
    border-radius: 10px 10px 0px 0px;
}

.category-box .cat-zoom {
    position: absolute;
    top: 120px;
    right: 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: none;
}

.category-box .cat-zoom a {
    background: #f8a600;
    color: #fff;
    padding: 10px 3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s ease-in;
    letter-spacing: 1px;
}

.category-box .cat-zoom a:hover {
    background: #000;
}

.category-content {
    padding: 10px 10px 12px 10px;
}

.category-content h2 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-weight: 600;
}

.catogory-btn {
    display: flex;
    justify-content: center;
}

.catogory-btn a {
    background: #f8a600;
    color: #fff;
    padding: 5px 20px;
    text-decoration: none;
    transition: 0.2s ease-in;
    letter-spacing: 1px;
    border-radius: 100px;
    margin: 0px 3px 0px 0px;
    font-size: 14px;
}

.catogory-btn a:nth-child(1) {
    background-color: #212121;
    font-size: 14px;
}

.catogory-btn a:hover {
    background: #000;
    outline: none;
}

/*Category Page End*/


/*Product Page Start*/

.product-page {
    padding: 30px 0;
}

.product-desc {
    padding-bottom: 20px;
}

.product-box {
    border: 2px solid #ccc;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.product-btn {
    padding: 15px 20px;
}

.product-btn a {
    background: #f8a600;
    color: #fff;
    padding: 5px 30px;
    text-decoration: none;
    transition: 0.2s ease-in;
}

.product-btn a:hover {
    background: #000;
}

.pro-desc h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #f8a600;
}

.pro-desc p {
    line-height: 1.8;
    color: rgba(0, 0, 0.0.7);

}

.category_sec {
    padding: 20px 0px 10px 0px;
}

.category_section {
    padding-bottom: 20px;
}

.acc-box {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

.acc-box h5 {
    text-transform: uppercase;
    color: #f8a600;
}

.acc-box ul {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;

}

.acc-box ul li {
    line-height: 1.8;
}

/*Product Page End*/

/*Application Page Start*/
.app-sec {
    padding: 30px 0;
}

.app-box {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 0 0 20px 20px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: 0.5s ease-in;
}

.app-main-cont h2 {
    text-transform: uppercase;
    color: #f8a600;
    font-size: 25px;
    margin-bottom: 10px;
}

.app-main-cont h5 {
    width: 50%;
    font-size: 15px;
    border-left: 2px solid #f8a600;
    padding-left: 20px;
    background: #f7f7f7;
    margin-bottom: 20px;
    margin-top: 20px;
}

.app-main-cont p {
    line-height: 1.8;
}



.app-box .app-cont {
    padding: 10px;
}

.app-box .img-box {
    overflow: hidden;
}

.app-box img {
    transition: 0.2s ease-in;
    width: 100%;
}

.app-box:hover img {
    transform: scale(1.1, 1.1);
}

.app-box h5 {
    font-size: 15px;
}

@media(max-width: 768px) {
    .app-main-cont h2 {
        color: #f8a600;
        font-size: 20px;
    }


    .app-main-cont h5 {
        width: 100%;
        font-size: 15px;
    }

}

/*Application Page End*/

.bamt-our-client-wrapper .owl-carousel .owl-item img {
    border: 2px solid #ccc !important;
}

/*Table CSS*/
.pro-table {
    overflow-x: auto !important;
}


thead {
    background: transparent;
    color: #f8a600;
}

thead {
    background: #f8a600;
    color: #fff
}

thead th {
    text-transform: uppercase;
    /*text-align: center;*/
    letter-spacing: 1px;
    font-size: 15px;
}

@media (max-width: 767px) {
    thead th {
        font-size: 14px;
    }
}


/*Table CSS End*/


/*Modal css Start*/

.modal-header {
    background: #f8a600;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 10px !important;
}

.modal-header .close {
    color: #212121;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    width: 30px;
    height: 30px;
    line-height: 29px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
}

.footer_modal label {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.footer_modal .form-group {
    margin-bottom: 10px;
}

.footer_modal .form-group input {
    border-radius: 2px !important;
    outline: none !important;
    border: 1px solid #ccc;
    box-shadow: none !important;
    font-size: 14px;
}

/*Modal css End*/


@media(max-width: 768px) {

    .pro-desc .pro-m-btn {
        margin-left: 90px;
    }

    .about-sec {
        padding: 30px 0;
    }


    .title-sec h2 {
        font-size: 20px;
    }

    .about-content h3 {
        font-size: 15px;
    }

    .pro-sec {
        padding: 30px 0;
    }

    .bamt-why-chosse-box {
        margin-bottom: 20px;
        padding: 20px;

    }

    section.bamt-why-chosse-wrapper .overlay {
        padding: 30px 0;
    }

    .testimonial-sec {
        padding: 30px 0;
    }

    .bamt-our-client-wrapper {
        padding: 30px 0;
    }

    .bamt-full-secreen-inside-wrapn {
        text-align: left;
    }

    .bamt-full-secreen-inside-wrapn span {
        text-align: left;
    }

    .bamt-full-secreen-inside-wrapn h4 {
        text-align: left;
    }

    .bamt-full-secreen-inside-wrapn h4:after {
        margin: 0;
    }

    .bamt-full-secreen-inside-wrapn p {
        width: 100%;
    }

    a.bamt {
        padding: 5px 30px;
    }

    .copyright {
        padding: 15px 0 15px;
    }

    .navbar-toggler {
        border: none !important;
        box-shadow: none !important;
    }

    .icon-menu.fa-bars {
        background: #f8a600;
        color: #fff;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border: none !important;
        box-shadow: none !important;
    }

    #demo {
        display: none;
    }

    #mb {
        display: block;
    }

    .top_bar_section {
        display: none;
    }

}

/*991 media*/


@media (max-width: 991px) {
    .dropdown-menu {
        position: relative !important;
    }

    .custom-header-bottom {
        padding: 15px 0;
    }
}

/*Key Frame*/

.rotate {
    animation: rotation 20s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


/**/

.footer-add a {
    color: rgba(256, 256, 256, 0.8);
    display: block;
}

.contact-box a {
    color: rgba(0, 0, 0, 0.8);

}


.contact-box p {
    margin-bottom: 3px;
}


/**/
.fixed_enquiry_btn_web {
    position: fixed;
    bottom: 30%;
    right: 1%;
    z-index: 99;
}

.fixed_enquiry_btn_web a {
    background-color: #f8a600;
    padding: 30px 10px 30px 10px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    word-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    writing-mode: vertical-lr;
    color: #fff !important;
    border: 2px solid #fff;
}





.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 99999;
}

.mobile_whatsapp {
    display: none;
}


.call_icon_div {
    text-align: center;
}

.call_icon_div>a {
    background-color: #dc3545;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;

}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
        /* Adjust the distance */
    }
}

.call_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.whatsapp_icon_div {
    text-align: center;
}


.whatsapp_icon_div>a {
    background-color: #008000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;

}

@keyframes zigzag {
    0% {
        left: 0px;
    }

    1% {
        left: -5px;
    }

    2% {
        left: 5px;
    }

    3% {
        left: -5px;
    }

    4% {
        left: 5px;
    }

    5% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

.whatsapp_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

/*  */

.details_div h1 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
}

.details_div p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 10px !important;
}

.dt_table_div tr th {
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px 10px;
}

.dt_table_div tr td {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 10px;
}

/* header navbar css start */

.navbar_main_div {
    position: sticky;
    top: 0px !important;
    z-index: 2;
}

.navbar {
    background-color: #fff !important;
    position: sticky !important;
    top: 0 !important;
    left: 0;
    right: 0;
    padding: 0px;
    margin: 0px;
    z-index: 2;
    width: 100%;


}

.navbar>.container {
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
}

.navbar-brand>img {
    width: 140px;
}

.navbar .navbar-nav>li>a {
    font-weight: 600;
    font-size: 14px;
    color: #212121;
    padding: 24px 20px !important;
    transition: .4s ease-in-out;
    text-transform: capitalize;
}

.navbar .navbar-nav>.dropdown>.dropdown-menu {
    border-radius: 0px !important;
    outline: none !important;
    border: none !important;
    transition: .4s ease-in-out;
    padding: 5px 0px 0px 0px !important;
    width: 210px;
}

.navbar .navbar-nav>.dropdown>.dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    border-top: 3px solid #dedede;
    border-radius: 10px;
}

.navbar .navbar-nav>.dropdown:hover>.dropdown-menu {
    display: block;
    transition: .4s ease-in-out;
}

.navbar .navbar-nav>.dropdown>.dropdown-menu>li {
    border-bottom: 1px dashed #dedede;
}

.navbar .navbar-nav>.dropdown>.dropdown-menu>li>a {
    padding: 10px 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    color: #212121;
}

.navbar .navbar-nav>.dropdown>.dropdown-menu>li>a:hover {
    background-color: #f8a600 !important;
    color: #fff !important;
}

.navbar_menu>li>a>img {
    width: 25px;
}

.phone_view_icons_div {
    display: none;
}

.phone_view_icons_div>a>span {
    color: #212121;
    font-size: 20px;
}

.jikso-submenu:hover>ul.dropdown-menu {
    display: block !important;
}

.jikso-submenu {
    position: relative;
}

.jikso-submenu>.dropdown-menu {
    top: 0;
    left: 100% !important;
    margin-top: -3px;
    background-color: #fff !important;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border: none !important;
    width: 180px;
}

.jikso-submenu>.dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    border-top: 3px solid #dedede;
    border-radius: 10px;
}


.jikso-submenu i {
    float: right !important;
    font-size: 20px;
    line-height: 20px;
}

.jikso-submenu>.dropdown-menu>li {
    border-bottom: 1px dashed #dedede;
}

.jikso-submenu>.dropdown-menu>li>a {
    padding: 10px 15px !important;
    font-weight: 600;
    background-color: #fff;
    border-left: 3px solid #fff;
    font-size: 14px;

}


.jikso-submenu>.dropdown-menu>li>a:hover {
    color: #fff !important;
    border-left: 3px solid #dedede;
    background-color: #f8a600 !important;
}

/* haeder navbar css end */


/* side navbar css start */
.offcanvas_btn>img {
    width: 25px;
    cursor: pointer;
}

.sidebar_main_div>.offcanvas {
    background-color: #fff !important;
}

.sidebar_main_div>.offcanvas>.offcanvas-header {
    padding: 5px 10px !important;
    background-color: #fff;
}

.sidebar_main_div>.offcanvas>.offcanvas-header>h5>a>img {
    width: 130px;
}

.sidebar_main_div>.offcanvas>.offcanvas-header>h5>a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    align-items: center;

}

.sidebar_main_div>.offcanvas>.offcanvas-header {
    display: flex;
    justify-content: space-between;
}

.sidebar_main_div>.offcanvas>.offcanvas-header>button {
    background-color: #f8a600;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100px;
}

.sidebar_main_div>.offcanvas>.offcanvas-body {
    padding: 7px 0px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
}


.sidebar_main_div>.offcanvas>.offcanvas-body>.sidenav_navlink_div>ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px !important;
}

.sidebar_main_div>.offcanvas>.offcanvas-body>.sidenav_navlink_div>ul>li {
    border-bottom: 1px dashed #e2dede;
    padding: 8px 15px;

}

.sidebar_main_div>.offcanvas>.offcanvas-body>.sidenav_navlink_div>ul>li>a {
    color: #212121;
    font-weight: 500;
    font-size: 15px;
    display: block;
    text-transform: capitalize;
}


.sidebar_main_div>.offcanvas>.offcanvas-body>.sidenav_navlink_div>ul>.categories_div_main>li {
    border-bottom: 1px dashed #e2dede;
    padding: 10px 15px;

}


.sidebar_main_div>.offcanvas>.offcanvas-body>.sidenav_navlink_div>ul>.categories_div_main>li>a {
    color: #212121;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.sidebar_main_div>.offcanvas>.offcanvas-body>.sidenav_navlink_div>ul>.categories_div_main>li>span {
    float: right;
    cursor: pointer;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.sidebar_main_div>.offcanvas>.offcanvas-body>.sidenav_navlink_div>ul>.categories_div_main .categories_card_body {
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0px;
    background-color: #f8a600;
}

.categories_ul_list2 {
    background-color: #E78235 !important;
}

.categories_ul_list2 h4 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    background-color: #fff;

}

.sidebar_main_div>.offcanvas>.offcanvas-body>.sidenav_navlink_div>ul>.categories_div_main .categories_card_body>.categories_ul_list {
    list-style: none;
    padding: 0px;
}


.sidebar_main_div>.offcanvas>.offcanvas-body>.sidenav_navlink_div>ul>.categories_div_main .categories_card_body>.categories_ul_list>li {
    padding: 10px 15px;
    transition: .5s ease-in-out;
    border-bottom: 1.4px solid #fff !important;
}

.sidebar_main_div>.offcanvas>.offcanvas-body>.sidenav_navlink_div>ul>.categories_div_main .categories_card_body>.categories_ul_list>li>a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    transition: .5s ease-in-out;
    display: block;
}



.sidebarimg {
    width: 20px;
}

.sidebar_main_div>.offcanvas>.offcanvas-body>.sidenav_navlink_div>ul>.categories_div_main .categories_card_body>.categories_ul_list>li>span {
    float: right;
    margin-top: -23px;
    font-size: 20px;
    color: #fff !important;
    cursor: pointer;
    font-weight: 700 !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.submneu_main_div_sidebar>.product_submenu_ul {
    list-style: none !important;
    background-color: #f8a600;
    padding: 0px !important;
}

.submneu_main_div_sidebar>.product_submenu_ul>li {
    border-bottom: 1px solid #fff !important;
    padding: 10px 20px;
}


.submneu_main_div_sidebar>.product_submenu_ul>li>a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
}

.submneu_main_div_sidebar>.product_submenu_ul>li>a>img {
    filter: brightness(0) invert(1) !important;
}

.offcanvas_conatct_div {
    padding: 7px 15px 7px 25px;
}

.offcanvas_conatct_div p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #212121;
}

.followus_div b {
    color: #dedede;
    text-transform: capitalize;
}

.followus_div>li {
    display: inline-block;
}

.followus_div>li>a {
    margin: 0px 1px;
}

.followus_div>li:nth-child(1)>a {
    background-color: #3b5998;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.followus_div>li:nth-child(2)>a {
    background-color: #962fbf;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.followus_div>li:nth-child(3)>a {
    background-color: #c4302b;

    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.offcanvas_conatct_div b {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
}

.offcanvas_conatct_div p a {
    display: block;
    color: #212121;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
}


/* side navbar css end */

.offcanvas {
    z-index: 99999;
}

/* css start */
.breadcrumbe_section {
    background-color: #eaeaea;
    padding: 5px 0px;
}

.breadcrumbe_content_div>ul {
    list-style: none;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.breadcrumbe_content_div>ul>li>a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 13px;
}

.breadcrumbe_content_div>ul>li {
    display: inline-block;
    font-size: 13px;
    color: var(--black-color4);
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px 4px 0px 4px;
}

/* end */

.title_div_series h1 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}



/* footer css */
.footer {
    background-color: #f8a600;
    padding: 40px 0px 10px 0px;
}

.footer {
    position: relative;
}

.footer_overlay {
    background-color: #f8a600;
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer_logo_about_main_div {
    margin-bottom: 15px;
}

.footer_logo_div {
    margin-bottom: 14px;
}

.footer_logo_div>a>img {
    width: 130px;
}

.footer_logo_about_main_div>p {
    color: #212121;
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 7px !important;
    letter-spacing: .3px;
}

.footer_logo_about_main_div>p>a {
    color: var(--third-color);
}

.social_icon_div_footer>p {
    margin-bottom: 7px !important;
    color: var(--third-color);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.social_icon_div_footer>a {
    background-color: #E78235;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 2px;
    margin: 0px 1px;
    font-size: 14px;
    color: #fff;
}

.footer_links_main_div {
    margin-bottom: 15px;
}

.footer_links_main_div>h5 {
    color: #212121;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.footer_links_main_div>h5:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--third-color);
    border-radius: 100px;
    animation: leftRightMove 2s ease-in-out infinite;

}

.footer_links_main_div>h5:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--secondry-color);
}

.footer_links_main_div>ul {
    list-style: none !important;
    padding: 0px 3px !important;
    margin-bottom: 0px !important;
}

.footer_links_main_div>ul>li {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dashed #c58606;
}

.footer_links_main_div>ul>li:nth-last-child(1) {
    border: none !important;
}

.footer_links_main_div>ul>li>a {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    transition: .4s ease-in-out;
}

.footer_links_main_div>ul>li>a:hover {
    color: var(--third-color);
    margin-left: 5px;
    transition: .4s ease-in-out;
}


.footer_contactus_content_div>a {
    display: block;
    font-size: 13px;
    color: #212121;
    font-weight: 600;
    line-height: 27px;
}


.footer_contactus_content_div>a:hover {
    color: var(--third-color);
}

.footer_contactus_content_div>p {
    font-size: 13px;
    color: #212121;
    font-weight: 600;
    margin-bottom: 0px !important;
}


.footer_media_main_div {
    margin-bottom: 20px;
}

.footer_media_main_div>.d-flex>.flex-shrink-0>i {
    background-color: #E78235;
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;

}

.copy_right_section {
    background-color: #eea209;
    text-align: center;
    padding: 7px 1px;
}

.copyright_content_div>p {
    margin-bottom: 0px !important;
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
}

.copyright_content_div>p>a {
    color: var(--nine-color);
    text-decoration: underline !important;
}


/* footer css end */

/* ======================copyright section start============*/
.copyright_section {
    background-color: #f8a600;
}

.copyright_section p {
    text-align: center;
    padding-top: 10px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.copyright_section p a {
    color: var(--primary-color);
    font-weight: 800;
}

/* ======================copyright section end============ */



.privacy_section {
    padding: 20px 0px 20px 0px;
}

.privacy_content_main_div>h1 {
    color: #212121;
    text-transform: capitalize;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 4px !important;
}


.privacy_content_main_div>h2 {
    color: #212121;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}



.privacy_content_main_div>h3 {
    color: #212121;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}



.privacy_content_main_div>h4 {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>p {
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 3px !important;
}

.privacy_content_main_div>p>strong {
    color: var(--primary-color);
    font-family: "Rowdies", sans-serif;
}

.privacy_content_main_div>p>a {
    color: var(--third-color);
    font-weight: 700;
    text-decoration: underline !important;
}


.privacy_content_main_div>ul {
    list-style: square;
    padding: 0px 20px !important;
    margin-bottom: 0px !important;
}

.privacy_content_main_div>ul>li {
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 3px !important;
}



/*  */
.sitemap_section {
    padding: 50px 0px;
    background-color: var(--gray-color);
}

.sitemap_list_main_div>h1 {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--color-dark);
    text-transform: capitalize;
}


.sitemap_list_main_div>h2 {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--color-dark);
    text-transform: capitalize;
}


.sitemap_list_main_div>ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.sitemap_list_main_div>ul>li {
    background-color: var(--color-gray);
    margin-bottom: 20px;
    border: 1px solid var(--gray-color);
    padding: 12px 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sitemap_list_main_div>ul>li>a {
    color: var(--color-dark);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 20px;
    /* space for arrow */
    font-weight: 600;
}

.sitemap_list_main_div>ul>li:hover {
    background-color: var(--mixfruit-main);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.sitemap_list_main_div>ul>li:hover>a {
    color: var(--theme-color2);
}

.sitemap_list_main_div>ul>li:hover>a::after {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.title_sitemap>h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800;
}


/*  */

.cat-desc h4 {
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
}

.cat-desc h2 {
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
}

.cat-desc h2 {
    font-size: 22px;
}

.cat-desc ul {
    list-style: none;
    padding-left: 4px;
}

.cat-desc ul li {
    margin: 3px 0;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    color: var(--color-dark);
}

.cat-desc ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #4caf50;
    font-weight: bold;
}

.title_div_series1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 12px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.title_div_series1 i {
    font-size: 18px;
}

.title_div_series1 i {
    transition: transform 0.3s ease, color 0.3s ease;
}

.title_div_series1:hover i {
    color: #E78235;
    transform: translateX(6px);
}

.title_div_series1:hover {
    color: #E78235;
    transform: translateX(6px);
}

.details_div h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.category_sec1 {
    padding-top: 0;
}

.seo {
    margin-top: 18px;
}


.location-section-area {
    position: relative;
    width: 100%;
    padding: 40px 0px 40px;
}

.our-presence-title {
    color: var(--color-dark);
    font-size: 25px;
    margin-bottom: 10px;
    border-bottom: 3px solid #000;
    display: inline-block;
    padding-bottom: 7px;
}

.location-area-box-card ul li {
    position: relative;
    margin-bottom: 5px;
}


.location-area-box-card ul li a {
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #dcdcdc;
    padding: 6px 15px;
    display: block;
}


.blog-single-area {
    position: relative;
    width: 100%;
    padding: 40px 0px 40px;
    background-color: #fff;
}

.blog-single-wrap {
    position: relative;
    padding: 10px;
    background-color: #fff;
}

.blog-single-area .blog-thumb-img {
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

.blog-thumb-img {
    position: relative;
    display: block;
}

.blog-single-area .blog-single-content img {
    border-radius: 10px;
    width: 100%;
    height: 500px;
}

.blog-single-area .blog-details h1 {
    font-size: 26px;
    color: var(--fabriko-black);
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-single-area .blog-details h2 {
    font-size: 24px;
    color: var(--fabriko-black);
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-single-area .blog-details h3 {
    font-size: 24px;
    color: var(--fabriko-black);
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-single-area .blog-details h4 {
    font-size: 22px;
    color: var(--fabriko-black);
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-single-area .blog-details ul li {
    font-size: 15px;
    color: var(--fabriko-black);
    margin-bottom: 8px;
    font-weight: 400;
}

.blog-single-area .blog-details p {
    font-size: 15px;
    color: var(--fabriko-black);
    margin-bottom: 8px;
    font-weight: 400;
}

.blog-sidebar {
    position: sticky;
    top: 100px;
}

.blog-sidebar .widget {
    background: #f6f6f6;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
}

.blog-sidebar .widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 24px;
    color: var(--fabriko-base);
    font-weight: 500;
}

.blog-sidebar .widget .widget-title::before {
    position: absolute;
    content: "";
    width: 15px;
    border-bottom: 3px solid var(--fabriko-base);
    bottom: 0;
    left: 0;
}

.blog-sidebar .widget .widget-title::after {
    position: absolute;
    content: "";
    width: 30px;
    border-bottom: 3px solid var(--fabriko-base);
    bottom: 0;
    left: 22px;
}

.blog-sidebar .widget .recent-post-item {
    display: flex;
    justify-content: start;
    gap: 15px;
    margin-bottom: 20px;
}

.blog-sidebar .widget .recent-post-item {
    display: flex;
    justify-content: start;
    gap: 15px;
    margin-bottom: 20px;
}

.blog-sidebar .widget .recent-post-img img {
    width: 80px;
    border-radius: 5px;
}

.blog-sidebar .widget .recent-post-info {
    flex: 1;
}

.blog-sidebar .widget .recent-post-info h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    color: var(--fabriko-base);
    font-weight: 500;
}





.accordion-button::after {
    display: none;
    /* Default arrow hide */
}

.accordion-button::before {
    content: "+";
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    transition: 0.3s;
}

.accordion-button:not(.collapsed)::before {
    content: "–";
    /* Minus */
}

.accordion .accordion-item {
    margin-bottom: 12px;
    border: none;
    border-radius: 0px;

}

.accordion .accordion-item:last-child {
    margin-bottom: 0
}

.accordion .accordion-item .accordion-button {
    background-color: rgb(255, 255, 255) !important;
    color: black;
    font-size: 17px;
    font-weight: 550;
    position: relative;
    margin-bottom: 0;
    padding: 14px 25px;
    border-radius: 0px;
}

.accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
    outline: none;
}


.accordion .accordion-item .accordion-body {
    font-size: 16px;
    color: black;
    font-weight: 500;
    line-height: 24px;
    padding: 5px 27px 15px;
    text-align: justify;
    border-top: 1px solid #ddd;
}

.faq-sec-pages {
    position: relative;
    width: 100%;
    background: url(../images/sec-3-bg.jpg) 0% 0% / cover;
    padding: 30px 0px;
}

.title_one_stop_solution h5 {
    font-size: 30px;
    font-weight: 550;
    margin-bottom: 20px;
}

.title_one_stop_solution span {
    background-color: rgb(248, 166, 0);
    color: rgb(255, 255, 255);
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
}

.testimonial-sec1 {
    background-color: #f2f2f2;
}