@charset "utf-8";
/*----------
* theme: Lahiru Pest Control
* Author: ANTS Creation
* Url : https://www.ants.lk/
----------------------------
* main css file
----------------------------------*/

/*--
Section slider
----------------------------------*/


/*
--
Index-page
----------------------------------*/
.welcome-section{
    padding-top: 60px;
}

.welcome-section .welcome-img{
    position: relative;
    z-index: 1;
}

.welcome-section .welcome-img .img-shape{
    position: absolute;
    right: -40px;
    top: -35px;
    z-index: -1;
    height: 100%;
}

.welcome-section .welcome-content span{
    color: var(--green);
    font-weight: 700;
    font-family: font-1;
    display: inline-block;
}

.welcome-section .welcome-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--theme-1);
    margin-bottom: 14px;
    text-transform: uppercase;
}

.welcome-section .our-experiance .welcome-item .title{
    font-size: 2.23rem;
    line-height: 45px;
    font-weight: 600;
    color: var(--theme-1);
}

.welcome-section .our-experiance .welcome-item .title span {
    font-size: 4.6rem;
    font-weight: 600;
    color: var(--green);
}
.y-box{
    padding: 23px 23px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow:  0px 2px 30px 2px rgba(0, 0, 0, 0.1);
}
.i-logo .i-logo-1{
    width: 14%;
    margin: 0 25px 0 0;
}
.welcome-section .i-logo .i-logo-1 {
    width: 27%;
    margin: 0 10px 0 0;
}
.welcome-section .i-logo .i-logo-2 {
    width: 73%;
    padding: 1% 0;
}
.i-logo .i-logo-2{
    width: 85%;
    padding: 6% 0;
}
/*
service-section
***************************/
.parallax {
    height: 100%; 
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-section.parallax {
    background-image: url(../images/service-bg.jpg);
}
.service-section .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.service-section .service-head span{
    color: var(--green);
    font-weight: 600;
    text-align: center;
}
.service-section .service-item {
    border: 1px solid #dcdfe2;
    border-radius: 5px;
    padding: 40px 12px 70px;
    background: transparent;
    transition: all 0.3s;
    position: relative;
    margin-top: 30px;
    height: calc(100% - 30px);
}

.service-section .service-item::before, .service-section .service-item::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s;
}

.service-section .service-item::after{
    border-top: 2px solid var(--green);
    border-bottom: 2px solid var(--green);
    transform: scale(0,1);
}

.service-section .service-item::before{
    border-left: 2px solid var(--green);
    border-right:2px solid var(--green);
    transform: scale(1,0);
}

.service-section .service-item:hover:before, 
.service-section .service-item:hover:after{
    transform: scale(1);
}

.service-section .service-item .service-thumb {
    font-size: 80px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    color: var(--green);
    transition: all 0.3s ease-out 0s;
}

.service-section .service-item .service-thumb .img-icon{
    width: 38%;
}

.service-section .service-item .service-thumb .icon-shape{
    position: absolute;
    left: -43px;
    right: 0;
    transition: all 0.3s ease-out 0s;
    opacity: 0.9;
    z-index: -1;
}

.service-section .service-item .service-content h4{
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--theme-1);
}

.service-section .service-item .service-content .btn-style{
    color: var(--theme-1);
    text-decoration: none;
    font-weight: 700;
    cursor: pointer !important;
    position: absolute;
    z-index: 1;
    left: 33%;
}

.service-section .service-item .service-content .btn-style i {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    color: var(--theme-1);
    margin-left: 5px;
    transition: all 0.3s ease-out 0s;
}

.service-section .service-item:hover .service-content .btn-style i {
   background-color: var(--green);
   color: var(--white);
}

.service-section .service-item:hover  .service-item .service-thumb i{
    color: #fff;
}

/*
Pest control section
********************************/
.pest-control-section .service-head p{
    padding-top: 10px;
    margin: 0 auto;
    width: 55%;
}

.pest-control-section .pest-item {
    margin-top: 20px;
}

.pest-control-section .pest-item .pest-icon{
    border-radius: 50%;
    width: 110px;
    height: 110px;
    border: 10px solid #fff;
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.4s;
    text-align: center;
    line-height: 90px;
}

.pest-control-section .pest-item .pest-title a{
    text-transform: uppercase;
    text-decoration: none;
    color:#808080;
    font-weight: 600;
}
.pest-control-section .pest-item:hover .pest-icon {
    border-color: var(--green);
}
.pest-control-section .pest-item:hover .pest-title a{
    color: var(--green);
}
/*
counter-area
******************************/

.overlay-bg {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 41%, rgba(0, 0, 0, 0.8) 100%);
}
.counter-section.parallax {
    /* The image used */
    background-image: url(../images/banner/InnerBanner-Exterminator.jpg);
} 
.counter-section h2{
    color: white;
}

.counter-section .counter-item{
    text-align: center !important;
    margin: 50px 0;
}

.counter-section .counter-item h4{
    color: var(--white);
    letter-spacing: 2px;
    font-size: 2.6rem;
}

.counter-section .counter-item span{
    color: #fff;
    text-transform: capitalize;
}
.mission-vision-section{
    position: relative;
}
.mission-vision-section .couter-shape img{
    position: absolute;
}
.mission-vision-section .couter-shape :first-child{
    top: 30px;
    left: 50px;
}

.mission-vision-section .couter-shape :nth-child(2){
    top: 138px;
    right: 3%;
}

.mission-vision-section .couter-shape :nth-child(3){
    top: 20px;
    right: 25%;
}

.mission-vision-section .couter-shape :nth-child(4){
    bottom: 16px;
    right: 10%;
}

.mission-vision-section .couter-shape :nth-child(5){
    top: 30px;
    left: 400px;
}

.mission-vision-section .couter-shape :nth-child(6){
    bottom: 176px;
    left: 15px;
}

.mission-vision-section .couter-shape :nth-child(7){
    bottom: 30px;
    left: 50%;
}

.mission-vision-section .couter-shape :nth-child(8){
    bottom: 24px;
    left: 20%;
}

/*
contact-area
**************************/
.area-inner{
    margin-bottom: 40px !important;
}

.contact-footer-section .contact-area{
    padding: 55px 85px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 7px 5px 30px rgba(72,73,121,.15);
    position: relative;
    z-index: 1;
    margin-bottom: -250px;
}

.contact-footer-section .contact-area::before{
    content: "";
    position: absolute;
    background: url(../images/footer-bg.png);
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.contact-footer-section .contact-area .contact-img img{
    border-radius: 10px;
}

.contact-head h2{
    color: #000;
    font-weight: 600;
}

.contact-head h2 span{
    color: var(--theme-1);
}

.contact-form .form-control {
    height: 50px;
    border: 1px solid #6096fd;
    background: #fff;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 10px;
    width: 90%;
}

.contact-footer-section .contact-area::after{
    content: "";
    position: absolute;
    background: url(../images/contact-img-1.png);
    background-position: 50%;
    width: 100px;
    height: 100px;
    top: 30px;
    right: 30px;
    background-size: cover;
}

/*
--
About-page
---------------------------------*/
.about-company-section,.blog-section .about-inner span{
    color: var(--green);
    font-weight: 600;
}

/*
vision-mission
*************************/

.card{
    margin-bottom: 10px;
}
.card .card-header {
    background: #fff;
    border-bottom: 0;
    padding: 0;
    margin: 0;
}
.card-header h2 a{
    font-size: 1.2rem;
    color: #111;
    font-weight: 600;
    position: relative;
    display: block;
    text-align: left;
    padding: 15px 20px;
    line-height: 1;
    text-decoration: none;

}
.card-header h2 a::after{   
    position: absolute;
    content: "+";
    font-size: 25px;
    color: #616161;
    font-weight: 500;
    right: 20px;
    top: 11px;

}
/*
what we do
*****************************/
.what-we-do-content span {
    color: var(--green);
    font-weight: 600;
}
.what-we-do-content h2{
    color: var(--theme-1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.5rem;
}

.what-we-do-inner {
    position: relative;
    padding-left: 450px;
}

.what-we-do-inner .what-we-do-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.what-we-do-inner .what-we-list ul li i{
    color: var(--green);
    margin-bottom: 10px;
    font-size: 2rem;
}

.what-we-do-inner .what-we-list ul li h4{
    color: var(--theme-1);
    margin-bottom: 15px;
}

/*
Team-member
*************************/

.team-area .team-head p {
    padding-top: 10px;
    margin: 0 auto;
    width: 62%;
}

.team-area {
    background-color: whitesmoke;
}

.team-area .team-about-text span{
    margin: 20px 0;
    font-family: font-1;
}

.team-area .team-about-text h3{
    margin: 20px 0;
    font-family: font-1;
    color: var(--theme1);
}

.team-area .team-about-text p{
    margin: 20px 0 50px 0;
}

.team-area .single-team {
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.team-area .single-team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 83, 167,.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.team-area .single-team .team-img {
    position: relative;
}

.team-area .single-team .team-img .team-icon {
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    z-index: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.team-area .single-team .team-img .team-icon ul li {
    display: inline-block;
}

.team-area .single-team .team-img .team-icon ul li a {
    color: var(--white);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.team-area .single-team .team-img .team-icon ul li a i:hover{
    color: var(--theme-1);
    transition: 0.9s;
}

.team-area .single-team .team-img .team-icon ul li a i {
    font-size: 1.5rem;
}

.team-area .single-team .team-content {
    position: relative;
    z-index: 1;
    padding: 30px;
}

.team-area .single-team .team-content h4 {
    line-height: 1;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: var(--theme-1);
}

.team-area .single-team .team-content span {
    color: var(--theme1);
    line-height: 1;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.team-area .single-team:hover .team-content h4 {
    color: var(--white);
}

.team-area .single-team:hover .team-content span {
    color: var(--white);
}

.team-area .single-team:hover::before {
    opacity: 0.9;
}

.team-area .single-team:hover .team-icon {
    top: 0;
}

.team-area .single-team:hover .team-content {
    border-color: var(theme1);
}

/*
testimonial
***************************/

.h-title h2{
    margin: 0 auto;
    width: 52%;
}

.testimonial-section span{
    color: var(--green);
    font-weight: 700;
}

.testimonial-item{
    background-color: whitesmoke;
    padding: 25px;
    width: 90%;
}

.testimonial-item i{
    font-size: 2rem;
    opacity: 0.5;
}

.testimonial-item h5{
    color: var(--theme-1);
    font-weight: 600;
}
/*
--
Service details page
--------------------------------*/
.service-name-head h4{
    font-size: 2rem;
    margin: 0;
}
.category-option h4{
    color: #111;
    margin-bottom: 20px;
    margin-top: 17px;
}
.category-option ul li{
    border: 1px dashed #a58888;
    padding: 6px 13px;
    border-radius: 7px;
    transition: 0.4s;
    margin-bottom: 10px;
}

.category-option ul li:hover{
    background-color: #6096fd;
    color: #fff !important;
    transition: 0.4s;
}

.category-option ul li a{
    color: #646464;
    text-decoration: none;
}

.category-option ul li a i{
    float: right;
    position: relative;
    top: 3px;
    font-size: 1.1rem;
}

/*
--
bugs-library-page
----------------------------------*/
.bugs-library-section .portfolioFilter a{
    color: var(--theme-1);
    padding: 15px 10px;
    text-transform: uppercase;
    margin-right: 15px;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 600;
}

.bugs-library-section .portfolioFilter a:hover{
    background-color: var(--green);
    color: #fff;
}

.port-item {
    position: relative;
    height: 100%;
    text-align: center;
    padding: 15px;
}

.port-item:hover{
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0 15px 0 rgba(0,0,0,0.3);
    transition: all .2s;
}

.bugs-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
    margin-top: -39px;
    z-index: 5;
    padding: 3px 5px 5px 5px;
    border-top: 0;
    border-radius: 3px;
    background: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.bugs-content:before {
    content: "";
    left: 0px;
    right: 0px;
    top: 5px;
    bottom: -15px;
    background: #ffffff;
    position: absolute;
    z-index: -1;
    border-radius: 3px;
    box-shadow: 0px 8px 15px 0 rgba(0,0,0,0.3);
}

.port-item:hover .bugs-content{
    top: 110%;
    opacity: 1;
    visibility: visible;
}

.bugs-name h4{
    margin-top: 5px;
    color: var(--theme-1);
    text-transform: capitalize;
    font-size: 1.25rem;
}
/*
--
Contact-page
------------------------------*/

.contact-box {
    border-radius: 10px;
    box-shadow: 7px 5px 30px rgba(72,73,121,.15);
    padding: 20px 0px;    
    height: calc(100% - 1px);
}

.contact-box .contact-icon {
    padding: 15px 0;
}

.contact-box .contact-icon i{
    font-size: 1.3rem;
    border: 2px dashed var(--theme-1);
    padding: 10px;
    border-radius: 50%;
    color: var(--theme-1);
}
.contact-box .contact-detail h5{
    font-weight: 600;
}

.contact-box .contact-detail p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.contact-detail p a{
    color: var(--txt-color);
}
/*-----*/
.career-detail-section .icon-item.layout-2 {
    border: 2px solid #e5e5e5;
    box-shadow:none;
}
.career-detail-section .icon-item.layout-2:hover {
    border: 2px solid #b1a7a7;
}

.icon-item.layout-2 {
    z-index: 4;
    position: relative;
    margin-bottom: 25px;
    /* border-radius: 0px; */
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.22);
    padding: 10px;
    background-color: white;
    margin-bottom: 20px;
    text-align: center; 
    height: calc(100% - 0px); 
}
.icon-item.layout-2 .img-in {
    position: relative;
    overflow: hidden;
}
/* .icon-item.layout-2 {
    padding: 25px;
    position: relative;
    z-index: 2;
    width: 90%;
    background-color: #fff;
    margin: -30px auto;
    border-radius: 5px;
    text-align: center;    
    box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.22);
} */


.icon-item.layout-2 h5{
    font-family: font-2;
    color: #111;
    text-decoration: none;
    position: relative;
    margin-bottom: 15px;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;

    

}

.icon-item.layout-2 .content{
    margin-bottom: 15px;
}

.icon-item.layout-2:hover .content span i {
    transition: 0.3s;
    background-color: var(--theme-1);
    color: #fff;
    margin-left: 10px;
}

.icon-item.layout-2 .content p{
    font-size: 15px;
}
.icon-item.layout-2 .content span{
    color: #111;
    font-weight: 700;
    margin-top: 10px;
}
.icon-item.layout-2 .content span i {
    transition: 0.3s;
    display: inline-block;
    border-radius: 50%;
    padding: 4px 5px;
    margin-left: 5px;
}
/*----*/
.vm-icon img{
    color: #6096fd;
    font-size: 50px;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    display: inline-block;
    transition: .5s;
    max-width: 25%;
}
.vm-box {
    background: #fff;
    height: calc(100% - 20px);
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 7px 5px 30px rgba(72,73,121,.15);
}
.mission-vision-section.parallax {
    background-image: url(../images/banner/ants-banner.jpg);
}
.mission-vision-section:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(3, 24, 136, 0.4) 0%, rgba(3, 24, 136, 0.3) 41%, rgba(3, 24, 136, 0.7) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8;
    z-index: -1;
}
/*------*/
.quote-section{    
    /* margin-top: -65px; */
    position: relative;
    z-index: 1;
}
.s-quote{
    position: relative;
}
.quote-section .quote-box{
    background: #fff;
    position: relative;
    padding: 15px 20px 10px;
    box-shadow: 7px 5px 30px rgba(72,73,121,.15);    
    border-radius: 8px;
}
.quote-box.contact-form .form-control {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    width: 100%;
}
.quote-box .btn{
    width: 100%;
}
.hot-line {
    text-align: center;
    background-color: var(--theme-1);
    padding: 20px 20px 25px;
    box-shadow: 7px 5px 30px rgba(72,73,121,.15);
    border-radius: 0 10px 10px 0;
}
.hot-line h3 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: capitalize;
}
.hot-line span {
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}
.hot-line a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}
/*-- pest-control-section ---*/
.pest-control-section .pest-item{
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 15px;
    margin: 15px;
}
.service-section .owl-prev,
.service-section .owl-next{
    /* background: var(--theme-1) !important; */
    /* width: 40px;
    height: 40px; */
    /* color: #fff !important; */
    color: #a0a0a0 !important;
    font-size: 24px !important;
    font-family: font-2 !important;
    text-align: center;
    top: 50%;
    position: absolute;
    cursor: pointer;
}
.service-section .owl-prev{
    left: -45px;
}
.service-section .owl-next{
    right: -45px;
}

/* product section owl nav  */
.product-section .owl-prev,
.product-section .owl-next{
    
    /* width: 40px;
    height: 40px; */
    color: #a0a0a0 !important;
    text-align: center;
    top: 50%;
    position: absolute;
    cursor: pointer;
    font-size: 24px !important;
    font-family: font-2 !important;
}
.product-section .owl-prev{
    left: -45px;
}
.product-section .owl-next{
    right: -45px;
}

.brand-section .owl-dots,
.service-section .owl-dots,
.product-section .owl-dots
{
    text-align: center;
    margin-top: 20px;
}
.brand-section .owl-dots .owl-dot,
.service-section .owl-dots .owl-dot,
.product-section .owl-dots .owl-dot {
    width: 20px;
    border-radius: 10px;
    height: 7px;
    background-color:var(--theme-1-lite);
    margin-right: 6px;
    border: 0px;
    opacity: 0.7;
}
.brand-section .owl-dots .owl-dot.active,
.service-section .owl-dots .owl-dot.active,
.product-section .owl-dots .owl-dot.active  {
    background-color: var(--theme-1);
    opacity: 1;
    border: 0px;
}
.p-title h2 a{
    color: var(--theme-1);
    font-size: 1.8rem;
    padding-left: 24px;
    font-family: font-2;
}
.list-design ul {
    padding-left: 20px;
    margin-bottom: 5px;
}
.list-design ul li {
    list-style: disc;
}
/*------*/
.s-quote .quote-box{
    display: block;
    background: rgba(255,255,255,1);
    border-style: none;
    margin-top: -180px;
    margin-bottom: 25px;
    z-index: 1;
    padding: 20px 20px;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-box-shadow: -10px 0px 13px -7px rgba(0,0,0,0.2), 10px 0px 13px -7px rgba(0,0,0,0.2), 5px 5px 0px 5px rgba(170,170,170,0);
    box-shadow: -10px 0px 13px -7px rgba(0,0,0,0.1), 5px 0px 10px -7px rgba(0,0,0,0.2), 5px 5px 0px 5px rgba(170,170,170,0);
}
.q-title h4{
    margin-bottom: 0;
    text-transform: uppercase;
}
.q-title p{
    border-bottom: 1px solid rgba(219,219,219,1);
    font-size: 0.82rem;
    padding-bottom: 15px;
}
.contact-s{
    background: whitesmoke;
    border-radius: 10px;
    padding: 30px;
}
.pest-services li{
    width: 48%;
    height: 320px;
    display: inline-flex;
    background: #fff;
    padding: 10px;
    font-size: 15px;
    margin: 30px 2px 0;
    -webkit-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.mobile-btn.sticky.is-sticky {
    position: fixed;
    top: 63px;
    z-index: 4;
    width: 100%;
    background: transparent;
    box-shadow: 0 -6px 0px 6px #ffffff;
}
.mobile-btn .btn{
    font-size: 1.25rem;
    text-transform: uppercase;
    border-radius: 15px;
}
.mobile-btn.sticky.is-sticky .btn{
    width: 100%;
    border-radius: 0;
}
.industries-img{
    float: left;
    margin: 0 30px 8px 0;
    width: 40%;
}

.careers-d-img{
    float: right;
    margin: 0 0 10px 0px;   
}

/* product-home-carousel */
.product-section .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/*-------------- breadcrumb-section  -------------*/
.breadcrumb-section .overlay-banner{
    width: 100%;
    height: 300px;
    z-index: -1;
    background-color: rgba(39, 65, 150,0.5);
    opacity: 0.9;
}
.breadcrumb-section .breadcrumb{
    background-color: transparent;
    padding: 0;
    margin-bottom: 0px;
}
.breadcrumb-section .breadcrumb ul{
    margin-left: auto;
    margin-right: auto;
}
.breadcrumb-section .breadcrumb ul li{
    list-style: none;
    display: inline-block;
    color: #fff;
}
.breadcrumb-section .breadcrumb ul li a{
    color: #fff;
}
.breadcrumb-section .breadcrumb ul li a:hover{
    color: #838383;
}
.breadcrumb-section .breadcrumb ul li i{
    color: #fff;
}
.breadcrumb-section .page-banner{
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 300px;
}
.breadcrumb-section .page-banner .page-title{
    display: table-cell;
    vertical-align: middle;
}
.breadcrumb-section .page-banner .section-heading h2{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 16px;
    text-transform: capitalize;
}
	.service-section .s-quote .quote-box{
    margin-top: -100px;
}

/* card details */

.car-d-inner ul{
    margin: 8px;
}
.car-d-inner ul li {
    list-style: disc;
    font-size: 14px;
}

.modal-body .form-control{
    position: relative;
    margin-bottom: 12px;
    font-size: 14px;
    height: calc(1.5em + 1.25rem + 2px);
    border-color: var(--theme-1);
    padding-right: 32px;
    
}

.modal-body .form-control:focus{
    box-shadow: none;
    border-color: var(--theme-1);
}

.modal-body .form-group .cuspan{
    font-size: 12px;
}

.inquiry-form-inner .custom-file-label{
    border-color: var(--theme-1);
}

/* response-msg */
.inquiry-response{
	text-align: center;
	padding: 20px 0;
	background: #EBF0F5;

	
}

.inquiry-response h1{
    color: #17a122;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 20px;
}

.inquiry-response p{
    color: #404F5E;
    font-size:20px;
    margin: 0;
}

.inquiry-response i{
    color: #17a122;
    font-size: 100px;
    line-height: 200px;
    margin-left:-15px;
}

/* block section */
.blog-section{
    background: whitesmoke;
}
/* blog page */
.blog-search-wraper .search-in1 .form-control{
    border: 1px solid var(--theme-1);
    border-radius: 9px;
}

.blog-search-wraper .search-in1 .form-control:focus{
    box-shadow: none;
}

.blog-search-wraper .search-in1 .icon-cls{
    color: var(--theme-1);
    }

.blog-search-wraper .search-in1 .submitbtn {
    display: inline-block;
    bottom: -1px;
    border: 0;
    background: 0 0;
    font-size: 16px;
    color: #5a5656;
    transition: .3s;
    padding: 6px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* blog detail */

.blog-img{
    float: left;
    margin-right: 25px;
    max-width: 80%;
}
.blog-head .data__time {
    width: 70px;
    height: 70px;
    background-color:  var(--theme-2);;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    position: relative;
    top: -44px;
    margin-left: 14px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;

}

.blog-head  .data__time span {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-top: 4px;
}