@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Roboto", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #08d48b;
    white-space: initial;
    font-family: "Roboto", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'blend-pro';
    src: url(../fonts/BlenderProMedium.ttf);
    font-weight: 500;
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 90px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Montserrat';
    font-size: 60px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 400;
    margin: 0 0 20px;
}

h6 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 400;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: -6px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #08d48b91;
    /* background-image: linear-gradient(to right, #3a74b4a8, #008ec2ab, #00b481b3, #76bd498a); */
    padding-top: 10vh;
    background: linear-gradient(to right, #0d3830bf, #195b48c4, #207357c4, #2e9e75b5);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #08d48b;
}

.tab_sec .nav-tabs .nav-link {
    background: #eaeaea;
    border-radius: 40px 0 0 40px;
    padding: 7px 0px 7px 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    isolation: unset;
}

ul.nav.nav-tabs li a span i.far.fa-truck {
    font-size: 40px;
    color: #fff;
}

.tab_sec .nav-tabs {
    border: none;
    gap: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin: 0;
}


/* Tabs  */

ul#menu li a {
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    text-transform: capitalize;
}

.menu_sec #menu>li>ul {
    background: #000;
    width: 240px;
    position: absolute;
    top: -90px;
    padding: 20px 20px;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}

.menu_sec #menu>li:nth-child(3) {
    position: relative;
}

.menu_sec #menu>li>ul>li>a {
    color: #fff;
}

.menu_sec #menu>li:nth-child(3):hover:after {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.menu_sec #menu>li:nth-child(3):hover ul {
    opacity: 1;
    transition: 0.5s ease-in-out;
    top: 40px;
    z-index: 2;
    padding: 10px;
}

.menu_sec #menu>li:nth-child(3):hover ul li {
    margin-bottom: 11px;
    background: green;
    padding: 10px;
}


/* Header */

.menu_sec {
    position: absolute;
    width: 100%;
    left: 0;
    top: 35px;
    z-index: 99999;
}

.logo a img {
    width: 80%;
}

ul#menu {
    display: flex;
    align-items: center;
    justify-content: right;
    margin: 0;
    gap: 30px;
}


/* end  */


/* Banner */

section.main_slider {
    height: 100vh;
    position: relative;
}

.banner_text p {
    width: 72%;
    font-size: 17px;
}

.main_slider video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}

.btn1 {
    background: #124639;
    color: #fff;
    width: fit-content;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 20px;
    border-radius: 50px;
    gap: 30px;
    font-size: 16px;
    transition: 0.5s;
    border: 2px solid #08d48b;
}

span.design-line {
    position: relative;
    display: block;
    width: 80px;
    height: 2px;
    background: #fff;
    transition: 0.5s;
}

span.design-line:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 12px;
    height: 12px;
    right: -10px;
    top: 50%;
    transform: translate(0, -50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: 0.5s;
}

.btn1:hover {
    background: #08d48b;
    color: #000;
    border-color: #fff;
}

.btn1:hover span,
.btn1:hover span:before {
    background: #000;
}

.banner_icons ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 30px;
    /* background: #00000094; */
    border-radius: 50px;
    padding: 10px 10px;
    width: fit-content;
    margin: 0 0 0 auto;
    z-index: 0;
}

.banner_icons ul li span {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #08d48b;
    border-radius: 50%;
}

.banner_icons ul li span img,
.banner_icons ul li span i {
    width: 70px;
    height: 70px;
    object-fit: contain;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_icons ul li:last-child:before {
    position: absolute;
    content: '';
    background: #0000003d;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    border-radius: 60px;
    animation: mymove4 0.5s alternate;
}

.banner_icons ul li:nth-child(3):before {
    position: absolute;
    content: '';
    background: #00000038;
    width: 76%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    border-radius: 60px;
    animation: mymove3 0.5s alternate;
}

.banner_icons ul li:nth-child(2):before {
    position: absolute;
    content: '';
    background: #00000040;
    width: 51%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    border-radius: 60px;
    animation: mymove2 0.5s alternate;
}

.banner_icons ul li:first-child:before {
    position: absolute;
    content: '';
    background: #0000005e;
    width: 25%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    border-radius: 60px;
    animation: mymove1 0.5s alternate;
}

@keyframes mymove1 {
    from {
        width: 0px;
    }
    to {
        width: 25%;
    }
}

@keyframes mymove2 {
    from {
        width: 0px;
    }
    to {
        width: 51%;
    }
}

@keyframes mymove3 {
    from {
        width: 0px;
    }
    to {
        width: 76%;
    }
}

@keyframes mymove4 {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}


/* end  */


/* Sercvice */

section.tab_sec {
    padding: 40px 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.tab_sec ul.nav-tabs li {
    width: 100%;
}

.tab_sec .nav-tabs .nav-link.active h6 {}

.tab_sec .nav-tabs .nav-link h6 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

section.tab_sec ul.nav.nav-tabs .nav-link.active span {
    background: #000;
}

section.tab_sec ul.nav.nav-tabs li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #08d48b;
    border-radius: 50%;
}

section.tab_sec ul.nav.nav-tabs li a span img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

section.tab_sec .tab-content {
    padding: 40px 80px;
    background: #08d48b;
    height: 100%;
    border-radius: 0 20px 20px;
    margin-left: -20px;
}

section.tab_sec .tab-text h3 {
    color: #000;
    font-size: 24px;
}

section.tab_sec .tab-text p {
    color: #000;
    font-size: 17px;
}

.big-title {
    color: #000;
    font-size: 77px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto';
}

.big-title span {
    line-height: 1;
}

.pointer {
    width: 91%;
    height: 100px;
    position: relative;
    background: #40d58d;
    display: flex;
    align-items: center;
}

.pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 50px solid white;
    border-top: 50px solid #40d58d;
    border-bottom: 50px solid #40d58d;
}

.pointer:before {
    content: "";
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 50px solid #40d58d;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
}

.pointer h5 {
    margin: 0;
    color: #fff;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 700;
    padding-left: 70px;
}

.pointer-services {
    margin-top: 40px;
}


/* end */


/* Leadership */

section.leadership {
    background-image: linear-gradient(to right, #0d3830, #195b48, #207357, #2e9e75);
    padding: 80px 0;
    height: 100vh;
}

section.leadership .top-heading h2.bog-title {
    color: #fff;
    text-transform: capitalize;
    font-size: 90px;
    font-family: 'Roboto';
}

section.leadership .top-heading p {
    color: #fff;
    font-size: 17px;
}

.top-heading {
    margin-bottom: 50px;
}

.leader-wrap {
    background: #fff;
    border-radius: 40px;
    padding: 0px 20px 20px 20px;
}

.leader-links .btn1:hover {
    background: #08d48b;
}

.leader-img img {
    border: 7px solid #08d48b;
    border-radius: 50%;
    width: 230px;
    height: 230px;
    object-fit: cover;
    object-position: top;
}

.leader-img {
    text-align: center;
    padding: 10px;
}

.leader-content h4 {
    color: #000;
    font-size: 20px;
    height: 100px;
    margin-top: 10px;
    font-weight: 600;
}

.leader-content h4 span {
    color: #08d48b;
    display: block;
}

.leader-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leader-links a:first-child {
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.leader-links .btn1 {
    height: 42px;
    background: #000;
    border: unset;
}

.leader_slider .slick-slide {
    margin: 0 10px;
    opacity: 1;
}

.leader_slider .slick-prev:before,
.leader_slider .slick-next:before {
    position: absolute;
    content: '';
    color: #fff;
    font-size: 30px;
    left: -20px;
    opacity: 1;
    background-image: url(../images/arr.svg);
    background-size: contain;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
}

.leader_slider .slick-next:before {
    content: '\f101';
    transform: unset;
    left: 0;
}


/* end  */

.bottom-ban {
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 999;
    position: relative;
    color: #fff;
    font-size: 20px;
    gap: 5px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}


/* About */

section.about-us {
    padding: 100px 0 160px;
    background-image: linear-gradient(180deg, #1e71b8, #1e71b891);
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    background: #08d48bc2;
}

section.about-us:before {
    position: absolute;
    content: '';
    background-image: url(../images/about-bg.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.abt-wrap {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}

.abt-wrap p {
    color: #ffff;
    font-size: 17px;
    line-height: 28px;
}

section.about-us h2.big-title {
    color: #000;
    font-size: 90px;
    font-family: 'Roboto';
}

img.screen1 {
    position: absolute;
    width: 100%;
    height: 359px;
    left: 0;
    top: 11px;
}

.screen1 {
    position: relative;
    left: unset;
    right: unset;
    width: 106%;
    margin-top: -19px;
}

.screen1 video {
    width: 75%;
    height: 311px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

.abt-wrap:before {
    position: absolute;
    content: '';
    width: 104%;
    left: -3%;
    top: 0%;
    height: 100%;
    border-radius: 30px;
    background: #00000038;
    z-index: -1;
}

.abt-text {
    padding: 20px 0;
}

.screen1:before {
    position: absolute;
    content: '';
    background-image: url(../images/abt1.svg);
    background-size: cover;
    width: 400px;
    height: 220px;
    right: 50px;
    top: -178px;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(20%) sepia(12%) saturate(6588%) hue-rotate(129deg) brightness(102%) contrast(72%);
}

.screen1:after {
    position: absolute;
    content: '';
    background-image: url(../images/abt2.svg);
    background-size: cover;
    width: 460px;
    height: 220px;
    bottom: -198px;
    left: -70px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(12%) saturate(6588%) hue-rotate(129deg) brightness(102%) contrast(72%);
    z-index: -1;
    background-position: bottom;
}

section.about-us a.btn1 {
    width: 30%;
    justify-content: space-between;
    padding: 0 30px;
    background-image: linear-gradient(45deg, black, transparent);
}

section.about-us a.btn1:hover {
    color: #fff;
}


/* end  */


/* Corporate */

section.corporation {
    padding: 80px 0;
    background-blend-mode: color;
    background-color: #0000008f;
    background-image: url(../images/corporate-bg.webp);
    background-size: cover;
    background-position: center;
}

section.corporation h2.big-title {
    color: #fff;
    text-transform: capitalize;
    font-size: 85px;
}

section.corporation h4 {
    font-size: 35px;
    color: #08d48b;
    width: 80%;
    height: 160px;
    display: flex;
    align-items: center;
    margin: 0;
}

.coporat-wrap {
    /* background: #6ebd4321; */
    padding: 40px 40px;
    border-radius: 30px;
    /* background-image: linear-gradient(to right, #1e71b842, #008ec252, #00b48126, #76bd4933); */
    background: #08d48b2b;
}

.coporat-wrap .col-md-4:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 4px;
    height: 100%;
    border-left: 4px solid #08d48b;
    left: -60px;
}

.coporat-wrap .col-md-4 {
    position: relative;
}

.coporat-wrap .col-md-4:first-child:before {
    display: none;
}

.make-happern {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 30px;
}

section.corporation h3 {
    margin: 0;
    color: #08d48b;
    font-weight: 400;
    font-size: 40px;
}

.btn1.gred {
    background-image: linear-gradient(to right, #0d3830, #195b48, #207357, #2e9e75);
    border: unset;
}


/* end  */


/* Question */

.quest-wrap {
    background-image: linear-gradient(to right, #0d3830, #195b48, #207357, #2e9e75);
    padding: 30px 30px 10px;
    border-radius: 40px;
}

section.question-sec {
    padding: 0px 0 80px;
}

.ques-text h2.big-title {
    line-height: 1;
    font-size: 80px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.ques-text h4 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1;
}

.ques-text p {
    color: #fff;
}

.ques-text form input,
.ques-text form textarea {
    color: #000;
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    margin-bottom: 10px;
    border: unset;
    font-size: 16px;
}

.ques-text form input::placeholder,
.ques-text form textarea::placeholder {
    font-weight: 500;
}

.ques-text form textarea {
    height: 170px;
    border-radius: 10px;
}

.btn2 {
    font-size: 17px;
    background: #08d48b;
    transition: 0.5s;
    color: #fff;
    border: unset;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 30px;
    height: 50px;
    width: fit-content;
    padding: 0 40px;
}

section.question-sec .btn2 {
    position: absolute;
    bottom: 28px;
    right: 10px;
}

.quest-wrap form {
    position: relative;
    width: 82%;
}

.btn2:hover {
    background: #000;
}


/* end */


/* Question */

.quest-img {
    position: relative;
    height: 100%;
}

img.ques-img1 {
    position: absolute;
    bottom: -10px;
    height: 400px;
    right: 20%;
}

img.ques-img2 {
    position: absolute;
    right: 41%;
    top: 24%;
    transform: rotateY(155deg) scale(0.8);
}

img.ques-mail {
    filter: invert(1);
    width: 50px;
    height: auto;
    position: absolute;
    top: 24%;
    right: 78%;
}

img.ques-mail.ques-mail2 {
    width: 90px;
    right: 92%;
    top: 43%;
}

img.ques-mail.ques-mail3 {
    top: 80%;
    width: 60px;
}

img.ques-mail.ques-mail4 {
    right: 20%;
    top: 12%;
}

img.ques-mail.ques-mail5 {
    width: 90px;
    right: 2%;
    top: 45%;
}

img.ques-mail.ques-mail6 {
    top: 35%;
    width: 60px;
    right: 26%;
}


/* end */


/* Footer */

footer {
    padding: 60px 0 0 0;
    background: #000;
}

.bottom-ftr p {
    margin: 0;
    background: #131313;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.logo-ftr p {
    color: #fff;
    margin-top: 20px;
}

footer h3 {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.logo-ftr img {
    width: 150px;
}

ul.link-ul li a {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    transition: 0.5s;
    display: inline-block;
}

ul.link-ul li {
    list-style: disc;
}

.ftr-links {
    width: 80%;
    margin: 0 0 0 auto;
}

ul.link-ul li a:hover {
    letter-spacing: 0.50px;
    border-bottom: 1px solid #fff;
}

.ftr-contact ul li a {
    display: flex;
    align-items: start;
    gap: 10px;
}

.ftr-contact ul li a i {
    font-size: 23px;
    color: #fff;
}

.ftr-contact ul li a>div h5 {
    color: #fff;
    margin: 0;
    font-size: 19px;
}

.ftr-contact ul li a>div p {
    color: #ffffffba;
    line-height: 20px;
    margin: 0;
}

.ftr-contact ul li {
    margin-bottom: 20px;
}


/* end  */


/* Custom tab */

.tab-uper ul li a span {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #08d48b !important;
    border-radius: 50%;
}

.tab-uper ul li a span img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

section.custom-tabs .tab-uper a.nav-link {
    border-radius: 50%;
    display: flex;
    box-shadow: inset 4px 9px 27px #ccc;
    padding: 20px;
    border: unset;
    width: auto;
}

.tab-uper ul.nav.nav-tabs {
    border: unset;
    margin: 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
    box-shadow: 0 0 8px #7c7c7c;
    padding: 30px;
    border-radius: 50%;
    width: 680px;
    height: 680px;
    margin: -38% auto 0;
    position: relative;
    /* margin-top: -280px; */
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    transition: 1s all;
}

section.custom-tabs .tab-uper ul li a.nav-link.active span {
    background-image: linear-gradient(to right, #0d3830, #195b48, #207357, #2e9e75) !important;
}

section.custom-tabs .tab-uper ul li a.nav-link.active {
    box-shadow: 0 0 16px 10px #ccc;
}

section.custom-tabs {
    padding: 0 0 80px;
    overflow: hidden;
    position: relative;
}

.custom-wrap-tab {
    position: relative;
}

section.custom-tabs .tab-content>.tab-pane {
    display: block;
    opacity: 1;
}

.tab-uper li.nav-item {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.tab-uper li.nav-item:nth-child(7) {
    bottom: 275px;
    left: 20px;
    right: unset;
}

.tab-uper li.nav-item:nth-child(8) {
    left: 85px;
    bottom: 100px;
    right: unset;
}

.tab-uper li.nav-item:first-child {
    bottom: 20px;
}

.tab-uper li.nav-item:nth-child(2) {
    left: unset;
    right: 85px;
    bottom: 100px;
}

.tab-uper li.nav-item:nth-child(4) {
    bottom: 440px;
    right: 80px;
    left: unset;
}

.tab-uper li.nav-item:nth-child(6) {
    right: unset;
    left: 80px;
    bottom: 440px;
}

.tab-uper li.nav-item:nth-child(3) {
    right: 20px;
    left: unset;
    bottom: 275px;
}

.tab-uper li.nav-item:nth-child(5) {
    bottom: 530px;
}


/* section.custom-tabs .tab-content h4 {
    color: #1e71b8;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
} */


/* .tab-uper li.nav-item::before {
    position: absolute;
    content: '';
    background-image: linear-gradient(312deg, #ccc, #ccc, #cccccc6b);
    left: -210px;
    top: 110%;
    width: 200px;
    height: 2px;
    transform: rotate(324deg);
}

.tab-uper li.nav-item:nth-child(2):before {
    left: -140px;
    top: unset;
    bottom: -33px;
    width: 150px;
}

.tab-uper li.nav-item:nth-child(3):before {
    transform: rotate(90deg);
    left: 260px;
    top: 241px;
    width: 150px;
}

.tab-uper li.nav-item:nth-child(4):before {
    transform: rotate(45deg);
    left: 100px;
    width: 160px;
    top: 210px;
}

.tab-uper li.nav-item:last-child:before {
    transform: rotate(45deg);
    left: 130px;
    top: 150%;
} */


/* div#home2 h4 {
    position: absolute;
    top: 34%;
    left: unset;
    right: unset;
}

div#profile2 h4 {
    position: absolute;
    left: 17%;
}

div#messages3 h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 74%;
}

div#solution2 h4 {
    position: absolute;
    left: 69%;
    top: 61%;
}

div#roadmap h4 {
    position: absolute;
    left: 82%;
    top: 41%;
} */

section.custom-tabs .tab-content {
    height: 370px;
}

section.custom-tabs .tab-content .tab-box h4 {
    position: unset !important;
    color: #fff;
}

section.custom-tabs .tab-content .tab-pane.fade.active.show .tab-box {
    background-image: linear-gradient(to right, #0d3830, #195b48, #207357, #2e9e75);
    text-align: center;
    padding: 30px;
    border-radius: 30px;
    width: 600px;
    display: block;
    z-index: 9999;
    position: relative;
    margin: 0 auto;
    margin-top: 90px;
}

section.custom-tabs .tab-content .tab-box p {
    color: #fff;
}

.tab-box {
    display: none;
}


/* .tab-pane.fade.active.show>h4 {
    display: none;
} */


/* section.custom-tabs .tab-content .tab-pane.fade.active.show .tab-box.tab-box2 {
    margin-top: 0px;
}

section.custom-tabs .tab-content .tab-pane.fade.active.show .tab-box3 {
    margin: 0 auto;
    margin-top: 140px;
}

section.custom-tabs .tab-content .tab-pane.fade.active.show .tab-box4 {
    margin: 0 0 0 auto;
    margin-top: 40px;
}

section.custom-tabs .tab-content .tab-pane.fade.active.show .tab-box5 {
    margin: 0 0 0 auto;
    margin-top: -100px;
    margin-right: -100px;
} */

.arr-down {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 9999999;
    position: relative;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    margin-top: -50px;
}

@keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}

.arr-down svg {
    position: absolute;
    left: 0;
    top: 0;
    animation: stroke 5s ease-out infinite;
    z-index: 9;
    ;
}

.arr-down:after {
    position: absolute;
    content: '';
    background: transparent;
    border: 4px solid #08d48b !important;
    width: 110px;
    height: 110px;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    z-index: -1;
}

section.custom-tabs .tab-content .tab-pane.fade.active.show .tab-box:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 90px;
    z-index: -1;
    background-image: linear-gradient(312deg, #ccc, #ccc, #cccccc6b);
    top: -90px;
}


/* end  */

.green {
    color: #08d48b;
}

.wht {
    color: #fff;
}


/* Inner About */

section.inn-banner {
    background-color: #044639;
    background-image: url(../images/inner-banner.png);
    height: 530px;
    display: flex;
    align-items: center;
    position: relative;
    background-position: top;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

section.inn-banner h1 {
    margin: 0;
    font-size: 62px;
    text-transform: uppercase;
}

section.inn-banner:before {
    position: absolute;
    content: '';
    background-image: url(../images/ban-bfr.png);
    background-size: cover;
    height: 100%;
    width: 60%;
    right: 0;
    top: 0;
}

.abt-wave {
    text-align: center;
    position: relative;
    padding: 90px 20px;
    background: #08d48b;
    border-radius: 20px;
}

section.inner-about {
    padding: 80px 0;
}

.abt-wave h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 60px;
}

.abt-wave p {
    color: #fff;
}

.abt-wave {
    position: relative;
    display: block;
    padding-bottom: 160px;
    overflow: hidden;
}

.abt-wave .delay1 {
    animation: waves 2.5s linear infinite;
    animation-delay: 0.1s;
}

.abt-wave .delay2 {
    animation: waves 2.5s linear 0.7s forwards infinite;
}

.abt-wave .delay3 {
    animation: waves 2.5s linear 1.3s forwards infinite;
}

.abt-wave .delay4 {
    animation: waves 2.5s linear 1.9s forwards infinite;
}

.circle {
    display: block;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background: #59edb8;
    transition: 5s ease;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 20px #40d58d;
}

.wave-box {
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: -200px;
}

@-webkit-keyframes waves {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.wrk-philosphy {
    padding: 30px;
    border-radius: 10px;
    background: #ecedef;
}

.wrk-philosphy h3 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.abt-counter .plus {
    font-size: 49px;
    line-height: 1;
    color: #08d48b;
    font-weight: 400;
}

.abt-counter h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #0d0e0e;
    margin: 0;
}

.abt-counter ul {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
    margin: 30px 0;
}

.abt-counter ul li {
    position: relative;
    padding: 20px 0;
}

.abt-counter ul li:before {
    position: absolute;
    content: '';
    background: #08d48b;
    width: 2px;
    height: 100%;
    right: -60px;
    top: 0;
}

.abt-counter ul li:last-child:before {
    display: none;
}


/* end */


/* History */

section.history-comp {
    padding: 120px 0 110px;
    position: relative;
}

.hist-top {
    text-align: right;
    width: 50%;
    margin: 0 0 0 auto;
    margin-bottom: 60px;
}

.history-slider h4 span {
    font-size: 11px;
    line-height: 20px;
    display: block;
    text-transform: uppercase;
}

.history-slider h4 {
    font-size: 29px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000;
}


/* .history-slider ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
} */

.history-slider:before {
    position: absolute;
    content: '';
    background: #7c7c7c;
    width: 100%;
    height: 1px;
    top: 50%;
}

.his-box {
    display: grid;
    gap: 120px;
    text-align: center;
    height: 250px;
}

.history-slider img {
    height: 40px;
    width: auto;
    object-fit: contain;
    margin: auto;
}

.his-img {
    box-shadow: inset 0 0 78px #000;
    width: 700px;
    height: 700px;
    position: relative;
    background-color: #178f69;
    border-radius: 50%;
    position: absolute;
    bottom: -40px;
    z-index: -1;
    left: -240px;
}

.his-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

img.his-6 {
    position: absolute;
    bottom: -100px;
    height: 900px;
    width: auto;
    left: 12%;
    z-index: -1;
}

.his-box:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 1px;
    height: 60px;
    border: 1px dashed #ccc;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 54%;
}

.his-box {
    position: relative;
}

.his-box:after {
    position: absolute;
    content: '';
    background: #08d48b;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 46%;
    border: 4px solid #ffffff;
    outline: 1px solid #40d58d;
}

.history-slider .slick-slide {
    opacity: 1;
    margin: 20px;
}

.his-box.his-box2:before {
    bottom: 51px;
}

.history-slider .slick-slide.slick-current.slick-active .his-box * {
    color: #fff;
}


/* end */


/* For box */

section.for-box {
    background: #08d48b;
    padding: 80px 0;
}

.top-heading h2 {
    color: #fff;
}

.top-heading p {
    color: #fff;
}

.lead-main {
    height: 890px;
}

ul.count-box li.num-cont {
    width: 100%;
}

ul.count-box {
    background: #ffffff;
    padding: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: 0.5s ease-in-out;
}

ul.count-box:hover {
    background: #17906a;
    transition: 0.5s ease-in-out;
}

ul.count-box:hover * {
    color: #fff;
}

ul.count-box:hover li.num-cont h6 {
    /* font-size: 160px; */
    position: relative;
    color: #fff;
    /* line-height: 200px; */
    bottom: 9px;
    transition: 0.5s ease-in-out;
}

ul.count-box li.num-cont h6 {
    font-size: 145px;
    color: #08d48b;
    margin-bottom: -150px;
    text-align: center;
    font-family: 'blend-pro';
}

ul.count-box li p {
    margin: 0;
    color: #0d0c0c;
    font-size: 14px;
    font-family: 'Montserrat';
    position: relative;
}

ul.count-box li p:before {
    position: absolute;
    content: '';
    background: #40d58d;
    width: 90px;
    height: 2px;
    top: -10px;
}

section.leading-box {
    padding: 0 0 130px 0;
    background: #08d48b;
}

.lead-wrap {
    background: #17906a;
    padding: 60px 30px;
    border-radius: 10px;
    position: relative;
}

.lead-wrap h3 {
    font-size: 52px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat';
}

.lead-wrap p {
    color: #fff;
}

img.lead-img1 {
    width: 304px;
    border-radius: 7px;
    height: auto;
    position: absolute;
    right: 19%;
    top: 20px;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
a.arr-down2 i {
    color: #fff;
    background: #30916b;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    top: 30px;
}

.lead-main>.lead-wrap {
    position: relative;
    box-shadow: 0 0 3px 4px #00000085;
    transition: 0.5s ease-in-out;
}

.lead-main>.lead-wrap:nth-child(1) {
    transform: translate(0px, 0%);
    z-index: 1;
}

.lead-main>.lead-wrap:nth-child(2) {
    transform: translate(0px, -77%);
    z-index: 2;
}

.lead-main>.lead-wrap:nth-child(3) {
    transform: translate(0px, -175%);
    z-index: 2;
}

.lead-main>.lead-wrap:nth-child(1).actv {
    transform: translate(0px, 50%);
    z-index: 3;
}

.lead-main>.lead-wrap:nth-child(2).actv {
    transform: translate(0px, -45%) !important;
    z-index: 3;
}

.lead-main>.lead-wrap:nth-child(3).actv {
    transform: translate(0px, -157%) !important;
    z-index: 3;
}

.lead-main>.lead-wrap.actv a.arr-down2 {
    display: none;
}

.lead-main>.lead-wrap a.arr-down2 {
    display: block;
    position: absolute;
    right: -120px;
    top: 0;
}

.lead-main>.lead-wrap:nth-child(2).actv2 {
    transform: translate(0px, -101%);
    z-index: 1;
}

.actv p.half-w {
    width: 50%;
}

.actv img.lead-img1 {
    width: 600px;
    height: 300px;
    top: unset;
    bottom: -70px;
    right: 3%;
}

section.ser-repairs {
    padding-bottom: 200px;
}

.rep-wrap {
    padding: 50px 30px;
    border-radius: 10px;
    margin-top: -130px;
    background: #f9f9f9;
}

.rep-wrap h3 {
    text-transform: uppercase;
    margin: 50px 0 30px 0;
}

.rep-wrap ul li {
    color: #111010;
    font-size: 15px;
    font-family: 'Montserrat';
    border-bottom: 1px solid #1110108f;
    padding-bottom: 9px;
    margin-bottom: 20px;
}

.rep-wrap ul {
    width: 71%;
}

.route-rep img {
    position: absolute;
    right: 16%;
    top: 46%;
}

.rep-box {
    position: relative;
}

.ser-main ul.nav {
    display: grid;
    align-items: center;
    justify-content: right;
    margin-top: 90%;
    margin-right: -40px;
}

.ser-main .nav-pills .nav-link.active,
.ser-main .nav-pills .show>.nav-link {
    background: transparent !important;
    padding: 0;
}

.ser-main .nav-pills .nav-link {
    padding: 0;
    margin: 0;
    border: 0;
}

.ser-main .nav-pills .nav-link.active label.cust-radio {
    opacity: 1;
}

.cust-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
}

.cust-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.cust-radio:hover input~.checkmark {
    background-color: #ccc;
}

.cust-radio input:checked~.checkmark {
    background-color: #08d48b;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cust-radio input:checked~.checkmark:after {
    display: block;
}

.cust-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* end */


/* Service Type */

section.ser-type {
    padding: 80px 0;
}

.type-num ul li span {
    font-size: 109px;
    color: #08d48b;
    font-family: 'blend-pro';
    line-height: 1;
}

.type-num ul li h6 {
    font-weight: 700;
    text-transform: uppercase;
    color: #0d0d0d;
    font-size: 27px;
    margin: 0;
    width: 300px;
}

.type-num ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
    justify-content: right;
    height: 100%;
    padding-right: 20px;
}

.type-num ul li:last-child {
    width: 50%;
}

.ser-type-text {
    background-image: url(../images/type1.png);
    background-size: cover;
    padding: 40px 20px;
    border-radius: 30px;
    position: relative;
}

.type-num {
    height: 100%;
}

.ser-type-text p {
    color: #fff;
}

img.joint1 {
    position: absolute;
    left: -31px;
    bottom: -29px;
}

.type-num.type-num2 ul {
    justify-content: start;
    padding-right: 0;
    padding-left: 20px;
}

section.ser-type .col-md-6 {
    padding: 0;
}

.type-num.type-num2 ul li h6 {
    text-align: right;
}

.type-num.type-num2 ul li span {
    color: #0d0d0d;
}

img.joint2 {
    position: absolute;
    right: -32px;
    bottom: -29px;
    transform: rotate(92deg);
}


/* end */


/* National transportaion */

section.national-transportaion {
    padding: 80px 0 120px;
    background: #17906a;
}

section.national-transportaion h2 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #fff;
}

section.national-transportaion .container-fluid {
    padding: 0;
    padding-left: 9%;
    padding-right: 0;
}

.trans-box {
    background: #1a5644;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    z-index: 0;
    transition: 0.5s;
    overflow: hidden;
    height: 470px;
    padding-right: 10px;
}

img.tran1 {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.trans-box h4 {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 40px 0 30px 0;
    position: relative;
}

.trans-box p {
    color: #ffffff9c;
    transition: 0.54s;
    font-size: 14px;
}

.trans-box h4:before,
.author-wrap h4:before {
    position: absolute;
    content: '';
    background: #ffffff9c;
    width: 100px;
    height: 1px;
    bottom: -10px;
}

.trans-box a.btn4 {
    margin-top: 0;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.btn4 span img {
    width: 21px;
    height: 11px;
}

.btn4 span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
    transition: 0.54s;
}

.btn4 span:hover {
    background: #235744;
}

.trans-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(311deg, rgb(48 145 107) 0%, rgba(34, 128, 219, 0) 42%, rgba(41, 137, 216, 0) 70%, rgba(28, 120, 222, 0) 60%, rgb(48 145 107) 100%);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
}

.trans-box:hover {
    background: #191c1b;
    color: #313332;
}

.trans-box:after {
    position: absolute;
    content: '';
    background: #313332;
    width: 100%;
    height: 70%;
    left: -60px;
    top: -30px;
    border-radius: 50%;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
}

.trans-box:hover:before {
    display: none;
}

.trans-box:hover:after {
    transform: scale(1);
}

.trans-box:hover p {
    color: #fff;
}

.transp-slider .slick-slide {
    margin: 0 10px;
    opacity: 1;
}

.transp-slider ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: right;
    bottom: -70px;
}

.transp-slider .slick-dots li {
    opacity: 1;
    width: 150px;
    height: 3px;
    padding: 0;
    margin: 0;
}

.transp-slider .slick-dots li button:before {
    opacity: 1;
    position: absolute;
    content: '';
    background: #fff;
    width: 150px;
    height: 3px;
    left: 0;
    top: 0;
}

.transp-slider li.slick-active button:before {
    background: #31fcb3;
}


/* end */


/* Electromin Solution */

section.electromin-sol .top-heading {
    text-align: center;
}

section.electromin-sol .top-heading p {
    color: #000;
}

section.electromin-sol .top-heading h2 {
    color: #000;
    font-size: 40px;
}

.elctro-wrap a.nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #0e0d0d;
    font-weight: 700;
    opacity: 0.7;
    padding: 10px;
    background: #f6f6f6;
    margin: 0;
}

.elctro-wrap .nav-pills .nav-link.active {
    opacity: 1;
    background: #09d28a;
    color: #ffffff;
}

.elctro-wrap ul.nav.nav-pills {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.elctro-wrap {
    padding: 40px 40px 20px;
    box-shadow: 0 0 8px #ccc;
    border-radius: 20px;
    background: #fff;
}

section.electromin-sol {
    padding: 80px 0;
    margin-bottom: -200px;
}

.elctro-wrap .tab-content ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.elctro-wrap .tab-content ul li p {
    margin: 0;
    font-size: 17px;
    color: #0e0d0d;
    font-weight: 500;
    font-family: 'Montserrat';
    position: relative;
    width: 100%;
}

.elctro-wrap .tab-content ul li span {
    width: 60px;
    height: 60px;
    background: #09d28a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 20px;
    position: relative;
}

.elctro-wrap .tab-content ul li p:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 100%;
    height: 0;
    border: 1px solid #e7e7e7;
    bottom: -24px;
}

.elctro-wrap .tab-content ul li span:before {
    position: absolute;
    content: '';
    background: #40d38c;
    width: 1px;
    height: 60px;
    left: 50%;
    bottom: -40px;
    z-index: -1;
}

.elctro-wrap .tab-content ul li:last-child span:before {
    display: none;
}

.elctro-wrap .tab-content ul li:last-child p:before {
    display: none;
}


/* end */


/* petromin Commercial */

.petro-comm-wrap {
    padding: 230px 0 80px 0;
    background-image: url(../images/comm-bg.jpg);
    background-size: cover;
    border-radius: 40px;
    margin: 20px;
}

.petromin-heading h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #fff;
}

.petromin-heading h3 span {
    font-size: 34px;
}

.petromin-heading {
    margin-bottom: 50px;
}

.productdetailportion img {
    height: 430px;
    border-radius: 10px;
    object-fit: cover;
    transition: 0.5s;
}

.productdetailportion {
    position: relative;
    z-index: 0;
}

.productdetailportion:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(0deg, #3abe7ead, transparent);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}

.productdetailportion h5 {
    font-size: 30px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 40px;
    transition: 0.5s;
    opacity: 0;
    z-index: 9;
}

.comm-slider .slick-slide {
    opacity: 1;
    margin: 0;
    transition: 0.5s;
}

.petro-comm-wrap .container-fluid {
    padding: 0;
    padding-left: 32%;
}

.comm-slider .slick-slide.slick-current.slick-active .productdetailportion img,
.comm-slider .slick-slide.slick-current.slick-active .productdetailportion:before {
    transform: scale(1);
}

.comm-slider .slick-slide.slick-current.slick-active .productdetailportion h5 {
    opacity: 1;
}

.comm-slider .slick-slide .productdetailportion img,
.comm-slider .slick-slide .productdetailportion:before {
    transform: scale(0.9);
}

.comm-slider .slick-prev:before,
.comm-slider .slick-next:before,
.authorized-slider .slick-prev:before,
.authorized-slider .slick-next:before {
    position: absolute;
    content: '';
    background-image: url(../images/arr4.png);
    background-size: contain;
    width: 20px;
    height: 11px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.comm-slider .slick-next:before,
.authorized-slider .slick-next:before {
    transform: unset;
}

.comm-slider .slick-prev,
.comm-slider .slick-next,
.authorized-slider .slick-prev,
.authorized-slider .slick-next {
    opacity: 1;
    left: -260px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.comm-slider .slick-prev,
.comm-slider .slick-next {
    top: unset;
    bottom: 0;
}

.comm-slider .slick-prev:hover,
.comm-slider .slick-prev:focus,
.comm-slider .slick-next:hover,
.comm-slider .slick-next:focus,
.authorized-slider .slick-prev:hover,
.authorized-slider .slick-prev:focus,
.authorized-slider .slick-next:hover,
.authorized-slider .slick-next:focus {
    background: #40d38c;
}

.comm-slider .slick-next {
    right: unset;
    left: -180px;
}

.comm-names ul li {
    font-size: 14px;
    color: #aeaeae;
    text-transform: uppercase;
    margin-bottom: 7px;
    cursor: pointer;
}

.comm-names {
    text-align: right;
    height: 180px;
    overflow-y: scroll;
    padding-right: 30px;
}

.comm-names ul {
    width: fit-content;
    margin: 0 0 0 auto;
}

.comm-names ul li.active {
    color: #fff;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #69b69d;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #fff;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #fff;
}


/* end */


/* Authorized */

section.authorizred {
    padding: 80px 0;
    background: #f3f4f7;
}

section.authorizred h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 31px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 70px;
}

section.authorizred .container-fluid {
    padding-left: 20%;
}

.author-wrap {
    background: #09d28a;
    padding: 30px;
    border-radius: 10px;
    height: 400px;
    position: relative;
}

.author-wrap h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    width: 80%;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Montserrat';
}

.author-wrap p {
    color: #fff;
    position: relative;
    z-index: 1;
}

.author-num span {
    font-size: 25px;
    color: #fff;
    font-family: 'blend-pro';
    text-align: right;
    display: block;
    position: relative;
    z-index: 1;
}

.authorized-slider .slick-slide {
    opacity: 1;
    margin: 80px 20px;
}

.author-wrap:before {
    position: absolute;
    content: '';
    background: #17906a;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
}

.author-wrap:hover::before {
    height: 100%;
    transition: 0.5s ease-in-out;
    /* background: #191c1b; */
}

.author-wrap:after {
    position: absolute;
    content: '';
    background-image: url(../images/shadow1.png);
    width: 110%;
    height: 60px;
    bottom: -80px;
    background-size: contain;
    left: -5%;
    right: 0;
    margin: 0 auto;
    display: block;
}

.authorized-slider {
    position: relative;
}

.authorized-slider:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 114%;
    left: -14%;
    top: 0;
    height: 70%;
    border-radius: 10px 0 0 10px;
}

.authorized-slider .slick-prev,
.authorized-slider .slick-next {
    border: 1px solid #09d28a;
}

.authorized-slider .slick-prev:before,
.authorized-slider .slick-next:before {
    filter: brightness(0) saturate(100%) invert(74%) sepia(29%) saturate(5323%) hue-rotate(109deg) brightness(94%) contrast(93%);
}

.authorized-slider .slick-prev:hover:before,
.authorized-slider .slick-prev:focus:before,
.authorized-slider .slick-next:hover:before,
.authorized-slider .slick-next:focus:before {
    filter: unset;
}

.authorized-slider .slick-next {
    right: unset;
    left: -120px;
}

.authorized-slider .slick-prev {
    left: -120px;
    top: 38%;
}


/* end */


/* Fleet */

section.fleet {
    padding: 0px 0 150px;
    background: #f3f4f7;
    position: relative;
    z-index: 0;
}

.fleet-text ul {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
    margin-top: 70px;
}

img.fleet1 {
    width: 100%;
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
    margin: 30px 0;
}

.fleet-text h2 {
    text-transform: uppercase;
    font-size: 43px;
}

section.fleet:before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 100%;
    height: 25%;
    bottom: 0;
    z-index: -1;
    left: 0;
}

.fleet-img img {
    width: 100%;
    height: 670px;
    object-fit: cover;
    border-radius: 10px;
}

.fleet-img {
    position: relative;
}

.fleet-img:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(0deg, #3abe7ee0, transparent);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}


/* end */


/*contact */

.contact-form form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
}

.contact-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 1px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-form form input.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 55px;
    border: 1px solid #c6c6c6;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    font-family: 'Roboto';
    display: flex;
    border-radius: inherit;
    border-radius: 5px;
}

.contact-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 8px;
    height: 47px;
    background-repeat: no-repeat;
    left: 40px;
    top: 5px;
}

.contact-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 50px;
    height: 50px;
}

.contact-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-form form textarea.form-control {
    font-size: 15px;
    padding-left: 55px;
    padding-top: 13px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
    border-radius: 5px;
}

.contact-form .email {
    padding: 0;
}

.contact-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    border: 2px solid #09d28a;
    height: 70px;
    width: 70px;
    color: #09d28a;
    border-radius: 50px;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    background: transparent;
    width: 100%;
    display: inline-block;
    padding: 14px;
    margin-bottom: 10px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    margin-bottom: 25px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
}

.contact-main-sec h4 {
    /* margin: 0; */
    text-transform: uppercase;
    font-size: 41px;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;
    color: #000;
    margin-bottom: -5%;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.contact_text {
    padding-top: 0px;
}

.contact_text p {
    font-size: 16px;
    line-height: 25px;
    color: #8b8b8b;
    padding-top: 0px;
    font-weight: 500;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.contact_text p a {
    font-size: 16px;
    color: #8b8b8b;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-top: 3px;
    display: block;
    font-family: 'Roboto';
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact_text p a.email-text {
    font-size: 15px;
    color: #8b8b8b;
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 40px;
}

.contact-main-sec {
    padding: 100px 0;
}

.contact-main-sec .them-btn-1 {
    margin-top: 20px;
    border: none;
    padding: 12px 20px;
    background-color: #ff0000;
    color: white;
    border-radius: 25px;
}

.b-img img {
    border-radius: 20px;
}

.contact-form .form-group i {
    position: absolute;
    top: 20px;
    left: 13px;
    font-size: 20px;
    color: #7e7e7e;
}

.contact-form {
    margin-top: 23px;
}

.contact-form button {
    margin-top: 5%;
    border-radius: 0;
    border-radius: 30px;
}

button.theme_btn img {
    width: 30%;
}

.contact-wrap {
    padding: 40px;
    border-radius: 10px;
    background: #f2f2f2;
}

.map-cnt iframe {
    width: 100%;
    border-radius: 30px;
    margin-top: 70px;
    height: 490px;
}


/*contact end*/


/* Roadmap */

section.road-map {
    margin: 80px 0 0 0;
}

.rd-map-text ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.rd-map-text h3 {
    font-size: 27px;
    color: #1e71b8;
    margin: 20px 0;
    text-transform: uppercase;
}

.road-mao-img img {
    width: 88%;
    animation: bloop 1s linear;
    animation-delay: 2s;
    border-radius: 20px;
    transform: skewX(-5deg);
    object-fit: cover;
    margin: 0 auto;
    height: 370px;
}

.road-mao-img:before {
    position: absolute;
    content: '';
    /* background-image: url(../images/roadmap9.png); */
    width: 103%;
    height: 620px;
    left: -10px;
    right: 0;
    top: -10px;
    z-index: -1;
    background: radial-gradient(circle, rgb(68 225 120) 36%, rgb(78 173 169) 100%);
    border-radius: 52%;
    margin: auto;
    bottom: 0;
    animation: mmm 5s ease-in-out infinite;
}

.road-mao-img {
    position: relative;
    z-index: 0;
    margin: 0 auto 0;
    text-align: center;
}

span.num-elec {
    font-size: 18px;
    color: #000000;
    display: block;
    margin-bottom: 24px;
}

.elec-img h6 {
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.elec-img {
    padding: 20px 30px 90px;
}

.elec-img p {
    font-size: 12px;
    margin-bottom: 60px;
}

section.electric-map .for-line {
    padding: 0;
}

.elac-box:before {
    position: absolute;
    content: '';
    background-image: url(../images/shape2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 271px;
    z-index: -1;
    top: 50px;
    left: 0;
}

.elac-box {
    position: relative;
}

.elec-img img {
    margin-left: 66px;
    width: 70px;
    height: 55px;
    object-fit: contain;
}

.elac-box2 .elec-img {
    padding: 90px 30px 20px;
}

.elac-box2:before {
    background-image: url(../images/shape1.png);
}

.elac-box2 .elec-img p {
    margin-bottom: 0;
}

.elac-box2 .elec-img h6 {
    margin-top: 80px;
}

.elac-box2 span.num-elec {
    margin: 0;
    margin-top: 24px;
}

.row.mar-b {
    margin-bottom: -110px;
    position: relative;
    padding: 0;
}

.row.mar-b:before {
    position: absolute;
    content: '';
    background: #40d58d;
    width: 0%;
    bottom: 55px;
    height: 1px;
    z-index: -1;
    left: -38px;
}

.line:before {
    animation: mymove 3s;
    animation-fill-mode: forwards;
}

@keyframes mymove {
    from {
        width: 0%;
    }
    to {
        width: 102%;
    }
}


/* end  */


/* Mega */

section.mega-projects {
    padding: 0;
}

section.mega-projects h2 {
    font-size: 27px;
    text-transform: uppercase;
    color: #101111;
}

.mega-content {
    background: #08d48b;
    padding: 40px;
    border-radius: 10px;
    margin-top: -10px;
}

.mega-content p {
    color: #fff;
    font-size: 15px;
}

.mega-top {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.mega-wrap {
    border-radius: 10px;
    border: 1px solid #b1b1b1;
}

.mega-top span {
    font-size: 37px;
    color: #000000;
    font-family: 'blend-pro';
}

.mega-top img {
    animation: bloop 1s linear;
    object-fit: contain;
    width: auto;
    height: auto;
}

@keyframes bloop {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.mega_slider .slick-slide {
    margin: 20px;
    opacity: 1;
}

.mega-top>div {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 20px;
}

.mega_slider {
    margin-left: -20px;
}


/* end */


/* Mission */

section.mission .road-mao-img:before {
    /* filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(27%) hue-rotate(61deg) brightness(107%) contrast(106%); */
    left: -50px;
}

section.mission .road-mao-img img {
    transform: skewX(5deg);
}

section.mission {
    background: #178f6a;
    margin: 0;
    padding-top: 0px;
}

section.mission .rd-map-text h3 {
    color: #fff;
}

section.mission .rd-map-text p {
    color: #ffffffad;
    font-size: 15px;
    line-height: 23px;
}


/* end  */


/* Govt reltion */

section.govt-relation {
    background: #178f6a;
}

.govt-rel {
    margin-left: 0;
    justify-content: center;
}

.govt-rel .slick-slide {
    opacity: 1;
}

.govt-rel .mega-wrap {
    border: 1px solid #08d48b;
    width: 70%;
    margin: 0 auto;
}

section.govt-relation h2 {
    color: #fff;
    margin-bottom: 40px;
}

.govt-rel .mega-wrap h6 {
    font-size: 19px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 0;
}

.govt-rel .mega-content {
    width: 100%;
    z-index: 999;
    position: relative;
    height: 270px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
}

ul.govt-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    gap: 2%;
    margin: 0;
    padding: 30px 20px;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
}

ul.govt-logo li {
    width: 23%;
    background: #fff;
    margin-bottom: 20px;
}

ul.govt-logo li img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.govt-rel .slick-next:before {
    content: '';
    content: '';
    position: absolute;
    content: '';
    background-image: url(../images/arr4.png);
    background-size: contain;
    width: 20px;
    height: 11px;
    background-repeat: no-repeat;
    /* transform: rotate(180deg); */
    opacity: 1 !important;
}

.govt-rel .slick-prev:before {
    content: '';
    content: '';
    position: absolute;
    content: '';
    background-image: url(../images/arr4.png);
    background-size: contain;
    width: 20px;
    height: 11px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    opacity: 1 !important;
}

.govt-rel .slick-prev {
    opacity: 1;
    z-index: 99;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.govt-rel .slick-next {
    opacity: 1;
    z-index: 99;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}


/* end */


/* Hyrdromin */

section.hydromin {
    padding: 0;
}

.hydro-text h3 {
    text-transform: uppercase;
    font-size: 27px;
    color: #28db8c;
    margin: 20px 0;
}

.hydro-text h4 {
    color: #111010;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}


/* emd */


/* infra */

ul.infra li {
    background: #f8f8f8;
    padding: 20px;
    width: 24%;
    border-radius: 10px;
    position: relative;
}

ul.infra li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(235deg, #08d48b 0%, rgb(4 56 48) 42%, rgb(4 56 48) 68%, rgb(4 56 48 / 95%) 74%, rgb(8 212 139) 100%);
    border-radius: 10px;
    z-index: 0;
    transition: 0.5s;
}

ul.infra {
    display: flex;
    align-items: center;
    gap: 1%;
    margin: 0;
    flex-wrap: wrap;
}

ul.infra li span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'blend-pro';
    position: relative;
}

ul.infra li h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'blend-pro';
    text-transform: uppercase;
    margin-top: 30px;
    height: 22px;
    position: relative;
    color: #fff;
}

section.tran-infra h2 {
    font-size: 27px;
    text-transform: uppercase;
    color: #101111;
    margin-bottom: 40px;
}

ul.infra li h4:before {
    position: absolute;
    content: '';
    background: #c5c5c5;
    width: 100px;
    top: -11px;
    left: 0;
    height: 1px;
}


/* end */


/* hydromin proj */

section.mega2 h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.3;
}

section.mega2 .mega-content p {
    color: #ffffffb0;
}

section.mega2 .mega-content {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}


/* end  */


/* For Line */

.for-line {
    padding: 80px 0;
    position: relative;
}

.for-line:before {
    position: absolute;
    content: '';
    background: #40d58d;
    width: 1px;
    height: 100%;
    left: -50px;
    top: 0;
}

section.road-map.mission .for-line:before,
section.govt-relation .for-line:before {
    background: #fff;
}

section.hydromin .for-line,
section.mega-projects.mega2 .for-line {
    padding-bottom: 0;
}

section.tran-infra .for-line {
    padding-bottom: 0;
}

.for-aftr {
    position: relative;
}

.for-aftr:after {
    position: absolute;
    content: '';
    background: #40d58d;
    width: 12px;
    height: 12px;
    left: -55px;
    bottom: -3px;
    border-radius: 40px;
}

section.road-map .for-aftr:after {
    bottom: unset;
    top: 0;
}

section.mega-projects .for-aftr:after {
    bottom: 47%;
}

section.mega-projects.govt-relation .for-aftr:after {
    background-color: #fff;
}

section.tran-infra .for-aftr:after {
    bottom: 47%;
}

section.mega-projects.mega2 .for-aftr:after {
    bottom: 0;
}

section.mega-projects.mega2 {
    margin-bottom: 80px;
}

section.road-map.mission .for-line {
    padding-bottom: 0;
}


/* end  */

img.flagg {
    border-radius: 50px;
}

.tw_images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tw_images img {
    margin: 0 2px;
    height: 30px;
}

.transp-slider .slick-prev {
    left: -90px;
    opacity: 1;
    z-index: 99;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.transp-slider .slick-prev:before {
    content: '';
    position: absolute;
    content: '';
    background-image: url(../images/arr4.png);
    background-size: contain;
    width: 20px;
    height: 11px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    opacity: 1 !important;
}

.transp-slider .slick-next {
    right: inherit;
    left: -89px;
    bottom: 110px;
    top: inherit;
    opacity: 1;
    z-index: 99;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.transp-slider .slick-next:before {
    content: '';
    content: '';
    position: absolute;
    content: '';
    background-image: url(../images/arr4.png);
    background-size: contain;
    width: 20px;
    height: 11px;
    background-repeat: no-repeat;
    /* transform: rotate(180deg); */
    opacity: 1 !important;
}

.transp-slider .slick-next:hover {
    background: #1a5644;
}

.transp-slider .slick-prev:hover {
    background: #1a5644;
}

.mega_slider .slick-next {
    right: -20px;
    width: auto;
}

.mega_slider .slick-next:before {
    position: absolute;
    content: '';
    color: #fff;
    font-size: 30px;
    left: -20px;
    opacity: 1;
    background-image: url(../images/arr.svg);
    background-size: contain;
    width: 40px;
    height: 40px;
    /* transform: rotate(180deg); */
    filter: invert(1);
}

.mega_slider .slick-prev:before {
    position: absolute;
    content: '';
    color: #fff;
    font-size: 30px;
    left: -20px;
    opacity: 1;
    background-image: url(../images/arr.svg);
    background-size: contain;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    filter: invert(1);
}

.mega_slider .slick-prev {
    left: 0px;
}


/*/Hydra */

.hydro-img img {
    width: 88%;
    animation: bloop 1s linear;
    animation-delay: 2s;
    border-radius: 20px;
    transform: skewX(-5deg);
    object-fit: cover;
    margin: 0 auto;
    height: 370px;
}

.hydro-img {
    position: relative;
    text-align: center;
}

.hydro-img:before {
    position: absolute;
    content: '';
    /* background-image: url(../images/roadmap9.png); */
    width: 108%;
    height: 620px;
    left: -10px;
    right: 0;
    top: -10px;
    z-index: -1;
    background: radial-gradient(circle, rgb(68 225 120) 36%, rgb(78 173 169) 100%);
    border-radius: 52%;
    margin: auto;
    bottom: 0;
    animation: mmm 5s ease-in-out infinite;
}

section.hydromin {
    padding-top: 100px;
}

@keyframes mmm {
    0% {
        background: radial-gradient(circle, rgb(68 225 120) 36%, rgb(78 173 169) 100%);
    }
    50% {
        background: radial-gradient(circle, rgb(78 173 169) 36%, rgb(68 225 120) 100%);
    }
    100% {
        background: radial-gradient(circle, rgb(68 225 120) 36%, rgb(78 173 169) 100%);
    }
}


/*/Hydra */


/* Gallery */

section.gallery {
    padding-top: 80px;
}

section.gallery .contianer-fluid {
    padding: 0;
}

.gall-slider .slick-slide {
    margin: 190px 0 100px;
    opacity: 1;
    transition: 0.5s;
}

.gal-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.gall-slider .slick-slide.slick-current.slick-active {
    transform: scale(1.5);
}

.gall-slider .slick-slide.slick-current.slick-active .gal-box img {
    width: 100%;
    height: 500px;
    transform: translate(60px, 0);
}

.gall-slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active {
    transform: scale(0.2) translate(600px, 600px);
    opacity: 0.5;
}

.gall-slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active .gal-box img {
    height: 500px;
    transform: scale(1.2);
}

.gall-slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active {
    transform: scale(0.6);
}

.gall-slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .gal-box img {
    height: 530px;
    object-fit: cover;
}

.gall-slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active+.slick-slide.slick-active {
    transform: scale(0.5) translateY(110px);
    margin-top: 330px;
}

.gall-slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .gal-box img {
    height: 530px;
    object-fit: cover;
}


/* end  */


/*banner css start */

.main-sli {
    margin-top: -4%;
}

.main-sli .slick-slide {
    opacity: 1;
}

.main-sli .slick-active {
    opacity: 1;
}

.main-slid-box {
    position: relative;
    margin: 0px 4px;
}

.banner-txt {
    opacity: 0;
    height: 0px;
    position: absolute;
    top: 43%;
    text-align: center;
    transition: 0.5s ease-in-out;
    left: 0;
    right: 0;
}

.banner-txt h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 50px;
}

.banner-txt h1 {
    color: #fff;
    font-size: 44px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: -1px 0 #00000036, 0 4px #00000073, 4px 0 #00000052, 0 -1px #00000059;
}

.main-sli .slick-active .banner-txt {
    opacity: 1;
    height: 100%;
}

.main-sli .slick-slide.slick-current.slick-active.slick-center {
    transform: rotate3d(0, 0, 0, 0deg) !important;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%)!important;
    margin-left: 0px !important;
    transition: 0.5s ease-in-out;
    margin-top: 79px;
}

.main-sli .slick-slide.slick-current.slick-active.slick-center img {
    height: 672px;
    transition: 0.5s ease-in-out;
    margin-top: 0px;
}

.main-sli .slick-active~.slick-slide {
    transform: rotate3d(0, 1, 0, -50deg);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 96%);
    margin-left: -150px;
    transition: 0.5s ease-in-out;
}

.main-sli .slick-active~.slick-slide img {
    height: 780px;
    transition: 0.5s ease-in-out;
    margin-top: 0px;
    object-fit: cover;
}

.main-sli .slick-slide {
    transform: rotate3d(0, 1, 0, 0deg);
    clip-path: polygon(0 0, 100% 10%, 100% 96%, 0 100%);
    /*margin-left: 180px;*/
    transition: 0.5s ease-in-out;
    margin: 0;
}

.main-sli .slick-slide img {
    height: 780px;
    transition: 0.5s ease-in-out;
    margin-top: 0px;
}

.main-sli .slick-slide img {
    /*clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);*/
    transition: 0.5s ease-in-out;
    object-fit: cover;
}

.gall-main {
    position: relative;
    margin-top: 0px;
    padding: 80px 0;
}

.gall-main .container-fluid {
    padding: 0px;
}

.main-sli-nav {
    position: absolute;
    width: 40%;
    left: 30%;
    z-index: 10;
    margin-top: -230px;
}

.main-sli-nav .slick-slide {
    opacity: 1;
    overflow: hidden;
}

.main-sli-nav .slick-prev:before {
    content: "\f060";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    font-size: 16px;
}

.main-sli-nav .slick-next:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    font-size: 16px;
}

.main-sli-nav .slick-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    left: -50px;
}

.main-sli-nav .slick-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    right: -50px;
}

.main-sli-nav img {
    border: 4px solid #c9a277;
    transition: .3s ease-in-out;
    height: 100px;
    object-fit: cover;
}

.main-sli .slick-slide.slick-current.slick-active.slick-center img {
    filter: brightness(0.4);
    object-fit: cover;
}


/*banner css end*/