/*===============================================
Template Name: Indastre - Construction HTML5 Teamplate 
Author:  https://themeforest.net/user/dreamit-solution
Description: Description
Version: 1.0.0
Text Domain: Consen
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Indastre Header Menu Area Css
02. Indastre Nav Menu Area Css  Css
03. Indastre Hero Area Css
04. Indastre Counter Area Css
05. Indastre Team Area Css
06. Indastre Blog Area Css
07. Indastre service Area Css
08. Indastre Service Details Css
09. Indastre Project Area Css
10. Indastre Project Details Css
11. Indastre Pricing Area Css
12. Indastre Company Area Css
13. Indastre Why Choose Area Css
14. Indastre Testimonial Area Css
15. Indastre Feature Area Css
16. Indastre Brand Area Css
17. Indastre Footer Area Css
18. Indastre Blog Details Area Css
19. Indastre Contact Area Css
20. Indastre Newslatter Area Css
21. Indastre Search Box  Css
22. Indastre Loder Css

=======================*/







/*---=================================
   <!--Top Bar Area Css-->
==================================---*/
.header-top-section {
    background: #171717;
    padding: 5px;
}

.header-address-info {
    text-align: right;
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

.header-address-info a {

    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Yantramanav";
}

.header-address-info i {
    display: inline-block;
    padding-right: 5px;
    color: #f41717;
    font-size: 12px;
}

.header-address-info span {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 40px;
}

.header-address-info span {
    padding-left: 8px;
    position: relative;
}

.header-address-info span:before {
    position: absolute;
    content: "";
    left: -20px;
    top: -13px;
    background: rgba(255, 255, 255, 0.10196078431372549);
    height: 50px;
    width: 1px;
}

.header-address-info span a:hover {
    color: rgb(167, 167, 167);
}

span.header-top-upper {
    margin-left: 48px;
}

.header-top-right-social {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.address span {
    color: #fff;
    font-size: 15px;
}

.address span i {
    color: #f41717;
    font-size: 15px;
    margin-right: 10px;
}

.header-top-right-social ul>li {
    list-style: none;
    display: inline-block;
}

.header-top-right-social ul>li>a {
    display: inline-block;
    border: 1px dashed transparent;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
    position: relative;
    z-index: 1;
}

.header-top-right-social ul>li>a:before {
    position: absolute;
    content: "";
    left: -20px;
    top: -11px;
    height: 50px;
    width: 1px;
    background: rgba(255, 255, 255, 0.10196078431372549);
}

.header-top-right-social ul>li>a:hover {
    color: #f41717;
}

a.top-social-icon-left:after {
    position: absolute;
    content: "";
    right: -15px;
    top: -11px;
    height: 50px;
    width: 1px;
    background: rgba(255, 255, 255, 0.10196078431372549);
}

/*---=================================
   <!--Header Area Css-->
==================================---*/
.header-logo img {
    height: 100px;
    width: 400px;

}

.header-area {
    position: relative;
    z-index: 100;
}

.header-menu {
    text-align: right;
}

.header-menu ul {
    display: inline-block;
}

.header-menu>ul>li {
    display: inline-block;
    margin-right: 40px;
}

.header-menu ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 36px 0;
    transition: 0.5s;
    font-family: "Yantramanav";
    color: #012549;
    text-transform: capitalize;
}

.header-menu ul li a:hover {
    color: #f41717;
}

.header-menu ul li i {
    font-size: 12px;
    display: inline-block;
    position: relative;
    left: 6px;
    top: -2px;
    color: #012549;
    transition: 0.5s;
}

.header-menu ul li a:hover i {
    color: #f41717;
}

/*sub-menu*/
.header-menu ul li.menu-item-has-children {
    position: relative;
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 250px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #f41717;
    border-radius: 3px 3px 0 0;
}

.header-menu ul li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header-menu ul li .sub-menu li {
    width: 100%;
}

.header-menu ul li .sub-menu li a {
    display: block;
    padding: 6px 19px;
    color: #012766;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

/* ===== SERVICES MEGA MENU ===== */


/* Mega container */
.header-menu ul li .sub-menu.two {
    position: fixed;
    left: 0;
    top: auto;
    width: 100%;
    background: #fff;
    border-top: 2px solid #e63a27;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    z-index: 9999;
    max-height: 80vh;
    /* 🔥 IMPORTANT */
    overflow-y: auto;
    /* 🔥 SCROLL ENABLE */

}

@media (min-width: 1600px) {
    .header-menu ul li .sub-menu.two {
        position: fixed;
        left: 50%;
        top: auto;
        transform: translateX(-50%);
        width: 60%;
        background: #fff;
        border-top: 2px solid #e63a27;
        visibility: hidden;
        opacity: 0;
        transition: 0.4s;
        z-index: 9999;
        max-height: 80vh;
        overflow-y: auto;

    }
}


/* Show mega menu */
.header-menu ul li:hover>.sub-menu.two {
    visibility: visible;
    opacity: 1;
}

/* Inner list */
.header-menu ul li .sub-menu.two ul {
    max-width: 1000px;
    border: 1px solid rgba(203, 203, 203, 0.555);
    margin: auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 2 columns */
    position: relative;
}

/* Center vertical divider */
.header-menu ul li .sub-menu.two ul::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #ddd;
}

/* Menu items */
.header-menu ul li .sub-menu.two ul li {
    margin: 0;
    display: flex;
    align-items: center;
    min-height: 60px;
    border-bottom: 1px solid #e5e5e5;
}

/* Row-wise coloring (2 columns = 2 items per row) */
.header-menu ul li .sub-menu.two ul li:nth-child(4n+1),
.header-menu ul li .sub-menu.two ul li:nth-child(4n+2) {
    background: #ffffff;
}

.header-menu ul li .sub-menu.two ul li:nth-child(4n+3),
.header-menu ul li .sub-menu.two ul li:nth-child(4n+4) {
    background: #fdecec;
    /* light red */
}

/* Links */
.header-menu ul li .sub-menu.two ul li a {
    width: 100%;
    padding: 14px 30px;
    color: #012766;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    text-transform: capitalize;
}

/* Hover effect */
.header-menu ul li .sub-menu.two ul li:hover,
.header-menu ul li .sub-menu.two ul li:hover a {
    background: #e63a27;
    color: #fff;
}









.header-menu ul li .sub-menu li a:hover {
    background: #f41717;
    color: #fff;
}

.header-search-button {
    display: inline-block;
}

.header-button {
    display: inline-block;
}

.header-button a {
    display: inline-block;
    background: #ff5e14;
    padding: 11px 26px;
    margin-left: 30px;
    border: 2px solid #ff5e14;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
    font-family: "Yantramanav";
}

.header-button a:hover {
    color: #ff5e14;
}

.header-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
}

.header-button a:hover:before {
    width: 100%;
    left: 0;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

ul.sub-menu li a span {
    background: #ff5e14;
    padding: 4px 8px 3px;
    color: #fff;
    opacity: 1;
    /* font-family: 'Fira Sans'; */
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span {
    background: rgba(255, 255, 255, 0.20);
}




/*---=================================
   <!--Hero Area Css-->
==================================---*/
.hero-slider {
    width: 100%;
    height: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slide-inner.slide-bg-image {
    background: url(../images/slider/slide-lero1.jpg) center center / cover no-repeat;
    position: relative;
}

/* GREY OVERLAY */
.slide-inner.slide-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* grey/black shadow – 50% */
    z-index: 1;
}

/* CONTENT ABOVE OVERLAY */
.slide-inner.slide-bg-image .container {
    position: relative;
    z-index: 2;
}


.slide-inner.slide-bg-image {
    background: url(../images/slider/slide-lero1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-inner.slide-bg-image.two {
    background: url(../images/slider/building-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-inner.slide-bg-image.three {
    background: url(../images/slider/solor-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #f41717;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}


.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #f41717;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #f41717;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-content h1 span {
    display: block;
    margin-top: 10px;
}

.hero-content {
    position: relative;
    text-align: center;
}

p.details-des {
    background: #ffff;
    position: absolute;
    bottom: -16px;
    right: 0;
    padding: 50px 56px;
    font-size: 16px;
    color: #565969;
    font-weight: 400;
    font-family: "Archivo";
}

a.tetails-btn {
    position: relative;
    margin-left: 70px;
    margin-right: 48px;
    font-size: 18px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Yantramanav";
    display: inline-block;
}

a.tetails-btn:hover {
    color: #ff5e14;
}

a.tetails-btn:after {
    position: absolute;
    left: -37px;
    top: -26px;
    width: 1px;
    height: 73px;
    background-color: #ff5e14;
    content: "";
}



.hero-content h4 {
    margin-left: 52px;
    font-size: 18px;
    line-height: 40px;
    color: #ff5e14;
    font-weight: 700;
    font-family: "Yantramanav";
    position: relative;
    z-index: 1;
    display: inline-block;
}


.hero-content h4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -296px;
    top: 14px;
    background: url(../images/slider/shape2.png);
    z-index: -1;
    background-repeat: no-repeat;
}

.hero-content h4:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -50px;
    top: 14px;
    background: url(../images/slider/shape1.png);
    z-index: -1;
    background-repeat: no-repeat;
}

.hero-content.style-two h4:before {
    display: none;
}

.hero-content h1 {
    font-size: 60px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav";
    padding-bottom: 10px;
}

p.hero-desc {
    width: 45%;
    margin: 12px 0 16px;
    font-size: 16px;
    line-height: 24px;
    color: #eeeeef;
    font-weight: 400;
}

a.hero-button {
    display: inline-block;
    background-color: #f41717;
    color: #fff;
    padding: 16px 42px;
    font-weight: 500;
    margin-top: 25px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    font-family: "Yantramanav";
    font-size: 19px;
}

.hero-content.styel-one a.hero-button {
    margin-top: 28px;
}

a.hero-button:hover {
    color: #f41717;
}

.hero-sub-title {
    color: white;
}

a.hero-button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    border-radius: 5px;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}

a.hero-button:hover:before {
    width: 100%;
    left: 0;
}

a.hero-button i {
    display: inline-block;
    position: relative;
    color: #fff;
    left: 9px;
    top: 3px;
    transition: 0.5s;
}

a.hero-button:hover i {
    color: #ff5e14;
}

.hero-shape {
    position: absolute;
    left: -78px;
    top: -73px;
}


.hero-thumb {
    position: absolute;
    bottom: -20px;
    right: 24%;
}


/*---=================================
   <!--About Area Css-->
==================================---*/
.about_area {
    background: url(../images/about/about_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
    position: relative;
}

.about_left {
    position: relative;

}

.about_thumb1 {
    position: relative;
    z-index: 2;
}

.about_thumb1 img {
    width: 100%;
    max-width: 520px;
    border-radius: 6px;
    display: block;
}


.about-btn a {
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Yantramanav";
    background: #f41717;
    padding: 15px 33px;
    position: relative;
    z-index: 1;
}

.about-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #747474;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
}

.about-btn a:hover:after {
    transform: scale(1);
    opacity: 1;
    height: 100%;
    width: 100%;
}

.about-btn a i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 12px;
    display: inline-block;
    transform: rotate(-45deg);
}

.about-shape {
    position: absolute;
    bottom: 20%;
    right: 5%;
}

.section-title h1 {
    padding-bottom: 10px;
    padding-top: 10px;
}



/*---=================================
   <!--Service Area Css-->
==================================---*/
.view-more-btn {
    margin: 30px auto 0;
    display: block;
    padding: 14px 40px;
    background-color: #e63a27;
    /* brand red */
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    /* pill shape */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px rgba(230, 58, 39, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hover effect */
.view-more-btn:hover {
    background-color: #ad1403;
    /* brand blue */
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(1, 39, 102, 0.35);
}

/* Active (click) */
.view-more-btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.single-service-box {
    height: 80%;
    width: 100%;
}

.service-area {
    padding: 30px 0px;
    margin-bottom: 20px;
    margin: 10px 0px;
}

.service-area .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.service-area .single-service-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-right: 5px;
    margin-bottom: 40px;
}


.service-area .single_service_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    transition: .5s;
    background: #E01142;
    z-index: -1;
    border-radius: 5px;
}

.service-area .service-thumb {
    position: relative;
    z-index: 1;
}

.service-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.service-area .service-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: #0A1028;
    opacity: 0.4;
    transition: .5s;
}

.service-area .service-content {
    position: relative;
    z-index: 1;
    top: -30px;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    padding: 25px 11px 30px 40px;
    background: #fff;
    max-width: 92%;
    left: 32px;
    height: 300px;

}

@media (max-width: 991px) {
    .service-area .service-content {
        position: relative;
        z-index: 1;
        top: -30px;
        box-shadow: 0 0 16px rgb(0 0 0 / 10%);
        padding: 25px 11px 30px 40px;
        background: #fff;
        max-width: 92%;
        left: 27px;
        height: 300px;
    }
}

.service-area .service-content h3 {
    font-size: 27px;
    line-height: 28px;
    color: #0a1027;
    font-weight: 700;
    margin: 15px 0 12px;
}

.service-area .service-content p {
    font-size: 16px;
    line-height: 28px;
    color: #565969;
    font-weight: 400;
    margin: 0 0 0;
}

.service-area .service-content.two {
    position: relative;
    z-index: 1;
    top: -30px;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    padding: 25px 11px 30px 40px;
    background: #0C1438;
    max-width: 92%;
    min-height: 430px;
    left: 32px;
}

.service-area .service-content.two h3 {
    font-size: 27px;
    line-height: 28px;
    color: white;
    font-weight: 700;
    margin: 15px 0 12px;
}

.service-area .service-content.two p {
    font-size: 16px;
    line-height: 28px;
    color: #ababad;
    font-weight: 400;
    margin: 0 0 0;
}

.service-area .service-button {
    margin-top: 30px;
}

.service-area .service-button a {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    color: #f41717;
    font-weight: 500;
    background: #F2F3F5;
    text-transform: uppercase;
    padding: 6px 22px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.service-area .service-button a::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    transition: .5s;
    background: #f41717;
}

.service-area .service-icon {
    position: absolute;
    top: -40px;
    right: 30px;
    background: #fff;
    padding: 25px 24px;
    border-radius: 50%;
    transition: .5s;
    box-shadow: 0 0 60px rgb(0 0 0 / 10%);
    transition: .5s;
    border-top: 3px solid #e82421;
}

.service-area .single-service-box .service-icon img {
    transition: .5s;
    position: relative;
    z-index: 1;
}

.service-area .single-service-box .service-icon img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FF5D13;
    z-index: -1;
}

.service-area .single-service-box:hover .service-icon {
    background: #FF5D13;
    padding: 24px 24px;
}

.service-area .single-service-box:hover .service-button a {
    color: #fff;
}

.service-area .single-service-box:hover .service-button a::before {
    width: 100%;
    left: 0;
}

.service-area .single-service-box:hover .service-thumb::before {
    height: 100%;
}

.service-area .single-service-box:hover .service-icon img {
    filter: brightness(0)invert(1);
}


.service_list2 .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.service_list2 .owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 2px solid #e5150b !important;
    margin: 0 8px 0;
    border-radius: 50%;
    background: #fff;
    position: relative;
    text-align: center;
}

.service_list2 .owl-dot.active {
    background: #eb0707;
}

.service_list2 .owl-dot.active::before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #FF5E15;
}

/*---=================================
   <!--Project Area Css-->
==================================---*/

.projects-area {
    padding-top: 50px;
    padding-bottom: 110px;
    background: url(../images/resource/service-bg.jpg);
}

.projects-single-box {
    position: relative;
    width: 350px;
    height: 400px;
    z-index: 1;
    overflow: hidden;
    margin: auto;
}

.projects-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, rgb(223, 30, 30) 0%, rgba(21, 24, 72, 0) 100%);
    border-radius: 5px;
    opacity: 0;
    transition: .5s;
}

.projects-thumb img {
    width: 390px;
    height: 400px;
}

.projects-content {
    position: absolute;
    bottom: -67px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: .5s;
}

h3.projects-title a {
    display: inline-block;
    font-size: 26px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav";
    margin-bottom: 7px;
}

span.projects-text {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Archivo";
    margin: 0;
}

.projects-socail-icon {
    position: absolute;
    top: -165px;
    right: 0;
    background: #FF5E15;
    padding: 43px 7px 11px;
    border-radius: 0 5px 30px 30px;
    transition: .5s;
}

.projects-socail-icon ul li a i {
    display: inline-block;
    font-size: 24px;
    color: #FF5E15;
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.projects-socail-icon ul li a i:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #0A1028;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
}

.projects-single-box:hover::before {
    opacity: 1;
}

.projects-single-box:hover .projects-content {
    opacity: 1;
    bottom: 29px;
}

.projects-socail-icon ul li a i:hover:after {
    transform: scale(1);
}

.projects-socail-icon ul li a i:hover {
    color: #fff;
}

.projects-single-box:hover .projects-socail-icon {
    top: 0;
}

.projects-list .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background: #F1F3F5;
    width: 200px;
    margin: 40px auto 0;
    border-radius: 30px;
    padding: 3px 0 0;
}

.projects-list .owl-dot {
    display: inline-block;
    height: 13px;
    width: 13px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px 0;
}

.projects-list .owl-dot.active {
    background: #e60404;
}

.projects-area .Indastres-btn {
    margin-bottom: 41px;
    display: block;
    text-align: right;
}

/*---=================================
   <!--inner project  Area Css-->
==================================---*/


.inner-project-area {
    padding: 50px 0 110px;
    background: url(../images/resource/service-bg.jpg);
}

/* CARD */
.inner-project-box {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 6px;
}

/* OVERLAY */
.inner-project-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(0deg,
            rgb(223, 30, 30) 0%,
            rgba(21, 24, 72, 0) 100%);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.inner-project-thumb {
    width: 100%;
    height: 100%;
}

/* IMAGE */
.inner-project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.inner-project-title a {
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    font-family: "Yantramanav";
    display: inline-block;
    margin-bottom: 7px;
}

.inner-project-text {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    font-family: "Archivo";
}

/* HOVER EFFECT */
.inner-project-box:hover::before {
    opacity: 1;
}

.inner-project-box:hover .inner-project-content {
    opacity: 1;
    bottom: 30px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .inner-project-box {
        height: 360px;
    }
}

@media (max-width: 575px) {
    .inner-project-box {
        height: 320px;
    }

    .inner-project-title a {
        font-size: 22px;
    }

    .inner-project-text {
        font-size: 15px;
    }
}

/* CONTENT */
.inner-project-content {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: 0.5s ease;
    z-index: 2;
    padding: 0 20px;
}

/*---=================================
   <!--Working Area Css-->
==================================---*/
.working-process-area {
    background: url(../images/resource/process-bg.jpg);
    background-repeat: no-repeat;
    padding: 118px 0 100px;
    background-size: cover;
}

.single-process-box {
    text-align: center;
    padding: 0 29px 0;
}

.process-content h4 {
    font-size: 24px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Yantramanav";
    margin: 25px 0 14px;
}



/*---=================================
   <!--Team Area Css-->
==================================---*/

.team-section {
    padding: 40px 0px 90px;
    background: rgba(237, 237, 237, 0.557);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.team-single-box {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
}

.team-thumb {
    position: relative;
    z-index: 1;
}

.team-thumb:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #1a2525;
    width: 100%;
    height: 0%;
    opacity: 0.352;
    transition: .5s;
}

.team-single-box:hover .team-thumb:before {
    height: 100%;
    top: 0;
}

.team-thumb img {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.team-content {
    background: #fff;
    text-align: center;
    padding: 15px 0 30px;
    position: relative;
    z-index: 1;
}

.team-content h3 {
    font-size: 24px;
    font-weight: 700;
}

.team-content h4 {
    font-size: 17px;
    color: #e63a27;
    font-weight: 400;
}

.row.teams {
    justify-content: center;
}

/*---=================================
   <!--Counter Area Css-->
==================================---*/
.counter-area {
    padding: 54px 0 63px;
}

.counter-area .row.upper {
    padding: 0 13px 0 166px;
}

.counter-content h4 {
    font-size: 100px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Yantramanav";
    margin: 0 0 1px;
    display: inline-block;
}

.counter-content span {
    font-size: 100px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Yantramanav";
    margin: 0 0 1px;
    display: inline-block;
}

.counter-content p {
    font-size: 18px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Yantramanav";
    border-top: 1px solid #0a10275c;
    padding-top: 25px;
}

/*---=================================
   <!--Blog Area Css-->
==================================---*/
.blog-area {
    background-color: #0a1027;
    padding: 111px 0 121px;
}

.single-blog-box.blog-gid {
    margin-bottom: 23px;
}

.blog-area .section-title h1 {
    color: #fff;
}

.blog-area p.section-text {
    color: #ffff;
}

.blog-area .section-button a {
    color: #fff;
}

.blog-area .section-button i {
    color: #fff;
}

.single-blog-thumb img {
    width: 100%;
}

.blog-content {
    background: #FFFFFF;
    padding: 23px 35px 32px;
    border-radius: 0 0 4px 4px;
}

.meta-blog {
    border-bottom: 1px solid #5659695e;
    padding-bottom: 18px;
    margin-bottom: 14px;
}

.meta-blog span {
    font-size: 16px;
    color: #565969;
    font-weight: 500;
    font-family: "Yantramanav";
    display: inline-block;
    margin-right: 37px;
}

.blog-content a {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #0a1027;
    font-weight: 700;
    font-family: "Yantramanav";
    transition: 0.5s;
}

.blog-content a:hover {
    color: #ff5e14;
}

.blog-content p {
    margin: 11px 0 30px;
}

.blog-button a {
    display: inline-block;
    background: #ff5e14;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Yantramanav";
    padding: 9px 33px;
    border-radius: 2px;
    transition: 0.5s;
    border: 1px solid #ff5e14;
}

.blog-button a:hover {
    background: transparent;
    border: 1px solid #ff5e14;
    color: #ff5e14;
}


/*---=================================
   <!--Testi Area Css-->
==================================---*/
.testi-area {
    background: url(../images/resource/testi-bg.jpg);
    background-repeat: no-repeat;
    padding: 100px 0 0px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.single-testi-box {
    background: url(../images/resource/testi-box-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4px 58px 110px;
    position: relative;
    margin-top: 63px;
    margin-right: 24px;
}

.testi-thumb {
    margin-top: -51px;
    margin-bottom: 31px;
}

.testi-content h4 {
    font-size: 22px;
    line-height: 24px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Yantramanav";
}

.testi-content p {
    margin: 23px 0 23px;
}

.testi-author h4 {
    font-size: 22px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Yantramanav";
}

.testi-quote-icon {
    position: absolute;
    right: 11%;
    bottom: 27%;
}

.testi-area .owl-dots {
    position: relative;
    text-align: center;
    left: -2%;
    bottom: 111px;
}

.testi-area .owl-dot {
    display: inline-block;
    background: #ff5e1454;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 6px;
}

.testi-area .owl-dot.active {
    display: inline-block;
    background: #FF5E15;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 6px;
    border: transparent;
}

.testi-video {
    text-align: center;
    position: relative;
    left: 76px;
}

.testi-video-icon i {
    display: inline-block;
    background: #ffff;
    color: #ff5e14;
    font-size: 30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 84px;
    position: relative;
    z-index: 1;
}

.testi-video-icon i:after {
    position: absolute;
    content: "";
    width: 105px;
    height: 105px;
    left: -13px;
    top: -13px;
    background: #ff5e14;
    opacity: 0.6;
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
}


@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.testi-video p {
    font-size: 18px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Yantramanav";
    margin-top: 21px;
}






/*---=================================
   <!--Footer Area Css-->
==================================---*/
.footer-area {
    padding-bottom: 30px;
    /* background: url(../images/footer/footer-lero.png); */
    background-color: #0C1438;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;

}

.footer-info div {
    color: #c4c4c5;
}

.footer-logo img {
    width: 230px;
    height: 130px;
    background-size: cover;
}

.row.address {
    background: #FF5E15;
    padding: 46px 0 13px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 104px;
}

.footer-address-icon {
    text-align: center;
    margin-bottom: 30px;
}

p.footer-desc {
    font-size: 17px;
    line-height: 30px;
    color: #c4c4c5;
    font-weight: 300;
    font-family: "Archivo";
    width: 96%;
    margin: 0;
    padding: 34px 0 11px;
}

p.footer-text {
    font-size: 16px;
    line-height: 30px;
    color: #c4c4c5;
    font-weight: 500;
    font-family: "Archivo";
    margin: 0;
    padding: 0 0 17px;
}

spna.footer-date {
    color: #c4c4c5;
}

.footer-widget-social-icon ul li {
    display: inline-block;
    padding-right: 21px;
}

.footer-widget-social-icon ul li a i {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    transition: .5s;
}

.footer-widget-titel h4 {
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav";
    margin-bottom: 36px;
}

.footer-widget-menu ul li a {
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #c4c4c5;
    font-weight: 400;
    font-family: "Archivo";
    margin-bottom: 10px;
    transition: .5s;
    text-transform: capitalize;
}

ul.footer-info li span i {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-right: 21px;
}

ul.footer-info li a {
    font-size: 17px;
    line-height: 30px;
    color: #c4c4c5;
    font-weight: 400;
    font-family: "Archivo";
}

ul.footer-info p {
    margin-left: 40px;
}

.footer-widget-content p {
    font-size: 17px;
    line-height: 30px;
    color: #8f9199;
    font-weight: 400;
    font-family: "Archivo";
    margin-bottom: 20px;
}

.form-field input {
    width: 100%;
    border: none;
    background: #0B1537;
    outline: 0;
    padding: 14px 0 14px 19px;
    border-radius: 5px;
    font-size: 16px;
    color: #8f9199;
    font-weight: 400;
    font-family: "Archivo";
}

.form-field button {
    width: 100%;
    outline: 0;
    border: none;
    border-radius: 5px;
    background: #FF5E15;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Yantramanav";
    text-transform: uppercase;
    padding: 14px 0;
    margin-top: 20px;
}

.footer-bottom-area {
    background: #0C1438;
    padding: 19px 0;
    border-top: 1px solid white;
}

.footer-bottom-content-copy p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #8f9199;
    font-weight: 400;
    font-family: "Archivo";
}

.footer-bottom-content.right {
    text-align: right;
}

.footer-bottom-content.right {
    text-align: right;
}

.footer-bottom-menu ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #8f9199;
    font-weight: 400;
    font-family: "Archivo";
}

.footer-widget-social-icon ul li a i:hover {
    color: #f41717;
}

.footer-widget-menu ul li a:hover {
    color: #f41717;
}

.footer-shape {
    position: absolute;
    bottom: -68px;
    left: -18px;
}

.footer-shape2 {
    position: absolute;
    bottom: -88px;
    left: -11px;
}

.footer-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}


.footer-info li i {
    font-size: 18px;
    color: #ffffff;
    margin-top: 4px;
    flex-shrink: 0;
}

.footer-info li span,
.footer-info li a {
    display: inline;
    line-height: 1.6;
}

/* CONTACT COLUMN WIDTH VISUAL BALANCE */
.footer-widget-content.tow {
    max-width: 100%;
}

/* SUB HEADINGS INSIDE CONTACT */
.footer-subtitle {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin: 20px 0 10px;
    font-family: "Yantramanav";
}

/* ICON + TEXT SIDE BY SIDE (NO DOWN TEXT) */
.footer-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-info li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-info li i {
    font-size: 18px;
    color: #ffffff;
    margin-top: 4px;
    flex-shrink: 0;
    background-color: red;
    border-radius: 100%;
    padding: 10px;
    color: white;
    justify-content: center;
}

.footer-info li a {
    color: #8f9199;
    font-size: 16px;
    line-height: 1.6;
    transition: 0.3s;
}

/* HOVER EFFECT */

.footer-info li a:hover {
    color: #f41717;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .footer-subtitle {
        margin-top: 15px;
    }
}

/*---=================================
   <!--Breadcamb Area Css-->
==================================---*/
/* WRAPPER */
.breadcumb-area {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* BACKGROUND IMAGE */
.breadcumb-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* OVERLAY */
.breadcumb-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(12, 20, 56, 0.65);
    z-index: 2;
}

/* CONTENT */
.breadcumb-content {
    position: relative;
    z-index: 3;
    text-align: center;
}

/* TITLE */
.breadcumb-content h1 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    font-family: "Yantramanav";
    margin-bottom: 10px;
}

/* LIST */
.breadcumb-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcumb-content ul li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Yantramanav";
}

/* ICON */
.breadcumb-content ul li i {
    margin-right: 8px;
}

/* LINK */
.breadcumb-content ul li a {
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-right: 24px;
    margin-right: 8px;
}

/* SEPARATOR */
.breadcumb-content ul li a::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    width: 2px;
    height: 14px;
    background: #fff;
    transform: translateY(-50%) rotate(15deg);
}

/* REMOVE LAST */
.breadcumb-content ul li:last-child a::after {
    display: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .breadcumb-area {
        height: 320px;
    }

    .breadcumb-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .breadcumb-area {
        height: 260px;
    }

    .breadcumb-content h1 {
        font-size: 30px;
    }

    .breadcumb-content ul li {
        font-size: 14px;
    }
}


/***
======================================================
<-- Indastre Feature Area Css -->
======================================================***/
.feature-area {
    padding: 101px 0 91px;
    background: #171717;
}

.feature-area .section-title.two {
    margin-bottom: 58px;
}

.feature-area .section-title h1 {
    color: #fff;
}

.fature-signe-iiner {
    padding: 26px 40px 30px;
    border-bottom: 4px solid #ff5e14;
    transition: .5s;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.fature-signe-iiner:hover {
    background: #171717;
    border-bottom: 4px solid transparent;
}

.fature-signe-iiner:before {
    position: absolute;
    content: "";
    left: -3px;
    top: -3px;
    border-top: 3px solid #ff5e14;
    border-bottom: 10px solid #ff5e14;
    border-left: 3px solid #ff5e14;
    border-right: 10px solid #ff5e14;
    height: 106%;
    width: 103%;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.fature-signe-iiner:after {
    position: absolute;
    content: "'";
    width: 34px;
    height: 34px;
    background: url(../images/resource/download.png);
    right: 1px;
    bottom: -3px;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.fature-signe-iiner:hover:after {
    opacity: 1;
}

.fature-signe-iiner:hover:before {
    opacity: 1;
}


.feature-text {
    display: flex;
    align-items: center;
}

h3.feature-namber {
    width: 50px;
    height: 50px;
    background-color: #ff5e14;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav";
    text-align: center;
    margin-right: 19px;
}

.feature-title {
    position: relative;
    top: 3px;
}

.feature-title span {
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
    margin-bottom: 5px;
    display: inline-block;
    transition: .5s;
}

.feature-title h3 {
    font-size: 22px;
    color: #171717;
    font-weight: 700;
    font-family: "Yantramanav";
    margin: 0;
    transition: .5s;
}

.feature-desc p {
    margin-top: 22px;
    margin-bottom: 22px;
    transition: .5s;
}

.feature-btn a {
    display: inline-block;
    font-size: 16px;
    color: #171717;
    font-weight: 500;
    font-family: "Yantramanav";
    border-bottom: 1px solid rgba(23, 23, 23, 0.14901960784313725);
}

.feature-btn a i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 12px;
    display: inline-block;
    transform: rotate(-45deg);
}

/* all hover */

.fature-signe-iiner:hover .feature-desc p {
    color: #8e939f;
}

.fature-signe-iiner:hover .feature-title h3 {
    color: #fff;
}

.fature-signe-iiner:hover .feature-title span {
    color: #8e939f;
}

.fature-signe-iiner:hover .feature-btn a {
    color: #FF5F15;
    border-bottom: 1px solid #FF5F15;
}




/*========================================
<-- Indastre Pricing Section Css -->
==========================================*/

.pricing-area {
    padding: 103px 0 89px;
    background: #F5F6F8;
}

.pricing-area .section-title.inner {
    margin-bottom: 48px;
}

.pricing-single-items {
    background: url(../images/resource/pricing_shape.png);
    margin-bottom: 30px;
    padding: 20px 20px 20px;
    position: relative;
    z-index: 1;
}

.pricing-single-items:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(23, 23, 23, 0.8);
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    transition: .6s;
}

.pricing-single-items:hover:before {
    transform: scale(1);
}

.pricing-single-items:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(23, 23, 23);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
}

.pricing-single-inner {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, 0.07);
    padding: 35px 40px 49px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .6s;
}

.pricing-single-inner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: scale(0);
    height: 100%;
    width: 100%;
    background: #171717;
    z-index: -1;
    transition: .5s;
}

.pricing-item-text {
    margin-bottom: 10px;
}

.pricing-title h3 {
    font-size: 22px;
    color: #171717;
    font-weight: 500;
    font-family: "Yantramanav";
    margin-bottom: 30px;
    transition: .5s;
}

.currency {
    font-size: 28px !important;
    font-weight: 700 !important;
    position: relative;
    top: -24px;
    line-height: 68px;
    color: #ff5e14;
}

.pricing-item-text span {
    display: inline-block;
    font-size: 70px;
    color: #ff5e14;
    font-weight: 700;
    font-family: "Yantramanav";
}

.month {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #575f66 !important;
    font-style: italic;
    font-family: "Archivo" !important;
    margin-left: -17px;
}

.pricing-feature {
    margin-bottom: 27px;
}

.pricing-feature ul li {
    display: block;
    padding: 4px 0;
    font-size: 16px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

.pricing-feature ul li i {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}


.pricing-btn a {
    display: inline-block;
    background: #ff5e14;
    color: #fff;
    padding: 12px 31px;
    font-size: 16px;
    font-weight: 500;
}

.pricing-btn i {
    font-size: 16px;
    display: inline-block;
    position: relative;
    left: 8px;
    top: 0px;
    transform: rotate(317deg);
    transition: 0.5s;
}

.pricing-btn a:hover i {
    transform: rotate(0);
}

.pricing-rcomnded {
    position: absolute;
    top: 18px;
    right: -73px;
    transform: rotate(47deg);
    opacity: 0;
    transition: .5s;
}

.pricing-rcomnded span {
    font-size: 13px;
    color: #ff5e14;
    font-weight: 400;
    font-family: "Archivo";
    text-align: center;
    background: #fff;
    padding: 12px 70px;
}

/* all hover */

.pricing-single-items:hover .pricing-single-inner:before {
    transform: scale(1);
}

.pricing-single-items:hover .pricing-single-inner {
    border: 1px solid #171717;
}

.pricing-single-items:hover .pricing-title h3 {
    color: #fff;
}


.pricing-single-items:hover .pricing-feature ul li {
    color: #fff;
}


.pricing-single-items:hover .pricing-rcomnded {
    opacity: 1;
    top: 28px;
    right: -66px;
}




/**
======================================================
<-- Portfolio Area style-two Css -->
======================================================**/





/**
======================================================
<--  Indastre Service Details Area Css -->
======================================================**/

/*======================================
<-- Indastre Case Study Details Css -->
========================================*/
.case-study-details {
    padding: 120px 0 120px;
}

.csde-title h2 {
    font-size: 34px;
    color: #171717;
    font-weight: 700;
    font-family: "Yantramanav";
    margin: 41px 0 15px;
}

p.desc-strong {
    font-size: 17px;
    line-height: 26px;
    color: #171717;
    font-weight: 400;
    font-style: italic;
    font-family: "Archivo";
    margin: 25px 0 47px;
}

.porject-title {
    margin-bottom: 37px;
}

.porject-title.style-2 {
    margin: 55px 0 18px;
}

.porject-title h2 {
    font-size: 34px;
    color: #171717;
    font-weight: 700;
    font-family: "Yantramanav";
}

p.style1 {
    margin-bottom: 35px;
}

.porject-list ul li {
    font-size: 17px;
    color: #575f66;
    font-weight: 400;
    font-family: "Archivo";
    margin-bottom: 15px;
}

.porject-list ul li i {
    color: #FF5E14;
    font-size: 20px;
    margin-right: 12px;
}

/* case sidber */

.case-sidber {
    filter: drop-shadow(0px 5px 30px rgba(117, 117, 117, 0.1));
    background-color: #ffffff;
    position: relative;
    margin-top: -81px;
    margin-bottom: 30px;
}

.csd-title {
    margin-bottom: 30px;
}

.csd-title h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav";
    background: #FF5E14;
    padding: 23px 40px 23px;
}

.csd-info-sidber-box {
    padding: 0 40px 1px;
}

.sidber-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #F4F5F7;
    padding-bottom: 20px;
}

.sidber-box:last-child {
    border: none;
}

.case-info-icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #f5f6f8;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.case-info-icon span i {
    color: #FF5E14;
}

.case-info-address {
    display: inline-block;
}

h3.name-title {
    font-size: 18px;
    color: #171717;
    font-weight: 500;
    font-family: "Yantramanav";
    margin-top: 8px;
}

/* porject sideber box */

.porject-sidebar-box {
    background: #171717;
    padding: 26px 40px 40px;
}

.porject-share-title h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav";
    position: relative;
    z-index: 1;
    margin-bottom: 36px;
}

.porject-share-title h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -23px;
    height: 2px;
    background: #dedfe01a;
    width: 100%;
}

.porject-share-title h3:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -23px;
    height: 2px;
    background: #FF5E14;
    width: 15px;
}

p.share-text {
    color: #8e939f;
    margin-bottom: 14px;
}

.csd-social-icon ul li {
    display: inline-block;
    margin-right: 8px;
}

.csd-social-icon ul li a {
    font-size: 16px;
    color: #ffffff7a;
    font-family: "Font Awesome";
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    display: inline-block;
    line-height: 40px;
}

.csd-social-icon ul li a:hover {
    background: #FF5E14;
    color: #fff;
}

.row.upper-pb {
    margin-bottom: 90px;
}

/* pagination */

.pagination-bg {
    background: #F5F6F8;
    margin: 0;
    padding: 33px 20px 27px 40px;
}

.pagination-single-item {
    display: inline-block;
}

.pagination-single-item.right {
    display: inline-block;
    float: right;
    position: relative;
    z-index: 1;
}

.pagination-single-item.right:before {
    position: absolute;
    content: "";
    left: -85%;
    top: 4px;
    opacity: 0.102;
    width: 2px;
    height: 50px;
    background-color: rgb(23 23 23 / 49%);
    z-index: -1;
}

.pagination-btn {
    margin-right: 20px;
    float: left;
    position: relative;
    top: 6px;
}

.pagination-btn.right {
    float: right;
    display: inline-block;
    margin-left: 20px;
}

.pagination-btn a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    line-height: 50px;
    text-align: center;
    color: #FF5E14;
    font-size: 16px;
}

.pagination-content {
    overflow: hidden;
}

.pagination-content.right {
    text-align: right;
    display: inline-block;
}

h3.pagination-title {
    font-size: 22px;
    color: #171717;
    font-weight: 700;
    font-family: "Yantramanav";
    margin-top: 8px;
}

.pagination-content span {
    font-size: 17px;
    color: #ff5e14;
    font-weight: 400;
    font-family: "Archivo";
}



/*===================================
<-- Indastre Contact  US Css -->
=====================================*/
.contact-area {
    padding: 30px 0px;
    background-color: rgb(246, 246, 246);
}

.contract-form-bg {
    padding: 15px 35px 40px;
    background: #fff;
    border-radius: 3px;
    width: 430px;
    position: relative;
    z-index: 1;
    margin-top: -140px;
    left: 100px;
}

.contact_from_box {
    /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1); */
    background: #fff;
    padding: 27px 40px 45px;
}

/*form title*/
.contact-form-title {
    padding: 0 0 72px;
}

.contact-form-title h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

.contact-form-title p {
    color: #fff;
    font-size: 18px;
    padding: 10px 0 0;
}

/*form input*/
.form_box input {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #F2F3F5;
    border-radius: 30px;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
    padding-right: 25px;
}

.form_box textarea {
    width: 100%;
    background: #F2F3F5;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    color: #232323;
    transition: .5s;
}

.form_box input::placeholder {
    color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: #f41717;
    outline: 0;
    box-shadow: 0 0 6px rgba(204, 48, 0, 0.6);
}

/*form button*/
.quote_button button {
    padding: 13px 15px;
    background: #f41717;
    display: block;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    font-family: 'Fira Sans';
    cursor: pointer;
    text-align: center;
    transition: 0.5s;
}

.quote_button button i {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: white;
    transition: 0.5s;
}

.quote_button button:hover {
    color: #fff;
    background: #be0101;
}

.quote_button button:hover i {
    color: #fff;
}

.content-info-area {
    /* background: #e7e7e789; */
    background: #be0101;
    padding: 21px 0;
}

.cda-single-content {
    margin: 0 45px;
    padding: 5px;
}

.cda-icon {
    font-size: auto;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #0C1438;
    border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.cda-icon i {
    font-size: auto;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #1c2e80;
    border-radius: 5px;

}

.cda-content-inner h4 {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 5px;
}

.cda-content-inner a {
    color: rgb(208, 208, 208);
    margin: 10px 0;
    padding: 10px 0px;
}

.cda-content-inner a:hover {
    color: rgb(171, 171, 171);
    margin: 10px 0;
}

/*
<!-- ============================================================== -->
<!-- Indastre Blog Details Css -->
<!-- ============================================================== -->*/
.blog-details {
    background: #fff;
    padding: 120px 0 118px;
}

.blog-details .blog-content {
    transition: .5s;
}

.blog-details .blog-meta {
    border-bottom: 1px solid rgba(23, 23, 23, 0.10196078431372549);
    padding: 22px 0 25px;
}

.blog-details .blog-meta span {
    padding-left: 20px;
    font-size: 16px;
    color: #575f66;
    font-weight: 400;
    font-family: "Yantramanav";
    position: relative;
    z-index: 1;
    padding-right: 25px;
}

.blog-details .blog-meta span:before {
    position: absolute;
    z-index: -1;
    width: 10px;
    height: 10px;
    background-color: #d1d1d1;
    content: "";
    top: 5px;
    left: 0;
}

.blog-details .blog-meta span a {
    color: #575f66;
    transition: .5s;
    display: inline-block;
}

.blog-details .blog-meta span a:hover {
    color: #FF5E15;
}

.blog-content-text.text-left h2 {
    font-size: 34px;
    color: #171717;
    font-weight: 700;
    font-family: "Yantramanav";
    margin: 25px 0 14px;
}

p.qouik {
    text-align: justify;
}

p.qouik2 {
    margin: 24px 0 35px;
}

/*blog tetails items*/

.blog-details-single-items {
    background: #F5F6F8;
    text-align: center;
    padding: 40px 35px 30px;
}

.blog-details-desc p {
    font-size: 18px;
    line-height: 32px;
    color: #171717;
    font-weight: 400;
    font-style: italic;
    font-family: "Archivo";
    text-align: center;
    padding: 20px 0 10px;
}

h3.blog-details-title {
    font-size: 22px;
    color: #ff5e14;
    font-weight: 700;
    font-family: "Yantramanav";
    text-align: center;
    margin-bottom: 6px;
}

h2.blog-dtls-title3 {
    font-size: 34px;
    color: #171717;
    font-weight: 700;
    font-family: "Yantramanav";
    margin: 56px 0 18px;
}

p.desc-style1 {
    margin-bottom: 36px;
}

/* blog details list thumb */

.blog-details-list-item {
    margin-top: 18px;
}

.blog-details-thumb img {
    width: 100%;
}

h3.blog-details-list-title {
    font-size: 24px;
    color: #171717;
    font-weight: 700;
    font-family: "Yantramanav";
    margin-bottom: 17px;
}

ul.blog-details-list li {
    font-size: 16px;
    color: #171717;
    font-weight: 500;
    font-family: "Archivo";
    margin-bottom: 8px;
}

ul.blog-details-list img {
    margin-right: 10px;
}

/*blog social*/

.blog-details-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
    padding: 16px 0 16px;
    margin-top: 60px;
    margin-bottom: 65px;
}

.blog-social-tags span strong {
    font-size: 18px;
    color: #171717;
    font-weight: 500;
    font-family: "Yantramanav";
    margin-right: 20px;
}

.single-blog-social-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share-text {
    margin-right: 20px;
}

.share-text h4 {
    margin: 0;
    font-size: 18px;
    color: #171717;
    font-weight: 500;
    font-family: "Yantramanav";
}


.single-blog-social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}

.single-blog-social-icon ul li i {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ccc;
    display: inline-block;
    color: #686868;
    transition: .5s;
}

.single-blog-social-icon ul li:hover i {
    color: #fff;
    background: #ff5e14;
}


/* Comment CSS */

.blog-details-contents h3 {
    font-size: 28px;
    color: #171717;
    font-weight: 700;
    font-family: "Yantramanav";
    margin-bottom: 32px;
}

.blog-details-comment {
    margin-bottom: 20px;
    position: relative;
    background: #F5F6F8;
    padding: 33px 40px 24px 30px;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 25px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    margin-top: 0;
    font-size: 20px;
    color: #171717;
    font-weight: 700;
    font-family: "Yantramanav";
    margin-bottom: 8px;
}

.blog-details-comment-reply span {
    display: inline-block;
    font-size: 16px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
    position: relative;
    z-index: 1;
}

.blog-details-comment-reply span:before {
    position: absolute;
    content: "";
    right: 8px;
    top: 6px;
    width: 2px;
    height: 15px;
    background-color: rgba(23, 23, 23, 0.14901960784313725);
    z-index: -1;
}

.blog-details-comment-reply a {
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    color: #ff5e14;
    font-weight: 500;
    font-family: "Yantramanav";
}

.blog-details-comment-reply a i {
    margin-right: 10px;
}

.blog-details-comment.reply {
    margin-left: 80px;
}

/* commet form */
.comment-form {
    margin-top: 56px;
}

.comment-title h3 {
    font-size: 28px;
    color: #171717;
    font-weight: 700;
    font-family: "Yantramanav";
    margin-bottom: 27px;
}

#comment-msg-box {
    width: 100%;
    transition: .5s;
    height: 200px;
    background-color: #ffffff;
    border: 1px solid rgba(23, 23, 23, 0.1);
    padding: 21px 25px;
}

#comment-msg-box::placeholder {
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

input.comment-box {
    height: 60px;
    background-color: #ffffff;
    border: 1px solid rgba(23, 23, 23, 0.1);
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
}

input.comment-box::placeholder {
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

.comment-box:focus,
#comment-msg-box:focus {
    border-color: #FF5E15;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.comment-form .submit-comment {
    background: #FF5E15;
    border: 1px solid #FF5E15;
    padding: 14px 39px;
    margin-left: 15px;
    transition: .5s;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Yantramanav";
    margin-top: 10px;
}

.comment-form .submit-comment:hover {
    background: #fff;
    color: #FF5E15;
}


.widget-items-search {
    position: relative;
    margin-bottom: 30px;
}

.src-input-box:focus {
    border: 1px solid #ccc;
}

input.src-input-box::placeholder {
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

.src-icon {
    position: absolute;
    right: 0;
    top: 32px;
    transform: translateY(-50%);
    font-size: 15px;
    border: none;
    background: #FF5E15;
    padding: 17px 25px;
    color: #fff;
}

/*search items*/
.widget-items {
    background: #F5F6F8;
    border-radius: 3px;
    padding: 40px 40px 15px;
    margin-bottom: 30px;
}

.src-input-box {
    border: 1px solid #cccccc57;
    padding: 17px 30px;
    width: 100%;
}


/*categories*/
.widget-title {
    margin-bottom: 28px;
    position: relative;
}

.widget-title h2 {
    margin-top: 0;
}

.widget-archieve-item {
    color: #232323;
}

.widget-archieve-item:hover {
    color: #ff3b00;
}

.widget-items .widget-title h2 {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 22px;
    color: #171717;
    font-weight: 700;
    font-family: "Yantramanav";
}

.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 2px;
    background-color: rgba(23, 23, 23, 0.10196078431372549);
}

.widget-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 43px !important;
    width: 15px;
    height: 2px;
    background-color: #ff5e14;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: 320px;
        top: 0px;
    }
}

.hr-3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.catagory-item {
    margin: 43px 0 7px;
}

.catagory-item ul li {
    border-bottom: 1px solid rgba(23, 23, 23, 0.10196078431372549);
}

.catagory-item ul li:last-child {
    border-bottom: none;
}

.catagory-item ul li a {
    font-size: 18px;
    color: #171717;
    font-weight: 400;
    font-family: "Yantramanav";
    display: inline-block;
    padding: 10px 0;
}

.catagory-item ul li:hover a {
    color: #FF5E15;
}


.catagory-item ul li a i {
    color: #FF5E15;
    font-size: 15px;
    margin-right: 14px;
}

/*post thumb*/

.widget-recent-post {
    margin-bottom: 23px;
    padding-top: 24px;
}

.rpost-thumb {
    margin-right: 20px;
}

/*post title*/
.rpost-title h4 {
    transition: .5s;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #171717;
    font-weight: 500;
    font-family: "Yantramanav";
}

.rpost-title span {
    font-size: 14px;
    display: inline-block;
}

.rpost-title h4:hover {
    color: #FF5E15;
}

/*tag menu*/

.tag-item {
    margin: 50px 0 17px;
}

.tag-item a {
    padding: 8px 20px;
    display: inline-block;
    margin: 2px 3px 8px;
    transition: .5s;
    font-size: 16px;
    line-height: 26px;
    color: #171717;
    font-weight: 500;
    font-family: "Yantramanav";
    background: #fff;
}

.tag-item a:hover {
    color: #fff;
    background: #FF5E15;
}








/*** 
====================================================================
    Search Popup
====================================================================
***/


.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #FF5E14;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;

    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #FF5E14;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #FF5E14;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


span.flaticon-multiply i {
    display: inline-block;
    color: #FF5E14;
}

.header-search-button i {
    font-size: 22px;
    color: #012549;
    margin-right: 13px;
    transition: 0.5s;
}

.header-search-button i:hover {
    color: #ff5e14;
}

.header-search-button.search-box-outer {
    padding: 0px 8px 0 0;
    display: inline-block;
}

.header-search-button.search-box-outer a {
    color: #062462;
    display: inline-block;
    position: relative;
    left: 16px;
}


.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 30px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    /* transform: translateY(15px); */
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #FF5E14;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #FF5E14;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #FF5E14;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}

/*===========================
<-- Consen Loader Css -->
=============================*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #FF3C00;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}


/* global experience */
.global-experience {
    padding: 20px;
    background: #f8f9fb;
}

.global-content h4 {
    font-size: 14px;
    color: #f41717;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.global-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0a1027;
    margin-bottom: 15px;
}

.global-content p {
    font-size: 17px;
    line-height: 28px;
    color: #555;
    margin-bottom: 30px;
    max-width: 520px;
}

.global-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.global-badges span {
    padding: 10px 26px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #0a1027;
    transition: 0.3s ease;
}

.global-badges span:hover {
    background: #f41717;
    color: #ffffff;
    border-color: #f41717;
}

.global-map {
    text-align: center;
}

.global-map img {
    width: 100%;
    max-width: 500px;
    opacity: 0.85;
}

/* Responsive */
@media (max-width: 991px) {
    .global-experience {
        text-align: center;
    }

    .global-badges {
        justify-content: center;
    }

    .global-content p {
        margin-left: auto;
        margin-right: auto;
    }
}

.home-title {
    text-align: center;
    padding: 10px;
    color: #f41717;

    padding-bottom: 50px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .header-top-section {
        display: none;
    }
}

/* --------------------gallery------------------ */
.project-grid-section-gallery {
    padding: 40px 20px;

}

.protfolio-menu ul {
    list-style: none;
}

.protfolio-menu ul li {
    display: inline-block;
    padding: 6px 10px;
    font-size: 18px;
    color: #ffffff;
    background: #e63a27;
    font-weight: 500;
    margin: 6px;
    cursor: pointer;
    transition: all 0.35s ease;
}

.protfolio-menu ul li:hover {
    background: #1c1632;
    transform: translateY(-2px);

}

.protfolio-menu ul li.current_menu_item {
    position: relative;
    color: #ffffff;
    z-index: 1;
}

.protfolio-menu ul li.current_menu_item::before {
    position: absolute;
    content: "";
    background: #1c1632;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    border-radius: 5px;
    z-index: -1;
    transition: .5s;
}

.protfolio-menu ul li.current_menu_item {
    background: #1c1632;
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(0, 42, 104, 0.35);
}

.protfolio-menu ul li.current_menu_item:hover::before {
    transform: scale(1);
}

/* project grid box */

.project-thumb-gallery img {
    width: 100%;
    height: 200px;

}

.project-content-gallery {
    background: #e63a27;
    padding: 15px 10px 15px;
    border-radius: 5px;
    position: relative;
    z-index: 1;

}

.project-content-gallery::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e63a27;
    border-radius: 5px;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

/* .project-grid-box-gallery:hover .project-content-gallery::before{
    transform: scale(1);
} */

.project-grid-box-gallery {
    border-radius: 10%;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 42, 104, 0.35);
}

.project-thumb-gallery img {
    height: 200px;
    object-fit: cover;
    display: block;
    transition: filter 0.35s ease, opacity 0.35s ease;
}

.project-grid-box-gallery:hover .project-thumb-gallery img {
    filter: brightness(1.15) contrast(1.05);
}

.project-content-gallery {
    background: #1c1632;
    padding: 15px 10px;
    text-align: center;
}

/* TITLE */
.project-content-gallery h4 {
    font-size: 18px;
    color: #e2e2e2;
    font-weight: 400;
    margin: 0;
}

.project-content-gallery span {
    font-size: 16px;
    line-height: 30px;
    color: #dddddd;
    font-weight: 400;
}

/* gallery zoom image section style start */
.project-grid-box-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

/* IMAGE */
.project-thumb-gallery {
    position: relative;
}

.project-thumb-gallery img {
    width: 100%;
    display: block;
    transition: 0.4s ease;
}

/* OVERLAY */
.service-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

/* PLUS ICON */
.plus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    margin-right: 3px;
    font-style: normal;
    color: #fff;
    background-color: #e63a27;
    transition: all 0.3s linear;
}

/* HOVER EFFECT */
.project-grid-box-gallery:hover .service-overlay {
    opacity: 1;
}

.project-grid-box-gallery:hover img {
    filter: brightness(1.15) contrast(1.05);
}

.project-grid-box-gallery:hover .plus-icon {
    background: #e63a27;
    transform: scale(1.1);
}

/* LIGHTBOX */
#galleryLightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#galleryLightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 6px;
}

/* CLOSE BUTTON */
.close-lightbox {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

#galleryLightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#galleryLightbox img {
    max-width: 90%;
    max-height: 85%;
}

.close-lightbox {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    user-select: none;
}

.lightbox-nav.prev {
    left: 30px;
}

.lightbox-nav.next {
    right: 30px;
}

.lightbox-nav:hover,
.close-lightbox:hover {
    color: #e63a27;
}



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

.section {
    max-width: 1200px;
    margin: 20px auto;
    padding-bottom: 50px;
    text-align: center;
    background: #fffcfc;
    color: rgb(239, 50, 50);
}

.section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section p.desc {
    color: #737070;
    max-width: 800px;
    margin: 0 auto 60px;
}

.flow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.flow:before {
    content: "";
    position: absolute;
    left: 12%;
    top: 40px;
    height: 3px;
    background: #38448a;
    width: 75%;
    z-index: 0;
}

.item {
    width: 30%;
    position: relative;
    z-index: 1;
}

.icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon img {
    width: 36px;
}

.box {
    color: white;
    padding: 30px 20px 40px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    height: 280px;
    width: 240px;
    margin: auto;
}

.box h3 {
    margin-bottom: 15px;
    font-size: 22px;
    padding: 5px;
}

.box p {
    font-size: 14px;
    line-height: 1.6;
    color: rgb(234, 233, 233);
}

.bar1,
.bar2,
.bar3 {
    height: 2px;
    width: 27px;
    background-color: #f4eeee;
    margin-left: 85px;
}

.icon i {
    font-size: 36px;
    color: #fff;
}

.v-line1 {
    width: 3px;
    height: 50px;
    margin: 0 auto;
    background: #2e97c4;
}

.v-line2 {
    width: 3px;
    height: 50px;
    margin: 0 auto;
    background: #f28c28;

}

.v-line3 {
    width: 3px;
    height: 50px;
    margin: 0 auto;
    background: #d63a2f;
}

.box h3 {
    box-shadow: 0 2px 4px rgba(11, 11, 11, 0.4);
    background-color: #f8e1e1;
    color: black;
}

/* COLORS */
.vision .icon {
    background: #1f6aa5;
}

.vision .box {
    background: #1f6aa5;
}

.mission .icon {
    background: #f28c28;
}

.mission .box {
    background: #f28c28;
}

.values .icon {
    background: #d63a2f;
}

.values .box {
    background: #d63a2f;
}

/* RESPONSIVE */
@media(max-width:900px) {
    .flow {
        flex-direction: column;
    }

    .flow:before {
        display: none;
    }

    .item {
        width: 100%;
        margin-bottom: 40px;
    }
}

/* -------------------------career --------------------------- */

.career-title h4 {
    text-align: center;
    color: #f41717;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.career-title p {
    text-align: center;
    padding-bottom: 10px;
}

/* SECTION BG */
.career-section {
    background: #f7f8fc;
}

/* TITLES */

.why-join h4 {
    padding-bottom: 7px;
}

/* Bullet points */
.career-points {
    list-style: none;
    padding-left: 0;
}

.career-points li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #444;
}

.career-points li::before {
    content: "◈";
    position: absolute;
    left: 0;
    color: #e63a27;
}

/* BUILD YOUR FUTURE */
.career-highlight {
    background: #1c1632;
    color: #ffffff;
}

.career-highlight h2,
.career-highlight p {
    color: #ffffff;
}

/* OPENING BOX */
.opening-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.opening-box:hover {
    transform: translateY(-8px);
}

.opening-box h4 {
    color: #e63a27;
    margin-bottom: 10px;
}

.opening-box p {
    color: #1c1632;
}

.opening-box ul li {
    color: black;
    padding: 2px;
}

.career-location {
    color: #e63a27;
}

/* FORM BOX */
.career-form-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.career-form .form-control {
    border-radius: 8px;
}

/* --------------------------active navbar------------------------------- */
/* active menu */
.header-menu ul li a.active {
    color: #e63a27;
}

/* ------------------------bim & bridge service section----------------------- */

.bim-design-area {
    background-color: #f4f5eb;
}

/* TITLES */
.bim-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: red;
}

.bim-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #555;
    font-size: 16px;
}

/* CONTENT */
.bim-content-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(136, 25, 25);
}

.steel-content-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(136, 25, 25);
}

.bim-content-box p {
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* BIM POINTS STYLE */
.bim-points {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.bim-points li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

/* RED ARROW ICON */
.bim-points li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 1px;
    color: #dc3545;
    /* Bootstrap red */
    font-size: 16px;
}

.bim-image-box img {
    width: 100%;
    height: 200px;
    background-size: cover;
    border-radius: 8px;
    box-shadow: rgba(235, 180, 180, 0.25) 0px 50px 100px -20px, rgba(248, 168, 168, 0.3) 0px 30px 60px -30px;
}

.bim-image-box img {
    transition: transform 0.5s ease;
}

.bim-image-box img:hover {
    transform: scale(1.08);
}


.boiler-image-box img {
    width: 90%;
    height: 350px;
    background-size: cover;
    border-radius: 8px;

}

.transmission-image-box img {
    width: 90%;
    background-size: cover;
    border-radius: 8px;
}


/* RESPONSIVE */
@media (max-width: 767px) {
    .bim-title {
        font-size: 26px;
    }

    .bim-content-title {
        font-size: 20px;
    }

    .bim-image-box img {
        height: 150px;
    }
}

/* -------------------Design of Industrial Structures----------------- */
/* SECTION BACKGROUND */
.structural-design-area {
    background-color: #f4f5eb;
}

/* TITLE */
.structural-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: red;
}

.structural-subtitle {
    max-width: 750px;
    margin: 0 auto;
    color: #222223;
    font-size: 16px;
}

/* IMAGE SHORT STYLE */
.structural-image-box img {
    width: 100%;
    height: 250px;
    /* SHORT IMAGE */
    object-fit: cover;
    border-radius: 10px;
}

/* CONTENT */
.structural-content-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(136, 25, 25);
}

.structural-content-box p {
    color: #0a0a0a;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* CUSTOM BULLET POINTS */
.structural-points {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.structural-points li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}


/* ARROW BULLET */
.structural-points li::before {
    content: "🏢";
    position: absolute;
    left: 0;
    top: 2px;
    color: #c91c1c;
    font-size: 16px;
}

/* ICON STYLE */
.structural-points li i {
    color: #d6290f;
    font-size: 16px;
    margin-top: 2px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .structural-title {
        font-size: 26px;
    }

    .structural-content-title {
        font-size: 20px;
    }

    .structural-image-box img {
        height: 220px;
    }
}

/* ----------------------wind mill ------------------------ */

/* WIND MILL SECTION */
.windmill-area {
    background-color: #f4f5eb;
}

/* IMAGE */
.windmill-image-box img {
    width: 90%;
    height: 300px;
    background-size: cover;
    border-radius: 10px;
}

/* CONTENT */
.windmill-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: red;
}

.windmill-text {
    font-size: 16px;
    color: #111111;
    line-height: 1.7;
    margin-bottom: 12px;
}

/* BLOCK HEADING */
.windmill-block-title {
    font-size: 20px;
    font-weight: 600;
    color: rgb(136, 25, 25);
    margin-bottom: 12px;
}

/* LIST */
.windmill-block-points {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.windmill-block-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.windmill-block-points li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 1px;
    color: #dc3545;
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .windmill-title {
        font-size: 26px;
    }

    .windmill-image-box img {
        height: 220px;
    }
}

/* ------------------port ----------------------- */

/* SECTION */
.port-structure-area {
    background-color: #f4f5eb;
}

/* TITLES */
.port-structure-title {
    font-size: 32px;
    font-weight: 700;
    color: red;
}

.port-structure-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #555;
    font-size: 16px;
}

/* IMAGE */
.port-structure-image-box img {
    width: 80%;
    height: 300px;
    background-size: cover;
    border-radius: 10px;
}

/* CONTENT */
.port-structure-content-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(136, 25, 25);
}

.port-structure-content-box p {
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* BULLET POINTS (RED ARROW STYLE) */
.port-structure-points {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.port-structure-points li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.port-structure-points li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 1px;
    color: #dc3545;
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .port-structure-title {
        font-size: 26px;
    }

    .port-structure-content-title {
        font-size: 20px;
    }

    .port-structure-image-box img {
        height: 220px;
    }
}

/* ---------------------REBAR------------------ */
/* SECTION */
.water-infra-area {
    background-color: #f4f5eb;
}

/* TITLES */
.water-infra-title {
    font-size: 32px;
    font-weight: 700;
    color: red;
}

.water-infra-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #555;
    font-size: 16px;
}

/* IMAGE (SHORT) */
.water-infra-image-box img {
    width: 80%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

/* CONTENT */
.water-infra-content-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.water-infra-content-box p {
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* BULLET POINTS (RED ARROW STYLE) */
.water-infra-points {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.water-infra-content-title {
    color: rgb(136, 25, 25);
}

.water-infra-points li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.water-infra-points li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 1px;
    color: #dc3545;
    /* red arrow */
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .water-infra-title {
        font-size: 26px;
    }

    .water-infra-content-title {
        font-size: 20px;
    }

    .water-infra-image-box img {
        height: 220px;
    }
}

/* ==============================
   SOLAR ENERGY SECTION
============================== */

.solar-energy-area {
    background-color: #f4f5eb;
}

/* SECTION TITLE */
.solar-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: red;
}

.solar-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

/* IMAGE STYLE */
.solar-image-box img {
    width: 90%;
    height: 300px;
    background-size: cover;
    border-radius: 10px;
}

.steel-image-box img {
    width: 80%;
    height: 400px;
    background-size: cover;
    border-radius: 10px;
}

/* CONTENT */
.solar-content-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;

}

.solar-content-box p {
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* BULLET POINTS (RED ARROW STYLE) */
.solar-points {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.solar-points li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.solar-points li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 1px;
    color: #dc3545;
    /* red arrow */
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .solar-title {
        font-size: 26px;
    }

    .solar-content-title {
        font-size: 20px;
    }

    .solar-image-box img {
        height: 220px;
    }
}

/* -------------TEKLA------------- */

/* SECTION */

.tekla-area {
    background-color: #f4f5eb;
}

/* TITLES */
.tekla-title {
    font-size: 32px;
    font-weight: 700;
    color: red;
}

.tekla-subtitle {
    max-width: 760px;
    margin: 0 auto;
    font-size: 16px;
    color: #555;
}

/* BLOCK */
.tekla-block {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}

/* IMAGE */
.tekla-block img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* BLOCK HEADING */
.tekla-block-title {
    font-size: 20px;
    font-weight: 600;
    color: rgb(136, 25, 25);
    margin-bottom: 12px;
}

/* LIST */
.tekla-block-points {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.tekla-block-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.tekla-block-points li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 1px;
    color: #dc3545;
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .tekla-block img {
        height: 220px;
    }

    .tekla-block-title {
        font-size: 18px;
    }
}



/* -------------DUCT------------- */

/* SECTION AREA */
.duct-area {
    background-color: #f4f5eb;
}

/* TITLES */
.duct-title {
    font-size: 32px;
    font-weight: 700;
    color: red;
}

.duct-subtitle {
    max-width: 760px;
    margin: 0 auto;
    font-size: 16px;
    color: #555;
}

/* BLOCK (Text Containers) */
.duct-block {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}

/* IMAGE BOX (Bottom Row Images) */
.duct-image-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

/* BLOCK HEADING */
.duct-block-title {
    font-size: 20px;
    font-weight: 600;
    color: rgb(136, 25, 25);
    margin-bottom: 12px;
}

/* LIST */
.duct-block-points {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.duct-block-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.duct-block-points li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 1px;
    color: #dc3545;
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .duct-image-box img {
        height: 220px;
    }

    .duct-block-title {
        font-size: 18px;
    }
}


/* -------------TRANSMISSION ------------- */

/* SECTION AREA */
.transmission-area {
    background-color: #f4f5eb;
}

/* TITLES */
.transmission-title {
    font-size: 32px;
    font-weight: 700;
    color: red;
}

/* BLOCK (Text Containers) */
.transmission-block {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
    border-left: 5px solid red;
    /* Adds a nice accent line */
}

/* IMAGE BOX */
.transmission-image-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.transmission-image-box img:hover {
    transform: scale(1.05);
    /* Slight zoom on hover */
}

/* BLOCK HEADING */
.transmission-block-title {
    font-size: 20px;
    font-weight: 600;
    color: rgb(136, 25, 25);
    margin-bottom: 12px;
}

.transmission-image-box {
    border: 2px solid transparent;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.transmission-image-box:hover {
    border-color: #0d6efd;
    box-shadow: 0 12px 35px rgba(13, 110, 253, 0.25);
}

.transmission-image-box img {
    border-radius: 10px;
}

.transmission-text {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .transmission-image-box img {
        height: 220px;
    }
}


/* -------------SHIP ------------- */

/* SECTION AREA */
.ship-design-area {
    background-color: #f4f5eb;
    /* Matching your theme background */
}

/* TITLE */
.ship-title {
    font-size: 32px;
    font-weight: 700;
    color: red;
    margin-bottom: 20px;
}

/* CONTENT BLOCKS */
.ship-block {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    height: 100%;
    border-top: 4px solid red;
}

.ship-block-title {
    font-size: 20px;
    font-weight: 600;
    color: rgb(136, 25, 25);
    margin-bottom: 15px;
}

.ship-text {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

/* 6 IMAGE GRID STYLING */
.ship-image-box img {
    width: 100%;
    height: 240px;
    /* Uniform height for the 6-grid */
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.ship-image-box img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .ship-image-box img {
        height: 200px;
    }
}

/* -------------Switchyard Section  style start ---------------*/
.switchyard-structure-area {
    background-color: #f4f5eb;
}

/* Title */
.switchyard-structure-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: red;
}

.switchyard-structure-image img {
    width: 400px;
    height: 350px;
    border-radius: 8px;
}

.switchyard-structure-image-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* Content Box */
.switchyard-structure-content-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 20px;
}

/* Points List */
.switchyard-structure-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.switchyard-structure-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.switchyard-structure-points li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    color: #fd0d0d;
    font-weight: 700;
}

/* ================================
   RESPONSIVE STYLES ONLY
================================ */

/* Tablets & small laptops */
@media (max-width: 991px) {
    .switchyard-structure-title {
        font-size: 26px;
        text-align: center;
    }

    .switchyard-structure-image img {
        width: 100%;
        height: auto;
    }

    .switchyard-structure-content-box {
        margin-top: 20px;
    }
}

/* Tablets & large mobiles */
@media (max-width: 768px) {
    .switchyard-structure-title {
        font-size: 24px;
    }

    .switchyard-structure-content-box p {
        font-size: 15px;
    }

    .switchyard-structure-points li {
        font-size: 14px;
    }
}

/* Small mobiles */
@media (max-width: 576px) {
    .switchyard-structure-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .switchyard-structure-points li {
        padding-left: 24px;
    }

    .switchyard-structure-points li::before {
        font-size: 14px;
        top: 2px;
    }
}

/*------------ Precast Structure Section style start ---------------*/
.precast-structure-area {
    background-color: #f4f5eb;
}

/* Title */
.precast-structure-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: red;
}

/* Image */
.precast-structure-image-box img {
    width: 400px;
    height: 350px;
    border-radius: 8px;
}

/* Hover Effect */
.precast-structure-image-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* Content */
.precast-structure-content-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 20px;
}

/* Points List */
.precast-structure-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.precast-structure-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.precast-structure-points li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    color: #fd0d0d;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 991px) {
    .precast-structure-title {
        font-size: 28px;
        text-align: center;
    }

    .precast-structure-image-box img {
        width: 100%;
        height: auto;
    }
}

/*--------------- Bridge Structure Section style start -------------- */
.bridge-structure-area {
    background-color: #f4f5eb;
}

/* Title */
.bridge-structure-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: red;
}

/* Image */
.bridge-structure-image-box img {
    width: 400px;
    height: 350px;
    border-radius: 8px;
}

/* Hover Effect */
.bridge-structure-image-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* Content */
.bridge-structure-content-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 20px;
}

/* Points List */
.bridge-structure-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bridge-structure-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.bridge-structure-points li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    color: #fd0d0d;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 991px) {
    .bridge-structure-title {
        font-size: 28px;
        text-align: center;
    }

    .bridge-structure-image-box img {
        width: 100%;
        height: auto;
    }
}