/* You can add global styles to this file, and also import other style files */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
textarea,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    box-sizing: border-box;
    list-style-type: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

/* remember to define focus styles! */
:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a {
    color: #000000;
}

a:hover,
a:focus {
    color: #009bff;
    text-decoration: none;
}

* {
    letter-spacing: 0 !important;
}

/* End Clearfix */
/* For IE 6/7 (trigger hasLayout) */
a,
button,
.btn {
    outline: none !important;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    text-decoration: none !important;
}

:host {
    display: block;
}

p {
    margin: 0 0 1rem;
    padding: 0;
}



@font-face {
    font-family: 'Arial';
    src: url('../fonts/arial-regular.ttf');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/arial-bold.ttf');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/arial-black.ttf');
    font-weight: 900;
    font-display: swap;
}



body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: #000;
    overflow-x: hidden !important;
}

html,
body {
    /* width: 100%;
    height: 100%; */
    scroll-behavior: smooth;
}

/* Force AOS elements to be visible and static on mobile (below 767.98px) */
@media (max-width: 767.98px) {
    [data-aos][data-aos] {
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
        transition: none !important;
    }
}

.btn {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    border-radius: 12px;
    padding: 12px 20px;
    box-shadow: none;
    color: #fff;
    background-color: #012943;
    border: 1px solid #00aeef;
}

.btn:hover,
.btn:focus {
    background-color: #fff;
    border-color: #00aeef;
    color: #00aeef;
}


.btn-shadow {
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 0px;
    display: inline-block;
    color: #fff;
    background-color: #00aeef;
    border-radius: 10px;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgba(0, 174, 239, 0.5);
    border: 2px solid #00aeef;
}

.btn-shadow:hover,
.btn-shadow:focus {
    background-color: transparent;
    border: 2px solid #00aeef;
    color: #00aeef;
}

.error_display {
    border-bottom: 1px solid red !important;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #009bff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #009bff;
}


.p-0 {
    padding: 0 !important;
}

.ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}


.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}



.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.p-25 {
    padding: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}


.p-30 {
    padding: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}


.p-35 {
    padding: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.ptb-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}


.p-40 {
    padding: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}


.p-45 {
    padding: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}


.p-50 {
    padding: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}


.pt-55 {
    padding-top: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.plr-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}


.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}


.pt-65 {
    padding-top: 65px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.ptb-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}



.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}


.pt-75 {
    padding-top: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.ptb-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}


.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}


.pt-85 {
    padding-top: 85px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pl-85 {
    padding-left: 85px !important;
}

.pr-85 {
    padding-right: 85px !important;
}

.ptb-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}


.pt-90 {
    padding-top: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}


.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}



/* Margin */

.m-0 {
    margin: 0px !important;
}

.mtb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mtb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}


.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mtb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}


.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}


.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mtb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}


.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mtb-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mlr-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}


.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mtb-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mlr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}


.mt-35 {
    margin-top: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mtb-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.mlr-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}


.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mtb-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mlr-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}


.mt-45 {
    margin-top: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mtb-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.mlr-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}


.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mtb-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mlr-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}


.mt-55 {
    margin-top: 55px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mtb-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.mlr-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}


.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mtb-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.mlr-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}


.mt-70 {
    margin-top: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mtb-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}


.mt-75 {
    margin-top: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mtb-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}


.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mtb-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}


.mt-85 {
    margin-top: 85px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mtb-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}


.mt-90 {
    margin-top: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mtb-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}


.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}


.border-bottom {
    border-bottom: none !important;
    position: relative;
}

.border-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
}



.PageMain {
    width: 100%;
    display: inline-block;
}


.require {
    color: red !important;
}



.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: remixicon !important;
    font-weight: 900;
    content: "\ea78";
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1020;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #1e90ff;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(197, 164, 126, 0.2);
    box-shadow: inset 0 0 0 1px rgba(197, 164, 126, 0.2);
}

.progress-wrap::after {
    color: #1e90ff
}

.progress-wrap svg.progress-circle path {
    stroke: #1e90ff;
}


.headermain {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1020;
    background-color: #000000;
}

.headermain .navbar-brand {
    padding: 0;
}

.headermain .navbar-brand img {
    height: 50px;
    transition: all 0.3s ease-in-out 0s;
}

.headermain .navbar-brand span {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    transition: all 0.3s ease-in-out 0s;
}


.headermain .nav-item {
    padding: 15px 0px;
}

.headermain .nav-link {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    position: relative;
    padding: 0 15px !important;
    transition: all 0.3s ease-in-out 0s;
}

/*.headermain .nav-item:last-child .nav-link{
    padding: 0 0px 0 15px !important;
}*/

.headermain .nav-link::after {
    content: "";
    background-color: #fff;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.headermain .nav-item:last-child .nav-link::after {
    display: none;
}

.headermain .navbar-nav .nav-link:hover,
.headermain .navbar-nav .nav-link.active,
.headermain .navbar-nav .nav-link.show {
    color: #1e90ff;
    /* font-weight: 700; */
}


.headermain.fixed-header .navbar {
    border-bottom: 1px solid #1e90ff;
}

.headermain.fixed-header .navbar-brand img {
    height: 30px;
    transition: all 0.3s ease-in-out 0s;
}

.headermain.fixed-header .navbar-brand span {
    font-size: 14px;
    transition: all 0.3s ease-in-out 0s;
}

.headermain.fixed-header .nav-link {
    font-size: 14px;
    line-height: 14px;
    transition: all 0.3s ease-in-out 0s;
}

.page_main {
    margin-top: 65px;
}


.bannersec {
    width: 100%;
}

.bannersec .carousel-item {
    position: relative;
}

.bannersec .carousel-item::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.bannersec .carousel-item img {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 76px);
}

.bannersec .carousel-item video {
    object-fit: cover;
    height: calc(100vh - 76px);
}

.bannersec .carousel-caption {
    /* z-index: 99;
    bottom: 5.25rem; */

    position: absolute;
    right: 5%;
    left: 5%;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit !important;
    z-index: 99;
}

.bannersec .carousel-caption h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;

}

.bannersec .carousel-caption h3 {
    font-size: 20px;
    color: #fff;
}


.bannersec .txtmain .txtimg {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
}

.bannersec .txtmain .txtimg .txtimginner {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #009bff;
    letter-spacing: 0.8px;
    width: auto;
    height: auto;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease-in-out;
    text-align: left;
    /* background-color: #fff; */
    /* padding: 10px 15px; */
    margin-bottom: 15px;
}

.bannersec .txtmain .txtimg.swiper-slide-active .txtimginner {
    opacity: 1;
    display: inline-block;
}


/* .animation_wrapper {
    overflow: hidden;
    height: 60px;
}

.animation_inner {
    display: inline-block;
    color: #f28034;
    position: relative;
    white-space: nowrap;
    font-size: 20px;
    top: 0;
    animation: move 8s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
}

.animation_wrapper div {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.animation_wrapper div p {
    font-size: 35px;
    line-height: 55px;
    font-weight: 700;
    color: #009bff;
    margin-bottom: 0;
}

@keyframes move {
    0% {
        top: 0
    }

    20% {
        top: -55px
    }

    40% {
        top: -110px
    }

    60% {
        top: -160px
    }

    80% {
        top: -220px
    }
} */



.sectwo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sectwo .slides {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 95px) !important;
}

.sectwo .sliderdata {
    flex: 0 0 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 32, 52, 0.5) 40%);
}

.sectwo .sectwodata {
    position: relative;
    width: 100%;
    height: auto;
    /* border: 2px solid #009bff;
    border-radius: 20px; */
    padding: 0px 2%;
}

.sectwo .sectwodata .stdiboxes:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.sectwo .sectwodata .stdiboxes:last-child::after {
    display: none;
}

.sectwo .sectwodata .demoimg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    text-align: center;
}

.sectwo .sectitle {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.sectwo .sectitle h3 {
    border: 2px solid #009bff;
    border-radius: 30px 30px 0px 0px;
    padding: 20px 20px 10px;
    font-size: 35px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 3px solid #000;
    margin-bottom: -2px;
    position: relative;
    z-index: 9;
}

.sectwodata .stdboxes h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sectwodata .stdboxes p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.sectwodata .stdboxes p:last-child {
    margin-bottom: 0;
}

.table-responsive {
    border-radius: 10px;
}

.sectwodata .stdboxes .table td {
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    padding: 10px 20px;
    color: #1A1B1A;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #fff !important;
    --bs-table-color-type: #fff;
    --bs-table-bg-type: #fff
}

.table-striped>tbody>tr:nth-of-type(2n)>* {
    background-color: #1e90ff !important;
    --bs-table-color-type: #1e90ff;
    --bs-table-bg-type: #1e90ff;
    color: #fff !important;
}

.datatablemain .table>tbody>tr:hover>* {
    background-color: #1e90ff !important;
    color: #fff !important;
}

/* .sectwo .prev-arrow:disabled,
.sectwo .next-arrow:disabled {
    opacity: 0.5;
} */

/* .circleanmain {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.circle {
    width: 50px;
    height: 50px;
    background-color: #1e90ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid white;
    position: relative;
    z-index: 2;
}

.text {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.lines {
    position: absolute;
    width: 120px;
    height: 2px;
    background-color: white;
    top: 25px;
    left: -60px;
}

.connector {
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: white;
    top: -40px;
}

.cross-lines::before,
.cross-lines::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: white;
    top: 25px;
}

.cross-lines::before {
    transform: rotate(45deg);
    left: -45px;
}

.cross-lines::after {
    transform: rotate(-45deg);
    right: -45px;
} */




.secthree {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 10;
    background-color: #000;
}

.bordersectitle {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.bordersectitle .title {
    color: #009bff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}

.bordersectitle .title::before {
    content: "";
    background-color: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}

.bordersectitle .title span {
    background-color: #000;
    padding: 0 15px;
    position: relative;
}

.bordersectitle p {
    font-size: 16px;
    color: #e8e8e8;
    margin-bottom: 0;
}


.secthree .sectboxes {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.secthree .sectboxes:last-child {
    margin-bottom: 0px;
}

.secthree .sectboxes h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.secthree .sectboxes p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}


/* .secthree .sectboxes .imgbox img {
    height: 450px;
    object-fit: contain;
} */

.progress_img_sec {
    width: 100%;
    position: relative;
    z-index: 1;
}

.progress_img_sec .imgprogress {
    position: sticky;
    top: 80px;
    left: 0;
    z-index: 100;
}

.progress_img_sec .imgprogress {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}

.progress_img_sec .steps {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
}

.progress_img_sec .steps .step {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #878787;
    background: #393939;
    border: 1px solid #393939;
    transition: 200ms ease;
    transition-delay: 0ms;
    z-index: 1;
    cursor: pointer;
}

.progress_img_sec .steps .step.active {
    color: #009bff;
    border-color: #009bff;
    outline-color: #009bff;
    transition-delay: 100ms;
    outline: 1px solid #009bff;
    outline-offset: 5px;

}

.progress_img_sec .steps .progress-bar {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #0067a9;
}

.progress_img_sec .steps .progress-bar .progress {
    position: absolute;
    height: 100%;
    background: #009bff;
    transition: 300ms ease;
}

.progress_img_sec .step .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 7px;
}

.progress_img_sec .step .imgbox img.color {
    display: none;
}

.progress_img_sec .step.active .imgbox img {
    filter: drop-shadow(0 0 0.5rem #009bff);
    mix-blend-mode: screen;
    z-index: -1;
}

.progress_img_sec .step.active .imgbox img.color {
    display: block;
}

.progress_img_sec .step.active .imgbox img.gray {
    display: none;
}

.progress_img_sec .contentmain {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.progress_img_sec .proconmain {
    height: 100%;
    position: relative;
}

.progress_img_sec .content {
    /* position: sticky;
    top: 0; */
    width: 100%;
    position: relative;
    /* min-height: 100vh; */
    /* opacity: 0;
    display: none; */
}

/* .progress_img_sec .content.active {
    opacity: 1;
    display: inline-block;
} */

.progress_img_sec .contentbox {
    /* display: flex;
    align-items: center; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    width: 100%;
    clip-path: inset(0px 0px 0px 0px);
}

.progress_img_sec .contentbox::before {
    content: "";
    /* background-color: rgba(20, 20, 20, 0.7); */
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.progress_img_sec .cbdata {
    width: 50%;
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1090;
    padding: 0 0 0 60px;
}

.progress_img_sec .cbdata h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.progress_img_sec .cbdata p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

/* .progress_img_sec .video_img_box {
    width: 100%;
    height: 100vh;
}

.progress_img_sec .video_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */




/* .progress_img_sec .video_img_box {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
} */








.proimgslider.swiper-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.proimgslider .swiper-wrapper {
    height: 100%;
}

.proimgslider .swiper-slide {
    min-width: 100vw;
    height: 100%;
}

/* .progress_img_sec .content.active {
    display: block;
    opacity: 1 !important;
} */




/* Main Wrapper */
.progress_img_sec .contentmain {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

/* Horizontal Scroll Wrapper */
.progress_img_sec .proconmain {
    display: flex;
    height: 100%;
    will-change: transform;
}

/* Individual Sections */
.progress_img_sec .procon {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}



.secsbackground {
    background-size: cover;
    background-repeat: no-repeat;
}

.our_promise_sec {
    width: 100%;
    display: inline-block;
}

.our_promise_sec .titleanddes {
    text-align: center;
}

.our_promise_sec .titleanddes .title {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.our_promise_sec .titleanddes p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    max-width: 42%;
    margin: 0 auto;
}




.imgsec {
    width: 100%;
    display: inline-block;
}



.coinfo_footer {
    width: 100%;
    display: inline-block;
}

.getintouch {
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
}

.gitleft .boxtitle {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.gitleft .boxtitle h3 {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.gitleft .boxtitle h3 span {
    /* font-size: 75px;
    line-height: 75px; */
    color: #00aeef;
    /* font-weight: 700;
    text-transform: uppercase; */
}

.gitleft .accordion {
    background-color: transparent;
}

.gitleft .accordion-item {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
}

.gitleft .accordion-item:last-child {
    margin-bottom: 0;
}

.gitleft .accordion-button {
    background-color: #1d1d1d;
    color: #00aeef;
    border-radius: 20px !important;
    font-size: 18px;
    font-weight: 700;
    box-shadow: none;
    padding: 10px 15px;
}

.gitleft .accordion-button:not(.collapsed) {
    background-color: #00aeef;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 20px;
    padding: 15px 20px;
}

.gitleft .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    font-family: remixicon !important;
    content: "\f1af";
    color: #fff;
}

.gitleft .accordion-button::after {
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    background-image: none !important;
    transition: transform .2s ease-in-out;
    font-family: remixicon !important;
    content: "\ea12";
    color: #00aeef;
}

.gitleft .accordion-body {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 15px 0px 0;
}

.gitleft .accordion-body p:last-child {
    margin-bottom: 0;
}

.gitright .rboxtitle {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.gitright {
    width: 100%;
    display: inline-block;
    border: 2px solid #00aeef;
    border-radius: 10px;
    padding: 20px;
}

.gitright .rboxtitle h3 {
    background-color: #00aeef;
    border-radius: 10px;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgba(0, 174, 239, 0.5);
    border: 2px solid #00aeef;
    padding: 15px 25px;
    font-size: 25px;
    font-weight: 700;
}

.gitright .form-group {
    margin-bottom: 10px;
}

.gitright .formdiv {
    padding: 0 50px;
}

.gitright .form-label {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 25px;
    color: #ececec;
}

.gitright .label .form-label {
    margin-bottom: 0;
}

.gitright .form-control {
    border-radius: 10px;
    padding: 10px 15px;
    height: 40px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    box-shadow: none;
    color: #000;
}

.gitright textarea {
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgba(0, 174, 239, 0.5) !important;
    border: 2px solid #00aeef !important;
    height: auto !important;
}

.footermain {
    width: 100%;
    display: inline-block;
    background-color: #1d1d1d;
}

.fologo {
    display: flex;
    align-items: center;
}

.fologo img {
    height: 100px;
}

.fologo span {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 30px;
}

.footertop .foright {
    border-left: 1px solid #fff;
}

.fonav {
    width: 100%;
    display: inline-block;
}

.fonav li {
    margin-bottom: 10px;
    width: 50%;
    float: left;
}

.fonav li:last-child {
    margin-bottom: 0px;
}

.fonav li a {
    font-size: 16px;
    color: #fff;
}

.fonav li a:hover {
    color: #00aeef;
}

.fosocial {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.fosocial li {
    margin-bottom: 10px;
}

.fosocial li:last-child {
    margin-bottom: 0px;
}

.fosocial li a {
    font-size: 25px;
    line-height: 25px;
    color: #00aeef;
}

.fosocial li a:hover {
    color: #fff;
}

.footerbottom {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.footerbottom p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}





.staccordion {
    width: 100%;
    display: inline-block;
    padding: 0 50px;
}

.staccordion .accordion-item {
    background-color: rgba(29, 29, 29, 0.75);
    border: none;
    border-radius: 0;
}




.staccordion .accordion-button {
    background-color: #009bff;
    color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 18px;
    padding: 15px 15px 15px 50px;
}

.staccordion .accordion-button.collapsed {
    background-color: rgba(0, 0, 0, 0.75);
    color: #009bff
}

.staccordion .accordion-button::after {
    display: none;
}

/* .staccordion .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    font-family: remixicon !important;
    content: "\ea12";
    color: #fff;
}

.staccordion .accordion-button::after {
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    background-image: none !important;
    transition: transform .2s ease-in-out;
    font-family: remixicon !important;
    content: "\f1af";
    color: #00aeef;
} */

.staccordion .accordion-body {
    padding: 0;
}

.staccordion .stadndata {
    width: 100%;
    display: inline-block;
}

.staccordion .stadndata .stbgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
    display: flex;
    align-items: center;
    padding-left: 3%;
    position: relative;
}

.staccordion .stadndata .stbgimg::before {
    content: "";
    background-color: rgba(0, 155, 255, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 9;
}


.staccordion .accordion-body {
    color: #fff;
}

.staccordion .stbdata {
    background-color: #fff;
    padding: 40px 30px 20px;
    width: 30%;
    position: relative;
    z-index: 9;
}

.staccordion .stbdata h3 {
    color: #393a3a;
    font-size: 25px;
    margin-bottom: 20px;
}

.staccordion .stbdata p {
    color: #009bff;
    font-size: 18px;
    margin-bottom: 20px;
}

.staccordion .stbdata a {
    border-color: #012943;
}



.staccordion .withoutimg .stbdata {
    background-color: transparent;
    padding: 0;
    width: 30%;
}

.staccordion .withoutimg .stbdata h3 {
    color: #fff;
}

.staccordion .withoutimg .stbdata p {
    color: #fff;
}

.staccordion .withoutimg .stbdata a {
    background-color: #fff;
    border-color: #012943;
    color: #012943;
}

.staccordion .withoutimg .stbdata a:hover {
    background-color: #009bff;
    border-color: #009bff;
    color: #fff;
}



.swiper-container {
    overflow: hidden;
}



.container {
    --bs-gutter-x: 12%;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.isectitle {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.isectitle h3 {
    font-size: 35px;
    font-weight: 600;
}


.opsec_one .opsbox h4 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}

.opsec_one .opsbox p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.prodata .sizetitle {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.prodataboxes {
    width: 100%;
    display: inline-block;
}

.pdbtitle {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.arrowul {
    display: flex;
    flex-wrap: wrap;
}

.arrowul li {
    flex: 0 0 calc(50% + -0px);
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.arrowul.fullul li {
    flex: 0 0 calc(100% + -0px);
    box-sizing: border-box;
    margin-bottom: 15px;
}


.acsec_two .acstboxes {
    display: flex;
    margin-bottom: 30px;
}

.acsec_two .acstbox {
    width: 100%;
    display: inline-block;
    border: 1px solid #009BFF;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 32, 52, 0.5) 40%);
}

.acsec_two .acstbox .iconbox {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
}

.acsec_two .acstbox .iconbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.acsec_two .acstbox h4 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 15px;
}

.acsec_two .acstbox p {
    font-size: 16px;
    line-height: 28px;
    width: 85%;
    margin: 0 auto;
}

.acsec_two .acstbox p:last-child {
    margin-bottom: 0;
}

.pcolor {
    color: #009BFF;
}

.acsec_three .acstebox {
    width: 100%;
    display: inline-block;
}

.acsec_three .acstebox h4 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.acsec_three .acstebox p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.cimediaicon {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #009BFF;
}

.cimediaicon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}


.coleft .cimedia {
    margin-bottom: 15px;
}

.coleft .comediatxt {
    padding-left: 15px;
}

.coleft .comediatxt a,
.coleft .comediatxt p {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.coleft .comediatxt p:last-child {
    margin-bottom: 0;
}

.coright .isectitle p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.coright .form-group {
    margin-bottom: 1rem;
}

.coright .form-control {
    height: 50px;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    box-shadow: none;
}

.coright textarea {
    height: auto !important;
}

.innerbanner {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.innerbanner::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.innerbdata {
    position: relative;
}

.innerbdata h1 {
    font-size: 35px;
    line-height: 55px;
    font-weight: 600;
    color: #fff;
}

.appsec_one .asoboxes {
    display: flex;
    margin-bottom: 30px;
}

.appsec_one .asobox {
    width: 100%;
    display: inline-block;
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #009BFF;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 32, 52, 0.5) 40%);
}

.appsec_one .asobox h3 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 15px;
}

.appsec_one .asobox p {
    font-size: 16px;
    line-height: 28px;
    width: 85%;
    margin: 0 auto;
}




.img_border {
    position: relative;
    width: 100%;
    display: inline-block;
}

.img_border .img_bg_color {
    position: relative;
    width: auto;
    display: block;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.img_border .img_bg_color::before {
    content: "";
    background: rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.img_border:hover .img_bg_color::before {
    opacity: 1;
}

.img_border img {
    width: 100%;
}

.img_border:after,
.img_border:before {
    content: " ";
    width: 40px;
    height: 40px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 1s;
    z-index: 9;
}

.img_border:after {
    top: 10px;
    left: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.img_border:before {
    bottom: 10px;
    right: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.img_border:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.img_border:hover:before,
.img_border:hover:after {
    width: 40%;
    height: 60%;
}


/* Blog css start (23-07-2025) */
.bllinner {
    width: 100%;
    display: inline-block;
    background-color: #1d1d1d;
    margin-bottom: 25px;
    padding: 25px 25px 25px 25px;
    position: relative;
    border-radius: 30px;
}

.blrinner {
    width: 100%;
    display: inline-block;
    background-color: #1d1d1d;
    padding: 25px 25px 25px 25px;
    position: relative;
    border-radius: 30px;
}

.blsliderbox {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.blsliderbox .blsliderimg {
    width: 100%;
    height: 100%;
}

.blsliderbox .blsliderimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    /* border: 1px solid #fff; */
}


.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    border-radius: 100%;
    background-color: var(--primary);
    color: #fff;
    border: 1px solid #EFEFF4;
    text-align: center;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-prev::after {
    content: "\ea60";
    font-family: remixicon !important;
    font-weight: 900;
    font-size: 20px;
}

.swiper-button-next::after {
    content: "\ea6c";
    font-family: remixicon !important;
    font-weight: 900;
    font-size: 20px;
}

.blog_post {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.blog_post:last-child {
    border-bottom: none;
}

.blcontent {
    margin-left: 20px;
}

.blicmedia {
    display: flex;
    align-items: flex-start;
}

.blicmedia .blimg {
    width: 350px;
    height: 190px;
    overflow: hidden;
    margin-right: 25px;
    border-radius: 15px;
}

.blicmedia .blimg img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    display: block;
}

.blcontent .blogtag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #fff;
    padding: 10px 10px;
    background-color: #1e90ff;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 5px;
}

.blcontent .blogtitle {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

a.blogtitle:hover {
    color: #1e90ff;
    transition: 0.2s;
}

/* .blcontent .blogtitle:hover {
    color: #4e88c7;
} */

.bdul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    gap: 15px;
}

.bdul li a {
    font-size: 14px;
    color: #3c95fb;
    font-weight: 700;
}

.bsdes p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.read-more a {
    font-size: 14px;
    color: #1e90ff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
}

.page-link {
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.page-link:hover {
    background-color: #4e88c7;
    color: #fff;
}

.page-link.active {
    background-color: #1e90ff;
    color: #fff;
}

.page-link.disabled {
    pointer-events: none;
    background-color: #ccc;
    color: #999;
}

.dots {
    font-size: 16px;
    color: #555;
    padding: 0 5px;
}

.prev.btn {
    float: left;
}

.next-btn {
    float: right;
}

ul.tag-list li span {
    color: #ffffff;
    background-color: #3e4043;
    margin-right: 5px;
    padding: 3px 8px;
    font-size: 14px;
    display: block;
}

.blright.blboxes .blrinner h3 {
    color: #fff;
    font-weight: 800;
}

.blog-header {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.meta-info {
    font-size: 0.875rem;
    color: #888;
    margin-bottom: 1.5rem;
}

.main-image {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.blog-details-cover .content-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #fff;
}

.content-section strong {
    font-weight: 600;
}

.highlight-blue {
    color: #007bff;
    font-weight: 600;
}

.blog-details-cover h1 {
    color: #fff;
    font-size: 30px;
}

.blog-details-cover h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.blog-title h3 {
    font-size: 36px;
    font-weight: 800;
}

.tags-list {
    position: sticky;
    top: 65px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.4;
    transition: 0.3s;
    padding: 5px;
    border: 2px solid #fff;
}

.swiper-pagination-bullet-active {
    background: #007bff;
    opacity: 1;
}


/* Blog css End (23-07-2025) */

@media (max-width: 1680.98px) {}

@media (max-width: 1440.98px) {
    .sectwo .sectitle h3 {
        padding: 15px 15px 10px;
        font-size: 25px;
    }

    .bordersectitle .title {
        font-size: 25px;
    }

    .bordersectitle p {
        font-size: 14px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    .staccordion .stbdata h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .staccordion .stbdata p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .staccordion .stadndata .stbgimg {
        height: 350px;
    }

    .staccordion .stbdata {
        width: 40%;
    }

    /* .gitleft .boxtitle h3 {
        font-size: 80px;
        line-height: 80px;
    } */

    /* .gitleft .boxtitle h3 span {
        font-size: 55px;
        line-height: 55px;
    } */

    .our_promise_sec .titleanddes p {
        max-width: 60%;
    }

    .gitright .formdiv {
        padding: 0 30px;
    }

    .gitright .form-label {
        font-size: 16px;
        line-height: 16px;
    }

    .gitleft .accordion-button:not(.collapsed) {
        font-size: 20px;
    }

    .gitleft .accordion-button {
        font-size: 16px;
    }

    .progress_img_sec .imgprogress {
        margin-bottom: 30px;
    }

    .secthree {
        padding-bottom: 30px !important;
    }

    .progress_img_sec .steps .step {
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }

    .progress_img_sec .cbdata h2 {
        font-size: 25px;
    }

    .progress_img_sec .cbdata p {
        font-size: 14px;
    }

    .fonav li a {
        font-size: 16px;
    }

    .fologo img {
        height: 80px;
    }

    .fologo span {
        font-size: 20px;
    }

    /* .fosocial li a {
        font-size: 45px;
        line-height: 45px;
    } */

    .progress-wrap {
        height: 35px;
        width: 35px;
    }

    .progress-wrap::after {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 20px;
    }

    .gitleft .accordion-body {
        font-size: 14px;
        line-height: 20px;
    }

    .our_promise_sec .titleanddes p {
        font-size: 14px;
        line-height: 20px;
    }

    /* .sectwo .sectwodata {
        height: calc(100vh - 155px);
    } */

    .sectwodata .stdboxes h3,
    .secthree .sectboxes h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .sectwodata .stdboxes p,
    .secthree .sectboxes p {
        font-size: 14px;
        line-height: 28px;
    }

    .sectwodata .stdboxes .table td {
        font-size: 14px;
        line-height: 24px;
    }

    .opsec_one .opsbox p {
        font-size: 14px;
        line-height: 24px;
    }

    .appsec_one .asobox p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .arrowul li {
        font-size: 14px;
        line-height: 24px;
    }

    .acsec_two .acstbox p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .our_promise_sec .titleanddes .title {
        margin-bottom: 20px;
    }

    .headermain .nav-link {
        font-size: 14px;
        line-height: 14px;
    }

    .isectitle h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .opsec_one .opsbox h4 {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 1399.98px) {
    .blicmedia .blimg {
        margin-right: 0px;
    }
}

@media (max-width: 1280.98px) {
    /* .gitleft .boxtitle h3 {
        font-size: 70px;
        line-height: 70px;
    } */

    /* .gitleft .boxtitle h3 span {
        font-size: 50px;
        line-height: 50px;
    } */

    .progress_img_sec .cbdata {
        width: 50%;
    }
}

@media (max-width: 1199.98px) {
    /* .gitleft .boxtitle h3 {
        font-size: 60px;
        line-height: 60px;
    } */

    /* .gitleft .boxtitle h3 span {
        font-size: 40px;
        line-height: 40px;
    } */

    .gitright .formdiv {
        padding: 0px;
    }

    .footertop .fnmain {
        flex: 0 0 auto;
        width: 80%;
    }
}

@media (max-width: 991.98px) {
    .headermain .nav-item {
        padding: 10px 0px;
    }

    .navbar-toggler {
        border: 0;
        box-shadow: none !important;
        padding: 0;
    }

    .navbar-toggler span {
        width: 25px;
        height: 3px;
        background: #fff;
        display: block;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 4px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .navbar-toggler span:nth-child(1) {
        width: 16px;
    }

    .navbar-toggler:hover span:nth-child(1) {
        width: 25px;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
        width: 25px;
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
        transform: rotate(45deg) translate(5px, 5px);
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(5px, -5px);
        -ms-transform: rotate(-45deg) translate(5px, -5px);
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .navbar-toggler span {
        background: #fff;
        background-image: none;
    }


    .headermain .nav-link::after {
        display: none;
    }

    .headermain .nav-link {
        padding: 0 !important;
    }

    .getintouch .gitboxes {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 25px;
    }

    .getintouch .gitboxes:last-child {
        margin-bottom: 0;
    }

    .bordersectitle .title::before {
        display: none;
    }


    .progress_img_sec .content {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    }

    .progress_img_sec .content.active {
        display: inline-block;
        opacity: 1;
        visibility: visible;
    }

    .progress_img_sec .cbdata {
        width: 50%;
    }

    .sectwo .slides {
        overflow: visible;
        height: auto !important;
        /* --bs-gutter-x: 1.5rem; */
        /* --bs-gutter-y: 0; */
        display: flex;
        flex-wrap: wrap;
        /* margin-top: calc(-1* var(--bs-gutter-y)); */
        /* margin-right: calc(-.5* var(--bs-gutter-x)); */
        /* margin-left: calc(-.5* var(--bs-gutter-x));*/
    }

    .sectwo .sliderdata {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 25px;
    }

    .sectwo .sliderdata:last-child {
        margin-bottom: 0;
    }

    .staccordion .accordion-item {
        margin-bottom: 25px;
    }

    .staccordion .accordion-item:last-child {
        margin-bottom: 0px;
    }

    .progress_img_sec .contentmain {
        height: auto;
        overflow: visible;
    }

    .progress_img_sec .contentbox {
        height: 380px;
        display: inherit;
        align-items: inherit;
        background-attachment: inherit;
        background-repeat: inherit;
        background-size: inherit;
        background-position: inherit;
        width: inherit;
        clip-path: inherit;
        overflow: hidden;
    }

    .progress_img_sec .video_img_box img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .progress_img_sec .procon {
        width: 100%;
        height: 100%;
    }

    .sectwo .sectwodata {
        height: auto;
    }

    .progress_img_sec .imgprogress {
        position: relative;
        top: inherit;
        left: inherit;
        z-index: 100;
    }

    .sectwo .sectwodata .demoimg {
        height: 350px;
    }

    .sectwo .sectwodata {
        padding: 20px;
    }

    .container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }

    .innerbdata {
        position: relative;
        padding-left: 30px;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 1.5rem;
    }

    .cusec_one .coright .corinner {
        flex: 0 0 auto;
        width: 100%;
    }


    .acsec_two .acstboxes {
        flex: 0 0 auto;
        width: 50%;
    }

    .appsec_one .asoboxes {
        flex: 0 0 auto;
        width: 50%;
    }

    .footertop .foleft {
        flex: 0 0 auto;
        width: 40%;
    }

    .footertop .foright {
        flex: 0 0 auto;
        width: 60%;
    }

    .footertop .fnmain {
        flex: 0 0 auto;
        width: 100%;
    }
}


@media (max-width: 767.98px) {
    .footertop .fodiv {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }

    .fologo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .fosocial {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .fonav {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }

    .footertop .foright {
        border-left: none;
    }

    .staccordion .stbdata {
        width: 97%;
        padding: 20px;
    }

    .staccordion .stbdata p {
        font-size: 14px;
    }

    .staccordion {
        padding: 0px;
    }

    .our_promise_sec .titleanddes p {
        max-width: 100%;
    }

    .progress_img_sec .cbdata {
        width: 100%;
        padding: 0;
        /* left: 5%;
        right: 5%; */
    }

    .progress_img_sec .steps {
        width: 90%;
    }

    /* .progress_img_sec .contentbox {
        height: 350px;
    } */

    .fologo img {
        height: 50px;
    }

    .fologo span {
        margin-left: 15px;
    }

    .fosocial li {
        margin-bottom: 0px;
    }

    .bannersec .carousel-item img,
    .bannersec .carousel-item video {
        height: 350px;
    }

    .carousel-caption {
        right: 5%;
        left: 5%;
    }

    .sectwo .sectitle h3 {
        border: 2px solid #009bff;
        border-radius: 30px;
        border-bottom: 3px solid #009bff;
        margin-bottom: 0;
    }

    .sectwo .sectwodata .stdboxes {
        margin-bottom: 25px;
    }

    .sectwo .sectwodata .stdboxes:last-child {
        margin-bottom: 0;
    }

    .secthree .conbox {
        flex: 0 0 auto;
        width: 100%;
        order: 2;
    }

    .secthree .imgbox {
        flex: 0 0 auto;
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }

    .sectwodata .stdboxes h3,
    .secthree .sectboxes h3 {
        margin-bottom: 15px;
    }

    .stbmain.plr-30 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .arrowul li {
        flex: 0 0 calc(100% + -0px);
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .acsec_two .acstbox h4 {
        font-size: 18px;
    }

    .acsec_two .acstbox p {
        width: 100%;
    }

    .imgbox {
        flex: 0 0 auto;
        width: 100%;
        order: 1;
        margin-bottom: 25px;
    }

    .conbox {
        flex: 0 0 auto;
        width: 100%;
        order: 2;
    }

    .imgprogress .imgbox {
        margin-bottom: 0;
    }

    .coleft .comediatxt a br,
    .coleft .comediatxt p br {
        display: none;
    }

    .cusec_one .coleft {
        margin-bottom: 25px;
    }

    section.ptb-50 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    section.pt-50 {
        padding-top: 30px !important;
    }

    section.pb-50 {
        padding-bottom: 30px !important;
    }

    .blicmedia {
        flex-wrap: wrap;
        justify-content: center;
    }

    .blicmedia .blimg {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .blicmedia .blimg {
        width: 300px;
    }

    .blcontent .blogtitle {
        font-size: 18px;
    }

    .page-link {
        padding: 3px 8px;
    }

    .blog-details-cover h1 {
        font-size: 24px;
    }

    .blog-details-cover h5 {
        font-size: 22px;
    }

    .bllinner.blog-details-cover {
        padding: 25px 20px 25px 20px;
    }

    .blcontent {
        margin-left: 0;
    }

}

@media (max-width: 575.98px) {
    .bannersec .carousel-caption h2 {
        font-size: 25px;
    }

    /* .animation_wrapper div p {
        font-size: 20px;
        line-height: 35px;
    } */

    .bannersec .txtmain .txtimg .txtimginner {
        font-size: 20px;
        line-height: 20px;
    }

    .bannersec .carousel-caption h3 {
        font-size: 14px;
    }

    .animation_wrapper {
        height: 40px;
    }

    @keyframes move {
        0% {
            top: 0
        }

        20% {
            top: -35px
        }

        40% {
            top: -70px
        }

        60% {
            top: -100px
        }

        80% {
            top: -135px
        }
    }

    .staccordion .accordion-button {
        padding: 15px 20px;
    }

    /* .gitleft .boxtitle h3 {
        font-size: 40px;
        line-height: 40px;
    } */

    /* .gitleft .boxtitle h3 span {
        font-size: 30px;
        line-height: 30px;
    } */

    .gitleft .accordion-button:not(.collapsed) {
        font-size: 16px;
    }

    .gitleft .accordion-button {
        font-size: 16px;
    }


    .sectwo .sectitle h3 {
        font-size: 20px;
    }

    .sectwodata .stdboxes h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .sectwodata .stdboxes p {
        font-size: 14px;
        line-height: 24px;
    }

    .sectwodata .stdboxes .table td {
        font-size: 14px;
        line-height: 24px;
    }

    .bordersectitle .title {
        font-size: 20px;
    }

    .progress_img_sec .cbdata h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .our_promise_sec .titleanddes .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .gitleft .boxtitle {
        margin-bottom: 15px;
    }

    .gitright .rboxtitle h3 {
        padding: 10px 20px;
        font-size: 20px;
    }

    .btn-shadow {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 20px;
    }

    /* .fosocial li a {
        font-size: 30px;
        line-height: 30px;
    } */

    .innerbdata h1 {
        font-size: 20px;
        line-height: 35px;
    }

    .innerbdata {
        padding-left: 10px;
    }

    .isectitle h3 {
        font-size: 25px;
        line-height: 35px;
        font-weight: 600;
    }

    .opsec_one .opsbox h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .isectitle {
        margin-bottom: 15px;
    }

    .appsec_one .asoboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .appsec_one .asoboxes:last-child {
        margin-bottom: 0;
    }

    .acsec_two .acstboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .acsec_two .acstboxes:last-child {
        margin-bottom: 0;
    }

    .footermain {
        padding: 30px 15px !important;
    }

    .progress_img_sec .steps {
        width: 100%;
    }

    .gitleft .boxtitle h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .fonav li a {
        font-size: 14px;
    }
}

@media (max-width: 480.98px) {
    .bannersec .carousel-caption h2 {
        font-size: 20px;
    }
}

.error_cls {
    border: 1px solid #f00;
}

.error_cls::placeholder {
    color: #f00;
}

.loader_main_div {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    vertical-align: middle;
}

.loader_img {
    width: 70px;
    margin-top: 20%;
}

.captchcode {
    display: flex;
    align-items: center;
    justify-content: center;
}

.captcha_cls {
    letter-spacing: 6px;
    text-decoration: line-through;
}

.footer_active {
    color: #1e90ff !important;
}

/* Our Products Grid Styles */
.product-card {
    height: 100%;
    /* Ensure card takes full height of column */
}

.product-card .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 300px;*/
    background-color: transparent;
    border: 1px solid #E4E4E4;
    border-radius: 25px;
    padding: 0;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    border: 1px solid transparent;
}

.product-card:hover .img-box {
    transform: translateY(-5px);
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0px 0px 15px 2px #1e90ff;
}

.product-card:hover h6.text-white {
    transition: 0.2s;
    color: #1e90ff !important;
}

.product-card .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.product-card h6 {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
}

@media (min-width: 1400px) {
    .product-card .img-box {
        /*height: 300px;*/
    }

    .product-card h6 {
        font-size: 18px;
    }
}

@media (max-width: 1400px) {
    .product-card .img-box {
        /*height: 250px;*/
    }

    .product-card h6 {
        font-size: 18px;
    }
}

@media (max-width: 1199.98px) {
    .product-card .img-box {
        /*height: 200px;*/
    }
}

@media (max-width: 991.98px) {
    .product-card .img-box {
        /*height: 180px;*/
    }

    .product-card h6 {
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .product-card .img-box {
        /*height: 220px;*/
    }

    .product-card h6 {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .product-card .img-box {
        /*height: 200px;*/
    }
}