@font-face {
    font-family: 'Roboto-Light';
    src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: 'Roboto-Black';
    src: url("../fonts/Roboto-Black.ttf");
}


body {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    color: #808080;
    font-family: 'Roboto-Regular', sans-serif;
    text-align: justify;
}

a {
    text-decoration: none;
}

button {
    box-shadow: none;
    border: none;
}

.bg-gray {
    background-color: #F2F4F8;
}

section {
    padding: 40px 0;
}

.form-control {
    padding: .8rem .75rem;
    border-radius: 0px;
    border: 2px solid #dadada;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #024883;
}

.section-title h1,
.section-title h2 {
    font-size: 40px;
    color: #024883;
    font-family: 'Roboto-Medium', sans-serif;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.theme-btn-with-arrow {
    color: #fff;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0px 12px;
    margin-top: 25px;
}

.theme-btn-with-arrow.blue-btn {
    background: #024883;
}

.theme-btn-with-arrow.gray-btn {
    background: #808080;
}

.theme-btn-with-arrow:hover {
    color: #fff;
}

.theme-btn-with-arrow span {
    padding: 8px 12px 12px 0px;
    margin-right: 10px;
}

.theme-btn-with-arrow.blue-btn span {
    border-right: 1px solid #1a6eb5;
}

.theme-btn-with-arrow.gray-btn span {
    border-right: 1px solid #5e5e5e;
}

.theme-btn-with-arrow span img {
    width: 10px;
}

.read-more-btn {
    border: 1px solid #024883;
    padding: 12px 20px;
    color: #024883;
    transition: background-color 0.3s ease;
}

.read-more-btn:hover {
    background-color: #024883;
    color: #fff;
}

.view-detail-btn {
    color: #024883;
    font-size: 17px;
}

.view-detail-btn span img {
    width: 8px;
}

/* ------------ Header CSS Start ------------ */
.header-wrap-section .navbar {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: transparent;
}

header .navbar-brand img {
    /* width: 250px; */
    width: 100px;
    filter: brightness(0) invert(1);
}

header .navbar-nav .nav-item {
    margin-right: 15px;
    text-wrap: nowrap;
}

header .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

header .navbar-nav .nav-link {
    color: #fff;
}

/* header .navbar-nav .dropdown-toggle::after{
    background-image: url(../images/icon/down-angel-arrow.png);
} */
.header-wrap-section.fixed-top-header.sticky .navbar {
    position: fixed;
    z-index: 100;
    animation: slideDown 0.60s ease-out;
    transition: none;
    background-color: #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    width: 100%;
}

.header-wrap-section.fixed-top-header.sticky .nav-link {
    color: #000;
}

.header-wrap-section.fixed-top-header.sticky .navbar-brand img {
    filter: none;
    /* width: 200px; */
    width: 80px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* ------------ Header CSS End ------------ */

/* ------------ Main Home Banner CSS Start ------------ */
.home-main-banner .carousel-item {
    position: relative;
}

.home-main-banner .carousel-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}

.home-main-banner .carousel-caption {
    max-width: 55%;
    justify-content: center;
    margin: auto;
}

.home-main-banner .carousel-caption p {
    font-size: 50px;
    color: #fff;
}

.home-main-banner .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
}

/* ------------ Main Home Banner CSS End ------------ */

/* ------------ Home About Us CSS Start ------------ */
.home-about-section {
    position: relative;
}

.home-about-section::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 550px;
    background-image: url(../images/shape/pattern-02.png);
    opacity: 0.2;
}

.home-about-section .video-play-button {
    box-sizing: content-box;
    /* display: block; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
    padding: 18px 20px 18px 22px;
}

.home-about-section .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.home-about-section .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #cd0f0f;
    border-radius: 50%;
    transition: all 200ms;
    /* margin-top: 20px; */
}

.home-about-section .video-play-button:hover:after {
    background-color: #cd0f0f;
}

.home-about-section .video-play-button:before {
    content: "";
    color: #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.home-about-section .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.home-about-section .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    /* border-left: 22px solid #024883; */
    border-left: 22px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    /* border-left: 32px solid #024883;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent; */
}

.home-about-section .video-play-button:hover span {
    border-left: 22px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* ------------ Home About Us CSS End ------------ */

/* ------------ Business Section CSS Start ------------ */
.business-wrap-section {
    position: relative;
    background-image: url(../images/bg-img/business-sec-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.business-wrap-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #024883;
    opacity: .7;
    z-index: -1;
}

.business-img-wrap img {
    height: 242px;
    object-fit: cover;
}

.business-wrap-section .business-text-wrap {
    padding: 20px 20px 40px;
    background-color: #FFFFFF;
}

.business-wrap-section .business-title a {
    font-size: 28px;
    color: #024883;
    font-family: 'Roboto-Medium', sans-serif;
}

.business-wrap-section .business-desc {
    margin-bottom: 35px;
    height: 80px;
}

.business-wrap-section .business-desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ------------ Business Section CSS End ------------ */

/* ------------ Business Focus Segment Section CSS Start ------------ */
.business-focus-segment-section .business-focus-segment-box {
    position: relative;
    margin-bottom: 15px;
}

.business-focus-segment-section .business-focus-segment-box::before {
    position: absolute;
    content: '';
    top: 10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background: #024883;
    z-index: -1;
}

.business-focus-segment-section .business-focus-segment-img-wrap {
    position: relative;
    overflow: hidden;

}

.business-focus-segment-section .business-focus-segment-box:hover .business-focus-segment-img-wrap img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.business-focus-segment-section .business-focus-segment-img-wrap::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, #fff0);
    opacity: .6;
    z-index: 1;
}

.business-focus-segment-section .business-focus-segment-img-wrap img {
    /* position: relative; */
    /* padding-right: 10px; */
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.business-focus-segment-section .business-focus-segment-col:first-child .business-focus-segment-img-wrap img,
.business-focus-segment-section .business-focus-segment-col:nth-child(2) .business-focus-segment-img-wrap img {
    height: 370px;
    object-fit: cover;
}

.business-focus-segment-section .business-focus-segment-col:nth-child(3) .business-focus-segment-img-wrap img,
.business-focus-segment-section .business-focus-segment-col:nth-child(4) .business-focus-segment-img-wrap img,
.business-focus-segment-section .business-focus-segment-col:nth-child(5) .business-focus-segment-img-wrap img {
    height: 450px;
    object-fit: cover;
}

/* .business-focus-segment-section .business-focus-segment-img-wrap img::before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #024883;
    opacity: .4;
    z-index: 1;
} */
.business-focus-segment-section .business-focus-segment-name {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}

.business-focus-segment-section .business-focus-segment-name a {
    font-size: 28px;
    font-family: 'Roboto-Medium', sans-serif;
    color: #fff;
}

/* ------------ Business Focus Segment Section CSS End ------------ */

/* ------------ Testimonials Section CSS Start ------------ */
.testimonials-section {
    position: relative;
    background-color: #f2f4f8;
    z-index: 1;
}

.testimonials-section::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%) !important;
    background-image: url(../images/shape/pattern-07-right.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;
    filter: brightness(0.9);
}

.testimonials-section::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%) !important;
    background-image: url(../images/shape/pattern-07-left.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;
    filter: brightness(0.9);
}

.testimonials-section .testimonials-wrap-box {
    background-color: #fff;
    padding: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
}

.testimonials-section .testimonials-text p {
    font-size: 16px;
    line-height: 28px;
}

.testimonials-section .person-name {
    font-size: 25px;
    color: #024883;
    font-family: 'Roboto-Medium', sans-serif;
}

.testimonials-section .person-designation {
    font-size: 16px;
}

.testimonials-section .company-logo img {
    width: 110px;
}

.testimonials-section .testimonials-pro-img-wrap {
    position: relative;
}

.testimonials-section .testimonials-pro-img-wrap .person-img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: aliceblue;
}

.testimonials-section .owl-nav {
    display: none;
}

.testimonials-section .owl-dots {
    width: 100%;
    text-align: center;
}

.testimonials-section .owl-dots .owl-dot.active {
    background-color: #024883;
}

.testimonials-section .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background: #DCDCDC;
    box-shadow: inset 0px 2px 1px #00000029;
    margin: 5px;
    border-radius: 50%;
}

.testimonials-section .left-quote-icon {
    border-radius: 50%;
    background-color: #024883;
    width: 55px !important;
    height: 55px;
    padding: 14px;
    position: absolute;
    left: 0;
    bottom: 20px;
}

/* ------------ Testimonials Section CSS End ------------ */

/* ------------ Counter Section CSS Start ------------ */
.counter-wrap-section {
    background-image: url(../images/bg-img/about-area-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.counter-wrap-section .counter-wrap-box {
    position: relative;
    padding: 40px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 3px 26px #0000001A;
    text-align: center;
    overflow: hidden;
}

.counter-wrap-section .counter-wrap-box::before {
    position: absolute;
    content: '';
    top: -37px;
    left: -37px;
    width: 80px;
    height: 70px;
    transform: rotate(-42deg);
}

.counter-wrap-section .counter-col:nth-child(6n+1) .counter-wrap-box::before {
    background-color: #320993;
}

.counter-wrap-section .counter-col:nth-child(6n+2) .counter-wrap-box::before {
    background-color: #08077B;
}

.counter-wrap-section .counter-col:nth-child(6n+3) .counter-wrap-box::before {
    background-color: #009DF8;
}

.counter-wrap-section .counter-col:nth-child(6n+4) .counter-wrap-box::before {
    background-color: #00BC38;
}

.counter-wrap-section .counter-col:nth-child(6n+5) .counter-wrap-box::before {
    background-color: #FCF651;
}

.counter-wrap-section .counter-col:nth-child(6n+6) .counter-wrap-box::before {
    background-color: #E40013;
}



.counter-value span {
    font-size: 45px;
    color: #024883;
    text-transform: uppercase;
}

.counter-text p {
    font-size: 20px;
    color: #808080;
    justify-content: center;
    display: flex;
}

/* ------------ Counter Section CSS End ------------ */

/* ------------ Value Addition Section CSS Start ------------ */
.value-addition-section .value-addition-wrap-box {
    position: relative;
}

.value-addition-section .value-addition-text-wrap-box {
    position: relative;
    background-color: #fff;
    padding: 30px 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: -35px 10px 0;
    z-index: 9;
    height: 226px;
}

.value-addition-section .value-addition-img-wrap img {
    height: 269px;
    object-fit: cover;
}

.value-addition-section .value-addition-title h2 a,
.value-addition-section .value-addition-title h2 {
    font-size: 25px;
    color: #024883;
    font-family: 'Roboto-Medium', sans-serif;
    margin-bottom: 10px;
}

/* ------------ Value Addition Section CSS End ------------ */

/* ------------ Blog Section CSS End ------------ */
.blog-section {
    background-color: #F2F4F8;
}

.blog-section .blog-text-wrap {
    padding: 15px 0;
}

.blog-section .blog-date .calendar-icon {
    margin-right: 10px;
    width: 16px;
}

.blog-section .blog-img-wrap {
    position: relative;
    overflow: hidden;
}

.blog-section .blog-img-wrap img {
    height: 307px;
    object-fit: cover;
}

.blog-section .blog-img-wrap::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.blog-section .blog-wrap-box:hover .blog-img-wrap::before {
    -webkit-animation: circle 1s;
    animation: circle 1s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.blog-section .blog-title {
    padding: 15px 0;
}

.blog-title a {
    color: #808080;
    font-size: 18px;
    font-family: 'Roboto-Bold', sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-title a:hover {
    color: #024883;
}

.view-detail-btn:hover span {
    margin-left: 9px !important;
    transition: background-color 0.3s ease;
}

.blog-short-desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inner-blog-section {
    padding-bottom: 35px;
}

.right-arrow-img-span img {
    width: 8px !important;
    display: flex !important;
    object-fit: contain;
}

.blog-section .item {
    margin: 0 8px;
}

.blog-section .owl-nav {
    /* display: block !important; */
    position: absolute;
    top: -80px;
    right: 7px;
}

.blog-section .owl-nav .owl-prev {
    margin-right: 8px;
}

.blog-section .owl-nav .owl-prev img,
.blog-section .owl-nav .owl-next img {
    width: 40px;
}

/* ------------ Blog Section CSS End ------------ */

/* ------------ Blog Details Section CSS End ------------ */
.blog-detail-img-wrap img {
    height: 600px;
    object-fit: cover;
}

.blog-detail-title h2 {
    font-size: 32px;
    color: #024883;
    font-family: 'Roboto-Bold', sans-serif;
}

.blog-detail-section .blog-date .calendar-icon {
    margin-right: 10px;
    width: 16px;
}

.blog-detail-section .blog-date p span {
    line-height: 16px;
}

.blog-detail-section .blog-detail-text h2 {
    font-size: 27px;
    font-family: 'Roboto-Medium', sans-serif;
    color: #024883;
}

.blog-detail-section .blog-detail-text ul {
    list-style: none;
    padding-left: 0;
}

.blog-detail-section .blog-detail-text ul li p strong {
    color: #024883;
    margin-right: 5px;
}

.blog-detail-section .blog-detail-text ul li p a {
    color: #024883;
    border-bottom: 1px solid #024883;
}

.blog-detail-section .blog-detail-text ul li h3 {
    font-size: 19px;
    color: #024883;
    font-family: 'Roboto-Bold', sans-serif;
}

/* ------------ Blog Details Section CSS End ------------ */

/* ------------ Footer CSS Start ------------ */
.footer-wrap-section .footer-top {
    position: relative;
    background-color: #024883;
    padding: 70px 0;
    z-index: 1;
}

.footer-wrap-section .footer-top::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/shape/pattern-04.png);
    filter: brightness(0) invert(1);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: -1;
}

.footer-wrap-section .lets-talk-wrap-box {
    border-bottom: 1px solid #3372a7;
    padding-bottom: 40px;
}

.footer-wrap-section .lets-talk-text-wrap h2 {
    font-size: 45px;
    font-family: 'Roboto-Medium', sans-serif;
    color: #fff;
    margin-bottom: 15px;
}

.footer-wrap-section .lets-talk-text-wrap p {
    font-size: 22px;
    font-family: 'Roboto-Light', sans-serif;
    color: #fff;
}

.footer-wrap-section .footer-btn {
    float: right;
}

.footer-wrap-section .footer-title h2 {
    font-size: 20px;
    color: #fff;
    font-family: 'Roboto-Medium', sans-serif;
    margin-bottom: 20px;
}

.footer-wrap-section .footer-links ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.footer-wrap-section .footer-links ul li {
    margin-bottom: 10px;
}

.footer-wrap-section .footer-links ul li a {
    color: #fff;
}

.footer-wrap-section .footer-bottom {
    position: relative;
}

.footer-wrap-section .footer-bottom::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    top: -8px;
    left: 0;
    background-image: url(../images/shape/footer-border-shape.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.footer-wrap-section .footer-bottom {
    padding: 10px 0;
}

.footer-wrap-section .social-icon ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    /* justify-content: center; */
}

.footer-wrap-section .social-icon ul li {
    margin: 5px;
}

.footer-wrap-section .social-icon ul li a img {
    width: 28px;
    filter: brightness(0) invert(1);
    border-radius: 6px;
}

.footer-wrap-section .developeby a {
    float: right;
}

.footer-wrap-section .developeby img {
    filter: grayscale(1) brightness(1);
    width: 18px;
}

/* ------------ Footer CSS End ------------ */

/* ------------ Inner Banner CSS Start ------------ */
.inner-banner-wrap-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}

.inner-banner-wrap-section .inner-banner-img {
    height: 550px;
    object-fit: cover;
}

.inner-banner-wrap-section .inner-baner-caption {
    position: absolute;
    bottom: 70px;
    width: 100%;
    left: 0;
}

.inner-banner-wrap-section .inner-banner-title h1 {
    font-size: 40px;
    color: #fff;
    font-family: 'Roboto-Medium', sans-serif;
}

.inner-banner-wrap-section .breadcrumb-item {
    font-size: 18px;
    color: #fff;
}

.inner-banner-wrap-section .breadcrumb-item a {
    color: #fff;
}

.inner-banner-wrap-section .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

/* ------------ Inner Banner CSS End ------------ */

/* ------------ Contact Us Start ------------ */

.contact-details-title h2 {
    font-size: 25px;
    color: #024883;
    font-family: 'Roboto-Medium', sans-serif;
    margin-bottom: 25px;
}

.contact-details-section .contact-details-icon-wrap img {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #024883;
    border-radius: 4px;
}

.contact-details-section .contact-details-text-wrap {
    display: flex;
    align-items: center;
}

.contact-details-section .contact-details-text-wrap a {
    color: #808080;
    font-size: 18px;
    font-family: 'Roboto-Regular', sans-serif;
}

/* ------------ Contact Us End ------------ */

/* ------------------ Career Section CSS State ------------------ */
.career-wrap-section {
    background-image: url(../images/shape/career-circute-shape.png);
    background-position: top right;
    background-size: auto;
    background-repeat: no-repeat;
}

.career-wrap-section .career-title {
    font-size: 25px;
    color: #003F7D;
    margin-bottom: 20px;
    font-family: 'Roboto-Bold', sans-serif;
}

.career-wrap-section thead {
    background-color: #024883;
}

.career-wrap-section thead tr td {
    font-size: 18px;
    color: #fff;
    padding: 0.8rem 2rem;
    font-weight: 500;
    font-family: 'Roboto-Regular', sans-serif;
}

.career-wrap-section tbody tr td {
    padding: 0.8rem 2rem;
    color: #808080;
    font-size: 16px;
    font-family: 'Roboto-Regular', sans-serif;
    /* vertical-align: middle; */
}

.career-wrap-section tbody tr .job-title {
    font-size: 16px;
    cursor: pointer;
    color: #003F7D;
    border-bottom: 1px solid #003F7D;
    width: fit-content;
    margin-bottom: 0;
    font-family: 'Roboto-Medium', sans-serif;
}

.career-wrap-section .apply_now_form-wrap-box {
    max-width: 100%;
    width: 100%;
    margin: 55px auto 0;
    background: #F2F4F8;
    border-radius: 12px;
}

.career-wrap-section .apply_now_form-wrap {
    padding: 50px;
}

.apply_now_form-wrap-box label {
    white-space: nowrap;
    color: #000;
}

.career-wrap-section .form-control {
    padding: 0.8rem 0.75rem;
    border-radius: 6px;
    color: #000;
    border: 1px solid #C8C8C8;
}

.career-wrap-section .form-control[type=file] {
    line-height: 2.5rem;
    padding: 0.3rem 0.75rem;
}

.career-wrap-section .job-desc-text-wrap-box {
    display: none;
}

.career-wrap-section .job-desc-text-title h2 {
    font-size: 18px;
    color: #808080;
    font-weight: 600;
    margin-bottom: 20px;
}

.job-desc-text-wrap-box {
    margin-bottom: 15px;
}

.job-desc-text-wrap ul {
    list-style: none;
    padding-left: 0;
}

.job-desc-text-wrap ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
}

.job-desc-text-wrap ul li::before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #808080;
    border-radius: 50%;
}

.job-desc-text-wrap ul {
    margin-bottom: 25px;
}

.job-desc-text-wrap ul li:last-child {
    margin-bottom: 0;
}

/* ------------------ Career Section CSS End ------------------ */

/* ------------------ Our History CSS Start ------------------ */
.our-history-section {
    position: relative;
}

.our-history-section::before {
    position: absolute;
    content: '';
    bottom: -80px;
    right: 0;
    width: 797px;
    height: 752px;
    background-image: url(../images/shape/pattern-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2;
}

.our-history-section .our-history-wrap-box {
    margin-bottom: 50px;
}

.our-history-section .our-history-wrap-box:last-child {
    margin-bottom: 0;
}

.our-history-section .our-history-img-wrap {
    position: relative;
}

.our-history-section .our-history-wrap-box:nth-child(odd) .our-history-img-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-image: url(../images/shape/dotted-shape-right.svg);
    /* background-position: top; */
    background-size: cover;
    background-repeat: no-repeat;
    width: 80%;
    height: 300px;
}

.our-history-section .our-history-wrap-box:nth-child(odd) .our-history-img-wrap {
    margin-left: 50px;
}

.our-history-section .our-history-wrap-box .our-history-img-wrap img {
    height: 510px;
    object-fit: cover;
}

.our-history-section .our-history-wrap-box:nth-child(odd) .our-history-img-wrap img {
    padding-top: 25px;
    padding-right: 25px;
}

.our-history-section .our-history-wrap-box:nth-child(odd) .our-history-left-col {
    order: 1;
}

.our-history-section .our-history-wrap-box:nth-child(odd) .our-history-right-col {
    order: 2;
}

.our-history-section .our-history-wrap-box:nth-child(even) .our-history-img-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url(../images/shape/dotted-shape-left.svg);
    /* background-position: top; */
    background-size: cover;
    background-repeat: no-repeat;
    width: 80%;
    height: 300px;
}

.our-history-section .our-history-wrap-box:nth-child(even) .our-history-img-wrap {
    margin-right: 50px;
}

.our-history-section .our-history-wrap-box:nth-child(even) .our-history-img-wrap img {
    padding-top: 25px;
    padding-left: 25px;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.our-history-section .our-history-wrap-box:nth-child(even) .our-history-left-col {
    order: 2;
}

.our-history-section .our-history-wrap-box:nth-child(even) .our-history-right-col {
    order: 1;
}

/* ------------------ Our History CSS End ------------------ */

/* ------------------ Our Value CSS Start ------------------ */
.our-value-section {
    background-color: #F2F4F8;
}

.our-value-section .our-value-wrap-box {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 3px 10px #00000029;
    transition: all .3s;
    height: 100%;
}

.our-value-section .our-value-wrap-box:hover {
    background-color: aliceblue;
    transition: all .3s;
    transform: translateY(-10px);
}

.our-value-section .our-value-icon img {
    height: 50px;
}

.our-value-title h2 {
    font-size: 23px;
    color: #024883;
    font-family: 'Roboto-Medium', sans-serif;
    margin: 20px 0 15px;
}

.our-value-text-wrap p {
    font-size: 15px;
}

.our-value-section .our-value-icon-text-box {
    width: fit-content;
    text-align: center;
}

/* ------------------ Our Value CSS End ------------------ */

/* ------------------ Milestones & Certificates CSS Start ------------------ */
.milestones-and-certificates-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.milestones-and-certificates-section::before {
    position: absolute;
    content: '';
    bottom: -80px;
    right: 0;
    width: 600px;
    height: 732px;
    background-image: url(../images/shape/circuit-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.milestones-and-certificates-section::after {
    position: absolute;
    content: '';
    top: -80px;
    left: 0;
    width: 600px;
    height: 732px;
    background-image: url(../images/shape/circuit-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    z-index: -1;
}

.milestones-and-certificates-section .milestones-and-certificates-title {
    font-size: 40px;
    font-family: 'Roboto-Medium', sans-serif;
    color: #024883;
}

.timeline {
    position: relative;
    margin: 50px auto 30px;
    padding: 40px 0;
    width: 1000px;
    box-sizing: border-box;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background-image: url(../images/shape/border-line-shape.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background:#c5c5c5; */
}

.timeline ul {
    padding: 0;
    margin: 0;
}

.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
    float: right;
    text-align: left;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: left;
    text-align: right;
    clear: both;
}

.timeline .content {
    padding: 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 75px;
    left: -5px;
    background: rgb(2 72 131);
    border-radius: 50%;
    /* box-shadow: 0 0 0 3px rgb(2 72 131 / 30%); */
    transition: all 0.3s ease;
    will-change: transform, box-shadow;
    box-shadow: rgb(2 72 131);
    animation: pulse 3s infinite;
}

.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 75px;
    right: -7px;
    background: rgb(2 72 131);
    border-radius: 50%;
    /* box-shadow: 0 0 0 3px rgb(2 72 131 / 30%); */
    transition: all 0.3s ease;
    will-change: transform, box-shadow;
    box-shadow: rgb(2 72 131);
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(2 72 131 / 70%);

    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 172, 193, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(244 129 49 / 0);
    }
}

.timeline ul li h3 {
    padding: 0;
    margin: 0;
    color: #024883;
    font-size: 23px;
    font-family: 'Roboto-Medium', sans-serif;
}

.timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
}

.timeline ul li .time h4 {
    margin: 0;
    padding: 0;
    font-size: 70px;
    font-family: 'Roboto-Bold', sans-serif;
}

.timeline ul li:nth-child(odd) .time {
    position: absolute;
    top: 40px;
    left: -200px;
    margin: 0;
    color: #024883;
    border-radius: 18px;
}

.timeline ul li:nth-child(even) .time {
    position: absolute;
    top: 40px;
    right: -200px;
    margin: 0;
    color: #024883;
    border-radius: 18px;
}

/* @media(max-width:1000px)
  {
    .timeline{
      width:100%;
    }
  } */

.certificates-section {
    background: #F2F4F8;
}

.certificates-section .certificates-wrap-box {
    position: relative;
}

.certificates-section .certificates-wrap-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape/certificates-frame.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.certificates-section .certificates-wrap-box img {
    padding: 12px;
}

.milstone-bottom-wrap-logo img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    background: #fff;
    position: relative;
    z-index: 9;
    max-width: 260px;
}

/* ------------------ Milestones & Certificates CSS End ------------------ */

/* ------------------ Leadership CSS End ------------------ */
.leadership-section {
    position: relative;
    overflow: hidden;
}

.leadership-section::before {
    position: absolute;
    content: '';
    top: 0px;
    right: 0;
    width: 600px;
    height: 654px;
    background-image: url(../images/shape/pattern-07.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* transform: rotate(180deg); */
    z-index: -1;
    opacity: 0.5;
}

.leadership-wrap-box {
    margin-bottom: 40px;
}

.leadership-wrap-box:last-child {
    margin-bottom: 0;
}

.leadership-wrap-box::before {
    margin-bottom: 0;
}

.leadership-img-wrap img {
    height: 480px;
    object-fit: cover;
}

.leadership-name h2 {
    font-size: 35px;
    color: #024883;
    font-family: 'Roboto-Bold', sans-serif;
    margin-bottom: 5px;
}

.leadership-designation h3 {
    position: relative;
    color: #808080;
    font-size: 17px;
    font-family: 'Roboto-Bold', sans-serif;
    font-style: italic;
    padding-left: 25px;
}

.leadership-designation h3::before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 13px;
    height: 2px;
    background: #808080;
}

.leadership-section .leadership-img-wrap {
    position: relative;
}

.leadership-section .leadership-wrap-box:nth-child(odd) .leadership-left-col {
    order: 1;
}

.leadership-section .leadership-wrap-box:nth-child(odd) .leadership-right-col {
    order: 2;
}

.leadership-section .leadership-wrap-box:nth-child(even) .leadership-left-col {
    order: 2;
}

.leadership-section .leadership-wrap-box:nth-child(even) .leadership-right-col {
    order: 1;
}

/* .leadership-section .leadership-wrap-box:nth-child(odd) .leadership-img-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url(../images/shape/dotted-shape-left.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80%;
    height: 300px;
}

.leadership-section .leadership-wrap-box:nth-child(even) .leadership-img-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-image: url(../images/shape/dotted-shape-right.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80%;
    height: 300px;
} */

.leadership-section .leadership-wrap-box:nth-child(odd) .leadership-img-wrap {
    padding-right: 3rem;
}

.leadership-section .leadership-wrap-box:nth-child(even) .leadership-img-wrap {
    padding-left: 3rem;
}

/* 
.leadership-section .leadership-wrap-box:nth-child(odd) .leadership-img-wrap img {
    padding-top: 25px;
    padding-left: 25px;
}

.leadership-section .leadership-wrap-box:nth-child(even) .leadership-img-wrap img {
    padding-top: 25px;
    padding-right: 25px
} */
.leadership-section .leadership-wrap-box .leadership-img-wrap img {
    border: 1px solid #024883;
}

/* ------------------ Leadership CSS End ------------------ */

/* ------------------ Gallery CSS End ------------------ */
.gallery-img-wrap img {
    border-radius: 6px;
    height: 416px;
    object-fit: cover;
}

.gallery-section .nav-pills .nav-link.active {
    background-color: #024883;
    color: #fff;
}

.gallery-section .nav-pills .nav-link {
    border-radius: 0;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 500;
    padding: 10px 30px;
    background-color: aliceblue;
    color: #024883;
    font-size: 17px;
    margin: 0 5px;
}

/* ------------------ Gallery CSS End ------------------ */

/* ------------------ Trading Page CSS End ------------------ */
.trading-product-section {
    background-color: #F2F4F8;
}

.trading-product-section .trading-product-box {
    border: 1px solid #024883;
    overflow: hidden;
    border-radius: 8px;
}

/* .trading-product-section .trading-product-box:hover{
    transition: all .3s;
    transform: translateY(-10px);
} */
.trading-product-section .trading-product-box .trading-product-img {
    overflow: hidden;
}

/* .trading-product-section .trading-product-img{
    padding: 26px;
} */
.trading-product-section .trading-product-img img {
    height: 300px;
    object-fit: cover;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    /* padding: 10px; */
    padding: 0 15px;
    background-color: #fff;
}

.trading-product-section .trading-product-box:hover .trading-product-img img {
    -webkit-transform: scale(1.5) rotate(1deg);
    transform: scale(1.1) rotate(1deg);
}

.trading-product-section .procut-name {
    background-color: #024883;
    padding: 15px 10px;
    text-align: center;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trading-product-section .procut-name h2 {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* ------------------ Trading Page CSS End ------------------ */

/* ------------------ Why Neec CSS Start ------------------ */
.why-neec-section .why-neec-points ul {
    padding-left: 0px;
    list-style: none;
}

.why-neec-section .why-neec-points ul li {
    position: relative;
    font-size: 16px;
    color: #808080;
    font-family: 'Roboto-Regular', sans-serif;
    margin-bottom: 8px;
    padding-left: 25px;
}

.why-neec-section .why-neec-points ul li::before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon/arrow-right-circle.png);
    background-position: center;
    border-radius: 50%;
    background-size: cover;
}

.why-neec-section .why-neec-points ul li:last-child {
    margin-bottom: 0;
}

.whychoose-wrap-inner-box {
    height: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-left: 1px solid #024883;
    background: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.whychoose-wrap-inner-box:hover {
    background-color: #024883;
}

.whychoose-wrap-inner-box .whychoose-title-text {
    transition: .3s ease-in-out;
    transform-origin: top left;
}

.whychoose-wrap-inner-box:hover .whychoose-title-text {
    color: #fff;
    transform: scale(1.05);
    font-size: 17px;
}

.whychoose-wrap-inner-box:hover .whychoose-desc {
    color: #fff;
}

.whychoose-icon-wrap {
    width: 50px;
    height: 50px;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 19px; */
    border-radius: 6px;
    /* margin-bottom: 15px; */
    background: #fff;
}

/* ------------------------- */

.why-neec-section .why-neec-wrap-box {
    background: aliceblue;
    padding: 15px;
    position: relative;
    border: 1px dashed #024883;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 5px 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.why-neec-section .why-neec-wrap-box:hover {
    border-radius: 5px 20px;
}

.why-neec-section .why-neec-wrap-box::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 0;
    background-color: #024883;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 5px 20px;
}

.why-neec-section .why-neec-wrap-box:hover::before {
    width: 100%;
}

.why-neec-section .why-neec-wrap-box p {
    font-size: 18px;
    color: #024883;
    font-family: 'Roboto-Medium', sans-serif;
}

.why-neec-section .why-neec-wrap-box p strong {
    color: #024883;
    font-family: 'Roboto-Regular', sans-serif;
}

.why-neec-section .why-neec-wrap-box:hover p strong {
    color: #fff;
}

.why-neec-section .why-neec-wrap-box:hover p {
    z-index: 1;
    color: #fff;
    position: relative;
}

/* ------------------- 30-12-2023 ------------------- */
.whychoose-wrap-section {
    /* padding-top: 150px !important;
    padding-bottom: 0; */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.whychoose-wrap-section .whychoose-wrap-box {
    /* background: #fff; */
    background: #ffffffcf;
    /* padding: 35px; */
    padding: 15px 35px;
    box-shadow: 0px 3px 6px #00000029;
    /* margin-bottom: -50px; */
    z-index: 9;
    position: relative;
    border-radius: 8px;
}

.whychoose-wrap-text-wrap ul {
    padding-left: 0;
    list-style: none;
}

.whychoose-wrap-text-wrap ul li {
    position: relative;
    font-size: 17px;
    color: #808080;
    font-family: 'Roboto-Medium', sans-serif;
    margin-bottom: 15px;
    /* display: flex; */
    /* padding-left: 25px; */
}

.whychoose-wrap-text-wrap ul li strong {
    color: #024883;
}

.whychoose-wrap-section .whychoose-wrap-box .whychoose-icon-wrap img {
    width: 36px;
    /* margin-right: 10px; */
    padding: 2px;
}

/* .whychoose-wrap-text-wrap ul li::before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon/arrow-right-circle.png);
    background-position: center;
    border-radius: 50%;
    background-size: cover;
} */

.whychoose-wrap-text-wrap ul li:last-child {
    margin-bottom: 0;
}

.trading-page-testimonial {
    padding-top: 100px;
}

/* ------------------- 30-12-2023 ------------------- */
/* ------------------ Why Neec CSS End ------------------ */

/* ------------------ Go Green - Go Solar CSS Start ------------------ */
/* .go-green-points-section{
    background-color: #F2F4F8;
} */

.go-green-points-section {
    position: relative;
    /* background-image: url(../images/bg-img/go-green-go-solar.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1; */
}

/* .go-green-points-section::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #024883;
    opacity: .7;
    z-index: -1;
} */
.go-green-points-section .go-green-points {
    position: relative;
    background: #fff;
    padding: 50px 25px;
    border-radius: 20px;
    text-align: center;
    /* height: 100%; */
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
    box-shadow: 0px 10px 35px 0px rgb(7 45 128 / 10%);
    /* border: 1px dashed #024883; */
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 250px;
    transition: background-color 0.3s ease;
    border-bottom: 3px solid #024883;
}

.go-green-points-section .go-green-points::before {
    position: absolute;
    content: '';
    top: -5px;
    right: -5px;
    background-image: url(../images/logo/neec-favicon.png);
    background-position: center;
    background-size: cover;
    width: 70px;
    height: 70px;
    transition: all 100ms ease-in-out;
    opacity: 0;
}

.go-green-points-section .go-green-points:hover::before {
    opacity: 0.2;
    filter: brightness(0) invert(1);
}

.go-green-points-section .go-green-points:hover {
    background-color: #024883;
    transition: all .5s;
    transform: translateY(-10px);
}

.go-green-points-section .go-green-col:nth-child(2) .go-green-points {
    margin-top: 30px;
}

.go-green-points-section .go-green-col:nth-child(3) .go-green-points {
    margin-top: 60px;
}

.go-green-points-section .go-green-col:nth-child(5) .go-green-points {
    margin-top: 30px;
}

.go-green-points-section .go-green-col:nth-child(6) .go-green-points {
    margin-top: 60px;
}

.go-green-points-section .go-green-points p {
    font-size: 17px;
    color: #000;
    font-family: 'Roboto-Medium', sans-serif;
    text-align: center;
}

.go-green-points-section .go-green-points:hover p {
    color: #fff;
}

.go-green-img-wrap img {
    height: 500px;
    object-fit: cover;
}

/* ------------------ Go Green - Go Solar CSS End ------------------ */

/* ------------------ Our Work Flow CSS End ------------------ */
.our-workflow-section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.our-workflow-section .owl-stage-outer {
    padding: 100px 5px 70px;
}

.our-workflow-section .owl-item {
    padding: 0 5px;
}

.our-workflow-section .our-workflow-slider-wrap-box {
    position: relative;
}

.our-workflow-section .our-workflow-slider-wrap-box::before {
    position: absolute;
    content: '';
    top: 88px;
    left: 0;
    width: 100%;
    height: 5px;
    /* background: #024883; */
    background-image: url(../images/shape/footer-border-shape.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.our-workflow-section .our-workflow-slider .owl-item:nth-child(odd) .wrokflow-box {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.our-workflow-section .our-workflow-slider .owl-item:nth-child(even) .wrokflow-box {
    position: absolute;
    bottom: -50px;
    left: 0;
}

.our-workflow-section .our-workflow-slider .owl-item:nth-child(odd)::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: -17px;
    left: 20px;
    background: #024883;
    border-radius: 50%;
}

.our-workflow-section .our-workflow-slider .owl-item:nth-child(even)::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: -17px;
    left: 20px;
    background: #024883;
    border-radius: 50%;
}

.our-workflow-section .our-workflow-text h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    background: #024883;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.our-workflow-section .owl-dots {
    display: none;
}

.our-workflow-section .owl-nav {
    width: 100%;
    text-align: center;
}

.our-workflow-section .owl-nav .owl-prev {
    margin-right: 5px;
}

.our-workflow-section .owl-nav .owl-prev,
.our-workflow-section .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 30px;
    background: #024883 !important;
    line-height: 0;
}

.our-workflow-section .owl-nav .owl-prev span,
.our-workflow-section .owl-nav .owl-next span {
    color: #fff;
    font-size: 30px;
    line-height: 24px;
}

.our-workflow-section .item {
    margin: 0 10px;
}

/* ------------------ Our Work Flow CSS End ------------------ */

.sticky-icon-whatsaap {
    position: fixed;
    bottom: 120px;
    right: 40px;
    z-index: 9999;
}

.sticky-icon-whatsaap img {
    width: 50px;
}

/* .inquiry-fixed-btn{
    position: fixed;
    right: -34px;
    top: 50%;
    transform: rotate(90deg);
    background: #000;
    color: #fff;
    padding: 6px 25px 10px;
    line-height: normal;
    font-size: 22px;
    z-index: 9;
    transition: background-color 0.3s ease;
}
.inquiry-fixed-btn:hover{
    background-color: #282727;
    color: #fff;
} */

.sidebar-fixed-btn {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9;
    width: auto;
    transform: translateY(-50%);
    overflow: hidden;
}

.sidebar-fixed-btn .banner-cal {
    width: 100%;
    max-width: 350px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    margin-bottom: 15px;
    justify-content: end;
}

.sidebar-fixed-btn .banner-cal img {
    width: 100%;
    max-width: 60px;
    height: 60px;
    background-color: #fff;
    padding: 10px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sidebar-fixed-btn .banner-cal a {
    color: #fff;
    background-color: #024883;
    padding: 6px 22px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: -10px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    visibility: hidden;
    opacity: 0;
}

.sidebar-fixed-btn .banner-cal:hover a {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    animation: slide 0.5s ease-in-out;
}

@keyframes slide {
    0% {
        transform: translatex(220px);
    }

    100% {
        transform: translatex(0px);
    }
}

.inquiry-form-modal-popup .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #024883;
    background-image: url(../images/icon/close-icon.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    opacity: 1;
}

.solar-calcu-wrap-section .solar-calcu-forn-wrap {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    border-radius: 10px;
    border-top: 3px solid #024883;
}

.solar-calcu-title h5 {
    font-size: 22px;
    font-family: 'Roboto-Bold', sans-serif;
    color: #024883;
    border-bottom: 1px solid #024883;
    width: fit-content;
}

.solar-view-output h3 {
    font-size: 20px;
    font-family: 'Roboto-Bold', sans-serif;
    color: #000;
}

.solar-view-output-items {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 15px 30px;
    border-radius: 12px;
    border-left: 3px solid #024883;
}

.solar-view-output-icon img {
    width: 55px;
}

.solar-calcu-forn-wrap-box {
    /* height: 100%; */
    display: flex;
    align-items: center;
}

.solar-view-output-wrap h2 {
    font-size: 25px;
    font-family: 'Roboto-Bold', sans-serif;
}

.loader {
    border: 7px solid transparent;
    border-radius: 50%;
    border-top: 7px solid #024883;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-text-wrap p {
    text-align: justify;
}