/**
*****************************************
	Theme Name: Ceylon Solar Power
	Author: ANTS Creation
	Author URL: http://www.ants.lk
	Version: 1.0
******************************************
**/

/*  Section Title
/* =================================== */
.s-title span {
    color: #a0a7ae;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 11px;
}
.s-title h2 {
    position: relative;
    display: block;
    color: #111;
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 38px;
    text-transform: capitalize;
    z-index: 1;
}

.s-title.text-center h2:before {
    left: 0;
    margin: auto;
}
.s-title h2:before {
    position: absolute;
    content: "";
    background-color: var(--main-3);
    height: 8px;
    width: 8px;
    left: 0;
    right: 0;
    bottom: -18px;
    z-index: 1;
    margin: 0;
}
.s-title.text-center h2:after {
    margin: auto;
}
.s-title h2:after {
    position: absolute;
    content: "";
    background-color: var(--main-3);
    height: 2px;
    width: 80px;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0;
}
.b-radius{
    border-radius: 5px;
}
/*  Button
/* =================================== */

.b-style-1{
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #92c938;
    color: var(--white);
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 12px 38px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.b-style-1:after {
    background: rgba(0, 0, 0, 0.1);
}

.b-style-1:after {
    width: 35%;
    height: 200%;
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
    content: '';
    position: absolute;
    z-index: -1;
}
.b-style-1:hover{
    color: var(--white);
}
/*----slider ------*/
/* .slider-overlay{
    background: var(--gr-1);
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */
.rev_slider_wrapper, 
.rev_slider, 
.tp-fullwidth-forcer, 
.rev_slider .tp-bgimg.defaultimg {
    max-height: 500px !important;
}

/*---- welcome-area -------*/
.s-detail{
    z-index: 3;
    position: relative;
}
.service-box::before{
    height: 4px;
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    background: #4daf40;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: 2;
}
.service-box::after{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    top: 0%;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}
.service-box img.hover-img {
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.service-box:hover {
    -webkit-box-shadow: 0px 0px 30px 2px rgba(20, 44, 75, 0.1);
    -moz-box-shadow: 0px 0px 30px 2px rgba(20, 44, 75, 0.1);
    box-shadow: 0px 0px 30px 2px rgba(20, 44, 75, 0.1);
}
.service-box{
    padding: 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.service-box:hover img{
    z-index: 0;
    opacity: 1;
    top: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.service-box:hover.service-box::after {
    opacity: 1;
}
.service-box a h4{
    color: var(--main-5);
}
.service-box:hover a p,
.service-box:hover a h4{
    color: var(--white);
}
/*--- choose-area ---*/
.choose-area .wcu-title ul li{
    padding-bottom: 1rem;
    display: inline-flex;
}
.choose-area .wcu-title ul li::before{
    content: "\f118";
    font-family: "Font Awesome 5 Free";
    color: var(--main-3);
    padding-right: 15px;
}
.s-content li.s-list{
    position: relative;
    position: relative;
    display: inline-block;
    padding-left: 70px;
}
.s-content .s-list .c-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    text-align: center;
    color: var(--main-3);
    background: #ffffff;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 1px #f4f4f4;
    z-index: 1;
    transition: all 500ms ease 100ms;
}
.s-content .s-list p{
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 16px;
    padding: 7px 0 5px 30px;
    color: var(--main-5);
    font-weight: 600;
    margin: 0;
    min-height: 80px;
}
/*----- company-area ----*/
.s-company .project-content {
    background-color: var(--main-3);
    position: relative;
    padding: 20px 30px;
    border-radius: 10px;
    max-width: 300px;
    margin: -38px auto 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
}
.s-company:hover .project-content {
    max-width: 100%;
    border-radius: 0 0 30px 30px;
}
.s-company .project-content:hover h4 {
    color: #000;
}
.s-company .project-content i {
    position: absolute;
    top: 50%;
    right: 15px;
    background-color: #ffffff;
    color: #0c1531;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- project-area ----*/
.parallax {
    height: 100%; 
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.project-area.parallax {
    background-image: url(../images/project.jpg);
    z-index: 1;
}
.project-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.7);
}
.project-area .s-title span {
    color: #111;
    z-index: 1;
}

.project-content .p-box .p-date{
    text-align: center;
    position: absolute;
    top: 15px;
    left: 15px;
}

.p-date h5 i{
    color: green;
    margin-right: 2px;
}

.p-date h5{
    background: #fff;
    padding: 2px 6px;
    font-size: 1.05rem;
}
.project-content .p-box .p-text{
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 19px 24px 28px;
}
.project-content .p-box .p-text h4{
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e9e9e9;
    color: var(--black);
}
.read-btn{
    color: #585858;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.project-content .p-box .p-text h4:hover,
.read-btn:hover{
    color: var(--main-3);
}
/*---- product-area -----*/
.product-area .product-box .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.product-box:hover .img-holder img {
    transform: scale(1.2);
}
.product-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.product-box .p-content-box {
    position: absolute;
    left: 8px;
    bottom: 0;
    background: #f3f7fa;
    width: 333px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.product-box .text-holder {
    position: relative;
    display: block;
    padding: 34px 30px 0;
    background: #fff;
    box-shadow: 0px 4px 8px 2px #F0F0F0;
    transition: all 900ms ease 500ms;
}
.product-box .text-holder:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    content: "";
    background: rgb(51,152,253);
    background: linear-gradient(90deg, rgb(146, 201, 56) 0%, rgba(146, 201, 56, 0.7) 40%, rgba(146, 201, 56, 0.3) 100%);
}
.product-box:hover .text-holder:before {
    width: 100%;
    transition: all 900ms ease 500ms;
}
.product-box .button{
    border-top: 1px solid #edf2f7;
}
/*-- clients-area ---*/
.clients-area{
    background: var(--bg-1), url(../images/bg-pattern-1.png) no-repeat center center;
    background-size: cover;
}
.clients-area .owl-carousel .owl-item img {
    width: auto;
}
.clients-content .client-img{
    border: 1px solid #ccc;
}
.project-area .project-content .owl-nav,
.team-area .team-content .owl-nav{
    position: absolute;
    right: 0;
    top: -110px;
    margin: 0;
}
.project-area .project-content .owl-nav .owl-prev,
.project-area .project-content .owl-nav .owl-next,
.team-area .team-content .owl-nav .owl-prev,
.team-area .team-content .owl-nav .owl-next{
    position: relative;
    background: #ffffff;
    color: #83888d;
    font-size: 18px;
    width: 60px;
    height: 60px;
    border: 2px solid #dbe5ec;
    line-height: 60px;
    padding: 0;
    transition: all 700ms ease 100ms;
    border-radius: 50%;
}
.project-area .project-content .owl-nav .owl-next,
.team-area .team-content .owl-nav .owl-next {
    margin-left: 10px;
}
/*-- banner-area --*/
.banner-area .overlay-banner{
    width: 100%;
    height: 250px;
    z-index: -1;
    background: var(--gr-1);
    opacity: 0.9;
}
.banner-area .breadcrumb{
    background-color: transparent;
    padding: 0;
    margin-bottom: 0px;
}
.banner-area .breadcrumb ul{
    margin-left: auto;
    margin-right: auto;
}
.banner-area .breadcrumb ul li{
    list-style: none;
    display: inline-block;
    color: #fff;
}
.banner-area .breadcrumb ul li a{
    color: #fff;
}
.banner-area .breadcrumb ul li a:hover{
    color: var(--main-3);
}   
.banner-area .breadcrumb ul li::after{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: var(--white);
    padding: 0 15px;
    font-weight: 700;
}
.banner-area .breadcrumb ul li:last-child::after{
    display: none;
}
.banner-area .page-banner{
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 250px;
}
.banner-area .page-banner .page-title{
    display: table-cell;
    vertical-align: middle;
}
.banner-area .page-banner .section-heading h2{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 16px;
    text-transform: capitalize;
}
/*---welcome-area -> service- ---*/
.service-list p{
    line-height: 23px;
}
.service-list .s-img{
    width: 200px;
    padding: 20px 0;
    border-radius: 5px;
    transition: 1s;
}
.chairmean-msg .c-name{
    font-family: font-6;
    font-weight: 700;
}
.team-box  img{
    border-radius: 10px;
}
.team-box .box-content {
    padding: 20px;
    margin-bottom: 20px;
    bottom: 120px;
    z-index: 1;
    color: var(--white);
}
.team-box .title,.team-box .post {
    color: #fff;
}
.team-box .post, .team-box .title {
    transform: translateY(145px);
    transition: all .4s cubic-bezier(.13,.62,.81,.91) 0s;
}
.team-box:after {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);
    top: 0;
    transition: all .5s ease 0s;
    border-radius: 10px;
}
.team-box .box-content, .team-box:after {
    width: 100%;
    position: absolute;
    left: 0;
}
.t-meta{
    background-color: var(--main-3);
    padding: 13px 0;
    margin-top: -67px;
    position: relative;
    z-index: 99;
    border-radius: 5px;
}
.t-meta:hover{
    color: var(--white);
}
.a-area{
    background: var(--bg-1), url(../images/bg-pattern-2.png) no-repeat center center;
    background-size: cover;   
}
/*-- project-area detail --*/
.project-slide .carousel-inner{
	border-radius: 15px;
	-webkit-box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.42);
    box-shadow: 0px 3px 9px rgba(33, 33, 33, 0.42);
    transition: all ease-in-out 0.5s;
}
.project-slide .carousel-indicators li {
    height: 6px;
}
.project-slide .carousel-control-next span, 
.project-slide .carousel-control-prev span{
	width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.carousel-indicators .active {
    background-color: var(--main-3);
}
.p-menu{
    border: 1px solid #92c938;
    border-radius: 10px;
    padding-bottom: 0 !important;
    padding: 10px 15px;
}
.p-list img{
    width: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 15px;
    background: #eff1fe;
}
.p-list p{
    color: var(--main-3);
}
.p-content i{
    color: var(--main-1);
}
/*-- feedback-area video-btn --*/
.testimonial-area .bg-img-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.testimonial-area .bg-img-wrap .bg-img{
    position: absolute;
    z-index: 0;
    bottom: -39px;
    right: 0;
    opacity: 0.5; 
}
.testimonial-area .bg-img-wrap .bg-img.bg-img-left{
    left: 0; 
}
.testimonial-content .new-vedio{
    margin: auto;
    width: 50%;
    position: relative;
    z-index: 1;
}
.new-vedio h3 {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    font-size: 15px;
}
.new-vedio i {
    position: absolute;
    top: 45%;
    left: 50%;
    font-size: 25px;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    border: 2px solid #fff;
    padding: 10px 10px 10px 15px;
    border-radius: 50px;
    color: #fff;
}
.new-vedio *, .new-vedio *:before, .new-vedio *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.new-vedio a {
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.new-vedio:hover i {
   
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}
/*-- contact-area --*/
.contact-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    height: calc(100% - 13px);
}
.contact-box .c-icon i{
    font-size: 25px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: var(--main-3);
    line-height: 60px;
    text-align: center;
    position: relative;
    color: #ffffff;
    left: 0;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.c-text a{
    color: var(--main-4);
    font-size: 15px;
}

/*-- about-area --*/
.video-play-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--main-3);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background:var(--main-3);
    border-radius: 50%;
    transition: all 200ms;
}
.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}
.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.company-area .commpany-content .owl-nav .owl-prev,
.company-area .commpany-content .owl-nav .owl-next{
    position: absolute;
    top: 30%;
    bottom: 0;
    background: #92c938;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border: 2px solid #dbe5ec;
    line-height: 50px;
    padding: 0;
    transition: all 700ms ease 100ms;
    border-radius: 50%;
}
.company-area .commpany-content .owl-nav .owl-next{
    right: -25px;
}
.company-area .commpany-content .owl-nav .owl-prev{
    left: -25px;
}
.company-area .commpany-content .owl-dots{
    text-align: center;
}
.company-area .commpany-content .owl-dots .owl-dot {
    width: 15px;
    border-radius: 50%;
    height: 15px;
    background-color:var(--main-3);
    margin-right: 6px;
    border: 0px;
    opacity: 0.7;
}
.company-area .commpany-content .owl-dot.active {
    background-color: var(--main-3);
    opacity: 1;
    border: 0px;
}

/*-- --*/
.single-testimonial-item {
    position: relative;
    display: block;
    background: transparent;
    padding-top: 50px;
    z-index: 1;
}
.single-testimonial-item:before {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -10px;
    height: 10px;
    background: rgba(189, 173, 173, 0.2);
    content: "";
    z-index: 3;
}
.single-testimonial-item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
}
.single-testimonial-item .inner-content {
    position: relative;
    display: block;
    padding: 62px 51px 5px;
    background: #ffffff;
}
.single-testimonial-item .inner-content:after {
    position: absolute;
    right: 40px;
    bottom: 43px;
    font-size: 49px;
    line-height: 56px;
    color: #f3f7fa;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}
.single-testimonial-item .inner-content:before {
    position: absolute;
    top: 12px;
    left: 40px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 49px;
    line-height: 56px;
    font-weight: 700;
    color: #f3f7fa;
}

.choose-area{
    background: url('../images/bg-section.jpg') no-repeat center center; 
    background-size: cover;
}

.business-inner{
    border: 1px solid #e5e5e5;
    padding: 12px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    height: 320px;

}

.business-content{
    margin: 10px 0 5px 0; 
}

.business-content p{
    margin: 0;
    font-size: 0.9rem;
}

.business-content h4{
    margin: 10px 0;
}

.other-business-area{
    background: linear-gradient(0deg, rgb(118 155 107 / 13%), rgba(255, 255, 255));
}

.business-content h4{
    font-size: 1.35rem;
}

.w-content ul {
    margin-top: 40px;
}

.cursor-pointer img, .cursor-pointer a{
    cursor: pointer;
}