.top-bar-area p i {
    color: #CD0101;
    margin-right: 8px;
}

.footer-social a {
    font-size: 14px;
    line-height: 26px;
    background-color: hsl(224, 22%, 14%);
    border: 1px solid hsl(224, 22%, 14%);
    box-shadow: 0 2px 2px #000;
    border-radius: 50%;
    display: block;
    height: 44px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    width: 44px;
}

.footer-col a:hover .social{
    color: #CD0101;
    transform: translateY(-0.20em);
}

.scroll-to-top{
    background: #CD0101 !important;
    border: 2px solid #CD0101 !important;
}

.rev_slider_wrapper {
    width: 100%;
    height: 500px !important;
}

.rev_slider {
    position: relative;
    overflow: visible;
    height: 500px !important;
}
/* .single-our-service a{
    width: 100%;
    text-align: center;
    background: #CD0101;
} */
.section-title h2 {
    position: relative;
    text-transform: uppercase !important;
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 32px !important;
}
.product-single{
    color: #fff;
    background: #CD0101;
    padding: 7px;
    border: 2px solid #CD0101;
    position: relative;
    z-index: 2;
}
.product-single:hover{
    color: #fff;
    background: black;
    transition: all 0.9s ease 0s;
}
.product-single:before {
    content: " ";
    position: absolute;
    width: 30%;
    left: 55px;
    height: 80%;
    background: #cd0101;
    top: 3.5px;
    transform: rotate(41deg);
    opacity: 0;
    z-index: -1;
}
.product-single:hover:before {
    opacity: 1;
    left: 76px;
    transition: all 0.7s ease 0s;
    background: black;
    border-top: 2px solid #cd0101;
    border-right: 2px solid #cd0101;
}
.product-caption{
    margin: 10px 0px;
}

#Row{
    text-align: center;
    width: 100%;
}
#Row .section-title:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 38.5%;
    width: 103px;
    height: 1px;
    background: #f8b864;
}

.icon-social img{
    width: 45px;
}

.about-us .fact-counter ul li.single-fact-counter .icon-holder span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0px 3px 8px 1px rgb(0 0 0 / 28%);
    color: #292929;
    display: inline-block;
    font-size: 36px;
    height: 80px;
    line-height: 21px;
    padding: 18px 0 !important;
    text-align: center;
    width: 80px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-fact-counter:hover .icon-social{
    background: #cd0101 !important;
}
.categories-list{
    width: 50%;
}
.img-box img{
    width: -webkit-fill-available;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.single-our-service:hover .img-box img{
    opacity: 0.8;
    transition: 0.3s ease;
}

.our-services .single-our-service .head-cate{
    padding: 12px 0px;
    margin-top: 0px;
    margin-bottom: 0px !important;
    color: #fff !important;
    transition: .5s ease;
    text-align: center;
    background: #CD0101;
    text-transform: uppercase;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.single-our-service:hover .head-cate {
    background: black !important;
    transition: 0.7s ease;
}
.industries-serve{
    width: 50%;
}
.industries-serve2{
    width: 50%;
    margin-top: 100px;
}
#getintouch {
    background: #CD0101;
    color: #fff;
    font-size: 14px;
    padding: 0px 7px;
    margin-top: 10px;
    border: 2px solid #cd0101;
    line-height: 35px !important;
}



#getintouch:hover,
#getintouch:focus {
  box-shadow: 0 0.5em 0.5em -0.4em rgba(0, 0, 0, 0.782);
  transform: translateY(-0.25em);
  border-radius: 5px;
  background: #CD0101;
  transition: 0.5s ease;
  color: #CD0101;
}





.head_1{
    font-size: 14px;
    margin-top: 10px;
}
.ROW .section-title:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 33.5% !important;
    width: 103px;
    height: 1px;
    background: #f8b864;
}
.industry {
    width: 150px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    vertical-align: top;
}
.industry img{
    width: 100px;
    padding: 15px;
}

.industry:hover .indus-img img{
    background: #cd0101b9;
    border-radius: 5px;
    transition: 0.7s ease;
    box-shadow: 0px 3px 8px 1px rgb(0 0 0 / 28%);
}
.industry:hover .head_1{
    color: #cd0101;
    transition: 0.7s ease;
}

.top-bar-area .iocn-holder{
    width: 48px;
    border: 1px dashed #fff;
    border-radius: 50%;
}
.iocn-holder span {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 48px;
}
.pull-right{
    display: flex;
}
.text-holder h6{
    color: white;
    margin-top: 9px;
}
.text-holder p{
    margin: 2px;
}
.text-holder{
    padding-left: 10px;
}
/* .pull-right:hover .iocn-holder{
    color: #CD0101;
    border-color: #CD0101;
    transition: 0.3s ease;
} */
.pull-right:hover .iocn-holder span{
    color: #CD0101;
    transform: translateY(-0.10em);
    transition: 0.3s;
}

.top-bar-area .pull-left p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 13px 0 !important;
}

.our-services {
    padding: 70px 0 50px !important;
}
body > div > footer > div.footer-main.sec-padd2 > div > div > div:nth-child(3){
    width: 40%;
}
body > div > footer > div.footer-main.sec-padd2 > div > div > div:nth-child(2){
    width: auto;
    margin: 0px 50px;
}

.footer-contact-info ul li .iocn-holder {
    width: 48px;
    border: 1px dashed #CD0101;
    border-radius: 50%;
    height: fit-content;
}

.footer-contact-info ul li {
    display: flex !important;
    float: left;
    margin-right: 0px;
    padding-right: 0px;
    position: relative;
    padding-top: 4px;
    padding-bottom: 30px;
}
#contact-details:hover .icons{
    transform: translateY(-0.10em);
    transition: 0.3s;
}
.google-map{
    height: 500px;
}
.footer-col a:hover .social{
    color: #CD0101;
    transform: translateY(-0.20em);
}

#about-us{
    color: #CD0101;
    font-weight: 500;
}
.pull-right p{
    margin: 0px !important;
    padding-left: 10px;
}
#contact-description{
    float: right;
}
.phone{
    width: auto !important;
    padding-right: 2px;
}
.phone h6{
    color:#fff;
    margin-top: 5px;
}
.phone p{

    margin-bottom: 0px !important;
}

#contact-description:hover .icon-technology-1{
    color: #CD0101;
    transform: translateY(-0.10em);
    transition: 0.3s;
}
.address{
        width: 80%;
        margin-left: 20px;  
}
.contacts{
    margin-top: 4px;
}

.breadcrumb-area {
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0 170px;
    position: relative;
    background-attachment: fixed;
}

.call-out:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 66%) !important;
    top: 0;
    left: 0;
    z-index: -1;
}

.call-out {
    background-attachment: fixed;
    background-position: top !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

/** preloader starts **/



/* Load Settings */
.no-scroll-y {
	overflow-y: hidden;
}

#preloader-section{
    	box-sizing: border-box;
    	margin: 0;
    	padding: 0;
}

/* Preloader */
.ctn-preloader {
	-webkit-box-align: center;
	        align-items: center;
  
  /* Show or Hide cursor when hover of Preloader*/
  cursor: none;
  
	display: -webkit-box;
	display: flex;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
	position: fixed;
	left: 0;
  top: 10%;
	width: 100%;
  z-index: 9999999999;
}

.ctn-preloader .animation-preloader {
	position: absolute;
  z-index: 100;
}

/* Spinner loading */
.ctn-preloader .animation-preloader .spinner {
  /*-webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
	border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000; /* It is not identified in alphabetical order so that it does not overwrite it */
 /* height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;*/
  background-image:url(../images/logo/Jaybee.png);
  background-repeat: no-repeat;
  background-size: contain;
  position:fixed; 
    left:35%; 
    top:30%; 
    width:30%; 
    height:30%;  
    background-position:center center;  
} 

/* Text Loading */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 2.5em 'jost', sans-serif;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 3s infinite;
          animation: letters-loading 3s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}

/* Letters Animation */
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(15):before {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(16):before {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

/* Loader section Settings */
.ctn-preloader .loader-section {
  background: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Fade effect in loading animation */
.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}

/* Preloader Animation */
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		        transform: rotateZ(360deg);
	}
}
@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		        transform: rotateZ(360deg);
	}
}

/* Animation of the letters loading from the preloader */
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

/* Backward laptop size (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {
	/* Preloader */
	/* Spinner Loading */	
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}

	/* Text Loading */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 3.5em 'Montserrat', sans-serif;
	}
}

@media screen and (max-width: 500px) {
	/* Prelaoder */
	/* Spinner Loading */
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	/* Text Loading */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 2em 'Montserrat', sans-serif;
	}
}

/** preloader ends **/

.single-shop-content .content-box .text {
    overflow: hidden;
    padding: 0px 0 30px 0px;
}
.addtocart:hover{
    box-shadow: 0 0.5em 0.5em -0.4em rgba(0, 0, 0, 0.782);
    transform: translateY(-0.25em);
    border: 2px solid #cd0101 !important;
    transition: 0.5s ease;
  }
  .product-title , .review-box{
    float: none !important;
  }

@media (max-width: 394px){
    .rev_slider {
        position: relative;
        overflow: visible;
        height: 288px !important;
    }

    .rev_slider_wrapper {
        width: 100%;
        height: 100% !important;
    }
    .slot{
        height: 100% !important;
    }
    #page-top > div > section.about-us.sec-padd-top > div > div > div:nth-child(2) > div > div.fact-counter > ul > li:nth-child(2){
    margin-left: 50px;
    margin-right: 0px !important;
    }

    .categories-list {
        width: 100%;
    }

    #contact-description {
        float: left !important;
        display: flex;
        text-align: left;
        position: relative;
        left: 27.5%;
    }
    .header-area .logo img {
        position: relative;
        left: -4px !important;
    }

    .industries-serve2 {
        width: 100%;
        margin-top: 20px;
    }

    .industry {
        width: 118px;
        display: inline-block;
        text-align: center;
        padding: 10px;
        vertical-align: top;
    }

    .industries-serve {
        width: 100%;
    }

    #page-top > div > section.about-us.sec-padd-top{
        padding-bottom: 0px;
    }

    .owl-item{
        width: 210px !important;
    }

    .owl-stage{
        width: 2520px !important;
    }
    .testimonial .testimonial-item .content {
        padding-left: 40px;
        padding-top: 37px;
        padding-bottom: 30px;
        border: 1px solid #efefef;
        position: relative;
        margin-left: 20px;
    }

    .list-inline>li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 0px;
    }

    .ctn-preloader .animation-preloader .spinner {
        width:60% !important; 
        height:60% !important;
        left:21.5%;
        top: 20%;
        background-size: 100% !important;
	}

	/* Text Loading */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 24px 'Montserrat', sans-serif !important;
      text-align: center;
	}
    .sec-padd2 {
        padding: 80px 0 0px;
    }

    #page-top > div > footer > div.footer-main.sec-padd2 > div > div > div:nth-child(3){
        width: 100% !important;
    }
    #about_us{
        padding-bottom: 70px !important;
    }

    .footer-contact-info .clearfix #contact-details .row{
        display: flex;
    }

    .footer-contact-info ul li .text-holder {
        padding-left: 0px;
    }

    .address {
        width: 80%;
        margin-left: 0px;
        padding-left: 0px;
    }
    .single-shop-content .img-holder {
    margin-right: 50px;
    text-align: center;
    background: #fafafa;
    padding: 10px 0 important;
}
}

#footer-row{
    text-align: center;
}
.href{
    color: #CD0101;
}
.href:hover{
    color: #CD0101;
    transform: translateY(-0.15em);
    transition: 0.5s ease;
}
.single-shop-content .img-holder {
    margin-right: 50px;
    text-align: center;
    background: #fafafa;
    padding: 10px 0 !important;
}
.single-shop-content .img-holder img {
    display: inline-block;
    width: 100%;
}
.single-sidebar .categories li a:before{
    top: 11px !important;
} 
.single-sidebar .categories li:hover .product-category:before{
    background: #CD0101;
}

/*.brand-logo{*/
/*    padding: 0px !important;*/
/*}*/
.brand-logo .owl-controls {
    position: absolute;
    top: 59.5%;
    width: 100%;
    margin-top: 0px !important;
    left: 0;
}
/*.brand-logo .owl-theme .owl-next {*/
/*    float: right;*/
/*    width: 25% !important;*/
/*    text-align: center;*/
/*}*/

/*.owl-item{*/
/*    width: 250px !important;*/
/*}*/

.brand-logo .brand-carousel li a {
    display: block;
    text-align: center;
    border-left: 2px solid #CD0101;
    border-right: 2px solid #CD0101;
  }
  
@media (min-width: 395px) and (max-width: 535px){
    #contact-description {
        display: inline-block;
        float: none !important;
    }
    .top-bar-area .iocn-holder {
        width: 48px;
        border: 1px dashed #fff;
        border-radius: 50%;
        margin-left: 25px;
    }
    .header-area .logo img {
        position: relative;
        left: 0px !important;
    }
    .rev_slider_wrapper {
        width: 100%;
        height: 350px !important;
    }
    .rev_slider {
        position: relative;
        overflow: visible;
        height: 390px !important;
    }
    .categories-list {
        width: 100%;
    }
    .industries-serve {
        width: 100%;
    }
    .industries-serve2 {
        width: 100%;
        margin-top: 100px;
    }
  }