<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fact-sec {
float:left;
    margin: 0px ;
	padding:0;
    text-align: center;
	background:transparent;
	width:100%;
	
	
}

.fact-sec h5 img {
  width: 41px;
  height: 41px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
 .fact-sec:hover h5 img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}




 .section-works-v1 {
   overflow: hidden; 
}
.section-works-v1 .h-product {
  margin-bottom: 30px;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 
}
.section-works-v1 .section-wrap {
  margin-top: 30px;
  
  
}
.section-works-v1 .overlay {
  background-color: #201f1f;
  position: relative;
  overflow: hidden;
  
}
.section-works-v1 .overlay a {
  display: block;
  position: relative;
  
}
.section-works-v1 .product-inner img {
  -wekbit-transition: all .4s;
  transition: all .4s;
   
}
.section-works-v1 .product-inner .img-border-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: padding .4s;
  transition: padding .4s;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}
.section-works-v1 .product-inner .img-border-wrap .img-border {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid transparent;
  -webkit-transition: border .4s;
  transition: border .4s;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-works-v1 .product-inner .img-border-wrap .plus {
  background: url(images/plus-white.png) no-repeat center center;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -55px;
  margin-left: -35px;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

 

.section-works-v1 .product-inner:hover .work-meta {
  background-color: transparent;
   
}
.section-works-v1 .product-inner:hover .p-category {
 /*  color: white; */
}
.section-works-v1 .product-inner:hover img {
  opacity: .5;
}
.section-works-v1 .product-inner:hover .img-border-wrap {
  padding: 13px 10px;
}
.section-works-v1 .product-inner:hover .img-border {
  border-color: white;
}
.section-works-v1 .product-inner:hover .plus {
  margin-top: -35px;
  opacity: 1;
}

.section-works-v1 figure {
  margin: 0;
} 

 .section-works-v1 img{
  max-width: 100%;
  
}

h6.p-name {
text-align:center;
text-transform:uppercase;
font-weight:bold;
padding-top:15px

}

p.p-category {
text-align:center !important;
text-transform:capitalize;
padding-top:0;
width:100%;
display:inline;
font-size:12px;
}





/************************************************************************
// 32. Custom Colors
*************************************************************************/
 .thunder-hover:hover {
  -webkit-transition:background .4s, color .4s, border .4s;
  transition:background .4s, color .4s, border .4s;
}

.thunder-hover {
   -webkit-transition:background .4s, color .4s, border .4s;
  transition:background .4s, color .4s, border .4s;
  padding:0px 0 20px 0;
}

/************************************************************************
// 33. Responsive Edit
*************************************************************************/
@media (max-width: 500px) {
  .thunder-top-slider img {
    margin-left: -30%;
    max-width: 160%;
  }
}
@media (max-width: 767px) {
  /* 2. Sliders */
  .thunder-top-slider h1 {
    font-size: 30px;
  }
  .thunder-bg-slider .slide-single img {
    padding: 60px;
  }
  /* 3. Services */
  .section-services .col-sm-4 {
    border-top: 1px solid #efefef;
    padding-top: 1px;
    padding-bottom: 10px;
  }
  .section-services &gt; .col-sm-4 {
    padding-bottom: 10px;
    padding-top: 2px;
  }
  .section-services .service-inner {
    margin-bottom: 0;
  }
  /* 4. Works v1 */
  .section-works-v1 .h-product {
    margin-bottom: 10px;
  }
  .section-works-v1 .h-product:nth-child(odd) {
    padding-left: 0;
    padding-right: 5px;
  }
  .section-works-v1 .h-product:nth-child(even) {
    padding-left: 5px;
    padding-right: 0;
  }
  /* 8. Footer */
  .bottom-footer .logo {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .bottom-footer .socials-wrap {
    text-align: center;
  }
  .bottom-footer .socials-wrap ul {
    float: none;
    padding-left: 0;
  }
  .bottom-footer .socials-wrap ul li {
    margin-bottom: 10px;
    float: none;
    display: inline-block;
  }
  .bottom-footer .socials-wrap ul li i {
    position: relative;
    left: -5px;
  }
  /* 9. About */
  .section-about .icon {
    margin-top: 38px;
  }
  /* 11. Works */
  .section-works-v2 .h-product {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  /* 12. Skills */
  .section-skills .col-sm-4 {
    border-top: 1px solid white;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .section-skills .col-sm-4:first-child {
    border: none;
    padding-top: 0;
  }
  .section-skills .col-sm-4:last-child {
    margin-bottom: 0;
  }
  /* 13. Contact Summary */
  .section-contact-summary .col-sm-4 {
    margin-bottom: 40px;
  }
  .section-contact-summary .col-sm-4:last-child {
    margin-bottom: 0;
  }
  /* 14. About Intro */
  .section-about-intro .text-content {
    padding-left: 30px;
  }
  /* 15. Works v4 */
  .section-works-v4 .text-content {
    padding-bottom: 120px;
  }
  .section-works-v4 .text-content:before {
    height: 70px;
    width: 3px;
    left: 56px;
    top: -35px;
  }
  /* 22. Blog */
  .blog-wrap .blog-avatar-img {
    width: 90px;
    height: 90px;
  }
  .blog-wrap .text-content-wrap {
    padding-right: 0;
  }
  /* 23. Comment */
  .section-comment &gt; .col-sm-9 {
    padding-right: 20px;
  }
  /* 26. Contact Form */
  .section-contact-form .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
  }
  /* 28. Thunder Menu */
  .thunder-menu .menu-wrap {
    margin-top: 75px;
  }
  .thunder-menu .icon-wrap {
    top: 13px;
  }
  .menu-wrap-scroll{
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  /* General */
  .section-desc {
    margin: auto;
    width: 44%;
  }
  /* 3. Services */
  .section-services .col-sm-4 {
    border-left: 1px solid #efefef;
  }
}
@media (max-width: 991px) {
  /* 9. About */
  .section-about .activity-circle {
    width: 110px;
    height: 110px;
  }
  .section-about .icon {
    margin-top: 38px;
  }
  /* 10. Counter */
  .section-counter .counter-wrap {
    position: relative;
    color: white;
  }
  .section-counter .counter-wrap:nth-child(even) .counter-line-wrapper {
    display: none;
  }
  .section-counter .count-number {
    font-size: 60px;
  }
  /* 22. Blog */
  /* 28. Thunder Menu */
  .thunder-menu .icon-wrap {
    right: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* 9. About */
  .section-about .activity-circle {
    width: 130px;
    height: 130px;
  }
  .section-about .icon {
    margin-top: 48px;
  }
}
@media (max-width: 1199px) {
  /* 3. Services */
  .section-services .service-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  /* 9. About */
  .section-about .activity-circle {
    width: 170px;
    height: 170px;
  }
  .section-about .icon {
    margin-top: 66px;
  }
}
@media (max-width: 1248px) {
  /* Thunder Sliders */
  .dots-wrap {
    right: 20px;
  }
  .thunder-bg-slider .dot {
    background-color: white;
  }
  .thunder-bg-slider .thunder-border {
    border-color: white;
  }
  /* Testimonials */
  .section-testimonials .dots {
    right: 25px;
  }
  .section-testimonials .dots .dot {
    background-color: white;
  }
  .section-testimonials .dots .thunder-bgcolor {
    border-color: white;
  }
  /* 6. Blog Hook */
  .section-blog-hook .h-entry:nth-child(odd) .text-content {
    text-align: right;
  }
  .section-blog-hook .h-entry:nth-child(odd) figure .dt-published {
    left: 0;
    top: 0;
  }
  .section-blog-hook .h-entry:nth-child(even) .text-content {
    text-align: left;
  }
  .section-blog-hook .h-entry:nth-child(even) figure .dt-published {
    right: 0;
    bottom: 0;
  }
  .section-blog-hook .h-entry .dt-published {
    border-radius: 0;
  }
}
</pre></body></html>