/*
Theme Name: Rayzetech
Theme URI: -
Description: rayzetech Wordpress Theme
Version: 1.0
Author: rayzetech
Text Domain: rayzetech
*/

/*Basic Style*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

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

a{
	text-decoration: none !important;
}

.email_phone i {
    font-size: 1.5rem;
}
*:focus{
    box-shadow: none !important;
}
/* service section start */
.ser_box {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 6px 10px 0px #c3b8b8;
}

.services_hover {
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
}

.services_list li {
    font-size: 1rem;
    list-style-type: none;
    margin: 10px 0 !important;
    position: relative;
    font-weight: 600;
}

.services_icon {
    font-size: 13px !important;
    margin-right: 10px !important;
}

.services_hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #545668;
    width: 0%;
    height: 100%;
    transition-delay: .2s !important;
    transition: 0.3s ease;
    border-radius: 10px;
}

.services_hover:hover::before {
    width: 100%;
}

.services_hover:hover {
    color: #fff;
}

/* service section end */
/* about section start*/
.img_cont {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about_img {
    height: auto;
    width: 50%;
    border-radius: 10px;
    margin: -2rem 0rem;
    /* border: 1px solid #d7cccc; */
    /* position: relative; */
}

.about_section {
    width: 100%;
    height: auto;
    background-image: url(../images/wave2.png);
    /* border-radius: 10px; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* about section end*/
.top_head {
    background-color: #5c391b;
    color: #fff;
}

.top_head ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
}

.top_head ul li {
    position: relative;
    margin-right: 15px;
}

.top_head ul li:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 1.5px;
    height: 18px;
    margin-left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.top_head {
    padding: 10px 0;
}

.top_head ul li:last-child {margin-right: 0;}

.top_head ul li:last-child:after {
    content: unset;
}

.top_head ul.social-icon li {
    margin: 0;
}

.top_head ul.social-icon li:after {
    content: unset;
}

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

.e_p_b {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    padding-bottom: 0;
}

.e_p_b .fa-solid {
    font-size: 22px;


}

.brand .fa-brands {
    font-size: 25px;
    text-align: center;

}

.brand a {
    text-decoration: none;
    transition: 0.3s ease;
    color: #f0eeee;
}

.brand a:hover {
    color: #fff;
}

.drpdown {
    position: relative;
}

.atrgt {
    position: absolute;
    top: 38%;
    right: 9px;
}

.drpmenu {
    position: absolute;
    top: 39px;
    z-index: 1;
    width: 220px;
    background-color: #ffffff;
    border: 1px solid #d3d0d0;
    padding-left: 0;
    transition: 0.3s all !important;
}

.drpdown .drp-links {
    padding: 10px 15px !important;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #d3d0d0 !important;
    border-radius: 0 !important;


}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    filter: invert(100);
}

.drpdown a:hover {
    transform: translateY(0) !important;
}

.drpdown .drp-links:hover {
    border-radius: 0 !important;
    transform: translateY(0) !important;
}

.drp-links:hover::after {
    width: 0 !important;
}

.drpdown .drpmenu {
    list-style-type: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(24px) !important;


}

.subdrp {
    left: 219px !important;
    position: absolute !important;
    top: -9px;
    font-size: 14px;
}

.subdrp .drp-links {
    padding: 6px 15px !important;
}

.drpdown:hover>.drpmenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(8px) !important;
}

.off_subdrp li {
    list-style-type: none !important;
}

.navboff_ar-nav {
    padding-left: 0 !important;
}

.email_phone {
    display: flex;
    /* align-items: center; */
    height: 30px;
    background-color: #6e8dad;
    color: #fff;
}

.navigation_bar {
    background-color: #fff;
    position: sticky !important;
    transition: all 0.3s;
    z-index: 1000;
    top: 0 !important;
    height: 130px;
    padding-right: 6rem !important;
}

.newHeader{
    height: 130px;
}

.navigation_bar img {
    width: 145px;

}

#off_drp_menu {
    position: relative;

}

#pro_drp {
    position: absolute;
    right: 16px;
    top: 11px;

}

#pr_link:hover::after {
    width: 0 !important;

}

.off_list {
    position: relative;

}

.off_links {
    position: absolute;
    top: 17px;
    right: 19px;

}

.navigation_bar .menu-item a {
    color: black !important;
    transition: all 0.3s ease;
    display: block;
    background-color: #ffffff;
    display: block;
    position: relative;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 14px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}

.navigation_bar ul.sub-menu li a:hover {
    border: 0;
}

.navigation_bar ul.sub-menu li {
    width: 100%;
}

.navigation_bar ul.sub-menu li a:after{
    content:unset;
}

.navigation_bar ul.sub-menu li a {
    position: relative;
}

.navigation_bar ul.sub-menu ul.sub-menu {
    left: 239px;
	top:0;
}

.navigation_bar ul.sub-menu ul.sub-menu li a:after {
    content: unset;
}
.navigation_bar li.menu-item-has-children ul.sub-menu > li.menu-item-has-children > a:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    right: 20px;
}

.navigation_bar li.menu-item-has-children ul.sub-menu > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children > a:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    right: 45%;
}

.navigation_bar li.menu-item-has-children ul.sub-menu > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children > a:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    right:50%;
}

.remove-line:hover::after{
    opacity: 0 !important; 
}


#my_active:hover {
    transform: translateY(0);
}

#my_active {
    background-color: #afbece;
    color: #fff !important;

}

#my_active::after {
    opacity: 1;

}

.navigation_bar ul.sub-menu > ul.sub-menu li a{
	position:relative;
}

.navigation_bar .menu-item a::after,
.navigation_bar ul.sub-menu ul.sub-menu li a:after{
    content: '';
    background-color: #9d9791 !important;
    height: 1px;
    width: 100%;
    margin: auto;
    display: block;
    transition: all .2s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;

}

.navigation_bar ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


.navigation_bar ul.sub-menu {
    position: absolute;
    list-style: none;
    padding-left: 0;
    background: #fff;
    width: 240px;
    border: 1px solid #ddd;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;

}

.navigation_bar li.menu-item-has-children > a:before {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.navigation_bar li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.drop-down-link:hover::after {
    opacity: 0 !important;
    display: none !important;
}

.navigation_bar ul.sub-menu li {
    position: relative;
}



.navigation_bar .menu-item a:hover::after,
.navigation_bar .current-menu-item > a::after,
.navigation_bar ul.sub-menu ul.sub-menu li.current-menu-item a::after{
    opacity: 1;
}

.brand_icons .fa-brands {
    margin: 0 0.04rem;
    font-size: 1.2rem;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

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

.brand_icons .fa-brands:hover {
    transform: scale(1.4);
    color: #2c146e;
}

#offcanvasmenu {
    display: none;
    z-index: 10000000;
    top: 0px;
    background-color: #fff;
    box-shadow:0px 2px 21px #464646;
}
.offcanvas img{

}

#carouselExampleCaptions .sl_bgimg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    min-height:90vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: auto;

}

.offcanvas.show {
    transform: none;
    background-color: #1a1611cf;
    color: #fff !important;
}

.pro_img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images//products/pvc-vinyle.jpg);
    width: auto;
    min-height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pro_img h2 {
    color: #fff;
}

.pro_img li {
    color: #fff !important;
}

.pro_content p {
    text-align: justify;

}

.pro_img a {
    color: #fff;
}

.pr_img1 {
    overflow: hidden !important;
    border-radius: 10px;
    box-shadow: 0px 3px 8px 0px #b1adad;
    position: relative;
}

.pr_img1:hover>.cover {
    height: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 0;
}

.cover {
    position: absolute;
    z-index: 10000;
    background-color: #ed8728b9;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    transition: 0.5s ease-out;
    transition-delay: 0.1s;
    visibility: hidden;
    opacity: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.cover h3 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 1px 3px 5px #404040;
}

.pr_img1 img {
    width: 350px;
    height: 300px;
    transition: 0.6s ease-in-out;
    cursor: pointer;
}

#carouselExampleCaptions .slide_2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(../images/naqsha.jpg);

}

.breadcrumb {
    justify-content: center !important;
}

#carouselExampleCaptions .slide_3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(../images/interoir.jpg);

}

#slide_caption {
    position: absolute;
    top: 33%;
}

#slide_caption h4 {
    margin: 2rem 0 !important;
    color: rgb(218, 108, 108);
    font-size: 2.5rem;

}

#slide_caption a {
    text-decoration: none;
    padding: 0.6rem;
    color: #fff;
    border: 1px solid #6e8dad;
    position: relative;
    z-index: 1000;

}

.epb {
    justify-content: center;
}

.hov_effect::before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #c74104;
    height: 100%;
    width: 0%;
    margin: auto;
    border-radius: 20%;
    display: block;
    z-index: -1;
    transition: all .3s ease;
}

.hov_effect:hover:before {
    width: 100%;
    border-radius: 0%;


}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px !important;
    height: 5px !important;
    border: 1px solid rgb(219, 216, 216) !important;
    /* border-radius: 31px; */
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #301c1c !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.service_btn a {
    text-decoration: none;
    color: #b45f10 !important;
    font-size: 1.4rem;
    padding: 2px 15px !important;
    border: 1px solid #6e8dad;
    transition: 0.5s ease;
}

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

.service_boximg img {
    width: 253px;
    height: 158px;
    border-radius: 8px;

}

.title h2 {
    font-weight: 600;
    color: #3f576e;
}
.brd-btm-ddf{
    border-bottom: 4px solid #ddf;
}
.brd-btm-ddf-1px{
    border-bottom: 1px solid #ddf;
}
.service-card {
    background-color: #8f98a0 !important;
    color: #fff;
}

.service_boximg {
    margin-top: 3rem !important;
}

.service_boximg p {
    margin-top: 2rem !important;
    padding-bottom: 1rem;

}

.service_boximg h5 {
    margin-top: 3rem !important;

}

.service_boximg .col-lg-4 {
    border: 1px solid #e3d5d5;
    padding: 1rem;
    width: 350px;
    margin: auto;
    padding-bottom: 2rem;

}

.service_boximg {
    position: relative;
}

.bg_effect {
    position: relative;
    z-index: 10000;
    transition: 0.3s ease;
    cursor: pointer;
}

.bg_effect::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background-color: #6e8dad;
    width: 0%;
    height: 100%;
    margin: auto;
    transition: 0.3s ease;
    z-index: -1000;
    border-radius: 20%;
}

.mouse_effect {
    transition: 0.2s ease;
    text-decoration: none;

}

.bg_effect:hover::before {
    width: 100%;
    border-radius: 0%;
}

.bg_effect a {
    color: #000;
    transition: .2s ease !important;
}

.bg_effect:hover>.mouse_effect {
    color: #fff;
}

.fill_effect {
    text-decoration: none;
    padding: 0.6rem;
    border: 1px solid #b9b2b2;
    color: #000;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    /* background-color: #6e8dad; */
}

.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 75%;
    border: none;
    margin: auto;
}

.fill_effect::before {
    content: '';
    position: absolute;
    background-color: #635c5c;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    /* margin: auto; */
    transition: 0.3s ease;
    z-index: -100;
    border-radius: 10px;
}

.fill_effect:hover {
    color: #fff;
    padding-right: 3rem;
    border-radius: 10px;
    /* background-color: #fff; */

}

.fill_effect::after {
    content: '';
    position: absolute;
    background-color: #fdffff;
    /* left: -20px; */
    width: 4px;
    right: 23px;
    height: 0px;
    bottom: 0;
    z-index: 10001;
    /* box-shadow: inset 0px -11px 1px #6e8dad; */
    top: 4px;
    transform: rotate(270deg);
    transition: 0.3s ease;
    margin: auto;
    border-radius: 10px;
}

.fill_effect:hover::before {
    width: 100%;
}

.fill_effect:hover::after {
    height: 34px;
}

.img_content {
    display: flex;
    justify-content: center;
}

.offcanvas-end {
    border-left: none !important;
}

#tsum-tabs h1 {
    padding: 50px 0;
    font-weight: 400;
    text-align: center;
}

#tsum-tabs p {
    margin: 0 0 20px;
    line-height: 1.5;
}

#tsum-tabs main {
    min-width: 320px;
    max-width: 800px;
    padding: 50px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

#tsum-tabs section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

#tsum-tabs input {
    display: none;
}

#tsum-tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

#tsum-tabs label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

.img-tab img {
    width: 280px;
    height: 280px;
    justify-content: center;
    align-items: center;
    margin: 0.7rem;
    transition: all 0.6s ease !important;
    cursor: pointer;
    position: relative;
}

.img-tab img:hover {
    transform: translateY(-10px) !important;
    box-shadow: 5px 5px 0px 0px #6e8dad;
}

.img-tab {
    justify-content: center;
}

/* #content2 img{
      transform: rotate(90deg);

  } */
.content_img {
    border: 1px solid;
}

/* #tsum-tabs label[for*='1']:before { content: '\f1cb'; }
  #tsum-tabs label[for*='2']:before { content: '\f17d'; }
  #tsum-tabs label[for*='3']:before { content: '\f16b'; }
  #tsum-tabs label[for*='4']:before { content: '\f1a9'; } */

#tsum-tabs label:hover {
    color: #888;
    cursor: pointer;
}

#tsum-tabs label {
    transition: all 0.3s ease;
}

#tsum-tabs input:checked+label {
    color: #555;
    /* border: 1px solid #ddd; */
    border-bottom: 3px solid orange;
    border-top: 1px solid #fff;
}

.res_img,
.com_img .tab_img {
    margin: 1rem auto !important;
}

#tsum-tabs #tab1:checked~#content1,
#tsum-tabs #tab2:checked~#content2,
#tsum-tabs #tab3:checked~#content3,
#tsum-tabs #tab4:checked~#content4 {
    display: block;
}

table[data-v-f94838d0],
td[data-v-f94838d0],
th[data-v-f94838d0] {
    font-size: 14px;
    margin: 0px !important;
    line-height: 20px;
    color: #41303e;
    border: 1px dashed #d9d6d8;
    padding: 15px 0px 15px 15px;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.slide_heading {
    color: #f8eded !important;
    font-weight: 600;
}

.service-box {
    /* border: 1px solid #f1eeee; */
    background-color: #fbfbfb;
    border-radius: 10px;
    box-shadow: 0px 6px 10px #b3b8b8;
    transition: 0.5s ease;
    cursor: pointer;
    height: 100%;
}

.service-box h4,
.zigzag-box h4 {
    color: #5c6e81;
    font-weight: 600;
    font-size: 24px;
    transition: 0.5s ease;
}

.zigzag-box li {
    list-style: none;
    margin: 1rem 0;
}
.zigzag-box .bi-arrow-right{
    font-size: 23px;
}

.service-box:hover h4 {
    color: #fff !important;
}

.service-box:hover {
    background-color: #3f576e;
    color: #fff !important;
}
.service-box a{
    color: #000;
}
.service-box:hover a{
    color: #fff;
}
.service-box img {
    background-color: #ddd;
    padding: 7px;
    border-radius: 17px;
}

#border_1 {
    border-bottom-right-radius: 50px;
}

#border_1::before {
    border-bottom-right-radius: 50px;
}

#border_2 {
    border-bottom-left-radius: 50px;
}

#border_2::before {
    border-bottom-left-radius: 50px;
}

#border_3::before {
    border-bottom-right-radius: 50px;
}

#border_3 {
    border-bottom-right-radius: 50px;
}

/* .clr{
    background-color: #6e8dad;
    color: #fff;    
    display: inline-block;

   
} */
.livspace-edge-table {
    padding: 1% 7%;
}

th[data-v-f94838d0]:first-child {
    border-top-style: hidden;
    border-left-style: hidden;
}

th[data-v-f94838d0]:nth-child(2) {
    color: #fff;
    border-radius: 8px 8px 0 0;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    background: #6e8dad;
    width: 40%;
}

th[data-v-f94838d0]:nth-child(3) {
    border-top-style: hidden;
    border-right-style: hidden;
    width: 25%;
}

.subtitle_small {
    text-transform: uppercase;
}

.body_default {
    text-transform: capitalize;
}

td[data-v-f94838d0]:first-child {
    width: 10%;
    vertical-align: middle;
}

#tableSection li {
    list-style-type: circle;

}

tr {
    /* display: table-row;  */
    vertical-align: inherit;
    border-color: inherit;
}

.modal-content {
    background-color: transparent !important;
    overflow-y: auto;
}

.modal-fullscreen button {
    font-size: 1rem !important;
    filter: invert(100);
    border: 2px solid;
    border-radius: 50%;
    background-color: #fff;
}

td[data-v-f94838d0]:nth-child(2) {
    background-color: #fff;
    color: var(--tertiary-green);
    box-shadow: 0 6px 7px 0 rgb(65 48 62 / 19%);
    border-right-style: hidden;
    border-left-style: hidden;
}

td[data-v-f94838d0]:nth-child(2) {
    background-color: #fff;
    color: var(--tertiary-green);
    box-shadow: 0 6px 7px 0 rgb(65 48 62 / 19%);
    border-right-style: hidden;
    border-left-style: hidden;
}

.feed_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.fd_img {
    width: 300px;
    height: auto;
    opacity: 0.5;
}

.cl_img {
    width: 250px;
    height: 158px;
    box-shadow: 5px 3px 6px #9f9494;
}

.my_modal {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    background-color: #6e8dad;
}

.client_videos .col-lg-4 {
    margin: auto;
}

.clients img {
    margin: 1rem;
}

.clients {
    border: 1px solid rgb(204, 192, 192);
    border-bottom: 2px solid #b45f10;
    border-right: 2px solid #b45f10;
    width: 350px;
    margin-bottom: 2rem;
}

.brd_left {
    border-left: 2px solid #b45f10;
    ;
    border-right: 1px solid rgb(204, 192, 192);

}

.clients button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clients .fa-solid:hover {
    color: #e2750f;
    transform: scale(1.5);
    /* transform: translateX(10px); */
}

.clients button:focus {
    box-shadow: none;
}

.clients .fa-solid {
    transition: 0.3s ease;
    font-size: 3rem;
    color: #FFF;
    border: 2px solid #b45f10;
    border-radius: 50%;

}

.client_wrap {
    flex-wrap: wrap;
}

/* .modal-dialog{
    max-width: 46%;
} */
.about_img {
    height: auto;
    width: 80%;
    border-radius: 10px;
    margin: -2rem 0rem;
    /* border: 1px solid #d7cccc; */
    /* position: relative; */
}

.img_cont {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.my_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.ab_btn {
    text-decoration: none;
    padding: 0.8rem;
    font-size: 1rem;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
}

.about_section {
    /* background-color: #6e8dad; */
    padding: 3rem;
    padding-bottom: 0;
    flex-direction: column;
    position: relative;
}

.about_section {
    width: 100%;
    height: auto;
    background-image: url(../images/wave2.png);
    /* border-radius: 10px; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.about_txt {
    color: #ffffff;
}

.client_pr img {
    width: 220px;
    height: 220px;
    margin: 5px;
    /* border-radius: 5px; */
    transition: .5s ease;
    cursor: pointer;
    margin: 8px;
}


.client_pr img:hover {
    transform: scale(1.1);

}

.client_pr .col-lg-6 {
    margin: auto;
    padding-bottom: 10px;
}

.brd_right {
    border-right: 1px solid #e3d5d5;

}

#flex_start {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.four_img {
    width: 240px !important;
    height: 240px !important;

}

.about_section .fa-solid {
    transition: 0.3s ease;
    font-size: 4rem;
    color: #FFF;
    border: 2px solid #b45f10;
    border-radius: 50%;
    position: relative;
    animation: round 1.5s infinite linear;
    animation-direction: alternate-reverse;
    animation-fill-mode: forwards;
}

@keyframes round {
    from {
        box-shadow: 0px 0px 0px 0px #6e8dad91;
        opacity: 0.8;
    }

    to {
        box-shadow: 0px 0px 0px 12px #6e8dad91;
        opacity: 1;
    }

}




.about_section .fa-solid:hover {
    color: #e2750f;
    /* transform: scale(1.5);   */

}


.siderbar-coll-button {
    background-color: #74583f;
    color: rgb(255, 255, 255);
    display: block;
    border: none;
    text-align: revert;
}
.cate-btn{
    background-color: #9b836f;
    color: #fff !important;
}
.activated{
    background-color: #696969 !important;
}
.cate-btn:hover{
    background-color: #74583f7e;
}
.siderbar-coll-button:hover::after{
    opacity: 0;
}
.acc-bg-chng::after{
    filter: invert(1);
}
.acc-bg-chng:not(.collapsed)::after{
    filter: brightness(9) !important;
}
.cate-position-a{
    position: relative;
}
.cate-position-r{
    position: absolute;
    right: 9px;
    top: 36%;
}
.siderbar-coll-button:hover{
    color: rgb(255, 255, 255) !important;
    background-color: #696969;
}
.acc-bg-chng{
    background-color: #5c391b !important;
}
.machine-brands h4 {
    background-color: #5c391b;
    padding: 1rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0!important;
}

.machine-brands ul li {
    background-color: #74583f;
    padding: 1rem !important;
    border-bottom: 1px solid #dee2e6!important;
}

.machine-brands ul li h6 {margin-bottom: 0!important;}

.machine-brands ul li a {
    color: rgb(255, 255, 255)!important;
}
.head-line{
    border-bottom: 2px solid #5c391b;
}
.about_section button:focus {
    box-shadow: none;
}
.re-pos-rel{
    position: relative;
}
.re-pos-abs{
    position: absolute;
    right: 12px;
}
.newLinkColor{
    background-color: #91827478;
}
.chngLiCol{
    background-color: #645b5278;

}
footer {
    background-color: #5c391b;
    color: #ffffff;
}

footer img {
    width: 240px;
    filter: brightness(10);
}

.footer ul.social-icon {
    display: flex;
}

.footer-menu ul {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.footer-menu ul li {
    padding: 0 7px;
    position: relative;
}

.footer-menu ul li:after {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-menu ul li:last-child:after {
    content: unset;
}

.news-box {
    position: relative;
}

.news-box h4 {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 10px;
    background-color: #5c368fa6;
    color: #fff;
}

.gallery-box {
    border: 2px solid #afa2be;
    overflow: hidden;
}

.gallery-box img {
    transition: all 0.7s ease;
    cursor: pointer;
}

.gallery-box img:hover {
    transform: scale(1.5);

}

.owl-carousel .owl-item img {
    width: 70% !important;
}

.gallery {
    background-color: #f0f0f0;
}

footer .brand .fa-brands {
    border: 1px solid;
    border-radius: 10%;
    padding: 11px;
    color: #ffffff;
    transition: 0.3s ease;
}

footer .brand a .fa-brands:hover {
    color: rgb(78, 76, 76);
    background-color: #fff;
    border-color: #fff;
}

.t_c a {
    color: #ffffff;
    text-decoration: none;
}

.t_c a:hover {
    color: #616060;
}

/* About */
.about_de_img img {
    width: 90%;
    height: auto;
    margin: 0rem 2rem;
    border-radius: 10px;


}

.about_link ul {
    padding-left: 14px;
}

.about_de_intr {
    background-color: #ddd9d9;
}

.about_links {
    border: 1px solid #e3d5d5;
    /* overflow: hidden; */
}

.about_link {
    width: 248px;
    /* margin: 0px 0px; */
    margin-left: -12px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 296px;
    padding: 10px;
}

.about_link li {
    list-style-type: none;
}

.ab_heading {
    margin-left: 32px !important;
    margin-top: 2rem;
    text-align: justify;
    width: 90%;
}

.about_link a {
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    padding: 0.5rem;
    width: 200px;
    /* text-align: center; */
    font-size: 1rem;
    color: #41303e !important;
    transition: 0.3s ease;
    border-bottom: 1px solid #eee;
}

.ab_hover:hover {
    color: #000;
    background-color: #eee;
}
.rotate-this {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: .3s linear;
}
.rotate-this-up{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.rotate-this.down {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.about_link h5 {
    color: orange;
    padding-left: 1rem;

}
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

/* About */

/* Contact */


.contact_img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/contact.jpg);
    height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;

}

.sb_btn {
    padding: .5rem;
    background-color: #5b748f;
    border: none;
    border-radius: 5px;
    color: #f0eeee;
    font-size: 1.2rem;
    display: block;
    transition: 0.3s ease-out;
    font-weight: 500;
    border: 1px solid #adabab;
}

.sb_btn:hover {
    color: #000000;
    background-color: #fff;


}

.contact_form input,
select,
textarea {
    box-shadow: none !important;

}

.contact_form sup {
    font-size: 1rem !important;
}

.contact_form label {
    margin: 5px 0;
    font-size: 1.1rem;

}

.contact_form .brd_right {
    border-width: 1px;

}

.apem i {
    font-size: 2rem;

}

.icon-down{
    transition: all 0.5s ease;
}

.service-bg-img{
    background-image: url(../images/services-images/service-bg-1.jpg);
    width: auto;
    height: 50vh;
    background-position: center;
    background-size: cover;
}
.service-des p{
    font-size: 20px;
}
/* Contact */
/* Media Queries */
@media screen and (max-width: 650px) {

    #tsum-tabs label:before {
        margin: 0;
        font-size: 18px;
    }

    #tsum-tabs label {
        padding: 7px 1px;
    }

    #cl_heading {
        flex-direction: column;
    }
}


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

    table[data-v-f94838d0],
    td[data-v-f94838d0],
    th[data-v-f94838d0] {
        /* padding: 7px 0 7px 7rem; */
        line-height: 18px;
        font-size: 11px;
        padding-top: 2%;
        padding-bottom: 8%;
    }

    .livspace-edge-table {
        padding: 1% .4%;
    }
}






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

#preloader{
    background:#6e8dad url(../images/loader.gif) no-repeat center center ;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000000000000000000;
}
html{
    transition: all 0.5s ease-in-out !important;
}
.ov-paper-bg-img{
    background-color: #ddd5d5;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
}
.ov-paper-bg-img::before{
    content: '';
    position: absolute;
    left: -32px;
    /* right: 0; */
    bottom: 0px;
    width: 40px;
    height: 40px;
    background: #cfbcbc;
    z-index: -9;
    border-bottom-left-radius: 40px;
    box-shadow: inset 0px 0px 25px #d9cfcf;
}


.ov-paper-bg-img p {
    font-weight: 700;
}
.news-bgrnd{
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/news-bgrnd.jpg);
    height: 70vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.myNewsCard{
    background-color: #ffffff21 !important;
    color: #fff;
}
.blog-content p, .blog-content ul{
    text-align: justify;
}
.blog-content h4{
    font-weight: 600;
    color: #767e87;
    padding: 5px 0;
    line-height: 26px;
}
.fa-brands, .fab{
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400;
}
.fa-solid, .fas{
    font-family: "Font Awesome 6 Free" !important;
}


/* vgm about start*/
.bgImg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    width: 100%;
}
/* vgm about end*/
/* contact start */
.cntForm{
    border-radius: 10px;
}

.cntForm h2.gform_title {
    padding-top: 10px;
    font-size: 1.5rem;
}

.emUs img, .phNum img{
    width: 200px !important;
}
/* contact end */
.contact-sec ul li a {
    color: #212529;
}

/* .single .breadcrumb-sec {
    display: none!important;
} */

/*Home Product Sec*/
.product-type .product-box img {
    width: 293px;
    height: 293px;
    object-fit: cover;
}

.product-type .product-box h5 a {
    color: #212529;
}

/*Contact Form*/

body .gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: unset !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    padding: 0 !important;
    border: 0 !important;
}

.cntForm label {
    font-weight: 500!important;
}

.cntForm .gform-body input,.cntForm .gform-body textarea {
    display: block;
    width: 100% !important;
    padding: 0.375rem 0.75rem!important;
    font-size: 1rem!important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cntForm .gform-body input:focus,.cntForm .gform-body textarea:focus{
    outline: unset!important;
}

.cntForm .gform-body textarea {
    min-height: calc(1.5em + 0.75rem + 2px)!important;
}

.cntForm .gform_footer.top_label input {
    margin: 0;
    background-color: #6c757d;
    border-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    color: #fff;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

h3.no-post {
    text-align: center;
}

.type-col a {
    color: #5c391b;
}

.page-template-template-homepage .type-col small:nth-child(2), 
.page-template-template-homepage .type-col small:nth-child(3) {
    display: none;
}

/* Gallery Image */
div.pp_default .pp_content {
    background-color: transparent!important;
}
.pp_pic_holder {
    position: fixed!important;
    top: 50%!important;
    z-index: 99999999999999!important;
    transform: translateY(-50%)!important;
}

.pp_pic_holder .pp_left,div .pp_content_container .pp_right,div .pp_bottom .pp_middle,div .pp_top .pp_middle,div .pp_bottom .pp_right,div .pp_top .pp_right {
    background-image: none!important;
}

div.pp_default .pp_close {
    position: fixed!important;
    top: 20px!important;
    right: 0px!important;
    z-index: 999!important;
}

.pp_nav {
    display: none!important;
}

.pp_social {
    display: none!important;
}

.image-gallery-sec {
    padding: 70px 0;
}

.image-gallery-sec .galler-img-col img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.image-gallery-sec .galler-img-col {
    margin-bottom: 20px;
}

/* Request Form */
.form-sec {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
	padding:30px;
	border:3px solid #5c391b;
	border-radius:10px;
}

.register-form_wrapper p.gform_required_legend {
    display: none;
}

.register-form_wrapper h2.gform_title {
    font-size: 40px;
    color: #5c391b;
    font-weight: 700!important;
    text-transform: uppercase;
    text-align: center;
}
.register-form .gform-body.gform_body label{
    color: #5c391b;
}

.register-form .gform-body.gform_body .gfield_required {color: #ff0000;font-weight: 400;}

.register-form .gform-body.gform_body input {
    width: 100%;
    max-width: 99%;
    border-radius: 10px;
    height: 45px;
    color: #5c391b;
    font-weight: 600;
    border:1px solid #5c391b;
}

.gform_confirmation_wrapper {
    text-align: center;
}

.register-form .gform-body.gform_body textarea{
    width: 100%;
    border-radius: 10px;
    height: 45px;
    color: #5c391b;
    font-weight: 600;
    border:1px solid #5c391b;
	height:180px!important;
	resize:none;
}

.register-form .gform-body.gform_body input:focus,.register-form .gform-body.gform_body textarea:focus{
    outline:0;
}

.register-form .gform_footer input {
    background-color: #5c391b;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    border-radius: 30px;
}

.register-form .gform_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-product .img-col img {
    width: 100%;
    height: 440px;
    object-fit: contain;
}

.video-sec iframe {
    width: 70%;
    height: 360px;
}

.video-sec {
    display:flex;
    justify-content:center;
    margin-bottom: 50px;
}