/*Default css*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    vertical-align: baseline;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #101010;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 17px;
    outline: none;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #101010;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

.w80 {
    width: 80px
}

.gap10 {
    grid-gap: 10px
}

.gap20 {
    grid-gap: 20px
}

.gap30 {
    grid-gap: 30px
}

.gap40 {
    grid-gap: 40px
}

.gap50 {
    grid-gap: 50px
}

.h-center {
    justify-content: center;
}

.h-cb {
    justify-content: space-between;
}

.maga-btn {
    text-align: center;
}
.hover-scale img{transform: scale(1.0);}
.hover-scale:hover img {transform: scale(1.05);}

.isotope_item,
input,
button,
.custom-btn,
.circle,
.s-block,
.clients-logo,
.icon-set,
.sticky,
.navbar,
.dropdown-toggle,
.hover-scale img,
.sub-menu-sec a,
.main-header.sticky,
.main-header,
.circle2,
.hoshd {
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
}

.hoshd:hover {
    box-shadow: 0 15px 39px -11px #46638e45;
    transform: translate(0px, -5px);
}

.text-justify {
    text-align: justify;
}

.niwax-btn2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    padding: 15px 30px;
    line-height: 1;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.niwax-btn2:hover {
    background-position: 99% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.niwax-btn2:focus {
    outline: none;
}

.niwax-btn2 {
    background-image: linear-gradient(to right, #552ECD, #673AB7, #6772DA, #6BA3FF);
    box-shadow: 0 10px 15px 0px rgb(175 0 87 / 20%);
}

.niwax-btn3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    padding: 0px 32px;
    line-height: 56px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.niwax-btn3:hover {
    background-position: 99% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.niwax-btn3:focus {
    outline: none;
}

.niwax-btn3 {
    background-image: linear-gradient(to right, #552ECD, #673AB7, #6772DA, #6BA3FF);
    box-shadow: 0 4px 15px 0 rgb(90 75 194 / 15%);
}

.niwax-btn3:hover,
.niwax-btn2:hover {
    color: #fff;
}

.shdo {
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}

.-shadow {
    -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #ffffff;
    box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #ffffff;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}

/*scrollbar theme*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #e8e8e8;
}

::-webkit-scrollbar-thumb:hover {
    background: #6772DA;
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(45deg, #673ab7, #6772DA);
    background-image: -o-linear-gradient(45deg, #673ab7, #6772DA);
    background-image: linear-gradient(45deg, #673ab7, #6772DA);
    border-radius: 50px;
    box-shadow: 0 4px 15px 0 rgb(90 75 194 / 15%);
}


/*Header css*/
/*Header css*/
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.top-header {
    position: relative;
    z-index: 999;
    background: linear-gradient(to right, #552ECD, #673AB7);
    padding: 5px 20px;
}

.top-header p {
    color: #fff;
}

.top-header p strong {
    color: #fff000;
}

.main-header {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 85px;
    z-index: 99999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sticky .dsk-logo {
    line-height: 70px;
}

.dsk-logo {
    float: left;
    line-height: 85px;
}

.dsk-logo .nav-brand img {
    max-height: 75px;
}

.main-header .mega-white-logo {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

.custom-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: none;
}

.custom-nav .nav-list {
    display: flex;
    align-items: center;
}

.custom-nav .nav-list li {
    display: inline-flex;
}

.nav-bg-b .custom-nav .nav-list li a.menu-links {
    color: #552ECD;
}

.sticky .custom-nav .nav-list li a.menu-links {
    line-height: 70px;
}

.custom-nav .nav-list li a.menu-links {
    font-size: 16px;
    color: #050748;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0px 15px;
    line-height: 85px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.custom-nav .sbmenu>a::before {
    content: "+";
    position: absolute;
    right: 4px;
}

.custom-nav .sbmenu.hover>a::before {
    content: "-";
}

div.custom-nav>ul>li>a.menu-links:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #4f4daf;
    left: -100%;
    bottom: 20px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

div.custom-nav>ul>li:hover>a.menu-links:after {
    left: 0;
    opacity: 1;
}

div.custom-nav>ul>li:hover>a.menu-links {
    font-weight: 600;
    transform: scale(1.05);
}

div.custom-nav>ul>li>a.menu-links.active {
    font-weight: 600;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
    background-image: linear-gradient(to right, #552ecd 0%, #ff5a1c 36%, #ff5a1c 65%, #552ecd 100%);
}

.main-header.sticky .nx-dropdown {
    top: 65px;
}

.custom-nav .nav-list li.rpdropdown {
    position: relative;
}

.nx-dropdown {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 80px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

div.custom-nav>ul>li:hover .nx-dropdown {
    opacity: 1;
    height: auto;
    overflow: inherit;
}

div.custom-nav>ul>li:hover .nx-dropdown {
    opacity: 1;
    height: auto;
    overflow: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
}

.nx-dropdown {
    -webkit-transform: perspective(600px) rotateX(-15deg);
    transform: perspective(600px) rotateX(-15deg);
    -webkit-transform-origin: 50% -50px;
    -ms-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    width: fit-content;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden !important;
}

.sub-menu-section {
    border-bottom: 2px solid #552ECD;
    border-radius: 0 0 20px 20px;
    padding: 40px 0;
    display: inline-block;
    background-color: #ffffff;
    margin-top: 40px;
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
    -webkit-box-shadow: 0px 20px 20px -10px rgb(0 0 0 / 15%);
    box-shadow: 0px 20px 20px -10px rgb(0 0 0 / 30%);
}

.sub-menu-center-block {
    display: flex;
}

.sub-menu-column {
    width: 25%;
    float: left;
    padding: 0 20px;
}

.sub-menu-column .menuheading {
    color: #673AB7;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .2px;
    margin: 0 0 16px 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #552ECD;
}

.sub-menu-column ul {
    width: 100%;
    display: inline-block;
    position: relative;
}

.sub-menu-column ul li {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin-right: 0;
    margin-bottom: 9px;
}

.sub-menu-column ul li a {
    width: 100%;
    font-size: 14px;
    color: #050748;
    position: relative;
    line-height: 25px;
    font-weight: 600;
}

.sub-menu-column ul li:hover a {
    color: #6a6a8e;
    font-weight: 600;
}

.bullet-icon {
    width: 15px;
    padding-right: 5px;
}

.right-end-btn {
    margin-left: 15px;
}

.btn-br {
    line-height: 48px;
    color: #fff;
    border-radius: 100px;
    padding: 0 20px;
}

.lnk {
    position: relative;
    overflow: hidden;
}

.no-shadow {
    box-shadow: none !important
}

span.circle {
    background: rgba(255, 255, 255, 0.2);
    display: block;
    position: absolute;
    top: -10%;
    right: -130px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.lnk:hover span.circle {
    top: -10%;
    right: -80px;
}

button:focus {
    outline: none !important
}

.fa-icon {
    margin-left: 5px;
    font-size: 12px;
}

.header-heading .fa-icon {
    margin-left: 5px;
    font-size: 12px;
    animation: 2s infinite arrowanim;
    -webkit-animation: 2s infinite arrowanim;
}

.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}

.common-heading h2 {
    margin-bottom: 60px;
}

.inner-heading h2 {
    margin-bottom: 30px;
}

.v-center {
    align-self: center;
    align-items: center;
}

button {
    position: relative;
    overflow: hidden;
}

.custom-nav .nav-list li.hidedesktop {
    display: none;
}

.hc-nav-trigger {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 20px;
    z-index: 9980;
    width: 30px;
    min-height: 48px;
}

.hc-nav-trigger span {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #050748;
    transition: all .2s ease
}

.nav-bg-b .hc-nav-trigger span,
.nav-bg-b .hc-nav-trigger span::before,
.nav-bg-b .hc-nav-trigger span::after {
    background: #673AB7;
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    content: '';
    width: 100%
}

.hc-nav-trigger span::before {
    top: -10px
}

.hc-nav-trigger span::after {
    bottom: -10px
}

.hc-nav-trigger.toggle-open span {
    background: rgba(0, 0, 0, 0) !important;
    transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span::before {
    transform: translate3d(0, 9px, 0);
}

.hc-nav-trigger.toggle-open span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.btn-main:hover {
    color: #fff;
}

.btn-main {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 0px 32px;
    line-height: 56px;
    text-align: center;
    outline: none;
    color: #fff;
    background-color: #673AB7;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0px rgba(233, 30, 99, .15);
    box-shadow: 0 10px 15px 0px rgba(233, 30, 99, .15);
}

.navm- {
    position: relative;
}

#main-nav {
    display: none
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    padding-bottom: 41px
}

.hc-offcanvas-nav h2 {
    font-weight: 400;
    line-height: 36px;
}

.hc-offcanvas-nav a {
    font-size: 16px
}

.hc-offcanvas-nav li .custom-message {
    font-size: 12px
}

.hc-offcanvas-nav li .custom-message a {
    color: #fff;
    font-size: 13px
}

.hc-offcanvas-nav li .custom-message a:hover {
    text-decoration: none
}

.hc-offcanvas-nav.nav-position-top ul.bottom-nav,
.hc-offcanvas-nav.nav-position-bottom ul.bottom-nav {
    position: relative;
    border-top: none
}

.hc-offcanvas-nav.nav-position-top .nav-wrapper-0>.nav-content,
.hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0>.nav-content {
    padding-bottom: 0
}

.hc-offcanvas-nav ul.bottom-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 0px solid #101010;
    background: #101010;
}

.hc-offcanvas-nav ul.bottom-nav li {
    flex: auto
}

.hc-offcanvas-nav ul.bottom-nav li a {
    padding: 10px;
    text-align: center;
    height: 100%;
    border-bottom: none
}

.hc-offcanvas-nav ul.bottom-nav li svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle
}

.hc-offcanvas-nav ul.bottom-nav li.prb svg {
    width: 18px;
    height: 18px
}

.hc-offcanvas-nav.close-no-label:not(.rtl) .nav-title {
    padding-right: 60px;
}

.hc-offcanvas-nav.close-no-label .nav-title+ul>.nav-close:first-child a {
    position: absolute;
    width: 45px;
    height: 56px;
    top: 0;
    right: 0;
    transform: translateY(-100%)
}

.hc-offcanvas-nav.nav-position-left {
    left: 0
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999999;
}

.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
    transform: translate3d(0, 0, 0)
}

.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: transform .4s ease
}

.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #552ecd;
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s
}

.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh;
}

.hc-offcanvas-nav h2 {
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    padding: 10px 17px;
    color: #101010 !important;
    background: #fff
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.niwaxofcanvas {
    z-index: 10459999;
    -webkit-transition: all .6s cubic-bezier(0.6, 0.11, 0.45, 1.04);
    transition: all .6s cubic-bezier(0.6, 0.11, 0.45, 1.04);
    border-left: 2px solid #ff5a1c;
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important
}

.hc-offcanvas-nav.nav-levels-none .nav-container li {
    transition: background .3s ease
}

.hc-offcanvas-nav .nav-item-wrapper {
    position: relative
}

.hc-offcanvas-nav li:not(.custom-content) a {
    padding: 14px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #6ba3ff
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    color: rgba(255, 255, 255, 0.5)
}

.hc-offcanvas-nav li:not(.custom-content) a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    cursor: not-allowed
}

.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
    text-decoration: none
}

.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
    background: #101010
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a {
    border-top: 1px solid #2c5d8f;
    margin-top: -1px
}

.hc-offcanvas-nav li {
    text-align: left
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
    background: #ffffff;
    color: #101010;
}

.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
    background: #fff
}

.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
    margin-top: -1px
}

.hc-offcanvas-nav li.nav-parent .nav-item:last-child {
    padding-right: 35px
}

.hc-offcanvas-nav li.nav-parent .nav-item:not(:last-child) {
    margin-right: 44px
}

.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent .nav-next,
.hc-offcanvas-nav li.nav-back span {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
    content: '';
    position: absolute;
    top: 46%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    border-top: 2px solid #101010;
    border-left: 2px solid #101010
}

.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -11px;
    transform: rotate(135deg)
}

.hc-offcanvas-nav li.nav-close span::after {
    transform: rotate(-45deg)
}

.hc-offcanvas-nav a.nav-next {
    border-left: 1px solid #2c5d8f
}

.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav li.nav-back span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center
}

.hc-offcanvas-nav .nav-next span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.hc-offcanvas-nav .nav-next span::before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav li.nav-back span::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-right .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-top .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
    box-shadow: none;
    background: transparent
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
    font-size: 14px
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
    transition: background .3s ease
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
    background: #101010
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>a {
    border-bottom: 0px solid #fff
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>a:hover {
    background: #101010
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>a>.nav-next span::before {
    margin-top: 2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none .nav-container .nav-next span::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.rtl a.nav-next {
    border-left: none;
    border-right: 0px solid #fff
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item {
    padding-right: 17px;
    padding-left: 58px
}

#main-nav {
    display: none
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    padding-bottom: 41px
}

.hc-offcanvas-nav h2 {
    font-weight: 400
}

.hc-offcanvas-nav a {
    font-size: 16px
}

.hc-offcanvas-nav li .custom-message {
    font-size: 12px
}

.hc-offcanvas-nav li .custom-message a {
    color: #fff;
    font-size: 13px
}

.hc-offcanvas-nav li .custom-message a:hover {
    text-decoration: none
}

.hc-offcanvas-nav.nav-position-top ul.bottom-nav,
.hc-offcanvas-nav.nav-position-bottom ul.bottom-nav {
    position: relative;
    border-top: none
}

.hc-offcanvas-nav.nav-position-top .nav-wrapper-0>.nav-content,
.hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0>.nav-content {
    padding-bottom: 0
}

.hc-offcanvas-nav ul.bottom-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 0px solid #101010;
    background: #101010;
}

.hc-offcanvas-nav ul.bottom-nav li {
    flex: auto
}

.hc-offcanvas-nav ul.bottom-nav li a {
    padding: 10px;
    text-align: center;
    height: 100%;
    border-bottom: none
}

.hc-offcanvas-nav ul.bottom-nav li svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle
}

.hc-offcanvas-nav ul.bottom-nav li.prb svg {
    width: 18px;
    height: 18px
}

.hc-offcanvas-nav.close-no-label:not(.rtl) .nav-title {
    padding-right: 60px;
}

.hc-offcanvas-nav li {
    position: relative;
    display: block
}

.hc-offcanvas-nav input[type="checkbox"] {
    display: none
}

.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.hc-offcanvas-nav .nav-item {
    position: relative;
    display: block;
    box-sizing: border-box
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s
}

.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: height 0s ease .4s
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none;
    overflow: visible;
    visibility: visible
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, transform .4s ease
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .4s ease
}


@media screen and (max-width:1920px) and (min-width:992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        width: max-content;
        padding: 10px 0px;
        right: 0;
        left: auto;
    }

    .dropdown>.dropdown-toggle:active {
        pointer-events: none
    }
}

.offcanvas.show .cbtn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.cbtn {
    position: absolute;
    left: -40px;
    top: 10px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.btnclose {
    width: 50px;
    height: 50px;
    border-radius: 50px 0px 0px 50px;
    border-left: 2px solid #ff5a1c;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.btnclose .btn-close {
    padding: 15px;
}

.form-block {
    overflow: hidden;
}

.sidebarform input,
.sidebarform select,
.sidebarform textarea {
    border: 2px solid #e6e6e6;
}

.sidebarform {
    background: #fff;
}

.sidebarform form {
    margin-bottom: 20px;
}

#contactForm .form-group {
    position: relative;
}

.form-block input:focus,
.form-block textarea:focus {
    border-bottom: 2px solid #673AB7;
}

.form-block input {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    margin: 0px 0 15px 0;
    color: #172b43;
    font-size: 16px;
    outline: none;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.form-block textarea {
    height: 100px;
    width: 100%;
    padding: 15px;
    margin: 0px 0 15px 0;
    color: #673AB7;
    font-size: 16px;
    outline: none;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.form-block .form-group {
    margin-bottom: 0;
}

.form-block select {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    margin: 0px 0 15px 0;
    color: #673AB7;
    font-size: 16px;
    outline: none;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.help-block.with-errors {
    color: #ff5050;
    margin: 0px 0 0 10px;
    font-size: 13px;
    position: relative;
    bottom: 12px;
}

.messages .alert {
    position: relative;
    padding: 6px 25px 6px 6px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 14px;
}

.form-block .messages button:hover {
    background-color: transparent;
}

.messages .close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-align: right;
    position: absolute;
    right: 5px;
    top: 0;
}

.sidebarform input,
.sidebarform select,
.sidebarform textarea {
    border: 2px solid #e6e6e6;
}

.help-block.with-errors {
    margin: 0px 0 0 15px;
    font-size: 11px;
    position: absolute;
    bottom: 16px;
}

.form-block button:hover {
    background-color: #673AB7;
}

.form-block button {
    width: 100%;
}

.offcanvas-body .getintouchblock p {
    margin-bottom: 30px;
}

.media {
    display: flex;
}

.media div:first-child {
    flex-shrink: 0;
}

.media+.media {
    margin-top: 20px;
}

.icondive img {
    width: 35px;
    margin-right: 20px;
}

.icondive {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.getintouchinfo a {
    color: #19053c;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    display: block;
}

.getintouchinfo a span {
    display: block;
    color: #6a6a8e;
    font-size: 15px;
    font-weight: normal;
}

.social-media-linkz a {
    display: inline-block;
    color: #6a6a8e;
    font-size: 20px;
    margin: 0 15px 0 0px;
}


/*Footer css*/
footer {
    position: relative;
}

footer .footer-row2 .container {
    max-width: 90%;
}

.footer-svg {
    height: 80px;
    overflow: hidden;
    margin: -20px 0 0 0px;
}

.footer-svg svg path {
    fill: #FFF0F5;
}

.footer-row2 {
    background: linear-gradient(to top, #552ECD, #673AB7);
    padding: 50px 0 0px 0;
    color: #fff
}

.footer-row3 {
    background: #673AB7;
    padding: 10px 0;
}

.footer-row2 h5 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    color: #ffd727
}

footer .row {
    position: relative;
    z-index: 1;
}

.footer-address-list li p {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
}

.footer-address-list li p span {
    display: flex;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.footer-address-list li>span {
    position: relative;
    top: 5px;
}

.footer-address-list li {
    color: #fff;
    display: flex;
    padding: 0 0 5px 0;
}

.footer-address-list li:last-child {
    padding: 0 0 0px 0;
}

.footer-address-list li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.footer-address-list li a:hover {
    color: #ffd727 !important;
}

.footer-address-list li i {
    margin: 0 15px 0 0;
    display: initial;
    font-size: 21px;
}

.ftr-details li {
    padding: 0 0 15px 0;
}

.footer-block {
    padding: 20px 0;
}

.social-links {
    text-align: right;
}

.social-links a {
    color: #6a6a8e;
    font-size: 25px;
    line-height: 1;
}

.footer-social-media-icons a:hover {
    color: #673ab7 !important
}

.footer-social-media-icons a {
    color: #fff;
    font-size: 26px;
    border-radius: 4px;
    margin: 0 10px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}

.trust-icons {
    text-align: center;
}

.trust-icons img {
    width: 100px;
    height: 35px;
    margin: 0 10px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    object-fit: contain;
    padding: 5px 10px;
    border-radius: 10px;
}

.copyright {
    text-align: center;
    color: #fff;
}

.footer-social-media-icons {
    margin: 0 0 30px 0;
}

.footer- p a {
    color: #fff000;
}

.link-hover a {
    display: inline-block;
    padding: 3px 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    z-index: 1;
}

.link-hover a::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.link-hover a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.footer-social-media-icons a:hover {
    color: #ffd727 !important;
}

.footer-brands {
    background: rgba(248, 249, 250, 0.2);
    padding: 30px 0;
    margin-top: 50px;
}

.footer-badges- {
    display: flex;
    justify-content: space-between;
}

.footer-badges- li {
    display: inline-block;
}

.footer-badges- li a img {
    width: 150px;
}

.shadow {
    -webkit-box-shadow: 0 10px 15px 0px rgb(3 35 68 / 7%) !important;
    box-shadow: 0 10px 15px 0px rgb(0 23 46 / 7%) !important;
}

.shadow1 {
    -webkit-box-shadow: 0 10px 15px 0px rgb(3 35 68 / 15%);
    box-shadow: 0 10px 15px 0px rgb(3 35 68 / 15%);
}

.text-l {
    text-align: left !important;
}

.common-heading.text-l>p {
    margin-top: 10px;
}

.common-heading>span {
    line-height: 26px;
}

.common-heading>span {
    color: #552ECD;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    display: block;
}

.common-heading.ptag h2 {
    margin-bottom: 15px;
}

.common-heading.ptag p {
    font-size: 16px;
    line-height: 28px;
}

.srcl1 {
    background: #f3f5ff;
    border-bottom: 4px solid #b0bdff;
}

.srcl2 {
    background: #fff3e6;
    border-bottom: 4px solid #ffc093;
}

.srcl3 {
    background: #fbeefd;
    border-bottom: 4px solid #f6bcff;
}

.srcl4 {
    background: #effdff;
    border-bottom: 4px solid #9ff3ff;
}

.srcl5 {
    background: #fbfff1;
    border-bottom: 4px solid #ffdaa2;
}

.upset {
    position: relative;
    z-index: 5
}


.single-image img {
    position: relative;
    z-index: 5;
    border-radius: 8px;
}

.single-image img {
    position: relative;
    z-index: 5;
    border-radius: 8px;
}

.-cta-btn {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.-cta-btn p {
    font-size: 30px;
    color: #050748;
    margin: 0 30px 0 0px;
}

.-cta-btn p span {
    font-weight: bold;
}

.free-cta-title {
    display: inline-flex;
}



@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
}

@media only screen and (max-width: 1370px) {
    .btn-main {
        display: inline-flex;
        justify-content: center;
        white-space: nowrap;
        align-items: center;
    }
}

@media only screen and (max-width:1150px) {
    .mouse-cursor {
        display: none;
    }

    ::-webkit-scrollbar {
        width: 4px;
    }

    ::-webkit-scrollbar-track {
        background: #0d0c40;
    }

    .mobile-menu2 {
        display: block;
    }

    .service-sec-list h5 {
        font-size: 15px;
        line-height: 24px;
    }

    .-service-list li a {
        font-size: 11px;
    }

    .-service-list li {
        padding: 0 3px;
    }

    .custom-nav .nav-list {
        display: none;
    }

    .top-header .navbar-light .navbar-nav .nav-link {
        padding: 0 12px
    }

    .header-heading h1 {
        font-weight: 700;
        margin-bottom: 30px;
        font-size: 45px;
        line-height: 57px
    }

    .hidedesktop {
        display: block !important;
    }

    .right-end-btn {
        display: flex !important;
    }

    .hidemobile {
        display: none !important;
    }
}

@media only screen and (max-width:991px) {
    .main-header {
        height: 50px;
    }

    .dsk-logo .nav-brand img {
        max-height: 50px;
    }

    .btn-main {
        width: max-content;
        margin: 10px auto;
        display: block;
        font-size: 14px;
        padding: 5px 20px;
        line-height: 20px;
    }

    .hc-nav-trigger {
        width: 25px;
    }

    .hc-nav-trigger span,
    .hc-nav-trigger span::before,
    .hc-nav-trigger span::after {
        height: 2px;
        width: 25px;
    }

    .hc-nav-trigger span::before {
        top: -9px;
    }

    .hc-nav-trigger span::after {
        bottom: -9px;
    }

    footer .footer-row2 .container {
        max-width: 100%;
    }

    .footer-row2 {
        padding: 20px 0 0px 0;
    }

    .footer-row2 p {
        font-size: 14px;
        line-height: 1.2;
        text-align: justify;
    }

    .footer-row2 h5 {
        font-size: 16px;
        margin: 10px auto;
        margin-top: 20px;
    }

    .ftr-details li {
        padding: 0 0 10px 0;
    }

    .footer-address-list li p {
        font-size: 14px;
        line-height: 16px;
    }

    .footer-address-list li p span {
        font-size: 12px;
        line-height: 14px;
    }

    .footer-address-list li p span a {
        font-size: 12px;
    }

    .footer-address-list li a {
        font-size: 14px;
        line-height: 16px;
    }

    .footer-brands {
        margin-top: 30px;
        padding: 15px 0;
    }

    .footer-badges- {
        margin-top: 20px;
    }

    .footer-brands {
        text-align: center
    }

    .ftr-brand-pp .btn-main {
        width: max-content;
        margin: 20px 0 0 0;
        display: block;
    }

    .m-t-c,
    .text-l {
        text-align: justify !important;
    }

    .about-sec-app .text-l {
        text-align: justify !important;
    }

    .mobile-app- {
        text-align: center;
    }

    .common-heading h2,
    .common-heading h4,
    .common-heading>span,
    .header-heading p,
    .image-block,
    .single-image {
        text-align: center
    }

    .single-image {
        margin: 30px auto 0;
        display: block
    }

    .common-heading.ptag p {
        text-align: justify;
    }

    .niwax-btn1,
    .niwax-btn2,
    .niwax-btn3 {
        width: max-content;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .top-header p {
        font-size: 12px;
        line-height: 1.2;
    }

    .mobileblock {
        display: none;
    }

    .ftr-brand-pp {
        text-align: center;
    }

    .footer-badges- li a img {
        width: 100%;
    }

    .footer-badges- {
        display: flow-root;
        justify-content: space-between;
    }

    .footer-badges- li {
        display: block;
        width: 50%;
        float: left;
        padding: 0 6px;
    }

    .cbtn {
        position: static;
        left: 90%;
        top: 5px;
    }

    .btnclose {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        border: 2px solid #ff5a1c;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
        background-color: #fff;
    }

    .btnclose .btn-close {
        padding: 12px 10px;
    }

    .btn-close {
        width: 0.1em;
        height: 0.1em;
    }

    .free-cta-title {
        display: block;
    }

    .-cta-btn p {
        margin: 0 0px 30px 0px;
        font-size: 25px;
        line-height: 35px;
    }
}

@media only screen and (max-width:520px) {
    .m-pad {
        padding: 0;
    }

    .main-header {
        padding: 0 15px;
    }
}

@keyframes arrowanim {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(8px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes arrowanim {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(8px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.shape {
    position: absolute;
}

.shape-a1 {
    bottom: -20px;
    left: 0;
}

@media only screen and (max-width:767px) {
    .shape-a1 {
        bottom: -130px;
        left: -50px
    }
}

@media only screen and (max-width:520px) {
    .shape-a1 {
        bottom: -130px;
        left: -150px
    }
}

.owl-carousel .owl-dots .owl-dot:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    opacity: 0;
    background: 0 0;
    border: 1px solid #13137a;
}

.owl-carousel .owl-dots .owl-dot:after,
.owl-carousel .owl-dots .owl-dot:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    -webkit-transition: ease-out .16s;
    transition: ease-out .16s;
}

.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    vertical-align: middle;
}

.owl-carousel .owl-dots .owl-dot.active:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.owl-carousel .owl-dots .owl-dot:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .4;
    background: #13137a;
    width: 4px;
    height: 4px;
}

.owl-carousel .owl-dots .owl-dot.active:after,
.owl-carousel .owl-dots .owl-dot.active:before {
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active:after,
.owl-carousel .owl-dots .owl-dot:focus:after,
.owl-carousel .owl-dots .owl-dot:hover:after {
    opacity: 1;
}

/***float label**/
.floating-label {
    position: relative;
    margin-bottom: 20px;
}

.floating-input,
.floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 45px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #C5C5C5;
}

.floating-input:focus,
.floating-select:focus {
    outline: none;
    border-bottom: 1px solid #6B3489;
}

.floating-label label {
    color: #101010;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 30px;
    top: 16px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin-bottom: 0;
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label,
.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
    top: -1px;
    font-size: 12px;
    color: #673ab7;
}

.custom-checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0;
}

.custom-control {
    margin-bottom: 10px;
    display: flex;
    grid-gap: 10px;
    align-items: center;
}

.custom-control label {
    text-indent: 0;
    padding: 0px 0 0 0px;
}

.custom-control-label::after,
.custom-control-label::before {
    display: none;
}

.custom-control label {
    text-indent: -21px;
    padding: 2px 0 0 21px;
    font-size: 14px;
}

.form-block label a {
    color: #000;
}

.form-block p.trm {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
}

.form-block p.trm i {
    padding: 5px 5px 0 0;
}

.img100w {
    max-width: 100% !important;
    width: auto !important;
}

.img-design {
    display: inline-flex;
    align-items: center;
}

.clients-creative-pic,
.testinomial-section-app .pl50,
.img-design,
.bread-titlev2 {
    position: relative;
    height: 100%;
}

.h-scl- .h-scl-base {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.h-scl-:hover .h-scl-base {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.h-scl-:hover .h-scl-base img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.h-scl- .h-scl-base {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.h-scl- .h-scl-base,
.h-scl-base img,
.up-hor,
.bd-hor .bd-hor-base:after {
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}

.up-hor:hover {
    transform: translateY(-7.5px);
}

@media only screen and (max-width: 991px) {

    .testimonial-card .t-text,
    .work-card-set,
    .img-design {
        margin-top: 30px;
    }
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button {
    font-size: 18px;
    line-height: 28px;
}

.ftr-brand-pp .navbar-brand {
    display: block;
}

.why-choos-lg:before {
    z-index: -1;
}

.faqs-section .accordion, .faqs-section .accordion-item{
    border: none;
    box-shadow: none;
}
.faqs-section .accordion-button {
    border: none;
    box-shadow: none;
    padding: 10px 30px;
    color: #673AB7;
    background-color: #ffffff;
    border-bottom: 1px solid #673AB7;
    font-weight: 600;
    margin-top: 10px;
}
.faqs-section .accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.faqs-section .accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.faqs-section .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.faqs-section .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.faqs-section .accordion-button:not(.collapsed) {
    color: #673AB7;
    font-weight: 600;
    background-color: #ffffff;
    border-bottom: 1px solid #673AB7;
    box-shadow: none;
}

.faq-accordian {
    scrollbar-width: thin;
    scrollbar-color: #552ECD #ECECEC;
    max-height: 400px;
    overflow-x: auto;
}

.faqs-section .accordion {
    counter-reset: faq-counter;
}

.faqs-section .accordion-button::before {
    counter-increment: faq-counter;
    content: counter(faq-counter);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    background: #673AB7;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
}

.faq-image{
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
}
.faq-image img{
    width: 100%;
    height: auto;
}
.faq-cta {
    text-align: center;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #673AB7;

}

.pairofbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    grid-gap: 30px;
}

.btnwithiconside img {
    width: 42px;
}

.btnwithiconside span {
    display: block;
    font-size: 14px;
    padding: 0 0 4px 0;
}

.btnwithiconside div {
    font-weight: 600;
    font-size: 20px;
    color: #050748;
    text-align: left;
}

.bdr0 {
    border: 0px;
}