.bannerfig,
.bannerfig img {
    width: 100%;
    border-radius: 0 0 6px 6px;
}
.countrybanner {
    width: 100%;
    margin: 0;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: url(../images/custom-banner.webp) center center/cover no-repeat #fff7f6;
}
.countrybanner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*background: rgb(0 0 0 / 0.92);*/
}
.countrybanner .container {
    position: relative;
}
.countrybanner .maintitle,
.countrybanner .shrtdesc p,
.portfoliostrip .widthmidium .maintitle {
    color: #fff;
}
.bannerfig {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgb(255, 102, 0) -19px 20px 0px 0px, rgb(255, 102, 0) -20px 19px 1px 0px; 
}
.bannerfig img {
    height: auto;
}
.getquotebtninner {
    display: inline-block;
    float: none;
    width: 258px;
    margin-top: 1rem;
}
.getquotebtninner a {
    display: inline-block;
    padding: 8px 25px;
    font-size: 1rem;
    line-height: 1.5;
    background: #ff6600;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 2rem;
    width: 255px;
    border: 3px solid #ff6600;
}
.getquotebtninner a:hover{
 color: #fff !important;	
}
.serviceweprovide {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
    margin: 0;
}
.serviceweprovide [class*="col-"] {
    margin: 30px 0 0;
}
.serviceweprovide .servicebx {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
    box-shadow: 5px 5px #e9e9e9;
    position: relative;
}
.figoverlay .fig,
.serviceweprovide .servicebx .figure {
    width: 100%;
    position: relative;
}
.figimage img,
.portfolioimg img,
.serviceweprovide .servicebx .figure img {
    width: 100%;
    height: auto;
}
.serviceweprovide .getquotebtninner,
.serviceweprovide .getquotebtninner a {
    width: auto;
}
.figimage {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #000;
}
.figoverlay {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgb(0 0 0 / 0.7);
    text-align: center;
    top: 0;
    left: 0;
    transform: translateY(0);
    transition: 0.4s ease-in-out;
}
.figoverlay .fig img {
    opacity: 0;
}
.figimage:hover .figoverlay {
    transform: translateY(100%);
}
.figoverlay .caption {
    position: absolute;
    width: 90%;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.serviceweprovide .servicebx .caption .title {
    display: block;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 600;
}
.serviceweprovide .servicebx .caption p {
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
}
.portfoliostrip {
    width: 100%;
    margin: 0;
    padding: 35px 0 15px;
    overflow: hidden;
    background: url(../images/portfolio-strip.webp) center center/cover no-repeat #ff6600;
    position: relative;
}
.portfoliostrip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(239 79 2 / 0.92);
}
.portfoliostrip .widthmidium {
    position: relative;
    z-index: 1;
}
.portfoliobg,
.portfolioimg {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.portfoliobg .row {
    margin: 0;
}
.portfoliobg [class*="col-"] {
    padding: 0 7.5px;
    margin-bottom: 15px;
}
.citylistingbg {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    overflow: hidden;
    height: auto;
    background: #fff7f6;
}
.citylistingbg ul {
    text-align: center;
    display: block;
    width: 100%;
}
.citylistingbg ul li {
    display: inline-block;
    margin: 15px;
}
.citylistingbg ul li a {
    display: inline-block;
    padding: 15px 30px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin: 0;
    border: 1px solid #e7c4b3;
    color: #d34c0b;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}
.citylistingbg ul li a:hover {
    background: #d34c0b;
    color: #fff;
}
/* .captincontainer ol li,
.captincontainer ul li {
    display: block;
    padding-left: 30px;
    color: #414141;
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 0.5rem;
    text-align: justify;
} */
/* .captincontainer ol li::after,
.captincontainer ul li::after {
    content: "\f10c";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #ff6600;
    font-family: FontAwesome;
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
} */
.captincontainer p {
    font-size: 18px;
    line-height: 1.7;
}
@media screen and (max-width: 991px) {
    .countrybanner {
        padding: 40px 0;
        text-align: center;
    }
    .bannerfig {
        margin-top: 15px;
    }
    .serviceweprovide .servicebx {
        border-radius: 6px;
    }
    .figimage img {
        height: 150px;
        object-fit: cover;
    }
    .figoverlay .caption {
        display: block;
        text-align: center;
    }
}
