@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Saprona';
    src: url('../fonts/Saprona-Regular.ttf') format('TrueType'),
        url('../fonts/Saprona-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('TrueType'),
        url('../fonts/Poppins-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf') format('TrueType'),
        url('../fonts/Raleway-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Saprona';
}

p {
    font-family: 'Poppins';
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none !important;
}

.bubbles_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 6%;
    top: 45%;
    background: #ffb739
}

.x2 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    background: #fc4fdd
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    background: #5ed5cb
}

.x4 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: #3de4a3
}

.x5 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    background: #fc4fb1
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    background: #2c4aff
}

.x7 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    background: #ffb739
}

.x8 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #8f3de4
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    background: #fff339
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #fc4f4f
}

.x12 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 9%;
    top: 12%;
    background: #fc4f4f
}

.x14 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    right: 9%;
    top: 9%;
    background: #fc4f4f
}

.x15 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #fc4f4f
}

.x16 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    right: 15%;
    top: 17%;
    background: #fc4f4f
}

.x17 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 2%;
    top: 2%;
    background: #fc4f4f
}

.x18 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 60%;
    top: 80%;
    background: #fc4f4f
}

.x19 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    right: 10%;
    top: 20%;
    background: #fc4f4f
}

.x20 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 1%;
    top: 2%;
    background: #fc4f4f
}

.x11 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 20%;
    background: #fc4f4f
}

.x11 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 20%;
    background: #fc4f4f
}

.bubble {
    border-radius: 50%;
    box-shadow: none;
    height: 5px;
    position: absolute;
    width: 5px
}

section.header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

.container.hdr-dks {
    display: block;
}

.navbar-brand {
    width: 24%;
}

.headerlogo img {
    width: 100%;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.header .navbar .navbar-nav {
    display: flex;
    justify-content: center;
}

.header .navbar .navbar-nav .nav-item a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    transition: .3s;

}

.drop-menu-box {
    display: flex;
    width: 100%;
    padding: 8px;
}

.serv-menu {
    width: 100%;
    display: flex;
}

ul.navbar-nav li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}

.serv-menu a {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 6px;
    background: #fff;
    box-shadow: 1px 1px 5px #0000002e;
    border-radius: 8px;
    transition: .5s;
    padding: 8px;
}

.serv-menu-ico i {
    font-size: 35px;
    padding: 15px 12px;
    color: #fff;
    background: #E45531;
    box-shadow: 1px 1px 5px #00000021;
    border-radius: 12px;
    margin-left: 10px;
}

.serv-menu-txt {
    padding-left: 10px;
    padding-top: 12px;
}

.serv-menu-txt h2 {
    font-size: 14px;
    font-family: 'Saprona';
    font-weight: 500;
    color: #E45531;
}

.serv-menu-txt p {
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #000;
}

.container.mob-hdr {
    display: none;
}

.cta-btn {
    display: flex;
    gap: 0 54px;
}

.link_wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.get-btn {
    display: block;
    width: 130px;
    height: auto;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0;
    border: 3px solid transparent !important;
    transition: all .35s;
    border-radius: 11px;
    font-weight: 500;
    background: #E45531;
}

.cta-btn .icon {
    width: 40px;
    height: 40px;
    border: 3px solid transparent;
    position: absolute;
    transform: rotate(45deg);
    right: 0;
    top: 0;
    z-index: -1;
    transition: all .35s;
    position: relative;
    margin-left: -80px;
}

.cta-btn.bnr-btn svg {
    fill: #E45531 !important;
}

.cta-btn .icon svg {
    width: 28px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    transform: rotate(-45deg);
    fill: #ffffff;
    transition: all .35s;
}

.tel-btn {
    display: block;
    width: 130px;
    height: auto;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    text-decoration: none;
    background: #E45531;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: 3px solid #E45531;
    transition: all .35s;
    border-radius: 11px;
}

.icon.phone-icon-st {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.cta-btn.bnr-btn i {
    color: #E45531 !important;
}

.icon.phone-icon-st i {
    font-size: 22px;
    color: #fff;
    transform: rotate(-45deg);
}

.cta-btn.bnr-btn .get-btn:hover+.icon {
    background: #000000;
    margin-left: -50px;
}

.get-btn:hover+.icon {
    border: 3px solid #c4101e00;
    right: -35%;
    background: #E45531;
    margin-left: -50px;
}

.cta-btn.bnr-btn a:hover {
    border-color: #000000 !important;
    background: #fff;
}

.get-btn:hover {
    width: 130px;
    border: 3px solid #000000 !important;
    background: transparent;
    color: #E45531;
}

.tel-btn:hover {
    width: 130px;
    border: 3px solid #E45531;
    background: transparent;
    color: #E45531;
}

.bnr-btn .tel-btn:hover+.icon {
    background: #000000;
}

.tel-btn:hover+.icon {
    border: 3px solid #c4101e00;
    right: -35%;
    background: #E45531;
    margin-left: -50px;
}

.popup .get-btn:hover {
    width: 170px;
    border: 3px solid #E45531 !important;
    background: #212529;
    color: #E45531;
}

.popup .get-btn:hover+.icon {
    border: 3px solid #212529;
    right: -35%;
    background: #212529;
    margin-left: -50px;
}

.popup .cta-btn .icon svg {
    width: 28px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    transform: rotate(-45deg);
    fill: #E45531 !important;
    transition: all .35s;
}

.hdr-btm .cta-btn.bnr-btn .get-btn:hover+.icon {
    background: #212121;
    margin-left: -50px;
}

.hdr-btm .get-btn:hover+.icon {
    border: 3px solid #c4101e00;
    right: -35%;
    background: #E45531;
    margin-left: -50px;
}

.hdr-btm .cta-btn.bnr-btn a:hover {
    border-color: #E45531 !important;
    background: #212121;
}

.hdr-btm .get-btn:hover {
    width: 170px;
    border: 3px solid #E45531 !important;
    background: transparent;
    color: #E45531;
}

.hdr-btm .tel-btn:hover {
    width: 170px;
    border: 3px solid #E45531;
    background: transparent;
    color: #E45531;
}

.hdr-btm .bnr-btn .tel-btn:hover+.icon {
    background: #212121;
}

.hdr-btm .tel-btn:hover+.icon {
    border: 3px solid #c4101e00;
    right: -35%;
    background: #E45531;
    margin-left: -50px;
}

.hdr-btm .cta-btn.bnr-btn a:hover {
    border-color: #E45531 !important;
    background: #212121;
}

.hdr-btm .cta-btn.bnr-btn .get-btn:hover+.icon {
    background: #212121;
    margin-left: -50px;
}

.hdr-btm .cta-btn.bnr-btn a:hover {
    border-color: #E45531 !important;
    background: #212121;
}

.hdr-btm .bnr-btn .tel-btn:hover+.icon {
    background: #212121;
}

section.banner {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 46.5%, #E45531 46.5%, #E45531 100%);
    /* padding: 120px 0; */
}

.bnrtxtbox h1 {
    font-size: 68px;
    font-weight: bold;
    font-family: 'Saprona';
    line-height: 76px;
}

.bnrtxtbox p {
    font-size: 35px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 38px;
}

.bookimg div img {
    width: 100%;
}

.bnrtxt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.booksbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxbooksbnr {
    width: 100%;
}

.hdr-form {
    position: relative;
    z-index: 99;
    padding: 120px 30px 70px 30px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hdr-form h3 {
    color: #ffffff;
    margin: 0 0 8px;
    text-align: center;
    font-size: 20px;
    font-family: 'Saprona';
}

.hdr-form input,
.hdr-form select {
    width: 100%;
    border: 1px solid #ffffff;
    padding: 5px 5px;
    margin: 8px 0 0;
    background: transparent;
    color: #fff;
}

.hdr-form select option {
    color: #000000;
}

.serv-looking {
    margin: 25px 0 5px;
}

.serv-looking h4 {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Saprona';
    font-weight: 400;
}

.serv-looking label {
    margin-right: 16px;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 300;
}

.serv-looking input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 14px;
    height: 14px;
    margin: 4px;
}

.hdr-form input::placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 300;
}

.cta-btn input[type="submit"] {
    font-family: 'Saprona';
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    background: #fff;
    color: #000;
    padding: 15px 30px;
    border-radius: 10px;
    transition: .4s;

}

.cta-btn input[type="submit"]:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: .4s;
}

section.logosec {
    padding: 30px 0;
}

.logotxt div img {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.abtimg img {
    width: 600px;
    margin-left: -120px;
}

.abttxtbox h2 {
    font-size: 76px;
    font-family: 'Saprona';
    font-weight: 600;
    line-height: 92px;
    color: #000;
}

.abttxtbox h2 span {
    color: #E45531;
}

.abttxt {
    display: flex;
    align-items: center;
}

.abttxtbox {
    position: relative;
}

.abttxtbox img {
    position: absolute;
    top: -126px;
    right: -70px;
    width: 26%;
}

.abttxtbox p {
    color: #000;
    font-size: 35px;
    font-family: 'Poppins';
    line-height: 50px;
}

section.countersec {
    position: relative;
    padding: 70px 0 15px 0;
}

.countertxt h2 {
    font-size: 60px;
    font-family: 'Saprona';
    font-weight: 600;
    text-align: center;
    color: #000;
}

section.counterboxsec {
    background: #e45531;
    padding: 30px 0px;
}

.countertxts h2 span.counter {
    color: #fff;
    font-size: 76px;
    font-family: 'Raleway';
    font-weight: bold;
}

.countertxts h2 {
    color: #fff;
    font-size: 76px;
    font-family: 'Raleway';
    font-weight: bold;
    text-align: center;
}

.countertxts p {
    color: #fff;
    font-size: 20px;
    font-family: 'Raleway';
    font-weight: 600;
    text-align: center;
}

section.h_sec4.home {
    overflow: visible !important;
}

ul.h_s4left li.box.active {
    background: #e45531;
    color: #fff;
    z-index: 10;
    opacity: 1;
}

ul.h_s4left li.box {
    align-items: center;
    background-color: #EFEFEF;
    border-radius: 10px;
    display: flex;
    gap: 5px;
    height: 130px;
    margin: 37px 0 42px !important;
    padding: 10px 0px;
    position: relative;
    transition: 0.7s;
    width: 400px;
    z-index: 1;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    justify-content: space-between;
}

ul.h_s4left li.box.active img {
    filter: none;
}

ul.h_s4left li.box h4 {
    font-weight: 600;
    isolation: isolate;
    position: relative;
    z-index: 131;
    font-size: 24px;
    font-family: 'Saprona';
    padding-right: 22px;
}

ul.h_s4left li.box h5 {
    color: #e45531;
    font-size: 140px;
    font-weight: 900;
    z-index: 0;
    font-family: 'Saprona';
}

ul.h_s4left li.box.active h5 {
    color: #fff;
}

ul.h_s4left li.box img {
    filter: invert(1) brightness(0);
}

.h_s4mid.active {
    opacity: 1;
    transform: translateY(0);
    display: flex;
}

.h_s4mid {
    align-items: center;
    background: url(../img/Services.webp) no-repeat 50% / cover;
    border-radius: 12px;
    display: flex;
    display: none;
    position: -webkit-sticky;
    position: sticky;
    padding: 29px 0 25px;
    top: 30px;
}

.h_s4mid {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    will-change: opacity, transform;
    display: none;
}

.h_s4mid .inner_one {
    color: #fff;
    padding: 0 0 0 130px;
}

.h_s4mid .inner_one h4 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 12px;
    font-family: 'Saprona';
}

.tech_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10px;
    justify-content: center;
    margin: 40px 0 0;
    text-align: center;
}

.tech_ul li {
    width: 30%;
}

.tech_ul li p {
    font-size: 10px;
}

.h_s4mid .inner_two img {
    translate: 70px 0;
    height: 458px;
    margin-right: -64px;
}

ul.h_s4left li.box.active img {
    filter: none;
}

.servtxtbox h2 {
    color: #000;
    font-size: 68px;
    font-weight: 600;
    font-family: 'Saprona';
    text-align: center;
}

.servtxtbox h2 span {
    color: #e45531;
}

.servtxtbox p {
    font-size: 40px;
    font-family: 'Poppins';
    text-align: center;
    font-weight: 600;
}

section.cta_h {
    padding: 70px 0px;
    background-image: url(../img/ctabg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px 10px;
    border-radius: 28px;
}

.cta-txt-box h3 {
    font-size: 54px;
    text-align: center;
    color: #fff;
    font-family: 'Saprona';
    font-weight: bold;
}

form#betaform input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}

form#betaform input::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Saprona';
}

button.global-button {
    background: #fff;
    padding: 10px 45px;
    font-family: 'Saprona';
    font-size: 16px;
    font-weight: 600;
    color: #e35531;
    border: 1px solid #e35531;
    border-radius: 10px;
    transition: .4s;
}

button.global-button:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: .4s;
}

form#betaform {
    padding-top: 14px;
}

section.portfoliosec {
    padding: 70px 0;
    position: relative;
}

.porthdtxt h3 {
    font-size: 60px;
    text-align: center;
    font-family: 'Saprona';
    font-weight: 600;
    padding: 0px 224px;
    color: #000;
}

.porthdtxt h3 span {
    color: #e35531;
}

.portfoliobox img {
    width: 100%;
}

.portfoliobox .slick-slide {
    transition: all .4s ease;
    transform: scale(.9);
}

.portfoliobox .slick-slide.second-active {
    transform: scale(1.0);
    z-index: 9;
}

.portfoliobox {
    margin: 24px 0;
}

.slick-prev,
.slick-next {
    background: #E45531 !important;
    padding: 24px !important;
    margin: 0px -30px !important;
    border-radius: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.porthdtxt,
.portfoliobtn {
    position: relative;
}

.porthdtxt img {
    position: absolute;
    width: 15%;
    top: -40px;
    left: -95px;
}

.portfoliobtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfoliobtn img {
    position: absolute;
    bottom: -85px;
    right: -86px;
    width: 16%;
}

section.whychoose {
    padding: 70px 0;
    background-image: url(../img/choosebg.webp);
    margin-top: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.choosebox h3 {
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    font-family: 'Saprona';
}

.choosebox h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Saprona';
}

.choosebox p {
    color: #fff;
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 200;
}

.choosebox .cta-btn.bnr-btn .link_wrapper .get-btn {
    background: #fff;
    color: #E45531;
}

.choosebox .cta-btn.bnr-btn .link_wrapper .tel-btn {
    background: #fff;
    color: #E45531;
}

.choosebox .cta-btn.bnr-btn .link_wrapper .get-btn:hover {
    background: #E45531;
    color: #fff;
    border-color: #fff !important;
}

.choosebox .cta-btn.bnr-btn .link_wrapper .tel-btn:hover {
    background: #E45531;
    color: #fff;
    border-color: #fff !important;
}

.processbox {
    background: #fff;
    padding: 25px;
    border-radius: 36px;
    box-shadow: 1px 4px 5px #000000ab;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .4s;
    border: 2px solid #fff;
    width: 400px;
    right: -200px;
}

.processbox h3 {
    color: #E45531;
    font-size: 40px;
    font-family: 'Raleway';
    width: 82px;
    height: 82px;
    border-radius: 100%;
    padding: 14px;
    position: absolute;
    top: -42px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    border: 2px solid #fff;
}

.processbox h4 {
    padding-top: 18px;
    color: #E45531;
    font-size: 25px;
    font-family: 'Saprona';
    transition: .4s;
}

.processbox p {
    color: #000;
    font-size: 17px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
    transition: .4s;

}

.processbox:hover {
    background: transparent;
    transition: .4s;
    border: 2px solid #fff;
}

.processbox:hover h3 {
    background: #E45531;
    color: #fff;
    border: 2px solid #fff;
    transition: .4s;
}

.processbox:hover h4 {
    color: #fff;
    transition: .4s;
}

.processbox:hover p {
    color: #fff;
    transition: .4s;
}

.chseprosbox {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.processbox.box {
    right: 0px;
}

.processbox img {
    position: absolute;
    left: -58px;
    top: 150px;
}

.processbox.box img {
    left: 396px;
}

.whybox {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.cta2 {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.ctabox2 h3 {
    font-size: 60px;
    font-family: 'Saprona';
    font-weight: 600;
    color: #000;
}

.ctabox2 h3 span {
    color: #e35531;
}

.ctabox2 p {
    color: #000;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Poppins';
}

.cta2imgbox img {
    width: 525px;
    position: absolute;
    bottom: -128px;
    right: 50px;
}

section.faqsec {
    padding: 70px 0;
    background-image: url(../img/faqbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faqtxtbox h3 {
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-family: 'Saprona';
    font-weight: bold;
}

.accordion-item {
    background: rgb(255 255 255 / 36%) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border: 1px solid #ffffff4d !important;
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 400;
}

div#accordionExample {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    display: none;
}

.accordion-button {
    padding: 24px 46px !important;
}

.accordion-body {
    padding: 0px 40px 26px 64px !important;
}

.accordion-body {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}

.accordion-button {
    padding: 1rem 1.25rem;
    font-size: 18px !important;
    color: #000000 !important;
    background-color: #fff;
    border-radius: 12px !important;
    font-family: 'Poppins';
}

.accordion-button:not(.collapsed)::before {
    content: '-';
    position: relative;
    left: -22px;
    font-size: 36px;
}

.accordion-button::before {
    content: '+';
    position: relative;
    left: -22px;
    font-size: 36px;
}

.faqtxtbox {
    padding-bottom: 22px;
}

section.testimonails {
    padding: 70px 0;
    position: relative;
}

.txttesti h3 {
    color: #000;
    font-size: 60px;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
}

.txttesti h3 span {
    color: #E45531;
}

.txttesti p {
    color: #000;
    text-align: center;
    font-size: 16px;
    padding: 0px 235px;
    font-family: 'Poppins';
}

.testbg {
    background-image: url(../img/testibg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testibox {
    background: #fff;
    padding: 21px;
    margin: 10px;
    transition: .4s;
}

.testibox ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.testibox ul li i {
    color: #ffbc00;
}

.testibox p {
    color: #000;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 400;
}

.testibox h4 {
    font-size: 19px;
    color: #e35531;
    font-family: 'Saprona';
    font-weight: bold;
}

.testibox h5 {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}

.slick-slide.slick-current.slick-active.slick-center .testibox {
    background: rgb(62 62 62 / 17%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 25px;
    transition: .4s;
}

.slick-slide.slick-current.slick-active.slick-center .testibox h4,
.slick-slide.slick-current.slick-active.slick-center .testibox h5 {
    color: #fff;
}

.testimobox {
    margin: 0px -92px 0 -114px;
    overflow-x: hidden;
    padding: 100px 0;
}

.testimobox button.slick-prev.slick-arrow {
    position: absolute;
    top: 88%;
    left: 47%;
    z-index: 99;
    border-radius: 4px !important;
    background: #fff !important;
}

.testimobox button.slick-prev.slick-arrow:before,
.testimobox button.slick-next.slick-arrow:before {
    color: #000 !important;
}

.testimobox button.slick-next.slick-arrow {
    position: absolute;
    top: 88%;
    left: 51%;
    z-index: 99;
    border-radius: 4px !important;
    background: #fff !important;
}

.testimobox button.slick-next.slick-arrow:hover {
    background: #E45531 !important;
}

.testimobox button.slick-next.slick-arrow:hover::before {
    color: #fff !important;
}

.testimobox button.slick-prev.slick-arrow:hover {
    background: #E45531 !important;
}

.testimobox button.slick-prev.slick-arrow:hover::before {
    color: #fff !important;
}

.ftrctatxt.choosebox {
    background-image: url(../img/ftrctabg.webp);
    padding: 22px;
    border-radius: 38px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ftrctatxt.choosebox h3 {
    font-size: 40px;
    text-align: center;
    padding: 0px 280px;
}

.ftrctatxt.choosebox p {
    font-size: 16px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
}

.ftrctatxt.choosebox .cta-btn.bnr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.ftrcta {
    margin-bottom: -57px;
}

footer {
    background-image: url(../img/ftrbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0 0;
}

.ftrlogo img {
    width: 100%;
}

.ftrtxtbox p {
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 300;
}

.socialmedia ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.socialmedia ul li a i {
    background: #fff;
    padding: 16px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #e35531;
    transition: .4s;
}

.socialmedia ul li a i:hover {
    background: #E45531;
    color: #fff;
    transition: .4s;
}

.row.inner-footer {
    padding: 55px 0px;
}

.footer-head h3 {
    font-size: 26px;
    font-weight: 600;
    font-family: "poppins" !important;
    color: #ffffff;
}

.footer-link {
    display: flex;
    justify-content: space-between;
}

.page-link-footer ul li a {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #ffffff;
    line-height: 30px;
}

.col-md-4.footer-sec {
    padding: 0px 120px;
}

.page-link-footer ul {
    padding: 0;
    margin: 0;
}

.icon-box {
    display: flex;
    align-items: center;
    padding: 6px 0;
}

.icon-info {
    padding-left: 20px;
}

.icon-info h3 {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #fff;
    line-height: 20px;
}

.icon-info h3 a {
    font-size: 14px;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #ffffff;
    line-height: 20px;
}

.icon-box ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Saprona';
}

.icon-box ul li a i {
    color: #e35531;
    font-size: 19px;
    padding-right: 9px;
}

.icon-box ul {
    gap: 11px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section.copyright {
    background: #e35531;
}

.copyrighttxt p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px 0 0 0;
}

.copyrighttxt p a {
    color: #fff;
}

.ftrbdr {
    margin-top: 18px;
    border-top: 1px solid #ffffff7a;
}

section.abtsecbnr {
    padding: 234px 0 70px 0;
    background-image: url(../img/abtpgbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.abttxtboxes h1 {
    color: #fff;
    text-align: center;
    font-family: 'Saprona';
    font-size: 60px;
    padding: 0px 70px;
}

.abttxtboxes p {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
}

.abtbtnbox .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abtbtnbox .cta-btn .tel-btn {
    background: #ffffff;
    color: #E45531;
}

.abtbtnbox .cta-btn .get-btn {
    background: #fff;
    color: #E45531;
}

.abtbtnbox .cta-btn.bnr-btn a:hover {
    border-color: #ffffff !important;
    background: #E45531;
    color: #fff;
}

.abtbtnbox .cta-btn.bnr-btn .get-btn:hover+.icon {
    background: #ffffff;
    margin-left: -50px;
}

.abtbtnbox .cta-btn.bnr-btn .tel-btn:hover+.icon {
    background: #ffffff;
}

section.abtinner {
    padding: 70px 0;
}

.abtinnerimgbox img {
    width: 100%;
}

.abtinertxtbox h2 {
    font-size: 65px;
    font-family: 'Saprona';
    color: #000;
    font-weight: 600;
}

.abtinertxtbox h2 span {
    color: #e45531;
}

.abtinertxtbox p {
    color: #000;
    font-size: 26px;
    font-family: 'Poppins';
    font-weight: 400;
}

.abtinnerbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.whatoffersec {
    padding: 70px 0;
    position: relative;
    background-image: url(../img/whatweimg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.whatweoffertxt h3 {
    text-align: center;
    font-size: 65px;
    font-weight: 600;
    color: #000;
    font-family: 'Saprona';
}

.whatweoffertxt h3 span {
    color: #e35531;
}

.whatweoffertxt p {
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    font-family: 'Poppins';
    padding: 0 300px;
}

.offerbox {
    background: #D9D9D9;
    padding: 20px;
    margin: 10px;
    position: relative;
    isolation: isolate;
}

.offerbox::before {
    background: #e35531;
    border-radius: 50%;
    content: "";
    height: 20px;
    right: 0;
    position: absolute;
    bottom: 0px;
    transition: 0.7s;
    width: 20px;
    z-index: -1;
}

.offerbox:hover::before {
    height: 100%;
    width: 100%;
    bottom: 0;
    border-radius: 0px;
}

.offericobox {
    background: radial-gradient(circle, rgba(251, 138, 110, 1) 0%, rgba(228, 85, 49, 1) 50%);
    padding: 10px;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 5px solid #fff;
    position: absolute;
    top: 42px;
    left: -58px;
    z-index: 1;
}

.offericobox img {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.offerbox:hover h4,
.offerbox:hover p {
    color: #fff;
}

.offerbox h4 {
    color: #242424;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Saprona';
}

.offerbox p {
    color: #242424;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 300;
    padding-top: 5px;
}

.offericoboes {
    position: relative;
}

.offersbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.offerbox.offbox02::before {
    top: 0px;
}

.offerbox.offbox03::before {
    left: 0;
}

.offerbox.offbox04::before {
    left: 0;
    top: 0;
}

.offerbtnbox {
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.abtcountersec {
    background: #e35531;
    padding: 100px 0;
    position: relative;
}

.abtcntrtxt h3 {
    font-size: 65px;
    color: #fff;
    font-family: 'Saprona';
    font-weight: 600;
}

.abtcntrtxt p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Poppins';
}

.abtcntrtxt .cta-btn .tel-btn {
    background: #ffffff;
    color: #E45531;
}

.abtcntrtxt .cta-btn .get-btn {
    background: #fff;
    color: #E45531;
}

.abtcntrtxt .cta-btn.bnr-btn a:hover {
    border-color: #ffffff !important;
    background: #E45531;
    color: #fff;
}

.abtcntrtxt .cta-btn.bnr-btn .get-btn:hover+.icon {
    background: #ffffff;
    margin-left: -50px;
}

.abtcntrtxt .cta-btn.bnr-btn .tel-btn:hover+.icon {
    background: #ffffff;
}

.cntrmainbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.cntrbxabt {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.counterabtbox h2 {
    font-size: 60px;
    color: #e35531;
    font-family: 'Raleway';
    text-align: center;
}

.counterabtbox {
    background: #fff;
    padding: 23px;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #0000008c;
}

.counterabtbox p {
    color: #000;
    font-size: 22px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
}

.cntrbox {
    margin-top: -80px;
}

section.serbnr {
    position: relative;
    padding: 70px 0;
    background-image: url(../img/servbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.servbgimg img {
    width: 100%;
}

.servbnrtxt h1 {
    color: #000;
    font-size: 60px;
    font-weight: 600;
    font-family: 'Saprona';
}

.servbnrtxt h1 span {
    color: #e35531;
}

.servbnrtxt p {
    color: #000;
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 300;
}

.servboxtxt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.servbnrtxt .cta-btn.bnr-btn {
    position: absolute;
    bottom: -58px;
}

.servbnrtxt .cta-btn .tel-btn {
    background: #ffffff;
    color: #E45531;
}

.servbnrtxt .cta-btn .get-btn {
    background: #fff;
    color: #E45531;
}

.servbnrtxt .cta-btn.bnr-btn a:hover {
    border-color: #ffffff !important;
    background: #E45531;
    color: #fff;
}

.servbnrtxt .cta-btn.bnr-btn .get-btn:hover+.icon {
    background: #ffffff;
    margin-left: -50px;
}

.servbnrtxt .cta-btn.bnr-btn .tel-btn:hover+.icon {
    background: #ffffff;
}

section.allserv {
    padding: 70px 0;
    position: relative;
    background-image: url(../img/servmanibg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.allservtxt h3 {
    color: #000;
    text-align: center;
    font-size: 60px;
    font-family: 'Saprona';
    font-weight: 600;
}

.allservtxt p {
    padding: 0px 60px;
    text-align: center;
    font-size: 24px;
    font-family: 'Poppins';
    color: #000;
}

.mainservbox {
    background: #dddddd;
    border-radius: 12px;
    isolation: isolate;
    overflow: hidden;
    padding: 20px;
    position: relative;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mainservbox h4 {
    background: #fff;
    padding: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    border-radius: 100%;
    font-family: 'Saprona';
    color: #e35531;
}

.mainservbox h3 {
    color: #585858;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Saprona';
    transition: .4s;
    text-align: center;
}

.mainservbox p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #585858;
    transition: .4s;
}

.mainservall {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.mainservbox::before {
    background: #E45531;
    border-radius: 12px;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 140px;
    transition: all 0.7s ease-in-out;
    width: 100%;
    z-index: -1;
}

.mainservbox:hover:before {
    opacity: 1;
    top: 0;
}

.mainservbox:hover h3,
.mainservbox:hover p {
    color: #fff;
    transition: .4s;
}

.col-sm-4.mainservall.serbox01 {
    margin-top: 70px;
}

.col-sm-4.mainservall.serbox02 {
    margin-top: 140px;
}

section.cta_serv {
    position: relative;
    padding: 70px 0;
}

.servctabox h3 {
    font-size: 54px;
    text-align: center;
    color: #000000;
    font-family: 'Saprona';
    font-weight: bold;
}

.servctabox h3 span {
    color: #E45531;
}

.servctabox form#betaform input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
}

.servctabox form#betaform input::placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Saprona';
}

.servctabox button.global-button {
    background: #e35531;
    padding: 10px 45px;
    font-family: 'Saprona';
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #e35531;
    border-radius: 10px;
    transition: .4s;
}

.servctabox button.global-button:hover {
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
    transition: .4s;
}

.servctabox form#betaform {
    padding-top: 14px;
}

.innersevpub img {
    width: 758px;
    margin-left: -64px;
    margin-bottom: -30px;
}

.servabtpubbg img {
    width: 100%;
    margin: 0;
}

section.abtsec.servabtpub {
    padding: 50px 0;
}

section.incserv {
    padding: 70px 0;
}

.servinctxt h3 {
    color: #000;
    font-size: 60px;
    font-family: 'Saprona';
    font-weight: 600;
    text-align: center;
    padding: 0 200px;
    padding-bottom: 24px;
}

.servinctxt h3 span {
    color: #e45531;
}

.servincbox h4 {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e45531;
    font-size: 45px;
    font-family: 'Raleway';
}

.servincbox {
    background-image: url(../img/incservbg.webp);
    background-color: #D9D9D9;
    background-position: 50% 2.1em;
    background-repeat: no-repeat;
    background-size: 22% auto;
    box-shadow: 0px 0px 10px 0px rgba(208.78125, 208.78125, 208.78125, 0.5);
    border-style: none;
    padding: 28px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
}

.servincbox:hover {
    background-image: url(../img/incservbg-hover.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 140% auto;
    border-style: none;
}

.servincbox h3 {
    font-size: 30px;
    color: #4c4c4c;
    font-family: 'Saprona';
    font-weight: 600;
}

.servincbox p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #4c4c4c;
}

.servincbox:hover h3,
.servincbox:hover p {
    color: #fff;
}

.incservsp {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.incservport {
    padding: 70px 0;
    position: relative;
}

.portincsertxt h3 {
    color: #000;
    font-size: 60px;
    font-family: 'Saprona';
    text-align: center;
    font-weight: 600;
    padding: 0 224px;
}

.portincsertxt h3 span {
    color: #e25531;
}

.portserv div {
    display: flex;
    flex-direction: column;
    position: relative;
}

img.book {
    width: 100%;
    margin-left: 16px;
    margin-bottom: -34px;
}

img.bklw {
    position: absolute;
    width: 100%;
    bottom: 0;
}

h5.bktxt {
    color: #000;
    font-size: 20px;
    text-align: center;
    z-index: 9;
    position: relative;
    top: 0px;
    font-family: 'Saprona';
}

.serportbox {
    margin: 0px -58px;
    padding: 10px;
}

.portserv {
    margin: 0px 26px;
}

.incservportbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 36px;
}

section.abtsecbnr.pricingbnr {
    background-image: url(../img/pricingbg.png);
}

section.pkgsec {
    padding: 70px 0;
    position: relative;
}

.pkgtxtbox h3 {
    color: #000;
    font-size: 60px;
    text-align: center;
    font-family: 'Saprona';
    font-weight: 600;
}

.pkgtxtbox h3 span {
    color: #e15431;
}

.pkgbox {
    background: #e15431;
    padding: 40px 30px;
    /* border-radius: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pkgbox h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    font-family: 'Saprona';
    text-align: center;
    padding-bottom: 24px;
}

.pkgbox ul {
    padding: 0px 8px;
    overflow-y: auto;
    height: 330px;
}

.pkgbox ul li {
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    padding: 5px;
}

.pkgbox a {
    background: #fff;
    padding: 15px 30px;
    border-radius: 12px;
    color: #e15431;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Raleway';
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.pkgbox ul::-webkit-scrollbar {
    width: 7px
}

.pkgbox ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 50px
}

.pkgbox ul::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 50px
}

.pkgbox:hover ul::-webkit-scrollbar {
    width: 7px
}

.pkgbox:hover ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c3c3c3;
    border-radius: 50px
}

.pkgbox:hover ul::-webkit-scrollbar-thumb {
    background: #e15431;
    border-radius: 50px
}

.pkgbox:hover ul::-webkit-scrollbar-thumb:hover {
    background: #e15431
}

.pkgbox ul::-webkit-scrollbar-thumb:hover {
    background: #e15431
}

.pkgbox:hover {
    background: rgb(199 199 199 / 30%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: scale(1.2);
    transition: .4s;
}

.pkgbox:hover h3 {
    color: #e15431;
}

.pkgbox:hover ul li {
    color: #000;
}

.pkgbox:hover a {
    background: #e15431;
    color: #fff;
}

.pkglowerbx {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pkgbox.pkgbox01 {
    border-radius: 0 0 0 80px;
}

.pkgbox.pkgbox02 {
    border-radius: 0 80px 0 0;
}

.pkgbox.pkgbox01:hover {
    border-radius: 20px;
}

.pkgbox.pkgbox02:hover {
    border-radius: 20px;
}

.contact-section {
    padding: 70px 0;
    position: relative;
    background-image: url(../img/whatweimg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-section .main-box {
    padding-bottom: 25px;
}

.contact-section .main-box h3 {
    font-family: "Saprona", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #E45531;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-section .main-box h2 {
    padding-bottom: 20px;
    font-family: "Saprona", sans-serif;
    color: #151515;
    font-size: 40px;
    font-weight: 500;
}

.contact-section .box-item {
    margin-bottom: 50px;
}

.contact-section .box-item .text-box {
    margin-left: 25px;
}

.contact-section .box-item .text-box h4 {
    font-family: "Saprona", sans-serif;
    color: #151515;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact-section .box-item .text-box p, .contact-section .box-item .text-box p a {
    font-family: "Saprona", sans-serif;
    color: #151515;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 398px;
}

.contact-section .form-part h3 {
    font-family: "Saprona", sans-serif;
    color: #151515;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 30px;
}

.contact-section .form-part .form-control {
    border: none;
    background: transparent;
    border-bottom: 1px solid;
    border-radius: 0;
    margin-bottom: 32px;
    padding-bottom: 16px;
}

.global-button {
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 32px;
    background: linear-gradient(90deg, #E45531 0%, #b4482d 100%);
    text-decoration: none;
    padding: 10px 25px;
    border: none;
    padding: 10px 50px;
}
.form-part form#contactformin button.global-button:hover {
    background: rgb(227, 85, 49);
    color: #fff;
}

section.blog {
    padding: 70px 0px;
}
section.blog ul.mb-3.nav.nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
section.blog .nav-tabs .nav-item.show .nav-link, section.blog .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #E45531;
    border: none;
    border-radius: 40px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Saprona';
}
section.blog .nav-tabs .nav-link {
    color: #fff;
    background: #000000;
    border: none;
    border-radius: 40px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    margin: 0px 10px;
    font-family: 'Saprona';
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.content {
    height: auto;
    width: 30%;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    margin: 15px;
}
.content a {
    text-decoration: none;
}
.tb-box-content img {
    width: 100%;
    min-height: 190px;
    object-fit: cover;
    margin: 0 0 20px;
    border-radius: 10px;
}
.tb-box-content h4 {
    color: #000;
    font-size: 17px;
    font-family: 'Saprona';
    font-weight: 500;
}
.tb-box-content h5 {
    color: #000;
    font-size: 16px;
    font-family: 'Saprona';
    font-weight: 500;
}
section.abtsecbnr.policiesbnr{
    padding: 300px 0 70px 0;
}
section.policy-txt {
    padding: 80px 0;
}
.term-txt h2 {
    font-size: 50px;
    font-weight: 400;
    font-family: 'Saprona';
    color: #000;
}
.term-txt p {
    font-size: 15px;
    font-weight: 400;
    font-family: Lato;
    color: #000;
}
.term-txt ul li a, .term-txt ul li i {
    color: #E45531;
    text-decoration: none;
}
.term-txt p a, .term-txt h2 span {
    text-decoration: none;
    color: #E45531;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover::before {
    opacity: 1;
}
.header .navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    transition: .3s;
}
.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    width: 1280px;
    position: absolute;
    right: -362px;
    top: 26px;
    border-radius: 25px;
    border: 3px dashed #000000;
    background: #E45531;
}