
.w3-subheading-all h3{
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
}
body h4{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}

body a {
    color: inherit;
}
body a:focus,
body a:hover {
    color: inherit;
}

body ul {
	padding: 0;
}
body ul li {
	list-style: none;
}
.fw-600 {
    font-weight: 600 !important;
}

.text-black {
    color: #000 !important;
}

.padding{
    padding: 4em 0 !important;
}

.mt-0{
	margin-top: 0 !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.pt-0{
	padding-top: 0 !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.mb-3 {
    margin-bottom: 15px !important;
}

.mb-4{
	margin-bottom: 24px !important;
}

.w-100{
    width: 100% !important;
}

.logo-top{
	width: 180px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*form-1*/
.form-1 .row {
    margin-right: -15px;
    margin-left: -15px;
}
.form-1 input {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 45px !important;
    color: #333 !important;
}
.form-1 input[type="submit"]{
    width: auto !important;
}
.form-1 textarea {
    color: #333 !important;
}

/*menu*/
.menu .dropdown-item .dropdown-menu{
    width: 100%;
}
.menu .dropdown-submenu {
    position: relative;
}

.menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.menu .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #212121;
    margin-top: 5px;
}

.menu .dropdown-submenu>a:hover:after {
    border-left-color: #fff;
}

.menu .dropdown-submenu.pull-left {
    float: none;
}

.menu .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.menu .dropdown-submenu > .dropdown-menu {
    margin-left: 0;
}
.menu .dropdown-menu > li > a:hover{
    color: #fff;
    text-decoration: none;
   background-color: #f22a3d;
}

/*scrollnav*/
.scrollnav{
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    z-index: 99;
}

/*social-icon*/
.social-icon{
	float: right;
}
.social-icon li{
	display: inline-block;
}
.social-icon li a{
	display: inline-block;
	color: #fff;
	padding: 1px 16px;
	font-size: 16px;
}
.social-icon li a {
    display: inline-block;
    color: #fff;
    padding: 1px 8px;
    font-size: 15px;
}
.social-icon li a:hover {
	color: #f22a3d;
}


/*services2*/
.services2 .w3-services-grid-right{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	background: transparent;
}
.services2 .w3-services-grid-info{
	width: 25%;
    text-align: center;
}
.services2 .w3-services-grid-left1 i {
    margin-bottom: 15px;
}
.services2 .w3-services-grid-right1 p {
    color: #4a4a4a;
}
.services2 .w3-services-grids{
	background: none !important;
    min-height: 100% !important;
}


/*news*/
.news-section {
	position: relative;
}

.news-section  .owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
#customers-news .item {
    text-align: center;
    height: 100%;
    background: #111;
}
#customers-news .item-details {
	color: #fff;
	padding: 2em;
	text-align: left;
}
#customers-news .item-details h5 {
	margin: 0 0 15px;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 18px;
}
#customers-news .item-details h5 span {
	color: red;
	float: right;
	padding-right: 20px;
}
#customers-news .item-details p {
	font-size: 14px;
    color: #eee;
}
#customers-news .item {
	text-align: center;
}

.news-section .owl-carousel .owl-nav [class*='owl-'] {
	transition: all .3s ease;
}

.news-section .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
	background-color: #D6D6D6;
}

.news-section .owl-carousel {
	position: relative;
    padding: 0 25px;
}

.news-section .owl-carousel .owl-next,
.news-section .owl-carousel .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    font-size: 22px;
    color: #0064af;
    border: 2px solid #0064af;
    text-align: center;
    transform: translateY(-50%);
}

.news-section .owl-carousel .owl-prev {
	left: -20px;
}

.news-section .owl-carousel .owl-next {
	right: -20px;
}
.news-section .owl-carousel .owl-next:hover, 
.news-section .owl-carousel .owl-prev:hover{
    background: #0064af;
    color: #fff;
}

.news-section .more a {
    background: #f22a3d;
    border-color: #f22a3d;
}

.news-section .more a:focus,
.news-section .more a:hover {
    background: rgb(19,19,19);
    border-color: rgb(19,19,19);
}

/*accordion-section*/
.accordion-section{

}
.accordion-section .accordion {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-top: 1px solid #d9e5e8;
}
.accordion-section .accordion li {
	border-bottom: 1px solid #d9e5e8;
	position: relative;
}
.accordion-section .accordion li p {
	display: none;
	padding: 10px 25px 30px;
	color: #4a4a4a;
}
.accordion-section .accordion a {
  	width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    line-height: 3;
    font-size: 16px;
    text-indent: 15px;
    user-select: none;
    text-transform: uppercase;
    color: #000;
}
.accordion-section .accordion a:after {
	width: 8px;
	height: 8px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	position: absolute;
	right: 10px;
	content: " ";
	top: 17px;
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordion-section .accordion p {
	font-size: 14px;
	line-height: 2;
	padding: 10px;
}

.accordion-section .accordion a.active:after {
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/*testimonials*/
.testimonials{
	background: #f5f5f5;
}


/* partner-section */
.partner-section .slick-slide {
    margin: 0px 20px;
}

.partner-section .slick-slide img {
    width: auto;
}

.partner-section .slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.partner-section .slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.partner-section .slick-list:focus
{
    outline: none !important;
}
.partner-section .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.partner-section .slick-slider .slick-track,
.partner-section .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.partner-section .slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.partner-section .slick-track:before,
.partner-section .slick-track:after
{
    display: table;

    content: '';
}
.partner-section .slick-track:after
{
    clear: both;
}
.partner-section .slick-loading .slick-track
{
    visibility: hidden;
}

.partner-section .slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.partner-section .slick-slide img
{
    display: block;
}
.partner-section .slick-slide.slick-loading img
{
    display: none;
}
.partner-section .slick-slide.dragging img
{
    pointer-events: none;
}
.partner-section .slick-initialized .slick-slide
{
    display: block;
    outline: none;
}
.partner-section .slick-loading .slick-slide
{
    visibility: hidden;
}
.partner-section .slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.partner-section .slick-arrow.slick-hidden {
    display: none;
}
/*subscribe*/
.subscribe .more a{
    background: #f22a3d;
    border: 2px solid #f22a3d;
}
.subscribe .more a:hover {
    background: rgb(19,19,19);
    color: #fff;
    border-color: rgb(19,19,19);
}
.subscribe h4{
    color: #fff;
    text-align: center;
}

/*.jislider__controller*/
.banner-silder .jislider__controller{
    bottom: 10%;
}



/*banner-bg*/
.banner-bg{
    position: relative;
}
.banner-bg .txt-box{
    position: relative;
    padding: 60px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;

}
.banner-bg .txt-box .w3-heading-all{
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.banner-bg .txt-box h3{
    color: #fff;
    text-shadow: 1px 1px 2px rgb(12, 12, 12);
    margin-bottom: 20px;
}
.banner-bg .txt-box p{
    color: #fff;
    line-height: 2em;
    letter-spacing: 2px;
    text-align: center;
}

/*banner-txt*/
.banner-txt{
    position: absolute;
    width: 100%;
    height: auto;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
}
.banner-txt .agileits-banner-info{
    padding-top: 0 !important
}
.banner-txt img{
    width: 180px;
    margin-bottom: 10px;
}
.banner-txt p{
    color: #f22a3d;
    font-size: 1.8em;
    font-weight: bold;
    width: auto;
}

/*about-section*/
.about-section{

}
.about-section .d-block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-section .blasting-machines{
    padding-top: 4em;
    padding-bottom: 4em;
}
.about-section .blasting-machines img{
    width: 400px;
}


/*machines-detail-section*/
.machines-detail-section{

}
.machines-detail-section .top-images {
    margin-bottom: 20px;
}
.machines-detail-section .top-images .img-box{
    margin-bottom: 20px;
}
.machines-detail-section .top-images .img-box img {
    max-height: 280px;
    object-fit: cover;
}


/*abrasives-section*/
.abrasives-section{

}
.abrasives-section .abrasives-box{
    margin-bottom: 30px;
}
.abrasives-section .hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
}

.abrasives-section .hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.abrasives-section .hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    width: 100%;
    height: 200px;
    object-fit: cover;
}


.abrasives-section .hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

.abrasives-section .hovereffect .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.abrasives-section .hovereffect .overlay h4{
    color: #fff;
    margin-bottom: 0;
}
.abrasives-section .hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
}


/*abrasives-modal*/
.abrasives-modal .modal-dialog {
    width: auto;
    max-width: 1260px;
}
.abrasives-modal .modal-header .d-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.abrasives-modal .modal-header .list {
    cursor: pointer;
}
.abrasives-modal .modal-header .list i{
    margin-left: 4px;
}

.abrasives-modal .modal-body .table-box{}
.abrasives-modal .modal-body .img-box{}
.abrasives-modal .table.table1 {
    background-color: rgb(208, 208, 208);
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.abrasives-modal .table.table1 td, 
.abrasives-modal .table.table1 th {
    padding: 4px !important;
}
.abrasives-modal .table.table1 tr td {
    border: solid;
    border-color: white;
    color: black;
}
.abrasives-modal .table.table1 .trBold {
    font-weight: bolder;
}
.abrasives-modal .table.table1 .tdFill {
    background-color: white;
    color: black;
}

.abrasives-modal .abrasives-hidden{
    display: none;
}


.abrasives-modal .application .list {
    padding-left: 40px;
}
.abrasives-modal .application .list li{
    color: #666;
    list-style: disc;
}

















/*footer*/
.w3l_footer h4{
    text-align: left;
}
.w3l_footer p{
    text-align: left;
    font-size: 14px;
}
/*social-f*/
.social-f{
   text-align: left;
}
.social-f li{
	display: inline-block;
}
.social-f li a{
	display: inline-block;
	color: #d2d2d2;
	padding: 1px 16px;
	font-size: 16px;
}
.social-f li a {
    display: inline-block;
    color: #fff;
    padding: 1px 8px;
    font-size: 15px;
}
.social-f li a:hover {
	color: #f22a3d;
}


#toTopHover{
	display: none;
}











/*PRELOADING------------ */
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: #111;
}
.loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 99999;
    border: 4px solid #0064af;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #0064af;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}


.gallery-col {
    margin-bottom: 30px;
}
.gallery-box .img1 {
    height: 260px;
    object-fit: cover;
    transition: all 2s ease;
}

.gallery-box {
    overflow: hidden;
    border-radius: 10px;
}

.gallery-box:hover .img1 {
    transform: scale(1.2);
}

#customers-news .item img {
    height: 220px;
    object-fit: cover;
}

.product-type-box {
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 14px -5px rgba(0, 0, 0, 0.5);
    transition: all .6s ease;
}

.product-type-box:hover {
    box-shadow: 0px 2px 14px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(4px);
}

.product-type-box .text {
    padding: 20px 15px;
}

.product-type-box .img1 {
    height: 220px;
    object-fit: cover;
}

.list1 {
    padding-left: 16px;
}

.list1 li {
    list-style: circle;
    margin-bottom: 10px;
}

.list1 li::marker {
    color: #0064af;
    font-size: 20px;
    line-height: 1;
}
.list1 li p{
    margin: 0;
}











/* scrollbar */
.scrollbar {
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f9fafb;
}

.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 3px;
    background-color: #f9fafb;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #22ace8;
}
/*footer-lists*/
.footer-lists{
    text-align: left;
    padding-left: 20px;
}

.footer-lists li {
    list-style: disc;
    color: #0064af;
    margin-bottom: 5px;
    font-size: 14px;
}
.footer-lists li a{
    color: #d2d2d2;
}
.footer-lists li a:hover{
    color: #0064af;
}



