@media only screen and (min-width:300px) and (max-width:992px){
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.g-recaptcha {
transform:scale(0.7)!important;
transform-origin:0 0!important;
}


.quizzes1 {
    display: unset!important;
}
.terms_contition {
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
}	
.modital_tatile_bar {
      margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #fff;
    letter-spacing: 0.3px;
}
.modal-scroll {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1rem 1rem;
    overflow-y: auto;
    height: 375px;
}
	


.table_width th {
    width: 100%;
}


.my-form h1 {
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 20px;
}



/***********************product details pages*************/

.product_detail_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.product_detail_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.product_detail_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.product_detail_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.product_detail_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


/************************END  PRODUCT DETAILS PAGES SCROLL*************/














	
/********CUSTOM***PRODUCT******/
/*
 *  STYLE 2
 */
.custom_prduct_gullery{
		overflow-x: auto!important;
    display: flex;
    width: 100%;
    padding: 10px 0px!important;
}
.custom_prduct_gullery::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.custom_prduct_gullery::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.custom_prduct_gullery::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.custom_prduct_gullery::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.custom_prduct_gullery::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.custom_prduct_gullery::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}
.custom_prduct_gullery::-webkit-scrollbar-button:disabled
{
  /* Why is this not red*/
}
.custom_prduct_gullery::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.custom_prduct_gullery::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.custom_prduct_gullery::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}

 
 

/********END***CUSTOM***PRODUCT******/
	
.product_tool_tops{
	padding: 25px 0px 0px;
}	
	
	
.search input {
    height: 52px;
    text-indent: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 1px;
    background: white;
    padding: 0.375rem 1px!important;
}
	.dnoned1{
		display:block;
	}
	.dnoned2{
		display:none;
	}
	.dnonesubmenu{
display:block!important;	
}
.icon-tab a:hover {
    background:#5e5e5e!important;
 padding:15px 14px 15px 7px!important;
    color:#000;
}
.blog_inner_title_heading{
	font-size:20px!important;
}
.white-heading{
	text-align: center;
    color: #454343!important;
    font-size: 24px!important;
    font-weight: 700!important;
    position: relative!important;
    margin-bottom: 19px!important;
}
.service-section {
    background: #f9f9f9;
    padding-bottom: 50px;
    padding-top: 20px!important;
}
.heading_inner {
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0px !important;
}
.casestudyinner {
    padding-top: 10px !important;
    padding-bottom: 50px;
}

.single-service_home {
    box-shadow: none !important;
    padding: 0px 0px 0px 0px !important;
    /* margin-bottom: 0px; */
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.vendor_form_width {
       width: 95%!important;
    background: #f7f7f757;
    margin: auto;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 45%);
	padding: 1rem!important;
	
}
.choose_space {
    padding: 5px 0px;
    width: 100%;
}
.accordion {
    width: 100%;
    border: 1px solid #dfdfdf4d;
    padding: 1.2rem 0px;
    border-radius: 1rem;
    background: white;
    /* box-shadow: 0 0 5rem lightgrey !important; */
    margin-top: 30px!important;
    /* margin-left: 13px; */
}
.pro-buttons1 {
    padding-right: 0px!important;
}
.rental h3{
	padding:10px 0px!important;
}
.product_listing_btn {
    text-align: left;
    padding: 0px 0px!important;
}
.slick-slider .slick-dots li button {
    position: relative;
    width: 6px !important;
    height: 6px !important;
    box-shadow: inset 0 0 0 2px d1d0cb;
    border-radius: 50%;
    margin: 2px;
    padding: 0;
    outline: none;
}

.imageSizeFile {
    height: 120px!important;
    object-fit: cover;
}
.casestudyinner__btn-area {
    margin-top: 4px;
    text-align: center;
    margin-bottom: 0px!important;
    border-right: 0px !important;
}
.contact_textarea {
    height: 109px !important;
    margin-top: 0px!important;
}
.why_us {
    padding: 35px 0px 55px!important;
}


/*
.mobile_res::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
	border-radius: 30px;
	border:none!important;
}

.mobile_res::-webkit-scrollbar
{
	width:3px!important;
	height:3px!important;
	background-color: #F5F5F5;
	border:none!important;
}

.mobile_res::-webkit-scrollbar-thumb
{
	border-radius:30px;
	background:#f7e433;
		border:none!important;
}

*/
/****************news scroll*******************/


.news_scroll::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
	border-radius: 30px;
	border:none!important;
}

.news_scroll::-webkit-scrollbar
{
	width:3px!important;
	height:3px!important;
	background-color: #F5F5F5;
	border:none!important;
}

.news_scroll::-webkit-scrollbar-thumb
{
	border-radius:30px;
	background:#f7e433;
		border:none!important;
}

/*****************************************************scroll BAR*****************************************/

.mobile_res::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.mobile_res::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.mobile_res::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.mobile_res::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.mobile_res::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.mobile_res::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}
.mobile_res::-webkit-scrollbar-button:disabled
{
  /* Why is this not red??? */
  background-color:  red;
}
.mobile_res::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.mobile_res::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.mobile_res::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.mobile_res::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.mobile_res::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.mobile_res::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.mobile_res::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}





/**********************************start categories_scroll*******************************/
.categories_scroll{
	overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    margin: auto;
}
.categories_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.categories_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.categories_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.categories_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/*
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}

.categories_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}*/

.categories_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.categories_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:block;
}
.categories_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:block;
}

.categories_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");
  
}
.categories_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");

}


/**********************************End categories_scroll*******************************/


.single-service_home label {
    box-shadow: 0 0 10px 0 rgb(227 227 227 / 73%);
    padding: 21px 10px 27px!important;
    margin-bottom:0px;
    background: #fff;
    border-radius: 10px!important;
    cursor: pointer;
    width: 100%;
}









/**********************************************end scroll bar*****************/

/*************************cid form**********************/
.Helical_Piles {
    display: block!important;
}
.input_section_wrapper {
    width: 100%!important;
}
.heli_flex {
    display: inherit!important;
}
.empty_question {
    display: inherit!important;
    align-items: center;
}
/*************************End***********cid form**********************/









.m{
    margin-top:0px !important;
}
.retro-layout-2 .h-entry.mb-30 {
    margin-bottom: 23px!important;
}
.press_wrapper {
    height: 315px;
     margin-top:0px!important;
    padding: 5px;
}
.press_space{
	margin-top:30px!important;
}
.press_section_space{
	margin-top: -28px;
}
/*
.pro-heading-title h2 {
    padding-top:0px!important;
}*/
.form_label{
    display: inline-block;
    margin-bottom: 0.2rem!important;

}
.fm_mt{
margin-bottom: 0rem!important;	
}
.compnay_addresfm h5 {
    font-weight: 600;
    font-size: 16px;
    padding:0px 0px 0px 0px!important;
}
.References_sub_hedding h6 {
    font-size: 15px;
    color: #707070;
    padding: 0px 0px 10px!important;
}
.Total_Turnover_box {
    padding:10px 0px 0px 0px!important;
}
.customare_form_heddig h3 {
    font-size: 16px;
    font-family: "Poppins", sans-serif!important;
    font-weight: 600!important;
}
.type_compny{
	margin-bottom:0px!important;
}
.awards_mtandt_about {
    padding:26px 0px 40px;
    background: #f1f1f1;
}
/*
.aboutusp {
    text-align: center;
    margin-top: 6px;
    color: #000;
    font-size: 24px;
    padding:13px 0px 25px!important;
}*/

.related_product {
    background: #fff;
    padding: 18px 0px 30px!important;
}

.casestudyinner__share {
    text-align: center;
    margin-bottom: -30px;
   /* margin-top: 35px!important;*/
}
.down_cse h4{
	font-size: 15px!important;
}
.casestudyinner__share h4 {
    font-size: 15px!important;
}
.gp {
    padding: 10px!important;
}
.thumb {
    margin-bottom:0px!important;
}
img.zoom {
    width: 100%;
    /*height: auto!important;*/
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.filter_space{
	padding: 15px 0px 0px 0px;
}
.reverse {
    display: flex!important;
    flex-wrap: wrap-reverse!important;
}
.pro-heading-title{
	padding:5px 0px!important;
    margin-bottom: 0px!important;
}
.tab_section {
    padding: 30px 0px 0px;
}





.brandsimages_award {
    margin-top: -35px!important;
    padding-bottom: 50px;
}
.training_hedding h5{
    line-height: 25px;
    text-align: left;
}
.file_size_hint span {
  line-height: 19px;
    color: red;
    font-size: 12px;
}
.mtandt_scroll_nemu {
    overflow-y: scroll;
    height:500px!important;
}
.news_event_blog-item4 a>.item-arrow {
    /* padding-left: 40px; */
    color: #ffeb3bcf;
    left: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: -25px!important;
}
/*
.brands-content{
	padding: 9px 0px 20px!important;
	background: #f9f9f9;
}*/

.single-service {
    box-shadow: 0 0 10px 0 rgb(227 227 227 / 73%);
    padding: 40px 40px 25px;
    height:200px!important;
    width:100%!important;
    margin-bottom: 0px!important;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 0!important;
}
.radiocard{
	width:100%!important;
}
.search button {
    position: unset;
    top: 3px;
    width: 100%!important;
    right: 5px;
    display: none;
    border-radius: 3px;
    height: 45px;
    color: #000;
    width: 135px;
    font-size: 15px;
    background: #f7e433;
}


/*
.For_EOT_Cranes {
  overflow-y: auto;
  height: 459px;
  padding:0px;
}*/
.tabform{
	padding:0px !important;
}
.sp_fm{
	padding:0px !important;
}
.mobile_catlogues_downlode_btn{
	padding: 10px 0px 0px 0px;
	display:block!important;
}
.cataloge a {
    position: absolute;
    top: 332px;
    display: none!important;
    right: 15px;
    color: #252525;
    font-size: 16px;
    padding: 12px 42px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: rgb(255 238 95 / 75%);
    opacity: 0;
    font-weight: 600;
    width: 200px;
    visibility: hidden;
    transition: width 1s , opacity 1s;
}
.subcategory_btn:hover {
    background: #000!important;
    color: #000!important;
    transition: 0.5s;
}
.tab_catogery{
	margin-top:10px!important;
    border: 1px solid #e9ecef;
    background: white;
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 16%);
    margin-left: 0px;
}

.sub-category_header {
    padding: 10px 0px!important; 
    display: -webkit-box;
}




}


@media only screen and (min-width:300px) and (max-width:374px){
.product_detail_scroll .detalis_tab{
	margin-right:40px!important;
}

.terms_contition{
	font-size: 13px;
    text-align: justify;
    line-height: 23px;	
	}
.modal .modal-dialog {
    /* position: absolute; 
	top: 48%!important;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;*/
}	
	
.video_icone i {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0; */
    color: #fdfdfd;
    margin-top: -40px;
    left: 18px;
}	
.custom_content {
    padding-top: 10px;
}	
.product_detail_scroll {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: initial;
    margin: auto;
    display: flex;
    margin-bottom: 20px!important;
}	
	
.product_detail_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.product_detail_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.product_detail_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.product_detail_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.product_detail_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


/************************END  PRODUCT DETAILS PAGES SCROLL*************/

	
	
	
.fix_product_box {
    min-height: 60px!important;
    max-height: 60px;
    /* height: auto!important; */
	width:55px!important; 
    border: 1px solid #edebeb94!important;
    margin-bottom: 8px!important;
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px 0px;
    overflow: hidden;
	margin-left: 0px!important;
}	
	
.gallery-item {
    float:right!important; 
    width: 50%!important;
}	
	
	.gal-item a:after {
    content: "\f002";
    font-family: 'fontawesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 9px;
    left:4px!important;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 124px!important;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video_click_ope_model:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 91%!important;
    height: 41%!important;
    /* margin-left: 10px; */
    margin: 5px 0px 0px 5px;
    opacity: 9;
    background-color: rgb(65 94 122 / 13%);
    content: '';
    transition: 0.4s;
    border-radius: 3px;
}
.media_gallery_videos{
    height: 100%!important;
}

.gal-item{
	padding: 5px !important;
    height: 130px !important;
    margin-bottom: 10px;
}
.product-page h2 {
    font-size: 15px!important;
    line-height: 22px!important;
}
.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 10px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 13px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
.subcategory_btn{
	width:100%!important;
    margin-right: 0 !important;
    padding:15px 1px !important;
    display: flex;
    align-items: center;
    justify-content: center!important;
}
.icon-tab a i{
    display: flex!important;
	font-size: 18px;
    justify-content: center;
}
.video-background-holder {
    position: relative;
    background-color: black;
    height: 180px!important;
    min-height: 180px!important;
    width: 100%;
    overflow: hidden;
}
	.slick-vertical .slick-slide img {
    display: block;
    width: 100%;
    /*height:30px!important;
    width:30px!important;*/
}
.slick-vertical .slick-slide {
    display: block;
    height: auto!important;
    border: 1px solid transparent;
     padding:0px 0px; 
	margin-bottom: 5px;
	
}
.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
width: 20px!important;
    height: 59px!important;
    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
}
.slick-next {
    left: 7px;
    transform: rotate(90deg);
    top: 323px!important;
}
.slick-prev {
	left: 8px!important;
    top: -32px!important;
    transform: rotate(90deg);
}


	.container_subcategory {
    width: 100%!important;
    margin: auto;
}
	.princple_box_div {
    padding-top: 15px;
}
.groupprinciple_aboutmt {
    background-color: #fff;
    padding: 25px 0px 40px;
}
.contact_space {
    background: #f9f9f9!important;
    padding: 30px 10px 40px!important;
    margin-bottom: 40px!important;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%)!important;
}	

	
.contact_select{
	    padding: 0px 0px 10px!important;
}	
	.gal-item .box {
    height: 125px!important;
    overflow: hidden;
}
.box_video {
    padding: 0.25rem;
    background-color: var(--color-page-background);
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: 125px!important;
}
#video_media{
    height: 116px!important;
}
.press_wrapper{
    box-shadow:-1px 0rem 1rem 0rem rgb(22 23 24 / 14%);
    transition: 0.5s;
}
	.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}
.fliter_section{
	display:none;
}
	
	.fliter_btn{
	display:block!important;
}

	
nav[aria-label="breadcrumb"] .breadcrumb {
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
background-color: transparent;
line-height: 23px!important;
padding: 1px!important;
}
nav[aria-label="breadcrumb"] .breadcrumb .breadcrumb-item a {
    font-size: 12px;
    color: #000;
}
.product_listing_hedding {
    padding: 25px 0px 25px!important;
}

.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%;
}

.blogaside{
padding-top: 10px!important;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 7px!important;
}	
.slider_resize {
    /* height: 365px!important; */
    width: auto!important;
}	
	
.fg-services .fg_services_item:hover .fg_services_item_text {
    bottom: 0px;
}
.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    /* bottom: -163px; */
    top: 225px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}
.mtandt_scroll_nemu{
	overflow-y: scroll;
    height: 450px;
}	
	.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    /* padding: 30px 50px 30px 95px; */
  padding: 30px 15px 15px 15px!important;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    height:250px!important;
}
.categories-view1 li:hover span {
    background-color: #1e1e1e;
    color: #f9f9f9e0;

}

.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 2px!important;
    font-size: 15px!important;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}
.categories-view1 span {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    color: #ffe61c;
    width: 30px!important;
    height: 30px!important;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding: 7px 4px 0px!important;
    background-color: #f7e433;
    border: 1px solid #eee;
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.categories-view1 a {
    display: block;
    font-size: 16px!important;
    font-weight: 700;
    margin-bottom: 7px;
    cursor: auto;
}
.subcategory_btn{
	width: 100%!important;
    margin-right: 0 !important;
    padding: 15px 1px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.casestudyinner__share1{
	text-align: center;
    margin-bottom: 2px;
    margin-top: 8px;
}	
.casestudyinner__btn-area {
    margin-top: 4px;
    text-align: center;
    margin-bottom: 0px!important;
    border-right: 1px solid #e3d8d8;
}
.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 15px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
    margin-top: 0px !important;
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
	
.vendor_form_width {
    width: 95%!important;
    background: #f7f7f757;
    margin: auto;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 14%);
}
.event-title {
    font-size: 25px!important;
    margin-bottom: 4px!important;
    line-height: 33px!important;
}	
.event_detail{
	padding: 20px 0px!important;
}
	.event-content {
    text-align: justify;
    padding-top: 0px!important;
}
.retro-layout .img-1, .retro-layout .img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    height: 200px!important;
}

.blog_inner_width {
    width: 100%!important;
    float: right;
}

.press img {
    height: auto!important;
}
.press_right img {
    height: auto!important;
}
	.dnoned1{
	display: flex;
    justify-content: space-between;
}
.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}
.footer-social-infos a {
    color: var(--black);
    width: 30px!important;
    border: 1px solid var(--primary-color);
    justify-content: center;
    display: inline-flex;
    height: 30px!important;
    align-items: center;
    border: 2px solid #f7cd29;
    border-radius: 25px;
}

.icon_size {
        font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop_icon span {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    padding: 0px 6px;
   height: 30px;
    text-align: center;
    width: 30px;
}
.mobile_menu_border{
	border-bottom: 1px solid #dbdbdb;
}
.drop_icon{
	display:block!important;
}
	
	
	
	
	
	
	
	
	
	
	
	
	.hedding_images img {
    margin-bottom: 25px;
    height:34px;
}	
.hedding_Rental_Division h3 {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
/********media_event******/
.news_event_blog-item4 a {
    display: block!important;
    background: #f9f9f9;
    padding: 26px 26px;
    overflow: hidden;
    align-items: center;
    max-width: 90%;
    min-width: 90%;
    margin: auto;
    border-bottom: 1px solid #ffeb3b;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 6px;
    margin-bottom:17px!important;
    text-decoration: none;
}
.news_event_blog-item4 .news_events_picture {
    width: 100%!important;
    object-fit: cover;
    margin-right: 50px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgb(0 0 0 / 0%);
}
.news_event_blog-item4 .news_event_content4 {
    width: 100%!important;
    padding: 15px 0px!important;
}
/********end***media_event******/
	
/*********media pages*****/
.nav_tabs_align {
    display: flex;
    width:100%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}
.news_tabs {
    background: #ffee5f;
    width:95%!important;
    margin: auto;
    margin-top: -41px!important;
}
.icon-tab {
  text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 0px 0px 20px 0px!important;
    width: 25%;
}
.icon-tab a {
    font-size: 13px!important;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 5px 15px 5px!important;
    width: 25%;
}
/******end media query*****/	
	
/*******indestry inner pages*****/	
.service-block {
    position: relative;
    color: #303030;
    margin-top: 15px;
}
/*******End indestry inner pages*****/	
	
	
	
	
	
/*****services Inner pages****/
.about_header_main .about_heading {
    max-width: 450px;
    font-size: 20px!important;
}
	.about_content_box_all{
    padding: 5px!important;
}
.text-muted12{
	text-align:center;
}
/*****end***services Inner pages****/
		
	
	
	
	
	
/*********start contact page responsive************/
.sub_tubs>.nav-item>.nav-link-a {
    padding: 7px 12px!important;
}
.sub_tubs{
	border: 0;
    padding: 15px 0.7rem;
    background: #f3f3f3;
    line-height: 35px!important;
}
.country_tabs_wrapper {
    padding: 0px 0px;
    background: #5a5a5ab8;
    border-radius: 10px 10px 0px 0px;
    width: 85%!important;
    margin: auto;
}
.country_tabs_wrapper>.nav-item>.nav-link {
    color: #fff;
    margin: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 13px!important;
    padding: 5px 15px;
    line-height: 1.5;
}
.single-contact-address-box.main-branch .inner ul li .text p {
    color: #131313;
    font-size: 11px;
    line-height: 24px;
}
.contact-form {
    background: #f3f3f3;
    padding:10px 10px 10px;
}
.sec-title-style1 .title {
    color: #131313;
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec-title-style1 .text p {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    color: #131313;
    font-size: 12px;
    line-height: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
/*********End contact page responsive**************/

	.fg-services .fg_services_item {
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}
.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
	.brandsimages img{
	height:100px;
}
.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}
.bg_color_section {
    background-color: rgb(0 0 0 / 32%);
    padding: 60px 0px;
    margin-top: -41px;
}
.pagination {
    border-radius: 0;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0px 10px 10px;
    float:none;
	justify-content: center;
}
.logo_name {
    display: inline-grid;
    align-items: center;
    padding: 0px 0px;
}	
.bront_name {
    /* padding: 0px 0px 8px; */
    width: 100%;
}
	.copyright_footer {
    text-align: center;
    padding: 5px 0px 0px;
}
.bront_name h5 {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 600;
}
.training_Certifications {
    padding: 20px 0px 20px;
    background: #fff;
}
.footer-five .footer-right .footer-bottom p {
    font-size: 13px;
    margin-bottom: 0;
    color: #959595;
    text-align: center;
}
		.slick-slider {
  margin-bottom: 30px !important;
}
.top_bar_contact_item {
      font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    color: #212529;
    margin: auto 0px;
	
}
.top_bar_contact_item a {
  font-size: 9px;
    font-weight: 300;
    line-height: 35px;
	
}
.top_bar {
    width: 100%;
    height: auto;
    background:#ffeb3bcf;
    z-index: 2;
}

.top_bar_user {   
 display: inline-block; 
 /* margin-left: 35px; */ 
 float: none;
 }
 .coll_hedder_inner{
	display:flex;
	flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
 .top_bar_content{
	 text-align: center;
	 display:none;
}
.search .icon_btn {
    position: absolute!important;
    top: 0px!important;
    width: 0px!important;
    right: 0px;
    display: block!important;
    border-radius: 0px!important;
    border-left: 1px solid #dfcc20!important;
    height: 51px!important;
    color: #000;
    width: 10%!important;
    font-size: 15px!important;
    background: #f7e433;
}
.product_search_icon{
	display:none!important;
}
.spsinfg {
    position: absolute;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    background-color: #f7e433;
    font-weight: 600 !important;
    color: #242424 !important;
    border: none !important;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%) !important;
  top: -3px!important;
    left: -50px!important;
}	

.search_header {
   /*position: absolute;
    width: 100%;
    top: 355px;*/
	transform: translateY(-50%);
}
.product article .pro-thumb .img-fluid {
    width: 100%;
    height: 310px;
    object-fit: cover;
}
.search button {
    position:unset; 
    top: 3px;
    width: 100%!important;
    right: 5px;
    border-radius: 3px;
    height: 45px;
    color: #000;
    width: 135px;
    font-size: 15px;
    background: #f7e433;
}

.tabs-content .nav .nav-link {
font-size: 12px;
    padding: 4px 19px;
    margin: 0px 0px 0px 0px;
    /* margin-bottom: 15px; */
    width: 100%;
    height:50px
}

.break_tabs a {
    width: 120px !important;
    line-height: 17px;
}
.services_btn{
padding-top:40px;    
}
.float {
    position: fixed;
    right: 10px;
    bottom: 80px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

   .drop_section {
    background: #ffffff;
    width: 290px;
    margin: auto;
    z-index: 999999;
    position: absolute;
    top: 50px;
    bottom: -380px;
    right: 0px;
    left: 0;
    border: 1px solid #9e9e9e73;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
}

.pro-content {
    padding-top: 145px;
}
.enquery_model {
   /* position: absolute;
       top: 53%!important;
    left: 53%!important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;*/
}
.pro-content .pro-heading-title h2 {
    font-size: 16px;
}
.fullwidth-banner {
    height: auto;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    margin:25px 0px;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
    background-clip: border-box;
    border-radius: 3px;
}
.card-img-overlay {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 0;
}
.newslater-section {
    padding:32px;
    opacity: 1.5;
    border-radius: 3px;
    position: relative;
    margin: 10px 0px;
}.newslater-media .pro-heading-title4 {    margin-bottom: 5px;    padding-bottom: 0;    color: #fff;}
.section1{
	padding: 20px 0px 20px;
	background: #fcfcfc;
}
.textmonial_section{
	padding:20px 0px 20px;
	background:#fafafa;
}.pt-5{	padding:0px !important;}
.pb-5{
	padding-bottom:0px !important;
	}
	.textmonial_section h2{	
	/*font-size:20px;*/
	}
	.chat { 
	font-size: 100px; 
	color: #888884; 
	position: absolute; 
	top: 10px;   
	right: 145px;}
	.kampyle_button-text { 
	/*height: 35px;  
	min-height: 35px !important; 
	max-height: 35px !important; 
	width: 125px !important; 
	min-width: 125px !important;  
	max-width: 125px !important;  
	background: #fee800;
    color: #000;   
	transform: rotate(90deg ); 
	top: 488px;  
	position: fixed;    
	z-index: 9999;*/
	
	background-color: #fee800;
    font-family: "Open Sans",sans-serif;
    cursor: pointer;
    position: fixed;
    top: 60%!important;
   z-index: 99999990;
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    width: 125px !important;
    max-width: 125px !important;
    min-width: 125px !important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	}
	.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 25px 0px!important;
}

.menu_logo {
    width:150px!important;
}
.logo_tags {
/*display: block; */
    /* display: flex; */
    align-items: center;
    padding-bottom: 0px;
}
.tagling_logo h5 {
    color: #cad1d1;
    font-size: 9px;
    line-height: 0px;
}
.tagling_logo span {
    color: #cad1d1;
    font-size: 9px;
}
.navbar-brand {
  margin-right:0px!important;
}

.navbar-collapse.show {
	right:90px;
    background: #000;
}
.navbar-collapse {
    position: absolute;
    top:52px;
    right: 100%;
    padding-left: 1px;
    padding-right:0px;
    padding-bottom: 15px;
    border-top: 1px solid #121212;
    width:80%;
    transition: all 0.3s ease;
    display: block;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 0px;
    /*padding: 12px 25px;*/
	 padding: 12px 0px;
    border-bottom: 1px solid #2f2f2f61;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
    padding-left: 25px;

}
/***********************services navigator**************/
.services_navigatore {
    padding: 0px 0px 24px;
    text-align: center;
	width: 100%; 
    line-height: 18px;
}
.services_navigatore p {
    color: #fff;
    font-size: 13px;
}
.mtnadt_service_icon {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    background: #ffeb3b;
}
.mtnadt_service_icon i{
	font-size: 30px;
    line-height: 78px;
}
.card-body h3 {
    color: #fff;
    font-size: 13px;
}
.job_product {
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
    background: #fff;
    opacity: 0.9;
    transition: 0.5s;
    margin: 9px 0px;
}
.carousel-inner {
    position: relative;
    width:100%!important;
    overflow: hidden;
    margin: auto;
}
.carousel .testimonial {
    color: #000;
    position: relative;
    padding: 15px!important;
    margin: 0 0 0px 0px;
}
.carousel .testimonial p {
    line-height: 20px;
    margin: 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.carousel .testimonial p::before {
    content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3b;
    font-weight: bold;
    font-size: 40px;
    line-height: 70px;
    position: absolute;
    left: -2px;
    top: 0;
    transform: rotateY(180deg);
}

/*************product slider****tabs*********/
.mobile_res{
overflow-x: scroll;
    width:100%;
    display: flex;
    flex-wrap: inherit;
    margin: auto;
}
.new-footer3 {
    background-color: #ffeb3bcf !important;
    height:auto;
}
.footer_useful_link {
    padding-left: 0px;
}
.footer-five .footer_block a {
    display: block;
    /* margin-bottom: 30px; */
    width: 50%;
}
.subscribe_bt {
    font-size: 16px;
    display: inline-block;
    top: 276px!important;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}
.mtandt_product_hover_border {
     display:revert; 
    position: relative;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%);
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    /* overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.break_tabs {
    border-right: 1px solid #e7e6e6;
    padding: 0px 0px!important;
}

p.detail {
    color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 23px;
    text-align:center!important;
}
.footer-details h2 {
  margin-top:-11px!important;
    font-size: 20px;
    color: #000;
    border-radius: 15px;
    text-align: center;
}

span.name {
color: #000000;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 17px;
}
p.detail {
color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 15px;

}
.new-footer3 {
    padding: 0px 0;
}
.carousel .media img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  top: 31px;
  border: 0;
  right: -18px;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  top: 31px;
  border: 0;
  right: -150px!important;
}
.mtandt_blog_box {
  border: 10px solid #f1efef;
  padding: 5px;
  margin: 10px auto;
  height:auto !important;
}

.carousel .testimonial p::after {
content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 45px;
    line-height: 70px;
    position: absolute;
    left: 0;
    right: -303px;
    /* top: 98px; */
    transform: rotateY(356deg);

}

.slick-slider .slick-dots {
  margin-top: -20px !important;
     padding: 0px 10px 
}
.model_align {
    position: absolute;
    top: 52% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.radio_box-inline {
    display: inline-flex;
    align-items: center;
    margin: 0px 3px!important;
}
.mobile_res {
justify-content: inherit!important;
}
.center_menu {
    text-align: unset;
}

.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--color-article1-background);
    animation: animationmenu ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    margin: 15px 0 0 0px;
    padding: 8px 0 0px;
    border-radius: 0;
    border: none;
    width: 100%!important;
    -webkit-box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
    box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
	/*height: 500px;*/
	overflow-y: scroll;
}
.megamenu h6 {
margin: 0px 10px;
    background: #ffffff;
    padding: 9px 5px;
    /* text-align: center; */
    border-radius: 3px;
    color: #000;
    font-size: 13px;
}
.mega_brop_menu {
  margin: 0px 0px;
}

.tages_line {
   /*padding: 0px 0px;*/
    padding: 0px 8px;
}
.backtotopbutton {
    background: #e3e2e2;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 45%;
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0 0.042857rem 0.971429rem 0.0714285714rem rgb(255 229 0); */
    border-radius: 26px 26px 0px 0px;
    line-height: 43px;
    /* border: 2px solid #ffef60; */
    margin-top: -112px;
    color: #000!important;
}
.sicail_twitter{
	height:300px!important;
}
.brands-content {
    padding: 25px 0px 15px;
    background: #fff;
}

/**************************about Us responsive*****************/
.width_container {
    width:100%!important;
}
#video_fm{
	width:100%!important;
	height:260px!important;
	
}
.about_main_section {
    background: white;
    padding: 20px 20px;
    height: auto !important;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.wrap_pricpil {
    display:grid;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    height:auto!important;
    border: 1px solid #b7b7b733;
	text-align: center;
}
.training_hedding {
    padding: 25px!important;
}
.mtandt_inner p{
	text-align: justify;
    padding:0px 0px 0px;
}
.about_WhoWeAre {
    background-color: #f1f1f1;
    padding: 30px 0px 20px;
}

/**************************Enad about Us responsive*****************/

/**************************catloges responsive*****************/
.toolbox-sort{
	margin: 0px 0px 8px;
}
/**************************end catloges responsive*****************/

	
}


@media only screen and (min-width:410px) and (max-width: 429px){
.slick-vertical .slick-slide {
    display: block;
    height: 35px;
    border: 1px solid transparent;
    padding: 0px 4px;
}
.fix_product_box {
    min-height: 60px !important;
    max-height: 60px;
    /* height: auto!important; */
    /*width: 60px !important;*/
    border: 1px solid #edebeb94 !important;
    margin-bottom: 8px !important;
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px 0px;
    overflow: hidden;
    margin-left:0px!important;
}
.gallery-item {
    float: left!important;
    width: 100%;
}	
.custom_content {
    padding-top: 10px;
}	
.reverse{
	 display: flex!important;
    flex-wrap: wrap-reverse!important;
}	
.gallery-item {
    float:right!important; 
    width: 50%!important;
}	
	
.container_subcategory {
    width: 100%!important;
    margin: auto;
}
	

	.space_event_gallery{
	padding:5px;
}
	
.product_detail_scroll{
	width: 100%;
    overflow-x: scroll;
    flex-wrap: initial;
    margin: auto;
    display: flex;	
}

.subcategory_btn {
    background: #fee600;
    padding: 15px 0px;
    width: 380px!important;
    margin-right: 0px !important;
    align-items: center;
    /* display: flex; */
    font-size: 16px;
    margin: 0px 0px;
    border-radius: 0px !important;
    border-right: 1px solid #e9d61e69;
 
    border-bottom: 1px solid #efd90b;
}



.product-page .nav .nav-item {
    width: 33.33%;
    padding: 13px 20px !important;
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
    margin-right:0px!important;
}

.slick-prev {
    left: 0px!important;
    top: 50%!important;
    /* transform: rotate(90deg)!important; */
}
.slick-next {
    right:0!important;
    /* transform: rotate(90deg) !important; */
    top: 50%!important;
}
.slick-prev, .slick-next {
  font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
   width: 21px!important;
    height: 24px!important;

    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
	
}
.video_icone i {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0; */
    color: #fdfdfd;
    margin-top: -40px;
    left: 20px;
}
	
	
.princple_box_div {
    padding-top: 15px;
}
.groupprinciple_aboutmt {
    background-color: #fff;
    padding: 25px 0px 40px;
}
	
	.contact_space{
background: #f9f9f9!important;
    padding: 30px 10px 40px!important;
    margin-bottom: 40px!important;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%)!important;
}	
	.contact_select{
	    padding: 0px 0px 10px!important;
}
	
	.gal-item .box {
    height: 125px!important;
    overflow: hidden;
}
.box_video {
    padding: 0.25rem;
    background-color: var(--color-page-background);
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: 125px!important;
}
#video_media{
    height: 116px!important;
}
.press_wrapper{
    box-shadow:-1px 0rem 1rem 0rem rgb(22 23 24 / 14%);
    transition: 0.5s;
}
	.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}	
.heading_inner {
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom:5px!important;
}	

.casestudyinner__info-top {
    margin-bottom: 10px;
    padding: 15px 0px 0px;
}

.casestudyinner__share {
    text-align: center;
    margin-bottom: 0px!important;
    margin-top: 30px!important;
}

nav[aria-label="breadcrumb"] .breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    line-height: 23px!important;
    padding: 1px!important;
}

.fliter_section{
	display:none;
}
.fliter_btn{
display:block!important;
}
	
	
	.product_listing_hedding {
    padding: 25px 0px 25px!important;
}

.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%;
}

.blogaside{
padding-top: 10px!important;
}

.slider_resize {
    /* height: 365px!important; */
    width: auto!important;
}
.product article .pro-thumb .img-fluid {
    width: 100%;
    height: 340px!important;
    object-fit: cover;
}	
	
.fg-services .fg_services_item:hover .fg_services_item_text {
    bottom: 0px;
}
.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    /* bottom: -163px; */
    top: 225px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}
.mtandt_scroll_nemu {
    overflow-y: scroll;
    height: 850px;
}

	.video-background-holder {
    position: relative;
    background-color: black;
    height: 230px!important;
    min-height: 10rem!important;
    width: 100%;
    overflow: hidden;
}	
	
	.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    /* padding: 30px 50px 30px 95px; */
  padding: 30px 15px 15px 15px!important;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    height:250px!important;
}
.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 2px!important;
    font-size: 15px!important;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}
.categories-view1 span {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    color: #ffe61c;
    width: 30px!important;
    height: 30px!important;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding: 7px 4px 0px!important;
    background-color: #f7e433;
    border: 1px solid #eee;
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.categories-view1 a {
    display: block;
    font-size: 16px!important;
    font-weight: 700;
    margin-bottom: 7px;
    cursor: auto;
}

.product-page h2 {
    font-size: 17px!important;
    line-height: 20px!important;
}
.casestudyinner__share1{
	text-align: center;
    margin-bottom: 2px;
    margin-top: 8px;
}	
.casestudyinner__btn-area {
    margin-top: 4px;
    text-align: center;
    margin-bottom: 0px!important;
	border-right: none!important;
}
img.zoom {
    width: 100%;
    height:150px!important;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.gal-item a:after {
    content: "\f002";
    font-family: 'fontawesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 9px;
    left:4px!important;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 124px!important;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video_click_ope_model:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 91%!important;
    height: 41%!important;
    /* margin-left: 10px; */
    margin: 5px 0px 0px 5px;
    opacity: 9;
    background-color: rgb(65 94 122 / 13%);
    content: '';
    transition: 0.4s;
    border-radius: 3px;
}
.media_gallery_videos{
    height: 100%!important;
}

.gal-item{
	padding: 5px !important;
    height: 130px !important;
    margin-bottom: 10px;
}


.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}	
	
.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 16px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
    margin-top: 0px;
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}	
	
	
	
.slick-slider {
  margin-bottom: 30px !important;
}
.retro-layout .img-1, .retro-layout .img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    height: 200px!important;
}

.event-title {
    font-size: 25px!important;
    margin-bottom: 4px!important;
    line-height: 33px!important;
}
.footer-social-infos {
    text-align:center!important;
    /* border: 2px solid #bbbbbb; */
    padding: 20px 0px 20px 0px!important;
    /* border-radius: 56px; */
    margin-top:0px!important; 
}	
.event_detail{
	padding: 20px 0px!important;
}
	.event-content {
    text-align: justify;
    padding-top: 0px!important;
}



.blog_inner_width {
    width: 100%!important;
    float: right;
}
	.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}
.footer-social-infos a {
    color: var(--black);
    width: 30px!important;
    border: 1px solid var(--primary-color);
    justify-content: center;
    display: inline-flex;
    height: 30px!important;
    align-items: center;
    border: 2px solid #f7cd29;
    border-radius: 25px;
}
.press img {
    height: auto!important;
}
.press_right img {
    height: auto!important;
}
.slider_resize {
    /* height: 365px!important; */
    width: auto !important;
}
.top_bar_contact_item {
      font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    color: #212529;
    margin: auto 0px;
	
}

.top_bar_contact_item a {
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
	
}
.top_bar {
    width: 100%;
    height: auto;
    background:#ffeb3bcf;
    z-index: 2;
}

.top_bar_user {   
 display: inline-block; 
 /* margin-left: 35px; */ 
 float: none;
 }
 .coll_hedder_inner{
	display:flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
 .top_bar_content{
	 text-align: center;
	 display:none;
}
.search .icon_btn {
    position: absolute!important;
    top: 0px!important;
    width: 0px!important;
    right: 0px;
    display: block!important;
    border-radius: 0px!important;
    border-left: 1px solid #dfcc20!important;
    height: 51px!important;
    color: #000;
    width: 10%!important;
    font-size: 15px!important;
    background: #f7e433;
}
.product_search_icon{
	display:none!important;
}
.search_header {
	/*position: absolute;
    width: 100%;
    top: 312px;*/
	transform: translateY(-50%);
}
.search button {
    position:unset; 
    top: 3px;
    width: 100%!important;
    right: 5px;
    border-radius: 3px;
    height: 45px;
    color: #000;
    width: 135px;
    font-size: 15px;
    background: #f7e433;
}

.tabs-content .nav .nav-link {
font-size: 12px;
    padding: 4px 19px;
    margin: 0px 0px 0px 0px;
    /* margin-bottom: 15px; */
    width: 100%;
}
.break_tabs a {
    width: 120px !important;
    line-height: 17px;
}

.float {
    position: fixed;

    right:23px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	/*top: 410px!important;*/
}
.drop_section {
    background: #ffffff;
    width: 395px;
    margin: auto;
    z-index: 999999;
    position: absolute;
    top: 50px;
    /* bottom: -380px; */
    right: 0px;
    left: 0;
    border: 1px solid #9e9e9e73;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
}
.pro-content {
    padding-top: 145px;
}
.enquery_model {
   /* position: absolute;
	top:48%!important;
    left: 52%!important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;*/
}
.pro-content .pro-heading-title h2 {
    font-size: 16px;
}
.fullwidth-banner {
    height: auto;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    margin:25px 0px;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
    background-clip: border-box;
    border-radius: 3px;
}
.card-img-overlay {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 0;
}
.newslater-section {
    padding:32px;
    opacity: 1.5;
    border-radius: 3px;
    position: relative;
    margin: 10px 0px;
}.newslater-media .pro-heading-title4 {    margin-bottom: 5px;    padding-bottom: 0;    color: #fff;}
.section1{
	padding: 20px 0px 20px;
	background: #fcfcfc;
}
.textmonial_section{
	padding:20px 0px 35px;
	background:#fafafa;
}.pt-5{	padding:0px !important;}
.pb-5{
	padding-bottom:0px !important;
	}
	.textmonial_section h2{	
	/*font-size:20px;*/
	}
	.chat { 
	font-size: 100px; 
	color: #888884; 
	position: absolute; 
	top: 10px;   
	right: 145px;}
	.kampyle_button-text { 
	/*height: 35px;  
	min-height: 35px !important; 
	max-height: 35px !important; 
	width: 125px !important; 
	min-width: 125px !important;  
	max-width: 125px !important;  
	background: #fee800;
    color: #000;   
	transform: rotate(90deg ); 
	top: 590px;  
	position: fixed;    
	z-index: 9999;*/
background-color: #fee800;
    font-family: "Open Sans",sans-serif;
    cursor: pointer;
    position: fixed;
    top:60%;
    z-index: 99999990;
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    width: 125px !important;
    max-width: 125px !important;
    min-width: 125px !important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);	
	
	
	
	
	
	}
	
	
	
	
	
	
	
	.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 25px 0px!important;
}

.menu_logo {
    width:150px!important;
}
.tagling_logo h5 {
    color: #cad1d1;
    font-size: 11px;
    line-height: 0px;
}
.tagling_logo span {
    color: #cad1d1;
    font-size: 11px;
}
.navbar-brand {
  margin-right:0px!important;
}

.navbar-collapse.show {
	right:95px;
    background: #000;
}
.navbar-collapse {
    position: absolute;
    top: 50px;
    right: 100%;
    padding-left: 1px;
    padding-right:0px;
    padding-bottom: 15px;
    border-top: 1px solid #121212;
    width:80%;
    transition: all 0.3s ease;
    display: block;
	height: 800px;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 0px;
   /* padding: 12px 25px;*/
    padding: 12px 0px;
    border-bottom: 1px solid #2f2f2f61;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
	padding-left: 15px;
}
.icon_size {
    font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.dnoned1 {
    display: flex;
    justify-content: space-between;
}
/***********************services navigator**************/
.services_navigatore {
    padding: 0px 0px 24px;
    text-align: center;
	width: 100%; 
    line-height: 18px;
}
.services_navigatore p {
    color: #fff;
    font-size: 13px;
}
.mtnadt_service_icon {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    background: #ffeb3b;
}
.mtnadt_service_icon i{
	font-size: 30px;
    line-height: 78px;
}
.card-body h3 {
    color: #fff;
    font-size: 13px;
}
.job_product {
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
    background: #fff;
    opacity: 0.9;
    transition: 0.5s;
    margin: 9px 0px;
}
.carousel-inner {
    position: relative;
    width:100%!important;
    overflow: hidden;
    margin: auto;
}
.carousel .testimonial {
    color: #000;
    position: relative;
    padding: 15px!important;
    margin: 0 0 0px 0px;
}
.carousel .testimonial p {
    line-height: 20px;
    margin: 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.carousel .testimonial p::before {
    content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3b;
    font-weight: bold;
    font-size: 40px;
    line-height: 70px;
    position: absolute;
    left: -2px;
    top: 0;
    transform: rotateY(180deg);
}



/*************product slider****tabs*********/
.mobile_res{
overflow-x: scroll;
    width:100%;
    display: flex;
    flex-wrap: inherit;
    margin: auto;
}
.new-footer3 {
    background-color: #ffeb3bcf !important;
    height:auto;
}
.footer_useful_link {
    padding-left: 0px;
}
.footer-five .footer_block a {
    display: block;
    /* margin-bottom: 30px; */
    width: 50%;
}
.subscribe_bt {
    font-size: 16px;
    display: inline-block;
    top: 276px!important;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}
.mtandt_product_hover_border {
     display:revert; 
    position: relative;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%);
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    /* overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.break_tabs {
    border-right: 1px solid #e7e6e6;
    padding: 0px 7px!important;
}

.detail {
    color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 23px;
    text-align: center;
}
.footer-details h2 {
  margin-top: 2px;
    font-size: 20px;
    color: #000;
    border-radius: 15px;
    text-align: center;
}

span.name {
color: #000000;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 17px;
}
p.detail {
color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 15px;
	text-align: center;

}
.new-footer3 {
    padding: 0px 0;
}
.carousel .media img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  top: 31px;
  border: 0;
  right: -18px;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  top: 31px;
  border: 0;
  right: -180px!important;
}
.mtandt_blog_box {
  border: 10px solid #f1efef;
  padding: 5px;
  margin: 10px auto;
}
.mtandt_blog_box {
  border: 10px solid #f1efef;
  padding: 5px;
  margin: 10px auto;
}
.carousel .testimonial p::after {
content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 45px;
    line-height: 70px;
    position: absolute;
    left:341px;
    right: 0px;
    /* top: 85px; */
    transform: rotateY(356deg);
}

.slick-slider .slick-dots {
  margin-top: -20px !important;
}
.model_align {
    position: absolute;
    top: 52% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.radio_box-inline {
    display: inline-flex;
    align-items: center;
    margin: 0px 3px!important;
}
.mobile_res {
justify-content: inherit!important;
}
.center_menu {
    text-align: unset;
}

.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--color-article1-background);
    animation: animationmenu ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    margin: 15px 0 0 0px;
    padding: 8px 0 0px;
    border-radius: 0;
    border-right: 1px solid black;
    width: 100%!important;
    -webkit-box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
    box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
	height: auto;
	overflow-y: scroll;
}
.megamenu h6 {
    margin: 0px 10px;
    background: #ffffff;
    padding: 9px 5px;
    border-radius: 3px;
    color: #000;
}
.drop_icon span {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    padding: 0px 6px;
    height: 30px;
    text-align: center;
    width: 30px;
}
.drop_icon{
    display: block!important;
} 
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.mega_brop_menu {
  margin: 0px 0px;
}

.tages_line {
    padding: 0px 8px;
}
.backtotopbutton {
    background: #e3e2e2;
    height: 45px;
    width: 45px;
    position: absolute;
    right:46%;
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0 0.042857rem 0.971429rem 0.0714285714rem rgb(255 229 0); */
    border-radius: 26px 26px 0px 0px;
    line-height: 43px;
    /* border: 2px solid #ffef60; */
   margin-top: -109px;
    color: #000!important;
}
.sicail_twitter{
	height:300px!important;
}
.selet_model_product {
    border-radius: 6px;
    width: 100%!important;
    margin: auto;
}
.brands-content {
    padding: 25px 0px 20px;
    background: #fff;
}
.single-service_home label {
    box-shadow: 0 0 10px 0 rgb(227 227 227 / 73%);
    padding: 40px 40px 25px;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 10px!important;
    cursor: pointer;
    width: 100%;
}
/**************************about Us responsive*****************/
.width_container {
    width:100%!important;
}
#video_fm{
	width:100%!important;
	height:260px!important;
	
}
.about_main_section {
    background: white;
    padding: 20px 20px;
    height: auto !important;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.wrap_pricpil {
    display: flex;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    height: 200px;
    border: 1px solid #b7b7b733;
}
.training_hedding {
    padding: 25px!important;
}
.mtandt_inner p{
	text-align: justify;
    padding: 0px 0px 0px;
}
/**************************Enad about Us responsive*****************/

/**************************catloges responsive*****************/
.toolbox-sort{
	margin: 0px 0px 8px;
}
/**************************end catloges responsive*****************/
.footer-details h2 {
    margin-top: -11px!important;
    font-size: 17px;
    color: #000;
    border-radius: 15px;
}
.copyright_footer {
    text-align: center;
    padding: 5px 0px 0px;
}

.footer-five .footer-right .footer-bottom p {
    font-size: 13px;
    margin-bottom: 0;
    color: #959595;
    text-align: center;
}
.about_WhoWeAre {
    background-color: #f1f1f1;
    padding: 30px 0px 20px;
}
.training_Certifications {
    padding: 20px 0px 20px;
    background: #fff;
}
.brandsimages img{
	height:100px;
}
.bront_name h5 {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 600;
}
.logo_name {
    display: inline-grid;
    align-items: center;
    padding: 0px 0px;
}	
.bront_name {
    /* padding: 0px 0px 8px; */
    width:100%;
}
.pagination {
    border-radius: 0;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0px 10px 10px;
    float:none;
	justify-content: center;
}
.bg_color_section {
    background-color: rgb(0 0 0 / 32%);
    padding: 60px 0px;
    margin-top: -41px;
}
.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}
.fg-services .fg_services_item {
    height:400px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}
.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
/*********start contact page responsive************/
.contact-form {
    background: #f3f3f3;
    padding: 20px 20px 20px;
}
.sec-title-style1 .title {
    color: #131313;
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec-title-style1 .text p {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    color: #131313;
    font-size: 12px;
    line-height: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.country_tabs_wrapper>.nav-item>.nav-link {
    color: #fff;
    margin: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 13px!important;
    padding: 5px 15px;
    line-height: 1.5;
}
.sub_tubs>.nav-item>.nav-link-a {
    padding: 7px 10px!important;
}
.sub_tubs{
	border: 0;
    padding: 15px 0.7rem;
    background: #f3f3f3;
    line-height: 35px!important;
}
/*********End contact page responsive**************/

/*****services Inner pages****/
	.about_content_box_all {
    padding: 5px!important;
}
.text-muted12{
	text-align:center;
}
.about_header_main .about_heading {
    max-width: 450px;
    font-size: 20px!important;
}
/*****end***services Inner pages****/


	/*******indestry inner pages*****/	
.service-block {
    position: relative;
    color: #303030;
    margin-top: 15px;
}
/*******End indestry inner pages*****/	


/*********media pages*****/
.nav_tabs_align {
    display: flex;
    width: 100%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}
.news_tabs {
      background: #ffee5f;
    width: 95%!important;
    margin: auto;
    margin-top: -26px;
}
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
}
.icon-tab a {
    font-size: 15px;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding:15px 10px 15px 8px!important;
}
/******end media query*****/


/********media_event******/
.news_event_blog-item4 a {
    display: block!important;
    background: #f9f9f9;
    padding: 26px 26px;
    overflow: hidden;
    align-items: center;
    max-width: 90%;
    min-width: 90%;
    margin: auto;
    border-bottom: 1px solid #ffeb3b;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 6px;
    margin-bottom: 17px!important;
    text-decoration: none;
}
.news_event_blog-item4 .news_events_picture {
    width: 100%!important;
    object-fit: cover;
    margin-right: 50px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgb(0 0 0 / 0%);
}
.news_event_blog-item4 .news_event_content4 {
    width: 100%!important;
    padding: 15px 0px!important;
}
/********end***media_event******/
	
}


@media only screen and (min-width:375px) and (max-width:409px){
	.product_detail_scroll .detalis_tab{
	margin-right:40px!important;
}

	
	.fix_product_box {
    min-height: 60px !important;
    max-height: 60px;
    /* height: auto!important; */
    width: 60px !important;
    border: 1px solid #edebeb94 !important;
    margin-bottom: 8px !important;
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px 0px;
    overflow: hidden;
    margin-left: 0px!important;
	}
.slick-vertical .slick-slide {
    display: block;
    height: 35px;
    border: 1px solid transparent;
    padding:0px 4px!important;
}	
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
    border: 1px solid #cecece;
   /* margin-left: -11px!important;*/
    margin-bottom: 0px;
    height: 60px!important;
}
.custom_content {
    padding-top: 10px;
}	
.gallery-item {
    float:left!important; 
    width: 50%!important;
}	
	
.gal-item a:after {
    content: "\f002";
    font-family: 'fontawesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 9px;
    left:4px!important;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 124px!important;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video_click_ope_model:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 91%!important;
    height: 41%!important;
    /* margin-left: 10px; */
    margin: 5px 0px 0px 5px;
    opacity: 9;
    background-color: rgb(65 94 122 / 13%);
    content: '';
    transition: 0.4s;
    border-radius: 3px;
}
.media_gallery_videos{
    height: 100%!important;
}

.gal-item{
	padding: 5px !important;
    height: 130px !important;
    margin-bottom: 10px;
}	

.reverse{
	 display: flex!important;
    flex-wrap: wrap-reverse!important;
}	

	.container_subcategory {
    width: 100%!important;
    margin: auto;
}
	
.space_event_gallery{
	padding:5px;
}
	
.product_detail_scroll{
	width: 100%;
    overflow-x: scroll;
    flex-wrap: initial;
    margin: auto;
    display: flex;
margin-bottom: 20px!important;	
}

.product-page .nav .nav-item {
    width: 33.33%;
    padding:15px 1px !important;
    display: flex;
	    margin-bottom: 15px;
    align-items: center;
    /*justify-content: flex-end;*/
    margin-right:0px;
}
.subcategory_btn{
	width:50%!important;
    margin-right: 0 !important;
    padding:15px 1px !important;
    display: flex;
    align-items: center;
    justify-content: center!important;
}
	
.slick-prev {
   left: 17px!important;
    top: -26px!important;
    transform: rotate(90deg)!important;
}
.slick-next {
    right: 17px!important;
    transform: rotate(90deg) !important;
    top: 323px!important;
}
.slick-prev, .slick-next {
  font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
    width: 21px!important;
    height: 48px!important;
    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
	
}
	
	
	
	
	.princple_box_div {
    padding-top: 15px;
}
.groupprinciple_aboutmt {
    background-color: #fff;
    padding: 25px 0px 40px;
}	
	
.contact_space{
background: #f9f9f9!important;
    padding: 30px 10px 40px!important;
    margin-bottom: 40px!important;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%)!important;
}	
	
	.contact_select{
	    padding: 0px 0px 10px!important;
}
.popular-event{
	    padding-top: 25px!important;
}
	.gal-item .box {
    height: 125px!important;
    overflow: hidden;
}
.box_video {
    padding: 0.25rem;
    background-color: var(--color-page-background);
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: 125px!important;
}
#video_media{
    height: 116px!important;
}
.press_wrapper{
    box-shadow:-1px 0rem 1rem 0rem rgb(22 23 24 / 14%);
    transition: 0.5s;
}
	.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}
.fliter_section{
	display:none;
}

.fliter_btn {
    display: block!important;
}

.selet_model_product {
    border-radius: 6px;
    width: 100%!important;
    margin: auto;
}
.single-service_home label {
    box-shadow: 0 0 10px 0 rgb(227 227 227 / 73%);
    padding:21px 10px 27px!important;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 10px!important;
    cursor: pointer;
    width: 100%;
}	
nav[aria-label="breadcrumb"] .breadcrumb {
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
background-color: transparent;
line-height: 23px!important;
padding: 1px!important;
}
nav[aria-label="breadcrumb"] .breadcrumb .breadcrumb-item a {
    font-size: 12px;
    color: #000;
}
.slick-prev {
	left:12px!important;
    top: -33px!important;
    transform: rotate(90deg)!important;
}
.slick-next {
	left:12px!important;
    transform: rotate(90deg) !important;
    top: 323px!important;
}
.video_icone i {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0; */
    color: #fdfdfd;
    margin-top: -40px;
    left:20px;
}
.slick-prev, .slick-next {
 font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
    width: 21px!important;
    height:60px!important;
    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
	
}


.product_listing_hedding {
    padding: 25px 0px 25px!important;
}

.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%;
}
.product_listing_btn{
	text-align:left;
}
.blogaside{
padding-top:25px!important;
}
.slider_resize {
    /* height: 365px!important; */
    width: auto!important;
}
.product article .pro-thumb .img-fluid {
    width: 100%;
    height: 340px!important;
    object-fit: cover;
}
.fg-services .fg_services_item:hover .fg_services_item_text {
    bottom: 0px;
}
.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    /* bottom: -163px; */
    top: 225px;
    width: 100%;
    padding: 0 15px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}

.mtandt_scroll_nemu{
	overflow-y: scroll;
    height: 450px;
}		
	
.footer-details1 {
    /* float: right; */
    margin-top: 5px;
    text-align: center;
}
.video-background-holder {
    position: relative;
    background-color: black;
   height: 210px!important;
    min-height: 11rem!important;
    width: 100%;
    overflow: hidden;
}
.custumOproduct_detail {
    padding: 0px 0px!important;
}
.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    /* padding: 30px 50px 30px 95px; */
  padding: 30px 15px 15px 15px!important;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    height:250px!important;
}
.custom_content {
    padding-top: 15px!important;
}

.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 2px!important;
    font-size: 15px!important;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}
.categories-view1 span {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    color: #ffe61c;
    width: 30px!important;
    height: 30px!important;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding: 7px 4px 0px!important;
    background-color: #f7e433;
    border: 1px solid #eee;
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.categories-view1 a {
    display: block;
    font-size: 16px!important;
    font-weight: 700;
    margin-bottom: 7px;
    cursor: auto;
}
	
	.casestudyinner__share1{
	text-align: center;
    margin-bottom: 2px;
    margin-top: 8px;
}	
.casestudyinner__btn-area {
    margin-top: 4px;
    text-align: center;
    margin-bottom: 0px!important;
    border-right: 1px solid #e3d8d8;
}
	.subcategory_btn{
	width:100%!important;
    margin-right: 0 !important;
    padding: 3px 1px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}	

.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 13px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
    margin-top: 0px;
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
.product-page h2 {
    font-size: 17px!important;
    line-height: 20px!important;
}



.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
	
.retro-layout .img-1, .retro-layout .img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    height: 200px!important;
}	
.event-title {
    font-size: 25px!important;
    margin-bottom: 4px!important;
    line-height: 33px!important;
}
.footer-social-infos {
    text-align:center!important;
    /* border: 2px solid #bbbbbb; */
    padding: 23px 0px 0px 0px!important;
    /* border-radius: 56px; */
    margin-top:0px!important; 
}	
.event_detail{
	padding: 20px 0px!important;
}
	.event-content {
    text-align: justify;
    padding-top: 0px!important;
}

.blog_inner_width {
    width: 100%!important;
    float: right;
}
	.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}
.footer-social-infos a {
    color: var(--black);
    width: 30px!important;
    border: 1px solid var(--primary-color);
    justify-content: center;
    display: inline-flex;
    height: 30px!important;
    align-items: center;
    border: 2px solid #f7cd29;
    border-radius: 25px;
}
.hedding_images img {
    margin-bottom: 20px;
    height: 50px;
}
.press img {
    height: auto!important;
}
.press_right img {
    height: auto!important;
}

/********media_event******/
.news_event_blog-item4 a {
    display: block!important;
    background: #f9f9f9;
    padding: 10px 10px!important;
    overflow: hidden;
    align-items: center;
    max-width: 90%;
    min-width: 90%;
    margin: auto;
    border-bottom: 1px solid #ffeb3b;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 6px;
    margin-bottom:17px!important;
    text-decoration: none;
}
.news_event_blog-item4 .news_events_picture {
    width: 100%!important;
    object-fit: cover;
    margin-right: 50px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgb(0 0 0 / 0%);
}
.news_event_blog-item4 .news_event_content4 {
    width: 100%!important;
    padding: 15px 0px!important;
}
/********end***media_event******/
	
/*********media pages*****/
.nav_tabs_align {
    display: flex;
    width: 100%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}
.news_tabs {
    background: #ffee5f;
    width:95%!important;
    margin: auto;
    margin-top: -26px;
}
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.icon-tab a {
    font-size: 13px!important;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 5px 15px 5px!important;
    width: 25%;
}
/******end media query*****/	
	
/*******indestry inner pages*****/	
.service-block {
    position: relative;
    color: #303030;
    margin-top: 15px;
}
/*******End indestry inner pages*****/	
	
	
	
	
	
/*****services Inner pages****/
.about_header_main .about_heading {
    max-width: 450px;
    font-size: 20px!important;
}
	.about_content_box_all{
    padding: 5px!important;
}
.text-muted12{
	text-align:justify;
}
/*****end***services Inner pages****/

/*********start contact page responsive************/
.sub_tubs>.nav-item>.nav-link-a {
    padding: 7px 12px!important;
}
.sub_tubs{
	border: 0;
    padding: 15px 0.7rem;
    background: #f3f3f3;
    line-height: 35px!important;
}
.country_tabs_wrapper {
    padding: 0px 0px;
    background: #5a5a5ab8;
    border-radius: 10px 10px 0px 0px;
    width: 85%!important;
    margin: auto;
}
.country_tabs_wrapper>.nav-item>.nav-link {
    color: #fff;
    margin: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 13px!important;
    padding: 5px 15px;
    line-height: 1.5;
}
.single-contact-address-box.main-branch .inner ul li .text p {
    color: #131313;
    font-size: 14px;
    line-height: 24px;
}
.contact-form {
    background: #f3f3f3;
    padding:10px 10px 10px;
}
.sec-title-style1 .title {
    color: #131313;
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec-title-style1 .text p {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    color: #131313;
    font-size: 12px;
    line-height: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
/*********End contact page responsive**************/

	.fg-services .fg_services_item {
    height: 430px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}
.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
	.brandsimages img{
	height:auto;
}
.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}
.bg_color_section {
    background-color: rgb(0 0 0 / 32%);
    padding: 60px 0px;
    margin-top: -30px;
}
.pagination {
    border-radius: 0;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0px 10px 10px;
    float:none;
	justify-content: center;
}
.logo_name {
    display: inline-grid;
    align-items: center;
    padding: 0px 0px;
}	
.bront_name {
    /* padding: 0px 0px 8px; */
    width:100%;
}
	.copyright_footer {
    text-align: center;
    padding: 5px 0px 0px;
}
.bront_name h5 {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 600;
}
.training_Certifications {
    padding: 20px 0px 20px;
    background: #fff;
}
.footer-five .footer-right .footer-bottom p {
    font-size: 13px;
    margin-bottom: 0;
    color: #959595;
    text-align: center;
}
.slick-slider {
  margin-bottom: 30px !important;
}
.hjjh {
    padding: 0px 0px 0px !important;
}
.top_bar_contact_item {
      font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    color: #212529;
    margin: auto 0px;
	
}
.top_bar_contact_item a {
  font-size: 11px;
    font-weight: 300;
    line-height: 35px;
	
}
.top_bar {
    width: 100%;
    height: auto;
    background:#ffeb3bcf;
    z-index: 2;
}

.top_bar_user {   
 display: inline-block; 
 /* margin-left: 35px; */ 
 float: none;
 }
 .coll_hedder_inner{
	display:flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
 .top_bar_content{
	 text-align: center;
	 display:none;
	}
.spsinfg {
    position: absolute;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    background-color: #f7e433;
    font-weight: 600 !important;
    color: #242424 !important;
    border: none !important;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%) !important;
  top: -3px!important;
    left: -17px!important;
}	
	
	
	
.search_header {
    /*position: absolute;
    width: 100%;
    top: 312px;*/
	transform: translateY(-50%);
}
.product article .pro-thumb .img-fluid {
    width: 100%;
    height: 310px;
    object-fit: cover;
}
.search button {
    position:unset; 
    top: 3px;
    width: 100%;
    right: 5px;
    display: none;
    border-radius: 3px;
    height: 45px;
    color: #000;
    width: 135px;
    font-size: 15px;
    background: #f7e433;
}

.search .icon_btn{
position: absolute!important;
    top: 0px!important;
    width: 0px!important;
    right: 0px;
    display: block!important;
    border-radius: 0px!important;
    border-left: 1px solid #dfcc20!important;
    height: 51px!important;
    color: #000;
    width:15%!important;
    font-size: 15px!important;
    background: #f7e433;	
}
.product_search_icon{
	display:none!important;
}







.tabs-content .nav .nav-link {
font-size: 12px;
    padding: 4px 19px;
    margin: 0px 0px 0px 0px;
	margin-right:0px!important;
    margin-left:0px!important;
    /* margin-bottom: 15px; */
    width: 100%;
}

.break_tabs a {
    width: 120px !important;
    line-height: 17px;
}

.float {
    position: fixed;
	bottom:85px;
    right: 10px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.drop_section {
    background: #ffffff;
    width:345px;
    margin: auto;
    z-index: 999999;
    position: absolute;
    top: 50px;
    /* bottom: -380px; */
    right: 0px;
    left: 0;
    border: 1px solid #9e9e9e73;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
}

.pro-content {
    padding-top: 145px;
}
.enquery_model {
   /* position: absolute;
    top:48%!important;
    left: 52%!important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;*/
}
.pro-content .pro-heading-title h2 {
    font-size: 16px;
}
.fullwidth-banner {
    height: auto;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    margin:25px 0px;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
    background-clip: border-box;
    border-radius: 3px;
}
.card-img-overlay {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 0;
}
.newslater-section {
    padding:32px;
    opacity: 1.5;
    border-radius: 3px;
    position: relative;
    margin: 10px 0px;
}.newslater-media .pro-heading-title4 {    margin-bottom: 5px;    padding-bottom: 0;    color: #fff;}
.section1{
	padding: 20px 0px 20px;
	background: #fcfcfc;
}
.textmonial_section{
	padding: 20px 0px 35px;
	background:#fafafa;
}
.pt-5{	padding:0px !important;}
.pt-5{	padding:0px !important;}
.pb-5{
	padding-bottom:0px !important;
	}
	.textmonial_section h2{	
	/*font-size:20px;*/
	}
	.chat { 
	font-size: 100px; 
	color: #888884; 
	position: absolute; 
	top: 10px;   
	right: 145px;}
	.kampyle_button-text { 
	/*height: 35px;  
	min-height: 35px !important; 
	max-height: 35px !important; 
	width: 125px !important; 
	min-width: 125px !important;  
	max-width: 125px !important;  
	background: #fee800;
    color: #000;   
	transform: rotate(90deg ); 
	top:590px;  
	position: fixed;    
	z-index: 9999;*/
	
background-color: #fee800;
    font-family: "Open Sans",sans-serif;
    cursor: pointer;
    position: fixed;
    top:60%;
	z-index: 99999990;
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    width: 125px !important;
    max-width: 125px !important;
    min-width: 125px !important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);	

	}
	.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 25px 0px!important;
}

.menu_logo {
    width:150px!important;
}
.logo_tags {
    /*display: block;*/
	display:flex;
    align-items: center;
}
.tagling_logo h5 {
    color: #cad1d1;
    font-size: 9px;
    line-height: 0px;
}
.tagling_logo span {
    color: #cad1d1;
    font-size: 9px;
}
.navbar-brand {
  margin-right:0px!important;
}

.navbar-collapse.show {
	right:90px;
    background: #000;
}
.navbar-collapse {
    position: absolute;
    top:52px;
    right: 100%;
    padding-left: 1px;
    padding-right:0px;
    padding-bottom: 15px;
    border-top: 1px solid #121212;
    width:80%;
    transition: all 0.3s ease;
    display: block;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 0px;
    /*padding: 12px 25px;*/
	padding:12px 0px;
    border-bottom: 1px solid #2f2f2f61;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
	    padding-left: 15px;
}

.slick-slider .slick-dots li button {
    position: relative;
    width: 6px !important;
    height: 6px !important;
    box-shadow: inset 0 0 0 2px d1d0cb;
    border-radius: 50%;
    margin: 2px;
    padding: 0;
    outline: none;
}
/*
.dropdown-toggle::after {
    position: absolute;
    right: -14px;
    bottom: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    border: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 40px;
    background: #303030;
}*/

/***********************services navigator**************/
.services_navigatore {
    padding: 0px 0px 24px;
    text-align: center;
	width: 100%; 
    line-height: 18px;
}
.services_navigatore p {
    color: #fff;
    font-size: 13px;
}
.mtnadt_service_icon {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    background: #ffeb3b;
}
.mtnadt_service_icon i{
	font-size: 30px;
    line-height: 78px;
}
.card-body h3 {
    color: #fff;
    font-size: 13px;
}
.job_product {
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
    background: #fff;
    opacity: 0.9;
    transition: 0.5s;
    margin: 9px 0px;
}
.carousel-inner {
    position: relative;
    width:100%!important;
    overflow: hidden;
    margin: auto;
}
.carousel .testimonial {
    color: #000;
    position: relative;
    padding: 15px!important;
    margin: 0 0 0px 0px;
}
.carousel .testimonial p {
    line-height: 20px;
    margin: 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.carousel .testimonial p::before {
    content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3b;
    font-weight: bold;
    font-size: 40px;
    line-height: 70px;
    position: absolute;
    left: -2px;
    top: 0;
    transform: rotateY(180deg);
}

/*************product slider****tabs*********/
.mobile_res{
overflow-x: scroll;
    width:100%;
    display: flex;
    flex-wrap: inherit;
    margin: auto;
}
.new-footer3 {
    background-color: #ffeb3bcf !important;
    height:auto;
}
.footer_useful_link {
    padding-left: 0px;
}
.footer-five .footer_block a {
    display: block;
    /* margin-bottom: 30px; */
    width: 50%;
}
.subscribe_bt {
    font-size: 16px;
    display: inline-block;
    top: 276px!important;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}
.mtandt_product_hover_border {
     display:revert; 
    position: relative;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%);
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    /* overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.break_tabs {
    border-right: 1px solid #e7e6e6;
    padding: 0px 7px!important;
}

.detail {
    color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 23px;
}
.footer-details h2 {
  margin-top:-11px!important;
    font-size: 20px;
    color: #000;
    border-radius: 15px;
    text-align: center;
}

span.name {
color: #000000;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 17px;
}
p.detail {
color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 15px;
	text-align: center;

}
.new-footer3 {
    padding: 0px 0;
}
.carousel .media img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  top: 31px;
  border: 0;
  right: -18px;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  top: 31px;
  border: 0;
  right: -150px!important;
}
.mtandt_blog_box {
  border: 10px solid #f1efef;
  padding: 5px;
  margin: 10px auto;
  height:auto !important;
}

.carousel .testimonial p::after {
  content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 45px;
    line-height: 70px;
    position: absolute;
    left: 0;
    right: -321px;
    /* top: 98px; */
    transform: rotateY(356deg);

}
.services_btn{
    padding-top:25px;
}
.slick-slider .slick-dots {
  margin-top: -20px !important;
  padding:0px 10px;
}
.model_align {
    position: absolute;
    top: 52% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.radio_box-inline {
    display: inline-flex;
    align-items: center;
    margin: 0px 3px!important;
}
.mobile_res {
justify-content: inherit!important;
}
.center_menu {
    text-align: unset;
}

.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--color-article1-background);
    animation: animationmenu ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    margin: 15px 0 0 0px;
    padding: 8px 0 0px;
    border-radius: 0;
    border-right: 1px solid black;
    width: 100%!important;
    -webkit-box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
    box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
	/*height: 500px;*/
	overflow-y: scroll;
}
.megamenu h6 {
margin: 0px 0px;
    background:#ffffff;
    padding: 17px 5px;
    /*text-align: center;*/
    font-size: 13px;
    border-radius: 3px;
    letter-spacing: .4px;
	color: #000;
}
/*
.dropdown-toggle::after {
    position: absolute;
    right: 11px;
    bottom: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    border: none;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5px;
    width: 10px;
}
*/
.dnoned1{
	display: flex;
    justify-content: space-between;
}
	

.icon_size {
        font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop_icon span {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    padding: 0px 6px;
   height: 30px;
    text-align: center;
    width: 30px;
}
.mobile_menu_border{
	border-bottom: 1px solid #dbdbdb;
}
.drop_icon{
	display:block!important;
}
.mb-4, .my-4 {
    margin-bottom: 0 !important;
}
.mega_brop_menu {
  margin: 0px 0px;
}
.tages_line {
   /*padding: 0px 0px;*/
    padding: 0px 8px;
}
.backtotopbutton {
    background: #e3e2e2;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 45%;
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0 0.042857rem 0.971429rem 0.0714285714rem rgb(255 229 0); */
    border-radius: 26px 26px 0px 0px;
    line-height: 43px;
    /* border: 2px solid #ffef60; */
   margin-top: -112px;
    color: #000!important;
}
.sicail_twitter{
	height:300px!important;
}
.brands-content {
    padding: 25px 0px 20px;
    background: #fff;
}
/**************************about Us responsive*****************/
.width_container {
    width:100%!important;
	text-align: center;
}
img.img-fluid.dfddsdf {
    padding: 10px 10px 10px 10px;
}
.hedding_Rental_Division h3 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
#video_fm{
	width:100%!important;
	height:260px!important;
	
}
.about_main_section {
    background: white;
    padding: 20px 20px;
    height: auto !important;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.wrap_pricpil {
    display:grid;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    height:auto!important;
    border: 1px solid #b7b7b733;
	text-align: center;
}
/*
.training_hedding {
    padding: 25px!important;
}*/
.mtandt_inner p{
	text-align: justify;
    padding:0px 0px 0px;
}
.about_WhoWeAre {
    background-color: #f1f1f1;
    padding: 30px 0px 20px;
}

/**************************Enad about Us responsive*****************/

/**************************catloges responsive*****************/
.toolbox-sort{
	margin: 0px 0px 8px;
}
/**************************end catloges responsive*****************/


/***************dealer page******strat******/
.recognpara1{
	text-align:justify;
}
.vendore_section {
    padding: 30px 0px;
}
.vendor_hedding h3 {
    font-size: 17px!important;
    padding: 0px 0px 30px;
    text-align: center;
}
.vendor_form_width {
    width: 95%!important;
    background: #f7f7f757;
    margin: auto;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 45%);
	padding: 1rem!important;
}
	
}


/*********************media query (430 450)******/
@media only screen and (min-width: 430px) and (max-width:450px){
.product_detail_scroll .detalis_tab{
	margin-right:40px!important;
}

.fix_product_box {
    /* min-height: 60px !important; */
    /* max-height: 60px; */
    /* height: auto!important; */
    width: 100% !important;
    border:none!important; 
    /* margin-bottom: 8px !important; */
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px 0px;
    /* overflow: hidden; */
    margin-left:0px!important;
}

.slick-vertical .slick-slide {
    display: block;
    height: 35px;
    border: 1px solid transparent;
    padding: 0px 4px;
}	
	
.custom_content {
    padding-top: 10px;
}	
.product_detail_scroll {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: initial;
    margin: auto;
    display: flex;
}
.product_detail_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.product_detail_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.product_detail_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.product_detail_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.product_detail_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


/************************END  PRODUCT DETAILS PAGES SCROLL*************/


	
.slick-next {
    left: 7px;
    transform: rotate(90deg);
    top: 312px;
}	
.video_icone i {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0; */
    color: #fdfdfd;
    margin-top: -40px;
    left: 20px;
}	
.gallery-item {
    float:left!important; 
    width: 50%!important;
}
	
.gal-item a:after {
    content: "\f002";
    font-family: 'fontawesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 9px;
    left:4px!important;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 124px!important;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video_click_ope_model:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 91%!important;
    height: 41%!important;
    /* margin-left: 10px; */
    margin: 5px 0px 0px 5px;
    opacity: 9;
    background-color: rgb(65 94 122 / 13%);
    content: '';
    transition: 0.4s;
    border-radius: 3px;
}
.media_gallery_videos{
    height: 100%!important;
}

.gal-item{
	padding: 5px !important;
    height: 130px !important;
    margin-bottom: 10px;
}	
	
	
nav[aria-label="breadcrumb"] .breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    line-height: 23px!important;
    padding: 1px!important;
}
.subcategory_btn {
	width: 100%!important;
    margin-right: 0 !important;
    padding:15px 0px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}	

	.princple_box_div {
    padding-top: 15px;
}
.groupprinciple_aboutmt {
    background-color: #fff;
    padding: 25px 0px 40px;
}	
.contact_space {
    background: #f9f9f9!important;
    padding: 30px 10px 40px!important;
    margin-bottom: 40px!important;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%)!important;
}
	
.contact_select{
	    padding: 0px 0px 10px!important;
}
	
	.gal-item .box {
    height: 125px!important;
    overflow: hidden;
}
.box_video {
    padding: 0.25rem;
    background-color: var(--color-page-background);
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: 125px!important;
}
#video_media{
    height: 116px!important;
}
.press_wrapper{
    box-shadow:-1px 0rem 1rem 0rem rgb(22 23 24 / 14%);
    transition: 0.5s;
}
	.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}	
	.fliter_section{
	display:none;
}
	.fliter_btn{
	display:block!important;
}
	
.product_listing_hedding {
    padding: 25px 0px 25px!important;
}
.rental h3 {
    text-align:left!important;
}
.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%;
}
.product_listing_btn{
	text-align:left;
}
.blogaside{
padding-top: 10px!important;
}

	.mtandt_scroll_nemu{
	overflow-y: scroll;
    height: 450px;
	}		

		.video-background-holder {
    position: relative;
    background-color: black;
    height: 242px!important;
    min-height: 10rem!important;
    width: 100%;
    overflow: hidden;
}
.categories-view1 li:hover span {
    background-color: #1e1e1e;
    color: #f9f9f9e0;
}
.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 80px;
    font-size: 40px;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}

.casestudyinner__share1{
	text-align: center;
    margin-bottom: 2px;
    margin-top: 8px;
}	
.casestudyinner__btn-area {
    margin-top: 4px;
    text-align: center;
    margin-bottom: 0px!important;
    border-right: 1px solid #e3d8d8;
}

.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 16px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
   /* margin-top: 0px !important;*/
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
.product-page h2 {
    font-size: 17px!important;
    line-height: 20px!important;
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
	

.slick-slider {
  margin-bottom: 30px !important;
}
.retro-layout .img-1, .retro-layout .img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    height: 200px!important;
}
	.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}
.footer-social-infos a {
    color: var(--black);
    width: 35px!important;
    border: 1px solid var(--primary-color);
    justify-content: center;
    display: inline-flex;
    height: 35px!important;
    align-items: center;
    border: 2px solid #f7cd29;
    border-radius: 25px;
}
.blog_inner_width {
    width: 100%!important;
    float: right;
}
.press img {
    height: auto!important;
}
.press_right img {
    height: auto!important;
}
.slider_resize {
    /* height: 365px!important; */
    width: auto !important;
}
.footer-details1 {
    float: none;
    margin-top: 5px;
}
.top_bar_contact_item {
      font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    color: #212529;
    margin: auto 0px;
	
}
.top_bar_contact_item a {
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
	
}
.top_bar {
    width: 100%;
    height: auto;
    background:#ffeb3bcf;
    z-index: 2;
}

.top_bar_user {   
 display: inline-block; 
 /* margin-left: 35px; */ 
 float: none;
 }
 .coll_hedder_inner{
	display:flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.search .icon_btn {
    position: absolute!important;
    top: 0px!important;
    width: 0px!important;
    right: 0px;
    display: block!important;
    border-radius: 0px!important;
    border-left: 1px solid #dfcc20!important;
    height: 51px!important;
    color: #000;
    width: 10%!important;
    font-size: 15px!important;
    background: #f7e433;
}
.product_search_icon{
	display:none!important;
}
.top_bar_content{
	 text-align: center;
	 display:none;
}
.search_header {
	/*position: absolute;
    width: 100%;
   top: 312px!important;*/
   transform: translateY(-50%);
}
.search button {
    position:unset; 
    top: 3px;
    width: 100%!important;
    right: 5px;
    border-radius: 3px;
    height: 45px;
    color: #000;
    width: 135px;
    font-size: 15px;
    background: #f7e433;
}

.tabs-content .nav .nav-link {
font-size: 12px;
    padding: 4px 19px;
    margin: 0px 0px 0px 0px;
    /* margin-bottom: 15px; */
    width: 100%;
}
.break_tabs a {
    width: 120px !important;
    line-height: 17px;
}

.float {
    position: fixed;
 
    right: 10px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	top: 480px;
}

.drop_section {
    background: #ffffff;
    width:400px;
    margin: auto;
    z-index: 999999;
    position: absolute;
    top: 50px;
    /* bottom: -380px; */
    right: 0px;
    left: 0;
    border: 1px solid #9e9e9e73;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
}
.pro-content {
    padding-top: 145px;
}
.enquery_model {
   /*position: absolute;
    top:48%!important;
    left: 52%!important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;*/
}
.pro-content .pro-heading-title h2 {
    font-size: 16px;
}
.fullwidth-banner {
    height: auto;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    margin:25px 0px;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
    background-clip: border-box;
    border-radius: 3px;
}
.card-img-overlay {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 0;
}
.newslater-section {
    padding:32px;
    opacity: 1.5;
    border-radius: 3px;
    position: relative;
    margin: 10px 0px;
}.newslater-media .pro-heading-title4 {    margin-bottom: 5px;    padding-bottom: 0;    color: #fff;}
.section1{
	padding: 20px 0px 20px;
	background: #fcfcfc;
}
.textmonial_section{
	padding:20px 0px 35px;
	background:#fafafa;
}
.news_scroll {
    overflow-y: scroll;
    height: 470px;
}
.pt-5{	padding:0px !important;}
.pb-5{
	padding-bottom:0px !important;
	}
	.textmonial_section h2{	font-size:20px;}
	.chat { 
	font-size: 100px; 
	color: #888884; 
	position: absolute; 
	top: 10px;   
	right: 145px;}
	.kampyle_button-text { 
	/*height: 35px;  
	min-height: 35px !important; 
	max-height: 35px !important; 
	width: 125px !important; 
	min-width: 125px !important;  
	max-width: 125px !important;  
	background: #fee800;
    color: #000;   
	transform: rotate(90deg ); 
	top: 585px;  
	position: fixed;    
	z-index: 9999;*/
	background-color: #fee800;
    font-family: "Open Sans",sans-serif;
    cursor: pointer;
    position: fixed;
    top:73%;
    z-index: 99999990;
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    width: 125px !important;
    max-width: 125px !important;
    min-width: 125px !important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	
	
	}
	.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 25px 0px!important;
}

.menu_logo {
    width:150px!important;
}
.tagling_logo h5 {
    color: #cad1d1;
    font-size: 11px;
    line-height: 0px;
}
.tagling_logo span {
    color: #cad1d1;
    font-size: 11px;
}
.navbar-brand {
  margin-right:0px!important;
}

.navbar-collapse.show {
	right:104px;
    background: #000;
}
.navbar-collapse {
    position: absolute;
    top: 50px;
    right: 100%;
    padding-left: 1px;
    padding-right:0px;
    padding-bottom: 15px;
    border-top: 1px solid #121212;
    width:80%;
    transition: all 0.3s ease;
    display: block;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #2f2f2f61;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
	padding-left: 20px;
}






.dnoned1{
	display: flex;
    justify-content: space-between;
}
	

.icon_size {
        font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop_icon span {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    padding: 0px 6px;
   height: 30px;
    text-align: center;
    width: 30px;
}
.mobile_menu_border{
	border-bottom: 1px solid #dbdbdb;
}
.drop_icon{
	display:block!important;
}












/***********************services navigator**************/
.services_navigatore {
    padding: 0px 0px 24px;
    text-align: center;
	width: 100%; 
    line-height: 18px;
}
.services_navigatore p {
    color: #fff;
    font-size: 13px;
}
.mtnadt_service_icon {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    background: #ffeb3b;
}
.mtnadt_service_icon i{
	font-size: 30px;
    line-height: 78px;
}
.card-body h3 {
    color: #fff;
    font-size: 13px;
}
.job_product {
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
    background: #fff;
    transition: 0.5s;
    margin: 9px 0px;
}
.carousel-inner {
    position: relative;
    width:100%!important;
    overflow: hidden;
    margin: auto;
}
.carousel .testimonial {
    color: #000;
    position: relative;
    padding: 15px!important;
    margin: 0 0 0px 0px;
}
.carousel .testimonial p {
    line-height: 20px;
    margin: 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.carousel .testimonial p::before {
    content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3b;
    font-weight: bold;
    font-size: 40px;
    line-height: 70px;
    position: absolute;
    left: -2px;
    top: 0;
    transform: rotateY(180deg);
}

/*************product slider****tabs*********/
.mobile_res{
overflow-x: scroll;
    width:100%;
    display: flex;
    flex-wrap: inherit;
    margin: auto;
}
.new-footer3 {
    background-color: #ffeb3bcf !important;
    height:auto;
}
.footer_useful_link {
    padding-left: 0px;
}
.footer-five .footer_block a {
    display: block;
    /* margin-bottom: 30px; */
    width: 50%;
}
.subscribe_bt {
    font-size: 16px;
    display: inline-block;
    top: 276px!important;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}
.mtandt_product_hover_border {
     display:revert; 
    position: relative;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%);
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    /* overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.break_tabs {
    border-right: 1px solid #e7e6e6;
    padding: 0px 7px!important;
}

.detail {
    color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 23px;
    text-align: center;
}
.footer-details h2 {
  margin-top: 2px;
    font-size: 20px;
    color: #000;
    border-radius: 15px;
    text-align: center;
}

span.name {
color: #000000;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 17px;
}
p.detail {
color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 15px;
	text-align: center;

}
.new-footer3 {
    padding: 0px 0;
}
.carousel .media img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  top: 31px;
  border: 0;
  right: -18px;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  top: 31px;
  border: 0;
  right: -180px!important;
}

  .mtandt_blog_box {
    border: 10px solid #f1efef;
    padding: 5px;
    margin: 10px auto;
    height: 570px!important;
}
.carousel .testimonial p::after{
content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3b;
    font-weight: bold;
    font-size: 40px;
    line-height: 70px;
    position: absolute;
    left: 363px;
   /* top: 50px;
     right: -65px; */
    transform: rotateY(358deg);
}

.slick-slider .slick-dots {
  margin-top: -20px !important;
}
.model_align {
    position: absolute;
    top: 52% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.radio_box-inline {
    display: inline-flex;
    align-items: center;
    margin: 0px 3px!important;
}
.mobile_res {
justify-content: inherit!important;
}
.center_menu {
    text-align: unset;
}

.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}


.dnoned1{
	display: flex;
    justify-content: space-between;
}
	

.icon_size {
        font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop_icon span {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    padding: 0px 6px;
   height: 30px;
    text-align: center;
    width: 30px;
}
.mobile_menu_border{
	border-bottom: 1px solid #dbdbdb;
}
.drop_icon{
	display:block!important;
}









.header-one .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--color-article1-background);
    animation: animationmenu ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    margin: 15px 0 0 0px;
    padding: 8px 0 0px;
    border-radius: 0;
    border-right: 1px solid black;
    width: 100%!important;
    -webkit-box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
    box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
	height: auto;
	overflow-y: scroll;
}
.megamenu h6 {
     margin: 0px 10px;
    background: #ffffff;
    padding: 7px 5px;
    /* text-align: center; */
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    letter-spacing: 0.3px;
}
.mega_brop_menu {
  margin: 0px 0px;
}


.tages_line {
    padding: 0px 10px;
}
.backtotopbutton {
    background: #e3e2e2;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 46%;
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0 0.042857rem 0.971429rem 0.0714285714rem rgb(255 229 0); */
    border-radius: 26px 26px 0px 0px;
    line-height: 43px;
    /* border: 2px solid #ffef60; */
   margin-top:-108px;
    color: #000!important;
}
.sicail_twitter{
	height:450px!important;
}
.brands-content {
    padding: 25px 0px 20px;
    background: #fff;
}
/**************************about Us responsive*****************/
.width_container {
    width:100%!important;
}
#video_fm{
	width:100%!important;
	height:260px!important;
	
}
.about_main_section {
    background: white;
    padding: 20px 20px;
    height: auto !important;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.wrap_pricpil {
    display: flex;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    height: 200px;
    border: 1px solid #b7b7b733;
}
.training_hedding {
    padding: 25px!important;
}
.mtandt_inner p{
	text-align: justify;
    padding:0px 0px 0px;
}
/**************************Enad about Us responsive*****************/

/**************************catloges responsive*****************/
.toolbox-sort{
	margin: 0px 0px 8px;
}
/**************************end catloges responsive*****************/
.footer-details h2 {
    margin-top: -11px!important;
    font-size: 17px;
    color: #000;
    border-radius: 15px;
}
.copyright_footer {
    text-align: center;
    padding: 5px 0px 0px;
}

.footer-five .footer-right .footer-bottom p {
    font-size: 13px;
    margin-bottom: 0;
    color: #959595;
    text-align: center;
}
.about_WhoWeAre {
    background-color: #f1f1f1;
    padding: 30px 0px 20px;
}
.training_Certifications {
    padding: 20px 0px 20px;
    background: #fff;
}
.brandsimages img{
	height:100px;
}
.bront_name h5 {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 600;
}
.logo_name {
    display: inline-grid;
    align-items: center;
    padding: 0px 0px;
}	
.bront_name {
    /* padding: 0px 0px 8px; */
    width:100%;
}
.pagination {
    border-radius: 0;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0px 10px 10px;
    float:none;
	justify-content: center;
}
.bg_color_section {
    background-color: rgb(0 0 0 / 32%);
    padding: 60px 0px;
    margin-top: -41px;
}
.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}
.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px!important;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}
.fg-services .fg_services_item {
    height:400px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}
.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
/*********start contact page responsive************/
.contact-form {
    background: #f3f3f3;
    padding: 20px 20px 20px;
}
.sec-title-style1 .title {
    color: #131313;
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec-title-style1 .text p {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    color: #131313;
    font-size: 12px;
    line-height: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.country_tabs_wrapper>.nav-item>.nav-link {
    color: #fff;
    margin: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 13px!important;
    padding: 5px 15px;
    line-height: 1.5;
}
.sub_tubs>.nav-item>.nav-link-a {
    padding: 7px 10px!important;
}
.sub_tubs{
	border: 0;
    padding: 15px 0.7rem;
    background: #f3f3f3;
    line-height: 35px!important;
}
/*********End contact page responsive**************/

/*****services Inner pages****/
	.about_content_box_all {
    padding: 5px!important;
}
.text-muted12{
	text-align:center;
}
.about_header_main .about_heading {
    max-width: 450px;
    font-size: 20px!important;
}
/*****end***services Inner pages****/


	/*******indestry inner pages*****/	
.service-block {
    position: relative;
    color: #303030;
    margin-top: 15px;
}
/*******End indestry inner pages*****/	


/*********media pages*****/
.nav_tabs_align {
    display: flex;
    width: 100%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}
.news_tabs {
    background: #ffee5f;
    width:95%!important;
    margin: auto;
    margin-top: -26px;
}
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.icon-tab a {
    font-size: 15px;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 5px 15px 5px!important;
    width: 25%;
	font-size: 14px!important;
}
/******end media query*****/


/********media_event******/
.news_event_blog-item4 a {
    display: block!important;
    background: #f9f9f9;
    padding: 26px 26px;
    overflow: hidden;
    align-items: center;
    max-width: 90%;
    min-width: 90%;
    margin: auto;
    border-bottom: 1px solid #ffeb3b;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 6px;
    margin-bottom: 17px!important;
    text-decoration: none;
}
.news_event_blog-item4 .news_events_picture {
    width: 100%!important;
    object-fit: cover;
    margin-right: 50px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgb(0 0 0 / 0%);
}
.news_event_blog-item4 .news_event_content4 {
    width: 100%!important;
    padding: 15px 0px!important;
}
/********end***media_event******/

	
}






/**********media query**(451  500)***/

@media only screen and (min-width: 451px) and (max-width: 500px){
.slick-vertical .slick-slide {
    display: block;
    height: 35px;
    border: 1px solid transparent;
    padding: 0px 10px;
}	
.fix_product_box {
    min-height: 60px !important;
    max-height: 60px;
    /* height: auto!important; */
    width: 60px;
    border: 1px solid #edebeb94 !important;
    margin-bottom: 8px !important;
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px 0px;
    overflow: hidden;
    margin-left: 0px!important;
}
	
.video_icone i {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0; */
    color: #fdfdfd;
    margin-top: -40px;
    left:33px;
}	
.custom_content {
    padding-top: 10px;
}	
.gallery-item {
    float:left!important; 
    width: 50%!important;
}
	
	.gal-item a:after {
    content: "\f002";
    font-family: 'fontawesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 9px;
    left:4px!important;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 124px!important;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video_click_ope_model:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 91%!important;
    height: 41%!important;
    /* margin-left: 10px; */
    margin: 5px 0px 0px 5px;
    opacity: 9;
    background-color: rgb(65 94 122 / 13%);
    content: '';
    transition: 0.4s;
    border-radius: 3px;
}
.media_gallery_videos{
    height: 100%!important;
}

.gal-item{
	padding: 5px !important;
    height: 130px !important;
    margin-bottom: 10px;
}
.subcategory_btn {
	width: 100%!important;
    margin-right: 0 !important;
    padding:15px 0px!important;
    display: flex;
    align-items: center;
    justify-content: center!important;
}
.container_subcategory {
    width: 100%!important;
    margin: auto;
}
		
.space_event_gallery{
	padding:5px;
}
.fix-event_img img {
    width: 225px!important;
    height: 120px!important;
}		

	nav[aria-label="breadcrumb"] .breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    line-height: 23px!important;
    padding: 1px!important;
}
	
.product_detail_scroll{
	width: 100%;
    overflow-x: scroll;
    flex-wrap: initial;
    margin: auto;
    display: flex;	
}
.product-page .nav .nav-item {
    width: 33.33%;
    padding: 3px 20px ;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right:0px!important;
}
	
.slick-prev {
    left: 7px!important;
    top: -32px!important;
    transform: rotate(90deg)!important;
}
.slick-next {
  left: 7px!important;
    transform: rotate(90deg) !important;
    top: 319px!important;
}
.slick-prev, .slick-next {
  font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
    width: 21px!important;
    height:60px!important;
    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
	
}
	
	
	
	
	.princple_box_div {
    padding-top: 15px;
}
.groupprinciple_aboutmt {
    background-color: #fff;
    padding: 25px 0px 40px;
}	
	
.contact_space {
    background: #f9f9f9!important;
    padding: 30px 10px 40px!important;
    margin-bottom: 40px!important;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%)!important;
}
	.contact_select{
	    padding: 0px 0px 10px!important;
}
		.gal-item .box {
    height: 125px!important;
    overflow: hidden;
}
.box_video {
    padding: 0.25rem;
    background-color: var(--color-page-background);
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: 125px!important;
}
#video_media{
    height: 116px!important;
}
.press_wrapper{
    box-shadow:-1px 0rem 1rem 0rem rgb(22 23 24 / 14%);
    transition: 0.5s;
}
	.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}
	
.fliter_section{
	display:none;
}
.fliter_btn{
	display:block!important;
}
.product_listing_hedding {
    padding: 25px 0px 25px!important;
}
.rental h3 {
    text-align:left!important;
}
.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%;
}
.product_listing_btn{
	text-align:left;
}

.blogaside{
padding-top: 10px!important;
}
	
.video-background-holder {
    position: relative;
    background-color: black;
    height: 242px!important;
    min-height: 10rem!important;
    width: 100%;
    overflow: hidden;
}

	.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    /* padding: 30px 50px 30px 95px; */
  padding: 30px 15px 15px 15px!important;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    height:250px!important;
}
.categories-view1 a {
    display: block;
    font-size: 16px!important;
    font-weight: 700;
    margin-bottom: 7px;
    cursor: auto;
}
.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 2px!important;
    font-size: 15px!important;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}
.categories-view1 span {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    color: #ffe61c;
    width: 30px!important;
    height: 30px!important;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding: 7px 4px 0px!important;
    background-color: #f7e433;
    border: 1px solid #eee;
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.casestudyinner__share1{
	text-align: center;
    margin-bottom: 2px;
    margin-top: 8px;
}	
.casestudyinner__btn-area {
    margin-top: 4px;
    text-align: center;
    margin-bottom: 0px!important;
    border-right: 1px solid #e3d8d8;
}
.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 16px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
     /*margin-top: 0px !important;*/
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
.product-page h2 {
    font-size: 17px!important;
    line-height: 20px!important;
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
	
/*
.slick-slider {
  margin-bottom: 30px !important;
}*/
.retro-layout .img-1, .retro-layout .img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    height: 200px!important;
}
	.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}
.footer-social-infos a {
    color: var(--black);
    width: 35px!important;
    border: 1px solid var(--primary-color);
    justify-content: center;
    display: inline-flex;
    height: 35px!important;
    align-items: center;
    border: 2px solid #f7cd29;
    border-radius: 25px;
}
.blog_inner_width {
    width: 100%!important;
    float: right;
}


.press img {
    height: auto!important;
}
.press_right img {
    height: auto!important;
}
.slider_resize {
    /* height: 365px!important; */
    width: auto !important;
}
.hedding_Rental_Division h3 {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.hjjh{
	padding:0px 0px 20px!important;
}
.top_bar_contact_item {
      font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    color: #212529;
    margin: auto 0px;
	
}
.top_bar_contact_item a {
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
	
}
.top_bar {
    width: 100%;
    height: auto;
    background:#ffeb3bcf;
    z-index: 2;
}

.top_bar_user {   
 display: inline-block; 
 /* margin-left: 35px; */ 
 float: none;
 }
 .coll_hedder_inner{
	display:flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.search .icon_btn {
    position: absolute!important;
    top: 0px!important;
    width: 0px!important;
    right: 0px;
    display: block!important;
    border-radius: 0px!important;
    border-left: 1px solid #dfcc20!important;
    height: 51px!important;
    color: #000;
    width: 10%!important;
    font-size: 15px!important;
    background: #f7e433;
}
.product_search_icon{
	display:none!important;
}
.top_bar_content{
	 text-align: center;
	 display:none;
	}
.search_header {
	/*position: absolute;
    width: 100%;
     top: 312px!important;*/
	 transform: translateY(-50%);
}
.news_scroll {
    overflow-y: scroll;
    height: 440px;
}

.search button {
    position:unset; 
    top: 3px;
    width: 100%!important;
    right: 5px;
    border-radius: 3px;
    height: 45px;
    color: #000;
    width: 135px;
    font-size: 15px;
    background: #f7e433;
}

.tabs-content .nav .nav-link {
font-size: 12px;
    padding: 4px 19px;
    margin: 0px 0px 0px 0px;
    /* margin-bottom: 15px; */
    width: 100%;
}
.break_tabs a {
    width: 120px !important;
    line-height: 17px;
}

.float {
    position: fixed;
    right: 10px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	top: 480px;
}

.drop_section {
    background: #ffffff;
    width:420px;
    margin: auto;
    z-index: 999999;
    position: absolute;
    top: 50px;
    /* bottom: -380px; */
    right: 0px;
    left: 0;
    border: 1px solid #9e9e9e73;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
}
.pro-content {
    padding-top: 145px;
}
.enquery_model {
   /*position: absolute;
    top: 48%!important;
    left: 52%!important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;*/
}
.pro-content .pro-heading-title h2 {
    font-size: 16px;
}
.fullwidth-banner {
    height: auto;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    margin:25px 0px;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
    background-clip: border-box;
    border-radius: 3px;
}
.card-img-overlay {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 0;
}
.newslater-section {
    padding:32px;
    opacity: 1.5;
    border-radius: 3px;
    position: relative;
    margin: 10px 0px;
}.newslater-media .pro-heading-title4 { 
   margin-bottom: 5px; 
   padding-bottom: 0; 
   color: #fff;
   }
.section1{
	padding: 20px 0px 20px;
	background: #fcfcfc;
}
.textmonial_section{
	padding:20px 0px 35px;
	background:#fafafa;
}.pt-5{	padding:0px !important;}
.pb-5{
	padding-bottom:0px !important;
	}
	.textmonial_section h2{	font-size:20px;}
	.chat { 
	font-size: 100px; 
	color: #888884; 
	position: absolute; 
	top: 10px;   
	right: 145px;}
	.kampyle_button-text { 
	height: 35px;  
	min-height: 35px !important; 
	max-height: 35px !important; 
	width: 125px !important; 
	min-width: 125px !important;  
	max-width: 125px !important;  
	background: #fee800;
    color: #000;   
	transform: rotate(90deg ); 
	top:73%;  
	position: fixed;    
	z-index: 9999;
	}
	.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 25px 0px!important;
}

.menu_logo {
    width:150px!important;
}
.tagling_logo h5 {
    color: #cad1d1;
    font-size: 11px;
    line-height: 0px;
}
.tagling_logo span {
    color: #cad1d1;
    font-size: 11px;
}
.navbar-brand {
  margin-right:0px!important;
}

.navbar-collapse.show {
	right: 110px;
    background: #000;
}
.navbar-collapse {
    position: absolute;
    top: 51px!important;
    right: 100%;
    padding-left: 1px;
    padding-right:0px;
    padding-bottom: 15px;
    border-top: 1px solid #121212;
    width:80%;
    transition: all 0.3s ease;
    display: block;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #2f2f2f61;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
	padding-left: 20px;
}
.icon_size {
    font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.dnoned1 {
    display: flex;
    justify-content: space-between;
}
/***********************services navigator**************/
.services_navigatore {
    padding: 0px 0px 24px;
    text-align: center;
	width: 100%; 
    line-height: 18px;
}
.services_navigatore p {
    color: #fff;
    font-size: 13px;
}
.mtnadt_service_icon {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    background: #ffeb3b;
}
.mtnadt_service_icon i{
	font-size: 30px;
    line-height: 78px;
}
.card-body h3 {
    color: #fff;
    font-size: 13px;
}
.job_product {
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
    background: #fff;
    transition: 0.5s;
    margin: 9px 0px;
}
.carousel-inner {
    position: relative;
    width:100%!important;
    overflow: hidden;
    margin: auto;
}
.carousel .testimonial {
    color: #000;
    position: relative;
    padding: 15px!important;
    margin: 0 0 0px 0px;
}
.carousel .testimonial p {
    line-height: 20px;
    margin: 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.carousel .testimonial p::before {
    content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3b;
    font-weight: bold;
    font-size: 40px;
    line-height: 70px;
    position: absolute;
    left: -2px;
    top: 0;
    transform: rotateY(180deg);
}

/*************product slider****tabs*********/
.mobile_res{
overflow-x: scroll;
    width:100%;
    display: flex;
    flex-wrap: inherit;
    margin: auto;
}
.new-footer3 {
    background-color: #ffeb3bcf !important;
    height:auto;
}
.footer_useful_link {
    padding-left: 0px;
}
.footer-five .footer_block a {
    display: block;
    /* margin-bottom: 30px; */
    width: 50%;
}
.subscribe_bt {
    font-size: 16px;
    display: inline-block;
    top: 276px!important;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}
.mtandt_product_hover_border {
     display:revert; 
    position: relative;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%);
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    /* overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.break_tabs {
    border-right: 1px solid #e7e6e6;
    padding: 0px 7px!important;
}

.detail {
    color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 23px;
    text-align: center;
}
.footer-details h2 {
  margin-top: 2px;
    font-size: 20px;
    color: #000;
    border-radius: 15px;
    text-align: center;
}

span.name {
color: #000000;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 17px;
}
p.detail {
	color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 15px;
	text-align: center;

}
.new-footer3 {
    padding: 0px 0;
}
.carousel .media img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  top: 31px;
  border: 0;
  right: -18px;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  top: 31px;
  border: 0;
  right: -200px!important;
}

  .mtandt_blog_box {
    border: 10px solid #f1efef;
    padding: 5px;
    margin: 10px auto;
    height: 570px!important;
}
.carousel .testimonial p::after {
     content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 42px!important;
    line-height: 70px;
    position: absolute;
    left: 0;
    right: -369px!important;
    /*top: 42px!important;*/
    transform: rotateY(356deg);
}

.slick-slider .slick-dots {
  margin-top: -20px !important;
}
.model_align {
    position: absolute;
    top: 52% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.radio_box-inline {
    display: inline-flex;
    align-items: center;
    margin: 0px 3px!important;
}
.mobile_res {
justify-content: inherit!important;
}
.center_menu {
    text-align: unset;
}

.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--color-article1-background);
    animation: animationmenu ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    margin: 15px 0 0 0px;
    padding: 8px 0 0px;
    border-radius: 0;
    border-right: 1px solid black;
    width: 100%!important;
    -webkit-box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
    box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
	height: auto;
	overflow-y: scroll;
}
.megamenu h6 {
    margin: 0px 10px;
    background: #ffffff;
    padding: 9px 5px;
    /* text-align: center; */
    border-radius: 3px;
    color: #000;
}
.drop_icon {
    display: block!important;
}
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.mega_brop_menu {
  margin: 0px 0px;
}


.tages_line {
    padding: 0px 10px;
}
.backtotopbutton {
    background: #e3e2e2;
    height: 45px;
    width: 45px;
    position: absolute;
    right:46%;
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0 0.042857rem 0.971429rem 0.0714285714rem rgb(255 229 0); */
    border-radius: 26px 26px 0px 0px;
    line-height: 43px;
    /* border: 2px solid #ffef60; */
   margin-top:-108px;
    color: #000!important;
}
.sicail_twitter{
	height:440px!important;
}

.brands-content .brand img {
    margin-left: auto;
    margin-right: auto;
    height: 140px;
    width: 220px;
}

.brands-content {
    padding: 25px 0px 20px;
    background: #fff;
}
/**************************about Us responsive*****************/
.width_container {
    width:100%!important;
}
#video_fm{
	width:100%!important;
	height:260px!important;
	
}
.about_main_section {
    background: white;
    padding: 20px 20px;
    height: auto !important;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.wrap_pricpil {
    display: flex;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    height: 200px;
    border: 1px solid #b7b7b733;
}
.training_hedding {
    padding: 25px!important;
}
.mtandt_inner p{
	text-align: justify;
    padding:0px 0px 0px;
}
/**************************Enad about Us responsive*****************/

/**************************catloges responsive*****************/
.toolbox-sort{
	margin: 0px 0px 8px;
}
/**************************end catloges responsive*****************/
.footer-details h2 {
    margin-top: -11px!important;
    font-size: 17px;
    color: #000;
    border-radius: 15px;
}
.copyright_footer {
    text-align: center;
    padding: 5px 0px 0px;
}

.footer-five .footer-right .footer-bottom p {
    font-size: 13px;
    margin-bottom: 0;
    color: #959595;
    text-align: center;
}
.footer-details1 {
    float: none;
    margin-top: 5px;
}
.about_WhoWeAre {
    background-color: #f1f1f1;
    padding: 30px 0px 20px;
}
.training_Certifications {
    padding: 20px 0px 20px;
    background: #fff;
}
.brandsimages img{
	height:100px;
}
.bront_name h5 {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 600;
}
.bront_name {
    /* padding: 0px 0px 8px; */
    width: 33%;
}
.pagination {
    border-radius: 0;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0px 10px 10px;
    float:none;
	justify-content: center;
}
.bg_color_section {
    background-color: rgb(0 0 0 / 32%);
    padding: 60px 0px;
    margin-top:-30px;
}
.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}
.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px!important;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}
.fg-services .fg_services_item {
    height:400px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}
.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
/*********start contact page responsive************/
.contact-form {
    background: #f3f3f3;
    padding: 20px 20px 20px;
}
.sec-title-style1 .title {
    color: #131313;
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec-title-style1 .text p {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    color: #131313;
    font-size: 12px;
    line-height: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.country_tabs_wrapper>.nav-item>.nav-link {
    color: #fff;
    margin: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 13px!important;
    padding: 5px 15px;
    line-height: 1.5;
}
.sub_tubs>.nav-item>.nav-link-a {
    padding: 7px 10px!important;
}
.sub_tubs{
	border: 0;
    padding: 15px 0.7rem;
    background: #f3f3f3;
    line-height: 35px!important;
}
/*********End contact page responsive**************/

/*****services Inner pages****/
	.about_content_box_all {
    padding: 5px!important;
}
.text-muted12{
	text-align:center;
}
.about_header_main .about_heading {
    max-width: 450px;
    font-size: 20px!important;
}
/*****end***services Inner pages****/


	/*******indestry inner pages*****/	
.service-block {
    position: relative;
    color: #303030;
    margin-top: 15px;
}
/*******End indestry inner pages*****/	


/*********media pages*****/
.nav_tabs_align {
    display: flex;
    width: 100%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}
.news_tabs {
    background: #ffee5f;
    width: 95%!important;
    margin: auto;
    margin-top: -26px;
}
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.icon-tab a {
    font-size: 15px;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 5px 15px 5px!important;
    width: 25%;
}
/******end media query*****/


/********media_event******/
.news_event_blog-item4 a {
    display: block!important;
    background: #f9f9f9;
    padding: 26px 26px;
    overflow: hidden;
    align-items: center;
    max-width: 90%;
    min-width: 90%;
    margin: auto;
    border-bottom: 1px solid #ffeb3b;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 6px;
    margin-bottom:17px!important;
    text-decoration: none;
}
.news_event_blog-item4 .news_events_picture {
    width: 100%!important;
    object-fit: cover;
    margin-right: 50px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgb(0 0 0 / 0%);
}
.news_event_blog-item4 .news_event_content4 {
    width: 100%!important;
    padding: 15px 0px!important;
}
/********end***media_event******/

	
}
	
/*********media pages*****/


/*********media query (501 550)*****/
@media only screen and (min-width:501px) and (max-width:550px){
.fix_product_box {
    min-height: 60px !important;
    max-height: 60px;
    /* height: auto!important; */
    width: 60px;
    border: 1px solid #edebeb94 !important;
    margin-bottom: 8px !important;
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px 0px;
    overflow: hidden;
    margin-left: 15px;
}	
	.center_menu {
    text-align: left;
	padding: 0px 45px;
}
.custom_content {
    padding-top: 10px;
}	
.product_detail_scroll {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: initial;
    margin: auto;
    display: flex;
}
.product_detail_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.product_detail_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.product_detail_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.product_detail_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.product_detail_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


/************************END  PRODUCT DETAILS PAGES SCROLL*************/

	
	
	.slick-next {
    left: 5px;
    transform: rotate(90deg)!important;
    top: 312px;
}
.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
    width: 25px;
    height: 61px;
    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
}
.slick-prev {
    left: 5px;
    top: -32px;
    transform: rotate(90deg)!important;
}	
.video_icone i {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0; */
    color: #fdfdfd;
    margin-top: -40px;
    left: 33px;
}	
	
	.gallery-item {
    float:left!important; 
    width: 50%!important;
}
	
	.gal-item a:after {
    content: "\f002";
    font-family: 'fontawesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 9px;
    left:4px!important;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 124px!important;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video_click_ope_model:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 91%!important;
    height: 41%!important;
    /* margin-left: 10px; */
    margin: 5px 0px 0px 5px;
    opacity: 9;
    background-color: rgb(65 94 122 / 13%);
    content: '';
    transition: 0.4s;
    border-radius: 3px;
}
.media_gallery_videos{
    height: 100%!important;
}

.gal-item{
	padding: 5px !important;
    height: 130px !important;
    margin-bottom: 10px;
}
	
.subcategory_btn {
	width: 100%!important;
    margin-right: 0 !important;
    padding:15px 0px!important;
    display: flex;
    align-items: center;
    justify-content: center!important;
}
.press_wrapper {
    height: 345px!important;
    margin-top: 0px!important;
    padding: 5px;
}
	.toolbox-sort {
    margin: 0px 0px 8px;
}
.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}
.blogaside {
    padding-top: 25px!important;
}       	
.event_video{
	height:auto!important;
}
	
.drop_section {
    background: #ffffff;
    width:471px;
    margin: auto;
    z-index: 999999;
    position: absolute;
    top: 50px;
    /* bottom: -380px; */
    right: 0px;
    left: 0;
    border: 1px solid #9e9e9e73;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
}	
	
	
.container_subcategory {
    width: 100%!important;
    margin: auto;
}
	
.contact_space {
    background: #f9f9f9!important;
    padding: 30px 10px 40px!important;
    margin-bottom: 40px!important;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%)!important;
}
	
.contact_select{
	    padding: 0px 0px 10px!important;
}
	
	.gal-item .box {
    height: 125px!important;
    overflow: hidden;
}
.box_video {
    padding: 0.25rem;
    background-color: var(--color-page-background);
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: 125px!important;
}
#video_media{
    height: 116px!important;
}
.press_wrapper{
    box-shadow:-1px 0rem 1rem 0rem rgb(22 23 24 / 14%);
    transition: 0.5s;
}
	.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}
	.fliter_btn{
	display:block!important;
}
	
.fliter_section{
	display:none;
}	
.product_listing_hedding {
padding: 25px 0px 25px!important;
}
.rental h3 {
    text-align:left!important;
}
.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%;
}
.product_listing_btn{
	text-align: left;
}
	
.video-background-holder {
position: relative;
background-color: black;
height: 242px!important;
min-height: 10rem!important;
width: 100%;
overflow: hidden;
}	
	
.casestudyinner__share1{
	text-align: center;
    margin-bottom: 2px;
    margin-top: 8px;
}	
.categories-view1 li:hover span {
    background-color: #1e1e1e;
    color: #f9f9f9e0;
    display:none!important;
}
.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 80px;
    display:block!important;
    font-size: 40px;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}
.casestudyinner__btn-area {
    margin-top: 4px;
    text-align: center;
    margin-bottom: 0px!important;
    border-right: 1px solid #e3d8d8;
}	
.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 16px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
     /*margin-top: 0px !important;*/
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
.product-page h2 {
    font-size: 17px!important;
    line-height: 20px!important;
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
		
	
	/*********media pages*****/
	.nav_tabs_align {
    display: flex;
    width:95%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}

.event-title {
    font-size: 25px!important;
    margin-bottom: 4px!important;
    line-height: 33px!important;
}
.footer-social-infos {
    text-align:center!important;
    /* border: 2px solid #bbbbbb; */
    padding: 20px 0px 20px 0px!important;
    /* border-radius: 56px; */
    margin-top:0px!important; 
}	
.event_detail{
	padding: 20px 0px!important;
}
	.event-content {
    text-align: justify;
    padding-top: 0px!important;
}


.news_event_blog-item4 .news_events_picture {
    width: 100%!important;
    object-fit: cover;
    margin-right: 50px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgb(0 0 0 / 0%);
}
.news_event_blog-item4 a {
    display: block!important;
    background: #f9f9f9;
    padding: 26px 26px;
    overflow: hidden;
    align-items: center;
    max-width: 90%;
    min-width: 90%;
    margin: auto;
    border-bottom: 1px solid #ffeb3b;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 6px;
    margin-bottom:17px!important;
    text-decoration: none;
}
.news_event_blog-item4 .news_event_content4 {
    width: 100%!important;
    padding-top: 15px;
}
	.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}
.footer-social-infos a {
    color: var(--black);
    width: 35px!important;
    border: 1px solid var(--primary-color);
    justify-content: center;
    display: inline-flex;
    height: 35px!important;
    align-items: center;
    border: 2px solid #f7cd29;
    border-radius: 25px;
}
.blog_inner_width {
    width: 100%!important;
    float: right;
}
.icon-tab a:hover {
    background: #000;
    transition: .5s;
    color: #fff;
    padding:15px 22px 15px 26px!important;
}
.retro-layout .img-1, .retro-layout .img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    height: 200px!important;
}

.press img {
    height: auto!important;
}
.press_right img {
    height: auto!important;
}
.slider_resize {
    /* height: 365px!important; */
    width: 100%!important;
}

.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.icon-tab a {
    font-size: 13px!important;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 5px 15px 5px!important;
    width: 25%;
}
/******end media query*****/		
	
	
/*****services Inner pages****/
	.about_content_box_all {
    padding: 5px!important;
}
.text-muted12{
	text-align:justify;
}
/*****end***services Inner pages****/
	
.dnoned1{
	display: flex;
    justify-content: space-between;
}
	

.icon_size {
        font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop_icon span {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    padding: 0px 6px;
   height: 30px;
    text-align: center;
    width: 30px;
}
.mobile_menu_border{
	border-bottom: 1px solid #dbdbdb;
}
.drop_icon{
	display:block!important;
}	
	
	
/******strat contact Us *******/
.single-contact-address-box.main-branch .inner ul li .title {
    position: unset;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li {
   position: relative;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #737373;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.single-contact-address-box.main-branch .inner ul li .text p {
    color: #131313;
    font-size: 14px;
    line-height: 24px;
}
.single-contact-address-box.main-branch h3 {
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    /* margin: 0 0 38px; */
    margin: 0 0 15px;
    text-transform: uppercase;
    text-align: center;
}
.sub_tubs>.nav-item>.nav-link-a {
    padding: 7px 10px!important;
}
/******End***contact Us *******/

	.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
	.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}

.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px!important;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}
.fg-services .fg_services_item {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}
.search .icon_btn {
    position: absolute!important;
    top: 0px!important;
    width: 0px!important;
    right: 0px;
    display: block!important;
    border-radius: 0px!important;
    border-left: 1px solid #dfcc20!important;
    height: 51px!important;
    color: #000;
    width: 10%!important;
    font-size: 15px!important;
    background: #f7e433;
}
.product_search_icon{
	display:none!important;
}

.spsinfg {
    position: absolute;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    background-color: #f7e433;
    font-weight: 600 !important;
    color: #242424 !important;
    border: none !important;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%) !important;
   top: -3px!important;
    left: 50px!important;
}	


.search_header {
   /* position: absolute;
    width: 100%;
   top: 320px;*/
   transform: translateY(-50%);
}
.footer-details1 {
    float: none;
    margin-top: 5px;
    text-align: center;
}
.new-footer3 .footer-details {
    display: block;
    text-align: center;
}
.carousel .testimonial p::before {
	content: "\201D";
	font-family: Arial,sans-serif;
	color:#ffeb3bcf;
	font-weight: bold;
	font-size: 50px;
	line-height: 70px;
	position: absolute;
	left: 7px;
	top: 23px;
	transform: rotateY(180deg);
}

.mobile_res {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
}
.break_tabs a {
    width: 112px!important;
    line-height: 17px;
}
.tabs-content .nav .nav-link {
 font-size: 11px;
    padding: 5px 20px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.break_tabs {
    border-right: 1px solid #e7e6e6;
    padding: 0px 7px!important;
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product article {
     padding: 10px;
     border-radius: 0px; 
}
.carousel .testimonial p {
    line-height: 19px;
    /* margin: 0; */
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.mobile_res {
    justify-content: flex-start!important;
}
#services .box {
    padding: 10px 10px 10px 10px!important;
    border-bottom: 1px solid #ffffff4d;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 0px 20px 0px;
    background: #ffffff00;
    /* box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%); */
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 284px;
}
.services_navigatore {
    padding: 0px 0px 30px;
    text-align: center;
    width: 90%;
    margin: auto;
}
#services .title a {
    color: #ffffff;
    font-size: 14px!important;
    font-weight: 500;
}
.description {
    color: #c5c4c4;
    font-size: 13px;
}
.carousel .media img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
.carousel .testimonial {
    color: #000;
    position: relative;
    padding: 35px;
    margin: 0 0 0px 15px;
}
.job_product {
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
    background: #fff;
    opacity: 0.9;
    transition: 0.5s;
    margin: 9px 0px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
}
 .carousel .testimonial p::after {
    content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 50px;
    line-height: 70px;
    position: absolute;
    left: 0;
    right: -353px;
   /* top: 73px;*/
    transform: rotateY(356deg);
}
.mtandt_product_hover_border{
display: inline-block;
    position: relative;

    border: none;
    /* height: 371px; */
    width: 100%;
    cursor: pointer;
    margin-top: 8px;
	box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%);
}
.product article .pro-thumb .img-fluid {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.footer-five .footer-right .footer-bottom {
    padding-top: 15px;
    text-align: center;
}
.copyright_footer {
    text-align: center;
}
.footer-five .footer_block a {
    display: block;
    /* margin-bottom: 30px; */
    width: 60%;
}
.new-footer3 {
    background-color: #ffeb3bcf !important;
     height: auto;
}

.footer_useful_link {
    padding-left: 0px;
}
.mtandt_blog_box {
 border: 5px solid #f1efef;
    padding: 5px;
    height: 420px;
    margin: 9px 0px;
}
.news_scroll {
    overflow-y: scroll;
    height: 290px!important;
}
p.detail {
    color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size:18px;
	margin-bottom: 0px;
	text-align: center;
}
span.name {
    color: #000000;
    font-weight: bold;
    font-family: Tahoma;
    font-size:18px;
}

.new-footer3 {
    padding:0px 0;
}
.footer-details h2 {
    margin-top: 2px;
    font-size: 21px;
    color: #000;
    border-radius: 15px;
}


.footer-five .footer-right ul li {
    margin-bottom: 10px;
    color: #959595;
    font-size: 11px;
}
.footer-five .footer_block p {
    margin-bottom: 30px;
    color: #959595;
    text-align: justify;
    font-size: 11px;
}
.footer-five .socials li a {
    color: #ffffffc7;
    transition: 0.4s;
    background: #282828;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 27px;
    border-radius: 20px;
}

.float {
    position: fixed;
    right: 10px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	/*top: 480px;*/
}
.subscribe_bt {
    font-size: 16px;
    display: inline-block;
    top:245px;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}

.backtotopbutton {
    background: #e3e2e2;
    height: 51px;
    width: 55px;
    position: absolute;
    right: 45%;
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0 0.042857rem 0.971429rem 0.0714285714rem rgb(255 229 0); */
    border-radius: 26px 26px 0px 0px;
    line-height: 43px;
    /* border: 2px solid #ffef60; */
    margin-top: -119px;
    color: #000!important;
}
.navbar-brand {
  margin-right:0px!important;
}

.navbar-collapse.show {
right: 39px;
    background: #000;
}
.navbar-collapse {
position: absolute;
    top: 60px;
    right: 100%;
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 15px;
    border-top: 1px solid #6867676b;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #2f2f2f61;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
	padding-left: 45px;
}
.enquery_model {
   /* position: absolute;
    top:49%!important;
    left: 53%!important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;*/
}
.kampyle_button-text {
 /* height: 35px;
  min-height: 35px !important;
  max-height: 35px !important;
  width: 125px !important;
  min-width: 125px !important;
  max-width: 125px !important;
  background: #f7e433;
  color: #000;
  border-radius: 3px;
  transform: rotate( 270deg );
  top: 573px;
  position: fixed;
  z-index: 9999;
  right: -46px;*/
  background-color: #fee800;
    font-family: "Open Sans",sans-serif;
    cursor: pointer;
    position: fixed;
    top: 73%;
    z-index: 99999990;
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    width: 125px !important;
    max-width: 125px !important;
    min-width: 125px !important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.learn-more{
	position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    top: 31px;
    border: 0;
    right: -230px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}
 
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--color-article1-background);
    animation: animationmenu ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    margin: 15px 0 0 0px;
    padding: 8px 0 0px;
    border-radius: 0;
    border: 1px solid black;
    width: 100%!important;
    -webkit-box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
    box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
	height: auto;
	overflow-y: scroll;
} 
.megamenu h6 {
	margin: 0px 10px;
    background: #ffffff;
    padding: 9px 20px;
    text-align: center;
    border-radius: 3px;
    color: #000;
}
.mega_brop_menu {
  margin: 0px 0px;
}
.tages_line {
    padding: 0px 15px;
}
.megamenu h6 {
    /* margin-left: 15px; */
    font-size: 13px; 
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 12px;
}
.sicail_twitter{
	height:300px!important;
}

.brands-content .brand img {
    margin-left: auto;
    margin-right: auto;
    height: 140px;
    width: 220px;
}

.brands-content {
    padding: 25px 0px 0px;
    background: #fff;
}

/**************************about Us responsive*****************/
.mtnadt_about {
    background-color: #f9f9f9;
    text-align: center;
    padding: 35px 0px 35px;
}
.width_container {
    width:100%!important;
}
#video_fm{
	width:100%!important;
	height:360px!important;
	
}
.about_main_section {
    background: white;
    padding: 20px 20px;
  height: 420px;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.hedding_Rental_Division h3 {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.wrap_pricpil {
    display: flex;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    height:auto!important;
    border: 1px solid #b7b7b733;
}
.training_hedding {
    padding: 25px 25px;
}
/**************************Enad about Us responsive*****************/
.brands-content {
    padding: 25px 0px 50px;
    background: #fff;
}
}



/********media*******(551  600)****************/
@media only screen and (min-width:551px) and (max-width:575px){
.kampyle_button-text {
    height: 35px;
    min-height: 35px !important;
    max-height: 35px !important;
    width: 125px !important;
    min-width: 125px !important;
    max-width: 125px !important;
    background: #f7e433;
    color: #000;
    border-radius: 3px;
    transform: rotate( 270deg );
    top: 73%;
    position: fixed;
    z-index: 9999;
    right: -46px;
}	
.custom_content {
    padding-top: 10px;
}	
	
.product_detail_scroll {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: initial;
    margin: auto;
    display: flex;
}
.product_detail_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.product_detail_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.product_detail_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.product_detail_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.product_detail_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


/************************END  PRODUCT DETAILS PAGES SCROLL*************/

	
	
	.slick-next {
    left: 5px;
    transform: rotate(90deg)!important;
    top: 312px;
}
.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
    width: 25px;
    height: 61px;
    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
}
.slick-prev {
    left: 5px;
    top: -32px;
    transform: rotate(90deg)!important;
}	
.video_icone i {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0; */
    color: #fdfdfd;
    margin-top: -40px;
    left: 17px;
}		
	
	
.gallery-item {
    float:left!important; 
    width: 50%!important;
}	
	
.gal-item a:after {
    content: "\f002";
    font-family: 'fontawesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 9px;
    left:4px!important;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 124px!important;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video_click_ope_model:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 91%!important;
    height: 41%!important;
    /* margin-left: 10px; */
    margin: 5px 0px 0px 5px;
    opacity: 9;
    background-color: rgb(65 94 122 / 13%);
    content: '';
    transition: 0.4s;
    border-radius: 3px;
}
.media_gallery_videos{
    height: 100%!important;
}

.gal-item{
	padding: 5px !important;
    height: 150px !important;
    margin-bottom: 10px;
}	
	
.subcategory_btn {
	width: 100%!important;
    margin-right: 0 !important;
    padding:15px 0px!important;
    display: flex;
    align-items: center;
    justify-content: center!important;
}
	.press_wrapper {
    height: 335px!important;
    margin-top: 0px!important;
    padding: 5px;
}
.toolbox-sort {
    margin: 0px 0px 8px;
}
	.event_video{
	height:auto!important;
}
.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}
.blogaside {
    padding-top: 25px!important;
}       	
.drop_section {
    background: #ffffff;
    width:520px;
    margin: auto;
    z-index: 999999;
    position: absolute;
    top: 50px;
    /* bottom: -380px; */
    right: 0px;
    left: 0;
    border: 1px solid #9e9e9e73;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
}
.container_subcategory {
    width: 100%!important;
    margin: auto;
}
		
.contact_space{
	background: #f9f9f9!important;
    padding: 30px 10px 30px!important;
    margin-bottom: 20px!important;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%)!important;
}
.contact_select{
	    padding: 0px 0px 10px!important;
}
		.gal-item .box {
    height: 150px!important;
    overflow: hidden;
}
.box_video {
    padding: 0.25rem;
    background-color: var(--color-page-background);
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: 125px!important;
}
#video_media{
    height: 116px!important;
}
.press_wrapper{
    box-shadow:-1px 0rem 1rem 0rem rgb(22 23 24 / 14%);
    transition: 0.5s;
}
	.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}
	
.fliter_section{
	display:none;
}
.fliter_btn{
	display:block!important;
}

.product_listing_hedding {
    padding: 25px 0px 25px!important;
}
.rental h3 {
    text-align:left!important;
}
.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%;
}
.product_listing_btn{
	text-align: left;
}
	.video-background-holder {
    position: relative;
    background-color: black;
    height: 242px!important;
    min-height: 10rem!important;
    width: 100%;
    overflow: hidden;
}
	.casestudyinner__share1{
	text-align: center;
    margin-bottom: 2px;
    margin-top: 8px;
}	
.categories-view1 li:hover span {
    background-color: #1e1e1e;
    color: #f9f9f9e0;
    display:none!important;
}
.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    padding: 30px 50px 30px 95px;
    padding: 30px 20px 30px 84px!important;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    height: 230px;
}
.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 80px;
    display:block!important;
    font-size: 40px;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}
.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    padding: 30px 50px 30px 95px!important; 
    /* padding: 30px 15px 15px 15px!important;*/
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    height: 250px!important;
}

.casestudyinner__btn-area {
    margin-top: 4px;
    text-align: center;
    margin-bottom: 0px!important;
    border-right: 1px solid #e3d8d8;
}
	
	/*********media pages*****/
	.nav_tabs_align {
    display: flex;
    width: 100%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}
.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 16px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
   /* margin-top: 0px !important;*/
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
.product-page h2 {
    font-size: 17px!important;
    line-height: 20px!important;
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
	
.event-title {
    font-size: 25px!important;
    margin-bottom: 4px!important;
    line-height: 33px!important;
}
.footer-social-infos {
    text-align:center!important;
    /* border: 2px solid #bbbbbb; */
    padding: 23px 0px 20px 0px!important;
    /* border-radius: 56px; */
    margin-top:0px!important; 
}	
.event_detail{
	padding: 20px 0px!important;
}
	.event-content {
    text-align: justify;
    padding-top: 0px!important;
}
.fix-event_img img {
    width: 100%!important;
    height: 160px;
}


.news_event_blog-item4 .news_events_picture {
    width: 100%!important;
    object-fit: cover;
    margin-right: 50px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgb(0 0 0 / 0%);
}
.news_event_blog-item4 a {
    display: block!important;
    background: #f9f9f9;
    padding: 26px 26px;
    overflow: hidden;
    align-items: center;
    max-width: 90%;
    min-width: 90%;
    margin: auto;
    border-bottom: 1px solid #ffeb3b;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 6px;
    margin-bottom: 50px;
    text-decoration: none;
}
.news_event_blog-item4 .news_event_content4 {
    width: 100%!important;
    padding-top: 15px;
}
	.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}
.footer-social-infos a {
    color: var(--black);
    width: 35px!important;
    border: 1px solid var(--primary-color);
    justify-content: center;
    display: inline-flex;
    height: 35px!important;
    align-items: center;
    border: 2px solid #f7cd29;
    border-radius: 25px;
}
.blog_inner_width {
    width: 100%!important;
    float: right;
}
.icon-tab a:hover {
    background: #000;
    transition: .5s;
    color: #fff;
    padding: 15px 30px 15px 28px!important;
}
.retro-layout .img-1, .retro-layout .img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    height: 200px!important;
}
.press img {
    height: auto!important;
}
.press_right img {
    height: auto!important;
}
.slider_resize {
    /* height: 365px!important; */
    width: 100% !important;
}
.news_tabs {
    background: #ffee5f;
    width:95%!important;
    margin: auto;
    margin-top: -26px;
}
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.icon-tab a {
    font-size: 13px!important;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 5px 15px 5px!important;
    width: 25%;
}
/******end media query*****/		
.hjjh{
	height:220px!important;
} 
	
/*****services Inner pages****/
	.about_content_box_all {
    padding: 5px!important;
}

/*****end***services Inner pages****/
	
.dnoned1{
	display: flex;
    justify-content: space-between;
}
	

.icon_size {
        font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop_icon span {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    padding: 0px 6px;
   height: 30px;
    text-align: center;
    width: 30px;
}
.mobile_menu_border{
	border-bottom: 1px solid #dbdbdb;
}
.drop_icon{
	display:block!important;
}	
	
	
/******strat contact Us *******/
.single-contact-address-box.main-branch .inner ul li .title {
    position: unset;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li {
   position: relative;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #737373;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.single-contact-address-box.main-branch .inner ul li .text p {
    color: #131313;
    font-size: 14px;
    line-height: 24px;
}
.single-contact-address-box.main-branch h3 {
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    /* margin: 0 0 38px; */
    margin: 0 0 15px;
    text-transform: uppercase;
    text-align: center;
}
.sub_tubs>.nav-item>.nav-link-a {
    padding: 7px 10px!important;
}
/******End***contact Us *******/

	.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
	.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}

.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px!important;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}
.fg-services .fg_services_item {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}

.spsinfg {
    position: absolute;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    background-color: #f7e433;
    font-weight: 600 !important;
    color: #242424 !important;
    border: none !important;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%) !important;
    top: -3px!important;
    left: 65px!important;
}	


.search_header {
   /* position: absolute;
    width: 100%;
   top: 320px;*/
   transform: translateY(-50%);
}
.footer-details1 {
    float: none;
    margin-top: 5px;
    text-align: center;
}
.new-footer3 .footer-details {
    display: block;
    text-align: center;
}
.carousel .testimonial p::before {
	content: "\201D";
	font-family: Arial,sans-serif;
	color:#ffeb3bcf;
	font-weight: bold;
	font-size: 50px;
	line-height: 70px;
	position: absolute;
	left: 7px;
	top: 23px;
	transform: rotateY(180deg);
}

.mobile_res {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
}
.break_tabs a {
    width: 112px!important;
    line-height: 17px;
}
.tabs-content .nav .nav-link {
    font-size: 11px;
    padding: 5px 20px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.break_tabs {
    border-right: 1px solid #e7e6e6;
    padding: 0px 7px!important;
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; 
    display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product article {
     padding: 10px;
     border-radius: 0px; 
}
.carousel .testimonial p {
    line-height: 19px;
    /* margin: 0; */
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.job_product {
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
    background: #fff;
    opacity: 0.9;
    transition: 0.5s;
    margin: 9px 0px;
}
.mobile_res {
    justify-content: flex-start!important;
}
#services .box {
    padding: 10px 10px 10px 10px!important;
    border-bottom: 1px solid #ffffff4d;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 0px 20px 0px;
    background: #ffffff00;
    /* box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%); */
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 284px;
}
.services_navigatore {
    padding: 0px 0px 30px;
    text-align: center;
    width: 90%;
    margin: auto;
}
#services .title a {
    color: #ffffff;
    font-size: 14px!important;
    font-weight: 500;
}
.description {
    color: #c5c4c4;
    font-size: 13px;
}
.carousel .media img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
.carousel .testimonial {
    color: #000;
    position: relative;
    padding: 35px;
    margin: 0 0 0px 15px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
}
 .carousel .testimonial p::after {
	content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 50px;
    line-height: 70px;
    position: absolute;
    left: 463px;
    right: 0px;
    /* top: 73px; */
    transform: rotateY(356deg);
}
.mtandt_product_hover_border{
display: inline-block;
    position: relative;

    border: none;
    /* height: 371px; */
    width: 100%;
    cursor: pointer;
    margin-top: 8px;
	box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%);
}
.product article .pro-thumb .img-fluid {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.footer-five .footer-right .footer-bottom {
    padding-top: 15px;
    text-align: center;
}
.copyright_footer {
    text-align: center;
}
.footer-five .footer_block a {
    display: block;
    /* margin-bottom: 30px; */
    width: 60%;
}
.new-footer3 {
    background-color: #ffeb3bcf !important;
     height: auto;
}

.footer_useful_link {
    padding-left: 0px;
}
.mtandt_blog_box {
    border: 5px solid #f1efef;
    padding: 5px;
    height:420px;
	margin: 10px 0px;
}
.news_scroll {
    overflow-y: scroll;
    height: 290px!important;
}
p.detail {
   color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}
span.name {
    color: #000000;
    font-weight: bold;
    font-family: Tahoma;
    font-size:18px;
}

.new-footer3 {
    padding:0px 0;
}
.footer-details h2 {
    margin-top: 2px;
    font-size: 21px;
    color: #000;
    border-radius: 15px;
}


.footer-five .footer-right ul li {
    margin-bottom: 10px;
    color: #959595;
    font-size: 11px;
}
.footer-five .footer_block p {
    margin-bottom: 30px;
    color: #959595;
    text-align: justify;
    font-size: 11px;
}
.footer-five .socials li a {
    color: #ffffffc7;
    transition: 0.4s;
    background: #282828;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 27px;
    border-radius: 20px;
}

.float {
    position: fixed;
    right: 10px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	top: 480px;
}
.subscribe_bt {
    font-size: 16px;
    display: inline-block;
    top:245px;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}
.backtotopbutton {
    background: #e3e2e2;
    height: 51px;
    width: 55px;
    position: absolute;
    right: 45%;
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0 0.042857rem 0.971429rem 0.0714285714rem rgb(255 229 0); */
    border-radius: 26px 26px 0px 0px;
    line-height: 43px;
    /* border: 2px solid #ffef60; */
    margin-top:-119px;
    color: #000!important;
}

.search .icon_btn {
    position: absolute!important;
    top: 0px!important;
    width: 0px!important;
    right: 0px;
    display: block!important;
    border-radius: 0px!important;
    border-left: 1px solid #dfcc20!important;
    height: 51px!important;
    color: #000;
    width: 10%!important;
    font-size: 15px!important;
    background: #f7e433;
}
.product_search_icon{
	display:none!important;
}


.navbar-brand {
  margin-right:0px!important;
}

.navbar-collapse.show {
right: 39px;
    background: #000;
}
.navbar-collapse {
position: absolute;
    top: 60px;
    right: 100%;
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 15px;
    border-top: 1px solid #6867676b;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #2f2f2f61;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
	padding-left: 40px;
}
.enquery_model {
   /* position: absolute;
    top: 50%!important;
    left: 52%!important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;*/
}


.learn-more{
	position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    top: 31px;
    border: 0;
    right:-243px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}
 
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--color-article1-background);
    animation: animationmenu ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    margin: 15px 0 0 0px;
    padding: 8px 0 0px;
    border-radius: 0;
    border: none;
    width: 100%!important;
    -webkit-box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
    box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
	height: auto;
overflow-y: scroll;
} 
.center_menu {
    text-align: left;
    padding: 0px 45px;
}
.megamenu h6 {
margin: 0px 10px;
    background: #ffffff;
    padding: 9px 5px;
    text-align: center;
    border-radius: 3px;
    color: #000;
}
.mega_brop_menu {
  margin: 0px 0px;
}

.tages_line {
    padding: 0px 15px;
}
.megamenu h6 {
    /* margin-left: 15px; */
    font-size: 13px; 
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 12px;
}
.sicail_twitter{
	height:300px!important;
}

.brands-content .brand img {
    margin-left: auto;
    margin-right: auto;
    height: 140px;
    width: 220px;
}

.brands-content {
    padding: 25px 0px 0px;
    background: #fff;
}
/**************************about Us responsive*****************/
.mtnadt_about {
    background-color: #f9f9f9;
    text-align: center;
    padding: 35px 0px 35px;
}
.width_container {
    width:100%!important;
}
#video_fm{
	width:100%!important;
	height:360px!important;
	
}
.about_main_section {
    background: white;
    padding: 20px 20px;
        height: 380px !important;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.wrap_pricpil {
    display: flex;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    height:auto!important;
    border: 1px solid #b7b7b733;
}
.training_hedding {
    padding: 25px 25px;
}
/**************************Enad about Us responsive*****************/
.brands-content {
    padding: 25px 0px 50px;
    background: #fff;
}
}
	


/********media*******(576-600) ****************/
@media only screen and (min-width:576px) and (max-width:600px){
	.custom_content {
    padding-top: 10px;
}
.product_detail_scroll {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: initial;
    margin: auto;
    display: flex;
}
.product_detail_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.product_detail_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.product_detail_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.product_detail_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.product_detail_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


/************************END  PRODUCT DETAILS PAGES SCROLL*************/

	
	
.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
    width: 25px;
    height: 61px;
    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
}
.slick-next {
    left: 5px;
    transform: rotate(90deg)!important;
    top: 312px;
}
.slick-prev {
    left: 5px;
    top: -32px;
    transform: rotate(90deg)!important;
}
.video_icone i {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0; */
    color: #fdfdfd;
    margin-top: -40px;
    left: 20px;
}	
	
	.gallery-item {
    float:left!important; 
    width:33%!important;
}
	
.gal-item a:after {
    content: "\f002";
    font-family: 'fontawesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 9px;
    left:4px!important;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 124px!important;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video_click_ope_model:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 91%!important;
    height: 41%!important;
    /* margin-left: 10px; */
    margin: 5px 0px 0px 5px;
    opacity: 9;
    background-color: rgb(65 94 122 / 13%);
    content: '';
    transition: 0.4s;
    border-radius: 3px;
}
.media_gallery_videos{
    height: 100%!important;
}

.gal-item{
	padding: 5px !important;
    height: 180px !important;
    margin-bottom: 10px;
}	
	
	
.subcategory_btn {
	width: 100%!important;
    margin-right: 0 !important;
    padding:15px 0px!important;
    display: flex;
    align-items: center;
    justify-content: center!important;
}
	.press_wrapper {
    height: 335px!important;
    margin-top: 0px!important;
    padding: 5px;
}
.post .post-title.title-sm {
    font-size: 16px;
    overflow: hidden;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}	
.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}
.blogaside {
    padding-top: 25px!important;
}       	
	
.single-contact-address-box {
background: #131313;
    padding:74px 12px 57px!important;
}

.event_video{
	height:100px!important;
}
	
.drop_section {
    background: #ffffff;
    width:546px;
    margin: auto;
    z-index: 999999;
    position: absolute;
    top: 50px;
    /* bottom: -380px; */
    right: 0px;
    left: 0;
    border: 1px solid #9e9e9e73;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
}
.container_subcategory {
    width: 100%!important;
    margin: auto;
}	
.gal-item .box {
    height:180px!important;
    overflow: hidden;
}
.box_video {
    padding: 0.25rem;
    background-color: var(--color-page-background);
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: 125px!important;
}
#video_media{
    height: 116px!important;
}
.press_wrapper{
    box-shadow:-1px 0rem 1rem 0rem rgb(22 23 24 / 14%);
    transition: 0.5s;
}
	.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}
	
	.fliter_section{
	display:none;
}
.fliter_btn {
    display: block!important;
}
.product_listing_hedding {
    padding: 25px 0px 25px!important;
}
.rental h3 {
    text-align:left!important;
}
.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%;
}
.product_listing_btn{
	text-align:left;
}
	
		.video-background-holder {
    position: relative;
    background-color: black;
    height: 242px!important;
    min-height: 10rem!important;
    width: 100%;
    overflow: hidden;
}
.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    padding: 30px 50px 30px 95px!important; 
     /*padding: 30px 15px 15px 15px!important;*/
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    height: 250px!important;
}	

.categories-view1 li:hover span {
    background-color: #1e1e1e;
    color: #f9f9f9e0;
    display:none!important;
}
.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 80px;
    display: block!important;
    font-size: 40px;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}
	
.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 16px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
    /*  margin-top: 0px !important;*/
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
.product-page h2 {
    font-size: 17px!important;
    line-height: 20px!important;
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
		
	
	/*********media pages*****/
	.nav_tabs_align {
    display: flex;
    width: 100%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}
.event-title {
    font-size: 25px!important;
    margin-bottom: 4px!important;
    line-height: 33px!important;
}
.footer-social-infos {
    text-align:center!important;
    /* border: 2px solid #bbbbbb; */
    padding: 23px 0px 20px 0px!important;
    /* border-radius: 56px; */
    margin-top:0px!important; 
}	
.event_detail{
	padding: 20px 0px!important;
}
	.event-content {
    text-align: justify;
    padding-top: 0px!important;
}
.fix-event_img img {
    width: 100%!important;
    height: 100px;
}


.news_event_blog-item4 .news_events_picture {
    width: 100%!important;
    object-fit: cover;
    margin-right: 50px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgb(0 0 0 / 0%);
}
.news_event_blog-item4 a {
    display: block!important;
    background: #f9f9f9;
    padding: 26px 26px;
    overflow: hidden;
    align-items: center;
    max-width: 90%;
    min-width: 90%;
    margin: auto;
    border-bottom: 1px solid #ffeb3b;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 6px;
    margin-bottom: 50px;
    text-decoration: none;
}
.news_event_blog-item4 .news_event_content4 {
    width: 100%!important;
    padding-top: 15px;
}

	.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}
.footer-social-infos a {
    color: var(--black);
    width: 35px!important;
    border: 1px solid var(--primary-color);
    justify-content: center;
    display: inline-flex;
    height: 35px!important;
    align-items: center;
    border: 2px solid #f7cd29;
    border-radius: 25px;
}
.blog_inner_width {
    width: 100%!important;
    float: right;
}
.press img {
    height: auto!important;
}
.icon-tab a:hover {
    background: #000;
    transition: .5s;
    color: #fff;
    padding: 15px 30px 15px 35px!important;
}
.press_right img {
    height: auto!important;
}
.retro-layout .img-1, .retro-layout .img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    height: 200px!important;
}
.slider_resize {
    /* height: 365px!important; */
    width: auto !important;
}
.footer-details1 {
    float: none;
    margin-top: 5px;
}
.news_tabs {
    background: #ffee5f;
    width:95%!important;
    margin: auto;
    margin-top: -26px;
}
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
		width:100%;
}
.icon-tab a {
    font-size: 13px!important;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 5px 15px 5px!important;
	width:100%;
 
}
/******end media query*****/		
.backtotopbutton {
    background: #e3e2e2;
    height: 51px;
    width: 55px;
    position: absolute;
    right: 45%;
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0 0.042857rem 0.971429rem 0.0714285714rem rgb(255 229 0); */
    border-radius: 26px 26px 0px 0px;
    line-height: 43px;
    /* border: 2px solid #ffef60; */
    margin-top: -104px;
    color: #000!important;
}	

.footer-five .socials {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 15px;
    flex-wrap: wrap;
}
	
/*****services Inner pages****/
	.about_content_box_all {
    padding: 5px!important;
}
.text-muted12{
	text-align:justify;
}
/*****end***services Inner pages****/
	
.brands-content .brand img {
    margin-left: auto;
    margin-right: auto;
    height: 140px;
    width: 220px;
}
.brands-content {
    padding: 25px 0px 0px;
    background: #fff;
}	
	
	
	
	
	
	
.dnoned1{
	display: flex;
    justify-content: space-between;
}
	

.icon_size {
        font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop_icon span {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    padding: 0px 6px;
   height: 30px;
    text-align: center;
    width: 30px;
}
.mobile_menu_border{
	border-bottom: 1px solid #dbdbdb;
}
.drop_icon{
	display:block!important;
}	
	
	
	
	
	
/******strat contact Us *******/
.single-contact-address-box.main-branch .inner ul li .title {
    position: unset;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li {
   position: relative;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #737373;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.single-contact-address-box.main-branch .inner ul li .text p {
	color: #131313;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
}
.contact_num {
	padding-bottom: 15px;
}
.contact_num p{
	margin-bottom:0px;
}
.single-contact-address-box.main-branch h3 {
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    /* margin: 0 0 38px; */
    margin: 0 0 15px;
    text-transform: uppercase;
    text-align: center;
}
/******End***contact Us *******/

	.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
	.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}
.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px!important;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}
.fg-services .fg_services_item {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}
.product_search_icon{
	display:none!important;
}


.search_header {
    /*position: absolute;
    width: 100%;
    top: 330px;*/
	transform: translateY(-50%);
}
.mobile_res {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
}
.break_tabs a {
    width: 112px!important;
    line-height: 17px;
}
.tabs-content .nav .nav-link {
    font-size: 11px;
    padding: 5px 20px;
    margin-right: 0px;
    margin-bottom:0px;
}
.break_tabs {
    border-right: 1px solid #e7e6e6;
    padding: 0px 7px!important;
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product article {
     padding: 10px;
     border-radius: 0px; 
}
.carousel .testimonial p {
    line-height: 19px;
    /* margin: 0; */
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.mobile_res {
    justify-content: flex-start!important;
}
#services .box {
    padding: 10px 10px 10px 10px!important;
    border-bottom: 1px solid #ffffff4d;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 0px 20px 0px;
    background: #ffffff00;
    /* box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%); */
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 284px;
}
.services_navigatore {
    padding: 0px 0px 30px;
    text-align: center;
    width: 90%;
    margin: auto;
}
#services .title a {
    color: #ffffff;
    font-size: 14px!important;
    font-weight: 500;
}
.description {
    color: #c5c4c4;
    font-size: 13px;
}
.carousel .media img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
.carousel .testimonial {
    color: #000;
    position: relative;
    padding: 35px;
    margin: 0 0 0px 15px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.search .icon_btn {
    position: absolute!important;
    top: 0px!important;
    width: 0px!important;
    right: 0px;
    display: block!important;
    border-radius: 0px!important;
    border-left: 1px solid #dfcc20!important;
    height: 51px!important;
    color: #000;
    width: 10%!important;
    font-size: 15px!important;
    background: #f7e433;
}
.product_search_icon{
	display:none;
}
.kampyle_button-text {
  height: 35px;
  min-height: 35px !important;
  max-height: 35px !important;
  width: 125px !important;
  min-width: 125px !important;
  max-width: 125px !important;
  background: #f7e433;
  color: #000;
  border-radius: 3px;
  transform: rotate( 270deg );
  top: 73%;
  position: fixed;
  z-index: 9999;
  right: -46px;
}

.carousel .testimonial p::after {
content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 50px;
    line-height: 70px;
    position: absolute;
    left: 0;
    right: -479px;
    /*top: 73px;*/
    transform: rotateY(356deg);
}
.blog_hedding h3 {
    font-size: 15px;
    font-weight: 600;
    color: #212529;
}
.blog-info p{
    font-size: 12px;
}
.hjjh{
	padding:0px 0px!important;
}
.carousel .testimonial p::before {
    content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 50px;
    line-height: 70px;
    position: absolute;
    left: -17px;
    top: 0px;
    transform: rotateY(180deg);
}
.new-footer3 {
    background-color: #ffeb3bcf !important;
     height: auto;
}

.footer_useful_link {
    padding-left: 0px;
}
.mtandt_blog_box {
  border: 5px solid #f1efef;
    padding: 5px;
    height: 420px!important;
	margin-top: 20px;
}
.news_scroll {
    overflow-y: scroll;
    height: 290px!important;
}
p.detail {
   color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 15px;
}
span.name {
        color: #000000;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 13px;
}

.new-footer3 {
    padding: 10px 0px 0px;
}
.footer-details h2 {
    margin-top: 2px;
    font-size: 14px;
    color: #000;
    border-radius: 15px;
}
.tp-caption {
	font-size: 18px!important;
}
.spsinfg{
 position: absolute;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    background-color: #f7e433;
    font-weight: 600 !important;
    color: #242424 !important;
    border: none !important;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%) !important;
    top: -37px!important;
    left: -93px!important;	
}
.rev_slider_wrapper .rev_slider li .BigBold-Button {
    position: absolute;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    background-color: #f7e433;
    font-weight: 600 !important;
    color: #242424 !important;
    border: none !important;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%) !important;
    top: -37px!important;
}
.footer-five .footer-right ul li {
    margin-bottom: 10px;
    color: #959595;
    font-size: 11px;
}
.footer-five .footer_block p {
    margin-bottom: 30px;
    color: #959595;
    text-align: justify;
    font-size: 11px;
}
.footer-five .socials li a {
    color: #ffffffc7;
    transition: 0.4s;
    background: #282828;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 27px;
    border-radius: 20px;
}
.footer-five .footer-right h4 {
    font-size: 15px;
    margin-bottom: 15px;
    color: #dbdbdb;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.float {
    position: fixed;
    right: 10px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	top: 480px;
}
.subscribe_bt {
    font-size: 11px;
    display: inline-block;
    top:245px;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}

.navbar-brand {
  margin-right:0px!important;
}

.navbar-collapse.show {
    right: 45px;
    background: #000;
}
.top_bar_contact_item {
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    margin-right: 11px;
    color: #000;
    margin-top: -4px;
}
.navbar-collapse {
position: absolute;
    top: 60px;
    right: 100%;
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 15px;
    border-top: 1px solid #6867676b;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #2f2f2f61;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
    padding-left: 50px;
}
.enquery_model {
   /* position: absolute;
    top: 50%!important;
    left: 52%!important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;*/
}


.learn-more{
	position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    top: 31px;
    border: 0;
    right:-120px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}
 
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--color-article1-background);
    animation: animationmenu ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    margin: 15px 0 0 0px;
    padding: 8px 0 0px;
    border-radius: 0;
    border: none;
    width: 100%!important;
    -webkit-box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
    box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
	 height: auto;
	overflow-y: scroll;
} 
.megamenu h6 {
    margin: 0px 10px;
    background: #ffffff;
    padding: 9px 5px;
    text-align: center;
    border-radius: 3px;
    color: #000;
}
.mega_brop_menu {
  margin: 0px 0px;
}
.center_menu {
    text-align: left;
    padding: 0px 45px;
}
.tages_line {
    padding: 0px 15px;
}
.megamenu h6 {
    /* margin-left: 15px; */
    font-size: 13px; 
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 12px;
}
.sicail_twitter{
	height:300px!important;
}


/**************************about Us responsive*****************/
.mtnadt_about {
    background-color: #f9f9f9;
    text-align: center;
    padding: 35px 0px 35px;
}
.width_container {
    width:100%!important;
}
#video_fm{
	width:100%!important;
	height:360px!important;
	
}
.about_main_section {
    background: white;
    padding: 20px 20px;
    height: 395px!important;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.hedding_Rental_Division h3 {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.wrap_pricpil {
    display: flex;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    height:auto!important;
    border: 1px solid #b7b7b733;
}
.training_hedding {
    padding: 25px 25px;
}
/**************************Enad about Us responsive*****************/
.brands-content {
    padding: 25px 0px 50px;
    background: #fff;
}
.wus {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(212px, 2fr));
    grid-gap: 30px;
}
.job_product{
	    margin-top: 25px;
}
}

/****************************media query 601***650********************************************/

@media only screen and (min-width:601px) and (max-width:650px){
.custom_content {
    padding-top: 10px;
}
.slider-nav-vertical {
    float: left;
    width: 15%!important;
    margin-top: 0px;
}
.product_detail_scroll {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: initial;
    margin: auto;
    display: flex;
}
.product_detail_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.product_detail_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.product_detail_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.product_detail_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.product_detail_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


/************************END  PRODUCT DETAILS PAGES SCROLL*************/

	
	
.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
    width: 25px;
    height: 61px;
    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
}
.slick-next {
    left: 5px;
    transform: rotate(90deg)!important;
    top: 312px;
}
.slick-prev {
    left: 5px;
    top: -32px;
    transform: rotate(90deg)!important;
}
.video_icone i {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0; */
    color: #fdfdfd;
    margin-top: -40px;
    left: 20px;
}
	
.gallery-item {
float:left!important; 
width:33%!important;
}
	
	.gal-item a:after {
    content: "\f002";
    font-family: 'fontawesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 9px;
    left:4px!important;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 124px!important;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video_click_ope_model:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 91%!important;
    height: 41%!important;
    /* margin-left: 10px; */
    margin: 5px 0px 0px 5px;
    opacity: 9;
    background-color: rgb(65 94 122 / 13%);
    content: '';
    transition: 0.4s;
    border-radius: 3px;
}
.media_gallery_videos{
    height: 100%!important;
}

.gal-item{
	padding: 5px !important;
    height:200px !important;
    margin-bottom: 10px;
}

.press_wrapper {
    height: 335px!important;
    margin-top: 0px!important;
    padding: 5px;
}
.post .post-title.title-sm {
    font-size: 16px;
    overflow: hidden;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}
.blogaside {
    padding-top: 25px!important;
}       	

	.contact_num {
	padding-bottom: 15px;
}
.contact_num p{
	margin-bottom:0px;
}


.single-contact-address-box {
    background: #131313;
    padding: 74px 12px 57px!important;
}
	
.container_subcategory {
    width: 100%!important;
    margin: auto;
}
.blog_hedding h3 {
    font-size: 15px;
    font-weight: 600;
    color: #212529;
}
	
	.gal-item .box {
    height:200px!important;
    overflow: hidden;
}
.box_video {
    padding: 0.25rem;
    background-color: var(--color-page-background);
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: 125px!important;
}
#video_media{
    height: 116px!important;
}
.press_wrapper{
    box-shadow:-1px 0rem 1rem 0rem rgb(22 23 24 / 14%);
    transition: 0.5s;
}
	.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}	
	
.fliter_btn{
	display:block!important;
}	
.fliter_section{
	display:none;
}
.product_listing_hedding {
    padding: 25px 0px 25px!important;
}
.rental h3 {
    text-align:left!important;
}
.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%;
}
.product_listing_btn{
	text-align:left;
}
		.video-background-holder {
    position: relative;
    background-color: black;
    height: 242px!important;
    min-height: 10rem!important;
    width: 100%;
    overflow: hidden;
}
	.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    padding: 30px 50px 30px 95px!important;
     /*padding: 30px 15px 15px 15px!important; */
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    height: 250px!important;
}	

.categories-view1 li:hover span {
    background-color: #1e1e1e;
    color: #f9f9f9e0;
    display:none!important;
}
.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 80px;
   display: block!important;
    font-size: 40px;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}
	
.subcategory_btn{
	width: 100%!important;
    margin-right: 0 !important;
    padding:15px 1px !important;
    display: flex;
    align-items: center;
    justify-content: center!important;
}	
.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 16px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
    /*margin-top: 0px !important; */
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
.product-page h2 {
    font-size: 17px!important;
    line-height: 20px!important;
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
		
	
	/*********media pages*****/
	
.news_tabs {
    background: #ffee5f;
    width:95%!important;
    margin: auto;
    margin-top: -26px;
}

.event-title {
    font-size: 25px!important;
    margin-bottom: 4px!important;
    line-height: 33px!important;
}
.footer-social-infos {
    text-align:center!important;
    /* border: 2px solid #bbbbbb; */
    padding: 23px 0px 20px 0px!important;
    /* border-radius: 56px; */
    margin-top:0px!important; 
}	
.event_detail{
	padding: 20px 0px!important;
}
	.event-content {
    text-align: justify;
    padding-top: 0px!important;
}
.fix-event_img img {
    width: 100%!important;
    height: 100px;
}
.event_video{
	height:100px!important;
}


	.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}
.footer-social-infos a {
    color: var(--black);
    width: 35px!important;
    border: 1px solid var(--primary-color);
    justify-content: center;
    display: inline-flex;
    height: 35px!important;
    align-items: center;
    border: 2px solid #f7cd29;
    border-radius: 25px;
}
.blog_inner_width {
    width: 100%!important;
    float: right;
}
.icon-tab a:hover {
    background: #000;
    transition: .5s;
    color: #fff;
    padding:15px 30px 15px 40px!important;
}
.slider_resize {
    /* height: 365px!important; */
    width: auto !important;
}
.press img {
    height: auto!important;
}
.press_right img {
    height: auto!important;
}
.hjjh{
padding: 0px 0px 35px!important;
}

.tp-caption {
	font-size: 18px!important;
}
.spsinfg{
 position: absolute;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    background-color: #f7e433;
    font-weight: 600 !important;
    color: #242424 !important;
    border: none !important;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%) !important;
    top: -30px!important;
   left: -63px!important;	
}
.BigBold-Button{
	top: -30px!important;
}
.top_bar_contact_item {
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    margin-right: 8px;
    color: #000;
    margin-top: -4px;
}
.top_bar_contact_item a {
    font-size: 13px;
    font-weight: 300;
    line-height: 40px;
}
.nav_tabs_align {
    display: flex;
    width: 100%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.icon-tab a {
    font-size: 13px!important;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 5px 15px 5px!important;
    width: 25%;
}
.retro-layout-2 .text h2 {
    color: #fff;
    font-size: 14px!important;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
/******end media query*****/		
.backtotopbutton {
    background: #e3e2e2;
    height: 51px;
    width: 55px;
    position: absolute;
    right: 45%;
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0 0.042857rem 0.971429rem 0.0714285714rem rgb(255 229 0); */
    border-radius: 26px 26px 0px 0px;
    line-height: 43px;
    /* border: 2px solid #ffef60; */
    margin-top: -105px;
    color: #000!important;
}	
	
/*****services Inner pages****/
	.about_content_box_all {
    padding: 5px!important;
}

/*****end***services Inner pages****/
	
	
	
.dnoned1{
	display: flex;
    justify-content: space-between;
}
	
.icon_size {
        font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop_icon span {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    padding: 0px 6px;
   height: 30px;
    text-align: center;
    width: 30px;
}
.mobile_menu_border{
	border-bottom: 1px solid #dbdbdb;
}
.drop_icon{
	display:block!important;
}	
	
	
	
	
/******strat contact Us *******/
.single-contact-address-box.main-branch .inner ul li .title {
    position: unset;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li {
   position: relative;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #737373;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.single-contact-address-box.main-branch .inner ul li .text p {
    color: #131313;
    font-size: 14px;
    line-height: 24px;
}
.single-contact-address-box.main-branch h3 {
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    /* margin: 0 0 38px; */
    margin: 0 0 15px;
    text-transform: uppercase;
    text-align: center;
}
/******End***contact Us *******/

	.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
	.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}

.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px!important;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}
.fg-services .fg_services_item {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}
.search_header {
   /* position: absolute;
    width: 100%;
    top: 345px!important;*/
	transform: translateY(-50%);

}
.search .icon_btn {
    position: absolute!important;
    top: 0px!important;
    width: 0px!important;
    right: 0px;
    display: block!important;
    border-radius: 0px!important;
    border-left: 1px solid #dfcc20!important;
    height: 51px!important;
    color: #000;
    width: 10%!important;
    font-size: 15px!important;
    background: #f7e433;
}
.product_search_icon{
	display:none!important;
}
.drop_section {
    background: #ffffff;
    width: 571px;
    margin: auto;
    z-index: 999999;
    position: absolute;
    top: 50px;
    /* bottom: -380px; */
    right: 0px;
    left: 0;
    border: 1px solid #9e9e9e73;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
}

.mobile_res {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
}
.break_tabs a {
    width: 112px!important;
    line-height: 17px;
}
.tabs-content .nav .nav-link {
    font-size: 11px;
    padding: 5px 20px;
    margin-right: 0px;
    margin-bottom:0px;
}
.break_tabs {
    border-right: 1px solid #e7e6e6;
    padding: 0px 7px!important;
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; 
    display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product article {
     padding: 10px;
     border-radius: 0px; 
}
.carousel .testimonial p {
    line-height: 19px;
    /* margin: 0; */
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.mobile_res {
    justify-content: flex-start!important;
}
.services_btn{
    padding-top: 25px;
}




#services .box {
    padding: 10px 10px 10px 10px!important;
    border-bottom: 1px solid #ffffff4d;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 0px 20px 0px;
    background: #ffffff00;
    /* box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%); */
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 284px;
}
.services_navigatore {
    padding: 0px 0px 30px;
    text-align: center;
    width: 90%;
    margin: auto;
}
#services .title a {
    color: #ffffff;
    font-size: 14px!important;
    font-weight: 500;
}
.description {
    color: #c5c4c4;
    font-size: 13px;
}
.carousel .media img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
.carousel .testimonial {
    color: #000;
    position: relative;
    padding: 35px;
    margin: 0 0 0px 15px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
}
.carousel .testimonial p::after {
content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: 0;
    right:-500px;
    /* top: 73px; */
    transform: rotateY(356deg);
}
.kampyle_button-text {
  height: 35px;
  min-height: 35px !important;
  max-height: 35px !important;
  width: 125px !important;
  min-width: 125px !important;
  max-width: 125px !important;
  background: #f7e433;
  color: #000;
  border-radius: 3px;
  transform: rotate( 270deg );
  top:73%;
  position: fixed;
  z-index: 9999;
  right: -46px;
}

.new-footer3 {
    background-color: #ffeb3bcf !important;
     height: auto;
}

.footer_useful_link {
    padding-left: 0px;
}
.mtandt_blog_box {
    border: 5px solid #f1efef;
    padding: 5px;
    height: 440px!important;
    margin-top: 20px;
}
.news_scroll {
    overflow-y: scroll;
    height: 320px!important;
}
p.detail {
   color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 15px;
}
span.name {
        color: #000000;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 13px;
}

.new-footer3 {
    padding:10px 0px 0px;
}
.footer-details h2 {
    margin-top: 2px;
    font-size: 16px;
    color: #000;
    border-radius: 15px;
}


.footer-five .footer-right ul li {
    margin-bottom: 10px;
    color: #959595;
    font-size: 11px;
}
.footer-five .footer_block p {
    margin-bottom: 30px;
    color: #959595;
    text-align: justify;
    font-size: 11px;
}
.footer-five .socials li a {
color: #ffffffc7;
    transition: 0.4s;
    background: #282828;
    height: 20px;
    width: 20px;
    /* text-align: center; */
    line-height: 22px;
    border-radius: 20px;
}

.float {
    position: fixed;
    right: 10px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	top: 480px;
}
.subscribe_bt {
    font-size: 11px;
    display: inline-block;
    top:245px;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}

.navbar-brand {
  margin-right:0px!important;
}

.navbar-collapse.show {
right: 39px;
    background: #000;
}
.navbar-collapse {
position: absolute;
    top: 60px;
    right: 100%;
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 15px;
    border-top: 1px solid #6867676b;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #2f2f2f61;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
	padding-left: 50px;
}
.enquery_model {
   /* position: absolute;
    top: 49%!important;
    left: 52%!important;

    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;*/
}


.learn-more{
	position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    top: 31px;
    border: 0;
    right:180px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}
 
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--color-article1-background);
    animation: animationmenu ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    margin: 15px 0 0 0px;
    padding: 8px 0 0px;
    border-radius: 0;
    border: none;
    width: 100%!important;
    -webkit-box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
    box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
   height: auto;
	overflow-y: scroll;
} 
.center_menu {
    text-align: left;
    padding: 0px 45px;
}
.megamenu h6 {
    margin: 0px 10px;
    background: #ffffff;
    padding: 9px 5px;
    text-align: center;
    border-radius: 3px;
    color: #000;
}
.mega_brop_menu {
  margin: 0px 0px;
}

.tages_line {
    padding: 0px 15px;
}
.megamenu h6 {
    /* margin-left: 15px; */
    font-size: 13px; 
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 12px;
}
.sicail_twitter{
	height:300px!important;
}


/**************************about Us responsive*****************/
.mtnadt_about {
    background-color: #f9f9f9;
    text-align: center;
    padding: 35px 0px 35px;
}
.width_container {
    width:100%!important;
}
#video_fm{
	width:100%!important;
	height:360px!important;
	
}
.about_main_section {
    background: white;
    padding: 20px 20px;
    height:390px!important;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.wrap_pricpil {
    display: flex;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    height:auto!important;
    border: 1px solid #b7b7b733;
}
.training_hedding {
    padding: 25px 25px;
}
/**************************Enad about Us responsive*****************/
.brands-content {
    padding: 25px 0px 20px;
    background: #fff;
}
.wus {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(212px, 2fr));
    grid-gap: 30px;
}
.job_product{
	    margin-top: 25px;
}
.product article .pro-thumb .img-fluid {
    width: 100%;
    height: 355px!important;
    object-fit: cover;
}	
}






/****************************End**media query 601***650***************************************/


	



/********media*******601****************/
@media only screen and (min-width:651px) and (max-width:767px){
.center_menu {
    text-align: left;
    padding: 0px 45px;
}	
	
	
.kampyle_button-text {
    height: 35px;
    min-height: 35px !important;
    max-height: 35px !important;
    width: 125px !important;
    min-width: 125px !important;
    max-width: 125px !important;
    background: #f7e433;
    color: #000;
    border-radius: 3px;
    transform: rotate( 270deg );
    top: 73%;
    position: fixed;
    z-index: 9999;
    right: -46px;
}	
	
.custom_content {
    padding-top: 10px;
}	
.slider-nav-vertical {
    float: left;
    width: 15%!important;
    margin-top: 0px;
}
.slick-next {
    left: 5px;
    transform: rotate(90deg)!important;
    top: 312px;
}
.slick-prev {
    left: 5px;
    top: -32px;
    transform: rotate(90deg)!important;
}
.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
    width: 25px;
    height: 61px;
    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
}
.video_icone i {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0; */
    color: #fdfdfd;
    margin-top: -40px;
    left: 20px;
}

.product_detail_scroll {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: initial;
    margin: auto;
    display: flex;
}
.product_detail_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.product_detail_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.product_detail_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.product_detail_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.product_detail_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


/************************END  PRODUCT DETAILS PAGES SCROLL*************/

	
	
.gallery-item {
    float:left!important; 
    width:33%!important;
}	
	
.gal-item a:after {
    content: "\f002";
    font-family: 'fontawesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 9px;
    left:4px!important;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 124px!important;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video_click_ope_model:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 91%!important;
    height: 41%!important;
    /* margin-left: 10px; */
    margin: 5px 0px 0px 5px;
    opacity: 9;
    background-color: rgb(65 94 122 / 13%);
    content: '';
    transition: 0.4s;
    border-radius: 3px;
}
.media_gallery_videos{
    height: 100%!important;
}

.gal-item{
	padding: 5px !important;
    height: 250px !important;
    margin-bottom: 10px;
}	
	
	
.press_wrapper {
    height: 335px!important;
    margin-top: 0px!important;
    padding: 5px;
}
.post .post-title.title-sm {
    font-size: 16px;
    overflow: hidden;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}
.blogaside {
    padding-top: 25px!important;
}       	

.contact_num {
	padding-bottom: 15px;
}
.contact_num p{
	margin-bottom:0px;
}


.single-contact-address-box {
    background: #131313;
    padding: 74px 12px 57px!important;
}	
	
.container_subcategory {
    width: 100%!important;
    margin: auto;
}
.blog_hedding h3 {
    font-size: 15px;
    font-weight: 600;
    color: #212529;
}
	
	.gal-item .box {
    height:250px!important;
    overflow: hidden;
}
.box_video {
    padding: 0.25rem;
    background-color: var(--color-page-background);
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: 125px!important;
}
#video_media{
    height: 116px!important;
}
.press_wrapper{
    box-shadow:-1px 0rem 1rem 0rem rgb(22 23 24 / 14%);
    transition: 0.5s;
}
	.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom: 1px solid whitesmoke;
}	
	
.fliter_btn{
	display:block!important;
}	
.fliter_section{
	display:none;
}
.product_listing_hedding {
    padding: 25px 0px 25px!important;
}
.rental h3 {
    text-align:left!important;
}
.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%;
}
.product_listing_btn{
	text-align:left;
}
		.video-background-holder {
    position: relative;
    background-color: black;
    height: 242px!important;
    min-height: 10rem!important;
    width: 100%;
    overflow: hidden;
}
	.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
     padding: 30px 50px 30px 95px !important ;
    /*padding: 30px 15px 15px 15px!important;*/
    border-radius:10px;
    position: relative;
    background-color: #ffffff;
    height: 250px!important;
}	

.categories-view1 li:hover span {
    background-color: #1e1e1e;
    color: #f9f9f9e0;
    display:none!important;
}
.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 80px;
    display:block!important;
    font-size: 40px;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}
	
.subcategory_btn{
	width: 100%!important;
    margin-right: 0 !important;
    padding:15px 1px !important;
    display: flex;
    align-items: center;
    justify-content: center!important;
}	
.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 16px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
    /* margin-top: 0px !important;*/
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
.product-page h2 {
    font-size: 17px!important;
    line-height: 20px!important;
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
		
	
	/*********media pages*****/
.event_video{
	height:145px!important;
}	
	
	
	
.news_tabs {
    background: #ffee5f;
    width:95%!important;
    margin: auto;
    margin-top: -26px;
}

.event-title {
    font-size: 25px!important;
    margin-bottom: 4px!important;
    line-height: 33px!important;
}
.footer-social-infos {
    text-align:center!important;
    /* border: 2px solid #bbbbbb; */
    padding: 23px 0px 20px 0px!important;
    /* border-radius: 56px; */
    margin-top:0px!important; 
}	
.event_detail{
	padding: 20px 0px!important;
}
	.event-content {
    text-align: justify;
    padding-top: 0px!important;
}
.fix-event_img img {
    width: 100%!important;
    height: 145px;
}

	.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}
.footer-social-infos a {
    color: var(--black);
    width: 35px!important;
    border: 1px solid var(--primary-color);
    justify-content: center;
    display: inline-flex;
    height: 35px!important;
    align-items: center;
    border: 2px solid #f7cd29;
    border-radius: 25px;
}
.blog_inner_width {
    width: 100%!important;
    float: right;
}
.icon-tab a:hover {
    background: #000;
    transition: .5s;
    color: #fff;
    padding:15px 30px 15px 40px!important;
}
.slider_resize {
    /* height: 365px!important; */
    width: auto !important;
}
.press img {
    height: auto!important;
}
.press_right img {
    height: auto!important;
}
.hjjh{
padding: 0px 0px 0px!important;
}

.tp-caption {
	font-size: 18px!important;
}
.spsinfg{
 position: absolute;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    background-color: #f7e433;
    font-weight: 600 !important;
    color: #242424 !important;
    border: none !important;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%) !important;
    top: -20px!important;
    left: -6px!important;	
}
.BigBold-Button{
	top: -30px!important;
}
.top_bar_contact_item {
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    margin-right: 8px;
    color: #000;
    margin-top: -4px;
}
.top_bar_contact_item a {
    font-size: 13px;
    font-weight: 300;
    line-height: 40px;
}
.nav_tabs_align {
    display: flex;
    width: 100%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.icon-tab a {
    font-size: 13px!important;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 5px 15px 5px!important;
    width: 25%;
}
.retro-layout-2 .text h2 {
    color: #fff;
    font-size: 14px!important;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
/******end media query*****/		
.backtotopbutton {
    background: #e3e2e2;
    height: 51px;
    width: 55px;
    position: absolute;
    right: 46%;
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0 0.042857rem 0.971429rem 0.0714285714rem rgb(255 229 0); */
    border-radius: 26px 26px 0px 0px;
    line-height: 43px;
    /* border: 2px solid #ffef60; */
    margin-top: -104px;
    color: #000!important;
}	
	
/*****services Inner pages****/
	.about_content_box_all {
    padding: 5px!important;
}

/*****end***services Inner pages****/
	
	
	
.dnoned1{
	display: flex;
    justify-content: space-between;
}
	
.icon_size {
        font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop_icon span {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    padding: 0px 6px;
   height: 30px;
    text-align: center;
    width: 30px;
}
.mobile_menu_border{
	border-bottom: 1px solid #dbdbdb;
}
.drop_icon{
	display:block!important;
}	
	
	
	
	
/******strat contact Us *******/
.single-contact-address-box.main-branch .inner ul li .title {
    position: unset;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li {
   position: relative;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #737373;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.single-contact-address-box.main-branch .inner ul li .text p {
    color: #131313;
    font-size: 14px;
    line-height: 24px;
}
.single-contact-address-box.main-branch h3 {
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    /* margin: 0 0 38px; */
    margin: 0 0 15px;
    text-transform: uppercase;
    text-align: center;
}
/******End***contact Us *******/

	.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
	.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}
.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px!important;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}
.fg-services .fg_services_item {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}
.search_header {
   /* position: absolute;
    width: 100%;
    top: 367px;*/
	transform: translateY(-50%);

}
.search .icon_btn {
    position: absolute!important;
    top: 0px!important;
    width: 0px!important;
    right: 0px;
    display: block!important;
    border-radius: 0px!important;
    border-left: 1px solid #dfcc20!important;
    height: 51px!important;
    color: #000;
    width:7%!important;
    font-size: 15px!important;
    background: #f7e433;
}
.product_search_icon{
	display:none!important;
}

.drop_section {
    background: #ffffff;
    width: 730px;
    margin: auto;
    z-index: 999999;
    position: absolute;
    top: 50px;
    /* bottom: -380px; */
    right: 0px;
    left: 0;
    border: 1px solid #9e9e9e73;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
}

.mobile_res {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
}
.break_tabs a {
    width: 112px!important;
    line-height: 17px;
}
.tabs-content .nav .nav-link {
    font-size: 11px;
    padding: 5px 20px;
    margin-right: 0px;
    margin-bottom: 1px;
}
.break_tabs {
    border-right: 1px solid #e7e6e6;
    padding: 0px 7px!important;
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; */
     /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product article {
     padding: 10px;
     border-radius: 0px; 
}
.carousel .testimonial p {
    line-height: 19px;
    /* margin: 0; */
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.mobile_res {
    justify-content: flex-start!important;
}
#services .box {
    padding: 10px 10px 10px 10px!important;
    border-bottom: 1px solid #ffffff4d;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 0px 20px 0px;
    background: #ffffff00;
    /* box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%); */
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 284px;
}
.services_navigatore {
    padding: 0px 0px 30px;
    text-align: center;
    width: 90%;
    margin: auto;
}
#services .title a {
    color: #ffffff;
    font-size: 14px!important;
    font-weight: 500;
}
.description {
    color: #c5c4c4;
    font-size: 13px;
}
.carousel .media img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
.carousel .testimonial {
    color: #000;
    position: relative;
    padding: 35px;
    margin: 0 0 0px 15px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
}
.carousel .testimonial p::after {
content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: 0;
    right: -590px;
    /* top: 73px; */
    transform: rotateY(356deg);
}
.new-footer3 {
    background-color: #ffeb3bcf !important;
     height: auto;
}

.footer_useful_link {
    padding-left: 0px;
}
.mtandt_blog_box {
    border: 5px solid #f1efef;
    padding: 5px;
    height: 440px!important;
    margin-top: 20px;
}
.news_scroll {
    overflow-y: scroll;
    height: 290px!important;
}
p.detail {
   color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size: 15px;
}
span.name {
        color: #000000;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 13px;
}

.new-footer3 {
    padding:10px 0px 0px;
}
.footer-details h2 {
    margin-top: 2px;
    font-size: 16px;
    color: #000;
    border-radius: 15px;
}


.footer-five .footer-right ul li {
    margin-bottom: 10px;
    color: #959595;
    font-size: 11px;
}
.footer-five .footer_block p {
    margin-bottom: 30px;
    color: #959595;
    text-align: justify;
    font-size: 11px;
}
.footer-five .socials li a {
color: #ffffffc7;
    transition: 0.4s;
    background: #282828;
    height: 20px;
    width: 20px;
    /* text-align: center; */
    line-height: 22px;
    border-radius: 20px;
}

.float {
    position: fixed;
    right: 10px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	top: 480px;
}
.subscribe_bt {
    font-size: 11px;
    display: inline-block;
    top:245px;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}

.navbar-brand {
  margin-right:0px!important;
}

.navbar-collapse.show {
right: 39px;
    background: #000;
}
.navbar-collapse {
position: absolute;
    top: 60px;
    right: 100%;
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 15px;
    border-top: 1px solid #6867676b;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #2f2f2f61;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
	padding-left: 50px;
}
.enquery_model {
   /* position: absolute;
    top: 49%!important;
    left:54%!important;

    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;*/
}


.learn-more{
	position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    top: 31px;
    border: 0;
    right: -160px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}
 
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--color-article1-background);
    animation: animationmenu ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    margin: 15px 0 0 0px;
    padding: 8px 0 0px;
    border-radius: 0;
    border: none;
    width: 100%!important;
    -webkit-box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
    box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
	height: auto;
	overflow-y: scroll;
} 
.megamenu h6 {
    margin: 0px 10px;
    background: #ffffff;
    padding: 9px 5px;
    text-align: center;
    border-radius: 3px;
    color: #000;
}
.mega_brop_menu {
  margin: 0px 0px;
}

.tages_line {
    padding: 0px 15px;
}
.megamenu h6 {
    /* margin-left: 15px; */
    font-size: 13px; 
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 12px;
}
.sicail_twitter{
	height:300px!important;
}


/**************************about Us responsive*****************/
.mtnadt_about {
    background-color: #f9f9f9;
    text-align: center;
    padding: 35px 0px 35px;
}
.width_container {
    width:100%!important;
}
#video_fm{
	width:100%!important;
	height:360px!important;
	
}
.about_main_section {
    background: white;
    padding: 20px 20px;
    height:390px!important;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.wrap_pricpil {
    display: flex;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    height:auto!important;
    border: 1px solid #b7b7b733;
}
.training_hedding {
    padding: 25px 25px;
}
/**************************Enad about Us responsive*****************/
.brands-content {
    padding: 25px 0px 50px;
    background: #fff;
}
.wus {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(212px, 2fr));
    grid-gap: 30px;
}
.job_product{
	    margin-top: 25px;
}
.product article .pro-thumb .img-fluid {
    width: 100%;
    height: 355px!important;
    object-fit: cover;
}	
}



/********media*******1024****************/
@media only screen and (min-width:768px) and (max-width:800px){
	.bront_name {
    /* padding: 0px 0px 8px; */
    width: 100%;
}
.logo_name {
    display: inline-grid;
    align-items: center;
    padding: 0px 0px;
}	
	.slope_Drawing h5 {
    color: #000000;
    font-size: 15px;
    border-bottom: 1px solid #f7e43391;
    line-height: 40px;
    /* font-weight: 600; */
}
.add_btn {
    float: right!important;
    position: fixed!important;
    top: 373px!important;
    bottom: 10px!important;
    right: 91px!important;
}
.slider-nav-vertical {
    float: left;
    width: 15%!important;
    margin-top: 0px;
}
.slick-next {
    left: 5px;
    transform: rotate(90deg)!important;
    top: 312px;
}
.slick-prev {
    left:23px;
    top: -32px;
    transform: rotate(90deg)!important;
}
.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
    width: 25px;
    height: 63px;
    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
}
.video_icone i {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0; */
    color: #fdfdfd;
    margin-top: -40px;
    left: 20px;
}

	
	
.product_detail_scroll {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: initial;
    margin: auto;
    display: flex;
}
.product_detail_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.product_detail_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.product_detail_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.product_detail_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.product_detail_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


/************************END  PRODUCT DETAILS PAGES SCROLL*************/

	
	
.gallery-item {
    float:left!important; 
    width:33%!important;
}	
.gal-item a:after {
    content: "\f002";
    font-family: 'fontawesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 9px;
    left:4px!important;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 124px!important;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video_click_ope_model:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 91%!important;
    height: 41%!important;
    /* margin-left: 10px; */
    margin: 5px 0px 0px 5px;
    opacity: 9;
    background-color: rgb(65 94 122 / 13%);
    content: '';
    transition: 0.4s;
    border-radius: 3px;
}
.media_gallery_videos{
    height: 100%!important;
}

.gal-item{
	padding: 5px !important;
    height:250px !important;
    margin-bottom: 10px;
}	
	
	
.custom_content {
    padding-top: 18px;
}
.customprosuct_details_nav{
    border-radius: 2px;
    margin-right: 30px!important;
    color: #000;
}
.post .post-title.title-sm {
    font-size: 16px;
    overflow: hidden;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.drop_section {
    background: #ffffff;
    width: 690px;
    margin: auto;
    z-index: 1;
    position: absolute;
    top: 50px;
    /* bottom: -305px; */
    padding: 0px 0px 20px 0px;
    right: 0px;
    left: 0;
    border: 1px solid #9e9e9e73;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
}	
.contact_num {
	padding-bottom: 15px;
}
.contact_num p{
	margin-bottom:0px;
}	
.slick-vertical .slick-slide img {
    display: block;
    width: 100%;
    height: 62px!important;
    width: 62px!important;
}
.slick-next {
    left:23px;
    transform: rotate(90deg);
    top: 312px;
}
.container_subcategory {
    width: 100%!important;
    margin: auto;
}
		
	
	.space_event_gallery{
	padding:5px;
}
	
.gal-item .box {
    height:250px!important;
    overflow: hidden;
}
.box_video {
    padding: 0.25rem;
    background-color: var(--color-page-background);
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: 125px!important;
}
#video_media{
    height: 116px!important;
}
.press_wrapper{
    box-shadow:-1px 0rem 1rem 0rem rgb(22 23 24 / 14%);
    transition: 0.5s;
}
	.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom:0px !important;
}	
	
	.fliter_btn{
	display:block!important;
}
	.fliter_section{
	display:none;
}	
.product_listing_hedding {
    padding: 20px 0px 25px;
}
	
	.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%!important;
}
.product_list_btn {
    display: inline-block;
    font-weight: 600;
    color: #242424;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #f7e433;
    border: 1px solid transparent;
	/*padding: 9px 15px!important;*/
    font-size: 12px;
    line-height: 1.7;
    border-radius: 3px !important;
    letter-spacing: 0.5px;
    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;
}
.blogcard img {
    width: 150px!important;
    height: 55px!important;
    margin-right: 0.5rem;
}

.video-background-holder {
    position: relative;
    background-color: black;
    height: 242px!important;
    min-height: 10rem!important;
    width: 100%;
    overflow: hidden;
}
.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    /* padding: 30px 50px 30px 95px; */
    padding: 30px 15px 15px 15px!important;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    height: 250px!important;
}
.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 2px!important;
    font-size: 15px!important;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}
.categories-view1 span {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    color: #ffe61c;
    width: 30px!important;
    height: 30px!important;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding: 7px 4px 0px!important;
    background-color: #f7e433;
    border: 1px solid #eee;
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 16px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.casestudyinner__share h4 {
    font-size: 14px!important;
}
.down_cse h4{
	    font-size: 17px!important;
}
.casestudyinner__share a {
    padding: 6px;
    font-size: 12px;
    width: 23px!important;
    text-align: center;
    text-decoration: none;
    margin: 2px 2px;
    border-radius: 44px;
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
    /* margin-top: 0px !important; */
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
.product-page h2 {
    font-size: 17px!important;
    line-height: 20px!important;
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
/*
.subcategory_btn {
    background: #fee600;
    /* padding: 15px 144px; */
    /*margin-right: 0px !important;
   /* align-items: center;
    /* display: flex; */
   /* font-size: 16px;
    margin: 0px 0px;
    border-radius: 0px !important;
    border-right: 1px solid #e9d61e69;
    width:246px!important; 
    text-align: center;
    border-bottom: 1px solid #efd90b;
}*/
.subcategory_btn{
	width:50%!important;
    margin-right: 0 !important;
    padding:15px 1px !important;
    display: flex;
    align-items: center;
    justify-content: center!important;
}	



.hjjh{
	padding: 0px 0px 0px !important;
}	
	.slider_resize {
    /* height: 365px!important; */
    width: auto !important;
}	
.ee{
	display:none;
}
.kampyle_button-text {
    height: 35px;
    min-height: 35px !important;
    max-height: 35px !important;
    width: 125px !important;
    min-width: 125px !important;
    max-width: 125px !important;
    background: #f7e433;
    color: #000;
    border-radius: 3px;
    transform: rotate( 270deg );
    top: 50%;
    position: fixed;
    z-index: 9999;
    right: -46px;
}
.event-title {
    font-size: 25px!important;
    margin-bottom: 4px!important;
    line-height: 33px!important;
}
.footer-social-infos {
    text-align:center!important;
    /* border: 2px solid #bbbbbb; */
    padding: 20px 0px 20px 0px!important;
    /* border-radius: 56px; */
    margin-top:0px!important; 
}	
.event_detail{
	padding: 20px 0px!important;
}
	.event-content {
    text-align: justify;
    padding-top: 0px!important;
}
.fix-event_img img {
    width: 100%!important;
    height: 100px;
}
.so{
	display:none;
}

.footer-social-infos a {
    color: var(--black);
    width: 35px!important;
    border: 1px solid var(--primary-color);
    justify-content: center;
    display: inline-flex;
    height: 35px!important;
    align-items: center;
    border: 2px solid #f7cd29;
    border-radius: 25px;
}
.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}
.icon-tab a:hover {
    background: #000;
    transition: .5s;
    color: #fff;
    padding: 15px 58px 15px 53px!important;
}
.press img {
    height:260px!important;
}
.post.post-thumb .post-title a {
    color: #fff;
    font-size: 15px!important;
    line-height: 1px;
}
.post-title{
	line-height: 20px;
}
.press_wrapper {
    height: 335px!important;
    margin-top: 0px!important;
    padding: 5px;
}
.press_right img {
    height: auto!important;
}

.retro-layout .img-1, .retro-layout .img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    height: 200px!important;
}
.retro-layout .text h2 {
    color: #fff;
    font-size: 15px!important;
}
/*********media pages*****/
.news_tabs {
    background: #ffee5f;
    width:95%!important;
    margin: auto;
    margin-top: -26px;
}
.nav_tabs_align {
    display: flex;
    width: 100%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}
.retro-layout-2 .text h2 {
    color: #fff;
    font-size: 15px!important;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    font-weight: 600!important;
}
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.icon-tab a {
    font-size: 13px!important;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 5px 15px 5px!important;
    width: 25%;
}
/******end media query*****/			
.dnoned1{
	display: flex;
    justify-content: space-between;
}
	
.icon_size {
        font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop_icon span {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    padding: 0px 6px;
   height: 30px;
    text-align: center;
    width: 30px;
}
.mobile_menu_border{
	border-bottom: 1px solid #dbdbdb;
}
.drop_icon{
	display:block!important;
}	
	

	
/*****services Inner pages****/
	.about_content_box_all {
    padding: 5px!important;
}

/*****end***services Inner pages****/
	
	
	.backtotopbutton {
    background: #e3e2e2;
    height: 51px;
    width: 55px;
    position: absolute;
    right: 46%;
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0 0.042857rem 0.971429rem 0.0714285714rem rgb(255 229 0); */
    border-radius: 26px 26px 0px 0px;
    line-height: 43px;
    /* border: 2px solid #ffef60; */
    margin-top: -102px;
    color: #000!important;
	}
	
/******strat contact Us *******/
.single-contact-address-box.main-branch .inner ul li .title {
    position: unset;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li {
   position: relative;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #737373;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.single-contact-address-box.main-branch .inner ul li .text p {
    color: #131313;
    font-size: 14px;
    line-height: 24px;
}
.single-contact-address-box.main-branch h3 {
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    /* margin: 0 0 38px; */
    margin: 0 0 15px;
    text-transform: uppercase;
    text-align: center;
}
/******End***contact Us *******/
.search .icon_btn {
    position: absolute!important;
    top: 0px!important;
    width: 0px!important;
    right: 0px;
    display: block!important;
    border-radius: 0px!important;
    border-left: 1px solid #dfcc20!important;
    height: 51px!important;
    color: #000;
    width:7%!important;
    font-size: 15px!important;
    background: #f7e433;
}
.product_search_icon{
	display:none!important;
}
.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
	.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}

.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px!important;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}
.fg-services .fg_services_item {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}
.search_header {
/*position: absolute;
width: 100%;
top: 370px;*/
    transform: translateY(-50%);
}
.mobile_res {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
	padding: 15px 0px;
}
.break_tabs a {
    width: 112px!important;
    line-height: 17px;
}
.tabs-content .nav .nav-link {
	font-size: 11px;
    padding: 5px 20px;
    margin-right: 0px;
    margin-bottom:0px;
}
.break_tabs {
    border-right: 1px solid #e7e6e6;
    padding: 0px 7px!important;
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product article {
     padding: 10px;
     border-radius: 0px; 
}
.carousel .testimonial p {
    line-height: 19px;
    /* margin: 0; */
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.mobile_res {
    justify-content: flex-start!important;
}
#services .box {
    padding: 10px 10px 10px 10px!important;
    border-bottom: 1px solid #ffffff4d;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 0px 20px 0px;
    background: #ffffff00;
    /* box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%); */
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 284px;
}
.services_navigatore {
    padding: 0px 0px 30px;
    text-align: center;
    width: 90%;
    margin: auto;
}
#services .title a {
    color: #ffffff;
    font-size: 14px!important;
    font-weight: 500;
}
.description {
    color: #c5c4c4;
    font-size: 13px;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.carousel .media img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
.carousel .testimonial {
    color: #000;
    position: relative;
    padding: 35px;
    margin: 0 0 0px 15px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
}
.carousel .testimonial p::after {
content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: 0;
    right: -520px;
    /* top: 73px; */
    transform: rotateY(356deg);
}
.new-footer3 {
    background-color: #ffeb3bcf !important;
     height: auto;
}

.footer_useful_link {
    padding-left: 0px;
}
.mtandt_blog_box {
    border: 5px solid #f1efef;
    padding: 5px;
    height: 490px;
}
.news_scroll {
    overflow-y: scroll;
    height: 395px!important;
}
p.detail {
    color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size:18px;
}
span.name {
    color: #000000;
    font-weight: bold;
    font-family: Tahoma;
    font-size:18px;
}

.new-footer3 {
    padding:2px 0px 0px;
}
.footer-details h2 {
    margin-top: 2px;
    font-size: 21px;
    color: #000;
    border-radius: 15px;
}


.footer-five .footer-right ul li {
    margin-bottom: 10px;
    color: #959595;
    font-size: 11px;
}
.footer-five .footer_block p {
    margin-bottom: 30px;
    color: #959595;
    text-align: justify;
    font-size: 11px;
}
.footer-five .socials li a {
    color: #ffffffc7;
    transition: 0.4s;
    background: #282828;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 27px;
    border-radius: 20px;
}

.float {
    position: fixed;
    right: 10px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	/*top: 405px;*/
}
.services_btn{
    padding-top: 45px;  
}



.subscribe_bt {
    font-size: 16px;
    display: inline-block;
    top:245px;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}

.navbar-brand {
  margin-right:0px!important;
}

.navbar-collapse.show {
	right:60px;
    background: #000;
}
.navbar-collapse {
position: absolute;
    top: 60px;
    right: 100%;
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 15px;
    border-top: 1px solid #6867676b;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #2f2f2f61;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
	padding-left: 50px;
}
.enquery_model {
   /* position: absolute;
    top: 50%!important;
    left: 56%!important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;*/
}


.learn-more{
	position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    top: 31px;
    border: 0;
    right:-95px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}
 
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--color-article1-background);
    animation: animationmenu ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    margin: 15px 0 0 0px;
    padding: 8px 0 0px;
    border-radius: 0;
    border: none;
    width: 100%!important;
    -webkit-box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
    box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
	height:auto;
	overflow-y: scroll;
} 
.megamenu h6 {
    margin: 0px 10px;
    background: #ffffff;
    padding: 9px 5px;
    text-align: center;
    border-radius: 3px;
    color: #000;
}
.mega_brop_menu {
  margin: 0px 0px;
}

.tages_line {
    padding: 0px 15px;
}
.megamenu h6 {
    /* margin-left: 15px; */
    font-size: 13px; 
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 12px;
}
.sicail_twitter{
	height:400px!important;
}

.slick-initialized .slick-slide .client_logo img{
    display: block;
    margin-bottom:0px!important;
}

.blog_hedding a{
    font-size: 15px;
}
/**************************about Us responsive*****************/
.mtnadt_about {
    background-color: #f9f9f9;
    text-align: center;
    padding: 35px 0px 35px;
}
.width_container {
    width:100%!important;
}
#video_fm{
	width:100%!important;
	height:360px!important;
	
}
.about_main_section {
    background: white;
    padding: 20px 20px;
    height: 425px!important;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.wrap_pricpil {
    display: flex;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
	height: 230px!important;
    border: 1px solid #b7b7b733;
}
.hedding_images img {
    margin-bottom: 25px;
    height: 45px;
}
.hedding_Rental_Division h3 {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.training_hedding {
    padding: 25px 25px;
}
/**************************Enad about Us responsive*****************/
.brands-content {
    padding: 25px 0px 50px;
    background: #fff;
}
}



@media only screen and (min-width:976px) and (max-width:991px){
.bront_name {
    /* padding: 0px 0px 8px; */
    width: 100%;
}
.logo_name {
    display: inline-grid;
    align-items: center;
    padding: 0px 0px;
}
.kampyle_button-text {
    height: 35px;
    min-height: 35px !important;
    max-height: 35px !important;
    width: 125px !important;
    min-width: 125px !important;
    max-width: 125px !important;
    background: #f7e433;
    color: #000;
    border-radius: 3px;
    transform: rotate( 270deg );
    top: 73%;
    position: fixed;
    z-index: 9999;
    right: -46px;
}	
	
.slider-nav-vertical {
    float: left;
    width: 10%!important;
    margin-top: 0px;
}
.slick-next {
    left: 5px;
    transform: rotate(90deg)!important;
    top: 312px;
}
.slick-prev {
    left: 5px;
    top: -32px;
    transform: rotate(90deg)!important;
}
.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
    width: 25px;
    height: 61px;
    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
}
.video_icone i {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0; */
    color: #fdfdfd;
    margin-top: -40px;
    left: 20px;
}
		
	
	.product_detail_scroll {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: initial;
    margin: auto;
    display: flex;
}
.product_detail_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.product_detail_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.product_detail_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.product_detail_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.product_detail_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


/************************END  PRODUCT DETAILS PAGES SCROLL*************/


.custom_content {
    padding-top: 20px;
}
.contact_num {
	padding-bottom: 15px;
}
.contact_num p{
	margin-bottom:0px;
}
.single-contact-address-box {
    background: #131313;
    padding: 66px 30px 77px!important;
}
.container{
	max-width:900px;
}
.search .icon_btn {
    position: absolute!important;
    top: 0px!important;
    width: 0px!important;
    right: 0px;
    display: block!important;
    border-radius: 0px!important;
    border-left: 1px solid #dfcc20!important;
    height: 51px!important;
    color: #000;
    width:6%!important;
    font-size: 15px!important;
    background: #f7e433;
}

.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%!important;
}
.product_list_btn {
    display: inline-block;
    font-weight: 600;
    color: #242424;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #f7e433;
    border: 1px solid transparent;
   /* padding: 9px 15px!important;*/
    font-size: 14px;
    line-height: 1.7;
    border-radius: 3px !important;
    letter-spacing: 0.5px;
    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;
}	
	
.down_cse h4{
	font-size:16px;
}	
	
	
	.video-background-holder {
    position: relative;
    background-color: black;
    height: 242px!important;
    min-height: 10rem!important;
    width: 100%;
    overflow: hidden;
}
.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
	padding: 30px 50px 30px 95px; 
    /*padding: 30px 15px 15px 15px!important;*/
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    height: 250px!important;
}
.categories-view1 li:hover span {
    background-color: #1e1e1e;
    color: #f9f9f9e0;
    display:none!important;
}
.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 80px;
    display:block!important;
    font-size: 40px;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}
	


.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 16px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
    /*margin-top: 0px !important;*/
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
.product-page h2 {
    font-size: 17px!important;
    line-height: 20px!important;
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
/*
.subcategory_btn {
    background: #fee600;
    /* padding: 15px 144px; */
   /* margin-right: 0px !important;
    align-items: center;
    /* display: flex; */
   /* font-size: 16px;
    margin: 0px 0px;
    border-radius: 0px !important;
    border-right: 1px solid #e9d61e69;
    width: 210px!important;
    height: 51px;
    text-align: center;
    border-bottom: 1px solid #efd90b;
}*/
.subcategory_btn{
	width:50%!important;
    margin-right: 0 !important;
    padding:15px 1px !important;
    display: flex;
    align-items: center;
    justify-content: center!important;
}
/*
.product article .pro-thumb .img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
}*/

.ee{
	display:none;
}

.event-title {
    font-size: 25px!important;
    margin-bottom: 4px!important;
    line-height: 33px!important;
}
.footer-social-infos {
    text-align:center!important;
    /* border: 2px solid #bbbbbb; */
    padding: 20px 0px 20px 0px!important;
    /* border-radius: 56px; */
    margin-top:0px!important; 
}	
.event_detail{
	padding: 20px 0px!important;
}
	.event-content {
    text-align: justify;
    padding-top: 0px!important;
}
.fix-event_img img {
    width: 100%!important;
    height: 100px;
}
.so{
	display:none;
}


.slider_resize {
    /* height: 365px!important; */
    width: auto !important;
}
.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}

.hjjh{
	padding: 0px 0px 35px !important;
}	

.press img {
    height:260px!important;
}
.press_right img {
    height: auto!important;
}
.post.post-thumb .post-title a {
    color: #fff;
    font-size: 15px!important;
    line-height: 1px;
}
.post-title{
	line-height: 20px;
}
.press_wrapper {
    height: 335px!important;
    margin-top: 0px!important;
    padding: 5px;
}

	/*********media pages*****/
.news_tabs {
    background: #ffee5f;
    width:95%!important;
    margin: auto;
    margin-top: -26px;
}
.nav_tabs_align {
    display: flex;
    width: 100%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.icon-tab a {
    font-size: 13px!important;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 5px 15px 5px!important;
    width: 25%;
}
/******end media query*****/		
	
	.dnoned1{
	display: flex;
    justify-content: space-between;
}
	

.icon_size {
        font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop_icon span {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    padding: 0px 6px;
   height: 30px;
    text-align: center;
    width: 30px;
}
.mobile_menu_border{
	border-bottom: 1px solid #dbdbdb;
}
.drop_icon{
	display:block!important;
}
/*****services Inner pages****/
	.about_content_box_all {
    padding: 5px!important;
}
.text-muted12{
	text-align:justify;
}
/*****end***services Inner pages****/
	
	
	.backtotopbutton {
    background: #e3e2e2;
    height: 51px;
    width: 55px;
    position: absolute;
    right: 48%;
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0 0.042857rem 0.971429rem 0.0714285714rem rgb(255 229 0); */
    border-radius: 26px 26px 0px 0px;
    line-height: 43px;
    /* border: 2px solid #ffef60; */
    margin-top:-100px;
    color: #000!important;
	}
	
/******strat contact Us *******/
.single-contact-address-box.main-branch .inner ul li .title {
    position: unset;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li {
   position: relative;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #737373;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.single-contact-address-box.main-branch .inner ul li .text p {
    color: #131313;
    font-size: 14px;
    line-height: 24px;
}
.single-contact-address-box.main-branch h3 {
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    /* margin: 0 0 38px; */
    margin: 0 0 15px;
    text-transform: uppercase;
    text-align: center;
}
/******End***contact Us *******/

	.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
	.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}
.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px!important;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}
.fg-services .fg_services_item {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}
.spsinfg {
    position: absolute;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    background-color: #f7e433;
    font-weight: 600 !important;
    color: #242424 !important;
    border: none !important;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%) !important;
	top: -3px!important;
    left: 75px!important;
}	

.search_header {
   /* position: absolute;
    width: 100%;
    top: 370px;*/
	transform: translateY(-50%);
}
.mobile_res {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
}
.break_tabs a {
    width: 112px!important;
    line-height: 17px;
}
.tabs-content .nav .nav-link {
    font-size: 11px;
    padding: 5px 20px;
    margin-right: 0px;
    margin-bottom:5px;
}
.break_tabs {
    border-right: 1px solid #e7e6e6;
    padding: 0px 7px!important;
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; */
     /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product article {
     padding: 10px;
     border-radius: 0px; 
}
.carousel .testimonial p {
    line-height: 19px;
    /* margin: 0; */
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.mobile_res {
    justify-content: flex-start!important;
}
#services .box {
    padding: 10px 10px 10px 10px!important;
    border-bottom: 1px solid #ffffff4d;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 0px 20px 0px;
    background: #ffffff00;
    /* box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%); */
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 284px;
}
.services_navigatore {
    padding: 0px 0px 30px;
    text-align: center;
    width: 90%;
    margin: auto;
}
#services .title a {
    color: #ffffff;
    font-size: 14px!important;
    font-weight: 500;
}
.description {
    color: #c5c4c4;
    font-size: 13px;
}
.carousel .media img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
.carousel .testimonial {
    color: #000;
    position: relative;
    padding: 35px;
    margin: 0 0 0px 15px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
}
.carousel .testimonial p::after {
    content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: 0;
    right:-820px;
    /*top: 73px;*/
    transform: rotateY(356deg);
}
.new-footer3 {
    background-color: #ffeb3bcf !important;
     height: auto;
}

.footer_useful_link {
    padding-left: 0px;
}
.mtandt_blog_box {
    border: 5px solid #f1efef;
    padding: 5px;
    height: 450px;
}
.news_scroll {
    overflow-y: scroll;
    height: 290px!important;
}
p.detail {
    color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size:18px;
}
span.name {
    color: #000000;
    font-weight: bold;
    font-family: Tahoma;
    font-size:18px;
}

.new-footer3 {
    padding:0px 0;
}
.footer-details h2 {
    margin-top: 2px;
    font-size: 21px;
    color: #000;
    border-radius: 15px;
}


.footer-five .footer-right ul li {
    margin-bottom: 10px;
    color: #959595;
    font-size: 11px;
}
.footer-five .footer_block p {
    margin-bottom: 30px;
    color: #959595;
    text-align: justify;
    font-size: 11px;
}
.footer-five .socials li a {
    color: #ffffffc7;
    transition: 0.4s;
    background: #282828;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 27px;
    border-radius: 20px;
}

.float {
    position: fixed;
    right: 10px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	top: 480px;
}
.subscribe_bt {
    font-size: 16px;
    display: inline-block;
    top:245px;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}

.navbar-brand {
  margin-right:0px!important;
}

.navbar-collapse.show {
	right:65px;
    background: #000;
}
.product_search_icon{
	display:none!important;
}
.navbar-collapse {
position: absolute;
    top: 60px;
    right: 100%;
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 15px;
    border-top: 1px solid #6867676b;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 0px;
    padding: 12px 50px;
    border-bottom: 1px solid #2f2f2f61;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
}
.enquery_model {
    /*position: absolute;
    top: 50%!important;
    left: 65%!important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;*/
}


.learn-more{
	position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    top: 31px;
    border: 0;
   right: -120px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}
 
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--color-article1-background);
    animation: animationmenu ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    margin: 15px 0 0 0px;
    padding: 8px 0 0px;
    border-radius: 0;
    border: none;
    width: 100%!important;
    -webkit-box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
    box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
	height: auto;
	overflow-y: scroll;
} 
.megamenu h6 {
margin: 0px 10px;
    background: #ffffff;
    padding: 9px 5px;
    text-align: center;
    border-radius: 3px;
    color: #000;
  
}
.mega_brop_menu {
  margin: 0px 0px;
}

.tages_line {
    padding: 0px 15px;
}
.megamenu h6 {
    /* margin-left: 15px; */
    font-size: 13px; 
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 12px;
}
.sicail_twitter{
	height:300px!important;
}


/**************************about Us responsive*****************/
.mtnadt_about {
    background-color: #f9f9f9;
    text-align: center;
    padding: 35px 0px 35px;
}
.width_container {
    width:100%!important;
}
#video_fm{
	width:100%!important;
	height:360px!important;
	
}

.about_main_section {
    background: white;
    padding: 20px 20px;
	height: 430px !important;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.wrap_pricpil {
    display: flex;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
   height: 220px;
    border: 1px solid #b7b7b733;
}
.hedding_images img {
    margin-bottom: 25px;
    height: 40px;
}
.training_hedding {
    padding: 25px 25px;
}
/**************************Enad about Us responsive*****************/
.brands-content {
    padding: 25px 0px 30px;
    background: #fff;
}
	
	
}



/********media*******1024****************/
@media only screen and (min-width:992px) and (max-width: 1160px){
.slick-vertical .slick-slide {
    display: block;
    height: 35px;
    border: 1px solid transparent;
    padding: 0px 4px;
}	
	
.bront_name {
    /* padding: 0px 0px 8px; */
    width: 100%;
}
.logo_name {
    display: inline-grid;
    align-items: center;
    padding: 0px 0px;
}
/**********************************start categories_scroll*******************************/
.categories_scroll{
	overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    margin: auto;
}
.categories_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.categories_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.categories_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.categories_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/*
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}

.categories_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}*/

.categories_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.categories_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:block;
}
.categories_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:block;
}

.categories_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");
  
}
.categories_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");

}


/**********************************End categories_scroll*******************************/
	
.down_cse h4{
	font-size:17px!important;
}
.casestudyinner__btn-area {
    border-right:0px!important;
}
	.kampyle_button-text {
    height: 35px;
    min-height: 35px !important;
    max-height: 35px !important;
    width: 125px !important;
    min-width: 125px !important;
    max-width: 125px !important;
    background: #f7e433;
    color: #000;
    border-radius: 3px;
    transform: rotate( 270deg );
    top: 60%;
    position: fixed; 
    z-index: 9999;
    right: -46px;
}
.float {
position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 27px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    top: 403px;
}
	.modal-scroll {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1rem 1rem;
    overflow-y: auto;
    height: 375px;
}
.services_btn{
    padding-top: 30px;
}

.terms_contition {
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
}

.single-service {
    box-shadow: 0 0 10px 0 rgb(227 227 227 / 73%);
    padding: 40px 40px 25px;
    height: 180px;
    width:100%!important;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 0%!important;
}
	.product_detail_scroll {
    width: 100%;
    overflow-x: auto!important;
    flex-wrap: initial;
    margin: auto;
    display: flex;
}
.product_detail_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.product_detail_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.product_detail_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.product_detail_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.product_detail_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


/************************END  PRODUCT DETAILS PAGES SCROLL*************/


	.custom_content {
    padding-top: 20px;
}
/********CUSTOM***PRODUCT******/
/*
 *  STYLE 2
 */
.custom_prduct_gullery{
		overflow-x: scroll!important;
    display: flex;
    width: 100%;
    padding: 10px 0px!important;
}
.custom_prduct_gullery::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.custom_prduct_gullery::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.custom_prduct_gullery::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.custom_prduct_gullery::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.custom_prduct_gullery::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.custom_prduct_gullery::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}
.custom_prduct_gullery::-webkit-scrollbar-button:disabled
{
  /* Why is this not red*/
}
.custom_prduct_gullery::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.custom_prduct_gullery::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.custom_prduct_gullery::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}

 
 

/********END***CUSTOM***PRODUCT******/
	

.categories_scroll {
	padding: 10px 0px !important;
    overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    margin: auto;
}	
	
	
.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%!important;
}	
.product_list_btn {
    display: inline-block;
    font-weight: 600;
    color: #242424;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #f7e433;
    border: 1px solid transparent;
   /* padding: 8px 15px!important;*/
    font-size: 14px;
    line-height: 1.7;
    border-radius: 3px !important;
    letter-spacing: 0.5px;
    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;
}
	.my-form h1 {
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 22px;
}
	.contact_num {
	padding-bottom: 15px;
}
.contact_num p{
	margin-bottom:0px;
}
.file_size_hint span {
    line-height: 19px;
    color: red;
    font-size: 12px;
}
	
.mobile_res::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.mobile_res::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.mobile_res::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.mobile_res::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.mobile_res::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.mobile_res::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}
.mobile_res::-webkit-scrollbar-button:disabled
{
  /* Why is this not red??? */
  background-color:  red;
}
.mobile_res::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.mobile_res::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.mobile_res::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.mobile_res::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.mobile_res::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.mobile_res::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.mobile_res::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}

.carousel .testimonial p::after {
    content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: 630px;
    /* top: 70px; */
    /* right: -300px; */
    transform: rotateY(2deg);
}	
	
.slick-prev {
	left: 16px!important;
    top: -38px!important;
    transform: rotate(90deg)!important;
}
.slick-next {
    left:16px!important;
    transform: rotate(90deg)!important;
    top: 320px!important;
}
.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
        width: 22px!important;
    height:69px!important;
    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
}	
	
	
	
.cataloge a {
    position: absolute;
    top: 332px;
    right: 15px;
    color: #252525;
    font-size: 16px;
    padding: 12px 42px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: rgb(255 238 95 / 75%);
    opacity: 0;
    font-weight: 600;
    width: 200px!important;
    visibility: hidden;
    transition: width 1s , opacity 1s;
}	
		
	
	
	
.container_subcategory {
    width:80%!important;
    margin: auto;
}
	.space_event_gallery{
	padding:5px;
}
	.video-background-holder {
    position: relative;
    background-color: black;
    height: 242px!important;
    min-height: 10rem!important;
    width: 100%;
    overflow: hidden;
}
.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    /* padding: 30px 50px 30px 95px; */
    padding: 30px 15px 15px 15px!important;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    height: 250px!important;
}
.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 2px!important;
    font-size: 15px!important;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}
.categories-view1 span {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    color: #ffe61c;
    width: 30px!important;
    height: 30px!important;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding: 7px 4px 0px!important;
    background-color: #f7e433;
    border: 1px solid #eee;
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 16px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
     margin-top: 10px !important;
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
.product-page h2 {
    font-size: 17px!important;
    line-height: 20px!important;
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
/*
.subcategory_btn {
    background: #fee600;
    /* padding: 15px 144px; */
    /* margin-right: 0px !important;
    align-items: center;
    /* display: flex; */
   /*  font-size: 16px;
    margin: 0px 0px;
    border-radius: 0px !important;
    border-right: 1px solid #e9d61e69;
	width: 263px!important;
    height: 51px;
    text-align: center;
    border-bottom: 1px solid #efd90b;
}*/
.subcategory_btn{
	width:50%!important;
    margin-right: 0 !important;
    padding:15px 10px !important;
    display: flex;
    align-items: center;
    justify-content: center!important;
}	
	
	.slider_resize {
    /* height: 365px!important; */
    width: auto !important;
}
.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}
.news_tabs {
    background: #ffee5f;
    width: 95%!important;
    margin: auto;
    margin-top: -26px;
}
.nav_tabs_align {
    display: flex;
    width: 100%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.icon-tab a {
    font-size: 13px!important;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 5px 15px 5px!important;
    width: 25%;
}
.icon-tab a:hover {
    background: #000;
    transition: .5s;
    color: #fff;
    padding: 15px 82px 15px 86px!important;
}
/*****media query***/
.icon-tab a {
    font-size: 15px;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 0px 15px 0px!important;
    width: 25%;
}
.hedding_Rental_Division h3 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
/*****End media query***/
	
	.press img {
    height:362px!important;
}
.press_right img {
    height: auto!important;
}
.post.post-thumb .post-title a {
    color: #fff;
    font-size: 15px!important;
    line-height: 1px;
}
.post-title{
	line-height: 20px;
}
.press_wrapper {
    height: 335px!important;
    margin-top: 30px!important;
    padding: 5px;
}
.post .post-title.title-sm {
    font-size: 16px;
    overflow: hidden;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}	
	
	
	/**********CONTACT US*******/
	.single-contact-address-box.main-branch .inner ul li .text p {
    color: #131313;
    font-size: 14px;
    line-height: 24px;
}
.single-contact-address-box.main-branch .inner ul li .title {
    position: unset;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li {
    position: relative;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #737373;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
	/**********EndCONTACT US*******/
	.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
.learn-more{
	position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    top: 31px;
    border: 0;
    right: -97px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}
.brands-content {
    padding: 25px 0px 30px;
    background: #fff;
}
	.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}
.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px!important;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}
.fg-services .fg_services_item {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 12px;
    color: #fff;
    padding: 0;
    letter-spacing: 0px;
    font-weight: 600;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 0px;
    padding: 1.2rem 7px;
}
.tagling_logo {
    text-align: center;
    padding-top: 10px;
    /* float: left; */
}
.tagling_logo h5 {
color: #cad1d1;
    font-size: 11px;
    /* line-height: 0px;*/
}
.tagling_logo span {
    color: #cad1d1;
    font-size: 10px;
}
.search_header {
   /*position: absolute;
    width: 100%;
    top: 445px;*/
 transform: translateY(-50%);
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
   /* display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.subscribe_bt {
    font-size: 16px;
    display: inline-block;
    top: 282px;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}
.carousel .testimonial p {
    line-height: 20px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.carousel .media img {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
#services .box {
    padding: 15px 15px 25px;
    border-bottom: 1px solid #ffffff4d;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 0px 20px 0px;
    background: #ffffff00;
    /* box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%); */
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 275px;
}
.mobile_res {
    justify-content: flex-start!important;
}
.carousel .testimonial p::after {
    content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: 340px;
    /*top: 70px;*/
    right: -300px;
    transform: rotateY(2deg);
}
.hjjh{
	padding:0px 0px 30px!important;
}
.mobile_res {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
}
.mtandt_blog_box {
    border: 5px solid #f1efef;
    padding: 5px;
    height: 450px;
}
.news_scroll {
    overflow-y: scroll;
    height: 350px!important;
}
.sicail_twitter{
	height:360px!important;
}
.enquery_model {
    position: absolute;
    top: 50%!important;
    left: 70%!important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}


/**************************about Us responsive*****************/
.mtnadt_about {
    background-color: #f9f9f9;
    text-align: center;
    padding: 35px 0px 35px;
}
.width_container {
    width:100%!important;
}
#video_fm{
	width:100%!important;
	height:360px!important;
	
}
.about_main_section {
    background: white;
    padding: 20px 20px;
    height: 390px;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.wrap_pricpil {
    display: flex;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    height:auto!important;
    border: 1px solid #b7b7b733;
}
.training_hedding {
    padding: 25px 25px;
}
/**************************Enad about Us responsive*****************/
}









/********media*******1024****************/
@media only screen and (min-width:801px) and (max-width:975px){
		.bront_name {
    /* padding: 0px 0px 8px; */
    width: 100%;
}
.logo_name {
    display: inline-grid;
    align-items: center;
    padding: 0px 0px;
}	
	
.slider-nav-vertical {
    float: left;
    width: 10%!important;
    margin-top: 0px;
}
.slick-next {
    left: 5px;
    transform: rotate(90deg)!important;
    top: 312px;
}
.slick-prev {
    left: 5px;
    top: -32px;
    transform: rotate(90deg)!important;
}
.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    /* top: 97%; */
    display: block;
    width: 25px;
    height: 61px;
    border-radius: 0px;
    /* padding: 0px 2px; */
    margin: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffed!important;
    border: none;
    outline: none;
    z-index: 1;
    background: #f7e433;
}
.video_icone i {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0; */
    color: #fdfdfd;
    margin-top: -40px;
    left: 20px;
}
	
	
.product_detail_scroll {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: initial;
    margin: auto;
    display: flex;
}
.product_detail_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.product_detail_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.product_detail_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.product_detail_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.product_detail_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.product_detail_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.product_detail_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


/************************END  PRODUCT DETAILS PAGES SCROLL*************/

	
	
.gal-item a:after {
    content: "\f002";
    font-family: 'fontawesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 9px;
    left:4px!important;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 124px!important;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video_click_ope_model:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 91%!important;
    height: 41%!important;
    /* margin-left: 10px; */
    margin: 5px 0px 0px 5px;
    opacity: 9;
    background-color: rgb(65 94 122 / 13%);
    content: '';
    transition: 0.4s;
    border-radius: 3px;
}
.media_gallery_videos{
    height: 100%!important;
}

.gal-item{
	padding: 5px !important;
    height:250px !important;
    margin-bottom: 10px;
}		
	
.customprosuct_details_nav{
    border-radius: 2px;
    margin-right: 30px!important;
    color: #000;
}	
.custom_content {
    padding-top: 18px;
}
	.contact_num {
	padding-bottom: 15px;
}
.contact_num p{
	margin-bottom:0px;
}
.container{
	max-width:900px!important;
}
.drop_section {
    background: #ffffff;
    width: 690px;
    margin: auto;
    z-index: 1;
    position: absolute;
    top: 50px;
    /* bottom: -305px; */
    padding: 0px 0px 20px 0px;
    right: 0px;
    left: 0;
    border: 1px solid #9e9e9e73;
    box-shadow: 0 0.14286rem 0.28571rem 0 rgb(22 23 24 / 16%);
}	
		
.slick-vertical .slick-slide img {
    display: block;
    width: 100%;
    height: 62px!important;
    width: 62px!important;
}
.slick-next {
    right: 66px;
    transform: rotate(90deg);
    top: 312px;
}
.container_subcategory {
    width: 100%!important;
    margin: auto;
}
		
	
	.space_event_gallery{
	padding:5px;
}
	
.gal-item .box {
    height:250px!important;
    overflow: hidden;
}
.box_video {
    padding: 0.25rem;
    background-color: var(--color-page-background);
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: 125px!important;
}
#video_media{
    height: 116px!important;
}
.press_wrapper{
    box-shadow:-1px 0rem 1rem 0rem rgb(22 23 24 / 14%);
    transition: 0.5s;
}
	.blogcontainer {
    padding: 30px 0px 0px;
    border-bottom:0px !important;
}	
	
	.fliter_btn{
	display:block!important;
}
	.fliter_section{
	display:none;
}	
.product_listing_hedding {
    padding: 20px 0px 25px;
}
	
	.compaire_check_div {
    border-bottom: 2px solid #0000000f;
    margin-bottom: 12px;
    width: 100%!important;
}
.product_list_btn {
    display: inline-block;
    font-weight: 600;
    color: #242424;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #f7e433;
    border: 1px solid transparent;
	/*padding: 9px 15px!important;*/
    font-size: 12px;
    line-height: 1.7;
    border-radius: 3px !important;
    letter-spacing: 0.5px;
    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;
}
.blogcard img {
    width: 150px!important;
    height: 55px!important;
    margin-right: 0.5rem;
}

.video-background-holder {
    position: relative;
    background-color: black;
    height: 242px!important;
    min-height: 10rem!important;
    width: 100%;
    overflow: hidden;
}
.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    /* padding: 30px 50px 30px 95px; */
    padding: 30px 15px 15px 15px!important;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    height: 250px!important;
}
.categories-view1 span {
    position: absolute;
    /* right: -18px; */
    left: 0px;
    top: 2px!important;
    font-size: 15px!important;
    font-weight: 500;
    color: #525252;
    /* opacity: 0.07; */
    line-height: 1;
}
.categories-view1 span {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    color: #ffe61c;
    width: 30px!important;
    height: 30px!important;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding: 7px 4px 0px!important;
    background-color: #f7e433;
    border: 1px solid #eee;
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.activebg {
    background-color: #ffffff;
    color: #000 !important;
    font-weight: 500 !important;
    border: 0px !important;
    font-size: 16px !important;
    box-shadow: -4px -4px 10px 2px rgb(181 181 181 / 11%);
}
.casestudyinner__share h4 {
    font-size: 14px!important;
}
.down_cse h4{
	    font-size: 17px!important;
}
.casestudyinner__share a {
    padding: 6px;
    font-size: 12px;
    width: 23px!important;
    text-align: center;
    text-decoration: none;
    margin: 2px 2px;
    border-radius: 44px;
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
    /*   margin-top: 0px !important;*/
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
.product-page h2 {
    font-size: 17px!important;
    line-height: 20px!important;
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px!important;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px!important;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}
/*
.subcategory_btn {
    background: #fee600;
    /* padding: 15px 144px; */
    /* margin-right: 0px !important;
    align-items: center;
    /* display: flex; */
    /* font-size: 16px;
    margin: 0px 0px;
    border-radius: 0px !important;
    border-right: 1px solid #e9d61e69;
    width:246px!important; 
    text-align: center;
    border-bottom: 1px solid #efd90b;
}*/
.subcategory_btn{
	width:50%!important;
    margin-right: 0 !important;
    padding:15px 1px !important;
    display: flex;
    align-items: center;
    justify-content: center!important;
}	

.hjjh{
	padding: 0px 0px 0px !important;
}	
	.slider_resize {
    /* height: 365px!important; */
    width: auto !important;
}	
.ee{
	display:none;
}
.kampyle_button-text {
    height: 35px;
    min-height: 35px !important;
    max-height: 35px !important;
    width: 125px !important;
    min-width: 125px !important;
    max-width: 125px !important;
    background: #f7e433;
    color: #000;
    border-radius: 3px;
    transform: rotate( 270deg );
    top:73%;
    position: fixed;
    z-index: 9999;
    right: -46px;
}
.event-title {
    font-size: 25px!important;
    margin-bottom: 4px!important;
    line-height: 33px!important;
}
.footer-social-infos {
    text-align:center!important;
    /* border: 2px solid #bbbbbb; */
    padding:20px 0px 20px 0px!important;
    /* border-radius: 56px; */
    margin-top:0px!important; 
}	
.event_detail{
	padding: 20px 0px!important;
}
	.event-content {
    text-align: justify;
    padding-top: 0px!important;
}
.fix-event_img img {
    width: 100%!important;
    height: 100px;
}
.so{
	display:none;
}

.footer-social-infos a {
    color: var(--black);
    width: 35px!important;
    border: 1px solid var(--primary-color);
    justify-content: center;
    display: inline-flex;
    height: 35px!important;
    align-items: center;
    border: 2px solid #f7cd29;
    border-radius: 25px;
}
.blogcontent .poster-image {
    margin-top: 7px;
    margin-bottom: 20px;
    height: auto!important;
    width: 100%;
}
.icon-tab a:hover {
    background: #000;
    transition: .5s;
    color: #fff;
    padding: 15px 58px 15px 53px!important;
}
.press img {
    height:260px!important;
}
.post.post-thumb .post-title a {
    color: #fff;
    font-size: 15px!important;
    line-height: 1px;
}
.post-title{
	line-height: 20px;
}
.press_wrapper {
    height: 335px!important;
    margin-top: 0px!important;
    padding: 5px;
}
.press_right img {
    height: auto!important;
}

.retro-layout .img-1, .retro-layout .img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    height: 200px!important;
}
.retro-layout .text h2 {
    color: #fff;
    font-size: 15px!important;
}
/*********media pages*****/
.news_tabs {
    background: #ffee5f;
    width:95%!important;
    margin: auto;
    margin-top: -26px;
}
.nav_tabs_align {
    display: flex;
    width: 100%!important;
    justify-content: space-between;
    background: #ffee5f;
    margin: auto;
}
.retro-layout-2 .text h2 {
    color: #fff;
    font-size: 15px!important;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    font-weight: 600!important;
}
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.icon-tab a {
    font-size: 13px!important;
    transition-duration: 0.35s;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 5px 15px 5px!important;
    width: 25%;
}
/******end media query*****/			
.dnoned1{
	display: flex;
    justify-content: space-between;
}
	
.icon_size {
        font-size: 8px!important;
    float: right;
    padding: 10px 15px;
    background: black;
    color: #fff;
}
.ffj{
   display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop_icon span {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    padding: 0px 6px;
   height: 30px;
    text-align: center;
    width: 30px;
}
.mobile_menu_border{
	border-bottom: 1px solid #dbdbdb;
}
.drop_icon{
	display:block!important;
}	
	

	
/*****services Inner pages****/
	.about_content_box_all {
    padding: 5px!important;
}

/*****end***services Inner pages****/
	
	
	.backtotopbutton {
    background: #e3e2e2;
    height: 51px;
    width: 55px;
    position: absolute;
    right: 47%;
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0 0.042857rem 0.971429rem 0.0714285714rem rgb(255 229 0); */
    border-radius: 26px 26px 0px 0px;
    line-height: 43px;
    /* border: 2px solid #ffef60; */
    margin-top: -102px;
    color: #000!important;
	}
	
/******strat contact Us *******/
.single-contact-address-box.main-branch .inner ul li .title {
    position: unset;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li {
   position: relative;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #737373;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.single-contact-address-box.main-branch .inner ul li .text p {
    color: #131313;
    font-size: 14px;
    line-height: 24px;
}
.single-contact-address-box.main-branch h3 {
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    /* margin: 0 0 38px; */
    margin: 0 0 15px;
    text-transform: uppercase;
    text-align: center;
}
/******End***contact Us *******/
.search .icon_btn {
    position: absolute!important;
    top: 0px!important;
    width: 0px!important;
    right: 0px;
    display: block!important;
    border-radius: 0px!important;
    border-left: 1px solid #dfcc20!important;
    height: 51px!important;
    color: #000;
    width:7%!important;
    font-size: 15px!important;
    background: #f7e433;
}
.product_search_icon{
	display:none!important;
}
.card_industries p {
    color: #575a7b;
    font-size: 13px;
}
	.fg-services {
    background: #f9f9f9;
    padding:50px 10px 50px 10px!important;
}

.fg-services .fg_services_item_text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px!important;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    font-size: 22px;
}
.fg-services .fg_services_item {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}
.spsinfg {
    position: absolute;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    background-color: #f7e433;
    font-weight: 600 !important;
    color: #242424 !important;
    border: none !important;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%) !important;
	top: -3px!important;
    left: 60px!important;
}	

.search_header {
/*position: absolute;
width: 100%;
top: 370px;*/
    transform: translateY(-50%);
}
.mobile_res {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
	padding: 15px 0px;
}
.break_tabs a {
    width: 112px!important;
    line-height: 17px;
}
.tabs-content .nav .nav-link {
	font-size: 11px;
    padding: 5px 20px;
    margin-right: 0px;
    margin-bottom:0px;
}
.break_tabs {
    border-right: 1px solid #e7e6e6;
    padding: 0px 7px!important;
}
.product article .pro-info h3 a {
    color: var(--color-text);
    text-decoration: none;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    /* text-overflow: ellipsis; */
     /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product article {
     padding: 10px;
     border-radius: 0px; 
}
.carousel .testimonial p {
    line-height: 19px;
    /* margin: 0; */
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.mobile_res {
    justify-content: flex-start!important;
}
#services .box {
    padding: 10px 10px 10px 10px!important;
    border-bottom: 1px solid #ffffff4d;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 0px 20px 0px;
    background: #ffffff00;
    /* box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%); */
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 284px;
}
.services_navigatore {
    padding: 0px 0px 30px;
    text-align: center;
    width: 90%;
    margin: auto;
}
#services .title a {
    color: #ffffff;
    font-size: 14px!important;
    font-weight: 500;
}
.services_btn{
    padding-top:15px;
}
.description {
    color: #c5c4c4;
    font-size: 13px;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.carousel .media img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #504c4c;
}
.carousel .testimonial {
    color: #000;
    position: relative;
    padding: 35px;
    margin: 0 0 0px 15px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
}
.carousel .testimonial p::after {
content: "\201D";
    font-family: Arial,sans-serif;
    color: #ffeb3bcf;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: 0;
    right: -825px;
    /* top: 73px; */
    transform: rotateY(356deg);
}
.new-footer3 {
    background-color: #ffeb3bcf !important;
     height: auto;
}

.footer_useful_link {
    padding-left: 0px;
}
.mtandt_blog_box {
    border: 5px solid #f1efef;
    padding: 5px;
    height: 490px;
}
.news_scroll {
    overflow-y: scroll;
    height:395px!important;
}
p.detail {
    color: #4C4C4C;
    font-weight: bold;
    font-family: Calibri;
    font-size:18px;
}
span.name {
    color: #000000;
    font-weight: bold;
    font-family: Tahoma;
    font-size:18px;
}

.new-footer3 {
    padding:2px 0px 0px;
}
.footer-details h2 {
    margin-top: 2px;
    font-size: 21px;
    color: #000;
    border-radius: 15px;
}


.footer-five .footer-right ul li {
    margin-bottom: 10px;
    color: #959595;
    font-size: 11px;
}
.footer-five .footer_block p {
    margin-bottom: 30px;
    color: #959595;
    text-align: justify;
    font-size: 11px;
}
.footer-five .socials li a {
    color: #ffffffc7;
    transition: 0.4s;
    background: #282828;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 27px;
    border-radius: 20px;
}

.float {
    position: fixed;
    right: 10px;
    background: rgb(15 143 7);
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	/*top: 480px;*/
}
.subscribe_bt {
    font-size: 16px;
    display: inline-block;
    top:245px;
    right: 15px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background-color: #f7e433;
    color: #000;
}

.navbar-brand {
  margin-right:0px!important;
}

.navbar-collapse.show {
	right:55px;
    background: #000;
}
.navbar-collapse {
position: absolute;
    top: 60px;
    right: 100%;
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 15px;
    border-top: 1px solid #6867676b;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #2f2f2f61;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
	padding-left: 50px;
}
.enquery_model {
 position: absolute;
   /* top: 50%!important;*/
    /*left:64% !important;*/
    /*transform: translate(-50%, -50%) !important;*/
    margin:auto;
   /* margin-bottom: 0;*/
   /* width: 100%;*/
}


.learn-more{
	position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    top: 31px;
    border: 0;
    right:-118px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    display: block;
    padding-bottom: 0px;
}
 
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--color-article1-background);
    animation: animationmenu ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    margin: 15px 0 0 0px;
    padding: 8px 0 0px;
    border-radius: 0;
    border: none;
    width: 100%!important;
    -webkit-box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
    box-shadow: 0 0 4px 0px rgb(51 51 51 / 10%);
	height: auto;
	overflow-y: scroll;
} 
.megamenu h6 {
    margin: 0px 10px;
    background: #ffffff;
    padding: 9px 5px;
    text-align: center;
    border-radius: 3px;
    color: #000;
}
.mega_brop_menu {
  margin: 0px 18px;
}

.tages_line {
    padding: 0px 15px;
}
.megamenu h6 {
    /* margin-left: 15px; */
    font-size: 13px; 
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 12px;
}
.sicail_twitter{
	height:400px!important;
}

.blog_hedding a{
    font-size: 15px;
}
/**************************about Us responsive*****************/
.mtnadt_about {
    background-color: #f9f9f9;
    text-align: center;
    padding: 35px 0px 35px;
}
.width_container {
    width:100%!important;
}
#video_fm{
	width:100%!important;
	height:360px!important;
	
}
.about_main_section {
    background: white;
    padding: 20px 20px;
    height: 425px!important;
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0.1428571429rem 0.5714285714rem 0.0714285714rem rgb(22 23 24 / 16%) !important; */
}
.wrap_pricpil {
    display: flex;
    background: #ffef60d1;
    padding: 19px 10px 19px 15px;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
	height: 230px!important;
    border: 1px solid #b7b7b733;
}
.hedding_images img {
    margin-bottom: 25px;
    height: 45px;
}
.hedding_Rental_Division h3 {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.training_hedding {
    padding: 25px 25px;
}
/**************************Enad about Us responsive*****************/
.brands-content {
    padding: 25px 0px 50px;
    background: #fff;
}
}















@media only screen and (min-width:1160px) and (max-width:1200px){
	.sub-category_header {
    padding: 10px 0px!important;

}

.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
    margin-top:10px !important; 
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
/**********************************start categories_scroll*******************************/
.categories_scroll{
	overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    margin: auto;
}
.categories_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.categories_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.categories_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.categories_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/*
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}

.categories_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}*/

.categories_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.categories_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:block;
}
.categories_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:block;
}

.categories_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");
  
}
.categories_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");

}


/**********************************End categories_scroll*******************************/
	
	.down_cse h4{
	font-size:17px!important;
}
.casestudyinner__btn-area {
    border-right:0px!important;
}
.modal-scroll {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1rem 1rem;
    overflow-y: auto;
    height: 375px;
}
.terms_contition {
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
}
.single-service {
    box-shadow: 0 0 10px 0 rgb(227 227 227 / 73%);
    padding: 40px 40px 25px;
    height: 180px;
    width:100%!important;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 34%;
}	
/*****************************************************scroll BAR*****************************************/

.mobile_res::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.mobile_res::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.mobile_res::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.mobile_res::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.mobile_res::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.mobile_res::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}
.mobile_res::-webkit-scrollbar-button:disabled
{
  /* Why is this not red??? */
  background-color:  red;
}
.mobile_res::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.mobile_res::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.mobile_res::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.mobile_res::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.mobile_res::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.mobile_res::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.mobile_res::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


	
	
	
	
	.slider_resize {
    /* height: 365px
px
!important; */
    width: 100%!important;
}
	
/********CUSTOM***PRODUCT******/
/*
 *  STYLE 2
 */
.custom_prduct_gullery{
		overflow-x: scroll!important;
    display: flex;
    width: 100%;
    padding: 10px 0px!important;
}
.custom_prduct_gullery::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.custom_prduct_gullery::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.custom_prduct_gullery::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.custom_prduct_gullery::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.custom_prduct_gullery::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.custom_prduct_gullery::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}
.custom_prduct_gullery::-webkit-scrollbar-button:disabled
{
  /* Why is this not red*/
}
.custom_prduct_gullery::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.custom_prduct_gullery::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.custom_prduct_gullery::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}

 
 

/********END***CUSTOM***PRODUCT******/
	
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.nav_tabs_align {
    width:92%!important;
}		
	.my-form h1 {
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 20px;
}
.fg-services .fg_services_item {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
}	
	
	
.file_size_hint span {
    line-height: 19px;
    color: red;
    font-size: 12px;
}
	.contact_num {
	padding-bottom: 15px;
}
.contact_num p{
	margin-bottom:0px;
}
.mobile_res {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    padding: 15px 0px;
}
.mobile_res {
    justify-content: flex-start!important;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 600;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 0px;
    padding: 1.2rem 8px;
}
.container {
    max-width: 1110px;
}
.search_header {
    /*position: absolute;
    width: 100%;
    top: 445px;*/
	transform: translateY(-50%);
	
}

}


@media only screen and (min-width:1201px) and (max-width:1250px){
  .description {
    color: #c5c4c4;
    font-size: 14px;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}  
    
	
.sub-category_header {
padding: 10px 0px!important;
	
}
.product-page .tab-content {
    margin-top: 10px;
    border: 1px solid #e9ecef;
    background: white;
    margin-top:10px !important; 
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
	
/**********************************start categories_scroll*******************************/
.categories_scroll{
	overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    margin: auto;
}
.categories_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.categories_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.categories_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.categories_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/*
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}

.categories_scroll::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}*/

.categories_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.categories_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:block;
}
.categories_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:block;
}

.categories_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");
  
}
.categories_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");

}


/**********************************End categories_scroll*******************************/

	.down_cse h4{
	font-size:17px!important;
}
.casestudyinner__btn-area {
    border-right:0px!important;
}
		.modal-scroll {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1rem 1rem;
    overflow-y: auto;
    height: 375px;
}
.terms_contition {
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
}	
	
.single-service {
    box-shadow: 0 0 10px 0 rgb(227 227 227 / 73%);
    padding: 40px 40px 25px;
    height: 180px;
    width:100%!important;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
   margin-top: 0%!important;
}	
	
/*****************************************************scroll BAR*****************************************/

.mobile_res::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.mobile_res::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.mobile_res::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.mobile_res::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.mobile_res::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.mobile_res::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}
.mobile_res::-webkit-scrollbar-button:disabled
{
  /* Why is this not red??? */
  background-color:  red;
}
.mobile_res::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.mobile_res::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.mobile_res::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.mobile_res::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.mobile_res::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.mobile_res::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.mobile_res::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}


	
	
.slider_resize {
    /* height: 365px
px
!important; */
    width: 100%!important;
}
	
/********CUSTOM***PRODUCT******/
/*
 *  STYLE 2
 */
.custom_prduct_gullery{
		overflow-x:auto!important;
    display: flex;
    width: 100%;
    padding: 10px 0px!important;
}
.custom_prduct_gullery::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.custom_prduct_gullery::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.custom_prduct_gullery::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.custom_prduct_gullery::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.custom_prduct_gullery::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.custom_prduct_gullery::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}
.custom_prduct_gullery::-webkit-scrollbar-button:disabled
{
  /* Why is this not red*/
}
.custom_prduct_gullery::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}

/* Left 
.mobile_res::-webkit-scrollbar-button:horizontal:decrement
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}*/

.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:decrement:hover
{
  border-color: transparent #505050 transparent transparent;
}

/* Right 
.mobile_res::-webkit-scrollbar-button:horizontal:increment
{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
}
*/
.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.custom_prduct_gullery::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.custom_prduct_gullery::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:none;
}
.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");
  
}
.custom_prduct_gullery::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");

}

 
 

/********END***CUSTOM***PRODUCT******/
	
	
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.nav_tabs_align {
    width:75%!important;
}		
	
	.fg-services .fg_services_item {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    margin: 0px 0px 15px;
	}
	.file_size_hint span {
    line-height: 19px;
    color: red;
    font-size: 12px;
}
.mobile_res {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    padding: 15px 0px;
}
.mobile_res {
    justify-content: flex-start!important;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 600;
}
.header-one .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 0px;
    padding: 1.2rem 8px;
}
.container {
    max-width: 1110px;
}
.search_header {
    /* position: absolute; */
    /* width: 100%; */
    /* top: 485px; */
    transform: translateY(-50%);

}

}

@media only screen and (min-width:1251px) and (max-width:1339px){
.sub-category_header {
    padding: 10px 0px!important;
}

.product-page .tab-content {
    border: 1px solid #e9ecef;
    background: white;
     margin-top:10px !important;
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}	
	
/**********************************start categories_scroll*******************************/
.categories_scroll{
	overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    margin: auto;
}
.categories_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.categories_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.categories_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.categories_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}


.categories_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.categories_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:block;
}
.categories_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:block;
}

.categories_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");
  
}
.categories_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");

}


/**********************************End categories_scroll*******************************/

.down_cse h4{
	font-size:17px!important;
}
.casestudyinner__btn-area {
    border-right:0px!important;
}	
	
.icon-tab {
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffc10782;
    padding: 14px 0px 14px 0px!important;
    width: 25%;
}
.nav_tabs_align {
    width:75%!important;
}		
}    


/********************start***1024 media query**********/
@media screen and (min-width: 1440px){
.sub-category_header {
   padding: 10px 0px!important;
}

.product-page .tab-content {
    border: 1px solid #e9ecef;
    background: white;
    margin-top:10px !important; 
    /* margin: 25px; */
    box-shadow: 0px 4px 20px 0 rgb(22 23 24 / 5%)!important;
    margin-left: 0px;
}
/**********************************start categories_scroll*******************************/
.categories_scroll{
	overflow-x: scroll;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    margin: auto;
}
.categories_scroll::-webkit-scrollbar
{
	width:10px;
	height:10px;
	background-color: #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-thumb
{
	border-radius:20px;
	background-color:#ffee5f;
}
.categories_scroll::-webkit-scrollbar-thumb:horizontal
{
	border-top:1px solid #F1F1F1;
  border-bottom:1px solid #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-thumb:vertical
{
	border-left:1px solid #F1F1F1;
  border-right:1px solid #F1F1F1;
}
.categories_scroll::-webkit-scrollbar-track
{
	background-color: #F1F1F1;
}
/* Buttons */
.categories_scroll::-webkit-scrollbar-button
{
  background-color:  #F1F1F1;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  height:17px;
  width:17px;
}

.categories_scroll::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #505050 transparent;
}


.categories_scroll::-webkit-scrollbar-button:horizontal:increment:hover
{
  border-color: transparent transparent transparent #505050;
}

.categories_scroll::-webkit-scrollbar-button:start:increment
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:block;
}
.categories_scroll::-webkit-scrollbar-button:end:decrement
{
height: 20px;
width: 20px;
display: block;
background-repeat: no-repeat;
display:block;
}

.categories_scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,50 75,100 75,0'/></svg>");
  
}
.categories_scroll::-webkit-scrollbar-button:horizontal:decrement {
  
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23505050'><polygon points='15,0 15,100 75,50'/></svg>");

}


/**********************************End categories_scroll*******************************/
	.container {
    max-width: 1200px;
}
.enquery_model {
    position: absolute;
    top: 50%!important;
    left: 76%!important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
}
/********************close***1024 media query**********/
@media only screen and (min-width: 1600px) and (max-width: 2560px){
.enquery_model {
    position: absolute;
    top: 50%!important;
    left: 87%!important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}	
/*.bg_color_section {*/
/*    background-color: rgb(0 0 0 / 32%);*/
/*    padding: 160px 0px!important;*/
/*    margin-top: -41px;*/
/*}	*/
	
	
}



@media(max-width:992px){
    .wus{
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .our-brandss-wrapper .nav-pills .nav-link{
        padding: 0.6rem 1.2rem;
        font-size: 12px;
    }
    .our-brandss-wrapper .pro-heading-title p{font-size: 14px;}
}