/** video-section **/

.video-section{
  position: relative;
  padding-top: 50px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*.video-section:before {*/
/*  position: absolute;*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: -webkit-linear-gradient(0deg, rgba(35,35,35,1)50%, rgba(35,35,35,0.85) 100%);*/
/*  top: 0px;*/
/*  left: 0px;*/
/*}*/

.video-section .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  margin-right: 20px;
  margin-top: 11px;
}

.video-section .image-box img{
  width: 100%;
  border-radius: 15px;
}

.video-section .content-box{
  position: relative;
  display: block;
  padding-right: 100px;
}

.video-section .content-box .sec-title{
  margin-bottom: 13px;
}

.video-section .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.video-section .content-box .text p{
  color: #949494;
}

.video-section .content-box .video-btn{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 106px;
  line-height: 106px;
  text-align: center;
}

.video-section .content-box .video-btn .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.video-section .content-box .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color:#fff;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Krona One';
}

.video-section .content-box .video-btn a i{
  position: relative;
  top: 1px;
  margin-right: 8px;
}

.video-section .content-box .video-btn a:hover{

}

.video-section .owl-nav{
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.video-section .owl-carousel .owl-nav button{
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: 2px solid rgba(255,255,255,0.17);
  font-size: 24px;
  color: #ffffff;
  margin: 20px 0px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
  font-family: 'Font Awesome 5 Free';
}


.video-section .owl-nav button:hover{
  
}

.video-section .owl-nav:before{
  position: absolute;
  content: '';
  background-color: #434343;
  width: 1px;
  height: 100px;
  left: 25px;
  top: -98px;
}

.video-section .owl-nav:after{
  position: absolute;
  content: '';
  background-color: #434343;
  width: 1px;
  height: 100px;
  left: 25px;
  bottom: -98px;
}
.sec-title .title-product{
  display: block;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}
.sec-title .top-text{
  position: relative;
  display: block;
  font-size: 30px;
  color:#e31992;
  line-height: 38px;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.sec-title .top-text:before{
  position: absolute;
  content: '';
  background-image: url(https://st.ourhtmldemo.com/new/PureHearts/assets/images/icons/divider-1.png);
  width: 82px;
  height: 6px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.sec-title.centred .top-text:before{
  left: 50% !important;
  right: inherit !important;
  transform: translateX(-50%);
}



.sec-title .title-product{
   font-family: 'Krona One';
   font-size:30px;
    color: #fff; 
}

/*CATEGORY PAGE*/

/*** 

====================================================================
        Project Section
====================================================================

***/

.project-section{
    position: relative;
    padding: 120px 0 90px;
}

.project-section .column{
    position: relative;
    z-index: 1;
}

.project-section .column.pd-top{
    padding-top: 40px;
}

.project-section .sec-title{
    position: relative;
    max-width: 480px;
}

.project-block{
    position: relative;
    margin-bottom: 30px;
}

.project-block .image-box{
    position: relative;
}
.project-block .image-box {margin-right:0;}

.project-block .image-box .image{
    position: relative;
}

.project-block .image-box .image img{
    display: block;
    width: 100%;
    height: auto;
}

.project-block .overlay-box{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}

.project-block .image-box:hover .overlay-box{
      background-image: linear-gradient( 90deg , rgb(147 22 69) 0%, rgb(58 10 43) 100%);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.project-block .overlay-box:before{
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
       border:0.1875rem double #fff;
    content: "";
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}

.project-block .image-box:hover .overlay-box:before{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.project-block .overlay-box .inner{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .image-box:hover .overlay-box .inner{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
    opacity: 1;
}

.project-block .overlay-box h4{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
        font-family: "Krona One", Sans-serif;
        text-transform:uppercase;
}

.project-block .overlay-box h4 a{
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .overlay-box h3 a:hover{
    color: #f79d2b;
}

.project-block .tags{
    position: relative;
}

.project-block .tags a{
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2em;
    color: #999999;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .tags a:hover{
    color: #ffffff;
}

.project-link-box{
    position: relative;
    margin-bottom: 30px;
}

.project-link-box .inner{
    position: relative;
}

.project-link-box a{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    padding: 70px 15px;
    text-transform: uppercase;
    text-align: center;
    background-color: #f79d2b;
    text-decoration: underline;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-link-box a i{
    position: relative;
    margin-left: 7px;
}

.project-link-box a:hover{
    color: #f79d2b;
    background-color: rgb(27 23 21 / 94%);
}


.project-section .home-text{
        color: #212529;
    text-align: justify;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}
.project-section .noPadding {
    padding: 0 8px;
}

/*CLIENTS SECTION*/

.clients-section{
    background:#202020;
    padding-bottom: 50px;
  
}
.clients-logo img{
    margin:0 auto;
    display:block;
    width:160px
}
.opl ul{
    display:contents
}
.opl ul li{
    width:20%;
    float:left;
    position:relative;
    margin-bottom:0;
}

.lead-gen-client .clients-logo{
    /*background:#fff;*/
    padding:0 25px;
    max-height:150px;
    min-height:150px;
    border: 2px solid #ada1a1;
    margin:0;
    /*border:1px solid #d4f0ff;*/
    align-items:center;
    display:flex;
    position:relative;
    /*border-radius:8px;*/
   /*box-shadow: -10px 10px 20px #ece0f280, 10px -10px 20px #fff8ff5e;*/
}
 .mt70 {
    margin-top: 70px;
}
.-cta-btn{
    margin:0 auto;
    display:inline-block;
    text-align:center;
    width:100%
}
.-cta-btn p{
    font-size: 29px;
    color: #Fff;
    margin: 15px 30px 0 0;
    font-family: 'Krona One';
}
.-cta-btn p span{
    font-weight:700
}
.free-cta-title{
    display:inline-flex;
}
.btn-main {
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
    align-items: center;
}

.btn-main {
    font-size: 18px;
    font-weight: 400;
    font-family: Poppins,sans-serif;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    outline: 0;
    color: #fff;
    background-color: #ff1f8e;
    border: none;
    font-family: 'Caveat';
    border-radius: 100px;
    display: inline-block;
    position: relative;
   
    box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
}
.bg-btn2{
    background:#f92c8b;
    background:-moz-linear-gradient(left,#f92c8b 0,#b02cd6 100%);
    background:-webkit-linear-gradient(left,#f92c8b 0,#b02cd6 100%);
    background:linear-gradient(to right,#f92c8b 0,#b02cd6 100%);
    -webkit-box-shadow:0 10px 15px 0 rgba(175,0,202,.2);
    box-shadow:0 10px 15px 0 rgba(175,0,202,.2)
}
.clients-section h2.ms-tittle {
    text-transform: uppercase;
    position: absolute;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 60px;
    top: 18%;
    left: 2%;
    
   color: #2c2b2b;
}

/*INDSUSTRY SECTION*/

.holderCircle { width: 500px; height: 500px; border-radius: 100%; margin: 60px auto; position: relative; }


.dotCircle { width: 100%; height: 100%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; z-index: 20; }
.dotCircle  .itemDot { display: block; width: 80px; height: 80px; position: absolute; background: #ffffff; color: #9c2395; border-radius: 20px; text-align: center; line-height: 80px; font-size: 30px; z-index: 3; cursor: pointer; border: 2px solid #e6e6e6; }
.dotCircle  .itemDot .forActive { width: 56px; height: 56px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: none; }
.dotCircle  .itemDot .forActive::after { content: ''; width: 5px; height: 5px; border: 3px solid #7d4ac7; bottom: -31px; left: -14px; filter: blur(1px); position: absolute; border-radius: 100%; }
.dotCircle  .itemDot .forActive::before { content: ''; width: 6px; height: 6px; filter: blur(5px); top: -15px; position: absolute; transform: rotate(-45deg); border: 6px solid #a733bb; right: -39px; }
.dotCircle  .itemDot.active .forActive { display: block; }
.round { position: absolute; left: 40px; top: 45px; width: 410px; height: 410px; border: 2px dotted #a733bb; border-radius: 100%; -webkit-animation: rotation 100s infinite linear; }
.dotCircle .itemDot:hover, .dotCircle .itemDot.active { color: #ffffff; transition: 0.5s;
background: linear-gradient(to top,#630157,#be023a,#a00182); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1); /* IE6-9 */ border: 2px solid #ffffff; -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); }
.dotCircle .itemDot { font-size: 40px; }
.contentCircle { width: 250px; border-radius: 100%; color: #222222; position: relative; top: 175px; left: 48%; transform: translate(-50%, -50%); }
.contentCircle .CirItem { border-radius: 100%; color: #222222; position: absolute; text-align: center; bottom: 0; left: 0; opacity: 0; transform: scale(0); transition: 0.5s; font-size: 15px; width: 100%; height: 100%; top: 0; right: 0; margin: auto; line-height: 250px; }
.CirItem.active { z-index: 1; opacity: 1; transform: scale(1); transition: 0.5s; }
.contentCircle .CirItem i { font-size: 180px; position: absolute; top: 0; left: 50%; margin-left: -70px; color: #fff; opacity: 0.1; z-index:-1;}
@media only screen and (min-width:300px) and (max-width:599px) {
	.holderCircle { width: 300px; height: 300px; margin: 110px auto; }
	.holderCircle::after { width: 100%; height: 100%; }
	.dotCircle { width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
}
@media only screen and (min-width:600px) and (max-width:767px) { }
@media only screen and (min-width:768px) and (max-width:991px) { }
@media only screen and (min-width:992px) and (max-width:1199px) { }
@media only screen and (min-width:1200px) and (max-width:1499px) { }
  .title-box .title { font-weight: 600; letter-spacing: 2px; position: relative; z-index: -1; }
        .title-box span { text-shadow: 0 10px 10px rgba(0, 0, 0, .15); font-weight: 800; color: #fff; }
        .title-box p {font-size: 17px; line-height: 2em; }
       .title-box  #title{
           position: relative;
    color: #fff;
    font-size: 25px;
    padding-left: 35px;
    font-weight: 600;
    font-family: 'Krona One';
       }
       .funfact-icon {
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    opacity: 1;
    position: relative;
    text-align: center;
    width: 80px;
}
/*Global supply*/
/*PRODUCT VIEW*/
/* 10. testimonial */
.testimonial_area {
	position: relative;
	background: #202020;
	
}
.testimonial_active {
	background: #fff;
	padding: 60px 230px;
	padding-bottom: 105px;
}
.tm_item .tm_img {
	width: 85px;
	height: 85px;
	margin: auto;
	background: #fff;
	padding: 5px;
	box-shadow: 1px 1px 15px 0px rgba(181, 181, 181, 0.4);
	margin-bottom: 30px;
	border-radius: 5px;
}
.tm_item .tm_text p {
	font-size: 20px;
	color: #0c0c0c;
	line-height: 35px;
	margin-bottom: 40px;
	font-family: 'Playfair Display', serif;
}
.tm_item .tm_text h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 3px;
}
.tm_item .tm_text span {
	font-size: 12px;
	color: #d00a2b;
	text-transform: uppercase;
	font-weight: bold;
}
.tm_quote .tm_quote-01 {
	position: absolute;
	top: 120px;
	left: 105px;
	z-index: 1;
}
.tm_quote .tm_quote-02 {
	position: absolute;
	bottom: 120px;
	right: 105px;
	z-index: 1;
}
.testimonial_active .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 55px;
	display: flex;
	justify-content: center;
}
.testimonial_active .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #efefef;
	margin: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.testimonial_active .owl-dots .owl-dot.active {
	background-color: #d00a2b;
}
.tm_author_wrap {
	margin-bottom: 17px;
	display: flex;
	align-items: center;
	margin-top: 35px;
}
.tm_author_wrap .tm_author {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	padding: 5px;
	box-shadow: 1px 1px 15px 0px rgba(181, 181, 181, 0.4);
	margin-right: 10px;
}
.testimonial_2 .tm_content {
	padding-right: 60px;
	padding-left: 70px;
}
.tm_item .author_info h4 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.tm_item .author_info span {
	color: #d00a2b;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.testimonial_active.owl-carousel .owl-item img {
	width: auto;
}
.testimonial_bg {
	position: relative;
	padding: 80px 0;
}
.testimonial_bg::before {
	position: absolute;
	background: #fff;
	width: 78%;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	border-radius: 10px;
}
.testimonial_2 .testimonial_active,
.testimonial_3 .testimonial_active {
	padding: 0;
	padding-bottom: 0;
}
.testimonial_2 .testimonial_active .owl-dots,
.testimonial_3 .testimonial_active .owl-dots {
	bottom: -25px;
	justify-content: end;
}
.testimonial_area .tm_image {
	border-radius: 30px;
	overflow: hidden;
}
.testimonial_2 .testimonial_active,
.testimonial_3 .testimonial_active {
	background: none;
}
.testimonial_bg_black {
	position: relative;
	z-index: 1;
	    padding: 60px 0;
}
.testimonial_bg_black::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	background: #7b0250;
	content: "";
	z-index: -1;
}
.testimonial_3 .circle_image {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	width: 570px;
	height: 570px;
}
.testimonial_3 .circle_image .image_wrap {
	width: 520px;
	height: 520px;
}
.testimonial_3 .tm_content {
	padding-left: 0;
	padding-right: 70px;
}
.testimonial_4 .testimonial_active {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.testimonial_5 .testimonial_active {
	padding: 0;
	background: none;
	padding-right: 60px;
}
.testimonial_5 .testimonial_active .owl-dots {
	display: none;
}
.testimonial_5 .testimonial_active .tm_author_wrap {
	margin-bottom: 25px;
	margin-top: 0;
}
.testimonial_5 .testimonial_active .author_info {
	margin-top: 28px;
}
.testimonial_5 .tm_right_img {
	padding-left: 50px;
}
 
 .circle_image {
	z-index: 1;
	width: 670px;
	height: 670px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.circle_image .image_border {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	border-radius: 100%;
	border: 2px solid #fff;
	animation: spin 10s infinite linear;
	-webkit-animation: spin 10s infinite linear;
}
.circle_image .image_border:before {
	top: -1px;
	left: 50%;
	width: 10px;
	height: 10px;
	content: '';
	position: absolute;
	border-radius: 100%;
	background-color: #fff;
	transform: translateY(-50%);
	background-size: cover;
}
.circle_image .image_wrap {
	width: 620px;
	height: 620px;
	overflow: hidden;
	border-radius: 100%;
	background-color: #d5d5d5;
}

@keyframes spin {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}

@media (min-width: 1200px) and (max-width: 1500px){
.testimonial_3 .circle_image .image_wrap {
    width: 350px;
    height: 350px;
}
}

@media (min-width: 1200px) and (max-width: 1500px){
.testimonial_3 .circle_image {
    width: 420px;
    height: 420px;
    left: 9%;
}
}
.circle-para{
    color: #2e2a56;
    font-family: 'Quicksand';
    font-size: 17px;
    line-height: 1.4em;
    text-align: justify;
}
.testimonial_3 .m-s-content .ms-tittle {
    text-transform: uppercase;
    position: absolute;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 83px;
    top: 16%;
    /*left: -10%;*/
    color: #2c2b2b;
    /* z-index: -1; */
    line-height: 0;
}
.about__img-inner.st-3 {
    margin-right: 30px;
    max-width: 570px;
}
.about__img-inner img {
    border-radius: 0;
    transition: all 0.5s ease-out 0s;
    border: none;
}
.about3-main-shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.about-3-s2 {
    position: absolute;
    top: 30%;
    left: -170px;
    animation-name: about-3-s2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
        z-index: -1;
}
.about-3-s3 {
    position: absolute;
    bottom: -26px;
    right: 80px;
}
.demo-gallery{
    padding-bottom:100px
}
.demo-gallery .portfolio-masonary__box-outer{
    transform:translateY(0);
    transition:transform .5s ease;
    border-radius:8px;
    height:400px;
    background: #ffffff;
    padding: 20px;
    box-shadow:0 10px 60px 0 rgba(0,0,0,.1)
}
.demo-gallery .portfolio-masonary__box-outer:hover{
    transform:translateY(-20px)
}
.demo-gallery .portfolio-masonary__box img{
    filter:grayscale(0)
}
.demo-gallery .portfolio-masonary__box .link{
    position:absolute;
    top:60px;
    right:60px;
    width:55px;
    height:55px;
    border-radius:50%;
    font-size:18px;
    color:#fff;
    border:1px solid #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    transition:all .5s ease
}
.demo-gallery .portfolio-masonary__box .link:hover{
    background-color:#fff;
    border-color:#e83a2d;
    color:#e83a2d
}
.demo-features{
    background-color:#f4f5f8;
    padding-top:120px;
    padding-bottom:120px
}
.demo-features__wrapper{
    display:grid;
    
}
.demo-features__box{
    text-align:center
}
.demo-features__box img{
    border-radius:8px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    box-shadow:0 10px 60px 0 rgba(0,0,0,.1)
}
.demo-features__box h4{
    margin:0;
    text-transform:uppercase;
    font-size:20px;
    color:red;
    letter-spacing:.1em;
    margin-top:20px;
    text-align:center
}
.portfolio-masonary{
    padding-bottom:100px
}
@media (min-width:1200px){
    .portfolio-masonary .container{
        max-width:1200px
    }
}
.portfolio-masonary h3{
    margin:0;
    font-size:80px;
    font-weight:300;
    color:#fff;
    line-height:1;
    letter-spacing:.1em;
    text-transform:uppercase;
    max-width:810px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-top:210px
}
.portfolio-masonary hr{
    border-color:rgba(255,255,255,.1);
    margin:0;
    margin-bottom:60px;
    margin-top:120px
}
.portfolio-masonary__filter-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:50px
}
.portfolio-masonary .filters{
    margin-bottom:0
}
.portfolio-masonary .filters li{
    color:#fff;
    font-size:20px
}
.portfolio-masonary .mixitup-gallery .filters .filter.active{
    color:#fff
}
.portfolio-masonary .filters li:first-child{
    margin-left:0
}
.portfolio-masonary .masonary-layout{
    margin-bottom:30px
}
.portfolio-masonary__box{
    margin-bottom:30px;
    overflow:hidden;
    border-radius:8px;
    position:relative
}
.portfolio-masonary__box img{
    width:100%;
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    transition:.5s ease
}
.portfolio-masonary__box:hover img{
    -webkit-filter:grayscale(0);
    filter:grayscale(0)
}
.portfolio-masonary__more{
    text-transform:uppercase;
    font-size:18px;
    color:#fff;
    transition:all .5s ease;
    font-weight:500
}
.portfolio-masonary__more:hover{
    color:red
}
.portfolio-masonary__box-content{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
       background: linear-gradient(to top,#630157,#be023a,#a00182);
    display:flex;
    justify-content:flex-end;
    align-items:flex-start;
    flex-direction:column;
    padding:60px;
    transform:translateY(30%);
    opacity:0;
    transition:transform .5s ease,opacity .5s ease
}
.portfolio-masonary__box:hover .portfolio-masonary__box-content{
    opacity:1;
    transform:translateY(0)
}
.portfolio-masonary__box-content p{
    margin:0;
    color:#fff;
    line-height:1;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    margin-bottom:10px;
    font-family: 'Krona One';
    font-size:12px;
}
.portfolio-masonary__box-content p::after{
    width:40px;
    height:2px;
    background-color:var(--thm-black);
    margin-left:10px;
    content:""
}
.portfolio-masonary__box-content h4{
    margin:0;
    text-transform:uppercase;
    color:#fff;
    line-height:1.5;
    font-size:19px;
    letter-spacing:.1em;
    font-family: 'Krona One';
}
.portfolio-masonary__box-content h4 a{
    color:inherit
}
.p-0{
    padding:0!important
}
.image-block{
    min-height:320px;
    position:relative
}
.image-block-holder-img{
    background-size:cover!important;
    background-position:50% 0!important;
    z-index:0;
    transition:.3s linear;
    -webkit-filter:grayscale(1);
    -webkit-transition:all .8s ease-in-out;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0
}
.img-responsive.img-holder{
    display:none
}
.img-responsive{
    width:100%;
    height:auto
}

/*INDUSTRY NEW*/
.hero-ripple-img{
    /*position:absolute;*/
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
    transform:rotate(45deg) scale(0.94);
    border-radius:40% 40% 40% 40%/40% 40% 40% 40%;
    z-index:2
}
.hero-ripple-img img{
    transform:rotate(-45deg) scale(1.09);
    width:100%
}
.hero-ripple-border .ripple-border{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transform:rotate(45deg) scale(0.94);
    border-radius:40% 40% 40% 40%/40% 40% 40% 40%;
    /*border:1px solid #bcbcbc;*/
    border:1px solid #9c0145;
    -webkit-animation:ripple3 10s ease-in-out infinite;
    animation:ripple3 10s ease-in-out infinite;
    opacity:0;
    z-index:1
}
.hero-ripple-border .ripple-border:nth-child(2){
    -webkit-animation-delay:2.6s;
    animation-delay:2.6s
}
.hero-ripple-border .ripple-border:nth-child(3){
    -webkit-animation-delay:5.2s;
    animation-delay:5.2s
}
.hero-ripple-border .ripple-border:nth-child(4){
    -webkit-animation-delay:7.8s;
    animation-delay:7.8s
}
.hero-ripple-border .ripple-border:nth-child(5){
    -webkit-animation-delay:10s;
    animation-delay:10s
}
.ripple-thumb{
    width:var(--thumb-size, 556px);
    height:var(--thumb-size, 556px);
    border-radius:40% 40% 40% 40%/40% 40% 40% 40%;
    position:relative;
    z-index:1
}
.ripple-thumb .ripple-img{
    transform:rotate(45deg);
    overflow:hidden;
    border-radius:inherit;
    z-index:2;
    position:relative
}
.ripple-thumb .ripple-img img{
    transform:rotate(-45deg) scale(1.1)
}
.ripple-thumb .ripple{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transform:rotate(45deg) scale(0.94);
    border-radius:inherit;
    border:1px solid var(--ripple-border-color, #bcbcbc);
    -webkit-animation:ripple3 10s ease-in-out infinite;
    animation:ripple3 10s ease-in-out infinite;
    opacity:0;
    z-index:1
}
.ripple-thumb .ripple:nth-child(2){
    -webkit-animation-delay:2.6s;
    animation-delay:2.6s
}
.ripple-thumb .ripple:nth-child(3){
    -webkit-animation-delay:5.2s;
    animation-delay:5.2s
}
.ripple-thumb .ripple:nth-child(4){
    -webkit-animation-delay:7.8s;
    animation-delay:7.8s
}
.ripple-thumb .ripple:nth-child(5){
    -webkit-animation-delay:10s;
    animation-delay:10s
}

@-webkit-keyframes ripple3{
    0%{
        transform:rotate(45deg) scale(0.88);
        opacity:0
    }
    30%{
        opacity:.8
    }
    100%{
        transform:rotate(45deg) scale(1.15);
        opacity:0
    }
}
@keyframes ripple3{
    0%{
        transform:rotate(45deg) scale(0.88);
        opacity:0
    }
    30%{
        opacity:.8
    }
    100%{
        transform:rotate(45deg) scale(1.15);
        opacity:0
    }
}

#ind-section .owl-nav{display:none!important;}
#ind-section .ht-tittle::before{right: 100px!important;
}