/*
Theme Name: Thermofab
Theme URI: https://www.jbsoftsystem.com
Author: J B Soft System
Author URI: http://jsampath.com
Description: J B Soft System, is a Professional Web Development Company in Chennai, India that delivers design, development and deployment services, catering to businesses of all sizes. We started back in 2001 as a budding software development company in Chennai. Eventually, our company grew in size and experience and is now evolved into a revered brand called “J B Soft System” that provides an array of quality solutions and services which enables businesses to prosper.
*/

.our-speciallization-content {
    padding: 40px;
    border: 20px solid #f1f1f1;
}
.mt-box{
   position: relative;
    }
.m-t0 {
    margin-top: 0;
}
.font-weight-100 {
    font-weight: 100;
}
.btn-effect {
    letter-spacing: 4px;
    position: relative;
    text-transform: uppercase;
}
.site-button {
    background-color: #F5BF23;
    color: #fff;
}
.site-button, .site-button-secondry {
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
}
a, .btn {
        -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.site-button{
   background-color: #0079c1;
}
.site-button.btn-effect:before, .site-button.btn-effect:after{
    border-color: #0079c1;
}
.site-button.btn-effect:before, .site-button.btn-effect:after {
    border-color: #F5BF23;
}
.btn-effect:before {
    border-color: #c47135;
    border-left-width: 2px;
    border-top-width: 2px;
    left: -5px;
    top: -5px;
}
.btn-effect:after {
    border-bottom-width: 2px;
    border-color: #c47135;
    border-right-width: 2px;
    bottom: -5px;
    right: -5px;
}
.btn-effect:before, .btn-effect:after {
    border-color: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}
.site-button, .site-button:active, .site-button:focus {
    background-color: #0079c1;
}

.home .av-py-default {
    padding: 0px 0;
}
.home .breadcrumb-content {
    display: none;
}
.foot-right {
    text-align: right;
    display: none;
}
.home .foot-right {
    display: block;
}
.top-padd {
    margin-top: -23px;
}

.number-pro {
    font-size: 45px;
}
table th, table td {
    padding: 8px;
   text-align: left;
}
.center-table {
    text-align: center;
}

.sliderimage_hide_border .wpls-logo-cnt.slick-slide img {
    border: 1px solid #18276c33;
}
.sp-btn-center {
    background-color: #fff;
    color: #7fc11d;
    border: 1px dotted #7fc11d;
}
.sp-btn-center:hover, .sp-btn-center:focus {
    background-color: #fff;
    color: #7fc11d;
    border: 1px dotted #7fc11d;
}
.sp-top-padd {
    padding: 50px 0 !important;
}
span.reach-icon {
 padding-right: 12px;
}
.fa-phone {
    transform: rotate(10deg);
}

/* Wrapper */
.icon-button {
	background-color: white;
	border-radius: 2.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	height: 2.6rem;
	line-height: 2.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 2.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 2.6rem;
	margin: -1.3rem;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 2.6rem;
	left: 0;
	line-height: 2.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 2.6rem;
	z-index: 10;
}





.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.youtube span {
	background-color: #bb0000;
}
.whatsapp span {
	background-color: #0d9f16;
}

.icon-button .fa-twitter {
	color: #4099ff;
}
.icon-button .fa-facebook {
	color: #3B5998;
}
.icon-button .fa-youtube {
	color: #bb0000;
}

.icon-button .fa-whatsapp {
	color: #0d9f16;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-whatsapp {
	color: white;
}

@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 1.6rem;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }

  .icon-button:hover span {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    margin: -0.8rem;
  }

  /* Icons */
  .icon-button i {
	  height: 1.6rem;
	  line-height: 1.6rem;
	  width: 1.6rem;
  }
}
.text-center-sp {
    text-align: center;
    color: #151535;
}
.small-font-sp h3 {
    font-size: 22px;
    color: #151535;
}
.contact-form-sp {
    padding: 0px 0px 15px 0px;
}



.aigpl-img-caption:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #18276c;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.aigpl-img-caption:hover, .aigpl-img-caption:focus, .aigpl-img-caption:active {
  color: white;
}
.aigpl-img-caption:hover:before, .aigpl-img-caption:focus:before, .aigpl-img-caption:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sp-title-design {
    font-size: 18px;
    padding: 2px 0px 10px 0px;
}
ul.list li {
    position: relative;
    padding-left: 23px;
}
ul.list li:before {
    content: "\f101";
        font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #7fc11d;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}
ul.list-column-sp li {
    position: relative;
    padding-left: 23px;
}
ul.list-column-sp li:before {
    content: "\f101";
        font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #7fc11d;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.heading-blue h3 {
    color: #151535 !important;
}
span.ttl.ttl-blue {
    color: #7fc11d !important;
}
.sp-bottom-1 {
    margin-bottom: 1rem;
}
.sp-slider-title {
    text-shadow: 2px 2px #4d5052;
}
.table-responsive {
  /*  display: block; */
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.list-sp {
    margin-top: 30px;
}
.thermo-product-sp-lr .aigpl-img-title {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
    padding: 8px 3px 8px 3px;
    border: 1px solid #eaeaea;
}
.tt-sp h3 {
    font-size: 20px;
        color: #ffffff;
   border-left: 6px solid #ffffff;
   border-right: 6px solid #ffffff;
    padding-left: 15px;
        text-align: center;
}
.tt-sp {
    background-color: #18276c;
    /*padding: 10px 25px 10px 25px;*/
        padding: 13px 0px;
}
.sp-product-top1 {
    margin-top: -235px;
}
.sp-product-top2 {
    margin-top: -105px;
}
.sp-product-top3 {
    margin-top: -305px;
}
.sp-product-right-top {
    margin-top: -10px;
}

@media all and (max-width: 780px) {
   .sp-product-top1 {
    margin-top: 0px;
}
.sp-product-top2 {
    margin-top: 0px;
}
.sp-product-top3 {
    margin-top: 0px;
} 
}


.av-container.av-sp-padding {
    padding: 0 0px;
}
.av-container.av-sp-padding .av-button-area {
    padding-left: 10px;
}
a.nav-link::first-letter {
    color: #7fc11d !important;
}
.sp-post-product .psac-post-carousel.psac-design-1 .psac-post-title {
    font-size: 16px;
    line-height: 23px;
}
.sp-post-product .psac-post-carousel.psac-design-1 .psac-post-carousel-content .psac-post-meta {
    display: none;
}
.portfolio-img-sp {
    margin-top: -3px;
}
div#sample_slider .portfolio-img-sec img {
    border-radius: 6px !important;
}
.portfolio-img-sec {
    background-color: #ffffff;
    /* border-color: #fff; */
    color: #151535;
    padding: 0px 4px 0px 4px;
    border: 1px solid #fff;
    border-radius: 6px;
}
.portfolio-img-sec-inner {
    background-color: #e0e0e0;
    /* border-color: #fff; */
    color: #18276c;
    padding: 0px 4px 0px 4px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.port-title-img-sp {
    text-align: center;
    /* padding: 5px; */
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}
.port-title-img-sp-left {
    text-align: left;
    font-size: 15px;
}

.sp-home-pslide-mtop {
    margin-top: 25px;
}

/*#home_product_slider {
background-image: url(https://demoserver.jbsoft.in/thermofab-demo/thermo-fab/uploads/2021/05/aluminum_background.jpg);
}*/

.home-pro-tit-sp h4{
    font-size: 17px !important;
}

.home-pro-tit-sp {
padding-top: 10px;
   /* padding-bottom: 15px;*/
    text-align: center;
    color: #18276c;
    font-weight: 500;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.home-product-padd-sp {
    padding-bottom: 0px;
}
.sp-top-padd-portfolio {
    padding-top: 50px;
}
.sp-top-padd-product {
    padding-top: 50px;
}
a:focus, button:focus {
    border: none !important;
}

.heading-default-left > span {
    font-weight: 600;
   text-align: left;
    margin-bottom: 9px;
    color: var(--sp-primary);
    font-size: 17px;
}
/*******New**********/
span.img-right {
    display: inline-block;
    width: 15%;
    float: right;
    margin-left:20px;
}
span.img-right img{float:right;    width: 100%;
}
h4.sub-title {
    color: #18276c;
    font-size: 25px;
    margin-bottom: 10px;
}
h5.sub-title {
    color: #18276c;
    font-size: 19px;
    margin-bottom: 10px;
}
p.justify {
    text-align: justify;   
}
p.justify.strong {
    color: #000;
    font-weight: 500;
}
.box-shad-pro{
    padding: 10px;
    box-shadow: 1px 1px 3px #cacaca;
    margin-bottom:30px;
}
span.img-left {
    width: 15%;
    float: left;
    margin-right:20px;
}
span.img-left img {
    width: 100%;
}
ul.list li {
    position: relative;
    padding-left:20px;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
ul.list li:before {
        content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #7fc11d;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
span.img-right.wid-big {
    width: 30%;
}

.box-shad-pro.box-shad-bgcl-odd {
    background-color: #ffffff;
}
.box-shad-pro.box-shad-bgcl-even {
    background-color: #f2f2f294;
}
