/** General start **/
* {
    text-wrap: pretty;
}
.aos-init {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .over-hid {
    overflow: hidden;
  }
  .darker-bg {
    background: #0f141a;
  }
body {
    background-color: #1b242e;
}
.bg-pattern-c {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .32;
    gap: 50px;
}
.bg-pattern-c span {
    display: block;
    flex-shrink: 0;
    border-radius: 50%;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .8)); */
    background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgb(255 221 160 / 80%));
    min-width: 200px;
    min-height: 200px;
}

.doc-loader {
    background-color: #ffffff;
    background-image: radial-gradient(at center center, rgb(255 255 255), rgb(8 16 52));
}

.dots-behind:before {
    --_bg-dot-offset: 10px;
    --_bg-dot-color: #ffa30091;
    z-index: -1;
    inset: calc(var(--_bg-dot-offset) * -1);
    background-image: radial-gradient(var(--_bg-dot-color) 1px, transparent 0px);
    background-repeat: repeat;
    background-size: 5px 5px;
    background-position: center;
    border-radius: calc(20px + var(--_bg-dot-offset));
    content: "";
    opacity: 0.4;
    position: absolute;
}

body .content-1170 {
    width: 1450px;
}
@media screen and (max-width: 1600px) {
    body .content-1170 {
        max-width: 98%;
    }
    #home .section-wrapper.content-1170 {
        max-width: 95%;
    }
}
@media screen and (max-width: 1024px) {
    .one_half {
        width: 46%;
    }
    
}
@media screen and (max-width: 1020px) {
    .width-tab-max-almost {
        width: 95% !important;
    }
}
@media screen and (max-width: 768px) {
    .width-tab-max-almost {
        width: 95% !important;
    }
    body .content-1170 {
        max-width: 95%;
    }
}
@media screen and (max-width: 767px) {
    .dots-behind:before {
        --_bg-dot-offset: 5px;
    --_bg-dot-color: #ffa30091;
    z-index: -1;
    inset: calc(var(--_bg-dot-offset) * -1);
    background-image: radial-gradient(var(--_bg-dot-color) 1px, transparent 0px);
    background-repeat: repeat;
    background-size: 5px 5px;
    background-position: center;
    border-radius: calc(20px + var(--_bg-dot-offset));
    }
}


/** General end **/
/** Nav start **/
header.header-holder {
    backdrop-filter: blur(6px);
    /* background-image: linear-gradient(205deg, #111525 0%, #cfd5ff 76% 76%); */
    /* background-image: linear-gradient(205deg, rgb(34 188 255) 0%, rgb(0, 0, 0) 76%, rgb(0, 0, 0) 76%); */
    background-image: linear-gradient(205deg, rgb(27 36 46) 0%, rgb(0, 0, 0) 76%, rgb(0, 0, 0) 76%);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
 }
.menu-holder {
    position: fixed!important;
    text-align: center;
    background-color: #111525;
    /* background-image: linear-gradient(358deg, rgb(34 188 255) 0%, rgb(0, 0, 0) 76%, rgb(0, 0, 0) 76%); */
    /* background-image: linear-gradient(282deg, rgb(34 188 255) 0%, rgb(0, 0, 0) 76%, rgb(0, 0, 0) 76%); */
    background-image: linear-gradient(282deg, rgb(27 36 46) 0%, rgb(0, 0, 0) 76%, rgb(0, 0, 0) 76%);
    right: -100%;
    top: 77px;
    transition: right 0.4s ease-in-out;
    width: 100%;
    overflow: auto;
    max-width: 100%;
    height: 100vh;
}
.menu-holder.show {
    right: 0!important;
    transition: right 0.4s ease-in-out;
}
#header-main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#header-main-menu .menu-wraps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    height: calc(100vh - 10px);
    overflow-y: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}
#header-main-menu .menu-wraps .main-menu {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 0;
    padding: 40px 0 80px;
    flex-wrap: wrap;
    justify-content: center;
    flex: 0 0 100%;
}
#header-main-menu .menu-wraps .main-menu li {
    padding: 10px;
    flex: 0 0 33.3%;
    display: block;
}
#header-main-menu .menu-wraps .main-menu li:nth-child(4), 
#header-main-menu .menu-wraps .main-menu li:nth-child(5), 
#header-main-menu .menu-wraps .main-menu li:nth-child(6), 
#header-main-menu .menu-wraps .main-menu li:nth-child(7) {
    flex: 0 0 25%;
}
#header-main-menu .menu-wraps .main-menu li a {
    text-decoration: none;
    padding: 20px;
    color: #fff;
    /* position: relative; */
    /* overflow: hidden; */
    /* background: linear-gradient(180deg, #d4a445 0%, #b8862e 50%, #d4a445 100%); */
    /* border-radius: 20px;
    background: no-repeat;
    background-size: 110%; */
    background-position: center center;
    height: 180px;
    /* display: flex;
    align-items: flex-end; */
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    font-weight: 700;

    --theme-color: #ba43ff;
    --s: 10px;
    --animation-timing: 0.3s;
    --pad: 2px;
    position: relative;
    cursor: pointer;
    appearance: none;
    color: #fff;
    border: 1px solid rgb(131 145 151);
    padding: 10px 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgb(255 255 255 / 50%), rgb(131 131 131 / 50%));
    -webkit-transition: background var(--animation-timing) ease, border var(--animation-timing) ease;
    -moz-transition: background var(--animation-timing) ease, border var(--animation-timing) ease;
    -ms-transition: background var(--animation-timing) ease, border var(--animation-timing) ease;
    -o-transition: background var(--animation-timing) ease, border var(--animation-timing) ease;
    transition: background var(--animation-timing) ease, border var(--animation-timing) ease;
    border-radius: 20px;
    overflow: unset;
    text-align: center;
    justify-content: center;
}
#header-main-menu .menu-wraps .main-menu li a:hover,
#header-main-menu .menu-wraps .main-menu li a:focus,
#header-main-menu .menu-wraps .main-menu li.active a {
    background-position: 0 center;
    border: 1px solid var(--theme-color);
    background: linear-gradient(to right, color(from var(--theme-color) srgb r g b / 5%), color(from var(--theme-color) srgb r g b / 60%));
    color: white;
}
#header-main-menu .menu-wraps .main-menu li a:before {
    position: absolute;
    content: "";
    height: 100%;
    bottom: 0;
    width: 100%;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    background-size: contain;
    border-radius: 20px;
}
#header-main-menu .menu-wraps .main-menu li a:after {
    position: absolute;
    content: "";
    /* height: 6px;
    bottom: 0; */
    width: 100%;
    left: 0;
    display: block;
    /* background: url('../images/line.svg') no-repeat;
    background-size: contain;
    z-index: 1;
    filter: hue-rotate(160deg); */
    box-sizing: border-box;
    inset: calc(-1 * var(--pad));
    padding: var(--pad);
    border: 5px solid #22bcff;
    background: transparent content-box;
    mask: conic-gradient(#000 0 0) content-box, conic-gradient(at var(--s) var(--s), #0000 75%, #000 0) 0 0 / calc(100% - var(--s)) calc(100% - var(--s));
    backface-visibility: hidden;
    pointer-events: none;
    transition: inset var(--animation-timing) ease, padding var(--animation-timing) ease, border-color var(--animation-timing) ease;
    will-change: inset, padding;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    z-index: 3;
}
#header-main-menu .menu-wraps .main-menu li.active a:after {
    filter: hue-rotate(350deg);
}
#header-main-menu .menu-wraps .main-menu li a:focus:after,
#header-main-menu .menu-wraps .main-menu li a:hover:after {
    /* filter: hue-rotate(230deg); */
    --pad: -10%;
    border-color: var(--theme-color);
    left: 0;
}

#header-main-menu .menu-wraps .main-menu li:nth-child(4) a, 
#header-main-menu .menu-wraps .main-menu li:nth-child(5) a, 
#header-main-menu .menu-wraps .main-menu li:nth-child(6) a, 
#header-main-menu .menu-wraps .main-menu li:nth-child(7) a {
    height: 400px;
}
#header-main-menu .main-menu a .vid-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    min-height: 100%;
    z-index: -1;
    border-radius: 20px;
}
#header-main-menu .main-menu a .vid-bg video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}
#header-main-menu .main-menu a span {
    position: relative;
    z-index: 1;
}

header .toggle-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    right: 5px;
}
header #toggle {
    width: 64px;
    height: 64px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s ease-in-out all;
    background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    overflow: hidden !important;
}
header #toggle.on {
    border: 2px solid #ffebc7;
    transition: .4s ease-in-out all;
}
header #toggle:hover,
header #toggle:focus {
    border: 2px solid #baeaff;
    transition: .4s ease-in-out all;
}
header #toggle .menu-trigger, 
header #toggle .close-trigger {
    position: absolute;
    /* top: 20px;
    right: 10px; */
    display: block;
    /* width: 42px;
    height: 42px; */
    cursor: pointer;
    z-index: 333;
    transition: .4s ease-in-out all;
    padding: 12px;
    width: 62px;
    height: 62px;
    border-radius: 20px;
}
.menu-trigger-bar {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #000000;
    margin-bottom: 6px;
    transform: rotate(-45deg);
    position: relative;
    margin-top: 7px;
}
.menu-trigger-bar.top {
    width: 50%;
}
.menu-trigger-bar.bottom {
    width: 50%;
    margin-left: 50%;
}


header #toggle .menu-trigger {
    opacity: 1;
    transition: .4s ease-in-out all;
    overflow: hidden;
}
header #toggle.on .menu-trigger {
    opacity: 0;
    transition: .4s ease-in-out all;
}


header #toggle .close-trigger {
    z-index: 332;
    top: 0px;
    padding-top: 30px;
    opacity: 0;
    overflow: hidden;
    border-radius: 20px;
}
header #toggle.on .close-trigger {
    z-index: 334;
    opacity: 1;
    transition: .4s ease-in-out all;
}
header #toggle:not(.on) .close-trigger {
    transition: .6s ease-in-out all;
}

header #toggle.on i.menu-trigger-bar.top {
    transform: matrix(0.70711, -0.7071, 0.7071, 0.70711, 80, -80);
    transition: .3s ease-in-out all;
}
header #toggle.on i.menu-trigger-bar.middle {
    transform: matrix(0.70711, -0.7071, 0.7071, 0.70711, 80, -80);
    transition: .4s ease-in-out all;
}
header #toggle.on i.menu-trigger-bar.bottom {
    transform: matrix(0.70711, -0.7071, 0.7071, 0.70711, 80, -80);
    transition: .5s ease-in-out all;
}

.close-trigger-bar {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #000000;
    position: relative;
}
.close-trigger-bar.left {
    transform: translateX(100px) translateY(-100px) rotate(-45deg);
    transition: .3s ease-in-out all;
}
header #toggle.on .close-trigger-bar.left {
    transform: matrix(0.70711, -0.7071, 0.7071, 0.70711, 0, 0);
    transition: .3s ease-in-out all;
}
.close-trigger-bar.right {
    transform: translateX(-100px) translateY(-100px) rotate(45deg);
    top: -3px;
    transition: .3s ease-in-out all;
}
header #toggle.on .close-trigger-bar.right {
    transform: matrix(0.70711, 0.7071, -0.7071, 0.70711, 0, 0);
    transition: .3s ease-in-out all;
}
.close-trigger-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.menu-trigger:hover .menu-trigger-bar:before, 
.close-trigger:hover .menu-trigger-bar:before,
.menu-trigger:focus .menu-trigger-bar:before, 
.close-trigger:focus .menu-trigger-bar:before  {
    width: 100%;
}

.header-holder.hidder.scrolled:not(.menu-open) {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

@media (max-width: 768px) {
    #header-main-menu .menu-wraps ul.main-menu {
        margin: 0;
        border: none;
        flex: 0 0 100%;
    }
    #header-main-menu .menu-wraps .main-menu li {
        flex: 0 0 100%;
        padding: 5px;
    }
    #header-main-menu .menu-wraps .main-menu li a {
        height: auto;
    }
    header .toggle-holder {
        right: 0;
    }
}
@media (max-width: 767px) {
    #header-main-menu .menu-wraps .main-menu li:nth-child(4), 
    #header-main-menu .menu-wraps .main-menu li:nth-child(5),
     #header-main-menu .menu-wraps .main-menu li:nth-child(6), 
     #header-main-menu .menu-wraps .main-menu li:nth-child(7) {
        flex: 0 0 100%;
    }
    #header-main-menu .menu-wraps .main-menu li:nth-child(4) a, 
    #header-main-menu .menu-wraps .main-menu li:nth-child(5) a, 
    #header-main-menu .menu-wraps .main-menu li:nth-child(6) a, 
    #header-main-menu .menu-wraps .main-menu li:nth-child(7) a {
        height: auto;
    }
    #header-main-menu .menu-wraps .main-menu li a:after {
        display: none;
    }
}
/**Nav end **/
/** Page title holder start **/
.page-title-holder {
    border-radius: 0 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #20a2de;
    height: 130px;
    width: 285px;
    left: calc(50% - 720px);
}
.section h3.entry-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page-title-holder:after {
    border-radius: 0 0 0 28px;
    right: 7px;
    border-color: #20a2de transparent transparent transparent;
}
.page-title-holder:before {
    content: "";
    position: absolute;
    /* inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%); */
    background: #20a2de;
    pointer-events: none;
    border-radius: inherit;
    z-index: -1;
    width: 50vw;
    left: -46vw;
    height: 100%;
}
.section .page-title-holder h3.entry-title {
    text-align: left !important;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 20px;
    z-index: 3;
}
@media screen and (max-width: 1440px) {
    .page-title-holder {
        left: calc(0% + 0px);
    }
}
@media screen and (max-width: 767px) {
    .section h3.entry-title {
        margin-top: 0;
    }
    .page-title-holder:after {
        right: 9px;
    }
    .page-title-holder {
        height: 100px;
    }
    .section .page-title-holder h3.entry-title {
        font-size: 16px;
    }
}
@media screen and (max-width: 400px) {
    .page-title-holder {
        width: 200px;
    }
}
/** Page title holder end **/
/** shine side up Start **/
.shine-top-left:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
    border-radius: inherit;
    z-index: 1;
}
/** shine side up End **/

/** glass holder start **/
.glass-holder {
    padding: 20px;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
}
.bg-glass {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color:#9e54ff8f;
    color:#fff;
}
.one_full {
    display: flex;
    width: 100%;
    flex-direction: column;
}
/** glass holder end **/
/** small box start**/
.one_full.one-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.box-desc {
    display: flex;
    position: relative;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px;
    background: #2f7dee30;
    border-radius: 10px;
    padding: 10px 10px 10px;
    z-index: 2;
}
.box-desc.box-3 {
    display: flex;
    flex-direction: column;
    width: 33%;
}
.box-desc:before {
    position: absolute;
    content: "";
    display: block;
    background: #000000ab;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 10px;
    top: 0;
}
.box-desc p{
    margin-bottom: 0;
    z-index: 2;
}
.box-desc p span{
    display: flex;
    color: #ffa500;
}
img.gif-form.gif-box {
    width: 60px;
    margin: 0px 20px 0px 0;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    padding: 1px;
    backface-visibility: hidden;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}
@media screen and (max-width: 768px) {
    .box-desc.box-3 {
        width: 100%;
    }
    .one_full.one-row {
        flex-direction: column;
    }
}
@media screen and (max-width: 425px) {
    .one_full.one-row {
        gap: 0;
    }
    .box-desc.box-3 {
        display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    text-align: start;
    justify-content: flex-start;
    align-items: flex-start;
    }
    img.gif-form.gif-box {
        top: 80px;
        position: sticky;
        height: 100%;
        align-items: flex-start;
        justify-content: start;
        text-align: unset;
    }
}
/** small box end **/
/** Tabs start **/
@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tabber {
    background-color: rgb(255 255 255 / 5%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    padding-bottom: 30px;
    margin-top: 10px;
    border-radius: 20px;
    padding-right: 5px;
    margin: 0 auto;
}
.tabber.gy-4 {
    --bs-gutter-x: 0.5rem;
}
.tabber .tab-panelz {
    height: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.tabber .tab-panelz .nav-tabs {
    position: sticky;
    top: 80px;
    flex-direction: row !important;
    justify-content: center;
    padding: 10px;
    display: flex;
    width: max-content;
    margin: 0 auto;
}
.tabber .tab-content-wrap .details h3 {
    color: #fff;
}
.tabber .tab-content-wrap .details p {
    color: #fff;
}
.tabber .tab-content-wrap  img {
    width: 100%;
    max-width: 400px;
    filter: hue-rotate(330deg);
    background: linear-gradient(178deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    position: sticky;
    top: 80px;
}
.tabber .tab-pane.active {
    animation: fadeIn 0.3s ease-out;
}
.tab-pane .details {
    padding-left: 20px;
}
.tabber .dots-behind:before {
    --_bg-dot-offset: 20px;
    inset: calc(var(--_bg-dot-offset) * 0);
}
.tabber .dots-behind {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tabber .nav-tabs {
    border-radius: 20px;
        /* background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988); */
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        border: 1.5px solid #fff;
        box-shadow: 0 4px 12px 8px rgba(0, 0, 0, .1);
}
.tabber .nav-tabs .nav-link {
    /* color: #0f141a; */
    color: #fff;
    animation: fadeIn 0.3s ease-out;
    border-radius: 20px;
    font-size: 24px;
}
.tabber .nav-tabs .nav-link.active {
    color: #22bcff;
    background-color: #0f141a;
    border-color: #0f141a;
    border-radius: 20px;
    animation: fadeIn 0.3s ease-out;
    background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
}
.tabber .nav-tabs .nav-link:hover {
    --theme-color: #ba44ff;
    border: 1px solid var(--theme-color);
    background: linear-gradient(to right, color(from var(--theme-color) srgb r g b / 5%), color(from var(--theme-color) srgb r g b / 20%));
    color: white;
    filter: drop-shadow(rgb(0, 0, 0) 2px 2px 3px);
    animation: fadeIn 0.3s ease-out;
}
.tabber .tab-panelz .nav-tabs li.nav-item {
    margin: 2px;
}
@media screen and (max-width: 992px) {
    .tabber .tab-content>.tab-pane {
        position: relative;
        overflow: hidden;
    }
    .tabber .dots-behind {
        justify-content: center;
        align-items: center;
    }
    
}
@media screen and (max-width: 767px) {
    .tabber .tab-panelz .nav-tabs {
        flex-direction: column !important;
        width: 100%;
    }
}
@media screen and (max-width: 425px) {
    .tabber {
        margin: 0 auto!important;
    }
}
/** Tabs End **/
/** backgrounds start **/
.bg-fixed-1.priority-1 {
    background-image: url('../images/background.jpg');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: transparent;
}
/** backgrounds end **/

/** Arrow svg Start **/
.pt-0 {
    padding-top: 0;
}
.pt-30 {
    padding-top: 30px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-17 {
    margin-bottom: 17px;
}
.pb-20 {
    padding-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.mt-50 {
    margin-top: 50px;
}
.paddingz-bottom-50 {
    padding-bottom: 50px!important;
}
.paddingz-top-50 {
    padding-top: 50px!important;
}
.z-index-2 {
    z-index: 2;
}
.topSVG {
    top: -1px;
    left: 0;
    height: 51px;
    width: 100%;
    position: absolute;
}
.darker-svg {
    fill: #0f141a;
}
.darker-light-svg {
    fill: #1b242e;
}
.bg-dark-service {
    background: #0f141a!important;
}

.bottomSVG {
    bottom: -1px;
    left: 0;
    position: absolute;
    width: calc(100% + 0px);
    height: 50px;
    fill: #1b242e;
}
 .bottomSVG-rotateX {
    transform: rotateX(180deg);
 }
 .bottomSVG.darker-svg {
    fill: #0f141a;
 }
/** Arrow SVG End **/
/* UL start **/
.spanner-color-o span {
    color: #ffa400;
}
.unstyle {
    list-style: none;
    padding-left: 0;
}
ul.has-icon li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 12px;
}
ul.has-icon li {
    color: white;
}

ul.has-icon li i {
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
}
ul.has-icon li i:before {
    color: white;
    fill: white;
    background: #22bcff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 22px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid #22bcff;
    line-height: 22px;
    transform: translateY(-50%);
    text-align: center;
    border-radius: 4px;
    font-size: 10px;
    width: 22px;
}
.flaticon-check:before {
    content: "✔";
}
ul.has-icon li strong {
    color: #ffa500;
}
ul.has-icon li i.flaticon-check:before {
    content: "✔";
}
/** UL end **/
/*Vid start*/
.bg-overlay-1 {
    height: 100%!important;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 1;
  }
  video#video-bg {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .bg-overlay-1:before {
    position: absolute;
    content: "";
    display: block;
    /* background: #00000066; */
    /* background: #1d1301a3; */
    z-index: 2;
    width: 100%;
    height: 100%;
    background: var(--rg-color-hero-bg, radial-gradient(100% 140% at 60% -10%, rgba(255, 255, 255, 0) 0%, #fff 75%));
    --rg-color-hero-bg: radial-gradient(100% 140% at 60% -10%, rgba(0, 0, 0, 0) 0%, var(--readabler-reading-guide-border-color) 75%);
  }
  .bg-overlay-1.over-lay:before {
    background: #000000bf;
  }
  
  /*Vid end */
/* Gifs start */
.wrap-gif {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
img.gif-form {
    max-width: 100px;
}
/* Gifs end */
/** Homepage start **/

.pos-rel {
    position: relative;
}
.z-index-1 {
    z-index: 1;
}
.z-index-31 {
    z-index: 31;
}
.bord-rad {
    border-radius: 20px;
}


.wrap-slid-cont {
    padding: 80px;
    z-index: 1;
    position: relative;
    /* border-radius: 20px;
    background: linear-gradient(205deg, rgb(34 188 255 / 70%) 0%, rgb(0 0 0 / 70%) 76%, rgb(0 0 0 / 70%) 76%); */
}
.wrap-slid-cont:before {
    --_bg-alpha: .5;
    --_bg-dot-offset: 10px;
    --_bg-dot-color: #ffa30091;
    z-index: 0;
    inset: calc(var(--_bg-dot-offset) * -1);
    background-image: radial-gradient(var(--_bg-dot-color) 1px, transparent 0px);
    background-repeat: repeat;
    background-size: 5px 5px;
    background-position: center;
    border-radius: calc(20px + var(--_bg-dot-offset));
    content: "";
    position: absolute;
}
.wrap-slid-cont:after {
    content: "";
    position: absolute;
    border-radius: 20px;
    /* background: linear-gradient(205deg, rgb(34 188 255 / 70%) 0%, rgb(0 0 0 / 70%) 76%, rgb(0 0 0 / 70%) 76%); */
    background: linear-gradient(205deg, rgb(27 36 46) 0%, rgb(0 0 0 / 70%) 76%, rgb(0 0 0 / 70%) 76%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.wrap-slid-cont h1.big-text {
    z-index: 2;
    position: relative;
}
.wrap-slid-cont p {
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 768px) {
    .wrap-slid-cont {
        padding: 20px;
    }
    .wrap-slid-cont:before {
        border-radius: calc(20px + 10px);
        inset: calc(6px * -1);
    }
}
/** Homepage end **/
/*Top button start */
#button-top {
    display: inline-block;
    background-color: #060d19;
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 10px;
    right: calc(50% - 705px);
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 98;
    background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1.5px solid transparent;
    border-radius: 20px;
    box-shadow: 0 4px 12px 8px rgba(0, 0, 0, .1);
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  #button-top::after {
    /* content: "\f077"; */
    content: '\f102';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2.5em;
    line-height: 50px;
    color: #22bcff;
    line-height: 60px;
  }
  #button-top:hover,
  #button-top:focus {
    cursor: pointer;
    background: #10c4f7;
    color: #fff;
  }
  #button-top:hover::after,
  #button-top:focus::after {
    color: #fff;
  }
  #button-top:active {
    background: #555;
  }
  #button-top.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
  }

  @media (min-width: 1441px) {
    #button-top {
        right: calc(50% - 705px);
    }
}
@media (max-width: 1440px) {
    #button-top {
        right: calc(0% + 20px);
    }
}
@media (max-width: 768px) {
    #button-top {
        right: calc(0% + 12px);
    }
}
@media (max-width: 425px) {
    #button-top {
        right: calc(0% + 10px);
    }
}

/*Top button end */
/* Button new start */
body .button.btn-new {
  --theme-color: #ba43ff;
  --s: 10px; /* corner size for the mask */
  --animation-timing: 0.3s;
  --pad: 2px; /* animated border padding */
  position: relative;
  cursor: pointer;
  appearance: none;
  color: #fff;
  border: 1px solid rgb(131 145 151);
  padding: 10px 16px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to right, rgb(255 255 255 / 50%), rgb(131 131 131 / 50%));
  transition: background var(--animation-timing) ease,
    border var(--animation-timing) ease;
    border-radius: 20px;
}
body .button.btn-new:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    /* Keep the inner edge aligned with the button by offsetting outward */
    inset: calc(-1 * var(--pad));
    padding: var(--pad);

    border: 2px solid #22bcff;
    background: transparent content-box;
    mask: conic-gradient(#000 0 0) content-box,
      conic-gradient(at var(--s) var(--s), #0000 75%, #000 0) 0 0 /
        calc(100% - var(--s)) calc(100% - var(--s));
    backface-visibility: hidden;
    pointer-events: none;

    transition: inset var(--animation-timing) ease,
      padding var(--animation-timing) ease,
      border-color var(--animation-timing) ease;
    will-change: inset, padding; /* hint for smoother anim */
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
body .button.btn-new:hover,
body .button.btn-new:focus {
    border: 1px solid var(--theme-color);
    background: linear-gradient(
      to right,
      color(from var(--theme-color) srgb r g b / 5%),
      color(from var(--theme-color) srgb r g b / 20%)
    );
    color: white;
    filter: drop-shadow(2px 2px 3px #000);
}
body .button.btn-new:hover:before,
body .button.btn-new:focus:before {
    /* Animate outward growth without scaling */
    --pad: 8px;
    border-color: var(--theme-color);
  }
/* Button new end */
/** section about start **/
.about {
    background-image: url('../images/on_white_right.png');
    background-color: #1b242e;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
}
.services-bg {
    background-image: url('../images/on_black_left.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
 background: #0f141a;
}
@media (max-width: 768px) {
 img.tablet-size-max-200 {
    width: 200px;
}
}
/** section about end **/
/** Service card start **/
.section-wrapper {
    padding: 100px 0 100px 0;
}
.service-holder {
    border-radius: 20px;
    border: 1px solid white;
    padding: 10px;
}
.service-holder .service-txt {
    background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    border-radius: 20px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    flex-wrap: wrap;
}
.service-holder .service-txt.min-serv-h {
    min-height: 250px;
}
.service-holder .service-txt h5 a {
    color: #515151;
}
.service-holder .service-txt h5 a:hover,
.service-holder .service-txt h5 a:focus {
    color: #a56ec2;
}
.services-cards-wrap {
    display: flex;
    justify-content: center;
}
.services-cards-wrap .one_fourth {
    display: flex;
    width: 24%;
    margin-right: auto;
    gap: 10px;
}
.services-cards-wrap .service-holder {
    display: flex;
    position: relative;
    flex: 1 1 auto;
    flex-wrap: wrap;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-color: rgb(255 255 255 / 5%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.services-cards-wrap .service-holder:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
    border-radius: inherit;
    z-index: 1;
}
.services-cards-wrap .service-num {
    display: flex;
}
.services-cards-wrap .service-holder .service-txt {
    padding-left: 10px;
    padding-right: 10px;
}
.services-cards-wrap .service-holder .service-txt {
    min-height: 235px;
}
@media (max-width: 1120px) {
    .service-holder .service-txt.min-serv-h {
        min-height: 290px;
    }
}
@media (max-width: 1024px) {
    .services-cards-wrap {
        flex-wrap: wrap;
    }
    .services-cards-wrap .one_fourth {
        width: 49%;
    }
    .service-holder .service-txt.min-serv-h {
        min-height: 190px;
    }
}
@media (max-width: 1020px) {
    .services-cards-wrap {
        flex-direction: column;
    }
    .services-cards-wrap .one_fourth {
        width: 49%!important;
    }
    .services-cards-wrap .service-holder {
        flex-wrap: nowrap;
    }
    .service-holder .service-txt.min-serv-h {
        min-height: 230px;
    }
}
@media (max-width: 767px) {
    .services-cards-wrap .service-holder {
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
    }
    .services-cards-wrap .one_fourth {
        width: 100%!important;
    }
    .service-holder .service-txt.min-serv-h {
        min-height: auto;
    }
}
/** Service card end **/

/** Service 02 Start **/
.serv-4.services-items {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.serv-4 .single-item {
    z-index: 1;
    position: relative;
    padding: 20px;
}
.serv-4.centerized .single-item { 
    text-align: center;

}
.serv-4 .single-item h4 {
    color: #ffa400;
}
.serv-4 .single-item:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    height: 1px;
    width: 100%;
    background: #e7e7e7;
}
.serv-4 .single-item:after {
    position: absolute;
    right: -1px;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: #e7e7e7;
}

@media (min-width: 768px) {
    .serv-4.pad-situation .single-item:nth-child(1) {
        padding-left: 0;
    }
    .serv-4.pad-situation .single-item:nth-child(3) {
        padding-left: 0;
    }
    .serv-4.pad-situation .single-item:nth-child(5) {
        padding-left: 0;
    }
}
@media (max-width: 575px) {
    .serv-4 .single-item {
        padding-left: 0;
        padding-right: 0;
    }
}
/** Service 02 End **/

/** Service 03 Start **/
.col-cardz {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.col-cardz .mil-box-card {
    border: 1px solid white;
    border-radius: 20px;
    padding: 5px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: stretch;

}
.mil-box-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
    border-radius: inherit;
    z-index: -1;
    left: 0;
    top: 0;
}
.row-cardz.darker-cardz .mil-box-card:before {
    background: linear-gradient(135deg, rgb(0 0 0 / 65%) 0%, rgb(0 0 0 / 10%) 50%);
}
.col-cardz .box-wrap-gif {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.col-cardz .cardz-txt {
    background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    border-radius: 20px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.col-cardz .cardz-txt.bg-transp {
    background: transparent;
}
.col-cardz.min-h-200 .cardz-txt {
    min-height: 210px;
}
.col-cardz .cardz-txt h5 {
    color: #515151;
    line-height: 1;
    margin-bottom: 0;
    width: 100%;
}
.col-cardz .cardz-txt p {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.border-bottom-w {
    border-bottom: 1px solid white;
}
@media (max-width: 1200px) {
    .col-cardz.min-h-200 .cardz-txt {
        min-height: 270px;
    }
}
@media (max-width: 768px) {
    .col-cardz.min-h-200 .cardz-txt {
        min-height: 370px;
    }
}
@media (max-width: 767px) {
    .col-cardz.min-h-200 .cardz-txt {
        min-height: auto;
    }
}
/** Service 03 End **/

/** Shine effect start **/

.icon-shade-light {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px 0 rgba(107, 107, 107, 0.37);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }
  .icon-shade-dark {
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 32px 0 rgba(107, 107, 107, 0.37);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }
  
  .icon-glass {
    /* backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px); */
    display: flex;
      flex-direction: column;
      justify-content: center;
    
      position: relative;
      transition: transform 1000ms ease;
      overflow: hidden;
  }
  .icon-glass:before {
    content: "";
    position: absolute;
    height: 150%;
    width: 50px;
    transform: rotate(30deg);
    background-color: rgba(255, 255, 255, 0.2);
    left: -50%;
  }
  .active-light-mode .icon-glass:before {
    background-color: #f05d602b;
  }
  .icon-glass:hover:before {
    transition: left 1000ms ease;
    left: 130%;
  }
  /** Shine effect end **/

/** CTA Start **/
.cta h2 {
    text-align: center; 
    color: white; 
    font-size: 42px;
    line-height: 52px;
}
.cta p {
    text-align: center;
    padding-bottom: 20px;
    color: white;
}
.cta {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    overflow: hidden;
}
.cta.cta-bg {
    position: relative;
    z-index: 1;
    background: url('../images/bg-cta.jpeg') 0% 0% / cover no-repeat fixed;
}
.cta.cta-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #22bcff; */
    background: #000000;
    opacity: 0.6;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    content: "";
    z-index: -1;
}
@media (max-width: 768px) {
    .cta h2 {
        padding: 10px; 
        font-size: 24px;
        line-height: 32px;
    }
}
/** CTA End **/
/** Contact page start **/
.contact-info .wrap-slid-cont {
    padding: 10px;
}
#contact .contact-info.box-style1 {
    padding-left: 10px;
    padding-right: 10px;
}
.contact-info .contact-info-inner {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    
}
.contact-info .contact-icon svg {
    filter: grayscale(1);
}
.contact-info .contact-text {
    color: white;
}
.contact-info .contact-text a {
     color: white;
}
.contact-info .contact-text a:focus,
.contact-info .contact-text a:hover {
    color: #a56ec2;
}
.contact-info .contact-info-inner .contact-text .font-size-1-16 {
    margin-bottom: 0;
    text-align: left;
}
.breaker {
    word-break: break-word;
}
.font-w-bolder {
    font-weight: bolder;
}
@media (max-width: 767px) {
    #contact .contact-info.box-style1 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/** Contact page end **/
/* CONTACT FORM START **********/

.error {
    color: red;
    display: none;
  }
  form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }
  .recaptch-cover{
  border:1px solid #000000 !important;
  padding:0px;
  position: relative;
  background-color:transparent;
  /* margin-right: 15px;
    margin-left: 15px; */
    max-width: 1140px;
    width: 100%;
    border-radius: 20px;
  }
  .recaptch-cover .recaptch-cover-header{
    padding:10px;
    text-align: left;
    display: block;
    border-bottom:1px solid #000000 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .recaptch-cover .recaptch-cover-header button{
    background:#00000000;
    color: #000000;
    border-color:#00000000;
    border-radius:3px;
  }
  .recaptch-cover .recaptch-cover-header button:active{
     background:transparent;
    border-color:#000000;
  }
  .recaptch-cover .recaptch-cover-header button:hover{
  background:#22bcff;
    border-color:#000000;
  }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
  border-color: #b7beff;
  }
  .form-control:focus{
  box-shadow: none;
  outline: none;
    background-color: #ece4e4 ;
    border-color: #b7beff;
    color:#000000;
  }
  .loading-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #ffffff;
    display: none;
  }
  form label {
  color: #000000;
  }
  .loading-overlay.active{
  display: flex;
  }
  #refreshCaptcha{
  cursor: pointer;
  }
  .form-control::placeholder {
  color:rgba(255, 255, 255, 1)!important;
  opacity: 1; /* Firefox */
  }
  .form-control::-ms-input-placeholder { /* Edge 12 -18 */
   color:rgba(255, 255, 255, 1);
  }
  
  .math-captcha {
  text-align: center;
  }
  
  .math-expression {
  font-size:24px;
  font-weight: bold;
  }
  
  .answer-options {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: wrap;
  }
  
  .answer-option {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:18px;
  font-weight: bold;
  border:1px solid #000000;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
  background:#00000000;
  color:#000000;
  }
  
  .answer-option:hover {
  border-color:var(--first-brand-color);
  }
  
  .answer-option.selected {
    background: var(--first-brand-color);
    color: white;
    border-color: #22bcff;
  }
  .btn-cover:hover {
    opacity: 0.9;
  }
  
  .error{
  color:red;
  display:none;
  border: 1px solid rgba(255, 255, 255, 0.2);
      background: rgb(255 255 255 / 70%);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
  }
  
  #submitBtn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  }
  
  .jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px;
  }
  .jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden;
  }
  .jconfirm.jconfirm-modern .jconfirm-bg {
    background-color: slategray;
    opacity: .6;
  }
  .jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .jconfirm .jconfirm-scrollpane {
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    display: table;
    width: 100%;
    height: 100%;
  }
  .jconfirm .jconfirm-row {
    display: table-row;
    width: 100%;
  }
  .jconfirm .jconfirm-cell {
    display: table-cell;
    vertical-align: middle;
  }
  .jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 0;
  }
  @media (min-width: 992px) {
    .justify-content-lg-center {
        justify-content: center !important;
    }
  }
  @media screen and (max-width: 820px) {
    form .form-group.col-md-6 {
        width: 100%!important;
    }
    form#contactForm {
        flex: 1 1 100%;
        flex-direction: column;
    }
    
  }
  @media (min-width: 768px) {
    .justify-content-md-center {
        justify-content: center !important;
    }
  }
  @media (min-width: 576px) {
    .justify-content-sm-center {
        justify-content: center !important;
    }
  }
  
  .jconfirm .jconfirm-box-container.jconfirm-no-transition {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .jconfirm .jconfirm-box-container {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
  }
  .jconfirm.jconfirm-modern .jconfirm-box {
    background-color: white;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 30px 30px 15px;
  }
  .jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #e74c3c;
    -webkit-animation-name: type-red;
    animation-name: type-red;
  }
  .jconfirm .jconfirm-box.jconfirm-type-animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .jconfirm .jconfirm-box {
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .jconfirm .jconfirm-box {
    background: white;
    border-radius: 4px;
    position: relative;
    outline: 0;
    padding: 15px 15px 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
    top: 15px;
    right: 15px;
  }
  .jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 27px !important;
    line-height: 14px !important;
    display: none;
    z-index: 1;
  }
  
  .jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding-bottom: 15px;
  }
  
  .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 69px;
    color: #f9fafb;
  }
  
  .jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    color: white;
  }
  
  .jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 15px;
    height: auto;
    -webkit-transition: height .4s ease-in;
    transition: height .4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .jconfirm .jconfirm-box.jconfirm-type-animated {
    background: #0f141a;
    backdrop-filter: blur(6px);
  }
  
  .jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    overflow-y: hidden;
  }
  .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: auto;
  }
  .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    text-align: center;
    font-size: 15px;
    color: #dedede;
    margin-bottom: 25px;
  }
  
  .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
    text-align: center;
  }
  .jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px;
  }
  .jconfirm .jconfirm-clear {
    clear: both;
  }
  
  .jconfirm .jconfirm-box .jconfirm-buttons button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    min-height: 1em;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    background-image: none;
  }
  
  .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: background .1s;
    transition: background .1s;
    padding: 10px 20px;
  }
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #ecf0f1;
    color: #000;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    border-radius: 50px;
  }
  
  .mt-3 {
    margin-top: 1rem !important;
  }
  .math-captcha {
    text-align: center;
  }
  .math-captcha p {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  
  .form-section-right form #name, 
  .form-section-right form #email, 
  .form-section-right form #message {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0 auto;
  }
  .form-section {
    max-width: unset;
  }
  .form-section-right form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn-cover {
    background: transparent;
  }
  button#submitBtn {
    /* background: #2A7FDE;
    background: linear-gradient(to left, rgb(12 94 224), #47455ca3); */
    transition: all 0.3s 
  ease-in;
    border-radius: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
  }
  button#submitBtn:hover,
  button#submitBtn:focus {
    background: #ffffff;
    opacity: 1;
  }
  .light button#submitBtn:hover,
  .light button#submitBtn:focus {
    background: #2A7FDE!important;
    opacity: 1;
  }
  button#submitBtn p {
    color: white;
  }
  @media screen and (max-width: 480px) {
    .recaptch-cover .recaptch-cover-header {
        flex-direction: column;
        padding-top: 20px;
    }
    .recaptch-cover .recaptch-cover-header button {
      margin-top: 20px;
    }
  }
  
  .col-connect-post form:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #0a5ddf;
    animation: move-up6 2s ease-in infinite alternate-reverse;
  }
  .col-connect-post form:after {
    content: "";
    z-index: 0;
    position: absolute;
    vertical-align: bottom;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #0a9eb4;
    animation: move-up6 2s ease-in infinite alternate-reverse;
  }
  .light .col-connect-post form:after {
    background: #c6d9f5;
  }
  
  .col-connect-post form .wrap-former {
    backdrop-filter: blur(25px);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2), -10px -10px 40px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    z-index: 1;
  }
  
  .light button#submitBtn.btnx span {
    color: #fff!important;
  }
  .answer-option {
    background: #fffcfcbf;
  }
  .answer-option.selected {
    background: #00000085;
  }
  .recaptch-cover .recaptch-cover-header label {
    font-size: 16px;
    font-family: inherit;
  }
   .recaptch-cover .recaptch-cover-header label {
    color: white;
  }
   .recaptch-cover .recaptch-cover-header {
    border-bottom: 1px solid var(--white-100) !important;
  }
   .recaptch-cover {
    border: 1px solid #ffffff !important;
  }
   .math-expression {
    color: white;
  }
   .math-captcha p {
    color: white;
  }
  .recaptch-cover .recaptch-cover-header button {
    background: #ffffff;
    border-radius: 20px;
    font-size: 16px;
    font-family: inherit;
  }
  
  form .form-group {
    padding-left: 0;
    padding-right: 0;
  }
  form .form-control {
    border: 1px solid #ffffff !important;
    border-radius: 20px;
    background-color: transparent;
    color: white;
  }
  form .form-control:focus {
    background-color: transparent;
    color: black;
  }
  form .form-control::placeholder {
    color: white;
  }
   form .form-control {
    border: 1px solid #ffffff;
    
    color: white;
  }
   form .form-control:focus {
    color: white;
  }
  form .form-control::placeholder {
    color: white;
  }
  #contact .contact-form input[type=text], 
  #contact .contact-form input[type=email], 
  #contact .contact-form textarea {
    background: linear-gradient(to right, rgb(255 255 255 / 50%), rgb(131 131 131 / 50%));
    color: white;
  }
  
  
  @keyframes move-up6 {
    to {
          transform: translateY(150px);
  
    }
  }
  
  @media screen and (max-width: 1199px) {
    .col-connect-post .recaptch-cover {
            display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 10px;
    }
    button#submitBtn.btnx { 
        margin-bottom: 20px;
    }
  }
  /* CONTACT FORM END ************/

/** Accessability start **/
.mdp-readabler-disable-scroll {
    overflow: visible !important;
}
body #mdp-readabler-popup {
    --readabler-btn-color-hover: #22bcff;
    --readabler-btn-bg: #22bcff;
    --readabler-color: #22bcff;
    --readabler-color-dark: #22bcff;
    --readabler-highlight-titles-color: #22bcff;
    --readabler-highlight-links-color: #22bcff;
    --readabler-tts-bg: #22bcff;
    --readabler-highlight-focus-color: #22bcff;
    --readabler-highlight-hover-color: #22bcff;
}
body #mdp-readabler-popup-footer .mdp-readabler-statement {
    display: none;
}
body .mdp-readabler-trigger-button-box button {
    background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1.5px solid transparent;
    border-radius: 20px;
    box-shadow: 0 4px 12px 8px rgba(0, 0, 0, .1);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .mdp-readabler-trigger-button-box button .mdp-readabler-trigger-button-icon svg {
    fill: black;
}
body #mdp-readabler-popup {
    /* left: unset;
    right: 0; */
    top: unset;
    bottom: 20px;
}
.mdp-readabler-trigger-button-box button:active .mdp-readabler-trigger-button-icon svg, .mdp-readabler-trigger-button-box button:focus .mdp-readabler-trigger-button-icon svg, .mdp-readabler-trigger-button-box button:focus-visible .mdp-readabler-trigger-button-icon svg, .mdp-readabler-trigger-button-box button:hover .mdp-readabler-trigger-button-icon svg {
    fill: rgb(34 188 255)!important;
}
.mdp-readabler-trigger-button-box button:active .mdp-readabler-trigger-button-icon svg, .mdp-readabler-trigger-button-box button:focus .mdp-readabler-trigger-button-icon svg, .mdp-readabler-trigger-button-box button:focus-visible .mdp-readabler-trigger-button-icon svg, .mdp-readabler-trigger-button-box button:hover .mdp-readabler-trigger-button-icon svg {
    fill: rgb(34 188 255)!important;
}
body #mdp-readabler-overlay {
    background-color: rgb(253 126 20 / 36%);
  }
body .mdp-readabler-trigger-button-box.bottom-right {
    width: 64px;
    height: 64px;
    z-index: 98;
    bottom: 0px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
body .mdp-readabler-trigger-button-box.bottom-right.mover {
    bottom: 70px;
}

@media (min-width: 1441px) {
    body .mdp-readabler-trigger-button-box.bottom-right {
        right: calc(50% - 715px);
    }
}
@media (max-width: 1440px) {
    body .mdp-readabler-trigger-button-box.bottom-right {
        right: calc(0% + 10px);
    }
}
@media (max-width: 768px) {
    body .mdp-readabler-trigger-button-box.bottom-right {
        right: calc(0% + 0px);
    }
}
@media (max-width: 425px) {
    body .mdp-readabler-trigger-button-box.bottom-right {
        right: calc(0% + 0px);
    }
}
/** Accessability end **/
/** BOT Start **/
#root .bot-container {
    left: 20px!important;
    bottom: 10px!important;
}
/** BOT End **/
/** Footer start **/
footer.footer {
    background-image: url('../images/footer-bg-home.jpg');
    background-size: cover!important;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
footer.footer:before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #14061d9c;
    opacity: 0.9;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    content: "";
    z-index: 1;
    -webkit-backdrop-filter: blur(29px);
    backdrop-filter: blur(29px);
}
footer.footer .footer-content.section-wrapper {
    z-index: 2;
}
.footer-content {
    width: 1450px;
}
.footer .f-items {
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
.footer .f-items .footer-logo {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 100%;
}
.footer .f-items .footer-logo img {
    width: auto!important;
    height: 50px;
    margin-bottom: 30px;
}
.footer .row-wrap {
    width: 100%;
    margin: 0 auto;
}
.footer .f-items .f-item {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.footer .f-items .f-item h4 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 20px;
    color: #ffa500;
}
.footer .f-item ul {
    margin: 0;
    list-style-type: none;
}
footer .f-item.recent-post li {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #cdd0d3;
}
footer .f-item.recent-post li a {
    color: #ffffff;
    width: 100%;
    position: relative;
    display: flex;
}
footer .f-item.recent-post li a:hover,
footer .f-item.recent-post li a:focus  {
    color: #a56ec2;
}
footer .f-item.contact ul li {
    color: #ffffff;
}
footer .f-item.contact ul li a {
    color: #ffffff;
    word-break: break-word;
}
footer .f-item.contact ul li a:hover,
footer .f-item.contact ul li a:focus {
    color: #a56ec2;
}
footer .f-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
footer .row.row-wrap.row-legal {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
footer .row.row-wrap.row-legal .legal-copy {
    margin-top: 10px;
}
footer .f-item.contact ul li span {
    font-weight: bold;
}
@media (max-width: 992px) {
    .footer .f-items {
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .footer .f-items .equal-height.item {
        width: 100%;
    }
}
@media (max-width: 765px) {
    .footer .f-items .footer-logo img {
        width: auto!important;
    }
}
/** Footer end **/