*, html{
	padding: 0;
	margin: 0;
}
header{
	    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
   
}
#menu-menu-1{
        display: flex;
}
.menuSection{
    display: flex;
    align-items: center;
}
.menu-item-has-children{
    position: relative;
}

.menuBtn{
    background-color: transparent;
    border-radius: 15px;
    border: 3px solid #fff;
    margin-left: 40px;
        padding: 10px 20px !important;

}
.heroSectionItem{
	width: 100%;
	height: 100vh;
	position: relative;
}
.heroSectionItem::after{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(0 0 0 / 86%) 4.01%, rgb(0 0 0 / 46%) 70.24%);
	content: '';
	top: 0;
	left: 0;
}
.heroImg{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.ptb-50{
    padding: 50px 0;
}
section.heroSection {
    width: 100%;
    height: 100vh;
    position: relative;
}
.bannerContent{
	    position: absolute;
    top: 38%;
    width: 100%;
    z-index: 99999;
}
span{
	font-size: 14px;
}
a{
	font-size: 14px;
	text-decoration: unset;
}
ul{
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.topBarLeft a{
	color: #fff;
	margin-right: 15px;
}
.topBarLeft a svg{
	    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 2px;
}

	.bottomMenu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
}
.menuSection a {
    padding: 30px 10px;
    display: inline-block;
    color: #fff;
    text-decoration: unset;
    font-size: 14px;
    font-weight: 500;
}
.logoSection span{
	font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.sub-menu{
    position: absolute;
    width: 700px;
    border-radius: 4px;
    background: #fff;
        top: 80px;
    box-shadow: 3px 5px 4px 3px #00000029;
    height: 0;
    overflow-y: hidden;
     transition: 0.3s all linear;
     opacity: 0;
         left: -374px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.menu-item-has-children:hover .sub-menu {
     height: auto;
     max-height: 90vh;
     overflow-y: auto;
   transition: 0.3s all linear;
   opacity: 1;
}
ul.sub-menu li{
    border-bottom: 1px solid #bf9b2e30;
    width: 45%;
}
.sub-menu a{
    color: #000 !important;
        width: 100%;
    padding: 10px;
    padding-bottom: 0;
    
}
.menu-item-has-children > a::after {
  content: " ▼"; /* you can use "▾" or "⮟" instead */
  font-size: 12px;
  margin-left: 5px;
}

.sub-menu .sub-menu{
    position: unset;
    display: block;
    box-shadow: unset;
    border: unset;
    width: 100%;
}
#menu-item-351 .sub-menu .menu-item-has-children > a::after{
    content: unset !important;
}
#menu-item-351 .sub-menu .menu-item-type-post_type::after{
       content: '';
    background-image: url(../images/chevron.png);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
    z-index: 99999;
    background-size: contain;
}
.sub-menu .sub-menu .menu-item{
      width: 100%;
    border: unset;
    margin-top: -7px;  
        padding-bottom: 5px;
}
.sub-menu .sub-menu .menu-item a{
        padding: 0 10px;
    font-size: 12px;
    color: #626262 !important;
    font-weight: 400;
}
ul.sub-menu li:hover a {
    color: #bf9b2e !important;
    transition: 0.3s all linear;
}
.bannerSmallText {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(9px);
    padding: 10px 30px;
    background: rgba(255, 255, 255, 0.2);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-image: initial;
    border-radius: 4px;
    transition: 0.2s ease-in-out;
    margin-bottom: 15px;
    display: inline-block;
}
.bannerTitleTxt{
	    font-size: 60px;
    color: #fff;
    font-weight: bold;
    width: 72%;
}
.bannerDescription{
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
}
.bannerBtn{
	margin-top: 30px;
    display: flex;
}
.themeBtn {
       display: inline-block;
    background: #bf9b2e;
    padding: 10px;
    width: 180px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 4px;
    color: #fff !important;
    font-size: 16px;
    text-decoration: unset !important;
    border: 1px solid #bf9b2e;
}
.themeBtn.lineBtn{
    background: #00000085;
    border: 1px solid #ffffff73;	
}
.ptb-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.sectionTitle{
	font-size: 48px;
	font-weight: bold;
	color: #1d1f22;
}
.homeAbout h4{
	font-size: 22px;
    line-height: 33px;
    margin-bottom: 20px;
}
p{
	color: #4d5761;
	font-size: 16px;
}
.homeAbout p{
	margin-bottom: 0;
}
.aboutItem {
      width: calc(100% / 2.1);
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #0c395712;
    display: flex;
    justify-content: flex-start;
    padding: 20px 0;
}
.aboutImg img{
	    width: 100%;
    height: 390px;
    border-radius: 8px;
    object-fit: cover;
}
.aboutOptionList{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.aboutOptionIcon{
	width: 70px;
	height: 70px;
	background-color: rgb(3, 168, 160);
	border-radius: 100%;
	margin-right: 10px;
}
.aboutOptionTitle {
    font-size: 18px;
    font-weight: bold;
    color: #0c3957;
}
.aboutOptionContent{
	width: calc(100% - 70px);
}
.aboutStatics{
       width: 80%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px;
    /* background: #bf9b2e; */
    margin-top: 30px;
    border-radius: 8px;
    box-shadow: 4px 2px 9px #0000002b;
    background: #fff;
/*    background: linear-gradient(146deg, rgb(255 255 255) 0%, rgb(220 186 126) 108%, rgb(226 198 148) 100%);*/
    margin: auto;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.aboutStatics::after{
       position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 15px solid #f6eedf;
    content: '';
    top: -60px;
    left: -60px;
    z-index: 0;
}
.aboutSection{
    background: linear-gradient(177deg, rgb(255 255 255) 71%, rgb(220 186 126) 108%, rgb(255 255 255) 231%);
    padding-bottom: 140px;
}
.aboutStaticsSec{
    margin-top: -140px;
}
.aboutStatItem{
    text-align: center;
    position: relative;
    z-index: 1;
    border-right: 1px solid #bf9b7854;
    width: calc(100%/4);
}
.aboutStatItem:last-child{
    border:unset;
}
.aboutStatItem h4{
    font-size: 45px;
    font-weight: bold;
    color: #bf9b2e  ;
}
.aboutStatItem span{
    font-size: 14px;
}
header.header-fixed{
	    background: #ffffff;
    box-shadow: 0px 4px 20px 0px #0000002b;
}
header.header-fixed .menuSection a{
    color: #000;
}
header.header-fixed .topBar{
	border-bottom: 1px solid #03a8a00f;
}
header.header-fixed .menuBtn{
        border-color: #bf9b2e;
    color: #bf9b2e !important;
}
header.header-fixed .topBarLeft a {
    color: #0c3856;
}
header.header-fixed .topBarLeft a svg{
	    color: #039f98;
}
header.header-fixed .topBarRight span {
    color: #868686;
}
header.header-fixed .logoSection span{
	color: #bf9b2e;
}
.indistryManufact{
	width: 100%;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-align: center;
}
.indistryManufact::after{
	    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 73%) 4.01%, rgb(12 57 87 / 91%) 70.01%);
    content: '';
    top: 0;
    left: 0;
}
.indistryManufact .container{
	position: relative;
	z-index: 1;
}
.indistryManufact .sectionTitle{
	color: #fff;
}
.indistryManufact p{
	font-size: 18px;
	color: #fff;
	opacity: 0.9;
	    margin-bottom: 50px
}
.manufacturingOptionItem{
	width: 100%;
	min-height: 200px;
	border-radius: 8px;
    backdrop-filter: blur(9px);
    background: rgba(255, 255, 255, 0.2);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-image: initial;
    border-radius: 10px;
    transition: 0.5s ease-in-out 0.8s;
    padding: 20px;
}
.manufacturingOptionText{
	color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.manufacturingOptionIcon img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
.sectionBtnCenter{
	justify-content: center;
	margin-top: 50px;
}
.procedureSection{
	margin-top: 20px;
}
.procedureSection h4{
	    background: linear-gradient(268deg, rgba(255, 255, 255, 0) 4.01%, rgba(111, 63, 129, 0.05) 70.24%);
    padding: 5px;
    color: #0c3957;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
}
.howToSetup .aboutImg{
    position: sticky;
    top: 165px;
}
.procedureSection p {
    margin-bottom: 10px;
}
{

	    
}
.imgBtn{
	    position: absolute;
    /* top: 0; */
    bottom: 14%;
    margin: auto;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.imgBtn a{
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, .3);
}
.machineAccessries{
	background-color: #f9f9f9;
}
.machineAccessries .sectionTitle{
	text-align: center;
}
.machineImg img{    
	width: 100%;
    height: 220px;
    object-fit: cover;
transform: scale(1) rotate(0deg);

    transition: 0.3s all linear;


}
.machineImg{
	    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px
}
.machineAccessriesItem:hover .machineImg img{
transform: scale(1.1) rotate(3deg);
    transition: 0.3s all linear;

}
.machineAccessriesItem{
	    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 5px 4px 8px 4px #00000012;
}
.machineAccessriesItemContent p {
	min-height: 120px;
}
.machineAccessriesItem .themeBtn{
	width: 100%;
}
.machineAccessriesItemContent h4{
	font-size: 22px;
    font-weight: bold;
    color: #0c3957
}
.ourProducts .sectionTitle{
	text-align: center;
}
.sectionTitleCenter{
    text-align: center;
}
.whatWeDoContent{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.whatWeDoContentItem{
    width: 50%;
    min-height: 400px;
    border-radius: 8px;
}
.whatWeDoContentLeft{
        background-color: #f6eedf54;
    width: 45%;
    padding: 15px;
    position: relative;
}
.whatWeDoItem {
    padding: 15px 15px;
    background: transparent;
    margin-bottom: 0px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    border-bottom: 1px solid #bf9b2e1c;
    position: relative;
    cursor: pointer;
     transition: 0.3s all linear;       
}
.tabActiveIcon{
       position: absolute;
    width: 22px;
    right: -44px;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;

}
.whatWeDoContentLeft::after{
        position: absolute;
    width: 3px;
    height: 100%;
    content: '';
    border-radius: 0;
    right: -20px;
    background-color: #bf9b2e;
    top: 0;

}

.whatWeDoItemIcon img{
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.whatWeDoItemIcon{
        width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #ffffff00;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bf9b2e;
    overflow: hidden;
}
.whatWeDoItem span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #646464;
}
.whatWeDoItem.active span{
color: #fff;
opacity: 0.8;
}
.whatWeDoItem.active .whatWeDoItemIcon{
background-color: #fff;
}
.whatWeDoItem.active {
   
    background: #bf9b2e;
        color: #fff;
        transition: 0.3s all linear;
}
.whatWeDoItem:last-child{
    margin-bottom: 0;
}
.whatWeDoItem.active .tabActiveIcon{
    opacity: 1;
}
.whatWeDoDetaiItemThump{
    width: 100%;
    height: 250px;
}
.whatWeDoDetaiItemThump{
    margin-bottom: 20px;
}
.whatWeDoDetaiItemThump img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.whatWeDoBtn{
        font-size: 16px;
    background: #bf9b2e;
    padding: 10px;
    border-radius: 4px;
    color: #fff !important;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
}
.serviceItem{
    width: 100%;
    min-height: 348px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 3px 4px 10px #0000002e;
    position: relative;
        position: relative;
    overflow: hidden;
}
.serviceItemBanner::after{
        position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    content: '';
    border: 15px solid #f3e8d48f;
    left: -60px;
    top: -60px
}
.serviceItem::after{
          position: absolute;
    width: 100%;
    height: 100%;
    /* border-radius: 100%; */
    content: '';
    /* border: 15px solid #f6eedf; */
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgb(255 255 255 / 0%) 71%, rgb(220 186 126) 136%, rgb(255 255 255 / 0%) 231%);
}
.ourServiceWrap{
    margin-top: 30px;
}
.serviceItem{
    padding: 15px;
}
.serviceItemContent{
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.serviceItemBanner{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.serviceItem:hover .serviceItemBanner img{
transform: scale(1.1);
transition: 0.3s all linear;
}
.serviceItemContent h4{
    font-size: 18px;
    transition: 0.2s ease-in;
}
.serviceItem:hover .serviceItemContent h4{
     transition: 0.2s ease-in;
     color: #bf9b2e;
}
.serviceItemContent p {
    margin-bottom: 0;
}
.serviceItemBanner img{
       width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    transform: scale(1.0);
transition: 0.3s all linear;
}
.testimonialsWrapper{
    display: flex;
    justify-content: space-around;
}
.testimonials{
    padding-bottom: 100px;
    background: linear-gradient(
180deg, rgb(255 255 255) 71%, rgb(220 186 126) 142%, rgb(255 255 255) 231%);
}
.testimoniaSectionItem{
    width: 49%;
    min-height: 500px;
   
    border-radius: 8px;
}
.testimonialright{
    background: #161616;
        padding: 30px;
        position: relative;
        padding-top: 130px;
}
.testimonialright::after{
  width: 100%;
    height: 100%;
    background-image: url(../images/home1-testi-overlay-img.png);
    content: '';
    background-size: contain;
    background-position: right;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
}
.testiCommaIcon{
    position: absolute;
    right: 50px;
    top: 20px;
}
.testiCommaIcon img {
    height: 150px;
    margin-right: 15px;
}
.testiTitle{
    font-size: 45px;
    font-weight: bold;
/*    color: #bf9b2e;*/
    color: #fff;
}
.testimonialLeft{
    overflow: hidden;
}
.testimonialLeft img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonialTextWrap {
    margin-top: 50px;
}
.testimonialTextItem p {
    color: #fff;
    opacity: 0.9;
    font-size: 16px;
}
.testimonialTextItem span{
        display: block;
    font-size: 18px;
    font-weight: 500;
    color: #bd992d;
}
.testiNavItem{
    position: unset;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid #fff;

}
.testiNavItem img {
    width: 20px;
}
.testiNavItem:last-child{
    background-color: #bd992d;
    border-color: #bd992d;
}
.swiper-button-next:after, .swiper-button-prev:after{
    content: unset;
}
.testSwiperNav{
       position: absolute;
    bottom: 70px;
    left: 0;
    display: flex;
    width: 100%;
    padding: 0 30px;

}
.footerSection{
    padding: 50px 0;
    padding-bottom: 0;
}
.footerLogo h4 {
    font-weight: bold;
    font-size: 27px;
    color: #b49021;
}
.footerItem h5{
        font-weight: bold;
    color: #1d1f22;
    border-bottom: 1px solid #b490212e;
    padding-bottom: 15px;
}
.footerItem a {
    color: #1d1f22;
    font-size: 16px;
    padding: 4px 0;
    display: inline-block;
    text-decoration: unset;
    font-weight: 500;
}  
.footerBtn{
    padding: 10px 0;
    background: #f0f0f0;
    text-align: center;
    margin-top: 30px;
    font-size: 18px !important;
    display: block;
    font-weight: 500;
} 
.footerBtn span{
font-size: 16px;
} 
.footerItem a:hover{
    opacity: 0.8;
    transition: 0.3s all linear;
}   



/*Contact*/
.pagePanner{
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}
.pagePanner::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 86%) 4.01%, rgb(0 0 0 / 46%) 70.24%);
}
.pagePannerTxt{
    position: relative;
    z-index: 1;
}
.pagePannerTxt h2{
    font-size: 65px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.pagePannerTxt p {
    margin-bottom: 0;
    color: #fff;
    opacity: 0.9;
    font-size: 18px;
}
.conatctShortInfo{
    margin-bottom: 50px;
}
.conatctShortInfo p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    /*background: linear-gradient(
270deg, rgb(255 255 255) 32%, rgb(191 155 46) 108%, rgb(255 255 255) 231%);*/
    color: #1d1f22;
    padding: 10px;
/*    border-radius: 8px;*/
border-left: 5px solid #b49021 ;
}
.addressItem{
    width: 100%;
    min-height: 100px;
    background: #f4eede;
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding: 15px;
}
.contactIcom{
    width: 60px;
    height: 60px;
    background-color: #b49021;
    border-radius: 100%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addressItemTxt h4{
    font-size: 14px;
    font-weight: normal;
    color: #626262;
}
.addressItemTxt a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.addressItemTxt {
    width: 60%;
}
.addrMap iframe{
    width: 100%;
    height: 380px;
}
.contactIcom img{
    width: 30px;
}
.contactFormSection{
    width: 100%;
    min-height: 500px;
    background-image: url('../images/contacte-bg.jpg');
    background-size: cover;
    background-position: top;
        display: flex;
    align-items: center;
}
.getInTuchTxt h2{
    font-size:45px ;
    font-weight: bold;
    color: #1d1f22;
}
.contactForm{
       width: 100%;
    min-height: 400px;
    background-color: #fff;
    box-shadow: 6px 5px 7px #00000029;
    border-radius: 8px;
    padding: 20px;
}
.contactForm h4{
        font-size: 24px;
    font-weight: bold;
    border-left: 5px solid #bf9b2e;
    padding: 0 10px;
    color: #1d1f22;
    margin-bottom: 30px;
}
.contactForm input, .contactForm textarea{
    border: 1px solid #868686;
    box-shadow: unset;
    outline: none;
    font-size: 14px;
    min-height: 45px;
    width: 100%;
    border-radius: 8px;
}
.contFormBtn{
    font-size: 16px;
    font-weight: 500;
}
    .contactForm input:focus, .contactForm textarea:focus{
        box-shadow: unset;
        outline: none;
        border-color: #bf9b2e;

    }
}
/*Contact*/
@media(min-width:1300px) and (max-width : 1398px){
   .container   {
        max-width: 1299px;
    } 
}
@media(min-width:1399px){
	.container	{
		max-width: 1367px;
	}
}
@media(min-width:1499px){
	.container	{
		max-width: 1367px;
	}
}



/*New WP Code*/
#heroBannerHome .wpr-slider-item-overlay{
 background: linear-gradient(180deg, rgb(0 0 0 / 86%) 4.01%, rgb(0 0 0 / 46%) 70.24%);   
}
.cicleContIcom{
        width: 60px;
    height: 60px ;
    align-items: center;
    justify-content: center;
}
#heroBannerHome .wpr-slider-title div{
   color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(9px);
    padding: 10px 30px;
    background: rgba(255, 255, 255, 0.2);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-image: initial;
    border-radius: 4px;
    transition: 0.2s ease-in-out;
    margin-bottom: 15px;
    display: inline-block;  
}
#heroBannerHome  .wpr-slider-sub-title h2{
       font-size: 60px;
    color: #fff;
    font-weight: bold;
    width: 72%;
}
#heroBannerHome .wpr-slider-description p{
    
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
}

#contactButton{
    background: #bf9b2e;
    padding: 10px;
    width: 180px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 4px;
    color: #fff !important;
    font-size: 16px;
    text-decoration: unset !important;
    border: 1px solid #bf9b2e;
    font-weight: 500;
}

.testiRightBox .wpr-testimonial-content-inner{
    
    background-color: transparent !important;
    
}
.testiRightBox .wpr-testimonial-content-inner::before{
    content: unset !important;
}
.testiRightBox .wpr-testimonial-content p{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
        text-align: left;
        color: #fff!important;
}
.testiRightBox .wpr-testimonial-content h5{
        display: block;
    font-size: 18px;
    font-weight: 500;
    color: #bd992d;
    text-align: left;
    margin-top: 15px;
}
.testiRightBox .wpr-testimonial-meta-align-center .wpr-testimonial-meta{

    display: none;
}
.testiRightBox .wpr-testimonial-arrow-container{
            position: absolute;
    top: unset;;
    right: -83%;
    display: flex;
    width: 100%;
    padding: 0;
    left: unset
}   

.testiLeftBox, .testiRightBox  {
    overflow: hidden;
    border-radius: 8px;
}
.testiRightBox .wpr-testimonial-arrow{
  position: unset !important;
    width: 40px !important;
    height: 40px !important;
    background-color: transparent;
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid #fff !important

}
.testiRightBox .wpr-testimonial-arrow svg {
    width: 10px !important;
}
.testiRightBox .wpr-testimonial-arrow:last-child{
    background-color: #bd992d;
    border-color: #bd992d !important;
}


.whatWeDoTabs::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: #b49021;
    right: -35px;
    top: 0;
    border-radius: 5px;
}
.whatWeDoTabs .tabActive{
    background-color: #bf9b2e !important;
}
.tabActive::after {
   
    background-image: url(../images/button.png);
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    right: -64px;
    z-index: 1;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.whatWeDoTabs .tabActive h2{
    color: #fff !important;
}
.whatWeDoTabs .tabActive .cicleContIcom{
    background-color: #fff !important;
}
.weDoItem{
    cursor: pointer;
}
.weDOTabView{
    display: none;
}
.weDOTabView.active{
    display: flex;
}
.statisticCount{
    position: relative;
    overflow: hidden;
}
.statisticCount .elementor-element{
   position: relative;
   z-index: 1;
}
.statisticCount::after{
        position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 15px solid #f6eedf;
    content: '';
    top: -60px;
    left: -60px;
    z-index: 0;
}
.stickyTab{
    position: sticky;
    top: 20px;
}

.whatWeDoSection{
    background: linear-gradient(
138deg, #FFFFFF 81%, #DCBA7E 138%) !important;
}
.serviceBoxItem{
    box-shadow: 3px 4px 10px #0000002e !important;
}
.elementor-146 .elementor-element.elementor-element-24d79de .wpr-field-group.wpr-form-field-type-submit{
    width: 150px !important;
}

@media(min-width: 1300px) and (max-width: 1399px){
    .elementor-9 .elementor-element.elementor-element-4e18126 .wpr-slider-content, .container{
        max-width: 1299px;
        padding: 0 15px;
    }
    .container{
        max-width: 1299px;
    }
    
}
.elementor-9 .elementor-element.elementor-element-4e18126 .wpr-slider-dots .slick-active .wpr-slider-dot{
    background-color: #BF9B2E;
}
@media(min-width:1200px) and (max-width:1399px){
 #heroBannerHome .wpr-slider-content{
     padding: 0 50px;
 }   
}
@media(min-width:768px) and (max-width:1199px){
    .container{
        overflow: hidden;
    }
    p{
        font-size:14px;
    }
    
  #heroBannerHome .wpr-slider-sub-title h2{
      
      font-size: 24px;
  }  
  #heroBannerHome .wpr-slider-sub-title h2{
      width: 100%;
      padding: 0;
  }
#heroBannerHome .wpr-slider-description p{
    font-size: 14px;
    padding: 0;
}
#heroBannerHome .wpr-slider-content{
    padding: 0 15px;
    text-align: center;
}
#heroBannerHome .wpr-slider-arrow svg{
    opacity: 0;
}
#heroBannerHome .wpr-slider-title div{
    padding: 8px 8px;
    font-size: 12px;
}
.whatWeDoTabs::after{
        right: -20px;
}
.tabActive::after{
        width: 20px;
    height: 20px;
    right: -35px;
}
.testiRightBox .wpr-testimonial-content h5{
      font-size: 12px;
  } 
}
@media(max-width:767px){
    .container{
        overflow: hidden;
    }
    
  #heroBannerHome .wpr-slider-sub-title h2{
      
      font-size: 24px;
  }  
  #heroBannerHome .wpr-slider-sub-title h2{
      width: 100%;
      padding: 0;
  }
#heroBannerHome .wpr-slider-description p{
    font-size: 14px;
    padding: 0;
}
#heroBannerHome .wpr-slider-content{
    padding: 0 15px;
    text-align: center;
}
#heroBannerHome .wpr-slider-arrow svg{
    opacity: 0;
}
#heroBannerHome .wpr-slider-title div{
    padding: 8px 8px;
    font-size: 12px;
}
.elementor-9 .elementor-element.elementor-element-4e18126 .wpr-slider-item{
    height: 420px;
}
   .elementor-9 .elementor-element.elementor-element-07821e4{
       min-height: 420px !important;
   } 
   p{
       font-size: 14px;
       line-height: 23px;
   }
   .elementor-9 .elementor-element.elementor-element-4e18126 .wpr-advanced-slider{
       height: 420px !important;
   }
   .elementor-9 .elementor-element.elementor-element-779d7b0.container{
       padding: 0;
   }
   .elementor-element.elementor-element-ce867eb.e-con-full.stickyTab.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child{
          display: flex;
    flex: 0 0 850px;
    flex-direction: row;
    flex-wrap: nowrap;
            min-height: 160px;
            
       
    
   }
   .elementor-element.elementor-element-9a751bb.e-con-full.whatWeDoTabs.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child{
    overflow: hidden;
    overflow-x: auto;
    background: transparent;
       
   }
   .weDoItem {
    margin-right: 10px;
    background-color: #fcf9f4 !important;
    min-height: 155px;
}
.cicleContIcom{
    margin-bottom: 10px;
}
.whatWeDoTabs::after{
    content: unset;
}
.tabActive::after{
    top: unset;
    bottom: 0;
    width: 20px;
    height: 20px;
    right: 0;
    z-index: 1;
    bottom: -12px;
    left: 0;
}
  .testiRightBox .wpr-testimonial-content h5{
      font-size: 12px;
  }  
}

header .container{
    overflow: unset !important;
}


.mobileMenu{
    position: fixed;
    z-index: 9999999999;
    width: 70%;
    height: 100vh;
    background: #ffffff;
    box-shadow: 4px -1px 10px #0000004a;
    transform: translateX(-101%);
    opacity: 0;
    transition: 0.2s ease-out;
}
.mobileMenu.active{
     transform: translateX(0%);
    opacity: 1;
     transition: 0.2s ease-in;
}
.mobileMenuHeader{
    width: 100%;
      height: 260px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px #00000017;
    margin-bottom: 20px;
}
.mobileMenuHeader img{
        height: 200px;
}
.mobileMenu .menu-item{
    width: 100%;
}
.mobileMenu .menu-item a {
    width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid #bf9b2e40;
    color: #000;
    display: block;
}
.mobileMenuOverlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000a6;
    z-index: 999999999;
}
.mobQuoteBtn{
        margin-right: 50px;
    margin-left: 0;
    color: #fff;
}
@media(max-width:767px){
    header{
        padding: 10px 0;
    }
    header #openMenu{
        color: #fff;
    }
    .header-fixed #openMenu{
        color: #bf9b2e;
    }
    .menu-item-has-children .sub-menu {
    height: auto;
    max-height: max-content;
    overflow-y: unset;
    transition: 0.3s all linear;
    opacity: 1;
    position: unset;
    width: 100%;
    display: block;
    }
    .menu-item-has-children:hover .sub-menu {
    height: auto;
    max-height: max-content;
    overflow-y: unset;
    transition: 0.3s all linear;
    opacity: 1;
    position: unset;
    width: 100%;
    display: block;
}
ul.sub-menu li{
    border: unset;
}
.sub-menu .sub-menu .menu-item{
    margin: 0;
}
.mobileMenu .menu-item a{
    border-bottom: unset;
}
.sub-menu{
    box-shadow: unset;
}
}

.logoSection img{
        height: 60px;
}
.logoSection .logoDark{
    display: none;
}
.header-fixed .logoSection .logoWhite{
    display: none;
}
.header-fixed .logoSection .logoDark{
    display: block !important;
}
.footerLogo img{
    height: 50px;
}


.quotePopupOverlay{
    width: 100%;
    height: 100vh;
    background-color: #000;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999999999;
    opacity: 0.4;
}
.quotePopup{
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    max-width: 700px;
    min-height: 500px;
    padding: 20px;
    background: #fff;
    z-index: 99999999999;
    border-radius: 15px;
}
.quotePopup .contactForm h4{
    margin-bottom: 0;
}
.quotePopupClose{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #bf9b2e;
    cursor: pointer;
}
#wpforms-888{
    margin: 0;
}
#wpforms-form-888{
    margin-top: 0;
}

#wpforms-form-888 .wpforms-field-container{
      display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
}
#wpforms-form-888 .wpforms-field {
    float: none;
    clear: both;
    width: 48%;
}
#wpforms-form-888 .wpforms-field input, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices, #wpforms-form-888 .wpforms-field.wpforms-field-textarea{
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
}
.wpforms-container .wpforms-form .wpforms-field-label, .wpforms-container .wpforms-form .wpforms-field-sublabel, .wpforms-container .wpforms-form .wpforms-field-description, .wpforms-container .wpforms-form textarea, .wpforms-container .wpforms-form li, .wpforms-container .wpforms-form th{
        font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}
button#wpforms-submit-888 {
    background: #bf9b2e;
    padding: 10px;
    width: 180px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 4px;
    color: #fff !important;
    font-size: 16px;
    text-decoration: unset !important;
    border: 1px solid #bf9b2e;
}
div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error{
    position: absolute;
    bottom: 0;
}
div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error{
    position: absolute !important;
    bottom: 0;
}
.quotePopup {
        height: 606px;
    overflow: hidden;
    overflow-y: auto;
    top: 16px;
}
@media (max-width: 767px) {
    
   .quotePopup .contactForm{
        padding: 0;
    }
    #wpforms-form-888 .wpforms-field{
        width: 100%;
    }
  /* Make menu vertical and full width */
  #menu-menu-2 {
    display: block;
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
    list-style: none;
            height: 74vh;
        overflow-y: auto;
        padding-bottom: 120px;
  }

  #menu-menu-2 li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  #menu-menu-2 li a {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
  }

  /* Style for sub-menu */
  #menu-menu-2 .sub-menu {
    display: none;
    background:#bf9b2e17;
    padding-left: 15px;
  }

  /* Show submenu when parent is active (WordPress adds .current-menu-item or .current-menu-parent) */
  #menu-menu-2 .current-menu-parent > .sub-menu,
  #menu-menu-2 .current-menu-item > .sub-menu {
    display: block;
  }

  /* Optional: small indicator for items with submenus */
  #menu-menu-2 .menu-item-has-children > a::after {
    content: " ▾";
    float: right;
    font-size: 14px;
  }

  /* Better touch spacing */
  #menu-menu-2 li a {
    line-height: 1.5;
  }
  .footerItem h5{
      padding-bottom: 5px;
      padding-top: 15px;
  }
  .logoSection img{
      height: 40px;
  }
  .mobQuoteBtn{
      margin-right: 2px;
  }
}
.elementor-element.elementor-element-c021cf7.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-parent.e-lazyloaded {
    background: linear-gradient(180deg, rgb(255 255 255) 71%, rgb(220 186 126) 142%, rgb(255 255 255) 231%);
}