@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/***** General CSS *****/

body {
    overflow-x: hidden;
    word-break: break-word;
    color: var(--textColor);
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #585858;
    --themeColor: #f44c00;
    --themeColor2: #101010;
    --headingColor: #020202;
}

a {
    white-space: initial;
    text-decoration: none;
    display: inline-block;
    color: var(--themeColor);
}

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;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** 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: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Uni-Sans-Heavy';
    src: url(../fonts/Uni-Sans-Heavy.otf);
}

@font-face {
    font-family: 'Uni-Sans-Thin';
    src: url(../fonts/Uni-Sans-Thin.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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-size: 65px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Uni-Sans-Thin';
}

h2 {
    font-size: 65px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--headingColor);
    font-family: 'Uni-Sans-Heavy';
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 600;
    color: var(--themeColor2);
    font-family: 'Uni-Sans-Heavy';
}

h4 {
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--themeColor2);
    font-family: 'Uni-Sans-Heavy';
}

h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Uni-Sans-Heavy';
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.theme-btn-1 {
    gap: 10px;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    border-width: 1px;
    width: max-content;
    padding: 15px 40px;
    color: var(--white);
    border-style: solid;
    border-radius: 50px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    text-transform: uppercase;
    transition-duration: 0.5s;
    font-family: 'Uni-Sans-Heavy';
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

.theme-btn-1:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: var(--themeColor2);
    background-color: var(--themeColor2);
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading h2 span {
    font-family: 'Uni-Sans-Thin';
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
}


/* Header Start */

.menuSection {
    left: 0;
    top: 15px;
    z-index: 99;
    width: 100%;
    position: absolute;
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
}

.header-logo {
    height: 70px;
    padding: 7px 15px;
    width: fit-content;
    background-color: var(--white);
}

.header-logo a {
    height: 100%;
    width: fit-content;
}

.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-evenly;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 14px;
    position: relative;
    color: var(--black);
    text-decoration: none;
    display: inline-block;
    font-family: 'Uni-Sans-Heavy';
    padding: 0 10px;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--black);
}


/* Header Ends */

/* loader */

.spinner {
    position: relative;
    width: 35.2px;
    height: 35.2px;
}

.spinner::before,
.spinner::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    animation: spinner-b4c8mmhg 0.5s backwards, spinner-49opz7hg 1.25s 0.5s infinite ease;
    border: 8.8px solid var(--themeColor);
    border-radius: 50%;
    box-shadow: 0 -52.8px 0 -8.8px var(--themeColor);
    position: absolute;
}

.spinner::after {
    animation-delay: 0s, 1.25s;
}

@keyframes spinner-b4c8mmhg {
    from {
        box-shadow: 0 0 0 -8.8px var(--themeColor);
    }
}

@keyframes spinner-49opz7hg {
    to {
        transform: rotate(360deg);
    }
}

.loader-wrapper {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* loader */

/*Main Banner Start */


.main_slider {
    padding: 0px 3%;
    position: relative;
    background-image: url(../images/banner-img.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_slider::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    background-image: url(../images/banner-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_slider .add-padding {
    min-height: 850px;
    position: relative;
    padding-top: 170px;
    padding-bottom: 35px;
}

.banner-bg-img {
    top: 0;
    width: 85%;
    right: 327px;
    height: 100%;
    position: absolute;
    clip-path: polygon(40% 0, 100% 0%, 50% 100%, 0 100%, 0 72%);
    background-image: url(../images/banner-img.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-bg-img::after {
    left: 0;
    content: '';
    width: 100%;
    bottom: 18px;
    height: 90px;
    position: absolute;
    background-color: var(--themeColor);
}

.banner-bg-img::before {
    left: 0;
    top: 16px;
    width: 100%;
    content: '';
    height: 70px;
    position: absolute;
    background-color: var(--white);
}

a.active {
    position: relative;
}

a.active:before {
    content: "";
    position: absolute;
    background: #f44c00;
    width: 100%;
    height: 3px;
    bottom: -23px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.banner_text {
    gap: 10px;
    display: flex;
    text-align: end;
    padding-top: 40px;
    position: relative;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.banner_text h1 span {
    color: var(--themeColor);
    font-family: 'Uni-Sans-Heavy';
}

.banner_text h2 {
    top: 24px;
    left: 10px;
    width: 100%;
    opacity: 0.5;
    height: 135px;
    font-size: 300px;
    overflow: hidden;
    filter: blur(1px);
    color: #f44d0034;
    position: relative;
    line-height: 250px;
}

.banner_text p {
    opacity: 0.6;
    color: var(--white);
    margin-bottom: 20px;
}

.bannerTextSlider1 {
    width: 350px;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 12px 0px 15px;
    border-radius: 10px 0px 10px 10px;
    background-color: var(--themeColor);
    clip-path: polygon(100% 0, 68% 100%, 0 100%, 0 0);
}

.bannerTextSlider1::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-image: url(../images/banner-text-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-text h5 {
    color: #fff;
    margin-bottom: 40px;
}

.banner-text h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.banner-text p {
    width: 90%;
    font-size: 12px;
    max-width: 225px;
    color: #f9cfc5;
    line-height: 18px;
}

.banner_icon {
    z-index: 1;
    display: flex;
    padding-left: 40px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.banner_icon::before {
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    content: '';
    height: 1px;
    opacity: 0.2;
    margin: auto;
    position: absolute;
    background-color: var(--white);
}

.banner_icon::after {
    top: 0;
    bottom: 1px;
    width: 8px;
    content: '';
    height: 8px;
    right: 100%;
    margin: auto;
    position: absolute;
    background-color: var(--white);
}

.banner_icon ul {
    gap: 10px;
    z-index: 1;
    display: flex;
    position: relative;
    padding-right: 30px;
    align-items: center;
    justify-content: center;
    background: var(--themeColor);
}

.banner_icon ul::before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    content: '';
    margin: auto;
    position: absolute;
    background-color: var(--white);
}

.banner_icon ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffffb9;
}

.banner_icon h5 {
    position: relative;
    padding-left: 30px;
    color: var(--white);
}

.banner_icon h5::before {
    top: 0.5px;
    bottom: 0;
    right: 110%;
    content: '';
    height: 1px;
    margin: auto;
    opacity: 0.2;
    width: 300px;
    position: absolute;
    background-color: var(--white);
}

.banner_icon h5::after {
    top: 0;
    bottom: 0;
    width: 8px;
    content: '';
    right: 101%;
    height: 8px;
    margin: auto;
    position: absolute;
    background-color: var(--themeColor);
}

/* Main Banner Ends */


/* inner bannner */


section.main_slider.inner-banner .add-padding {
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.main_slider.inner-banner .banner_text {
    padding: 0px;
}

section.main_slider.inner-banner .add-padding .row {
    width: 100%;
}

section.main_slider.inner-banner .banner-bg-img::after {
    display: none;
}

/* inner bannner */

/* About Us Start */


.about-sec {
    padding: 140px 0px 120px;
}


.about-text h2 {
    max-width: 550px;
    position: relative;
    font-family: 'Uni-Sans-Thin';
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 25px;
}

.about-text h2::before {
    right: 0;
    width: 8px;
    height: 8px;
    content: '';
    bottom: -4.5px;
    position: absolute;
    background-color: var(--themeColor);
    animation: moveDot 8s ease-in-out infinite;
}

@keyframes moveDot {
    0% {
        right: 0;
    }

    50% {
        right: 100%;
    }

    100% {
        right: 0;
    }
}

@keyframes moveDot2 {
    0% {
        right: 100px;
    }

    50% {
        right: 100%;
    }

    100% {
        right: 100px;
    }
}

.about-text p {
    margin-bottom: 20px;
}

.about-img {
    width: 100%;
    height: 400px;
    min-height: 100%;
    position: relative;
    padding-right: 30px;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img::before {
    right: 0;
    top: -30px;
    content: '';
    z-index: -1;
    width: 400px;
    height: auto;
    position: absolute;
    aspect-ratio: 1 / 1;
    background-color: var(--themeColor);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}


/* About Us Ends */

/* Our Technologies Start */

.product-heading {
    padding: 10px;
    position: relative;
    text-align: center;
    background-color: var(--themeColor);
}

.product-heading h2 {
    color: var(--white);
}

.product-heading h2 span {
    font-family: 'Uni-Sans-Thin';
}

.product-box {
    gap: 20px;
    padding: 20px;
    display: flex;
    margin: 40px 0px;
    text-align: center;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #f7f7f7;
}

.product-box::before {
    top: 0;
    left: 0;
    width: 80%;
    content: '';
    opacity: 0.4;
    height: 200px;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5;
    background-color: var(--themeColor);
    clip-path: polygon(0 100%, 100% 0, 0 0);
}

.productSlider .slick-slide {
    opacity: 1;
}

.product-box-img {
    z-index: 1;
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
}

.product-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-box h4 {
    font-family: 'Uni-Sans-Thin';
}

.product-box:hover::before,
.productSlider .slick-slide.slick-current.slick-active.slick-center .product-box::before {
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.5;
}

.productSlider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #909090;
    border-radius: 50%;
    opacity: 8 !important;
    border: none !important;
}

.productSlider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background: #f44c00 !important;
    opacity: 8 !important;
}

.productSlider .slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    border: 1px solid #f44c00;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
}

.productSlider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
}

/* Our Technologies Ends */

/* Steel Making Start */

.steel-making-sec {
    padding: 100px 0px 200px;
}

.steel-making-img {
    width: 100%;
    height: 400px;
    min-height: 100%;
    position: relative;
    padding-left: 50px;
}

.steel-making-img::before {
    left: 0;
    z-index: -1;
    width: auto;
    content: '';
    bottom: -50px;
    height: 340px;
    position: absolute;
    aspect-ratio: 1 / 1;
    transition: ease-in-out;
    transition-duration: 0.5;
    background-color: var(--themeColor);
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.steel-making-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steel-making-text {
    top: 100px;
    width: 700px;
    padding: 45px;
    display: flex;
    max-width: 90vw;
    text-align: end;
    overflow: hidden;
    float: inline-end;
    position: relative;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto 0px auto;
    background-color: var(--themeColor2);
}

.steel-making-text h2 {
    position: relative;
    color: var(--white);
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-family: 'Uni-Sans-Thin';
}

.steel-making-text h2::before {
    width: 8px;
    z-index: 1;
    height: 8px;
    content: '';
    bottom: -4.5px;
    position: absolute;
    background-color: var(--themeColor);
    animation: moveDot2 8s ease-in-out infinite;
}

.steel-making-text h2::after {
    bottom: 0;
    height: 1px;
    width: 100%;
    content: '';
    right: 100px;
    position: absolute;
    background-color: #444444;
}

.steel-making-text h2 span {
    color: var(--themeColor);
    font-family: 'Uni-Sans-Heavy';
}

.steel-making-text p {
    opacity: 0.5;
    margin-bottom: 20px;
    color: var(--white);
}

/* Steel Making Start */

/* Blacksand Start */

.blacksand-sec {
    padding: 0px 4%;
    position: relative;
    background-image: url(../images/blacksand-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.blacksand-sec::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    backdrop-filter: blur(1px);
    background: linear-gradient(50deg, #f44d00d5 0%, #020202fa 10%, #020202e8 90%, #f44d00e7 100%);
}

.blacksand-sec .add-padding {
    display: flex;
    padding-top: 80px;
    min-height: 640px;
    position: relative;
    padding-bottom: 80px;
    align-items: flex-end;
    justify-content: center;
}

.blacksand-bg-img {
    top: 0;
    left: 20%;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: polygon(9% 0%, 55% 0, 100% 100%, 55% 100%);
    background-image: url(../images/blacksand-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.blacksand-sec .row {
    width: 100%;
}

.blacksand-text {
    z-index: 2;
    position: relative;
}

.blacksand-text h2 {
    color: var(--white);
    font-family: 'Uni-Sans-Thin';
}

.blacksand-text h2 span {
    color: var(--themeColor);
    font-family: 'Uni-Sans-Heavy';
}

.blacksand-text p {
    opacity: 0.5;
    margin-bottom: 20px;
    color: var(--white);
}

/* Blacksand Ends */

/* Our Service Start */

.service-sec {
    padding: 100px 0px;
}

.service-box {
    padding: 60px 20px 40px 65px;
    border-right: 1px solid #c7c7c7;
    margin-top: 25px;
    position: relative;
}

.service-box:before {
    content: "";
    position: absolute;
    background: #f44c00;
    width: 10px;
    height: 10px;
    right: -6px;
    top: 0;
    z-index: 99999;
    animation: moveDot4 8s ease-in-out infinite;
}

@keyframes moveDot4 {
    0% {
        top: 0px;
    }

    50% {
        top: 100%;
    }

    100% {
        top: 0px;
    }
}

@keyframes moveDot5 {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 100%;
    }

    100% {
        bottom: 0px;
    }
}

.service-box.service-box-last:before {
    display: none;
}

.service-box.service-box-second:before {
    top: inherit;
    bottom: 0;
    animation: moveDot5 8s ease-in-out infinite;
}

.service-box.service-box-last {
    border-right: none;
}

.service-box-icon img {
    width: 40px;
    height: 44px;
    object-fit: contain;
}

.service-box h4 {
    margin-bottom: 18px;
}

html {
    overflow-x: hidden;
}

.service-box-icon {
    margin-bottom: 30px;
    position: relative;
}

.service-box-icon::before {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(90deg,
            rgba(244, 76, 0, 0.01961) 0%,
            rgb(244, 76, 0) 100%);
    opacity: 0.2;
    width: 89px;
    height: 89px;
    left: -40px;
    top: -30px;
    animation: shake 3s infinite ease-in-out;
}

/* Shake keyframes */
@keyframes shake {

    0%,
    100% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(-2px, 1px);
    }

    40% {
        transform: translate(2px, -1px);
    }

    60% {
        transform: translate(-1px, 2px);
    }

    80% {
        transform: translate(1px, -2px);
    }
}

/* Our Service Ends */

/* Why Choose Us Start */

.why-choose-sec {
    padding-bottom: 150px;
}

.why-choose-img {
    width: 100%;
    height: 400px;
    min-height: 100%;
    position: relative;
    padding-right: 50px;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-img::before {
    right: 0;
    content: '';
    z-index: -1;
    width: 400px;
    height: auto;
    bottom: -50px;
    position: absolute;
    aspect-ratio: 1 / 1;
    background-color: var(--themeColor);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.whys-choose-text h2 {
    position: relative;
    margin-bottom: 10px;
    font-family: 'Uni-Sans-Thin';
}

.whys-choose-text h2::before {
    top: 38px;
    width: 100%;
    left: 160px;
    content: '';
    height: 1px;
    position: absolute;
    background-color: #c7c7c7;
}

.whys-choose-text h2::after {
    top: 34px;
    width: 8px;
    left: 160px;
    content: '';
    height: 8px;
    position: absolute;
    background-color: var(--themeColor);
    animation: moveDot3 8s ease-in-out infinite;
}


@keyframes moveDot3 {
    0% {
        left: 160px;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 160px;
    }
}

.whys-choose-text h2 span {
    color: var(--themeColor);
    font-family: 'Uni-Sans-Heavy';
}

.whys-choose-text p {
    margin-bottom: 20px;
}


/* Why Choose Us Ends */


/* Footer Start */

section.footer {
    position: relative;
    padding: 40px 0% 0px;
    background: var(--headingColor);
}

section.footer::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0.7;
    height: 100%;
    position: absolute;
    background-image: url(../images/footer-before-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.footer .row {
    position: relative;
}

section.footer p {
    font-size: 14px;
    color: #717171;
    font-weight: 600;
}

ul.adrs-links li a {
    gap: 8px;
    display: flex;
    color: #969696;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    padding-bottom: 15px;
    transition: 0.7s ease-in-out;
    font-family: "Montserrat", sans-serif;
}

ul.adrs-links li a i {
    width: 30px;
    color: #a9a9a9;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    font-family: 'FontAwesome';
}

li.boader a {
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

ul.adrs-links {
    margin-bottom: 0 !important;
}

ul.adrs-links li {
    line-height: 1.1;
    margin-bottom: 15px;
}

ul.social-links {
    gap: 15px;
    display: flex;
    justify-content: center;
}

ul.adrs-links li a:hover {
    color: var(--theme-3);
}

section.footer h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #3a3a3a;
}

ul.linkList li a {
    font-size: 14px;
    transition: 0.5s;
    color: #626262;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

ul.linkList li a i {
    color: #ffffff94;
}

.foot1 {
    padding: 0 0% 0 0;
    margin-top: 30px;
    position: relative;
}

.foot1 .w-100 {
    position: relative;
    margin-bottom: 28px;
}

.foot1 .w-100 img {
    background: #fff;
    width: 50%;
    padding: 12px 15px;
}

.foot1 h4 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400 !important;
}

.foot4 {
    padding: 30px 0% 0px 21px;
}

.copyrite-txt {
    z-index: 1;
    padding: 23px 0;
    margin-top: 65px;
    position: relative;
    border-top: 1px solid #323232;
}

.copyrite-txt p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #777a7c;
    font-family: 'Montserrat';
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    25% {
        transform: translatey(-10px);
    }

    100% {
        transform: translatey(0px);
    }
}

ul.adrs-links li a:hover i {
    animation: float 1s ease-in-out infinite;
    font-size: 20px;
}

.foot2 {
    padding-right: 0px;
    margin-top: 32px;
    padding-left: 17px;
}

form.footerForm button {
    border-radius: 0;
}

form.footerForm button:hover {
    color: #000;
}

form.footerForm button::before,
form.footerForm button::after {
    border-radius: 0;
}

ul.adrs-links li:first-child,
ul.adrs-links li:last-child {
    gap: 12px;
    display: flex;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    align-items: baseline;
    font-family: 'Montserrat';
    transition: 0.7s ease-in-out;
}

ul.footer-social li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    transition: 0.5s;
    border-radius: 50%;
    align-items: center;
    display: inline-flex;
    transition: ease-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-repeat: no-repeat;
    background-size: cover;
    background: #f44c00;
}


ul.footer-social li a:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background: linear-gradient(0deg, var(--theme-3) 0%, var(--theme-2) 80%, var(--theme-1) 100%);
}

.social-icon ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 0 0 0 0%;
}

.social-icon h5 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-family: 'Montserrat';
}

.quick-links-ft ul {
    column-count: 1;
    line-height: 38px;
}

ul.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.payment-card {
    float: inline-end;
}

section.copyrite-txt .row {
    align-items: center;
}

.social-icon ul li a:hover {
    background: #fff;
}

.footer-copyright-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}


.footer-copyright-button a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 71px;
    background: #f44c00;
}

/*Footer End*/

/*about-page start*/
.team-img img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.team-bot-txt h4 {
    font-family: 'Uni-Sans-Thin';
    font-size: 25px;
    line-height: 1;
}

.team-bot-txt h4 span {
    display: block;
    font-size: 17px;
    margin-top: 10px;
}

section.team {
    padding-bottom: 100px;
}

.team-bot-txt {
    text-align: center;
    margin-top: 20px;
}

/*about page end*/
/* InnerPage Contact Us start */

.contact-pag-form form {
    position: relative;
}

.contact-pag-form .form-group {
    position: relative;
}

.contact-side-bar {
    margin-top: 30px;
}

.contact-pag-form .form-group::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form .form-group1::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    right: 40px;
    top: 5px;
    left: unset;
    transform: rotate(180deg);
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 15px;
    border: 1px solid #bdbdbd;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    display: flex;
    border-radius: 5px;
}

.contact-pag-form form select.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 25px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    display: flex;
    border-radius: 5px;
}

.contact-pag-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-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 50px;
    height: 50px;
}

.contact-pag-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
    font-size: 15px;
    padding-left: 25px;
    padding-top: 20px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: unset;
    background-color: transparent;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
    border-radius: 6px;
    height: 150px;
    scroll-behavior: unset;
}

.contact-pag-form .email {
    padding: 0;
}

.contact-pag-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
}

.contact-pag-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-pag-form ::-webkit-select-placeholder {
    color: #909091;
    font-family: 'Montserrat';
}

.contact-pag-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
    font-family: 'Montserrat';
}

.contact-pag-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Montserrat';
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Montserrat';
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Montserrat';
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: transparent;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    color: #f44c00;
    background: var(--white);
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    width: 100%;
    display: flex;
    padding: 40px 20px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: flex-start;
    background-color: #f44c00;
    border: 1px solid #f44c00;
}

.contact-main-sec h4 {
    font-size: 45px;
    color: #000000;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-family: 'Uni-Sans-Thin';
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--white);
    text-transform: capitalize;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--white);
    font-family: 'Uni-Sans-Thin';
}

.contact_text p {
    font-size: 22px;
    line-height: 25px;
    padding-top: 0px;
    font-weight: 400;
    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 16px;
    display: block;
    margin-top: 3px;
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
    transition: 0.5s ease-in-out;
    font-family: 'Montserrat';
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #8b8b8b;
}



.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: var(--black);
    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-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-pag-form .form-group i {
    top: 20px;
    left: 13px;
    font-size: 18px;
    position: absolute;
    color: var(--headingColor);
    display: none;
}

.contact-pag-form .form-group1 i {
    right: 11px;
    left: unset;
    color: #7f7f7f;
    pointer-events: none;
}

.contact-pag-form {
    margin-top: 0;
}

.contact-pag-form button {
    margin-top: 5%;
}

section.contact-main-sec button {
    border: 1px solid transparent;
}

.salary-range-wrapper .skill-main .skill-wrrap .skill-per {
    height: 12px;
    background: var(--headingColor);
    border-radius: 8px;
    width: 0;
    transition: 1s linear;
    position: relative;
}

.salary-range-wrapper .skill-main .skill-wrrap .skill-per:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 2px solid var(--headingColor);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* InnerPage Contact Us end */
/* get a free */

/* Form Start */

.form-control:disabled,
.form-control:read-only {
    background-color: #ffffff;
}

.input-group-text {
    background-color: #ffffff;
    border-left: 0;
}

.order-form .input-group {
    position: relative;
}

.order-form .input-group>.form-control,
.order-form .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-color: #bdbdbd;
    color: #909091;
    font-family: 'Montserrat';
    border-radius: 5px;
    font-weight: 500;
    padding: 17px;
    margin-bottom: 0;
}

.order-form .form-select {
    background-image: url(../images/arrow-icon.png);
    background-size: unset;
}

.input-group-text.plane {
    align-items: start;
}

.order-form textarea.form-control {
    resize: none;
}

.submit-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


form.order-form :is(input,
    select,
    textarea) {
    border: 1px solid #000;
    border-radius: 5px;
}

form.order-form ::placeholder {
    color: #909091;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border: 1px solid #b3b3b3;
    border-radius: 0px 10px 10px 0px;
    padding: 14px;
}

.contact1 input::placeholder {
    color: #909091;
}

section.work-together.bg-effect:before {
    background-position: bottom;
}

.work-together {
    margin-bottom: 100px;
    margin-top: 100px;
}

.order-form .input-group i {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
    display: flex;
    border: none !important;
    align-items: center;
    justify-content: center;
}

.order-form .input-group i::after {
    width: 10px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
    content: '';
    height: 58px;
    width: 26px;
    position: absolute;
    right: 50px;
    rotate: 180deg;
    top: -2px !important;
    background-size: 10px 54px;
}

section.main_slider.inner-banner .banner_text h1 span {
    font-size: 65px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Uni-Sans-Thin';
    display: block;
}

section.work-together.bg-effect .section-heading h2 {
    font-family: 'Uni-Sans-Thin';
    margin-bottom: 10px;
}

/* get a free */
/*section.technologies-inn start*/
.tech-txt {
    text-align: center;
}

section.technologies-inn {
    padding: 100px 0px;
}

.tech-txt h2 {
    font-family: 'Uni-Sans-Thin';
}

.tech-txt p {
    margin: 0 auto;
    width: 70%;
}

/*section.technologies-inn end*/
section.technologies-inn.det .product-box-img {
    height: 500px;
    width: 100%;
}

section.technologies-inn.det .product-box {
    background-color: unset;
    padding: unset;
    display: block;
    text-align: left;
}

section.technologies-inn.det .product-box h4 {
    font-size: 65px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 10px;
}

section.technologies-inn.det .product-box::before {
    top: -19px;
    right: -21px;
    width: 32%;
    left: auto;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}






/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/