
.bg-pattern-2 {
    background-image: url(../images/background/seo-services-bg.webp);
}
.service-list-b1 .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.btn-box{
    display:flex;
    
}
.align-items-center{
    display: flex;
    align-items:center;
}
 .themey-btn-2 {
    font-size: 16px;
    /*width: 100%;*/
    height: 55px;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
/*.themey-btn-2 {*/
/*    background: #002e5b;*/
/*    color: #ffffff;*/
/*}*/
.themey-btn {
    display: inline-block;
    overflow: hidden;
    transform: perspective(0) translateZ(0);
    background:#e94646;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border-color: transparent;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 48px;
    padding: 0px 20px;
    border: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.themey-btn::before {
    content: "";
    background: #828586;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.themey-btn::after {
    content: "";
    background: #828586;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.themey-btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
     color:#fff;
}
.themey-btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
    color:#fff;
}







/*#########*/
.service-list-b1{    
    position: relative;
    background-color: #f5f5f6;
    overflow: hidden;
    padding: 40px 0;
    z-index: 2;
}
.service-list-b1 .info-banner{
    margin-bottom: 30px;
}
.service-list-b1 .info-banner .sound-box1 {
    position: relative;
    padding: 45px 50px 9px;
    height: 280px;
    width:100%;
}
.service-list-b1 .sound-box1 .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
}
.sound-box1 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.info-banner .sound-box1 .titlel {
   text-transform: capitalize;
    line-height: 1.4;
    margin-top: 0;
    color: #fff;
    font-size:22px;
    position:relative;
}
.info-banner .sound-box1 .price {
    position: relative;
    font-size: 15px;
    color: #fff;
    margin-bottom: 25px;
    text-align: justify;
}
.info-bannering{
    position:relative;
    margin-bottom:30px;
    height:280px;
}
.info-bannering .sound-box2{
    position: relative;
   padding: 20px 27px 20px;
    background-color: #fff;
    z-index: 9;
    height: 100%;
}
.info-bannering .sound-box2 .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color:#fff;
    margin-bottom: 0;
}
.info-bannering .sound-box2 .image::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #e94646;
    content: "";
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}
.info-bannering .sound-box2 .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.1;
}
.info-bannering .sound-box2 .iconify-box {
    position: relative;
    display: inline-block;
    min-width: 70px;
    height: 70px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    z-index: 2;
}
.info-bannering .sound-box2 .iconify-box::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-45deg, #e94646, white);
    border-radius: 50%;
    content: "";
    opacity: 0.1;
}
.info-bannering .sound-box2 .iconify-box::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-45deg, #828586, white);
    border-radius: 50%;
    content: "";
    opacity: 0.6;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.info-bannering .sound-box2 .iconify-box .icon {
    position: relative;
    font-size: 42px;
    z-index: 2;
    color: rgb(233 70 70);
}
.info-bannering .sound-box2 .titlel {
    position: relative;
    z-index: 2;
    font-size:20px;
    display:block;
    text-transform: capitalize;
    line-height: 1.4;
    color:#fff;
    margin-left: 30px;
    
    margin-bottom: 10px;
}
.info-bannering .sound-box2 .textt {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    z-index: 2;
    color:#fff;
    text-align: justify;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.info-bannering .sound-box2 .read-morey {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80px;
    width: 80px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
    color: #000;
}
.info-bannering .sound-box2 .read-morey::before {
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #f5f5f6;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
    border-bottom-color: #f5f5f6;
}
.info-bannering .sound-box2 .read-morey .iconey {
    position: relative;
    font-size:20px;
}
.info-bannering .sound-box2:hover .read-morey::before {
    border-bottom: 80px solid #f5f5f6;
}
.info-bannering .sound-box2:hover .iconify-box::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    background:#fff;
}
.info-bannering .sound-box2:hover .iconify-box img{
    filter: invert(44%) sepia(36%) saturate(5945%) hue-rotate(337deg) brightness(97%) contrast(88%);
}
.themey-btn:hover{
    color:#fff;
}
.info-bannering .sound-box2 .iconify-box{
    z-index:2;
    background:#fff;
}
.info-bannering .sound-box2:hover .image::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.info-bannering .sound-box2:hover .textt{
    color:#000;
}
.info-bannering .sound-box2:hover .titlel{
    color:#000;
}
.mtt-5{
    height:800px;
}



/*listing 2*/

/*list 2*/
.service-list-b3{
    padding:1% 0 5%;
    background: #80808012;
}
.servics-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.servics-one__single .services-one__title{
    /*margin:0;*/
}
.servics-one__single .services-one__content {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 20px 35px 12px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 82%);
    z-index: 1;
    box-shadow: 0px 0px 3px black;
    overflow:hidden;
    height:230px;
}
.servics-one__single .services-one__content::before{
    content:"";
    position:absolute;
    width:100%;
    height:0;
   
    top:0;
    background: #8285865c;
    left: 0;
    z-index: -1;
    transition:0.8s;
}
.servics-one__single:hover .services-one__content::before{
    height:100%;
}
.servics-one__single:hover .services-one__title a{
    color:#000;
}
.services-one__content p{
    color:#000;
}
.services-one__img-box {
    position: relative;
    display: block;
    margin-top: -95px;
    margin-left: 15px;
    margin-right: 15px;
}
.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 100%);
    background-color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.services-one__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__icon {
    position: absolute;
    top: 0;
    right: 30px;
    height: 70px;
    display: inline-block;
    width: 70px;
    text-align: center;
    line-height: 63px;
    background-color: #e94646;
    z-index: 1;
    transition: 1s;
}
.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services-one__title a{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 35px;
    color: #000;
    text-shadow: 0 0 BLACK;
    margin-bottom: 5px;
    padding-bottom:20px;
}
.servics-one__single:hover .services-one__img img {
    transform: scale(1.1);
    opacity: .9;
}
.servics-one__single:hover .services-one__icon{
    transform: translate(-255px, 0px);
}
.redie{
    position:absolute;
    right:-100px;
    bottom: 90px;
    transition:1s;
}
.redie a{
    color:#fff;
    background: #e94646;
    padding: 10px;
}
.servics-one__single:hover .redie{
    right:25px;
}


/*list 4*/
.service-list-b4{
    padding:4rem 0;
}
.choos-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom:40px;
    height:430px;
}
.choos-image-box img {
    border-radius: 10px;
    transition: all 500ms ease;
}
.national-vs-local{
    max-width:80%;
    margin:0 auto;
}
.choos-image-box .cotent {
    position: absolute;
    background: #fff;
    padding: 40px 35px 10px 40px;
    right: 20px;
    left: 20px;
    bottom: 0;
    border-radius: 5px 5px 0px 0px;
    transition: all 500ms ease;
}
.choos-image-box .cotent h3{
    margin-top:0;
    padding-bottom:3rem;
}
.choos-image-box .icn-box {
    font-size: 60px;
    display: inline-block;
    right:3rem;
    background: #e94646;
    border-radius: 5px;
    color: #fff;
    height: 90px;
    line-height: 76px;
    text-align: center;
    width: 90px;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
    position: absolute;
    top: -60px;
}
.choos-image-box .icn-box:before {
    position: absolute;
    content: '';
    background:#828586;
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    z-index: -1;
    border-radius: 5px;
    transition: all 500ms ease;
}
.choos-image-box .cotent h3 a {
    font-size: 23px;
    line-height: 3.5rem;
    color: #000;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.choos-image-box .cotent p {
    margin-top: 10px;
    padding-right: 20px;
    position: absolute;
    transform: scale(1, 0);
    transform-origin: top;
    opacity: 0;
    transition: all 500ms ease;
}
.choos-image-box .cotent #viee {
    margin-top: 170px;
    padding-right: 20px;
    position: absolute;
    transform: scale(1, 0);
    transform-origin: top;
    opacity: 0;
    transition: all 500ms ease;
    color:#fff;
}
.choos-image-box span.number-text {
    color: #F3F3F3;
    font-size: 70px;
    font-family: Teko;
    font-weight: 600;
    position: absolute;
    right: 18px;
    top: -20px;
}
.choos-image-box:hover img {
    transform: scale(1.1);
}
.choos-image-box:hover .cotent {
    padding-bottom: 230px;
}
.choos-image-box:hover .cotent h3{
 padding-bottom:0;   
}
.choos-image-box:hover .cotent p {
    opacity: 1;
    transform: scale(1);
}
.choos-image-box:hover .cotent #viee {
    opacity: 1;
    transform: scale(1);
}
.choos-image-box:hover .cotent a {
    color: #e94646;
}
.choos-image-box:hover .icn-box:before {
    height: 100%;
}



/*list 4*/
.service-list-b5{
    padding:3% 0;
}


/*industry*/

.industry-service-b{
    padding:0% 0 5%;
}
.indu-whole{
    padding:4% 0;
}
.indu-imag{
    height: 240px;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px double #828586ad;
}
/*.indu-imag::before{*/
/*    content: "";*/
/*    height: 10px;*/
/*    width: 10px;*/
/*    display: block;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    position: relative;*/
/*    background:#e94646;*/
/*}*/
/*.indu-imag:hover::before{*/
/*    width:100%;*/
/*    height:100%;*/
/*}*/

.indu-left-cont{
    padding:3%;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}
.indu-left-cont h3 a{
   font-size: 28px;
    color: #e94646;
    padding-bottom:15px;
}
.indu-left-cont p{
    padding:1% 0 2%;
}
.indust-over{
   /*width: 217px;*/
   /* height: 217px;*/
    margin: auto;
    text-align: center;
   
}
 .indust-over:hover .indu-overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
 .indu-overlay {
    /* opacity: .8; */
    width: 270px;
    position: absolute;
    height: 240px;
    top: 0px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background-image: linear-gradient(to right, rgb(130 133 134 / 95%), rgb(242 93 90 / 71%));
    background-repeat: repeat-x;
}
.indu-overlay .industry-link {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
   
    width: 50px;
    height: 50px;
    padding: 4px 0px;
    border-radius: 50%;
    background-color: #f04a48;
}
.indu-overlay .industry-link i {
    font-size: 20px;
    line-height: 42px;
}
.industry-service-b .pttt-2{
    padding-bottom:4%;
}
.industry-service-b .themey-btn-2:hover{
    color:white !important;
}

/*footer*/
/*footer .top_footer::before {*/
/*    background: url(../images/reff/connect-dot-bg.png) no-repeat;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/

.testio{
    padding:0% 0 10%;
    background: #e6d7d77d;
      position: relative;
    display: block;
    
   
    margin: 0 auto;
}

.single-testimonials-style1 {
    position: relative;
    display: block;
    padding-top: 60px;
}
.single-testimonials-style1 .img-box{
    position: absolute;
    top: 0;
    right: 50px;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
    z-index: 2;
    transition: all 300ms ease 100ms;
}
.single-testimonials-style1:hover .img-box{
    background: rgb(233 70 70);
}


.single-testimonials-style1 .img-box img{
    width: 100%;
    border-radius: 50%;
}
.single-testimonials-style1 .img-box .round-1 {
    position: absolute;
    left: 0;
    bottom: -3px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    transition: all 300ms ease 200ms;
}
.single-testimonials-style1:hover .img-box .round-1{
    background: rgb(233 70 70);
}
.single-testimonials-style1 .img-box .round-2 {
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 300ms ease 300ms;
}
.single-testimonials-style1:hover .img-box .round-2 {
    background: rgb(233 70 70);
}


.single-testimonials-style1 .inner-content{
    position: relative;
    display: block;
    border: 2px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 51px 25px 50px;
    transition: all 300ms ease 100ms;
    z-index: 1;
}
.single-testimonials-style1:hover .inner-content{
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.single-testimonials-style1 .inner-content:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    z-index: -1;
    border-radius: 10px;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms linear;
    transition-delay: 0.1s;    
}
.single-testimonials-style1:hover .inner-content:before{
	opacity: 1;
    transform: perspective(400px) scaleX(1.0);
    transition: all 300ms linear;
    transition-delay: 0.1s;   
}

.single-testimonials-style1:hover .inner-content{
    border: 2px solid rgb(233 70 70);
}

.single-testimonials-style1 .content-box{
    position: relative;
    display: block;
}

.single-testimonials-style1 .rateing-box{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.single-testimonials-style1 .rateing-box ul{
    overflow: hidden;
}
.single-testimonials-style1 .rateing-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 3px;
}
.single-testimonials-style1 .rateing-box ul li:last-child{
    margin-right: 0;
}
.single-testimonials-style1 .rateing-box ul li i{
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: rgb(233 70 70);
    font-size: 16px;
}
.single-testimonials-style1 .inner-content h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 18px;
}
.single-testimonials-style1 .inner-content p{
    margin: 0;
    margin-bottom: 26px;
}
.single-testimonials-style1 .inner-content h4{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-testimonials-style1 .inner-content h4 span{
    color: rgb(233 70 70);
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--thm-font);
    font-weight: 400;
}
/*.testiCarousel.owl-theme .owl-stage-outer {*/
/*    overflow: hidden;*/
/*}*/
.testiCarousel .owl-item.center .single-testimonials-style1 .img-box{
    background: rgb(233 70 70);
}
.testiCarousel .owl-item.center .single-testimonials-style1 .img-box .round-1{
    background: rgb(233 70 70);
}
.testiCarousel .owl-item.center .single-testimonials-style1 .img-box .round-2 {
    background: rgb(233 70 70);
}
.testiCarousel .owl-item.center .single-testimonials-style1 .inner-content:before{
	opacity: 1;
    transform: perspective(400px) scaleX(1.0);
    transition: all 300ms linear;
    transition-delay: 0.1s;   
}
.testiCarousel .owl-item.center .single-testimonials-style1 .inner-content{
    border: 2px solid rgb(233 70 70);
}

/*fixed header*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.scrollu-logo{
    display:none;
}
.sticky .scrollu-logo{
    display:block !important;
}
.sticky .scrollu-logo img{
    max-width:200px;
}
body.default header .sticky .menu_row .menu_area #mainMenu .navbar-nav li a {
    color: #000;
    font-weight:600;
    padding:0 17px ;
}
body.default header .sticky .menu_row {
    background: #fff !important;
    padding:20px 0;
}
body.default header .sticky .menu_row .menu_area #mainMenu .navbar-nav li a::after {
    position: relative;
    content: "";
    width: 0px;
    height: 3px;
    background: rgb(233, 70, 70);
    display: block;
    transition: all 300ms ease-in-out 0s;
}
body.default header  .sticky .menu_row .search_form_area .free_analysis {
    
    background: rgb(233 70 70);
}
body.default header .sticky .menu_row .menu_area {
    padding-left: 16%;
    margin-left:0;
}
body.default header  .sticky  .menu_row .menu_area #mainMenu .navbar-nav li.active a:after,body.default header  .sticky  .menu_row .menu_area #mainMenu .navbar-nav li:hover a:after {
    width: 100%;
}
body.default header .logo_row .nav li:hover a{
   border: 1px solid rgb(233 70 70);
}
body.default header .logo_row .nav li:hover a .icon{
    border-right: 1px solid #e94646;
}

/*corrections*/
.inde-seri-icof{
    font-size: 65px;
    transform: translateY(20px);
    color: rgb(233 70 70);
    transition:1s;
}
.ciob{
    transition:1s all ease-in-out;
}
.lo-explore-list:hover .inde-seri-icof .ciob{
    transform: rotateY(360deg);
}



/*slider*/
#particles-js1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url(style.css);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    left: 0px;
    top: 0px;
}

/*industryhomepage listing*/
.industryio{
    
    padding:0% 0 5%;
  
}
.industryio .servic-block-one .inner-box {
    margin-bottom: 30px;
}
.servic-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 5px 15px 0px #e4e9ea;
}
.servic-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.servic-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 140px;
    height: 80px;
    right: -10px;
    bottom: -1px;
    z-index: 1;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.servic-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
   
    height: 270px;
}
.servic-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}
.servic-block-one .inner-box:hover .image-box .image img {
    
    transform: scale(1.5) rotate(-20deg);
}
.servic-block-one .inner-box:hover .image-box .ion-box:before{
    /*transform: rotate(360deg);*/
    background: #828586;
    animation:rotet 1s infinite;
}

@keyframes rotet{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
.indu-index-link{
    position: absolute;
    z-index: 2;
    top: 44%;
    left: 45%;
    height: 50px;
    background: #e94646;
    line-height: 60px;
    font-size: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    width: 50px;
    transform: scale(0);
    transition:1s;
}
.indu-index-link:hover{
    box-shadow:1px 1px 10px #000;
}
.servic-block-one .inner-box:hover .indu-index-link{
    transform:scale(1);
}
.indu-index-link a{
    color:#fff;
}
.servic-block-one .image-box .ion-box {
    position: absolute;
    right: 30px;
    bottom: 5px;
    width: 80px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    font-size: 38px;
    color: #fff;
    z-index: 2;
    transition:1s
  
}
.servic-block-one .inner-box .image-box .ion-box:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 70px;
    left: 0px;
    top: 0px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
}
.servic-block-one .inner-box .image-box .ion-box:before {
    background: #e94646;
}

.servic-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 15px 15px 0px 30px;
}
.servic-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 11px;
}
.servic-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #e94646;
}

/*cloud buttion*/
.nisoz-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #e94646;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--heading-font);
    letter-spacing: 0.6px;
    text-transform: capitalize;
    padding: 10px 28.5px 10px;
    transition: 500ms;
    overflow: hidden;
    z-index: 2;
    position: relative;
    border-top-left-radius: 35px;
    right: -15px;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
    -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.nisoz-btn__shape:nth-child(1) {
    --b: 1;
}
.nisoz-btn__shape {
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 100%;
    background: #828586;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--b) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--b) - 1) * 0.1s);
    z-index: 1;
}
.nisoz-btn__shape:nth-child(2) {
    --b: 2;
}
.nisoz-btn__shape:nth-child(3) {
    --b: 3;
}
.nisoz-btn__shape:nth-child(4) {
    --b: 4;
}
.nisoz-btn__text {
    position: relative;
    z-index: 2;
}
.nisoz-btn:hover .nisoz-btn__shape {
    transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
}
.nisoz-btn:hover {
    color: #fff;
}

/*cloud button end*/


/*cloud button 2*/



.nisoz-btn-2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #E42A2A;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--heading-font);
    letter-spacing: 0.6px;
    text-transform: capitalize;
    padding: 10px 28.5px 10px;
    transition: 500ms;
    overflow: hidden;
    z-index: 2;
    position: relative;
    /*border-top-left-radius: 35px;*/
    right: -15px;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
    -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.nisoz-btn-2__shape:nth-child(1) {
    --b: 1;
}
.nisoz-btn-2__shape {
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 100%;
    background: #828586;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--b) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--b) - 1) * 0.1s);
    z-index: 1;
}
.nisoz-btn-2__shape:nth-child(2) {
    --b: 2;
}
.nisoz-btn-2__shape:nth-child(3) {
    --b: 3;
}
.nisoz-btn-2__shape:nth-child(4) {
    --b: 4;
}
.nisoz-btn-2__text {
    position: relative;
    z-index: 2;
}
.nisoz-btn-2:hover .nisoz-btn-2__shape {
    transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
}
.nisoz-btn-2:hover {
    color: #fff;
}

.d-right{
    display:flex;
    justify-content: flex-end;
    
}

/*blog index*/
.blogu-index{
    padding:0% 0 6%;
}
.tp-blog-item-wrapper {
    background: #fff;
    box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
    border-radius: 5px;
}
.tp-blog-item-thumb {
    position: relative;
    overflow: hidden;
}
.tp-blog-item-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}
.tp-blog-item-thumb img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.tp-blog-item-date {
    background: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 25px;
    padding: 0px 20px;
    border-radius: 5px;
    border-bottom: 2px solid rgb(233 70 70);
    padding-top: 10px;
    z-index: 2;
    transition:1.1s;
}
.tp-blog-item-content {
    padding: 30px;
}
.tp-blog-item-date h4 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.8px;
    background: linear-gradient(90deg, #828586 0%, #f04a48 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: -4px;
    
}
.tp-blog-item-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.96px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.tp-blog-item-info span i {
    font-size: 17px;
    font-weight: 500;
    background: linear-gradient(90deg, #828586 0%, #f04a48 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-right: 5px;
}
.tp-blog-item-title a {
    background-image: linear-gradient(#03041C, #03041C), linear-gradient(#03041C, #03041C);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
    color: #222;
}
.tp-blog-item-date p {
    font-size: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    
}
.tp-blog-item-btn::after {
    width: 160px;

}
.tp-blog-item-btn a {
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(90deg, #f04a48 10%, #222 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.tp-blog-item-btn a span{
    transition:1s ease-in;
}
.tp-blog-item-wrapper:hover .tp-blog-item-btn a{
    padding-right:20px;
}
.tp-blog-item-wrapper:hover .tp-blog-item-btn a span {
   
    display: inline-block;
    
    transform: translateX(140px);
   
}
.tp-blog-item-btn::after {
    position: absolute;
    content: "";
    top: 65%;
    left: 0;
    height: 1px;
    width: 199px;
    background: #E3E3E3;
}
.tp-blog-item-btn {
    position: relative;
}
.tp-blog-item-info {
    margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.tp-blog-item-info span {
    margin-right: 15px;
}
}
.d-flex {
    display: flex!important;
    align-items: center;
}
.text-end {
    text-align: right!important;
}
.tp-blog-item-info span a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.tp-blog-item-btn a .blog-iconify {
    margin-right: 8px;
    color: #e94646;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    font-size: 34px;
    transform: translateY(12px);
}
.tp-blog-item-info span {
    margin-right: 15px;
}
.tp-blog-item-wrapper:hover .tp-blog-item-thumb::before {
    animation: shine 800ms;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: shine;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    width:100%;
}
@keyframes shine{
    0%{
        left:75%;
    }
    50%{
       right:0%; 
    }
    70%{
        right:75%;
    }
     100%{
         right:-75%;
     }
}
/*.tp-blog-item-wrapper:hover {*/
/*    background: #000;*/
/*}*/
.tp-blog-item-wrapper:hover .tp-blog-item-date{
    top:10px;
}

/*newsletter*/
.newsu-letter{
    padding: 2%;
    background:#324a5e;
    position:relative;
    /*background: linear-gradient(45deg, #000,#828586, #f04a48);*/
}
.newsu-letter::before{
    background: url(../images/reff/line-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
   
    top: 0;
   
}
.newsu-letter .news-letter-content{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
}
.newsu-iconify{
    color:#fff;
    transform: translateY(10px);
    font-size: 60px;
    margin-right: 10px;
}
.newsu-content{
    color:#fff;
}
.newsu-content h3{
    font-size:3.3rem;
}
.newsu-mail{
    display:flex;
    justify-content: center;
    position: relative;
    top: 40px;
    /*padding: 0 20px;*/
}
.newsu-mail-field{
    display: contents;
    
}

.input-mail-iconi{
    display: inline;
    height: 40px;
    width: 40px;
    
    font-size: 25px;
    padding-left: 5px;
    padding-top: 7px;
    color: #e94646;
    padding-right: 5px;
    background: #fff;
    
    text-align: center;
}
.news-button{
    display:flex;
    position: relative;
    top: 35px;
}
.form-control:focus {
    border-color: #e94646;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(233 70 70 / 55%);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(233 70 70 / 53%);
}

/*open close button*/
 .open-close-button{
     display:inline-block;
    padding: 8px 15px !important;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    border: none;
    background:  #e94646!important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    top: 4px;
}
.open-close-button::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    color:#fff;
    background-color: #828586;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}
/*.open-close-button:hover:after {*/
/*    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);*/
/*    transform: translateY(-45%) skew(25deg) scale(1.2);*/
/*}*/

.open-close-button:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

.lo-explore li:hover p a{
    color:#fff !important;
    text-align: center;
}
.lo-explore li p a:hover{
    color:#fff;
}


.indu-faq{
    padding:0 0 3%;
}


/*footer bubbles*/
.bubbleContainer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}
.bubble-1 {
    bottom: 0;
    left: 60%;
    animation: bubble-movement 10s infinite ease-in -5.7s;
}

.bubble {
    height: 1px;
    width: 1px;
    position: absolute;
     /*background: url(../images/reff/giphy.gif) no-repeat center center;*/
    background: url(../images/reff/buble.png) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}


@keyframes bubble-movement{
0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
}
100% {
    transform: translate3d(-50%, -700px, 0);
    height: 75px;
    width: 75px;
}
}

.bubble-2 {
    bottom: 0;
    left: 90%;
    animation: bubble-movement 10s infinite ease-in -4.94s;
}
.bubble-3 {
    bottom: 0;
    left: 20%;
    animation: bubble-movement 4s infinite ease-in -1.2s;
}
.bubble-4 {
    bottom: 0;
    left: 40%;
    animation: bubble-movement 10s infinite ease-in -1.58s;
}
.bubble-5 {
    bottom: 0;
    left: 75%;
    animation: bubble-movement 7s infinite ease-in -6.31s;
}
.bubble-6 {
    bottom: 0;
    left: 45%;
    animation: bubble-movement 10s infinite ease-in -0.51s;
}
.bubble-7 {
    bottom: 0;
    left: 10%;
    animation: bubble-movement 15s infinite ease-in -3.37s;
}
.bubble-8 {
    bottom: 0;
    left: 65%;
    animation: bubble-movement 10s infinite ease-in -0.66s;
}
.bubble-9 {
    bottom: 0;
    left: 30%;
    animation: bubble-movement 4s infinite ease-in -5.81s;
}
.bubble-10 {
    bottom: 0;
    left: 95%;
    animation: bubble-movement 10s infinite ease-in -3.98s;
}
.bubble-11 {
    bottom: 0;
    left: 41%;
    animation: bubble-movement 15s infinite ease-in -3.98s;
}
.bubble-12 {
    bottom: 0;
    left: 46%;
    animation: bubble-movement 10s infinite ease-in -3.98s;
}
.bubble-13 {
    bottom: 0;
    left: 50%;
    animation: bubble-movement 4s infinite ease-in -3.98s;
}
.bubble-14 {
    bottom: 0;
    left: 70%;
    animation: bubble-movement 4s infinite ease-in -3.98s;
}
.bubble-15 {
    bottom: 0;
    left: 58%;
    animation: bubble-movement 4s infinite ease-in -3.98s;
}

.footer-butt{
    font-size:18px;
    padding-right: 9px;
    transform: translateY(3px);
}
.dflezx{
    display:flex !important;
    /*justify-content: space-evenly;*/
    align-items: center;
    padding: 15px 0;
    transition:0.5s ease-in;
}
.foot-content-add{
    color:#fff;
    padding-top: 0px;
   display: grid;
    justify-items: start;
}
.foot-content-add p{
    font-size: 16px;
    margin: 0 0 0px;
}
.footer-icon-add{
    color:#fff;
    font-size:25px;
     margin: 0 35px;
}
.foot-content-add h4{
    text-align:left;
}
.dile{
    position:relative;
    top:10px;
}
.footer-ico-bor{
    padding: 8px;
    transform: translateY(8px);
    
    border: 5px double #fff;
    /*border-top-left-radius: 20px;*/
}
.dflezx:hover .footer-ico-bor{
    border-bottom-left-radius: 20px;
    border-top-right-radius:20px;
    border:2px solid #fff;
}
.foot-content-add a{
    color:#fff;
    font-size: 1.5rem;
    letter-spacing: 0.2px;
}
.foot-content-add a:hover{
    color:#e94646;
}

/*footer social*/
.footer-social-dis{
    display:flex;
    justify-content: space-evenly;
    padding: 15px 0;
    margin-left: -30px;
}
.footer-social-dis li{
    color:#fff;
}
.footer-social-dis li a{
    color: #e94646;
    background: #fff;
    /* border: 1px solid; */
    display: inline;
    height: 35px;
    font-size: 20px;
    width: 35px;
    text-align: center;
    line-height: 40px;
    /* padding: 5px; */
    border-radius: 50%;
    position: absolute;
}
.footer-social-dis li:hover a{
    transform:rotate(360deg);
    border-radius:0;
}

/*scroll refresh*/
.scroll-area {
    position: relative;
    z-index: 999;
}
.top-wrap {
    position: relative;
}
/*.scroll-area .go-top.active {*/
/*    top: 1%;*/
/*    -webkit-transform: translateY(-98%);*/
/*    -moz-transform: translateY(-98%);*/
/*    transform: translateY(-98%);*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    border-radius: 0;*/
/*    right: 30px;*/
/*    border-radius: 100%;*/
/*}*/
/*.top-wrap .go-top-button {*/
/*    display: inline-block;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    line-height: 40px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    top: 3px;*/
/*    z-index: 1;*/
/*    background: #FF3C00;*/
/*}*/
/*.scroll-area .go-top {*/
/*    position: fixed;*/
/*    cursor: pointer;*/
/*    top: 90%;*/
/*    right: 30px;*/
/*    color: #ffffff;*/
/*    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);*/
/*    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);*/
/*    z-index: 9999;*/
/*    width: 45px;*/
/*    text-align: center;*/
/*    height: 45px;*/
/*    line-height: 42px;*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
/*    -webkit-transition: all 0.9s ease-out 0s;*/
/*    -moz-transition: all 0.9s ease-out 0s;*/
/*    transition: all 0.9s ease-out 0s;*/
/*    border-radius: 10px;*/
/*}*/
.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}
.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    border-radius: 100%;
}
.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}


.scrollToTop{
    width:100px; 
    height:130px;
    padding:10px; 
    text-align:center; 
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom:75px;
    right:40px;
    display:none;
    background: url('arrow_up.png') no-repeat 0px 20px;
}
.scrollToTop:hover{
    text-decoration:none;
}

/*about us*/
.about-section-wo .video-column {
    position: relative;
    margin-bottom: 50px;
}
.about-section-wo .video-column .inner-column {
    padding-top: 30px;
}
.about-section-wo .video-column .inner-column .image-box {
    position: relative;
    display: inline-block;
}
.about-section-wo .video-column .inner-column .image-box:before {
    position: absolute;
    top: 2px;
    right: 10px;
    bottom: -12px;
    left: 18px;
    background-color: #e94646;
    z-index: -1;
    -webkit-transform: rotate(-8.56deg);
    transform: rotate(-8.56deg);
    content: "";
}
.about-section-wo .video-column .inner-column .info-box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    box-shadow:0px 0px 10px 5px rgb(0 0 0 / 61%);
    padding: 20px;
    background-color: #fff;
}
.about-section-wo .video-column .inner-column .info-box .abot-ico {
    position: relative;
    border-radius: 5px;
    color: #e94646;
    font-size: 64px;
    line-height: 1em;
    margin-right: 28px;
}
.about-section-wo .video-column .inner-column .info-box .titl {
    font-size: 32px;
    margin-bottom: 5px;
}
.about-section-wo .video-column .inner-column .info-box .tex {
    margin-bottom: 0px;
}

.about-section-wo{
    padding:3% 0;
    /*background-image: url(https://unicktheme.com/bixola/assets/images/shapes/about-three-shape-5.png);*/
    position:relative;
    /*background-image: url(../images/) ;*/
    /*background-image: url();*/
     /*background: url(../images/reff/backg-curly.jpg);*/
  
    background-position: center;
}
.about-block-to{
    position:relative;
    display:flex;
    align-items: center;
    padding-bottom:20px;
}
.about-block-to-ico{
  
     position:relative;
     
}
.about-block-to-iconify{
  width: 60px;
    height: 60px;
    border-radius: 5px;
    background-color: #F44730;
     margin-right: 20px; 
     transform: rotate(45deg);
    color: #fff;
    font-size: 35px;
    display: flex;
    position: relative;
    justify-content: center!important;
    align-items: center!important;
    z-index:1;
      border:5px double #fff;

  
}
.block-to-iconify{
    position:relative;
    z-index:2;
    transform: rotate(-45deg);
}
.about-block-to:hover .about-block-to-iconify{
    transform: rotate(0deg);
    box-shadow: 1px 1px 10px #0000003b;
    border: 5px solid #fff;
}
.about-section-wo .content-column {
    margin-bottom: 50px;
}
.about-section-wo .about-block-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 5px solid #828586;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.06);
    padding: 17px 20px;
    margin-bottom: 30px;
    background-color: #fff;
}
.about-section-wo .about-block-two:hover{
    border-left: 5px solid #e94646;
}
.about-block-to:hover .block-to-iconify{
    transform:rotate(0deg);
    filter: drop-shadow(2px 4px 3px white);
}


/*second about*/
.abou-sec-t{
    padding:4rem 0;
}
.abou-sec-t .about-us-single-image img {
    position: relative;
    z-index: 1;
}
.abou-sec-t .about-us-single-image:before {
    position: absolute;
    content: "";
    bottom: -15px;
    right: 15px;
    /*border-top-right-radius: 40px;*/
    /*border-bottom-left-radius: 40px;*/
    width: 170px;
    height: 170px;
    background-color: #e94646;
}
.abou-sec-t .about-us-single-image:after {
    position: absolute;
    content: "";
    top: -15px;
    left: 25px;
    width: 170px;
    height: 170px;
    background-color: #e94646;
}
.abou-sec-t .about-us-single-image {
    position: relative;
    padding: 0px 0px 0px 40px;
    margin-top: -10%;
}
.abou-sec-t .about-us-content {
    margin-top: -32px;
      padding: 2px 0px 0px 15px;
}
.abou-sec-t .pbmit-ihbox-style-2 {
    position: relative;
    /*margin-bottom: 20px;*/
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}
.about-2-ico{
    font-size: 70px;
    background: linear-gradient(90deg, #f04a48 10%, #222 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: flex;
    color:#e94646;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 10px;
}
.abou-sec-t .pbmit-ihbox-style-2:hover .about-2-ico{
    transform:rotate(180deg);
}
 
 .title-heade{
     margin-bottom:20px;
 }
.pbmit-ihbox-style-8 {
   border-radius: 0px;
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 1px;
    padding-bottom: 10px;
    position: absolute;
    left: 25px;
    color: #fff;
    border: 5px solid #e94646;
    bottom: -30px;
    background: linear-gradient(45deg, #f04a48, #828586);
    z-index: 1;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-contents, .pbmit-ihbox-style-8 * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.pbmit-ihbox-style-8:after {
   content: "";
    width: 0px;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid rgb(233, 70, 70);
    position: absolute;
    top: -15px;
    right: 30px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon {
    padding-right: 20px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
}
.pbmit-ihbox-style-8 h2 {
    font-size: 25px;
    line-height: 24px;
    font-weight: 400;
}

.htext-head{
    color:#000;
    font-size:40px;
}
/*what we do*/
.what-w-d-sec{
    padding:0 0 6%;
}
.what-w-d-sec .pbmit-ihbox-style-15 {
    /*padding-right: 30px;*/
    /*padding-left: 30px;*/
    position: relative;
    display: inline-block;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-box {
    box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
    margin-bottom: 30px;
    background-color: #fdedec;
    padding: 30px 25px 20px 20px;
    position: relative;
    height: 330px;
    overflow: hidden;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-box:hover{
    transform: scale(1.07) perspective(100px);
}
.pbmit-ihbox-box-down{
    top:40px;
}
/*.pbmit-ihbox-style-15:after {*/
/*    content: "\e811";*/
/*    font-family: "pbminfotech-base-icons";*/
/*    position: absolute;*/
/*    right: -14px;*/
/*    top: 162px;*/
/*    font-size: 30px;*/
/*    line-height: normal;*/
/*    opacity: 0.2;*/
/*    transform: rotate(-90deg);*/
/*    font-weight: normal;*/
/*}*/

.pbmit-ihbox-style-15 .pbmit-ihbox-icon {
    margin-bottom: 15px;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-box-number {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 12px;
    box-shadow: 1px 0px 10px black;
    border-radius: 50%;
    font-weight: 600;
    font-family: var(--pbmit-heading-typography-font-family);
    background-color: #e94646;
}
.pbmit-ihbox-box-number-down {
    bottom: -40px !important;
}
.pbmit-ihbox-box-number-up{
    top: -40px;
}

.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper {
    font-size: 50px;
    line-height: normal;
    color: red;
}
.work-proce-one-ihbox {
    padding-top: 50px;
}

.pbmit-ihbox-style-15 .pbmit-element-title {
    font-size: 22px;
    line-height: 32px;
    margin-top: 15px;
    text-transform: uppercase;
}

.whatu-ins-ico{
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.pbmit-ihbox-style-15:hover .whatu-ins-ico{
    transform: scale(1.4);
    margin-right: 10px;
    margin-top: 5px;
    opacity: 0.6;
}
.whatu-ins-ico::before{
   content: '';
    position: absolute;
    height: 80px;
    width: 80px;
    background: #f04a481a;
    top: -20px;
    /* color: red; */
    line-height: 50px;
    border-radius: 50%;
    padding: 20px;
    left: -20px;
    text-align: center;
    border: 5px double #e94646;
}
/*.pbmit-ihbox-headingicon::before{*/
/*   content: '';*/
/*    position: absolute;*/
/*    height: 50px;*/
/*    width: 50px;*/
/*    bottom: -20px;*/
    /* color: red; */
/*    line-height: 50px;*/
/*    border-radius: 50%;*/
/*    padding: 20px;*/
/*    right: -20px;*/
/*    bottom: -10px;*/
/*    text-align: center;*/
/*    border: 2px solid #e94646;*/
/*}*/
.pbmit-ihbox-headingicon{
    padding-top:10px;
}
/*.pbmit-ihbox-headingicon::after{*/
/*   content: '';*/
/*    position: absolute;*/
/*    height: 50px;*/
/*    width: 50px;*/
/*    bottom: -20px;*/
    /* color: red; */
/*    line-height: 50px;*/
/*    border-radius: 50%;*/
/*    padding: 20px;*/
/*    right: 10px;*/
/*    text-align: center;*/
/*    border: 2px solid #828586;*/
    
/*}*/
.bordr {
 height: 50px;
    width: 100px;
    color: #fff;
    left: 60px;
    transform: rotate(180deg);
    bottom: -24px;
    position: absolute;
    background: linear-gradient(90deg, #828586 50%, transparent 50%), linear-gradient(90deg, #828586 50%, transparent 50%), linear-gradient(0deg, #828586 50%, transparent 50%), linear-gradient(0deg, #828586 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 10px;
    animation: border-dance 4s infinite linear;
}
.bordr-2 {
    height: 100px;
    width: 50px;
    color: #fff;
    left: 80px;
    transform: rotate(-270deg);
    top: -54px;
    position: absolute;
    background: linear-gradient(90deg, #828586 50%, transparent 50%), linear-gradient(90deg, #828586 50%, transparent 50%), linear-gradient(0deg, #828586 50%, transparent 50%), linear-gradient(0deg, #828586 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 10px;
    animation: border-dance 4s infinite linear;
}

@keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
}
.tpprocess-shape-one {
    position: absolute;
    top: 10px;
    right: -50px;
}
.line-dash-path {
    stroke-dasharray: 4;
    stroke-dashoffset: 350;
    animation: tp-line-dash 30s linear infinite forwards;
}
 svg {
    vertical-align: middle;
}
@keyframes tp-line-dash{

100% {
    stroke-dashoffset: 0;
}}


.enq-btn .the-btn {
    padding: 10px 23px;
    background: #FA4753;
    display: inline-block;
    box-shadow: 5px 5px 0px #223645;
    color: #fff;
    font-size: 20px;
}
.the-btn:hover{
   box-shadow: -5px -5px 0px #223645;
}

/*extra listing page*/
 .pt-0 {
         padding-top: 0px !important;
         }
         .pb-0 {
         padding-bottom: 0px !important;
         }
         .pl-0 {
         padding-left: 0px !important;
         }
         .mb-0 {
         margin-bottom: 0px !important;
         }
         .sm_padding {
         padding-top: 40px;
         padding-bottom: 80px;
         }
         .services-card {
         padding: 30px 35px 25px;
         border-top: 5px solid #e94646;
         }
         
        .lists ul li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: relative;
    left: -7px;
}

/*default css*/
.pt-1{
    padding-top:10px !important;
}
.pt-2{
    padding-top:20px !important;
}
.pb-1{
    padding-bottom:10px !important;
}
.pb-2{
    padding-bottom:20px !important;
}




/*new testimonial*/

.sld-wrp {
  width: 800px;
  margin: 0 auto;
}

.slider-for {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.slide-container {
  height: 40vh;
  background-color: #fff;
  text-align: center;
  line-height: 40vh;
  font-size: 40px;
  font-weight: bold;
  border: 1px solid #000;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.slide-btn {
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  background-color: yellow;
  border: 1px solid #000;
  cursor: pointer;
}

.slide-btn:hover {
  background-color: rgb(255, 179, 0);
}


.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 20px 0 20px 0;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
.mo-none{
    display:block;
}
.mobile-view{
    display:none;
}
.images-white-filter{
    filter: brightness(0)invert(1);
}

.images-red-filter{
    filter: invert(67%) sepia(89%) saturate(7492%) hue-rotate(346deg) brightness(75%) contrast(146%);
}

.tab-container.type-2 .nav-tabs .nav-item .nav-link.active .img-container .images-red-white-filter, .tab-container.type-2 .nav-tabs .nav-item.active .nav-link .images-red-white-filter, .tab-container.type-2 .nav-tabs .nav-item.visited .img-container .images-red-white-filter{
   filter: brightness(0)invert(1) !important;
}

.tab-container.type-2 .nav-tabs .nav-item .nav-link .img-container .images-red-white-filter{
     
      /*filter: invert(67%) sepia(89%) saturate(7492%) hue-rotate(346deg) brightness(75%) contrast(146%);*/
}
.ts-tab.nav-tabs .nav-item.active .how-wh-img{
    filter: brightness(0)invert(1) !important;
}

.vs-class{
    position:relative;
    padding:3rem 0;
}

img{
    max-width:100%;
    height:auto;
}

.text-webkit-center{
    text-align:-webkit-center !important;
}

.mt-0{
    margin-top:0 !important;
}

.section-title-big{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}


/*skillbar css*/
.skillbar-2{
    position:relative;
    
    background-color:#e9e9e9 !important;
}
.skillbar-2 .progress-2{
    height:11px !important;
    padding:0 !important;
    position:relative;
}
.skillbar-2 .progress-2:before{
    content:"";
    position:absolute;
    width:60%;
    background:red;
}


.skill-main {
  width: 100%;
  /*max-width: 600px;*/
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 5rem;
}
 .skill-wrrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
.skill-name {
      color: #000;
      font-size: 18px;
      font-weight: 500;
}

.skill-bar {
      height: 11px;
      background-color: #e9e9e9;
      border-radius: 8px;
      position:relative;
}
.skill-bar-after:before{
    border: 6px solid #636467;
}
.skill-bar-before:before{
    border: 6px solid #ff3c3a;
}
.skill-per {
      height: 10px;
      
      border-radius: 8px;
      width: 0;
      transition: 2s linear;
      position: relative;
    
}
.skill-per-before{
    background: #ff3c3a;
}
.skill-per-after{
    background-color: #636467;
}
.skill-per:before {
        content: attr(per);
        position: absolute;
        padding: 0px;
        font-size: 1.4rem;
        background-color: #fff;
       
        z-index:2;
        
        font-weight:800;
        border-radius: 20px;
        top: -11px;
        width: 60px;
        text-align: center;
        right: 0;
        transform: translateX(50%);
 }

 .skill-per:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        /*background-color: #23576f;*/
        top: -20px;
        right: 0;
        transform: translateX(50%) rotate(45deg);
        border-radius: 2px;
}
.skill-per-before:before{
     color: #ff3c3a;
     border: 4px solid red;
}
    .skill-per-after:before{
        color: #636467;
        border: 4px solid #636467;
    }
.skill-bar:before{
     content:'';
     position:absolute;
    background: #fff;
    left: 0;
    top: -4px;
    height: 18px;
    width: 18px;
    z-index: 1;
    border-radius: 50%;
    
}
.skill-bar:after{
     content:'';
     position:absolute;
    background: #fff;
    right: 0;
    top: -4px;
    height: 18px;
    width: 18px;
    z-index: 1;
    border-radius: 50%;
    border: 6px solid #e9e9e9;
    
}
.progress-tit{
    font-size:2rem;
    color:#000;
    margin-top:2.5rem;
    margin-bottom:1rem
}

/*case studey*/
.case-study-table tbody{
    border: 1px solid #00000012;
}
.case-study-tab{
    max-width:95%;
}
.case-cell-1{
    text-align:center;
}
.case-cell-11{
    
    padding:2rem !important;
}
.case-cell-2{
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align:center;
    line-height:1.8 !important;
}
.case-cell-3{
    text-align:center;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align:middle !important;
    line-height:1.6 !important;
}
td{
    font-size:1.6rem;
}
th{
    font-size:1.7rem;
}
.case-study-table .counter{
    font-size:2.5rem;
}
.case-study-table .table>tbody>tr>th{
    font-weight: 400;
}
.boxed-btn:hover{
    color:#fff;
}

/*industry*/
.indust-sec{
    position:relative;
    padding:4rem;
}
.nation-main{
    position:relative;
}














/*blog detail*/
.seo-blogd-details{
    position:relative;
    padding:4rem 0 4rem;
    margin-bottom: 7rem;
}
.seo-blogd-details .section-small-title{
    font-size: 26px;
    margin-bottom: 1.2rem;
    margin-top: 1.8rem;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1.5;
}
.seo-blogd-details .section-s-title{
    font-size: 20px;
    margin-bottom: 0.8rem;
    margin-top: 1.2rem;
    text-transform: capitalize;
    display: block;
    line-height: 1.4;
}
.blog-listingd{
    padding-left:0;
}
.blog-listingd li{
    display:flex;
}
.blog-listingd li p{
   
    margin-bottom:1rem;
}
.blog-listingd li .footer-butt{
    font-size: 23px;
    color: #e94646;
    padding-right: 12px;
    transform: translateY(3px);
}
.blogs-sidesdbars{
   position: relative;
    border: 1px solid rgba(3, 26, 38, 0.10);
    padding: 2.5rem;
    /*border-radius: 10px;*/
    /* background: #f9fafb; */
    box-shadow: 0 0 0px rgb(0 0 0 / 7%);
    background: #fbfcfd;
    border: 1px solid #f2f2f2;
    transition: opacity .25s;
    width: 350px;
}
.blogsd-star{
    position:relative;
}
.blogs-side-tiles{
    font-size: 2.6rem;
    margin-bottom: 2rem;
    text-align: center;
}
.blogs-sidesdbars-sticke{
    position:relative;
}

.sticy {
  position: relative;
  top: 0;
 width: 370px;
 
}
.blogs-sidesdbars .open-close-button{
    width:100%;
}
.blogs-det-imgs{
    margin:1.5rem 0 2rem;
    text-align:center;
}
.blogsd-star p{
    font-size: 17px;
    line-height: 2;
    margin-bottom: 2rem;
}
.blog-listingbp {
    position: relative;
    padding: 1rem 0;
    margin-bottom: 1rem !important;
}

/*blog aroused*/
.botto-blog-carso{
    position:relative;
    padding:0rem 0 7rem;
}
.out-blogs-caroi{
    display: flex;
    margin-bottom: 4rem;
    position: relative;
    margin: 0 0.5rem;
    padding: 1.5rem;
    border: 1px solid rgb(3 26 38 / 10%);
    border-radius: 10px;
    align-items: center;

}
.blogs-disd{
   margin-right:1.5rem;
}
.blogs-disd img{
    height:100px;
    min-width:100px !important;
    object-fit:cover;
    
    border-radius: 10px;
}
.out-blogs-titles{
    font-size: 1.8rem;
    text-transform: capitalize;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.out-blogs-titles a{
    color:#000;
}
.carose-blogs .owl-nav>.owl-prev{
    left: -52px !important;
}
.carose-blogs .owl-nav>.owl-next{
    right: -52px !important;
}
.open-close-button:hover{
    color:#fff;
}


#sidebar.fixed {
  position: fixed;
    top:200px;
    width: 370px;
    transition: 1s;
}

















/*blog index*/
.blogu-index{
    padding:0% 0 6%;
}
.tp-blog-item-wrapper {
    background: #fff;
    box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
    border-radius: 5px;
    margin-bottom: 2rem;
    position:relative;
}
.tp-blog-item-thumb {
    position: relative;
    overflow: hidden;
}
.tp-blog-item-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}
.tp-blog-item-thumb img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    background:#e3e3e3;
    height:245px;
}
.tp-blog-item-date {
    background: #fff;
    text-align: center;
    position: absolute;
    top: 45%;
    right: 25px;
    padding: 0px 20px;
    border-radius: 5px;
    border-bottom: 2px solid rgb(233 70 70);
    padding-top: 10px;
    z-index: 2;
    transition:1.1s;
}
.tp-blog-item-content {
    position:relative;
    padding: 18px 30px 25px ;
}
.tp-blog-item-date h4 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.8px;
    background: linear-gradient(90deg, #828586 0%, #f04a48 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 4px;
    margin-top: 0;
    
}
.tp-blog-item-title {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.4px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align:left;
}
.tp-blog-item-info span i {
    font-size: 17px;
    font-weight: 500;
    background: linear-gradient(90deg, #828586 0%, #f04a48 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-right: 5px;
}
.tp-blog-item-title a {
    background-image: linear-gradient(#03041C, #03041C), linear-gradient(#03041C, #03041C);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-transform: capitalize;
}
.tp-blog-item-date p {
    font-size: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    
}
.tp-blog-item-btn::after {
    width: 160px;

}
.tp-blog-item-btn a {
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(90deg, #f04a48 10%, #222 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.tp-blog-item-btn a span{
    transition:1s ease-in;
}
.tp-blog-item-wrapper:hover .tp-blog-item-btn a{
    padding-right:20px;
}
.tp-blog-item-wrapper:hover .tp-blog-item-btn a span {
   
    display: inline-block;
    
    transform: translateX(140px);
   
}
.tp-blog-item-btn::after {
    position: absolute;
    content: "";
    top: 65%;
    left: 0;
    height: 1px;
    width: 199px;
    background: #E3E3E3;
}
.tp-blog-item-btn {
    position: relative;
}
.tp-blog-item-info {
    margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.tp-blog-item-info span {
    margin-right: 15px;
}
}
.d-flex {
    display: flex!important;
    align-items: center;
}
.text-end {
    text-align: right!important;
}
.tp-blog-item-info span .main-blog-adming {
   line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-left: 0.7rem;
    font-size: 1.4rem;
    
}
.tp-blog-item-info span .main-blog-adming img{
    margin-right:0.8rem;
}
.tp-blog-item-btn a .blog-iconify {
    margin-right: 8px;
    color: #e94646;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    font-size: 34px;
    transform: translateY(12px);
}
.tp-blog-item-info span {
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.tp-blog-item-wrapper:hover .tp-blog-item-thumb::before {
    animation: shine 800ms;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: shine;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    width:100%;
}
@keyframes shine{
    0%{
        left:75%;
    }
    50%{
       right:0%; 
    }
    70%{
        right:75%;
    }
     100%{
         right:-75%;
     }
}
/*.tp-blog-item-wrapper:hover {*/
/*    background: #000;*/
/*}*/
.tp-blog-item-wrapper:hover .tp-blog-item-date{
    top:10px;
}

.prev-buttond{
    position: absolute;
    left: 0;
    max-width: 340px;
    border: 1px solid #00000030;
    border-radius: 10px;
    padding: 1rem 1.5rem 1rem 3.5rem;
}

.rev-nec-blog{
    position: relative;
    display: block;
    margin-bottom: 8rem;
}

.rev-nec-blog a{
    color:#000;
}

.blog-imgd-pr{
    line-height: 38px;
    position: absolute;
    top: 25px;
    left: -20px;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 50%;
}

.blogd-tilepre{
    font-size: 1.9rem;
    line-height: 1.4;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blogd-tilepre:hover{
    color: #e32626;
}

.prev-buttond.next-but{
    right: 0 !important;
    left: unset !important;
    padding: 1rem 3.5rem 1rem 1.5rem;
}

.prev-buttond.next-but .blog-imgd-pr{
    right: -20px !important;
    left: unset !important;
}

.prev-buttond.next-but .blog-imgd-pr img{
    transform: rotateY(0deg);
}

.blog-imgd-pr:before{
    content: "";
    height: 43px;
    width: 43px;
    border: #000;
    left: -4.5px;
    border-radius: 50%;
    top: -4px;
    position: absolute;
    opacity: 0;
}

.main-blogdsd{
    position: relative;
    padding: 3rem 0 9rem;
    background-image: url(../images/background/top-seo-agency-bangalore.webp);
    background-size: cover;
    background-position: center;
}




