/* 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 {
    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;
}


p {
    margin-bottom: 20px;
}

a:hover,
a:focus {
    color: var(--primary);
    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;
}

@font-face {
    font-family: 'Public Sans';
    src: url('./assets/fonts/PublicSans-ExtraLight.ttf');
    font-weight: 200;
}

@font-face {
    font-family: 'Public Sans';
    src: url('./assets/fonts/PublicSans-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Public Sans';
    src: url('./assets/fonts/PublicSans-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Public Sans';
    src: url('./assets/fonts/PublicSans-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Public Sans';
    src: url('./assets/fonts/PublicSans-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Public Sans';
    src: url('./assets/fonts/PublicSans-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Public Sans';
    src: url('./assets/fonts/PublicSans-ExtraBold.ttf');
    font-weight: 800;
}

@font-face {
    font-family: 'Public Sans';
    src: url('./assets/fonts/PublicSans-Black.ttf');
    font-weight: 900;
}

:root {
    --primary: #283891;
    --secondary: #8ca3b9;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    background: #FFF;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    position: relative;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

.defultcolor {
    color: var(--primary) !important;
}

* {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: transparent;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

*:hover {
    scrollbar-width: thin;
    scrollbar-color: var(--primary) transparent;
}

*:hover::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*:hover::-webkit-scrollbar-track {
    background-color: transparent;
}

*:hover::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}

*:hover::-webkit-scrollbar-track,
*:hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.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;
}

.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;
}


.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;
}


.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;
}


.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;
}


.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;
}


.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;
}


.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;
}


.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;
}


.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;
}


.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;
}

.ptb-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}


.pt-75 {
    padding-top: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.ptb-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}


.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}


.pt-85 {
    padding-top: 85px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.ptb-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}


.pt-90 {
    padding-top: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}


.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 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;
}


.form-group {
    margin-bottom: 1rem;
}

.form-label {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.form-control {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    padding: 10px 15px;
    color: #000000;
    border: 1px solid #E6E8EC;
    border-radius: 5px;
    box-shadow: none !important;
}

textarea.form-control {
    min-height: auto;
    height: auto;
    resize: inherit;
}

.form-control:focus {
    border-color: var(--primary);
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #878991;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #878991;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #878991;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #878991;
}


.inputwithicon {
    position: relative;
}

.inputwithicon input {
    padding: 10px 40px 10px 15px !important;
}

.inputwithicon .inputicon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px;
    color: #2A354780;
}

.inputwithicon .inputicon img {
    width: 25px;
    height: 25px;
}

.border-top {
    border-top: none !important;
    position: relative;
}

.border-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
}

.border-bottom {
    border-bottom: none !important;
    position: relative;
}

.border-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
}

.border-start {
    border-left: none !important;
    position: relative;
}

.border-start::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
}

.border-end {
    border-right: none !important;
    position: relative;
}

.border-end::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
}

.imageshedow {
    /* box-shadow: -20px 30px 88px 0px #00000013; */
    filter: drop-shadow(0 0 0.75rem #00000013);
}

.btn {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    border-radius: 8px;
    padding: 15px 25px;
    box-shadow: none !important;
}

.btn.btn-blue {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #fff;
}

.btn.btn-blue:hover {
    border: 1px solid var(--primary);
    background-color: transparent;
    color: var(--primary);
}

.btn.btn-white {
    background-color: #fff;
    color: var(--primary);
    border: 1px solid transparent;
}

.btn.btn-white:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn.btn-border {
    border: 1px solid #E6E8EC;
    background-color: #fff;
    color: var(--primary);
}

.btn.btn-border:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #fff;
}


.header_area {
    width: 100%;
    display: inline-block;
    position: fixed;
    top: 0;
    width: 100%;
    /* background-color: var(--primary); */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.06); */
    z-index: 999;
}

.header_area .headebg {
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary);
    padding: 10px 15px;
    border-radius: 20px;
}

.home_page .header_area .headebg {
    background-color: transparent;
}

.fixed-header .headebg {
    background-color: var(--primary) !important;
}

.home_page .header_area {
    background-color: transparent;
    border-bottom: transparent;
}

.header_area .navbar-brand img {
    width: 130px;
}

.header_area .navbar-nav {
    display: flex;
    align-items: center;
}

.header_area .nav-item {
    padding: 0px 20px;
}

.header_area .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: relative;
    padding: 0;
}

.header_area .nav-item .nav-link::after {
    content: "";
    background-color: transparent;
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: width .5s ease, background-color .5s ease;
}

.header_area .nav-item .nav-link.active::after,
.header_area .nav-item:hover .nav-link::after {
    width: 100%;
    background-color: #fff;
}

.header_area .nav-item .nav-link:hover,
.header_area .nav-item .nav-link.active {
    font-weight: 700;
}

.pagemain {
    margin-top: 104px;
}

.home_page .pagemain {
    margin-top: 0;
}


.banner_sec {
    width: 100%;
    display: inline-block;
}

.home_banner {
    width: 100%;
    background-color: rgba(40, 56, 144, 1);
    position: relative;
    padding: 100px 0 30px;
    height: 100vh;
    /*height: 600px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.banner_sec .bgshape {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.home_banner .bannerleft {
    position: relative;
    z-index: 9;
}

.home_banner .bannerleft h1 {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    /* text-transform: capitalize; */
}

.home_banner .bannerleft h1 span {
    color: #e6c428 !important;
}

.home_banner .bannerleft p {
    color: #8794BA;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 15px;
}

.home_banner .rshapeleft {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: jump 3s infinite alternate;
    animation: jump 3s infinite alternate;
}

.home_banner .rshaperight {
    position: absolute;
    bottom: -50px;
    right: 0;
    height: 100%;
    display: flex;
    align-items: end;
    -webkit-animation: jump 3s infinite alternate;
    animation: jump 3s infinite alternate;
}

.home_banner .brinner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1024px;
    height: auto;
    z-index: 9;
}

.home_banner .rshaperight img {
    width: 100%;
}


@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


.company_logo_sec {
    width: 100%;
    display: inline-block;
}

.company_logo_sec .cltitle {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.company_logo_sec .cltitle h3 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #30323D;
}


.owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-width: 100%;
}

.company_logo_sec .cnylogobox {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.company_logo_sec .cnylogobox img {
    margin: 0 auto;
    width: 180px;
    height: 40px;
    object-fit: contain;
    filter: grayscale(100%);
}

.company_logo_sec .cnylogobox img:hover {
    filter: inherit;
}

.sectitle {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.sectitle h6 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #ED2A26;
    margin-bottom: 10px;
}

.sectitle h3 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #30323D;
    margin-bottom: 15px;
}

.sectitle p {
    color: #878991;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: justify;
}

.sectitle p.width {
    text-align: center;
    width: 510px;
    margin: 0 auto;
}

.sectitle p:last-child {
    margin-bottom: 0px;
}

.hsec_three {
    width: 100%;
    display: inline-block;
    position: relative;
}

.hsec_three .mrshape {
    position: absolute;
    right: 0;
    top: -50px;
    -webkit-animation: jump 3s infinite alternate;
    animation: jump 3s infinite alternate;
}

.hsec_three .hstbox .imgleftbox {
    margin-left: -67%;
}

.hsec_three .hstbox .imgleftbox img {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hsec_three .hstbox .imgleftbox img.active {
    display: block;
    opacity: 1;
}

.hsec_three .hstbox .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hsec_three .hstibox {
    width: 100%;
    display: inline-block;
    border: 1px solid #E6E8EC;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 16px;
    cursor: pointer;
}

.hsec_three .hstibox:last-child {
    margin-bottom: 0;
}

.hsec_three .hstibox:hover {
    box-shadow: 0px 12px 56px 0px #061C3D1F;
}

.hsec_three .hstibox .imgbox {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #F0F5FF;
    border-radius: 8px;
    object-fit: contain;
    margin-bottom: 30px;
}

.hsec_three .hstibox .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.hsec_three .hstibox:hover .imgbox {
    background-color: var(--primary);
}

.hsec_three .hstibox:hover .imgbox img {
    filter: brightness(100);
}

.hsec_three .hstibox h3 {
    font-size: 18px;
    font-weight: 600;
    color: #30323D;
    margin-bottom: 15px;
}

.hsec_three .hstibox p {
    font-size: 14px;
    font-weight: 400;
    color: #878991;
    /* margin-bottom: 30px; */
}

.hsec_three .hstibox a {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.hsec_three .hstibox a i {
    color: var(--primary);
    font-size: 18px;
}

.hsec_three .hstibox:hover a {
    border-bottom: 2px solid var(--primary);
}

.projectcounter {
    width: 100%;
    display: inline-block;
}

.projectcounter .pcbox {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.projectcounter .pcbox h3 {
    font-size: 45px;
    font-weight: 600;
    color: #30323D;
    display: inline-flex;
    align-items: center;
    margin: 0 auto 10px;
}

.projectcounter .pcbox p {
    font-size: 16px;
    font-weight: 400;
    color: #878991;
    margin-bottom: 0;
}

.hsec_five {
    width: 100%;
    display: inline-block;
}

.hsec_five .sectitle p {
    margin-bottom: 20px;
    line-height: 28px;
}

.hsec_five .sectitle p:last-child {
    margin-bottom: 0px;
}

.ratingul {
    display: inline-flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ratingul li {
    margin-right: 5px;
}

.ratingul li i {
    color: #8ca3b9;
    font-size: 18px;
}

.ratingul li.active i {
    color: #FF8800;
}

.user_review_sec {
    width: 100%;
    display: inline-block;
}

.user_review_sec p {
    color: #878991;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: justify;
}

.user_review_sec p:last-child {
    margin-bottom: 0px;
}

.user_review_sec .urboxes {
    width: 100%;
    display: inline-block;
    border: 1px solid #E6E8EC;
    padding: 20px;
    border-radius: 16px;
}

.user_review_sec .urboxes p {
    color: #30323D;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.user_review_sec .usermedia {
    margin-bottom: 20px;
}

.user_review_sec .userimg {
    width: 48px;
    line-height: 48px;
    height: 48px;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
}

.user_review_sec .userimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user_review_sec .userinfo h3 {
    color: #283891;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.user_review_sec .userinfo h6 {
    color: #878991;
    font-size: 14px;
    font-weight: 400;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: -2%;
    transform: translateY(-50%);
}

.owl-prev i {
    background-color: #dde9ed;
    font-size: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    color: #101011;
    display: inline-block;
}

.owl-next {
    position: absolute;
    top: 50%;
    right: -2%;
    transform: translateY(-50%);
}

.owl-next i {
    background-color: #dde9ed;
    font-size: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    color: #101011;
    display: inline-block;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #CEE0FA !important;
    border-radius: 50%;
    cursor: pointer;
}

.owl-carousel .owl-dot.active {
    background-color: var(--primary) !important;
    width: 32px;
    border-radius: 50px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    font-family: remixicon !important;
    content: "\f1af";
    color: var(--primary);
    font-size: 25px;
}

.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: "\ea13";
    color: var(--primary);
    font-size: 25px;
}

.faq_sec {
    width: 100%;
    display: inline-block;
}

.faq_sec .accordion-item {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    border: 1.5px solid #E6E8EC;
    border-radius: 10px;
}

.faq_sec .accordion-item:last-child {
    margin-bottom: 0;
}

.faq_sec .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #30323D;
    box-shadow: none;
    background-color: transparent;
    border-radius: 10px !important;
    overflow: hidden;
    padding: 10px 15px;
}

.faq_sec .accordion-button:hover {
    background-color: var(--primary);
    color: #fff;
}

.faq_sec .accordion-button:hover::after {
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    border-radius: 10px 10px 0px 0px !important;
}

.faq_sec .accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: #fff;
}

.faq_sec .accordion-button:not(.collapsed)::after {
    color: #fff;
}


.faq_sec .accordion-body {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-align: justify;
    color: #30323D;
}

.faq_sec .accordion-body P:last-child {
    margin-bottom: 0;
}

.faq_sec .accordion-collapse.show .accordion-body {
    background-color: var(--primary);
    color: #fff;
    border-radius: 0px 0px 10px 10px;
}

.talk_expert_sec {
    width: 100%;
    display: inline-block;
}

.talk_expert_sec .tes_inner {
    width: 100%;
    display: inline-block;
    background-color: #F0F5FF;
    padding: 30px;
}

.talk_expert_sec .tes_inner h3 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 400;
    color: #30323D;
}

.footer_main {
    width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(40, 56, 144, 1);
    position: relative;
    padding-top: 250px;
}

.footer_main .bgshape {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.footer_main .foshape {
    position: absolute;
    right: 0;
    top: 70px;
    -webkit-animation: jump 3s infinite alternate;
    animation: jump 3s infinite alternate;
}

.footer_top {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #E6E8EC;
    padding-bottom: 30px;
    position: relative;
    z-index: 9;
}

.footer_top .fologo {
    margin-bottom: 20px;
}

.footer_top .fologo img {
    width: 120px;
}

.footer_top .fotxt {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: justify;
    color: #FFFFFF;
}

.footer_top .widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer_top .footer-links {
    width: 100%;
    display: inline-block;
    padding: 0;
}

.footer_top .footer-links li {
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
    padding: 0;
}

.footer_top .footer-links li::before {
    content: "";
    background-color: #fff;
    width: 16px;
    height: 2px;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    /* Adding transition for smooth animation */
}

.footer_top .footer-links li:hover::before {
    opacity: 1;
}

.footer_top .footer-links li:last-child {
    margin-bottom: 0px;
}

.footer_top .footer-links a {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    transition: padding 0.3s ease-in-out;
    /* Adding transition for smooth animation */
}

.footer_top .footer-links a:hover {
    padding-left: 20px;
}

.footer_top .fosocialul {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer_top .fosocialul li {
    margin-bottom: 10px;
}

.footer_top .fosocialul li:last-child {
    margin-bottom: 0px;
}

.footer_top .socialboxes {
    width: 180px;
    padding: 7px 12px;
    border-radius: 5px;
    background-color: #FFFFFF14;
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.footer_top .socialboxes .iconbox {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 25px;
}

.footer_top .socialboxes .txtbox {
    border-left: 1px solid var(--primary);
    padding-left: 15px;
    margin-left: 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.footer_top .socialboxes.facebook:hover {
    background-color: #1877F2;
}

.footer_top .socialboxes.facebook:hover .txtbox {
    border-color: rgba(255, 255, 255, .2);
}

.footer_top .socialboxes.linkedin:hover {
    background-color: #0E76A8;
}

.footer_top .socialboxes.linkedin:hover .txtbox {
    border-color: rgba(255, 255, 255, .2);
}

.footer_top .socialboxes.twitter:hover {
    background-color: #1DA1F2;
}

.footer_top .socialboxes.twitter:hover .txtbox {
    border-color: rgba(255, 255, 255, .2);
}

.footer_top .socialboxes.instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.footer_top .socialboxes.instagram:hover .txtbox {
    border-color: rgba(255, 255, 255, .2);
}

.footer_bottom {
    width: 100%;
    display: inline-block;
    padding: 15px;
    text-align: center;
}

.footer_bottom p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.aboutp_sec {
    width: 100%;
    display: inline-block;
    position: relative;
}

.aboutp_sec .mrshape {
    position: absolute;
    right: 0;
    bottom: -100px;
    -webkit-animation: jump 3s infinite alternate;
    animation: jump 3s infinite alternate;
}

.aboutp_sec .colconbox p:last-child {
    margin-bottom: 0;
}


.pricingp_sec .nav-tabs {
    border: none;
    display: inline-block;
    width: auto;
    border: 1px solid #E6E8EC;
    border-radius: 50px;
    padding: 10px;
}

.pricingp_sec .nav-item {
    display: inline-block;
}

.pricingp_sec .nav-item .nav-link {
    border: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: -0.012em;
    padding: 15px 30px;
    border-radius: 50px;
    background-color: transparent;
    color: #878991;
}

.pricingp_sec .nav-item .nav-link.active,
.pricingp_sec .nav-item .nav-link:hover {
    background-color: var(--primary);
    color: #fff;
}

.pricingp_sec .pcgbox {
    width: 100%;
    display: inline-block;
    padding: 20px 20px 65px 20px;
    border: 1px solid #E6E8EC;
    border-radius: 16px;
    position: relative;
}

.pricingp_sec .pcgboxes {
    display: flex;
}

.pricingp_sec .plantype {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.012em;
    color: var(--primary);
    margin-bottom: 15px;
}

.pricingp_sec .planprice {
    font-size: 35px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 15px;
}

.pricingp_sec .planprice span {
    font-size: 16px;
    font-weight: 400;
    color: #878991;
}

.pricingp_sec .plandes p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #878991;
    margin-bottom: 15px;
}

.pricingp_sec .planinfo {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.pricingp_sec .planinfo li {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #878991;
    margin-bottom: 5px;
    padding-left: 28px;
    line-height: 24px;
}

.pricingp_sec .planinfo li:last-child {
    margin-bottom: 0;
}

.pricingp_sec .planinfo li::before {
    content: "\eb7b";
    font-family: remixicon !important;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
    background-color: #F0F5FF;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 14px;
    color: var(--primary);
}

.pricingp_sec .planselect {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.pricingp_sec .pcgbox:hover {
    background-color: var(--primary);
}

.pricingp_sec .pcgbox:hover .plantype,
.pricingp_sec .pcgbox:hover .planprice,
.pricingp_sec .pcgbox:hover .planprice span,
.pricingp_sec .pcgbox:hover .plandes p,
.pricingp_sec .pcgbox:hover .planinfo li {
    color: #fff;
}

.pricingp_sec .pcgbox:hover .planinfo li::before {
    background-color: #506398;
    color: #fff;
}

.pricingp_sec .pcgbox:hover .planselect .btn:hover {
    border-color: #fff;
}


.contact_sec {
    width: 100%;
    display: inline-block;
    position: relative;
}

.contact_sec .mrshape {
    position: absolute;
    right: 0;
    bottom: 100px;
    -webkit-animation: jump 3s infinite alternate;
    animation: jump 3s infinite alternate;
}

.contact_sec .coboxes {
    border: 1px solid #E6E8EC;
}

.contact_sec .coboxes:first-child {
    border-radius: 24px 0px 0px 24px;
}

.contact_sec .coboxes:last-child {
    border-radius: 0px 24px 24px 0px;
    border-left: 0;
}

.contact_sec .cobox {
    width: 100%;
    display: inline-block;
    padding: 30px;
}

.contact_sec .cobox .boxtitle {
    font-size: 25px;
    font-weight: 700;
    color: #30323D;
    margin-bottom: 30px;
}

.contact_sec .cobmedia {
    margin-bottom: 20px;
}

.contact_sec .cobmedia .cobimg {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: #28389114;
}

.contact_sec .cobmedia .cobimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.contact_sec .cobmedia .cobinfo h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: rgba(40, 56, 145, 0.50);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact_sec .cobmedia .cobinfo a,
.contact_sec .cobmedia .cobinfo p {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: var(--primary);
    margin-bottom: 0;
}

.contact_sec .cobmedia {
    width: 100%;
    display: inline-block;
}

.contact_sec .cobmedia .boxtitle {
    font-size: 16px !important;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 15px;
    margin-top: 50px;
}

.contact_sec .cobmedia .boxtitle .titleborder {
    background-color: var(--primary);
    width: 32px;
    height: 2px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
}

.contact_sec .cobmedia ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact_sec .cobmedia ul li {
    margin-right: 10px;
}

.contact_sec .cobmedia ul li:last-child {
    margin-right: 0px;
}

.contact_sec .cobmedia ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: var(--primary);
    color: #fff;
}

.contact_sec .cobmedia ul li a i {
    font-size: 20px;
}

.contact_sec .cobmedia ul li.facebook a:hover {
    background-color: #1877F2;
}

.contact_sec .cobmedia ul li.linkedin a:hover {
    background-color: #0E76A8;
}

.contact_sec .cobmedia ul li.twitter a:hover {
    background-color: #1DA1F2;
}

.contact_sec .cobmedia ul li.instagram a:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.ui-timepicker-standard {
    border: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--primary);
    background: var(--primary);
    color: #fff;
}


.support_sec {
    width: 100%;
    display: inline-block;
    position: relative;
}

.support_sec .mrshape {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-animation: jump 3s infinite alternate;
    animation: jump 3s infinite alternate;
    transform: translateY(-50%);
}

.support_sec .sidebar {
    position: sticky;
    top: 150px;
    bottom: 0;
    left: 0;
    width: 200px;
    background-color: #fff;
    overflow-y: auto;
}

.support_sec .nav-link {
    display: block;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em !important;
    color: #30323D;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.support_sec .nav-link::after {
    display: none;
}

.support_sec .nav-link.active::after,
.support_sec .nav-link:hover::after {
    display: block;
}

.support_sec .section {
    height: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.support_sec .privacy_data {
    width: 100%;
    display: inline-block;
}

.support_sec .pdboxes {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}

.support_sec .pdboxes:last-child {
    margin-bottom: 0;
}

.support_sec .pdboxes p:last-child {
    margin-bottom: 0;
}

.support_sec .section .main_title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 20px 0 20px;
}

.support_sec .section ul {
    width: 100%;
    display: inline-block;
    margin: 0;
}

.support_sec .section ul li {
    margin-bottom: 1rem;
}

.support_sec .section .pdbtitle {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    color: var(--primary);
}

.support_sec .section p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: justify;
}


.support_sec .section .sub_title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 1rem 0;
}



.usep_sec {
    width: 100%;
    display: inline-block;
}

.usep_sec .uspboxes {
    display: flex;
    margin-bottom: 25px;
}

.usep_sec .uspbox {
    width: 100%;
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #E6E8EC;
}

.usep_sec .uspbox .imgbox {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto 15px;
}

.usep_sec .uspbox .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.usep_sec .uspbox h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}

.usep_sec .uspbox p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}

.usep_sec .uspbox p:last-child {
    margin-bottom: 0;
}

.kfpmedia {
    border: 1px solid #E6E8EC;
    padding: 20px;
    border-radius: 10px;
}

.kfpmedia .kfpicon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.kfpmedia .kfpicon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kfpmedia .kfpdata h3 {
    font-size: 16px;
    font-weight: 600;
    color: #30323D;
    margin-bottom: 0px;
}

.vis_mis_sec {
    width: 100%;
    display: inline-block;
}

.vis_mis_sec .vmboxes {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 20px;
    margin-bottom: 25px;
}

.vis_mis_sec .vmboxes:last-child {
    margin-bottom: 0;
}

.vis_mis_sec .ibinner {
    width: 80px;
    height: 80px;
    object-fit: contain;
    text-align: center;
}

.vis_mis_sec .ibinner img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.vis_mis_sec .titlebox h3 {
    font-size: 20px;
    font-weight: 700;
    color: #30323D;
}


.vis_mis_sec .desbox p {
    color: #878991;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: justify;
}

.vis_mis_sec .desbox p:last-child {
    margin-bottom: 0;
}




@media (max-width: 1680.98px) {
    .home_banner .brinner {
        width: 885px;
    }

    .home_banner .bannerleft h1 {
        font-size: 35px;
    }

    .home_banner .bannerleft p {
        font-size: 14px;
    }

    .sectitle h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .sectitle p {
        font-size: 14px;
    }

    p {
        font-size: 14px !important;
    }

    .hsec_three .hstbox .imgleftbox {
        margin-left: -46%;
    }
}


@media (max-width: 1440.98px) {
    .home_banner .brinner {
        width: 765px;
    }

    .home_banner .bannerleft h1 {
        font-size: 30px;
    }

    .company_logo_sec .cltitle h3 {
        font-size: 25px;
    }

    .sectitle h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .hsec_three .hstbox .imgleftbox {
        margin-left: -24%;
    }

    .header_area .nav-item .nav-link {
        font-size: 14px;
        line-height: 14px;
    }

    .faq_sec .accordion-button {
        font-size: 16px;
        line-height: 24px;
    }

    .faq_sec .accordion-body {
        font-size: 14px;
        line-height: 24px;
    }

    .home_banner .rshaperight img {
        width: 939px;
    }

    /* .faq_sec .accordion-button {
        padding: 10px 15px;
    } */

    .pricingp_sec .plantype {
        font-size: 18px;
    }

    .pricingp_sec .planprice {
        font-size: 35px;
    }

    .pricingp_sec .planprice span {
        font-size: 14px;
    }

    .pricingp_sec .plandes p {
        font-size: 14px;
        line-height: 24px;
    }

    .pricingp_sec .planinfo li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .pricingp_sec .planinfo li::before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .contact_sec .cobox .boxtitle {
        font-size: 25px;
    }

    .contact_sec .cobmedia ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .contact_sec .cobmedia ul li a i {
        font-size: 16px;
    }

    .usep_sec .uspboxes {
        flex: 0 0 auto;
        width: 33.33%;
    }

    /* .home_banner {
        height: 600px;
    } */
}


@media (max-width: 1399.98px) {
    .home_banner .brinner {
        width: 720px;
    }

    .home_banner .rshaperight img {
        width: 850px;
    }

    .home_banner .rshapeleft img {
        width: 350px;
    }
}


@media (max-width: 1280.98px) {
    .home_banner .brinner {
        width: 660px;
    }
}


@media (max-width: 1199.98px) {
    .hsec_three .hstbox .imgleftbox {
        margin-left: 0;
    }

    .hsec_three .hstboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .home_banner .brinner {
        width: 100%;
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        z-index: 9;
    }

    .pricingp_sec .pcgboxes {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 25px;
    }
}


@media (max-width: 991.98px) {
    .home_banner {
        padding: 120px 0 30px;
        height: auto;
    }

    .home_banner .bannerleft {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 25px;
        opacity: 2;
    }

    .home_banner .bannerright {
        flex: 0 0 auto;
        width: 100%;
        opacity: 1;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: var(--primary);
        border-radius: 20px;
    }

    .fixed-header .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }

    .header_area .nav-item {
        padding: 0;
    }

    .header_area .nav-item .nav-link {
        padding: 10px 15px;
        margin-bottom: 5px;
    }

    .header_area .navbar-nav {
        display: inline-block;
        width: 100%;
    }

    .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;
    }

    .projectcounter .pcinner {
        flex: 0 0 auto;
        width: 80%;
    }

    .hsec_five .hsfboxes,
    .hsec_six .hsfboxes,
    .hsec_seven .hsfboxes,
    .aboutp_sec .asboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .hsec_five .colimgbox,
    .hsec_six .colimgbox,
    .hsec_seven .colimgbox,
    .aboutp_sec .colimgbox {
        order: 1;
        margin-bottom: 25px;
        text-align: center;
    }

    .hsec_five .colconbox,
    .hsec_six .colconbox,
    .hsec_seven .colconbox,
    .aboutp_sec .colconbox {
        order: 2;
    }

    .faq_sec .faqinner {
        flex: 0 0 auto;
        width: 90%;
    }

    .footer_top .footer-col {
        margin-bottom: 25px;
    }

    .footer_main {
        padding-top: 150px;
    }

    .talk_expert_sec .btntxt {
        width: 100%;
        display: inline-block !important;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .footer_top .fosocialbox {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer_top .fosocialbox .footer-col {
        margin-bottom: 0;
        text-align: center;
    }

    .footer_top .fosocialul li {
        margin-bottom: 10px;
        display: inline-block;
        margin-right: 10px;
    }
}


@media (max-width: 767.98px) {
    .hsec_three .hstiboxes {
        flex: 0 0 auto;
        width: 50%;
    }

    .footer_top .foboxes {
        flex: 0 0 auto;
        width: 50%;
    }

    .footer_top .fosocialbox {
        flex: 0 0 auto;
        width: 100%;
    }

    .sectitle p.width {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .footer_main {
        padding-top: 110px;
    }

    .projectcounter .pcboxes {
        flex: 0 0 auto;
        width: 20%;
    }

    .projectcounter .pcbox h3 {
        font-size: 35px;
    }

    .projectcounter .pcinner {
        flex: 0 0 auto;
        width: 100%;
    }

    .projectcounter .pcbox p {
        font-size: 12px;
        line-height: 20px;
    }

    .faq_sec .faqinner {
        flex: 0 0 auto;
        width: 100%;
    }

    .contact_sec .coboxes:first-child {
        border-radius: 24px;
        margin-bottom: 25px;
    }

    .contact_sec .coboxes:last-child {
        border-radius: 24px;
        border-left: 1px solid #E6E8EC;
    }

    .contact_sec .cobox {
        padding: 20px;
    }

    .contact_sec .cobmedia .boxtitle {
        margin-top: 0px;
    }

    .support_sec .b_c_tab {
        display: none;
    }

    .support_sec .section {
        height: auto;
        overflow: visible;
    }

    .header_area .navbar-brand img {
        width: 100px;
    }

    .pagemain {
        margin-top: 89px;
    }

    .usep_sec .uspboxes {
        flex: 0 0 auto;
        width: 50%;
    }

    .vis_mis_sec .vmboxes {
        text-align: center;
    }

    .vis_mis_sec .ibinner {
        margin: 0 auto;
    }

    .vis_mis_sec .vmboxes .iconbox,
    .vis_mis_sec .vmboxes .titlebox,
    .vis_mis_sec .vmboxes .desbox {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 15px;
    }

    .vis_mis_sec .vmboxes .desbox {
        margin-bottom: 0px;
    }
}


@media (max-width: 575.98px) {
    .footer_main {
        padding-top: 100px;
    }

    .hsec_three .hstiboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .home_banner .bannerleft h1 {
        font-size: 25px;
    }

    .company_logo_sec .cltitle h3 {
        font-size: 20px;
    }

    .sectitle h3 {
        font-size: 25px;
        line-height: 35px;
    }

    section.ptb-40 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .footer_top .socialboxes {
        width: 145px;
    }

    .footer_top .socialboxes .iconbox {
        font-size: 17px;
    }

    .footer_top .socialboxes .txtbox {
        padding-left: 10px;
        margin-left: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .pricingp_sec .pcgboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .pricingp_sec .pcgboxes:last-child {
        margin-bottom: 0;
    }

    .projectcounter .pcinner {
        flex: 0 0 auto;
        width: 100%;
    }

    .usep_sec .uspboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .usep_sec .uspboxes:last-child {
        margin-bottom: 0px;
    }

    .projectcounter .pcboxes {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 15px;
    }
}


@media (max-width: 480.98px) {
    .footer_main {
        padding-top: 80px;
    }
}

.error_cls {
    border: 1px dashed red !important;
}

::selection {
    background: #283891;
    color: #ffffff;
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
}

.company_logo_sec .cnylogobox img
{
    filter: none;
    /*width: 180px !important;*/
    width: auto !important;
    height: 90px;
}