.padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-top {
    padding-top: 50px;
}

.padding-bottom {
    padding-bottom: 50px;
}

.info-widget.style-7 {
    display: flex;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1480px) {
    .info-widget.style-7 .widget-content {
        padding: 10px 10px 10px 40px;
        font-size: 14px;
    }
}

.info-widget.style-7 .widget-content {
    writing-mode: tb;
    transform: rotate(-180deg);
    border-radius: 0px 25px 25px 0px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 15px 15px 15px 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: -30px;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgb(3, 27, 78) !important;
}

@media only screen and (max-width: 1480px) {
    .info-widget.style-7 .widget-media {
        width: 185px;
    }
}

.info-widget.style-7 .widget-media {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 25px;
    overflow: hidden;
    width: 205px;
    position: relative;
}

.info-widget.style-7 .widget-media img {
    width: 100%;
}

.content-wrapper.style-1 .content-media:not(.right) .item2 {
    right: 0px;
}

.content-wrapper.style-1 .content-media .item2 {
    position: absolute;
    bottom: 40px;
}

.info-widget.style-6 {
    width: 270px;
    border-radius: 30px;
    padding: 30px 30px 25px;
    position: relative;
    margin: 30px 30px 0px 0px;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--primary-color) !important;
}

.info-widget.style-6 .info-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgb(255, 255, 255);
    position: absolute;
    right: -30px;
    top: -30px;
    padding: 10px;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgb(3, 27, 78) !important;
}

.info-widget.style-6 .title {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.info-widget.style-6 ul li {
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding: 6px 0px;
}

.section-head.m-b30 {
    margin-bottom: 30px;
}

.section-head {
    margin-bottom: 40px;
}

ul.grid-2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.list-check li {
    list-style: none;
    position: relative;
    padding: 5px 5px 5px 30px;
    font-size: 16px;
}

ul.grid-2 li {
    width: 50%;
}

ul.list-check li::before {
    content: "Ã¯â‚¬Å’";
    font-family: "Font Awesome 6 Pro";
    color: var(--primary-color);
}

.list-check li::before {
    position: absolute;
    left: 0px;
    top: 8px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
}

.btn-lg, .btn-group-lg > .btn {
    line-height: 1.223;
}

.btn-shadow {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 20px;
}

.btn {
    overflow: hidden;
}

.btn-secondary {
    --bs-btn-bg: #031B4E;
    --bs-btn-border-color: #031B4E;
    --bs-btn-active-bg: #031B4E;
    --bs-btn-hover-bg: rgb(2.55, 22.95, 66.3);
    --bs-btn-hover-border-color: rgb(2.55, 22.95, 66.3);
}

.btn-icon.btn-lg .right-icon, .btn-group-lg > .btn-icon.btn .right-icon {
    margin: -11px -18px -11px 12px;
}

.btn-icon.btn-lg .right-icon, .btn-group-lg > .btn-icon.btn .right-icon, .btn-icon.btn-lg .left-icon, .btn-group-lg > .btn-icon.btn .left-icon {
    height: 44px;
    width: 44px;
    min-width: 44px;
    transform: translateY(0px);
}

.btn-icon .right-icon {
    margin: -11px -20px -11px 15px;
}

.btn-icon .right-icon, .btn-icon .left-icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    color: rgb(3, 27, 78);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(1px);
}

.btn-icon .right-icon i, .btn-icon .left-icon i {
    transition: 0.5s;
}

.m-r30 {
    margin-right: 30px !important;
}

.mb-3 {
    margin-bottom: 1rem;
}

.info-widget.style-5 {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.info-widget.style-5 .widget-media {
    width: 35px;
    height: 35px;
}

.text-primary {
    --bs-text-opacity: 1;
    color: var(--primary-color) !important;
}

.info-widget.style-5 .widget-media i {
    font-size: 35px;
}

.content-wrapper.style-4 .map-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 23px;
    left: 0px;
    bottom: 0px;
}

.content-wrapper.style-4 .map-wrapper iframe {
    margin-bottom: -8px;
    width: 100%;
    height: 100%;
}

.content-wrapper.style-4 .content-info {
    height: 100%;
    width: 100%;
    padding: 40px;
    position: relative;
    z-index: 1;
    min-height: 503px;
    top: -23px;
    margin-bottom: -13%;
    background: rgb(16, 16, 16);
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgb(3, 27, 78) !important;
}

.content-wrapper.style-4 .content-info .section-head {
    margin-bottom: 30px;
}

.content-wrapper.style-4 .content-info .section-head .title {
    font-size: 28px;
    font-weight: 600;
}

.content-wrapper.style-4 .content-info .section-head p {
    font-size: 15px;
    opacity: 0.7;
    line-height: 1.6;
}

.icon-bx-wraper.style-1 {
    display: flex;
    gap: 15px;
    text-align: left;
}

.icon-bx-wraper {
    position: relative;
}

.icon-bx-wraper.style-1 .icon-bx {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 24px;
    justify-content: center;
    background-color: rgb(236, 245, 251);
    border-radius: 50%;
}

.icon-bx-wraper .icon-bx {
    position: relative;
    transition: 0.5s;
}

.bg-primary .icon-bx-wraper.style-1 .icon-bx, .bg-dark .icon-bx-wraper.style-1 .icon-bx, .bg-secondary .icon-bx-wraper.style-1 .icon-bx {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
}

.icon-bx-wraper.style-1 .icon-bx i {
    display: flex;
}

.icon-content {
    overflow: hidden;
}

.bg-primary .icon-bx-wraper.style-1 .dz-title, .bg-dark .icon-bx-wraper.style-1 .dz-title, .bg-secondary .icon-bx-wraper.style-1 .dz-title {
    color: rgb(255, 255, 255);
}

.bg-primary .icon-bx-wraper.style-1 a, .bg-primary .icon-bx-wraper.style-1 p, .bg-dark .icon-bx-wraper.style-1 a, .bg-dark .icon-bx-wraper.style-1 p, .bg-secondary .icon-bx-wraper.style-1 a, .bg-secondary .icon-bx-wraper.style-1 p {
    color: rgb(255, 255, 255);
    opacity: 0.7;
}

.icon-bx-wraper.style-1 p {
    font-size: 15px;
    font-weight: 300;
}

.icon-bx-wraper p:last-child {
    margin: 0px;
}

.content-wrapper.style-4 .content-info::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0px;
    border-top: 23px solid transparent;
    border-left: 15px solid rgb(11, 11, 11);
    border-right: 10px solid transparent;
    opacity: 0.8;
}

.icon-bx-wraper.style-1 .dz-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
}

.icon-bx-wraper.style-1 p {
    font-size: 15px;
    font-weight: 300;
    color: rgb(128, 128, 128) !important;
}

.m-b20 {
    margin-bottom: 20px;
}

.site-footer.style-1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: rgb(11, 11, 11);
}

.overlay-primary-light::before {
    opacity: 0.4;
}

.overlay-primary-light::before {
    background: rgb(236, 245, 251);
}

.site-footer.style-1 .footer-top {
    padding: 50px 0px;
}


.widget:last-child {
    margin-bottom: 0px;
}

.widget {
    margin-bottom: 45px;
}

.me-2 {
    margin-right: 0.5rem !important;
}

footer .footer-logo {
    margin-bottom: 24px;
}

footer .footer-logo img {
    max-width: 180px;
}

footer .widget_about p {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 15px;
}


.site-footer.style-1 .footer-title {
    font-weight: 500;
}

footer .footer-title {
    margin: 0px 0px 20px;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
    font-size: 20px;
}

.widget_services ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    color: rgb(94, 98, 111);
}

.widget_services ul li {
    position: relative;
    padding: 0.5rem 0rem 0.5rem 0px;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(86, 101, 147);
}

footer .widget_services ul li a {
    display: block;
    transition: 0.5s;
    text-decoration: none;
}

.widget_services ul li a {
    text-transform: capitalize;
    color: rgb(86, 101, 147);
    transition: 0.2s;
    position: relative;
    display: inline-block;
}

.list-hover1 > li > a {
    position: relative;
}

.list-hover1 > li > a > span {
    position: relative;
}

.list-hover1 > li > a > span::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0px;
    height: 1px;
    width: 0px;
    background-color: var(--primary-color);
    transition: 0.3s linear;
}

.list-hover1 > li > a:hover > span::after, .list-hover1 > li > a.active > span::after {
    width: 100%;
    transform-origin: right center;
    right: auto;
    left: 0px;
}

footer .fb-inner {
    padding: 15px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

footer .footer-bottom span, footer .footer-bottom p {
    margin-bottom: 0px;
}

footer .fb-inner .copyright-text a {
    color: rgb(84, 89, 95);
    text-decoration: none;
}

.icon-bx-wraper.style-1 {
    display: flex;
    gap: 15px;
    text-align: left;
    margin-bottom: 25px;
}

.icon-bx-wraper {
    position: relative;
}

.icon-bx-wraper.style-1 .icon-bx[class*="bg-"] {
    color: rgb(255, 255, 255);
}

.icon-bx-wraper.style-1 .icon-bx {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 24px;
    justify-content: center;
    background-color: rgb(51, 51, 51);
    border-radius: 50%;
}

.icon-bx-wraper .icon-bx {
    position: relative;
    transition: 0.5s;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: var(--secondary-color) !important;
}

.icon-bx-wraper.style-1 .icon-bx i {
    display: flex;
    color: rgb(157, 157, 157);
}

.icon-content {
    overflow: hidden;
}

.icon-bx-wraper.style-1 .dz-title a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: rgb(239, 239, 239);
    text-decoration: none;
}

.icon-bx-wraper .dz-title {
    margin-top: 0px;
}

.dz-box, .dz-info, .dz-title, .dz-title-inner {
    position: relative;
}

.icon-bx-wraper.style-1 p a {
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    color: rgb(128, 128, 128) !important;
}

.icon-bx-wraper p:last-child {
    margin: 0px;
}

.content-wrapper.style-4 {
    background-color: rgb(36, 36, 36);
}

.overlay-primary-light {
    position: relative;
}

.content-inner {
    padding-bottom: 0;
    /* margin-top: 50px; */
}
.content-inner  p{
    text-align: justify;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(233, 233, 233) !important;
}

.overlay-primary-light::before {
    opacity: 0.4;
}

.overlay-primary-light::before {
    background: rgb(255, 245, 249);
}

.overlay-primary-light::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.mb-lg-4 {
    margin-bottom: 1.5rem !important;
}

/* Group Of Companies */
.category-area {
    padding: 50px 0 85px;
    margin-top: -55px;
}
.bg-top-center {
    background-size: auto;
    background-position: top center;
    background-color: var(--primary-color);
}
.category-area .th-container {
    --main-container: 1750px;
}

@media only screen and (min-width: 1300px) {
    .th-container {
        --main-container: 1776px;
    }
}
.categorySlider.th-slider.has-shadow {
    padding: 0px !important;
    margin: -25px 14px !important;
}
.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px;
}
.categorySlider {
    overflow: hidden;
}
.th-slider.has-shadow .swiper-wrapper {
    padding: 25px 0;
}
.category-area .swiper .swiper-slide {
    width: 312px;
}
.category-card {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.category-card {
    position: relative;
    text-align: center;
    margin-bottom: 0;
}
.category-card .box-img {
    border-radius: 24px;
    margin-bottom: 22px;
}
.category-card .box-img {
    border-radius: 24px;
    margin-bottom: 22px;
}

.global-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.category-card .box-img img {
    border-radius: 24px;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
}
.category-card .box-img img {
    border-radius: 24px;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
}
.global-img img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
}
.global-img:after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.category-card .box-title {
    margin-bottom: 0;
}
.category-card .box-title {
    margin-bottom: 0;
}
.box-title a{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-top: -0.32em;
}
.box-title a {
    color: #ffffff;
}
.category-card .line-btn {
    text-transform: capitalize;
    color: #6E7070;
}
.category-card .line-btn {
    text-transform: capitalize;
    color: #ffffff;
    padding-top: 15px;
}
.line-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: #1CA8CB;
}
.category-card:hover .box-img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}
.categorySlider .slider-pagination-bullet {
    max-width: 368px;
    display: block;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
}
.slider-pagination-bullet .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 16px;
    --swiper-pagination-bullet-horizontal-gap: 15px;
    margin: 5px 7px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #E4E4E4;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.slider-pagination-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
    border-color: var(--primary-color);
}
/* Group Of Companies */

/* Title */
.section-heading {
    margin-bottom: 30px;
}
.section-heading .dash-style {
    padding-left: 80px;
    position: relative;
}
.section-heading h5 {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 22px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
}
.section-heading .dash-style:before {
    background-color: var(--primary-color);
    content: "";
    height: 2px;
    width: 70px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
}
.section-heading h2 {
    font-size: 32px;
    line-height: 8px;
    font-weight: normal;
    text-transform: none;
    font-family: "Marcellus", serif;
    color: var(--secondary-color);
}
/* Title */

/* Why Choose Us */
.features-area-s2 .features-wrap {
    background: none;
    box-shadow: none;
}
.features-area-s2 .features-wrap .features-item {
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    padding: 50px 30px;
    transition: all 0.3s;
    background: url(../images_colored/goc-1.avif);
    z-index: 1;
    transition: all 0.4s;
    margin-bottom: 60px;
}
.features-area-s2 .features-wrap .features-item.features-item2 {
    background: url(../images_colored/infra-1.jpg);
}
.features-area-s2 .features-wrap .features-item.features-item3 {
    background: url(../images_colored/story-3.jpg);
}
.features-area-s2 .features-wrap .features-item.features-item4 {
    background: url(../images_colored/videos-4.jpg);
}
.features-area-s2 .features-wrap .features-item:before {
    position: absolute;
    right: -43px;
    top: -43px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #ddd;
    border-radius: 50%;
    content: "";
    transition: all 0.3s;
}
.features-area-s2 .features-wrap .features-item .icon {
    margin-bottom: 20px;
}
.features-area-s2 .features-wrap .features-item .icon i {
    font-size: 60px;
    color: var(--primary-color);
    transition: all 0.3s;
}
.features-area-s2 .features-wrap .features-item .features-text h3 a {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1B1A1A;
}
.features-area-s2 .features-wrap .features-item .features-text p {
    margin-bottom: 0;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}
.features-area-s2 .features-wrap .features-item .bottom-btn {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.features-area-s2 .features-wrap .features-item .bottom-btn a {
    padding: 10px;
    background: var(--primary-color);
    color: #fff;
    width: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-area-s2 .features-wrap .features-item .bottom-btn i {
    position: relative;
    top: 1px;
    left: 4px;
}
.features-area-s2 .features-wrap .features-item .overlay3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    z-index: -1;
    transition: all 0.3s;
}
.features-area-s2 .features-wrap .features-item .number {
    position: absolute;
    right: 10px;
    top: 0;
}
.features-area-s2 .features-wrap .features-item .number h4 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-family: Rubik;
    font-size: 55.493px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 11;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.features-area-s2 .features-wrap .features-item::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(352deg, #000 -17.24%, #fd9434 117.24%);
    opacity: 0.902;
    z-index: -1;
    z-index: -11;
}
.features-wrap .features-item:hover {
    overflow: unset;
}
.features-area-s2 .features-wrap .features-item:hover .icon i {
    color: #fff;
}
.features-area-s2 .features-wrap .features-item:hover .features-text h3 a {
    color: #fff;
}
.features-area-s2 .features-wrap .features-item:hover .features-text p {
    color: #fff;
}
.features-area-s2 .features-wrap .features-item:hover .bottom-btn {
    opacity: 1;
    visibility: visible;
    bottom: -42px;
}
.features-area-s2 .features-wrap .features-item:hover .overlay3 {
    height: 0;
}
.features-area-s2 .features-wrap .features-item:hover .number h4 {
    opacity: 1;
    visibility: visible;
}
.features-area-s2 .features-wrap .features-item:hover:before {
    display: none;
  }
/* Why Choose Us */
/* Next */
.p-relative {
    position: relative;
}
.it-choose-text p {
    font-size: 14px;
}
.mt-40 {
    margin-top: 40px;
}
.d-inline-flex {
    display: inline-flex !important;
}
.it-choose-area .section-heading{
    margin-bottom: 0px;
}
.it-choose-staff{  
    margin-top: 25px;
}
.it-choose-staff-icon {
    margin-right: 20px;
}
.it-choose-staff-icon span {
    border-radius: 50%;
    background-color: #f3f3f3;
    border-radius: 50%;
    display: inline-block;
    height: 68px;
    line-height: 88px;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 68px;
    z-index: 1;
}
.it-choose-staff-icon span i {
    font-size: 34px;
}
.it-choose-staff.blue-color.style-1 .it-choose-staff-icon span:after, .it-choose-staff.blue-color.style-2 .it-choose-staff-icon span:after {
    background-color: var(--primary-color);
}
.it-choose-staff-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.01em;
    margin-bottom: 10px;
}
.it-choose-staff-text p {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 22px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.it-choose-staff.style-2 {
    /* margin-left: -35px; */
}
.it-btn-theme {
    background-color: var(--primary-color);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.01em;
    overflow: hidden;
    padding: 20px 40px;
    text-align: center;
}
.it-btn-theme .btn-wrap {
    border: none !important;
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.it-btn-theme .btn-wrap .text-one, .it-btn-theme .btn-wrap .text-two {
    align-items: center;
    display: flex !important;
    display: block;
    text-transform: capitalize;
    transition: .3s;
}
.it-btn-theme .btn-wrap .text-one {
    color: #ffff;
    position: relative;
}
.it-btn-theme .btn-wrap .text-two {
    position: absolute;
    top: 100%;
}
.it-btn-theme:hover .btn-wrap .text-one {
    transform: translateY(-150%);
}
.it-btn-theme:hover .btn-wrap .text-two {
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.p-relative {
    position: relative;
}
.it-choose-right {
    display: inline-block;
    padding-bottom: 70px;
    padding-left: 45px;
}
.it-choose-thumb img {
    border-radius: 130px 20px 20px 20px;
}
.it-choose-play, .it-choose-play i {
    color: var(--primary-color);
}
@keyframes ripple-blue {
    0% {
        box-shadow: 0 0 0 0 #ec9c074d, 0 0 0 10px #eca3074d, 0 0 0 20px #eca3074d;
    }
    100% {
        box-shadow: 0 0 0 10px #eca3074d, 0 0 0 20px #eca3074d, 0 0 0 30px #eca3074d;
    }    
}
.it-choose-play {
    animation: ripple-blue 1s linear infinite;
    background-color: #fff;
    border-radius: 50%;
    height: 104px;
    left: 0;
    line-height: 104px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    width: 104px;
}
.it-choose-play i {
    display: inline-block;
    padding-left: 4px;
    font-size: 25px;
    position: relative;
    top: 5px;
}
.it-choose-play, .it-choose-play i {
    color: var(--primary-color);
}
@keyframes ittranslateX2 {
    0% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(20px);
    }
}
.it-choose-experience {
    animation: ittranslateX2 3s infinite alternate;
    background-color: var(--primary-color);
    border-radius: 20px;
    bottom: 0;
    left: -17%;
    padding: 20px 32px;
    position: absolute;
}
.it-choose-experience h6 {
    color: #fff;
    font-size: 34px;
    letter-spacing: -.01em;
    margin-right: 20px;
    font-weight: 900;
}
.it-choose-experience span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
@keyframes zoom {
    0% {
        transform: scale(.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.9);
    }
}
.it-choose-shape-1 {
    animation: zoom 4s infinite;
    position: absolute;
    right: -8%;
    top: 12%;
    z-index: -1;
}
.it-choose-shape-1 img{
    filter: brightness(0) invert(0.9);
}
.text-para{
    text-align: justify;
}
/* Next */
/* IWS */
.activity-section.index-3{
    background: #fbfbfb;
}
.activity-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.activity-inner .activity-item {
    border: 1px solid #D9D9D9;
    text-align: center;
    padding: 15px;
    min-height: 195px;
}
.activity-inner .activity-item .activity-icon {
    margin-bottom: 15px;
}
.activity-inner .activity-item p a{
    margin-bottom: 8px;
    font-weight: normal;
    line-height: 1.2;
    color: #111111;
    font-size: 16px;
}
.activity-inner .activity-item h4{
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    font-size: 16px;
}
.activity-inner .activity-item p {
    margin-bottom: 0;
}
.activity-icon a img{
    filter: brightness(0.2);
    width: 60%;
}
/* IWS */

/* Next-2 */
.pbmit-bg-color-blackish {
    background-color: var(--secondary-color);
}
@media (max-width: 1366px) {
    .service-one-bg {
        padding: 80px 30px 50px 30px;
    }
}
.service-one-bg {
    margin: 0 20px;
    padding: 100px 90px 100px 90px;
    border-radius: 20px;
    position: relative;
}
.service-one-bg:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-image: url(../images/homepage-1/bg/service-bg-truck.png);
    background-position: top right;
    background-repeat: no-repeat;
    opacity: .8;
    mix-blend-mode: luminosity;
}
.service-one-bg .service-arrow {
    margin-top: 45px;
}
.pbmit-bg-color-blackish .swiper-button-prev, .pbmit-bg-color-blackish .swiper-button-next {
    color: #ffff;
    border-color: #ffff;
}
.swiper-button-next {
    margin-left: 10px;
}
.swiper-button-next, .swiper-button-prev {
    position: static;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    transition: all 500ms ease;
}
.swiper-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pbmit-service-style-3 .pbminfotech-post-item {
    border: 1px solid rgb(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 10px;
    background: var(--secondary-color);
}
.pbmit-service-style-3 .pbminfotech-box-content-desc-wraper {
    padding: 30px 30px 20px;
}
.pbmit-service-style-3 .pbminfotech-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 50px;
}
.pbmit-service-style-3 .pbmit-content-box {
    width: 200px;
}
.pbmit-service-style-3 .pbmit-service-title {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
}
.pbmit-service-style-3 .pbmit-service-icon, .pbmit-service-style-3 .pbmit-service-title a {
    color: #ffff;
}
.pbmit-service-style-3 .pbmit-service-icon {
    font-size: 40px;
    line-height: 40px;
}
.pbmit-service-style-3 .pbmit-service-icon, .pbmit-service-style-3 .pbmit-service-title a {
    color: #ffff;
}
.pbmit-service-style-3 .pbmit-service-icon svg {
    fill: #ffff;
    width: 45px;
}
.pbmit-service-style-3 .pbmit-service-description {
    padding: 25px 0 0 0;
    margin: 25px 0 0 0;
    border-top: 1px solid rgb(255, 255, 255, 0.1);
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: 0.9s;
}
.pbmit-service-style-3 .pbmit-service-description p {
    color: rgba(255, 255, 255, .7);
}
.pbmit-service-style-3 .pbmit-service-description p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 22px;
}
.pbmit-service-style-3 .pbmit-service-image-wrapper {
    border-radius: 30px;
    height: 210px;
    object-fit: cover;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
}
.pbmit-service-style-3 .pbmit-featured-img-wrapper {
    background-color: var(--secondary-color);
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}
.pbmit-service-style-3 .pbmit-featured-wrapper {
    mix-blend-mode: luminosity;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}
.pbmit-service-style-3 .pbmit-service-image-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    height: 210px;
    bottom: 0;
    top: auto;
    object-fit: cover;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    border-radius: 30px;
}
.pbmit-service-style-3.pbmit-active .pbmit-service-image-wrapper img,
.pbmit-service-style-3:hover .pbmit-service-image-wrapper img{
	height: 330px;
}
.pbmit-service-style-3.pbmit-active .pbmit-service-description,
.pbmit-service-style-3:hover .pbmit-service-description{
    opacity: 0;
    transform: scale(0.8);
    visibility: hidden;
}
.pbmit-service-style-3.pbmit-active .pbmit-featured-wrapper,
.pbmit-service-style-3:hover .pbmit-featured-wrapper{ 
    mix-blend-mode: normal;
}
/* Next-2 */
/* Next - 3 */
.bg-gray-color {
    /* background: #e6edf6; */
}
.faq-style1 .faq-single .media-body h2, .faq-style1 .faq-single {
    color: #222242;
}

.faq-single {
    margin-bottom: 10px;
}
.faq-single .icon {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border: 6px solid #f0f0f0;
    text-align: center;
    line-height: 60px;
    background: #e2e2e2;
}
.faq-single .icon i{
    font-size: 32px;
    top: 10px;
    position: relative;
}
.faq-single .media-body h2 {
    font-size: 22px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.vedio-inner {
    position: relative;
}
.vedio-inner img {
    width: 100%;
}
.vedio-overly {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.20);
}
@keyframes pulse {
    100% {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
}
.vedio-button {
    position: relative;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    margin: 0px auto;
    background: var(--primary-color);
    line-height: 100px;
}
.vedio-button {
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}
.vedio-button {
    position: relative;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    margin: 0px auto;
    background: #fd9434;
    line-height: 110px;
}
.vedio-button {
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}
.vedio-button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.vedio-button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    border: 6px solid #ff7b4b;
    border-radius: 100%;
}
.vedio-button a i {
    font-size: 30px;
}
.video-title {
    position: absolute;
    transform: translateY(-50%);
    bottom: 15%;
}
.video-title a {
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    background: var(--primary-color);
    padding: 14px 51px;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
/* Next - 3 */


 .slider-nav-wrapper .slider-pagination-bullet-top {
    max-width: 368px;
    display: block;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
}
.swiper-nav-wrapper .slider-pagination-bullet-top {
    display: inline-block;
    --swiper-pagination-bullet-size: 16px;
    --swiper-pagination-bullet-horizontal-gap: 15px;
    margin: 5px 7px;
    opacity: 1;
    background-color: transparent;
    /* border: 1px solid #ffffff; */
    color: #E4E4E4;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.slider-pagination-bullet-top.slider-pagination-bullet-top-active {
    background-color: #ffffff;
    border-color: var(--primary-color);
}

/* Journey */

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
	color: var(--primary-color);
}
.pbmit-element-timeline-style-1 .pbmit-timeline-title{
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 0 50px;
	text-transform: capitalize;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc{
	margin: 0;
	padding: 0 10px;
	line-height: 22px;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper{
	display: grid;
	width: 100%;
	height: auto;
	position: relative;
	justify-items: center;
	grid-template-rows: 1fr 1fr;
	text-align: center;
	grid-gap: 160px;
    margin-left: 30px;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-same-height.steps-content_wrap{
	justify-content: flex-start;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even .pbmit-same-height.steps-content_wrap{
	justify-content: flex-end;
}
.pbmit-element-timeline-style-1 .pbmit-heading-subheading {
	margin-bottom: 80px;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .dot{
	background-color: #0a132e;
	display: block;
	line-height: normal;
	font-size: 14px;
	margin: auto;
	width:  10px;
	height:  10px;
	transform: rotate(45deg);
	z-index: 2;
	position: relative;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot{
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	height: -moz-fit-content;
	height: fit-content;
	margin: auto !important;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .dot::after{
	content: "";
	position: absolute;
	left: -11px;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 40px;
	margin: 0;
	background: rgb(10, 19, 46, .90);
	transform: rotate(-45deg);
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even .steps-dot .dot::after{
	left: 19px;
	top: 0;
	bottom: auto;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line{
	color: transparent;
	line-height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
} 
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after{
	content: "";
	width: calc(50% + 10px * 100);
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after{
	left: 50%;
	background: linear-gradient(90deg, rgb(10, 19, 46, 0.05), rgb(10, 19, 46, 0.05));
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before {
    right: 50%;
    background: linear-gradient(90deg, rgb(10, 19, 46, 0.05), rgb(10, 19, 46, 0.05));
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-same-height{
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even.swiper-slide-duplicate:nth-last-child(2) .pbmit-feature-image{
	order: 0;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even .pbmit-feature-image{
	order: 1;
	justify-content: start;
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper:not(.pbmit-slide-even) .pbmit-feature-image{
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
} 
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-feature-image img{
	border-radius: 30px;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-feature-image,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-content_wrap{
	opacity: 1;
}
.pbmit-element-timeline-style-1 .swiper-button-prev,
.pbmit-element-timeline-style-1 .swiper-button-next{
	position: absolute;
	/* position: static; */
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 60px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background-color: var(--primary-color);
	color: #ffffff;
	transition: all 500ms ease;
	border: none;
}
.swiper-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-button-next{
	margin-left: 10px;
	background-color: #0a132e;
}
 .swiper-button-prev{
	left: auto;
 }
 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
 }
.swiper-button-next:hover, .swiper-button-prev:hover{
	 color: #ffffff;
     background-color: #0a132e;
}
.swiper-button-next:hover{
	background-color: #e7a391;
}
.swiper-slider.marquee .swiper-slide {
    display: flex;
    width: auto!important;
}
.swiper-slider.marquee .swiper-wrapper{
    -webkit-transition-timing-function:linear !important; 
    -o-transition-timing-function:linear !important; 
    transition-timing-function:linear !important; 
}
.pbmit-element-timeline-style-1 .swiper-button-next:after{
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 22px;
    line-height: normal;
}
.pbmit-element-timeline-style-1 .swiper-button-prev:after{
    content: "\f060";
    font-family: "Font Awesome 6 Pro";
    font-size: 22px;
    line-height: normal;
}
.pbmit-element-timeline-style-1 .swiper-button-next{
	margin-left: 10px;
	background-color: #0a132e;
}
.pbmit-element-timeline-style-1 .swiper-button-prev{
	right: auto;
	left: 10px;
}	
.pbmit-element-timeline-style-1 .swiper-button-prev.swiper-button-disabled{
	opacity: .35;
}

/* Journey */
/* Infrasturcture */
.service-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.service-block .inner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-bottom: 20px;
}
.service-block .image {
    position: relative;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.service-block .image:before{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 270px;
    background-color: #f8f5f1;
    clip-path: polygon(44% 0, 100% 0, 100% 100%, 0 100%);
    content: "";
}
.service-block .image img {
    position: relative;
    width: 100%;
    height: 255px;
}
.service-block .content-box {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 20px;
    padding: 22px 25px 25px 60px;
    margin-left: 27px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
.service-block .content-box .icon {
    position: absolute;
    left: -27px;
    top: 0;
    background-color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 72px;
    width: 70px;
    color: #ffffff;
    font-size: 42px;
    line-height: 1em;
    z-index: 2;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.service-block .title{
    margin-bottom: 12px;
}
.service-block .title a{
    position: relative;
    font-weight: 800;
    z-index: 2;
    margin-bottom: 12px;
    font-size: 17px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.content-box .view-images {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
}
.service-block .content-box .icon:after {
    position: absolute;
    left: 0;
    bottom: -14px;
    border-left: 27px solid transparent;
    border-top: 14px solid var(--primary-color);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
/* Infrasturcture */
/* Gallery */
.gallery-item {
    position: relative;
    width: 100%;
}
.gallery-img {
    height: 100%;
}
.gallery-img img {
    width: 100%;
    border-radius: 20px;
}
.gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.gallery-content::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: var(--primary-color);
    border-radius: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.gallery-link {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    font-size: 50px;
    color: #fff;
}
.gallery-item:hover .gallery-content::before {
    opacity: 0.9;
    visibility: visible;
}
.gallery-item:hover .gallery-content .gallery-link {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    z-index: 9;
}
/* Gallery */
/* Acrreditiom */
.team-block .team-upper-part {
    position: relative;
}.team-block .team-upper-part img{
    border: 1px solid #ebebeb;
    width: 100%;
}
.team-block .team-upper-part .overlay-certificate {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(33, 38, 49, 0.8);
    padding: 35px 40px 40px 40px;
    transform-origin: bottom;
    -webkit-transform: perspective(1em) rotateY(2deg);
    -moz-transform: perspective(1em) rotateY(2deg);
    -ms-transform: perspective(1em) rotateY(2deg);
    -o-transform: perspective(1em) rotateY(2deg);
    transform: perspective(2em) rotateX(2deg);
    transition: all ease-in-out 300ms;
    opacity: 0;
}
.team-block .team-upper-part .social-list {
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transition: all ease-in-out 300ms;
    opacity: 0;
}
.team-block .team-upper-part .social-list.vertical-style li {
    float: none;
    margin-right: 5px;
    margin-bottom: 5px;
}
.social-list.vertical-style li {
    opacity: 0;
    transform: translateY(60px);
    transition: .5s ease-out all;
}
.social-list.list-sm li {
    margin-right: 10px;
    height: 34px;
    width: 34px;
    font-size: 14px;
    line-height: 34px;
}
.social-list li {
    display: inline;
    float: left;
    margin-right: 15px;
}
.team-block .team-upper-part .social-list.vertical-style li a {
    border-radius: 4px;
    background: linear-gradient(45deg, #E83963, #FE8704) !important;
}
.social-list.list-sm li a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
}
.social-list li a {
    background: #33334d;
    height: 42px;
    width: 41px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 42px;
    font-size: 16px;
}
.team-block .team-bottom-part {
    background: #eceef0;
    padding: 20px;
    position: relative;
}
.team-block .team-bottom-part:after {
    background: linear-gradient(45deg, #E83963, #FE8704) !important;
    height: 5px;
    width: 25%;
    left: 0;
    top: 0;
    content: "";
    transition: all ease-in-out 300ms;
    position: absolute;
    right: 0;
    z-index: 0;
    margin: 0 auto;
}
.team-title a{
    font-size: 22px;
    line-height: 28px;
    color: #000;
}
.team-block .team-bottom-part .designation {
    color: #181818 !important;
    font-size: 15px;
}
.team-block:hover .team-upper-part .overlay-certificate {
    -webkit-transform: perspective(0em) rotateY(0deg);
    -moz-transform: perspective(0em) rotateY(0deg);
    -ms-transform: perspective(0em) rotateY(0deg);
    -o-transform: perspective(0em) rotateY(0deg);
    transform: perspective(0em) rotateY(0deg);
    opacity: 1;
}
.team-block:hover .team-upper-part .social-list {
    position: absolute;
    bottom: 50%;
    opacity: 1;
}
.team-block:hover .social-list.vertical-style li {
    opacity: 1;
    transform: translateY(0);
}
.team-block:hover .team-bottom-part:after {
    height: 100%;
    z-index: 0;
    width: 100%;
}
.team-block:hover .team-bottom-part .team-title a{
    z-index: 1;
    color: #fff;
    position: sticky;
}
.team-block:hover .team-bottom-part .designation {
    z-index: 1;
    position: sticky;
    color: #fff !important;
}
/* Acrreditiom */
/* Videos */
.team-block {
    /* margin-bottom: 65px; */
    position: relative;
}
.team-block .inner-box {
    overflow: hidden;
    position: relative;
}
.team-block .inner-box .image-box {
    padding-bottom: 8px;
    padding-right: 8px;
    position: relative;
}
.team-block .inner-box .image-box:before {
    border: 2px solid var(--primary-color);
    bottom: 0;
    content: "";
    height: 431px;
    position: absolute;
    right: 0;
    width: 353px;
}
.team-block .inner-box .image-box .image {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.team-block .inner-box .image-box .image:before {
    background: -webkit-gradient(linear-gradient(to bottom, rgb(24 40 56 / 18%) 0% 35%, rgb(255 109 46 / 52%) 100%));
    background: linear-gradient(to bottom, rgb(24 40 56 / 18%) 0% 35%, rgb(179 179 179 / 52%) 100%);
    bottom: 0;
    content: "";
    height: 0%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    top: auto;
    z-index: 1;
}
.team-block .inner-box .image-box .image img {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 100%;
}
.team-block .inner-box .info-box {
    bottom: 48px;
    left: 37px;
    position: absolute;
    z-index: 1;
}
.team-block .inner-box .icon {
    background-color: var(--primary-color);
    color: #fff;
    display: block;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 15px;
    position: relative;
    width: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block .inner-box .info-box .name a{
    color: #ffffff;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0;
    position: relative;
    font-size: 24px;
}

/* Videos */
/* COntact */
.testimonial-block {
    position: relative;
    overflow: hidden;
    padding: 15px 15px 0;
    margin-bottom: 15px;
}
.testimonial-block .inner-box {
    position: relative;
    padding-bottom: 28px;
    padding-top: 25px;
}
.testimonial-block .content-box {
    position: relative;
    background-color: #fbfbfb;
    padding: 45px 40px 10px;
    border: 1px solid #dfdfdf;
    min-height: 360px;
}
.content-box small b{
    font-size: 15px;
}
.testimonial-block .content-box .icon {
    position: absolute;
    right: 40px;
    top: -25px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #dfdfdf;
    font-size: 46px;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block .content-box .icon:after {
    position: absolute;
    left: 100%;
    top: 0;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #dfdfdf;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block .content-box .reason {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #181818;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
    margin-top: 15px;
    position: relative;
}
.testimonial-block .content-box .reason::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 3px;
    left: 0px;
    background-color: var(--primary-color);
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(311deg);
    bottom: -8px;
}
.testimonial-block .content-box .text {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #393939;
    margin-top: 10px;
    /* margin-bottom: 30px; */
}
.testimonial-block .content-box .email-us {
    margin-top: 15px;
}
.testimonial-block .inner-box:hover .content-box .info-box {
    background-color:  #dedfe0;
}
.testimonial-block .info-box {
    position: relative;
    padding-left: 80px;
    background-color: #dfdfdf;
    min-height: 74px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -6px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block .info-box .thumb {
    position: absolute;
    left: 3px;
    top: 3px;
    height: 68px;
    width: 68px;
    border-radius: 50%;
    border: 4px solid #fff;
    /* overflow: hidden; */
}
.testimonial-block .info-box .thumb i {
    /* display: block; */
    /* width: 100%; */
    /* -webkit-transform-style: preserve-3d; */
    position: relative;
    font-size: 30px;
    top: 16px;
    left: 15px;
}
.testimonial-block .info-box .name a{
    color: #2d2d2d;
    margin-bottom: 5px;
    font-size: 17px;
}
.testimonial-block .contact-email{
    margin-top: 5px;
}
.contact-email small b{
    
font-size: 15px;
}
.testimonial-block .contact-email a{
    color: #2d2d2d;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: bold;
    margin-top: 25px;
    transition: all .25s ease;
}
.testimonial-block .contact-email a:hover{
    color: var(--primary-color);
}
.testimonial-block .info-box .designation a{
    display: block;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    color: #616161;
    margin-bottom: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
/* COntact */
/* Group of Companies */
.service-item {
    background: #FFFFFF;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}
.service-image a {
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.service-image img {
    width: 100%;
    aspect-ratio: 1 / 0.55;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.service-body {
    text-align: center;
    padding: 30px;
}
.service-body .companies-box {
    position: relative;
    background: linear-gradient(to right, #f7f7f7 0%, #eaeaea 50%, #f7f7f7 100%);
    background-size: 200% auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -80px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.service-body .companies-box img {
    max-width: 60px;
}
.service-content h3 a{
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #000;
}
.service-content p {
    margin-bottom: 20px;
    color: #707070;
    text-align: justify;
    text-transform: none !important;
    margin-top: 15px;
    line-height: 27px;
}
.readmore-btn {
    position: relative;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8em;
    text-transform: capitalize;
    display: inline-block;
    padding-right: 40px;
    transition: all 0.3s ease-in-out;
}
.readmore-btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    background-image: url(../images_colored/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-3px, -50%);
    transition: all 0.3s ease-in-out;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.service-item:hover .service-body .companies-box {
    background-position: right center;
}
.readmore-btn:hover {
    color: var(--secondary-color);
}
.readmore-btn:hover::before {
    background-color: var(--secondary-color);
    transform: translate(0, -50%);
}
/* Group of Companies */
/* Comopany Profile */
.p-relative {
    position: relative;
}
.about-us-image-area figure.image-1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.about-us-image-area figure.image-1:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, #fff0, #ffffff4d);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skew(-25deg);
}
.about-us-image-area .image-2-area {
    position: relative;
    z-index: 1;
    right: -70px;
    /* bottom: 71px; */
}
.about-us-image-area .image-2-area:before {
    position: absolute;
    content: ' ';
    background-color: var(--secondary-color);
    width: 80%;
    height: 234px;
    top: 25px;
    left: -43px;
}
.about-us-image-area .image-2 {
    display: inline-block;
    border: 10px solid #fff;
    box-shadow: 0 4px 25px #00000014;
    width: 78%;
}
.about-us-image-area .image-2 img{
    width: 100%;
}
.about-us-image-area .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video_player_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    width: 57px;
    border-radius: 50%;
    transition: all .5s ease;
}
.about-us-image-area .video_player_btn:before, .about-us-image-area .video_player_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 1;
    border-radius: 50%;
}
.video_player_btn:after {
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.about-us-image-area .play-btn a {
    border-radius: 50%;
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 17px;
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translate(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translate(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.video_player_btn:before {
    z-index: 0;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
}
.about-us-image-area .working-area {
    z-index: 9;
    background: var(--primary-color);
    display: inline-block;
    padding: 25px 16px 10px;
    text-align: center;
    position: relative;
    bottom: 249px;
    left: -19px;
}
@keyframes float-bob-y {
    0% {
        transform: translateY(-30px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-30px);
    }
}
.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.about-us-image-area .inner:before {
    content: "";
    position: absolute;
    bottom: -39px;
    left: -17px;
    width: 48px;
    height: 30px;
    background: #fd9434;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 48% 47%, 0 0);
}
.about-us-image-area .icon-box-profile i {
    color: #fff;
    font-size: 50px;
}
.about-us-image-area .icon-box-profile h4 {
    color: #fff;
    margin-top: 14px;
    margin-bottom: 1px;
    font-size: 30px;
}
.about-us-image-area .icon-box-profile p {
    /* font-family: var(--secondary-font); */
    color: #fff;
    position: relative;
    margin-bottom: 0;
}
.company-text p{
    text-transform: none !important;
    text-align: justify;
    margin-bottom: 15px;
}
.company-text p:last-child{
    margin-bottom: 0;
}
.feature-block-three {
    position: relative;
    margin-bottom: 40px;
}
.feature-block-three .inner-box {
    position: relative;
    padding-left: 130px;
}
.feature-block-three .icon-box-points {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 25px;
}
.feature-block-three .icon-box-points .icon {
    position: relative;
    height: 87px;
    width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    font-size: 42px;
    font-weight: 600;
    color: #b1b1b1;
    line-height: 1em;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 70px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 70px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-three .icon-box-points:after {
    position: absolute;
    left: 20px;
    top: 7px;
    right: -4px;
    bottom: -4px;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
    background-color: var(--primary-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}
.feature-block-three .title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.feature-block-three .text {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.feature-block-three .inner-box:hover .icon-box-points .icon {
    background-color: var(--primary-color);
    color: #fff;
}
.feature-block-three .inner-box:hover .icon-box-points:after {
    background-color: #e1e1e1;
    right: -8px;
    bottom: -8px;
}
.points-company{
    margin-top: -60px;
}
/* Comopany Profile */
/* Founder Profile */
.er-about-img{
    position: relative;
}
.er-about-img::before{
    position: absolute;
    content: ' ';
    background-color: var(--secondary-color);
    left: 0;
    top: 0;
    width: 365px;
    height: 96%;
    z-index: -1;
    rotate: 356deg;
}
.er-about-img img{
    width: 97%;
    /* float: left; */
    margin-right: 20px;
    margin-bottom: 20px;
    height: 470px;
}
.founder-text p{
    text-transform: none !important;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 16px;
}
.founder-text p:last-child{
    margin-bottom: 0;
}
.founder-page .mb-40{
    /* margin-bottom: 40px; */
}
/* Founder Profile */
/* Counters */
.counter-up-area.style-1 {
    margin-top: -40px;
    position: relative;
    z-index: 9;
}
.counter-up-area .te-counter-card {
    background-color: var(--secondary-color);
    padding: 45px 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.counter-up-area.index-3 .te-counter-card {
    background-color: var(--primary-color);
    padding: 45px 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.te-counter-card {
    z-index: 1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
}
.te-counter-card .te-counter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 25px 0;
    border-radius: 5px;
}
.te-counter-card .te-counter-item .te-counter-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.te-counter-card .te-counter-item .icon {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.te-counter-card .te-counter-item .icon i {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 40px;
    color: #ffff;
}
.te-counter-card .te-counter-item .te-counter-title .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
}
.te-counter-card .te-counter-item .number {
    font-family: "Yantramanav", sans-serif;
    font-weight: 900;
    font-size: 33px;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}
.te-counter-card .te-counter-item .title {
    margin: 0;
    font-family: "Yantramanav", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.te-counter-card .te-counter-item:hover .icon i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/* Counters */

/* Group of Companies - 2 */
.our-services-company .company-images {
    width: 100%;
    height: 246px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.our-services-company .company-images {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.our-services-company .company-images img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.our-services-company .company-images img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    right: 0;
    object-position: top;
}
.our-services-company .company-images img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}
.our-services-company .content-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 200px;
    padding: 30px 40px;
    background: #a7c540;
}
.content-company .company-title a {
    font-size: 26px;
    font-weight: 900;
    line-height: 39px;
    margin-bottom: 7px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.company-content-detail p{
    color: #ffff;
    text-align: justify;
}
.company-content-detail a.more-detail{
    font-size: 16px;
    color: #ffffff;
}
/* Group of Companies - 2 */
/* Group of Companies - 3 */
.service-style2 {
    margin-top: 92px;
    position: relative;
    margin-bottom: 50px;
    margin-right: 25px;
  }
  .service-style2 .service-img {
    width: 183px;
    height: 183px;
    line-height: 183px;
  }
  .service-style2 .service-img .img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0 auto;
    border: 10px solid #f0f0f0;
    transform: scale(1);
  }
  .service-style2 .service-icon {
    width: 75px;
    height: 75px;
    line-height: 66px;
    border-radius: 50%;
    text-align: center;
    border: 5px solid #ffff;
    background-color: #ededed;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 32%);
    transition: all 0.5s ease;
  }
  .service-style2 .service-icon .icon {
    transform: scaleX(1);
    transition: all 0.5s ease;
    width: 75%;
  }
  .service-style2 .service-top {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .service-style2 .service-body {
    text-align: center;
    padding: 122px 25px 42px;
    position: relative;
    border-radius: 10px;
    min-height: 338px;
  }
  .service-style2 .service-body::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f8f8f8;
    z-index: -1;
    border-radius: 10px 10px 15px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 95%, 0 100%, 0% 25%);
  }
  .shape-mockup {
    position: absolute;
}

.shape-mockup {
    position: absolute;
    z-index: 0;
}
  .service-style2 .service-body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 105%;
    left: 0;
    top: -10px;
    background-color: var(--primary-color);
    z-index: -1;
    border-radius: 10px 10px 15px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 95%, 0 100%, 0% 25%);
    transition: all 0.5s ease;
  }
  .service-style2 .service-body.agro::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 105%;
    left: 0;
    top: -10px;
    background-color: #49a60d;
    z-index: -1;
    border-radius: 10px 10px 15px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 95%, 0 100%, 0% 25%);
    transition: all 0.5s ease;
  }
  .service-style2 .service-body.metal::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 105%;
    left: 0;
    top: -10px;
    background-color: var(--secondary-color);
    z-index: -1;
    border-radius: 10px 10px 15px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 95%, 0 100%, 0% 25%);
    transition: all 0.5s ease;
  }
  .service-style2 .service-body.enterprise::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 105%;
    left: 0;
    top: -10px;
    background-color: #c48d7c;
    z-index: -1;
    border-radius: 10px 10px 15px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 95%, 0 100%, 0% 25%);
    transition: all 0.5s ease;
  }
  .service-style2 .service-body.solar::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 105%;
    left: 0;
    top: -10px;
    background-color: #2f5ca9;
    z-index: -1;
    border-radius: 10px 10px 15px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 95%, 0 100%, 0% 25%);
    transition: all 0.5s ease;
  }
  .service-style2 .service-body.impex::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 105%;
    left: 0;
    top: -10px;
    background-color: #E1C16E;
    z-index: -1;
    border-radius: 10px 10px 15px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 95%, 0 100%, 0% 25%);
    transition: all 0.5s ease;
  }
  .service-style2 .service-body.ssmr::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 105%;
    left: 0;
    top: -10px;
    background-color: var(--primary-color);
    z-index: -1;
    border-radius: 10px 10px 15px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 95%, 0 100%, 0% 25%);
    transition: all 0.5s ease;
  }
  .service-style2 .service-body.pellete::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 105%;
    left: 0;
    top: -10px;
    background-color: #49a60d;
    z-index: -1;
    border-radius: 10px 10px 15px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 95%, 0 100%, 0% 25%);
    transition: all 0.5s ease;
  }
  .service-style2 .vs-service__title {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
  }
 
  .service-style2 .vs-service__text {
    margin-bottom: 16px;
    text-transform: none;
    font-weight: normal;
    text-align: center;
    /* line-height: 30px; */
  }
  .service-style2 .icon-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    color: #ffff;
    background-color: var(--primary-color);
    display: block;
    margin: 0 auto;
  }
  .service-style2 .icon-btn.agro {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    color: #ffff;
    background-color: #49a60d;
    display: block;
    margin: 0 auto;
  }
  .service-style2 .icon-btn.metal {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    color: #ffff;
    background-color: var(--secondary-color);
    display: block;
    margin: 0 auto;
  }
  .service-style2 .icon-btn.enterprise {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    color: #ffff;
    background-color: #c48d7c;
    display: block;
    margin: 0 auto;
  }
  .service-style2 .icon-btn.solar {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    color: #ffff;
    background-color: #2f5ca9;
    display: block;
    margin: 0 auto;
  }
  .service-style2 .icon-btn.impex {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    color: #ffff;
    background-color: #E1C16E;
    display: block;
    margin: 0 auto;
  }
  .service-style2 .icon-btn.ssmr {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    color: #ffff;
    background-color: var(--primary-color);
    display: block;
    margin: 0 auto;
  }
  .service-style2 .icon-btn.pellete {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    color: #ffff;
    background-color: #49a60d;
    display: block;
    margin: 0 auto;
  }
  .service-style2 .icon-btn:hover {
    background-color: #000;
  }
  .service-style2:hover .service-body::before {
    background-color: var(--secondary-color);
  }
  .service-style2:hover .service-icon {
    background-color: #e2e2e2;
  }
  .service-style2:hover .service-icon .icon {
    transform: scaleX(-1);
  }
  .service-style2 .vs-service__title a {
    text-transform: capitalize;
    color: #000;
  }
  .vs-service__title a:hover {
    color: var(--secondary-color);
  } 
/* Group of Companies - 3 */
/* Group of Companies - 4*/
.our-history .pic-bg-border {
    position: relative;
}
.our-history .our-history-pic {
    height: 400px;
    margin-right: 20%;
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.our-history .pic-bg-border:after {
    content: '';
    width: 50%;
    height: 350px;
    position: absolute;
    right: 15px;
    bottom: 40px;
    border: 30px solid #f0f0f0;
    background-image: url(../images_colored/cross-line2.png);
}
.our-history .our-history-content {
    margin-left: 15%;
    margin-bottom: 50px;
    text-align: left;
    display: flex;
    gap: 25px;
}
.large-title a h2{
   margin-bottom: 15px;
}
.large-title a{
    color: #000;
    position: relative;
}
.large-title a::before{
    position: absolute;
    content: "";
    width: 22%;
    height: 3px;
    left: 0px;
    background-color: var(--primary-color);
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(311deg);
    bottom: -5px;
}
.our-history-content span.number {
    font-weight: 500;
    font-size: 45px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #a2a2a2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.site-button-secondry {
    background-color: var(--secondary-color);
    color: #fff;
}
.site-button-secondry {
    position: relative;
    padding: 15px 15px;
    letter-spacing: 8px;
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
}
.btn-half.site-button-secondry span {
    color: #fff;
}
.btn-half span {
    color: #000;
    display: block;
    padding-left: 0%;
    text-transform: uppercase;
    font-weight: 600;
    transform: scaleX(0.9);
    transform-origin: center center;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
.btn-half:before {
    top: 0;
    left: 0;
    right: auto;
}
.btn-half:before, .btn-half:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    height: 70%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-half:hover span {
    color: #fff;
}
.btn-half:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
.btn-half:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

/* Group of Companies - 4 */


/* Blog */
.blog-insight-card-four {
    position: relative;
    overflow: hidden;
}
.blog-insight-card-four .card-img-wrap {
    position: relative;
    transition: all 0.5s;
}
.blog-insight-card-four .card-img-wrap .card-img {
    position: relative;
    overflow: hidden;
    display: block;
    transition: all 0.5s;
}
.blog-insight-card-four .card-img-wrap .card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
.blog-insight-card-four .card-img-wrap .card-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.5s ease-out;
    content: "";
    z-index: 1;
}
.blog-insight-card-four .card-img-wrap .card-img img {
    transition: all 0.5s;
    width: 100%;
}
.blog-insight-card-four .card-content {
    border-left: 1px solid rgba(2, 17, 24, 0.1);
    border-right: 1px solid rgba(2, 17, 24, 0.1);
    padding: 27px 18px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .blog-insight-card-four .card-content .date-area {
        bottom: 48%;
    }
}
.blog-insight-card-four .card-content .date-area {
    background-color: var(--primary-color);
    padding: 4px 18px;
    display: inline-block;
    position: absolute;
    right: 17px;
    bottom: 48%;
    z-index: 3;
}
.blog-insight-card-four .card-content .date-area span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: rgb(255 255 255);
    margin: 0;
}
.blog-insight-card-four .card-content .date-area h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    color: rgb(255 255 255);
    margin: 0;
}
.blog-insight-card-four .card-content h5 {
    margin-bottom: 8px;
    transition: 0.3s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .blog-insight-card-four .card-content h5 a {
        font-size: 20px;
        line-height: 1;
    }
}
.blog-insight-card-four .card-content h5 a {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: rgb(2 17 24);
    text-transform: capitalize;
    margin: 0;
    transition: 0.3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.blog-insight-card-four .card-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgb(104 123 131);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}
.blog-insight-card-four .bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(242, 243, 245);
    padding: 17px 27px 17px 18px;
}
.read-more-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: rgb(53 79 89);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    padding-bottom: 2px;
    background: linear-gradient(to bottom, #354f59 0%, #354f59 98%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size 0.75s;
}
.read-more-btn svg {
    transition: 0.3s;
}
.read-more-btn:hover {
    color: var(--primary-color);
    background-size: 0 1px;
    background-position: 0% 100%;
}
.read-more-btn:hover svg {
    transform: rotate(45deg);
}
.blog-insight-card-four .card-content h5:hover a {
    color: var(--primary-color);
}
.blog-insight-card-four:hover .card-img-wrap .card-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.blog-insight-card-four:hover .card-img-wrap .card-img img {
    transform: scale(1.1);
}
/* Blog */

/* Blog Detail */
.blog-details-page .blog-details-thumb {
    background-color: rgb(255 255 255);
    box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.05);
}
.blog-details-page .blog-details-thumb .author-content-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    gap: 10px;
}
.blog-details-page .blog-details-thumb img{
    width: 100%;
}
.blog-details-page .blog-details-thumb .author-content-wrap li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: rgb(53 79 89);
    margin: 0;
    transition: 0.3s;
}
.blog-details-page .blog-details-thumb .author-content-wrap li .icon {
    height: 17px;
    width: 17px;
    display: flex;
    align-items: center;
}
.blog-details-page .blog-details-thumb .author-content-wrap li a {
    font-size: 17px;
    line-height: 1;
    color: rgb(53 79 89);
    margin: 0;
    transition: 0.3s;
}
.blog-details-page .blog-details-thumb .author-content-wrap li a:hover {
    color: var(--primary-color);
}
.blog-details-page .blog-details-content P {
    /*font-weight: 400;*/
    font-size: 1.5rem;
}
.blog-details-page .tag-and-social-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(2, 17, 24, 0.1);
    border-bottom: 1px solid rgba(2, 17, 24, 0.1);
    padding: 24px 0;
    margin-top: 40px;
}
.blog-details-page .tag-and-social-area .post-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.blog-details-page .tag-and-social-area .post-item span {
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    color: rgb(2 17 24);
    margin: 0;
}
.blog-details-page .tag-and-social-area .post-item ul {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
}
.blog-details-page .tag-and-social-area .post-item ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: rgb(2 17 24);
    margin: 0;
    background-color: rgb(246, 246, 246);
    padding: 10px 16px;
    transition: 0.3s;
}
.blog-details-page .tag-and-social-area .post-item ul li a:hover {
    background-color: var(--primary-color);
    color: rgb(255 255 255);
}
.blog-details-page .tag-and-social-area .socail-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.blog-details-page .tag-and-social-area .socail-item span {
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    color: rgb(2 17 24);
    margin: 0;
}
.blog-details-page .tag-and-social-area .socail-item ul {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
}
.blog-details-page .tag-and-social-area .socail-item ul li a {
    background-color: rgb(246, 246, 246);
    transition: 0.3s;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
}
.blog-details-page .tag-and-social-area .socail-item ul li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.blog-details-page .single-widget .popular-post {
    background-color: rgb(255 255 255);
    box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.05);
}
.blog-details-page .single-widget .popular-post h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    text-decoration: underline;
    color: rgb(255 255 255);
    margin: 0;
    background-color: rgb(53 79 89);
    padding: 28px 28px 28px 32px;
}
.blog-details-page .single-widget .popular-post ul {
    padding: 28px 32px;
}
.blog-details-page .single-widget .popular-post ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(2, 17, 24, 0.05);
    padding-bottom: 14px;
    margin-bottom: 10px;
    position: relative;
}
.blog-details-page .single-widget .popular-post ul li .img img{
    width: 80px;
}
.blog-details-page .single-widget .popular-post ul li .content a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: rgb(104 123 131);
    margin-bottom: 10px;
    transition: all 0.4s ease-out 0s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.blog-details-page .single-widget .popular-post ul li .content a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: var(--primary-color);
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s ease-in;
    z-index: 1;
}
.blog-details-page .single-widget .popular-post ul li .content a:hover {
    color: var(--primary-color);
}
.blog-details-page .single-widget .category-card ul {
    padding: 28px 32px;
    list-style: none;
}
.blog-details-page .single-widget .category-card ul li {
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    border-bottom: 1px solid rgba(2, 17, 24, 0.05);
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative;
    gap: 15px;
}
.blog-details-page .single-widget .category-card ul li img {
    width: 65px;
    border-radius: 50px;
    height: 65px;
}
.blog-details-page .single-widget .category-card ul li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: rgb(53 79 89);
    transition: all 0.4s ease-out 0s;
}
.blog-details-page .single-widget .category-card ul li span {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: rgb(53 79 89);
    transition: 0.3s;
}
.blog-details-page .single-widget .category-card ul li a:hover {
    color: var(--primary-color);
}
.blog-details-page .contact-card .girl-image img {
    width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .blog-details-page .contact-card .air-contact-info {
        padding: 58px 20px 32px 20px;
    }
}
.blog-details-page .contact-card .air-contact-info {
    background-image: url('/inc/assets/images_colored/air-info-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 58px 24px 32px 24px;
    margin-top: -115px;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .blog-details-page .contact-card .air-contact-info h4 {
        font-size: 19px;
        line-height: 1.2;
    }
}
.blog-details-page .contact-card .air-contact-info h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    color: rgb(2 17 24);
    margin-bottom: 26px;
    text-transform: capitalize;
}
.blog-details-page .single-widget .category-card h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    text-decoration: underline;
    color: rgb(255 255 255);
    margin: 0;
    background-color: rgb(53 79 89);
    padding: 28px 28px 28px 32px;
    text-align: left;
}
.blog-details-page p{
    font-size: 1.5rem;
    text-align: justify;
}
.primary-btn1.contact-btn {
    background-color: rgb(2 17 24);
    font-family: var(--font-Outfit);
    font-weight: 500;
    font-size: 18px;
    color: rgb(255 255 255);
    text-transform: capitalize;
    line-height: 1;
    padding: 20px 40px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}
.primary-btn1.contact-btn::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background-color: var(--primary-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.3s;
}
.primary-btn1.contact-btn:hover::after {
    transform: skewX(45deg) scale(1, 1);
}
.primary-btn1.contact-btn:hover {
    color: rgb(255 255 255);
}
.blog-details-page .single-widget .category-card ul li a:hover::before {
    transform: scale(1);
}
.blog-details-page .single-widget .category-card ul li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: var(--primary-color);
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s ease-in;
    z-index: 1;
}
.blog-details-page .single-widget .category-card {
    background-color: rgb(255 255 255);
    box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.05);
}
/* Blog Detail */

/* RESPONSIV CSS */
@media (min-width: 1400px) and (max-width: 1900px){
    .founder-text.d-none{
        display: none !important;
    }
    .founder-text.d-xl-block{
        display: block !important;
    }
}
@media (max-width: 1200px) and (min-width: 1900px){
    .navigation-menu a {
        font-size: 13px;
    }
    .navbar-right-desc .navbar-right-desc-details .link {
        font-size: 12px !important;
    }
    .navbar-right-desc .navbar-right-desc-details .title {
        font-size: 13px;
    }
}  
@media screen and (min-width: 1900px){
    .container{
        max-width: 1700px;
    }
    .it-choose-experience {
    left: -5%;
}
header .header-wrapper {
    justify-content:space-between;
}
.navigation-menu.desktop>li {
    padding-right: 60px;
}
.navigation-menu.desktop>li>a {
    justify-content: flex-start;
    padding: 0;
}
.navigation-menu.desktop>li>a {
    height: unset;
}
.navigation-menu>li>a {
    padding: 0 25px;
}
.navigation-menu a {
    font-size: 18px;
}
.wptb-item--icon {
    width: 50px;
    height: 50px;
}
.navbar-right-desc .navbar-right-desc-details .title {
    font-size: 17px;
}
.navbar-right-desc .navbar-right-desc-details .link {
    font-size: 19px !important;
}
.hero-section-1 .hs1 .hs1-content .content {
    padding: 350px 0 320px;
}
.hero-section-1 .hs1 .hero-main-content .headings .hero--heading {
    font-size: 45px;
}
.hero-section-1 .hs1 .hero-main-content .headings .sub-heading {
    font-size: 18px;
    line-height: 30px;
}
.button:link .button-inner span,.button:visited .button-inner span {
    font-size: 16px;
}
p {
    font-size: 17px !important;
}
.section-heading h5 {
    font-size: 18px;
}
.section-heading h2 {
    font-size: 34px;
}
.features-area-s2 .features-wrap .features-item .features-text p {
    font-size: 17px;
    line-height: 26px;
}
.features-area-s2 .features-wrap .features-item .features-text h3 a {
    font-size: 24px;
}
.te-counter-card .te-counter-item .icon i {
    font-size: 45px;
}
.te-counter-card .te-counter-item .number {
    font-size: 36px;
}
.te-counter-card .te-counter-item .title {
    font-size: 20px;
}
.it-choose-staff-title {
    font-size: 22px;
}
.it-choose-staff-text p {
    font-size: 17px;
}
.it-choose-experience span {
    font-size: 20px;
}
.activity-inner .activity-item h4 {
    font-size: 18px;
}
.icon-bx-wraper.style-1 p {
    font-size: 16px;
}
.icon-bx-wraper.style-1 .dz-title a {
    font-size: 20px;
}
.icon-bx-wraper.style-1 p a {
    font-size: 18px;
}
.copyright-text {
font-size: 17px;
}
.it-choose-right {
    padding-bottom: 20px;
}
.page-header-section {
    padding: 20rem 0 10rem 0;
}
.page-header-section .page-header-wrapper .page-header-content h1 {
    font-size: 38px;
}
.company-text p {
    line-height: 30px;
}
.about-us-image-area .image-2-area:before {
    height: 350px;
}
.about-us-image-area .working-area {
    bottom: 350px;
}
.feature-block-three .title {
    font-size: 20px;
}
.feature-block-three .text {
    font-size: 17px;
}
.er-about-img img {
    height: 100%;
    width: 98%;
}
.er-about-img::before {
    width: 528px;
}
.founder-text.d-xxl-block{
    margin-top: 25px;
}
.founder-text p {
    font-size: 18px !important;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year {
    font-size: 20px;
}
.service-style2 .vs-service__title{
    font-size: 24px;
}
.service-style2 .icon-btn.agro {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
}
.large-title a h2 {
    font-size: 26px;
}
.large-title a::before {
    width: 20%;
}
.service-block .title a {
    font-size: 20px;
}
.content-box .view-images {
    font-size: 17px;
}
.testimonial-block .content-box .reason {
    font-size: 22px;
}
.testimonial-block .content-box .reason::after {
    width: 40%;
}
.content-box small b {
    font-size: 16px;
}
.testimonial-block .content-box .text {
    font-size: 17px;
}

}
@media (min-width: 1200px) and (max-width: 1300px){
    .navigation-menu a {
        font-size: 12px;
    }
    .navbar-right-desc .navbar-right-desc-details .link {
        font-size: 12px !important;
    }
    .navbar-right-desc .navbar-right-desc-details .title {
        font-size: 13px;
    }
} 
@media (min-width: 1024px) and (max-width: 1200px){
    .navigation-menu.desktop>li {
        padding-right: 16px;
    }
    .navigation-menu a {
        font-size: 11px;
    }
    .wptb-item--icon {
        width: 25px;
        height: 25px;
        font-size: 16px;
        margin-right: 5px;
    }
    .navbar-right-desc .navbar-right-desc-details .title {
        font-size: 10px;
    }
    .navbar-right-desc .navbar-right-desc-details .link {
        font-size: 11px !important;
    }
    header .logo .hide-sticky {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    header .logo .hide-sticky {
        width: 100%;
    }   
    .section-heading h2 {
        font-size: 25px;
    } 
    .it-choose-thumb img {
        width: 100%;
    }
    .it-choose-right {
        padding-left: 0;
    }
    .it-choose-staff-text p {
        text-align: left;
        font-size: 1.5rem;
    }
    .it-choose-experience {
        left: 10%;
    }
    .it-choose-experience h6 {
        font-size: 28px;
    }
    .it-choose-experience span {
        line-height: 22px;
    }
    .icon-bx-wraper.style-1 .dz-title a {
        font-size: 16px;
    }
    .content-wrapper.style-4 .content-info .section-head .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .content-wrapper.style-4 .content-info .section-head p {
        font-size: 13px;
    }
    footer .footer-bottom span, footer .footer-bottom p {
        font-size: 15px;
    }
    .navigation-menu.desktop>li::after {
        left: calc(50% - 1.25rem);
    }
    .header .container {
        padding: 0;
    }
    .navigation-menu a {
        font-size: 12px;
    }
    header .header-wrapper {
        justify-content: space-between;
    }
    header .logo .hide-sticky {
         width: 100%;
    }
    header.scrolled .logo .show-sticky {
        width: 100%;
        /*top: 24px;*/
    }
    .hero-section-1 .hs1 .hero-main-content .headings .hero--heading {
        font-size: 32px;
    }
    .navigation-menu.desktop>li {
        padding-right: 15px;
    }
    .wptb-item--icon {
        width: 25px;
        height: 25px;
        font-size: 16px;
        margin-right: 5px;
    }
    .navbar-right-desc .navbar-right-desc-details .title {
        font-size: 11px;
    }    
    .navbar-right-desc .navbar-right-desc-details .link {
        font-size: 10px !important;
    }
    .wptb-item--icon::before {
        width: 32px;
        height: 32px;
    }
    .features-area-s2 .features-wrap .features-item .features-text h3 a {
        font-size: 18px;
    }
    .features-area-s2 .features-wrap .features-item {
        min-height: 300px;
    }
    .box-title a {
        font-size: 19px;
        line-height: 25px;
    }
    .feature-block-three .title {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .feature-block-three .text {
        line-height: 20px;
    }
    .er-about-img::before {
        left: 9px;
        width: 297px;
    }
    .founder-text p {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .service-block .title a {
        font-size: 14px;
    }
    .content-box .view-images {
        font-size: 14px;
    }
    .team-block .inner-box .info-box .name a {
        font-size: 20px;
    }
    .testimonial-block .contact-email a {
        font-size: 15px;
    }
    .testimonial-block .content-box .text {
        font-size: 14px;
    }
    .testimonial-block .content-box .reason {
        font-size: 18px;
        line-height: 26px;
    }
    .icon-bx-wraper.style-1 p a {
        font-size: 13px;
    }
    .about-us-image-area .icon-box-profile h4 {
        font-size: 24px;
    }
    .about-us-image-area .working-area {
        bottom: 200px;
        left: -8px;
    }
    .about-us-image-area .inner:before {
        width: 36px;
    }
    .about-us-image-area .image-2-area:before {
        height: 215px;
    }
}
@media (min-width: 768px) and (max-width: 1000px){
    .navbar-right-desc{
        display: none;
    }
    
}
@media screen and (max-width:768px) {
    header .logo .hide-sticky {
        width: 100%;
        /*top: 25px;*/
    }
    .navbar-right-desc{
        display: none;
    }
    .section-heading h2 {
        font-size: 30px;
    }
    .content-inner p {
        font-size: 15px;
        line-height: 27px;
    }
    .content-inner .section-heading {
        margin-bottom: 25px;
    }
    .features-area-s2 .features-wrap .features-item {
        margin-bottom: 20px;
    }
    .category-area {
        margin-top: -35px;
    }
    .box-title a{
        font-size: 20px;
    }
    .it-choose-right {
        margin-top: 35px;
    }
    .it-choose-experience {
        left: 22px;
    }
    .it-choose-experience h6 {
        font-size: 25px;
    }
    .content-wrapper.style-4 .content-info .section-head .title {
        font-size: 20px;
    }
    .footer-bottom .text-start{
        text-align: center !important;
    }
    footer {
        padding: 15px 0px;
    }
    footer .fb-inner {
        padding: 0; 
    }
    .icon-bx-wraper.style-1 .icon-bx {
        width: 35px;
        min-width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .icon-bx-wraper.style-1 .dz-title a {
        font-size: 16px;
    }
    .icon-bx-wraper.style-1 p a {
        font-size: 10px;
    }
    header.scrolled .logo .show-sticky {
        width: 100%;
        /*top: 37px;*/
    }
    .footer-bottom .text-end{
        text-align: center !important;
    }
    p{
        font-size: 15px;
    }
    .mobile.navigation-menu a {
        font-size: 16px;
        line-height: 35px;
    }.hamburger-content-header a img{
        width: 80%;
    }
    .mobile.navigation-menu .sub-menu li a {
        font-size: 16px;
        line-height: 35px;
    }
    .about-us-image-area .icon-box-profile h4 {
        font-size: 22px;
    }
    .about-us-image-area .working-area {
        left: -4px;
    }
    .about-us-image-area .image-2-area:before {
        height: 300px;
    }
    .about-us-image-area .inner:before {
        width: 32px;
    }
    .company-text{
        margin-top: -125px;
    }
    .points-company{
        margin-top: 25px;
    }
    .company-text2 .company-text {
        margin-top: 0;
    }
    .er-about-img {
        text-align: center;
    }
    .er-about-img img {
        width: 35%;
    }
    .er-about-img::before {
        left: 31%;
        width: 263px;
        height: 94%;
    }
    .pbmit-element-timeline-style-1 .pbmit-timeline-title {
        font-size: 18px;
        line-height: 20px;
    }
    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc {
        font-size: 14px;
        text-align: justify;
    }
    .service-block .title a {
        font-size: 16px;
    }
    .content-box .view-images {
        font-size: 14px;
    }
    .page-header-section .page-header-wrapper .page-header-content h1 {
        font-size: 26px;
        line-height: calc(4.5rem + 2.5 * (100vw - 250px) / 1150);
    }
    .page-header-section .page-header-wrapper .page-header-content .breadcrumbs ul li {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .team-title a {
        font-size: 16px;
        line-height: 20px;
    }
    .team-block .team-bottom-part .designation {
        font-size: 13px;
    }  
    .team-block .inner-box .info-box .name a {
        font-size: 20px;
    }
    .testimonial-block .info-box {
        margin-top: -10px;
    }
    .testimonial-block {
        margin-bottom: 0;
    }
    .testimonial-block .contact-email a {
        font-size: 16px;
    }
    .testimonial-block .content-box .reason {
        font-size: 18px;
        line-height: 26px;
    }
    .hero-section-1 .hs1 .hero-main-content .headings .hero--heading {
        font-size: 24px;
    }
    .hero-section-1 .hs1 .hero-main-content .headings .sub-heading {
        font-size: 14px;
        margin-bottom: 3rem;
    }
    .features-area-s2 .features-wrap .features-item {
        margin-bottom: 55px;
    }
    .te-counter-card .te-counter-item .title {
        font-size: 14px;
    }
    .activity-icon a img {
        width: 45%;
    }
    
}
@media screen and (max-width:767px){
    header.scrolled .hamburger-icon .bar {
        background-color: #fff;
    }
    .hero-section-1 .hs1 .hs1-content .content {
        padding: 13.3rem 0rem 10rem 0rem;
    }
    .hero-section-1 .hs1 .hero-main-content .headings .hero--heading {
        font-size: 20px;
    }
    header.scrolled {
        background-color: #000000fc;
    }
    .activity-icon a img {
        width: 25%;
    }
    .founder-text p {
        margin-top: 15px;
    }
    header .logo .hide-sticky {
        width: 100%;
        /*top: 15px;*/
    }
    .mobile.navigation-menu a {
        font-size: 16px;
        line-height: 35px;
    }
    .mobile.navigation-menu .sub-menu li a {
        font-size: 16px;
        line-height: 35px;
    }
    .hamburger-content-header img{
        width: 70%;
    }
    header.sticky-nav {
        padding: 10px 2.5rem;
    }
    header.scrolled .logo .show-sticky {
        width: 100%;
        /*top: 25px;*/
    }
    .section-heading h2 {
        font-size: 25px;
        line-height: 0px;
    }
    .content-inner p{
        text-align: justify;
    }
    .categorySlider .slider-pagination-bullet {
        padding-top: 0;
    }
    .it-choose-staff.style-2 {
        margin-top: 25px;
    }
    .it-choose-right {
        padding-left: 0;
        margin-top: 30px;
    }
    .it-service-button.mt-40{
        margin-top: 10px;
    }
    .it-choose-thumb img {
        width: 95%;
    }
    .it-choose-experience {
        left: 10%;
    }
    .it-choose-experience h6 {
        font-size: 26px;
    }
    .content-wrapper .row.mt-5{
        margin-top: 50px !important;
    }
    footer .footer-bottom span, footer .footer-bottom p {
        text-align: center;
        font-size: 15px;
        line-height: 25px;
    }
    footer .fb-inner {
        padding: 0;
    }
    footer {
        padding: 15px 0px;
    }
    .page-header-section {
        padding: 130px 0 40px 0;
    }
    .page-header-section .page-header-wrapper .page-header-content .breadcrumbs ul li {
        font-size: 12px;
        letter-spacing: normal;
    }
    .page-header-section .page-header-wrapper .page-header-content h1 {
        font-size: 28px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .about-us-image-area .image-2-area:before {
        height: 180px;
    }
    .about-us-image-area .image-2 {
        width: 83%;
    }
    .about-us-image-area .working-area {
        padding: 10px 16px 10px;
        bottom: 160px;
        left: -3px;
    }
    .about-us-image-area .icon-box-profile h4 {
        color: #fff;
        margin-top: 14px;
        margin-bottom: 1px;
        font-size: 22px;
    }
    .about-us-image-area .inner:before {
        bottom: -18px;
        left: -20px;
        width: 34px;
        height: 8px;
    }
    .company-text{
        margin-top: -125px;
    }
    .points-company {
        margin-top: 15px;
    }
    .company-text2 .company-text{
        margin-top: 0;
    }
    .er-about-img::before {
        left: 26px;
        width: 320px;
        height: 96%;
    }
    .er-about-img {
        text-align: center;
    }
    .section-lgt p{
        text-align: justify;
    }
    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
        margin-left: 0;
    }
    .swiper-slider.pbmit-element-viewtype-carousel-1 .pbmit-slide-even {
        margin-top: -230px;
    }
    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year {
        text-align: center;
    }
    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
        grid-gap: 120px;
    }
    .team-block2 {
        margin-top: 65px;
    }
    .testimonial-block .info-box {
        margin-top: -10px;
    }
    .testimonial-block {
        margin-bottom: 0;
    }
    .testimonial-block .content-box .text {
        margin-top: 25px;
        font-size: 16px;
    }
    .testimonial-block .contact-email {
        margin-top: 10px;
    }
    .te-counter-card {
        grid-template-columns: repeat(2, 1fr);
    }
    .icon-bx-wraper.style-1 p a {
        font-size: 15px;
    }
    .er-about-img img {
        width: 82%;
    }
    .our-history .pic-bg-border:after {
        width: 75%;
    }
    .our-history-content p{
        text-align: justify;
    }
    .large-title a h2 {
        font-size: 20px;
    }
}
/* RESPONSIV CSS */ 