@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

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

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

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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);
}


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

h1 {
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

/*header css start */

.menuSec {
    background: #fff;
    padding: 20px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: end;
    gap: 20px;
}

.menuSec ul li {
    position: relative;
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: flex;
    text-decoration: none;
    color: #000;
    padding: 10px 10px;
    font-size: 18px;
    align-items: center;
    gap: 10px;
}

/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}*/

.menuSec ul li:last-child a {
}
.head_tbn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

ul#menu img {
    filter: invert(1);
    width: 20px;
}

a.wht_btn img {
    border-radius: 50%;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.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: #f4ba40;
}

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

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}
.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    position: relative;
    background: #F9BC33;
    font-size: 18px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.banner_main {
    /*  background: url(../images/Video.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #f7f6f6;
    padding: 100px 0;
}

section.banner_main:before {
    position: absolute;
    /* background: #000000b0; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}

.banner_main .text-wrp h2 span img {
    position: absolute;
    bottom: -15px;
    left: 0;
    filter: brightness(0) saturate(100%) invert(84%) sepia(61%) saturate(3029%) hue-rotate(328deg) brightness(105%) contrast(91%);
}

.slick-active {
    opacity: 1;
}

section.company-logo-wrap {
    background: #fff;
    padding: 20px 0;
}

.company-logo-slider img {
    width: 160px;
}
.banner_main .text-wrp h6{
    font-size: 18px;
    color: #fff;
}
.banner_main .text-wrp h2{
    font-size: 70px;
    font-weight: 600;
    color: #000;
}
.banner_main .text-wrp h2 span{
    position: relative;
    color: #f4ba40;
    display: block;
}
.banner_main .text-wrp h2 span:before{
    /* content: "Breakers"; */
    /* position: absolute; */
    /* color: #f4ba40; */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #f4ba40; */
    /* bottom: 3px; */
    /* right: 12px; */
    /* z-index: -1; */
    /* font-size: 56px; */
}
.banner_main .text-wrp p{
    line-height: 1.8;
    margin-bottom: 0;
}
.banner_main .text-wrp a{
}

.banner_main .form_wrpr{
    background: #F9BC33;
    width: 75%;
    margin: 0 0 0 110px;
    padding: 35px;
    border-radius: 15px;
}
.banner_main .form_wrpr h4{
    width: 90%;
    text-align: center;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
}
.banner_main .form_wrpr .grp{
    width: 100%;
    margin: 0 0 12px 0;
}
.banner_main .form_wrpr .grp input{
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 12px;
    height: 50px;
    padding: 10px;
    color: #fff;
}
.banner_main .form_wrpr .grp textarea{
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 12px;
    height: 120px;
    padding: 10px;
    color: #fff;
}
.banner_main .form_wrpr .grp button{
    width: 100%;
    border: 0;
    padding: 12px 0;
    border-radius: 13px;
    font-weight: 500;
    color: #F9BC33;
    margin: 15px 0 0 0;
    background: #fff;
}


.buttonn{
    padding: 15px 50px;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    position: relative;
    background: transparent;
    font-size: 18px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #F9BC33;
    }



.buttonn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background: #f4ba40;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgb(0 0 0 / 27%);
    box-shadow: 4px 8px 19px -3px rgb(0 0 0 / 27%);
    transition: all 250ms;
}


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


.buttonn:hover {
    color: #fff;
}

.banner_main .form_wrpr .grp input::placeholder{color: #fff;}
.banner_main .form_wrpr .grp textarea::placeholder{color: #fff;}
a.buttonn.popup_open {
    border-radius: 50px;
}

a.buttonn.popup_open {
    background: #F9BC33;
    margin-right: 10px;
}
a.buttonn.popup_open:hover {
    color: #fff;
}
a.buttonn.green-btn {
    background: #000;
    border-color: #000;
    border-radius: 50px;
}
.floatbutton.active{right: 0;z-index: 9;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floatbutton{-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;position: fixed;right: -370px;top: 18%;font-size: 0;width: 420px;/* transform: translateY(-50%); */z-index: 999;}
.floatbutton .clickbutton{width: 50px;z-index: 999;height: 60px;cursor: pointer;box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);border-radius: 10px 0px 0px 10px;display: inline-block;padding-top: 0;vertical-align: top;margin-top: 125px;color: #f4ba40;font-size: 16px;font-weight: 700;background: #f4ba40;position: relative;text-transform: uppercase;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */ /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 fallback on horizontal gradient */}
.floatbutton .clickbutton .crossplus:before{content: ""; display:none;position: absolute;width: 20px;height: 2px;right: 0;background: #fbb334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus:after{content: ""; display:none;position: absolute;width: 2px;height: 20px;right: 0;background: #fab334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus{position: absolute;display: block;/* transform: rotate(-90deg); */-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;left: 0;text-transform: capitalize;white-space: pre;bottom: 0;padding: 15px 20px;}
.floatbutton .clickbutton .crossplus.rotate{transform: rotate(45deg);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floatbutton .clickbutton .crossplus i {font-size: 18px;color: #fff;margin: 0 0 0 -5px;}
.banner-form{background: #fff;padding: 30px;position: relative;z-index: 99999 !important;border-radius: 5px;margin: 0;width: 370px;display: inline-block;box-shadow: 0px 0px 30px #0000001f;}
.ban-form input{width: 100%;margin: 0 0 0 0;border: 1px solid #e5e5e5;background: white;padding: 10px 15px;color: gray;font-size: 14px;border-radius: 3px;height: 50px;font-weight: 400;outline: none !important;margin: 0 0 15px 0;}
.banner-form .intl-tel-input{width: 100%;}
.banner-form h3 {color: #f4ba40;font-size: 24px;margin-bottom: 5px;font-weight: 700;}
.banner-form h3 strong {font: 24px/24px "Poppins", sans-serif;font-weight: 600;}
.ban-form input[type="submit"]{color: #fff;font-weight: 600;border-radius: 3px;text-align: center;padding: 10px 15px;margin: 20px 0 0;border: transparent;cursor: pointer;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */ /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 fallback on horizontal gradient */background: #f4ba40;}
.ban-form textarea{width: 100%;border: 1px solid #e5e5e5;background: white;padding: 10px 15px;color: gray;font-size: 14px;border-radius: 3px;box-shadow: 0px 5px 11px 0px rgba(207, 207, 207, 0.39);font-weight: 400;height: 120px;outline: none !important;margin: 15px 0 0px 0;resize: none;}
.btns_wrap{position:fixed;right: -6px;}
.btns_wrap a:hover{text-decoration: none!important;right: 0px;}
.btns_wrap .call_wrap{width: 280px;position: absolute;right: -225px;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */ /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 fallback on horizontal gradient */top: 63px;background: #ffffff;border-radius: 10px 0px 0px 10px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;z-index: 9999;}
.btns_wrap .call_wrap span{color: #4f4f4f;font-size: 20px;vertical-align: middle;/* background: #000; */padding: 15px 20px 15px 15px;}
.btns_wrap .chat_wrap{display: block;position: absolute;right: -225px;width: 280px;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */ /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 fallback on horizontal gradient */background: #ffffff;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;border-radius: 10px 0px 0px 10px;z-index: 9999;}
.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo{color: #fff;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */ /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C,;background:;;eTransform.Microsoft.gradient( startColorstr='#2a3db6', endColorstr='#1169cd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */font-size: 18px;padding: 15px 20px;background: #000;border-radius: 10px 0px 0px 10px;border-right: 1px solid #ded9d9;vertical-align: middle;display: inline-block;}
.btns_wrap .chat_wrap span{color: #4f4f4f;font-size: 18px;vertical-align: middle;/* background: #000; */padding: 15px 30px 15px 15px;}
.ban-form .fldset.inpchecbx label{display: inline-block;margin: 0;line-height: 1.4;color: #676767;font-size: 13px;}
.ban-form .fldset.inpchecbx input{display: inline-block;width: auto;height: auto;margin: 0;}
.fldset.inpchecbx {margin: 10px 0 0 0;}
.fldset p{font-size: 13px;color: #676767;padding: 0;margin: 10px 0 0 0;}
.fldset p a{display: block; padding: 5px 0px 0 0; color: #141315; font-weight: 500; font-size: 14px; }


.all-section {
    padding: 100px 0;
}

.software-main-text h2 {
    font-size: 65px;
    font-weight: 600;
}

.software-main-text h2 span {
    color: #f4ba40;
}

.software-main-text {
    margin-bottom: 40px;
}

.software-box {
    background: #000;
    border-radius: 40px;
    padding: 40px 25px;
    transition: 0.5s;
    margin-bottom: 30px;
    height: 415px;
}

.software-box span.line {
    display: block;
    width: 10%;
    height: 1px;
    background: #fff;
}

.software-box h3 {
    color: #fff;
    margin-top: 50px;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.7;
}

.software-box p {
    color: #fff;
    font-size: 14px;
    height: 100px;
}
.software-box a {
    background: #f4ba40;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-top: 50px;
}

.software-box a i {
    transform: rotate(-25deg);
}
.softeare-btn.text-end {
    display: flex;
    justify-content: end;
}
.software-box:hover {
    background: #f4ba40;
}

.software-box:hover a {
    background: #000;
}


section.the-world-wrap .container > .row {
    background: #f4ba40;
    border-radius: 40px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.the-world-text h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
}

.the-world-text h2 {
    color: #fff;
    font-size: 57px;
    margin-bottom: 15px;
    line-height: 72px;
    font-weight: 600;
}

.the-world-text p {
    color: #fff;
    margin-bottom: 20px;
    width: 95%;
}

.the-world-text a.buttonn.popup_open {
    background: #fff;
    color: #f0b84a;
    border-color: #fff;
}
.the-world-num h3 {
    font-size: 44px;
    color: #fff;
}
.the-world-num h3 {
    font-size: 38px;
    color: #fff;
}
.the-world-counter .col-lg-4 {
    padding: 0;
}
.the-world-num p {
    font-size: 20px;
    color: #fff;
}
section.the-world-wrap lottie-player {
    mix-blend-mode: luminosity;
    opacity: 0.22;
    position: absolute;
    top: -260px;
    right: -530px;
    z-index: -1;
}

.about-text-box {
    box-shadow: 16px 22px 120px #2323231A;
    background: #fff;
    padding: 25px 29px;
    margin-bottom: 20px;
    border-radius: 42px;
}

.about-text-box img {
    width: 70px;
    margin-bottom: 10px;
}

.about-text-box h4 {font-weight: 600;margin-bottom: 10px;}

section.best-custom-wrap .row {
    background: #f4ba40;
    border-radius: 70px;
    padding: 50px 40px 0;
    position: relative;
    z-index: 1;
}
.about-main-img {
    position: relative;
}

img.about-main-logo {
    position: absolute;
    bottom: 130px;
    left: -60px;
    transform: rotate(90deg);
    width: 260px;
}
.discover-more a {
    background: #f4ba40;
    position: absolute;
    display: block;
    border-radius: 30px;
    padding: 59px 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 32%;
    font-weight: 300;
    top: 0;
    right: 0;
}

.discover-more img {
    width: 40px;
    object-fit: contain;
    mix-blend-mode: screen;
    opacity: 0.45;
    margin-top: -30px;
    position: absolute;
    right: 30px;
}

.discover-more a i {
    display: block;
    margin-top: 20px;
}
.best-custom-img {
    margin-top: 0;
}

section.best-custom-wrap {
    margin-top: 40px;
}
.best-custom-text * {
    color: #fff;
}

.best-custom-text h4 {
    margin-bottom: 10px;
}

.best-custom-text h2 {
    margin-bottom: 10px;
}
section.best-custom-wrap .row > img {
    position: absolute;
    top: 0;
    right: -14px;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 70px;
}
.best-custom-text p {
    margin-bottom: 20px;
}
.best-custom-text a.buttonn.popup_open {
    background: #fff;
    color: #f0b84a;
    border-color: #fff;
}
.the-world-counter {
    position: relative;
    z-index: 1;
    padding: 70px 0;
}

.the-world-counter:before {
    content: '';
    position: absolute;
    top: 0;
    right: -70px;
    height: 100%;
    width: 120%;
    background: #e7a4178f;
    z-index: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.the-world-num {
    position: relative;
}

.the-world-text a.buttonn.green-btn {
    border-color: #fff;
}
a.buttonn.popup_open:before {
    background: #000;
}
.We-drive-box {
    position: relative;
    padding: 60px 30px;
    height: 400px;
    margin-bottom: 20px;
    border-radius: 72px;
    z-index: 1;
    /* mix-blend-mode: luminosity; */
    background-size: cover;
}
.We-drive-box ul li img {
    width: 80px;
}

.We-drive-box.We-drive-box1 p {
    width: 100%;
}

.We-drive-box.We-drive-box1 ul li a {
    background: #000;
}
.We-drive-box > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 74px;
    mix-blend-mode: luminosity;
    object-fit: cover;
}
.software-main-btn a.buttonn.green-btn i {
    background: #fff;
    color: #30a337;
    width: 50px;
    height: 50px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.software-main-btn a.buttonn.green-btn {
    padding: 15px 36px 15px 30px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.We-drive-box h4 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 20px;
}
section.We-drive-wrap .container {
    background: #fff;
    padding: 30px 20px;
    border-radius: 30px;
}

/* .We-drive-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(91deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    border-radius: 72px;
} */
.We-drive-box p {
    color: #fff;
    width: 70%;
    font-size: 14px;
}

.We-drive-box ul li a {
    background: #f0b84a;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.We-drive-box ul li a i {
    transform: rotate(-25deg);
}
.We-drive-box.We-drive-box1 {
    background: #f0b84a;
    border-radius: 70px;
}

.We-drive-box ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.software-requirement-box {
    width: 55%;
    background: #f4ba40 0% 0% no-repeat padding-box;
    border: 5px solid #FFFFFF;
    border-radius: 73px;
    padding: 100px 50px;
    margin-right: 30px;
}
.We-drive-box.We-drive-box1:before {
    display: none;
}
.We-drive-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 72px;
    z-index: -1;
    background: transparent linear-gradient(91deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}
.software-requirement-box h2 {
    color: #fff;
    margin-bottom: 20px;
}

.software-requirement-box p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
}

section.software-requirement .row .col-lg-12 {
    justify-content: end;
    display: flex;
}
section.software-requirement .row {
    position: relative;
    padding: 100px 0;
}
section.software-requirement {
    position: relative;
    margin-top: 50px;
}

section.software-requirement .row > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
    right: 0;
}
.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 10px;
    left: 40px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 1px 0;
}
.whatsapp img {
    border-radius: 50px;
}

/* Footer  */
.row.foter-botom {
    align-items: center;
}
footer {
    margin: 50px 0;
}

.opcty h3 {
    opacity: 25%;
}

.footer-shap {
    position: relative;
    z-index: 5;
    background: #ffffff;
    padding: 40px 0 0;
    border-radius: 40px;
}

.footer-head h5 {
    color: #FFFFFF;
    font: normal normal normal 30px/46px Poppins;
    margin-left: 30px;
}

.footer-logo {
    background: #ffffff;
    padding: 25px;
    border-top-right-radius: 50px;
    position: relative;
    z-index: 1;
}

ul.foter-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 30px;
    background: #000;
    border: 3px solid #fff;
    padding: 20px 30px;
    border-radius: 50px;
}

ul.foter-list a {
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 18px;
}

.footer-slider-1 {
    margin: 20px 0 0;
    position: relative;
    z-index: 17;
}

.foter-slid h3 {
    text-align: center;
    font: normal normal normal 84px/120px Poppins;
    letter-spacing: -0.3px;
    color: #F7F6F6;
    text-transform: uppercase;
}

.footer-shap .slick-slide {
    margin: 0;
    opacity: 1;
}

.footer-slider-1 {
    color: #000;
}

.footer-slider-2 {
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

.footer-shap::before {
    position: absolute;
    content: '';
    width: 59.5%;
    height: 30%;
    background: #f4ba40;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 40px;
    z-index: -1;
    border-bottom-right-radius: 40px;
}

.footer-shap::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 85.5%;
    background: #f4ba40;
    top: 0;
    right: 0;
    border-radius: 40px;
    border-bottom-right-radius: 0;
    z-index: -1;
}

.footer-logo:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: #f4ba40;
    top: -100px;
    left: 0;
    border-bottom-left-radius: 40px;
    z-index: -1;
}

.footer-logo:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    left: 0;
    top: -100px;
    background: #ffffff;
    z-index: -2;
}


/* Footer  */


/* Testimonial */

.testi_sec {
    padding: 100px 0 0;
    position: relative;
}

.testi_sec .test_1 {
    display: block;
    margin: 0 0 60px 0;
    width: 40%;
    position: relative;
}

.testi_sec .test_1 img {}

.testi_sec .test_3 {
    display: block;
    padding: 30px 0 100px 0;
    width: 40%;
    margin: 0 auto;
    position: relative;
}

.testi_sec .test_3 img {}

.testi_sec .test_2 {
    display: block;
    margin: 0 0 60px 0;
    position: relative;
    width: 40%;
}

.testi_sec .test_2 img {}

.testi_sec .test_2 .address-block {
    border: 2px solid #2c2b2b;
    padding: 20px;
    position: absolute !important;
    top: 50px;
    right: -450px;
    width: 400px;
    display: block;
    transform: scale(0);
    transition: .5s all;
    background: #000;
}

.testi_sec .test_2 .address-block h6 {
    font-size: 20px;
    font-weight: 700;
    color: #f4ba40;
}

.testi_sec .test_2 .address-block p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.testi_sec .test_2:hover .address-block {
    display: block;
    position: relative;
    transform: scale(1);
}

.testi_sec .test_2:hover img {
    border-radius: 105px;
    outline-style: inset;
    outline-color: #f4ba40;
}

.testi_sec .test_4 {
    display: inline-block;
    width: 32%;
    margin: 60px 0 0 0;
    position: relative;
}

.testi_sec .test_4 img {}

.testi_sec .test_5 {
    display: inline-block;
    width: 32%;
    margin: 0 4px;
    vertical-align: top;
    position: relative;
}

.testi_sec .test_5 img {}

.testi_sec .test_6 {
    display: inline-block;
    width: 32%;
    margin: 60px 0 0 0;
    position: relative;
}

.testi_sec .test_6 img {}

.testi_sec .mid_box {
    display: block;
    text-align: center;
    margin: 85px 0;
}

.testi_sec .mid_box h4 {
    color: #f4ba40;
    font-size: 42px;
}

.testi_sec .mid_box p {
    font-size: 20px;
    letter-spacing: 0px;
    color: #AFAFAF;
}

.testi_sec .test_7 {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 40%;
}

.testi_sec .test_7 img {}

.testi_sec .test_8 {
    display: inline-block;
    width: 40%;
    position: relative;
}

.testi_sec .test_8 img {
    position: absolute;
    top: -110px;
    right: -390px;
    width: 150px;
}

.testi_sec .test_7 .address-block-2 {
    border: 2px solid #2c2b2b;
    padding: 20px;
    position: absolute !important;
    top: 120px;
    right: -100px;
    width: 400px;
    display: block;
    transform: scale(0);
    transition: .5s all;
    background: #000;
}

.testi_sec .test_7 .address-block-2 h6 {
    font-size: 20px;
    font-weight: 700;
    color: #f4ba40;
}

.testi_sec .test_7 .address-block-2 p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.testi_sec .test_7:hover .address-block-2 {
    display: block;
    position: relative;
    transform: scale(1);
}

.testi_sec .test_7:hover img {
    border-radius: 105px 0 0 0;
    outline-style: inset;
    outline-color: #f4ba40;
}

.testi_sec .test_8 {}

.testi_sec .test_8 img {}

.testi_sec .test_9 {
    display: block;
    margin: 0 0 0px 70px;
    width: 40%;
    position: relative;
}

.testi_sec .test_9 img {}

.testi_sec .test_10 {
    display: block;
    margin: 0 0 0px 250px;
    width: 40%;
    position: relative;
}

.testi_sec .test_10 img {
    filter: grayscale(1);
}

.testi_sec .test_11 {
    display: block;
    margin: -30px 0 0px 70px;
    width: 40%;
    position: relative;
}

.testi_sec .test_11 img {}

.testi_sec .test_9 .address-blockk {
    border: 2px solid #2c2b2b;
    padding: 20px;
    position: absolute !important;
    top: 90px;
    right: 90px;
    width: 400px;
    display: block;
    transform: scale(0);
    transition: .5s all;
    background: #000;
}

.testi_sec .test_9 .address-blockk h6 {
    font-size: 20px;
    font-weight: 700;
    color: #f4ba40;
}

.testi_sec .test_9 .address-blockk p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.testi_sec .test_9:hover .address-blockk {
    display: block;
    position: relative;
    transform: scale(1);
}

.testi_sec .test_9:hover img {
    border-radius: 50%;
    outline-style: inset;
    outline-color: #f4ba40;
}

.testi_sec:before {
    position: absolute;
}

.testi_sec .test_1 .address-block {
    border: 2px solid #2c2b2b;
    padding: 20px;
    position: absolute !important;
    top: 0;
    right: -420px;
    width: 400px;
    display: block;
    transform: scale(0);
    transition: .5s all;
    background: #000;
}

.testi_sec .test_1 .address-block h6 {
    font-size: 20px;
    font-weight: 700;
    color: #f4ba40;
}

.testi_sec .test_1 .address-block p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.testi_sec .test_1:hover .address-block {
    display: block;
    position: relative;
    transform: scale(1);
    z-index: 1;
}

.testi_sec .test_1:hover img {
    border-radius: 105px 0 0 0;
    outline-style: inset;
    outline-color: #f4ba40;
}

.testi_sec .test_3 .address-block {
    border: 2px solid #2c2b2b;
    padding: 20px;
    position: absolute !important;
    top: 0;
    right: -420px;
    width: 400px;
    display: block;
    transform: scale(0);
    transition: .5s all;
    background: #000;
}

.testi_sec .test_3 .address-block h6 {
    font-size: 20px;
    font-weight: 700;
    color: #f4ba40;
}

.testi_sec .test_3 .address-block p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.testi_sec .test_3:hover .address-block {
    display: block;
    position: relative;
    transform: scale(1);
    z-index: 1;
}

.testi_sec .test_3:hover img {
    border-radius: 135px 0 130px 130px;
    outline-style: inset;
    outline-color: #f4ba40;
}

.testi_sec .test_4 .address-block {
    border: 2px solid #2c2b2b;
    padding: 20px;
    position: absolute !important;
    top: 0;
    right: -420px;
    width: 400px;
    display: block;
    transform: scale(0);
    transition: .5s all;
    background: #000;
}

.testi_sec .test_4 .address-block h6 {
    font-size: 20px;
    font-weight: 700;
    color: #f4ba40;
}

.testi_sec .test_4 .address-block p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.testi_sec .test_4:hover .address-block {
    display: block;
    position: relative;
    transform: scale(1);
    z-index: 1;
}

.testi_sec .test_4:hover img {
    border-radius: 105px 0 0 115px;
    outline-style: inset;
    outline-color: #f4ba40;
}

.testi_sec .test_5 .address-block {
    border: 2px solid #2c2b2b;
    padding: 20px;
    position: absolute !important;
    top: 0;
    right: -420px;
    width: 400px;
    display: block;
    transform: scale(0);
    transition: .5s all;
    background: #000;
}

.testi_sec .test_5 .address-block h6 {
    font-size: 20px;
    font-weight: 700;
    color: #f4ba40;
}

.testi_sec .test_5 .address-block p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.testi_sec .test_5:hover .address-block {
    display: block;
    position: relative;
    transform: scale(1);
    z-index: 1;
}

.testi_sec .test_5:hover img {
    border-radius: 100px;
    outline-style: inset;
    outline-color: #f4ba40;
}

.testi_sec .test_6 .address-block {
    border: 2px solid #2c2b2b;
    padding: 20px;
    position: absolute !important;
    top: 0;
    right: -420px;
    width: 400px;
    display: block;
    transform: scale(0);
    transition: .5s all;
    background: #000;
}

.testi_sec .test_6 .address-block h6 {
    font-size: 20px;
    font-weight: 700;
    color: #f4ba40;
}

.testi_sec .test_6 .address-block p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.testi_sec .test_6:hover .address-block {
    display: block;
    position: relative;
    transform: scale(1);
    z-index: 1;
}

.testi_sec .test_6:hover img {
    border-radius: 0px 0 105px 0;
    outline-style: inset;
    outline-color: #f4ba40;
}

.testi_sec .test_8 .address-block {
    border: 2px solid #2c2b2b;
    padding: 20px;
    position: absolute !important;
    top: -30px;
    right: -420px;
    width: 400px;
    display: block;
    transform: scale(0);
    transition: .5s all;
    background: #000;
}

.testi_sec .test_8 .address-block h6 {
    font-size: 20px;
    font-weight: 700;
    color: #f4ba40;
}

.testi_sec .test_8 .address-block p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.testi_sec .test_8:hover .address-block {
    display: block;
    position: relative;
    transform: scale(1);
    z-index: 1;
}

.testi_sec .test_8:hover img {
    border-radius: 100px;
    outline-style: inset;
    outline-color: #f4ba40;
}

.testi_sec .test_10 .address-block {
    border: 2px solid #2c2b2b;
    padding: 20px;
    position: absolute !important;
    top: -30px;
    right: 200px;
    width: 400px;
    display: block;
    transform: scale(0);
    transition: .5s all;
    background: #000;
}

.testi_sec .test_10 .address-block h6 {
    font-size: 20px;
    font-weight: 700;
    color: #f4ba40;
}

.testi_sec .test_10 .address-block p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.testi_sec .test_10:hover .address-block {
    display: block;
    position: relative;
    transform: scale(1);
    z-index: 1;
}

.testi_sec .test_10:hover img {
    border-radius: 100px;
    outline-style: inset;
    outline-color: #f4ba40;
    filter: grayscale(0);
}

.testi_sec .test_11 .address-block {
    border: 2px solid #2c2b2b;
    padding: 20px;
    position: absolute !important;
    top: -30px;
    right: 200px;
    width: 400px;
    display: block;
    transform: scale(0);
    transition: .5s all;
    background: #000;
}

.testi_sec .test_11 .address-block h6 {
    font-size: 20px;
    font-weight: 700;
    color: #f4ba40;
}

.testi_sec .test_11 .address-block p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.testi_sec .test_11:hover .address-block {
    display: block;
    position: relative;
    transform: scale(1);
    z-index: 1;
}

.testi_sec .test_11:hover img {
    border-radius: 100px 0 0 300px;
    outline-style: inset;
    outline-color: #f4ba40;
}

section.testi_sec:after {
    position: absolute;
}
html {
    overflow-x: hidden;
}

/* Testimonial */

 .modal-content {
      border-radius: 20px;
      /* overflow: hidden; */
      border: none;
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

    .modal-header {
      /* background: #f4ba40; */
      color: white;
      border-bottom: none;
    }

    .modal-header .btn-close {
      /* filter: invert(1); */
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: #fff;
      border: 5px solid #f4ba40;
      border-radius: 50%;
      z-index: 9;
      opacity: 1;
    }

    .modal-body {
      padding: 0;
    }

    .modal-body .row {
      margin: 0;
    }

    .modal-img {
      background-size: cover;
      background-position: center;
      min-height: 100%;
    }

    .form-side {
      padding: 0 30px 20px;
      background-color: #fff;
      border-radius: 20px !important;
    }

    .modal-dialog-centered.modal-xl .form-get-quote h4 {
      color: #f4ba40;
      font-weight: 700;
      margin-bottom: 25px;
      border-left: 3px solid;
      padding-left: 20px;
      font-size: 40px;
    }
.modal-xl {
    max-width: 550px;
}

    .modal-dialog-centered.modal-xl .form-get-quote .grp {
      margin-bottom: 20px;
    }

    .modal-dialog-centered.modal-xl input,
    .modal-dialog-centered.modal-xl textarea {
      width: 100%;
      padding: 14px 18px;
      border: 1px solid #ccc;
      border-radius: 10px;
      font-size: 15px;
      background-color: #f9f9f9;
      transition: all 0.3s ease;
    }

   .modal-dialog-centered.modal-xl input:focus,
   .modal-dialog-centered.modal-xl textarea:focus {
      border-color: #f4ba40;
      box-shadow: 0 0 0 4px rgba(88, 49, 201, 0.15);
      background-color: #fff;
      outline: none;
    }

    .modal-dialog-centered.modal-xl textarea {
      resize: none;
      min-height: 100px;
    }

   .modal-dialog-centered.modal-xl button[type="submit"] {
      background: #f4ba40;
      color: white;
      padding: 12px 30px;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
      width: 100%;
      font-weight: 600;
    }

    .modal-dialog-centered.modal-xl button[type="submit"]:hover {
      background: linear-gradient(135deg, #f0b84a, #f0b84a);
      /* box-shadow: 0 6px 18px rgba(88, 49, 201, 0.3); */
    }

    @media (max-width: 768px) {
      .modal-img {
        height: 200px;
      }
    }
div#quoteModal {
    background: #0c0a14db;
}
.slick-slide {
    opacity: 1;
}
.softeare-btn lottie-player {
    mix-blend-mode: luminosity;
    transform: rotate(-130deg);
}
.We-drive-box lottie-player {
    mix-blend-mode: luminosity;
    transform: rotate(-130deg);
}
header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.5s;
}


.best-custom-img img {
    width: 85%;
}