/**
*****************************************
	Theme Name: Stylo Pvt Ltd
	Author: ANTS Creation
	Author URL: http://www.ants.lk
	Version: 1.0
******************************************
**/
.pt-8{
    padding-top: 5rem;
}
#pp-nav {
    z-index: 6;
}
/*  Section Title
/* =================================== */
.s-title-1 span {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--main-1);
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

/*  background color
/* =================================== */
.bg-color{
    background-color: var(--black) !important;
}
.bg-color-1{
    background: #f7f7f7;
}
/*  Button
/* =================================== */
.b-style-1{
    border: 2px solid var(--main-4);
    border-radius: 5px;
    color: #d0d0d0;
    display: inline-block;
    font-size: 16px;
    padding: 8px 35px;
    text-transform: uppercase;
}
.b-style-1:hover {
    border: 2px solid var(--main-1);
    color: var(--main-1);
}
.b-style-2{
    border-radius: 5px;
    color: var(--white);
    background: var(--main-1);
    display: inline-block;
    font-size: 16px;
    padding: 8px 35px;
    text-transform: uppercase;
    border: none;
}
.b-style-2:hover {
    border: 2px solid var(--main-1);
    color: var(--main-1);
    background: var(--white);
}
/*----slider ------*/
.slider-overlay{
    background: rgba(0,0,0,0.5);
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-s .owl-dots {
    text-align: left;
    margin-top: 2.857rem;
}
.slider-s .owl-dot{
    margin: 0 0 0 .4rem;
}
.slider-s .owl-dot span {
    width: 2rem;
    height: 0.3rem;
    border-radius: 4px;
}
.ct-header-meta>div {
    display: flex;
    align-items: center;
}
.ct-header-meta .h-item-icon {
    margin-right: 13px;
    line-height: 1;
    font-size: 26px;
    color: #b2b2b2;
}
.ct-header-meta h6 {
    font-size: 15px;
    border-bottom: 1px solid #747474;
    display: block;
}
/*-- product-srea --*/
.choose-area .overlay-bg{
    background: rgba(0,0,0,0.1);
}
.p-icon{
    position: absolute;
    right: 8px;
    bottom: 0;
    bottom: 8px;
    width: 45px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    height: 45px;
    line-height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    color: var(--main-1);
}
.p-box:hover .p-icon{
    color: #ffffff;
    background-color: var(--main-1);
}
.p-box h6{
    color: var(--black);
}
.p-box span{
    color: var(--main-1);
}
/*--- choose-area ---*/
.choose-area .c-list li::before{
    content: "\f118";
    font-family: "Font Awesome 5 Free";
    color: var(--main-3);
    padding-right: 15px;
}
.s-content li.s-list{
    position: relative;
    display: inline-block;
    padding-left: 45px;
    width: 100%;
}
.s-content .s-list .c-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    color: var(--main-3);
    background: #ffffff;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease 100ms;
}
.s-content .s-list p {
    position: relative;
    display: block;
    padding-left: 30px;
    padding: 0px 35px 5px 10px;
    margin: 0;
    min-height: 50px;
    line-height: 30px;
}
.section-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.overlay {
    position: absolute;
    content:" ";
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: block;
    z-index:0;
    background-color: rgba(0,0,0,0.7);
  }
/*---- breadcrumb-area ---*/
.inner-banner-header .overlay-banner {
    content: "";
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.breadcrumb-area .page-banner{
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 300px;
}
.breadcrumb-area .page-title {
    display: table-cell;
    vertical-align: middle;
    color: var(--white);
}
.breadcrumb{
    font-size: 0.9rem;
    background-color: transparent;
    text-transform: capitalize;
    padding: 5px 0;
    color: var(--white);
    margin: 0;
}
.breadcrumb li a{
    color: var(--white);
}
.breadcrumb li+li:before {
    content: " ::: ";
    padding: 0 8px 0 8px;
    color: var(--white);
}
.single-widget a.picker{
    font-size: 13px;
    text-transform: uppercase;
    color: var(--main-1);
    font-weight: 800;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.single-widget a.picker::after{
    content: attr(data-text);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    color: #212331;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.single-widget a.picker:hover::after {
    width: 100%;
}
.contact-form .form-control{
    height: 44px;
    color: var(--main-1);
    border: 1px solid #d8d8d8;
    font-size: 13px;
    padding: 10px 20px;
    width: 100%;
}
.contact-form textarea.form-control {
    height: auto;
}
/*-- about-area --*/
.about-list .w-list span{
    color: var(--main-3);
}
.about-list .w-list img{
    width: 64px;
    height: 64px;
}
.border-add{
    border-right: 1px solid #dee2e6;
}
.border-add:last-child{
    border-right: none;
}
.w-content p {
    color: var(--main-3);
}
.scroll-wrap {
    position: relative;
    min-height: 100%;
}
.s-title h4{
    font-family: font-1;
}

/*
--
Comming-Soon
----------------------*/

.product-box{
    overflow: hidden;
    border-radius: 20px !important;
}

.product-inner{
    transform: scale(1.0);
    overflow: hidden;
    transition: 0.5s;
}

.product-box:hover .product-inner{
    transform: scale(1.25);
    transition: 0.5s;

}

.product-content{
    background: #fff !important;
    position: relative;
}

.product-bg-inner{
    background: #f5f5f5 !important;
}

/*
--
About-page-new
--------------------------*/

.what-we-section{
    background: whitesmoke;
}

.about-what-inner h2{
    color: #212529;
}

.about-what-inner h4{
    color: #212529;
    font-weight: 600;
}

.about-what-inner p{
    color: var(--main-3);
}

.about-value-inner i{
    color: var(--black);
}
.about-value-inner p{
    color: var(--main-3);
}
.cases-desc{
    min-height: 65px;
    line-height: 30px;
}