body {
    font: 400 15px/28px 'Poppins';
    letter-spacing: 0;
    color: #000;
    padding: 0;
    overflow-x: hidden;
    z-index: 0
}

img {
    max-width: 100%;
}

a,
.btn,
a,
button,
.btn:focus,
.btn:hover,
a:focus,
a:hover,
button:focus,
button:hover,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

input,
input:hover,
input:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4b505e
}

p {
    font-size: 16px;
    color: #000
}

.container.custom_container {
    max-width: 1750px
}

.section-head h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
    color: #0f0f59;
    margin-bottom: 20px
}

.section-head p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    margin: 0 auto 20px !important;
}

.section-head p span {
    padding: 3px 8px;
}

.section-head p a {
    font-weight: 500;
    color: #000
}

.section-head p a:hover {
    color: #0f0f59
}

.btn_get,
.home-banner .left-side>a:first-of-type {
    font: 500 14px 'Poppins';
    color: #fff !important;
    background: #0000fc;
    box-shadow: 0 20px 30px 0 rgb(12 0 46 / 10%);
    border-radius: 7px;
    padding: 10px 38px;
    border: 1px solid #0000fc;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    transform: perspective(1px) translateZ(0);
    min-width: 120px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
}

.btn_get-reverse,
.home-banner .left-side>a:last-of-type {
    font: 500 14px 'Poppins';
    color: #0000fc !important;
    background: #fff;
    box-shadow: none;
    border-radius: 7px;
    padding: 10px 38px;
    border: 1px solid #0000fc;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    transform: perspective(1px) translateZ(0);
    min-width: 120px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
}

.btn_get-reverse:hover,
.home-banner .left-side>a:hover:last-of-type {
    color: #fff !important;
    background: #0000fc;
    box-shadow: 0 20px 30px 0 rgb(12 0 46 / 10%);
    border: 1px solid #0000fc;
    -webkit-transition: all .2s linear;
    border: 1px solid #0000fc;
}

.btn_get:hover,
.home-banner .left-side>a:hover:first-of-type {
    color: #0000fc !important;
    background: #fff;
    border-color: #0000fc;
    -webkit-box-shadow: none;
    box-shadow: none
}

/*preloader-open*/
.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000
}

.ctn-preloader .animation-preloader {
    z-index: 1000;
    color: #0f0f59
}

.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .2);
    border-top-color: #0f0f59;
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em
}

.ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em 'Poppins';
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, .2);
    position: relative
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #0f0f59;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: 'Poppins';
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.ctn-preloader.dark .animation-preloader .spinner {
    border-color: rgba(255, 255, 255, .2);
    border-top-color: #fff
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, .2)
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
    color: #fff
}

.ctn-preloader p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #3b3b3b
}

.ctn-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none
}

.ctn-preloader .loader .row {
    height: 100%
}

.ctn-preloader .loader .loader-section {
    padding: 0
}

.ctn-preloader .loader .loader-section .bg {
    background-color: #fff;
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    transition: all .8s cubic-bezier(.77, 0, .175, 1)
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
    background: #111339
}

.ctn-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.ctn-preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: .7s .3s allcubic-bezier(.1, .1, .1, 1);
    -o-transition: .7s .3s allcubic-bezier(.1, .1, .1, 1);
    transition: .7s .3s allcubic-bezier(.1, .1, .1, 1)
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes letters-loading {

    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@keyframes letters-loading {

    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

/*preloader-close*/
/*header-open*/
.header_area .container {
    padding: 0px;
}

.header_area {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    min-height: 70.11px;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 20;
    top: 0;
    /* padding-top: 70px; */
    background: #fefeff
}

.header_area.navbar_fixed {
    /* padding-top: 70px; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .06)
}

.header_area.navbar_fixed .btn_get {
    box-shadow: none;
}

.navbar-brand {
    padding-top: .4500rem;
}

.navbar-toggler {
    padding: 0;
    margin-left: 20px
}

.navbar-toggler:focus {
    outline: 0
}

.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block
}

.collapsed .menu_toggle .hamburger span {
    width: 100%
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.menu_toggle .hamburger span {
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #0000fc;
    border-radius: 7px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.menu_toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block
}

.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block
}

.menu_toggle .hamburger-cross span {
    display: block;
    border-radius: 7px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: #0000fc !important;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.menu>.nav-item>.nav-link {
    font: 500 15px 'Poppins';
    color: #051441;
    padding: 0;
    margin-bottom: 3px;
    -webkit-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    position: relative;
    padding-bottom: 25px;
    padding-top: 25px
}

.menu .nav-item {
    position: relative
}

.menu>.nav-item.active .nav-link {
    color: #0000fc;
}

.menu>.nav-item+.nav-item {
    margin-left: 45px
}

.menu>.nav-item>.nav-link:before {
    content: "";
    width: 0;
    height: 2px;
    background: #0000fc;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.menu>.nav-item.active .nav-link:before {
    width: 100%;
    left: 0;
    right: auto
}

.menu>.nav-item.submenu .dropdown-menu {
    margin: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    left: -40px;
    min-width: 200px;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, .05);
    box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, .05)
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
    padding: 0;
    white-space: nowrap;
    font: 400 14px/34px 'Poppins';
    color: #051441;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}
.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link:hover{
    color: #0000fc;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item:first-child {
    padding-top: 25px
}

.menu>.nav-item.submenu .dropdown-menu .nav-item {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 0 40px;
    position: relative
}

.menu>.nav-item.submenu .dropdown-menu .nav-item:last-child {
    padding-bottom: 30px;
    margin-bottom: -8px
}


.menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    padding: 0
}

.right-carrat-icon {
    margin-right: 8px;
    display: none;
    width: 9px;
    height: 34px;
    line-height: 34px;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu:before {
    display: none
}

.menu>.nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
    left: auto;
    right: 0
}

.menu>.nav-item:nth-last-child(-n+2).submenu .dropdown-menu .nav-item>.dropdown-menu {
    left: auto;
    right: 100%
}

.offcanfas_menu>.nav-item:hover .nav-link {
    color: #0f0f59 !important;
}

.navbar .btn_get {
    margin-left: 40px;
}

.menu>.nav-item:hover .nav-link:before {
    width: 100%;
    left: 0;
    right: auto
}

.header_area.navbar_fixed .navbar {
    padding: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.header_area.navbar_fixed .bar_menu span {
    background: #051441
}

.bar_menu {
    cursor: pointer;
    margin-left: 25px
}

.bar_menu span {
    width: 36px;
    height: 2px;
    background: #fff;
    display: block
}

.header .bar_menu span {
    background: #0000fc
}

.bar_menu span:not(:last-child) {
    margin-bottom: 7px
}

.bar_menu span:nth-child(2) {
    width: 24px
}

.bar_menu span:nth-child(3) {
    width: 30px
}

.hamburger-menu-wrepper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 108;
    padding: 55px 80px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .8s ease .4s;
    transition: -webkit-transform .8s ease .4s;
    -o-transition: transform .8s ease .4s;
    transition: transform .8s ease .4s;
    transition: transform .8s ease .4s, -webkit-transform .8s ease .4s;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: rgba(2555, 255, 255, .98)
}

.hamburger-menu-wrepper .nav {
    position: relative;
    z-index: 108;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    visibility: hidden;
    -o-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
    transition: all ease .3s 0s
}

.hamburger-menu-wrepper .animation-box {
    position: absolute;
    top: 5%;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.hamburger-menu-wrepper .animation-box .menu-box {
    display: table;
    height: 100%;
    width: 65%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.hamburger-menu-wrepper.show-menu {
    z-index: 108;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition: -webkit-transform .7s ease .2s;
    -webkit-transition: -webkit-transform .7s ease .2s;
    -o-transition: transform .7s ease .2s;
    transition: transform .7s ease .2s;
    transition: transform .7s ease .2s, -webkit-transform .7s ease .2s
}

.hamburger-menu-wrepper.show-menu .nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity ease 1.4s .7s, -webkit-transform ease 1.4s .7s;
    transition: opacity ease 1.4s .7s, -webkit-transform ease 1.4s .7s;
    -o-transition: transform ease 1.4s .7s, opacity ease 1.4s .7s;
    transition: transform ease 1.4s .7s, opacity ease 1.4s .7s;
    transition: transform ease 1.4s .7s, opacity ease 1.4s .7s, -webkit-transform ease 1.4s .7s;
    opacity: 1;
    visibility: visible
}

.hamburger-menu-wrepper.show-menu .animation-box {
    top: 0;
    opacity: 1;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s
}

.hamburger-menu-wrepper.show-menu .animation-box .menu-box {
    opacity: 1
}

.hamburger-menu-wrepper.show-menu .animation-box .menu-box .offcanfas_menu>li a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity ease 1.4s .6s, -webkit-transform ease 1.4s .6s;
    transition: opacity ease 1.4s .6s, -webkit-transform ease 1.4s .6s;
    -o-transition: transform ease 1.4s .6s, opacity ease 1.4s .6s;
    transition: transform ease 1.4s .6s, opacity ease 1.4s .6s;
    transition: transform ease 1.4s .6s, opacity ease 1.4s .6s, -webkit-transform ease 1.4s .6s;
    opacity: 1;
    visibility: visible
}

.navbar .offcanfas_menu {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.navbar .offcanfas_menu>.nav-item {
    overflow: hidden;
    padding: 0;
    margin: 0
}

.navbar .offcanfas_menu>.nav-item:not(:last-child) {
    margin-bottom: 18px
}

.navbar .offcanfas_menu>.nav-item .nav-link {
    font-size: 64px;
    line-height: 46px;
    display: inline-block;
    color: #999;
    font-weight: 400;
    font-family: 'Poppins';
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    opacity: 0;
    visibility: hidden;
    -o-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
    transition: all ease .3s 0s;
    display: inline-block
}

.navbar .offcanfas_menu>.nav-item .nav-link:before {
    background: #999
}

.navbar .offcanfas_menu>.nav-item.submenu .nav-link {
    padding-right: 20px
}

.navbar .offcanfas_menu>.nav-item.submenu .nav-link:after {
    content: "\33";
    font-family: eleganticons;
    position: absolute;
    right: 13px;
    top: 0;
    display: block;
    border: 0;
    line-height: 50px;
    margin-left: 20px
}

.navbar .offcanfas_menu>.nav-item.submenu .dropdown-menu {
    position: relative !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    display: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    z-index: 0;
    background: 0 0;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 0;
    max-height: none !important;
    left: 0
}

.navbar .offcanfas_menu>.nav-item.submenu .dropdown-menu>.nav-item {
    background: 0 0;
    padding: 0
}

.navbar .offcanfas_menu>.nav-item.submenu .dropdown-menu>.nav-item>.nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 31px
}

.navbar .offcanfas_menu>.nav-item.submenu .dropdown-menu>.nav-item.active .nav-link,
.navbar .offcanfas_menu>.nav-item.submenu .dropdown-menu>.nav-item:hover .nav-link {
    color: #5f28fb
}

.navbar .offcanfas_menu>.nav-item.submenu.active .nav-link {
    color: #5f28fb
}

.navbar .offcanfas_menu>.nav-item.submenu.active .nav-link:before {
    background: #5f28fb
}

.navbar .offcanfas_menu>.nav-item.submenu.show .nav-link {
    color: #5f28fb
}

.navbar .offcanfas_menu>.nav-item.submenu.show .nav-link:before {
    width: 100%;
    background: #5f28fb
}

.navbar .offcanfas_menu>.nav-item.submenu.show .dropdown-menu {
    position: relative !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.header_footer {
    display: table-footer-group;
    width: 100%;
    max-width: 215px
}

.header_footer h5 {
    font-size: 18px;
    color: #263b5e
}

.header_footer ul {
    margin-bottom: 40px
}

.header_footer ul li {
    display: inline-block;
    margin-right: 6px
}

.header_footer ul li a {
    width: 44px;
    height: 44px;
    border: 1px solid #656c82;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
    color: #999;
    display: block;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.header_footer ul li a:hover {
    background: #fff;
    border-color: #fff;
    color: #5f28fb
}

.header_footer a,
.header_footer p {
    font-size: 16px;
    color: #666;
    margin-bottom: 50px
}

.header_footer h6 {
    font-size: 16px;
    color: #666;
}

.close_icon {
    position: absolute;
    right: 15%;
    top: 10%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 49px;
    z-index: 8;
    background: #0000fc;

}

.close_icon svg {
    line-height: 49px;
    fill: #fff;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

}

.han-logo {
    position: absolute;
    left: 20%;
    top: 10%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 8
}

.partner_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 100px;
    border-bottom: 1px solid #eeeef5;
    padding-bottom: 35px;
    position: relative;
    z-index: 4
}

.partner_logo .p_logo_item {
    width: calc(100% / 5);
    text-align: center
}

.partner_logo .p_logo_item img {
    max-width: 100%;
    -webkit-filter: contrast(.3%);
    filter: contrast(.3%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.partner_logo .p_logo_item:hover img {
    -webkit-filter: contrast(100%);
    filter: contrast(100%)
}

/*header-end*/

@-webkit-keyframes spin3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
}

@keyframes spin3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

/*homebanner-open*/
.home-banner {
    width: 100%;
    position: relative;
    margin-top: 75px;
    overflow: hidden;
    background: -moz-linear-gradient(88deg, rgba(255, 255, 255, .02) 0, rgba(94, 44, 237, .02) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(94, 44, 237, .02)), color-stop(100%, rgba(255, 255, 255, .02)));
    background: -webkit-linear-gradient(88deg, rgba(255, 255, 255, .02) 0, rgba(94, 44, 237, .02) 100%);
    background: -o-linear-gradient(88deg, rgba(255, 255, 255, .02) 0, rgba(94, 44, 237, .02) 100%);
    background: -ms-linear-gradient(88deg, rgba(255, 255, 255, .02) 0, rgba(94, 44, 237, .02) 100%);
    background: linear-gradient(2deg, rgba(255, 255, 255, .02) 0, rgba(94, 44, 237, .02) 100%)
}

.home-banner .element-1 {
    width: 24%;
    top: 34%;
    left: -11%;
    position: absolute;
}

.home-banner .element-2 {
    width: 20%;
    top: 13%;
    right: -12%;
    position: absolute;
}

.swiper-slide {
    padding: 100px 50px 150px
}

.home-banner .left-side,
.home-banner .right-side {
    width: 49%;
    display: inline-block;
    vertical-align: middle
}

.home-banner .left-side {
    width: 49%;
    padding-left: 30px
}

.home-banner .right-side {
    text-align: center
}

.home-banner img {
    width: 90%
}

.home-banner .swiper-pagination {
    text-align: left;
    padding: 50px;
    left: 25px
}

.home-banner p {
    margin-bottom: 15px
}

.home-banner a {
    width: 160px;
    text-align: center;
    vertical-align: top;
    margin: 40px 10px 10px
}

.home-banner .left-side a.btn_get {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: 0 0;
    opacity: 1;
    border: 2px solid #000
}

.app-number img {
    width: 25px !important
}

.home-banner .btn_get-reverse {
    margin-left: 6px;
}

div.app-number a {
    vertical-align: top;
    display: inline-block;
    width: auto;
    color: #0000fc;
    margin-top: 20px;
    text-align: left
}


.swiper-pagination-bullet-active {
    background: #000;
    border: 2px solid #000
}

.swiper-wrapper {
    background: -moz-linear-gradient(90deg, rgba(94, 44, 237, .02) 0, rgba(255, 255, 255, .02) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .02)), color-stop(100%, rgba(94, 44, 237, .02)));
    background: -webkit-linear-gradient(90deg, rgba(94, 44, 237, .02) 0, rgba(255, 255, 255, .02) 100%);
    background: -o-linear-gradient(90deg, rgba(94, 44, 237, .02) 0, rgba(255, 255, 255, .02) 100%);
    background: -ms-linear-gradient(90deg, rgba(94, 44, 237, .02) 0, rgba(255, 255, 255, .02) 100%);
    background: linear-gradient(0deg, rgba(94, 44, 237, .02) 0, rgba(255, 255, 255, .02) 100%)
}

.swiper-slide .left-side h2 {
    font-size: 60px;
    line-height: 80px;
    color: #0000fc;
    font-weight: 500;
    margin-bottom: 40px;
}

.swiper-slide .left-side h2 span {
    font-weight: 400;
    color: #0f0f59
}

.swiper-slide .left-side p {
    font-size: 18px !important;
    line-height: 30px;
    color: #000;
}

/*homebanner-close*/
/*services-home-section-start*/
.services-home-wrp {
    padding-top: 50px;
}

.services-head {
    text-align: center;
}

.app_service_item .ser-icon {
    fill: #0000fc !important;
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 40px
}

.flight-icon.ser-icon {
    margin-top: 2.5px;
}

.erp_features_img_two {
    position: relative;
}

.erp_features_img_two img {
    width: 100%;
}

.ser-icon.home-icon {
    width: 41px;
}

.owl-carousel .ser-icon,
.ser_content {
    display: inline-block;
    vertical-align: text-top
}

.app_service_item {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f4f4f9;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    padding: 20px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin-bottom: 00px;
    cursor: pointer
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all .3s ease
}

.services-head {
    width: 70%;
    margin: auto;
}

.services-head strong {
    color: #0000ff;
}

.ser_content {
    width: calc(100% - 56px);
    margin-left: 10px;
    height: 115px;
    overflow: hidden;
    transition: all .3s ease;
    position: relative
}

.ser_content a {
    font-size: 14px;
}

.app_service_item:hover .ser_content h5,
.app_service_item:hover .ser_content p {
    color: #fff !important;
}

.app_service_item:hover .ser_content a {
    margin: 0;
    color: #fff !important;
}

.ser_content a:hover {
    color: #fff;
    height: 25px;
    width: max-content;
    display: inline
}

.ser_content a {
    color: #fff;
    position: relative;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}

.ser_content a:before {
    position: absolute;
    background: #fff;
    width: 0px;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    bottom: -6px;
    height: 2px;
    content: '';
}

.ser_content a:hover:before {
    width: 100%;
}

.ser_content a:hover svg {
    transform: translateX(20%);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.right-long-arrow {
    width: 20px;
    height: 20px;
    fill: #fff !important;
    padding-left: 8px;
    vertical-align: middle
}

.app_service_item:hover {
    background-size: cover;
    color: #fff !important
}

.app_service_item:hover svg {
    fill: #fff !important;
    position: relative;
}

.app_service_item:hover .bg-img {
    opacity: 1;
    height: 100%
}

.app_service_item .bg-img img {
    height: 100%
}

.app_service_item:hover .ser_content {
    height: 174px
}

.app_service_item .ser_content h5 {
    font-weight: 500;
    font-size: 22px;
    color: #0f0f59;
    margin-bottom: 10px;
}

.app_service_item .ser_content p,
.app_service_item .ser_content p {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px
}

.app_screen_info {
    margin-top: -10px;
    width: 100%;
}

/*program-slider-open*/
.programs-slider .owl-nav {
    position: absolute;
    top: 50%;
    /* display:none; */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.programs-slider {
    height: 170px;
}

.programs-slider .owl-next,
.programs-slider .owl-prev {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #000 !important;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.programs-slider .owl-next:hover,
.programs-slider .owl-prev:hover {
    background: #0000fc !important;
    border: 1px solid #0000fc !important;
}

.programs-slider .owl-next:hover svg,
.programs-slider .owl-prev:hover svg {
    fill: #fff;
}

.programm-left-arrow {
    width: 15px;
    height: 15px;
}

.programm-right-arrow {
    transform: rotate(180deg);
    width: 15px;
    height: 15px;
}

.app_screenshot_area .programs-slider .owl-next:hover,
.app_screenshot_area .programs-slider .owl-prev:hover {
    background: #0000fc;
    border-color: #0000fc;
    color: #fff
}

/*program-slider-close*/
/*services-home-section-end*/
/*about-start*/
.sec_pad {
    padding: 50px 0
}

.about-home-right {
    padding-left: 70px
}

.about-home-right a {
    min-width: 162.81px;
}

.about-home-right {
    margin-bottom: -8px;
}

/*about-end*/

/*freeevaluation-start*/
.freeEevaluation {
    background: #4e78f4 url(../images/bg-evaluation.jpg) no-repeat center 0/cover;
    padding: 58px 0
}

.freeEevaluation_content h2 {
    color: #fff;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: .25px;
    font-weight: 300
}

.freeEevaluation_content h2 strong {
    font-weight: 500
}

.about_btn {
    font: 500 14px 'Poppins';
    padding: 10px 30px;
    background: #fbfbfd;
    -webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    border-radius: 7px;
    color: #0000fc;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #fbfbfd
}

.about_btn:hover {
    color: #fff;
    background: #0000fc;
    border: 2px solid #fff !important
}

.freeEevaluation .about_btn {
    float: right
}


/*freeevaluation-end*/

/*news-start*/
.news-home-wrp {
    background: #fff;
    padding: 50px 0
}

.news-head {
    text-align: center;

}

.news-head p {
    width: 70%;
}

.blog_list_item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px 0 rgba(162, 170, 189, .16);
    transition: all .3s ease
}

.news_area .blog_list_item:hover {
    box-shadow: 5px 6px 36px 0 rgba(0, 0, 0, .15)
}

.blog_list_item a {
    width: 100%;
    margin: auto;
    display: block
}

.blog_list_item .img-fluid {
    width: 80%;
}

.blog_list_item a img {
    border-radius: 0;
    min-height: 170px;
    overflow: hidden;
    max-height: 170px;
    width: 100%;
    object-fit: contain
}

.blog_content {
    background-color: #fff;
    position: relative;
    padding: 15px !important
}

.blog_content h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #0f0f59;
    font-family: 'Poppins';
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px
}

.blog_content h5:hover {
    color: #0000fc
}

.blog_content p {
    font-size: 16px;
    margin-bottom: 25px;
    height: 84px
}

.blog_content .learn_btn_two {
    font: 400 14px Poppins, sans-serif;
    color: #0f0f59
}

.blog_content .learn_btn_two:before {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.blog_content .learn_btn_two i {
    font-size: 14px
}

.blog_content .learn_btn_two:hover {
    color: #0000fc
}

.blog_content .learn_btn_two:hover:before {
    background: #0000fc
}

.blog_list_item_two {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.news_area .blog_list_item_two {
    box-shadow: 0 3px 12px 0 rgba(162, 170, 189, .16);
    transition: all .3s ease
}

.news_area .blog_list_item_two:hover {
    box-shadow: 5px 6px 36px 0 rgba(0, 0, 0, .15)
}

.blog_content .date-time a svg {
    fill: #0f0f59;
    height: 13px;
    width: 14px;
    margin-top: -3px;
    margin-right: 5px;
}

.blog_content .date-time a {
    color: #000;
    width: auto;
    display: inline-block;
    margin-right: 20px;

}

.blog_content .date-time {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 5px
}

.blog_content .post-info-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.post-info-bottom a {
    text-transform: uppercase;
    font-size: 13px;
    margin: unset;
    line-height: 20.63px;
    display: inline-block;
    font-weight: 500;
    font-family: 'Poppins';
    position: relative;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #0f0f59;
    width: 100%;
}

.post-info-bottom a:hover {
    color: #0000fc;
}

.blog_content .post-info-bottom a:before {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}

.post-info-bottom a:hover:before {
    width: 100%;
    background: #0000fc;
}

.news-home-wrp .btn_get-reverse {
    padding: 10px 45px;
    margin-top: 35px;
    margin-bottom: -9px;
}

/*news-end*/
/*Counter-seciton-start*/
.our-development-wrp {
    background: #f9f7fd;
    position: relative;
    padding: 50px 0;
}

.home_bubble div {
    position: absolute;
    border-radius: 50%
}

.home_bubble .bubble-one {
    width: 10px;
    height: 10px;
    background: #00c99c;
    top: 40%;
    left: 85px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate;
}

.home_bubble .bubble-two {
    width: 14px;
    height: 14px;
    background: #7d95fa;
    top: 85%;
    left: 255px;
    -webkit-animation: spin1 1s infinite alternate;
    animation: spin1 1s infinite alternate
}

.home_bubble .bubble-three {
    width: 10px;
    height: 10px;
    background: #d27dfa;
    top: 40%;
    right: 85px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 2s infinite alternate;
    animation: spin1 2s infinite alternate
}

.home_bubble .bubble-four {
    background: #f1d53b;
    top: 85%;
    right: 55px;
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate;
    width: 14px;
    height: 14px;
}

@-webkit-keyframes spin1 {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes spin1 {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

.counter-head {
    text-align: center;
    margin-bottom: 70px;
}

.seo-fact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.seo-fact-info:before {
    content: "";
    background: url(../images/shap.png) no-repeat scroll center center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0
}

.seo-fact-info .seo-fact-item {
    width: 200px;
    padding: 5px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgba(38, 59, 94, .1);
    box-shadow: 0 20px 40px 0 rgba(38, 59, 94, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.seo-fact-info .seo-fact-item>.text div {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block
}

.seo-fact-info .seo-fact-item .digit1 {
    color: #15b2ec
}

.seo-fact-info .seo-fact-item .digit2 {
    color: #f5a416
}

.seo-fact-info .seo-fact-item .digit3 {
    color: #00c99c
}

.seo-fact-info .seo-fact-item .digit4 {
    color: #f12699
}

.seo-fact-info .seo-fact-item p {
    margin-bottom: 0;
    color: #6a7695;
    font-size: 16px
}

.seo-fact-info .seo-fact-item:nth-child(even) {
    margin-top: 135px
}

.seo-fact-info .seo-fact-item:first-child {
    margin-top: 25px
}

.seo-fact-info .seo-fact-item.last {
    margin-top: 120px
}

/*Counter-seciton-end*/

/*TEXTMONIAL-seciton-START*/
.testimonial-section {
    padding: 50px 0;
}

.stratup_testimonial_info {
    height: 576px;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
}

.stratup_testimonial_info:before {
    content: "";
    background: url(../images/testimonial_bg.png) no-repeat scroll center 0/contain;
    width: 91%;
    height: 90%;
    top: 33px;
    left: 58px;
    position: absolute;
}

.testimonial-slider-four .item {
    color: #000;
}

.testimonial_title {
    position: relative;
    padding-bottom: 40px
}

.testimonial_title h6 {
    font-size: 16px;
    color: #563bd1;
    font-family: 'Poppins';
    font-style: italic
}

.testimonial-slider-four .author_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 15px
}

.testimonial-slider-four .item p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #0f0f59
}

.testimonial-slider-four .item img {
    width: 100%
}


.testimonial-slider-four .item h5 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: relative;
    width: max-content
}

.testimonial-slider-four .item h6 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    color: #000
}

.testimonial_title .owl-next,
.testimonial_title .owl-prev {
    position: absolute;
    bottom: -40px;
    width: 50px;
    height: 50px;
    border: 1px solid #e0e4ed;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-radius: 50%;
    line-height: 48px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    background: 0 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_title .owl-next:hover,
.testimonial_title .owl-prev:hover {
    background: #563bd1;
    color: #fff;
}

.testimonial_title .owl-next:hover svg,
.testimonial_title .owl-prev:hover svg {
    fill: #fff;
}

.testimonial_title .owl-next {
    left: 60px
}

.testimonial-slider-four {
    padding: 0 0
}

.testimonial-slider-four .testi-box {
    box-shadow: 0 3px 12px 0 rgba(162, 170, 189, .16);
    background: #fff;
    padding: 20px;
    margin: 22px
}

.left-carrat-icon,
.right-icon {
    width: 14px;
    height: 14px;
}

/*testimonial-close*/

/*industries-open*/
.industries-wrp {
    padding: 50px 0;
}

.partner_logo_area_four {
    padding-top: 30px;
    margin-bottom: -40px
}

.partner-info {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partner-info .logo-item {
    width: calc(100% / 6);
    margin-bottom: 60px
}

.partner-info .logo-item img,
.partner-info .logo-item svg {
    max-width: 100%;
    -webkit-filter: contrast(100%);
    filter: contrast(100%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.partner-info .logo-item:hover img,
.partner-info .logo-item:hover svg {
    -webkit-filter: contrast(100%);
    filter: contrast(100%)
}

/*industries-close*/

/*home-form-open*/
.home-form-head {
    text-align: center;
    margin-bottom: 30px;
}

.home-form-head h2,
.home-form-head p {
    color: white !important;
}

.home-form-head p {
    max-width: 68% !important;
}

.seo_subscribe_form {
    max-width: 970px;
    margin: 0 auto
}

.seo_subscribe_form .input-group {
    padding: 0 10px
}

.seo_subscribe_form .input-group input {
    font-size: 16px;
    line-height: 45px;
    font-weight: 300;
    border-radius: 4px;
    padding: 2px 30px 0;
    border: 2px solid transparent;
    width: 100%
}

.seo_subscribe_form .input-group .form-control {
    max-width: 400px;
    background: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px
}

.seo_subscribe_form .input-group input.about_btn {
    max-width: 150px
}

.seo_subscribe_form .input-group .form-control+.error {
    display: none
}

.seo_subscribe_form .input-group .form-control.placeholder {
    color: #949db5
}

.seo_subscribe_form .input-group .form-control:-moz-placeholder {
    color: #949db5
}

.seo_subscribe_form .input-group .form-control::-moz-placeholder {
    color: #949db5
}

.seo_subscribe_form .input-group .form-control::-webkit-input-placeholder {
    color: #949db5
}

.seo_subscribe_form .input-group .check-btn {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #00c99c;
    border: 0;
    -webkit-box-shadow: 0 10px 30px 0 rgba(18, 2, 86, .2);
    box-shadow: 0 10px 30px 0 rgba(18, 2, 86, .2);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
    cursor: pointer
}

.seo_subscribe_form .input-group .check-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

.seo_subscribe_form .checkbox {
    margin: 0 20px 60px;
    color: #fff
}

.seo_subscribe_form input[type=submit] {
    font: 500 14px 'Poppins';
    background: #fbfbfd;
    -webkit-box-shadow: 0 20px 30px 0 rgb(12 0 46 / 10%);
    box-shadow: 0 20px 30px 0 rgb(12 0 46 / 10%);
    border-radius: 7px;
    color: #0000fc;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #fbfbfd;
    margin-top: .5rem !important;
    max-width: 150px;
    overflow: hidden;
    z-index: 1;
    font-size: 16px;
    line-height: 45px;
    font-weight: 300;
    border-radius: 4px;
    padding: 2px 30px 0;
    border: 2px solid transparent;
    width: 100%;
    cursor: pointer;
}

.seo_subscribe_form input[type=submit]:hover {
    color: #fff;
    background: #0000fc;
    border: 2px solid #fff !important;
}

.seo_subscribe_area {
    background-color: #3a3aff;
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.seo_subscribe_area .overlay_img {
    background: url(../images/cloud_bg.png) no-repeat scroll center 0/cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.submit-home-form {
    width: fit-content;
    min-width: 170px;
    margin: auto;
}

.submit-home-form input {
    max-width: 150px;
}

/*home-form-close*/

/*footer-open*/
.new_footer_top {
    padding: 120px 0 0;
    position: relative;
    overflow: hidden
}

#footer {
    background: #fbfbfd
}

.footer-links {
    padding-right: 20px;
    padding-left: 70px;
}

.footer-links p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-top: 30px;
    margin-bottom: 20px;
}

.foooter-social-icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: 0 0;
    border: 1px solid #e2e2eb;
    font-size: 12px;
    border-radius: 50%;
    color: #858da8;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.foooter-social-icon a:last-child {
    margin-left: 4px;
}

.foooter-social-icon a:hover {
    background: #0000fc;
    border-color: #0000fc;
}

.foooter-social-icon a:hover svg {
    fill: #fff;
}

.foooter-social-icon a svg {
    width: 17px;
    height: 17px;
    fill: #858da8;
}

.footer-links h3 {
    margin-bottom: 30px;
    color: #263b5e;
    font-weight: 500;
    font-size: 18px;
}

.footer-links ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-top: 0;
}

.footer-links li {
    margin-bottom: 11px;
}

.footer-links ul li a {
    color: #6a7695;
    font: 300 16px/20px 'Poppins';
    position: relative;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    display: inline-block;
}

.footer_bar {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 25px 0px 24px 0px;
    ;
}

.footer_bar p {
    font-size: 16px;
    color: #6a7695;
    line-height: 28px;
    color: #7f88a6;
    margin-bottom: 0px;
}

.footer-links img {
    width: 130px;
    max-width: 85px
}

.new_footer_top .footer_bg {
    bottom: 0;
    background: url(../images/footer_bg.png) no-repeat scroll center 0;
    width: 100%;
    height: 266px;
    overflow: hidden
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url(../images/car.png) no-repeat center center;
    width: 70px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url(../images/bike.png) no-repeat center center;
    width: 54px;
    height: 54px;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 40s linear infinite;
    animation: myfirst 40s linear infinite
}

@-moz-keyframes myfirst {
    0% {
        left: -25%
    }

    100% {
        left: 150%
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%
    }

    100% {
        left: 150%
    }
}

@keyframes myfirst {
    0% {
        left: -25%
    }

    100% {
        left: 100%
    }
}

/*footer-close*/
/*------------------------------------------inner-pages-start--------------------------------------------------------*/
/*fingerprint-services*/
.header1 {
    background: 0 0
}

.header1.header_area.navbar_fixed {
    background: #fff
}

.sticky_logo {
    width: 145px
}

.sticky_logo img {
    width: 100%
}

.header1 .menu_toggle .hamburger span,
.header1 .menu_toggle .hamburger-cross span {
    background: #fff !important;
}

.header1 .navbar .btn_get {
    color: #0000fc !important;
    background-color: #fff;
    margin-left: 29px;
}

.breadcrumb_area {
    background-image: -moz-linear-gradient(180deg, #0000fc 0, #a485fd 100%);
    background-image: -webkit-linear-gradient(180deg, #0000fc 0, #a485fd 100%);
    background-image: -ms-linear-gradient(180deg, #0000fc 0, #a485fd 100%);
    position: relative;
    z-index: 1;
    padding: 210px 0 100px;
    overflow: hidden;
    margin-bottom: 50px
}

.fingerprint-breadcrumb {
    background-image: url(../images/fingerprintbreadcrumbbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb_content {
    text-align: center;
}

.breadcrumb_content h1 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    font-size: 50px;
}
.path-user .breadcrumb_area{
    padding: 110px 0 75px;
}

.breadcrumb_content p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;

}

#services_sec {
    padding: 50px 0;
}

.tab-container {
    position: relative;
    display: flex;
    align-items: flex-start
}

.ser-tab {
    border: 0 solid #f4f4f9
}

.ser-tab .nav-tabs {
    border: 0;
    margin-bottom: 0;
    display: block;
}

.tab-container .tab-content {
    display: block;
    margin-top: 95px
}

.ser-tab .nav-item {
    margin: 0
}

.ser-tab .nav-item .nav-link.active {
    color: #0f0f59;
    background: 0 0
}

.ser-tab .nav-item .nav-link {
    font: 400 18px/22px 'Poppins';
    color: #000;
    padding: 20px 0;
    border: 0;
    border-radius: 0;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    width: 94%
}

.ser-tab .nav-item .nav-link:before {
    width: 100%;
    z-index: 7;
    content: "";
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -9px;
    -webkit-transition: width .4s linear;
    -o-transition: width .4s linear;
    transition: width .4s linear
}

.ser-tab .nav-item .nav-link.active .icon-right-arrow {
    fill: #0000fc
}

.ser-tab .nav-item .nav-link .icon-right-arrow {
    width: 26px;
    height: 18px;
    float: right;
    fill: #000;
    transition: all .3s ease;
    margin-right: -5px
}

.ser-tab .nav-item:first-child .nav-link {
    padding: 0 0 20px
}

.tab-container .tab-content.active {
    position: relative
}

.point-lt {
    max-width: auto;
    width: 100%;
    flex: 0 0 100%
}

.point-lt {
    margin-bottom: 36px
}

.point-lt:last-child,
.point-lt:last-child p {
    margin-bottom: 0
}

.point-hd .icon-fingerprint_scan_1 {
    width: 50px;
    height: 50px;
    fill: #0000fc;
}

.point-hd .icon-fingerprint_scan_2 {
    width: 50px;
    height: 50px;
    fill: #0000fc;
}

.point-hd {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.pr_50 {
    padding-right: 50px;
    position: sticky;
    top: 150px;
    z-index: 4;
}

.point-hd h4 {
    color: #0f0f59;
    margin-left: 20px;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 22px;
}

.point-lt p {
    font-size: 16px;
}

.tab-container h3 {
    color: #0f0f59;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px
}

.tab-container p {
    font-size: 16px;
    color: #000;
}

.tab-content strong {
    padding: 3px 8px;
    color: #ff0000;
}

.list-view {
    color: #0f0f59;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
}

.list-view ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.list-view ul li {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
}

.list-view ul li:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 9px;
    background: #0000fc;
    left: -15px;
    border-radius: 50%;
}

.services-bottom-section {
    padding: 50px 0;
    background-color: #3a3aff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.services-bottom-section .overlay_img.contact_img {
    background: url(../images/contact_bg.jpg) no-repeat scroll center 0/cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.services-bottom-head {
    text-align: center;
    margin-bottom: 20px;
}

.services-bottom-head h2 {
    color: white;
}

.services-bottom-head p {
    margin-bottom: 0px !important;
    color: white;
    max-width: 68%;
    margin: auto;
}

.services-bottom-section .input-group {
    padding: 0px 15px;
    justify-content: center;
}

.services-bottom-section a {
    margin-top: 3rem !important;
    font: 500 14px 'Poppins';
    padding: 10px 30px;
    background: #fbfbfd;
    -webkit-box-shadow: 0 20px 30px 0 rgb(12 0 46 / 10%);
    box-shadow: 0 20px 30px 0 rgb(12 0 46 / 10%);
    border-radius: 7px;
    color: #0000fc;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #fbfbfd;
}

.services-bottom-section a:hover {
    color: #fff;
    background: #0000fc;
    border: 2px solid #fff !important;
}

/*fingerprint-services-end*/
/*permanant-services-start*/

.tab-content p span {
    padding: 3px 8px;
}

.know-more {
    color: #0000ff;
    padding: 3px 8px;
}

.programm-opening {
    color: #ff0000;
}

.permanant-services .owl-prev {
    left: calc(0% - 60px);
}

.permanant-services .owl-next {
    right: calc(0% - 100px);
}

.other-programm-head {
    margin-bottom: 70px;
    text-align: center;
}

.other-programm-head h2 {
    margin-bottom: 20px;
    line-height: 30px;
}

/*permanant-services-end*/

/*temporary-services-start*/

.Temporary-color-change strong {
    padding: 0px;
    color: initial;
}

.temporary-steps {
    background: #fbfbfd;
    padding-top: 50px;
}

.temporary-steps-head {
    margin-bottom: 66px;
    text-align: center;
}

.digi-proce {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 40px;
    background: #fff;
    display: block;
    border-radius: 50%;
    box-shadow: 0 3px 12px 0 rgba(162, 170, 189, .16);
    font-family: 'Poppins';
    color: #0f0f59;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.software_featured-wrap {
    padding: 0px 50px;
}

.software_featured-wrap .software_featured_item {
    background: #fff;
    padding: 30px;
    padding-top: 70px;
    box-shadow: 0 3px 12px 0 rgba(162, 170, 189, .16);
    border-radius: 15px;
    min-height: 326px;
    display: flex;
    margin: 0px auto 30px auto;
    text-align: center;
}

.software_featured-wrap .software_featured_item p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 15px;
}

.software_featured-wrap .software_featured_item:after,
.software_featured-wrap .software_featured_item:before {
    content: ' ';
    position: absolute
}

.software_featured-wrap .software_featured_item:after {
    width: 0;
    height: 40px;
    border-left: 1px #b6b6b6 dashed;
    top: 66px;
    left: 50%;
    z-index: 0
}

.software_featured-wrap .software_featured_item:before {
    width: calc(50% - 32px);
    height: 0;
    border-bottom: 1px #b6b6b6 dashed;
    top: 31px;
    left: calc(50% + 32px);
    z-index: 0
}

.right-pro .software_featured-wrap .software_featured_item:before {
    left: auto;
    right: calc(50% + 32px)
}

/*temporary-services-end*/

/*carear-services-start*/
.career-section {
    padding: 0 0 50px;
}

.searchbar {
    font: 400 15px/60px 'Poppins';
    color: #222d39;
    height: 64px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 12px 0 rgba(162, 170, 189, .16);
    box-shadow: 0 3px 12px 0 rgba(162, 170, 189, .16);
    width: 100%;
    border: 1px solid #fff;
    padding-left: 25px;
    padding-right: 40px;
    border-right: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.searchbar .form-type-textfield {
    width: calc(100% - 20px);
}

.searchbar input {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.searchbar input[type=submit] {
    /* border-bottom: 0 solid #0000fc;
    border-right: 0 solid #0000fc; */
    height: 20px;
    width: 20px;
    font-size: 0;
    margin: 0;
    color: #0000fc;
    cursor: pointer;
    border: 0;
    background: url(../images/icons/search.svg) no-repeat center;
}

.searchbar button svg {
    margin-top: -5px;
    height: 20px;
    fill: #0000fc;
    width: 20px;
}

.listing_tab {
    margin-bottom: -30px;
    margin-top: 75px;
    overflow: hidden;
}

.listing_tab .item {

    padding: 0 20px
}

.listing_tab .job_list_table {
    display: table;
    width: 100%;
    background: 0 0;
    border-bottom: 1px solid rgba(162, 170, 189, .34);
    padding: 30px 20px 30px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.jobsearch-left h4 a {
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block;
    color: #0f0f59;
    font-weight: 500;
}

.jobsearch-left ul {
    flex-wrap: wrap;
    display: flex;
    list-style-type: none;

    margin-bottom: 0;
    padding-left: 0;
}

.career-section .row {
    padding: 30px 20px 30px;
    margin: 0px;
    border-bottom: 1px solid rgba(162, 170, 189, .34);
}

.jobsearch-left ul li {
    padding-left: 0;
    float: left;
    font: 300 14px/15px 'Poppins';
    color: #999;
    padding: 0 10px;
    border-left: 2px solid #aeb3c3;
    margin-bottom: 8px;
}

.jobsearch-left ul li:first-child {
    padding-left: 0 !important;
    border: none !important;
}

.jobsearch-left ul li b {
    font-weight: 500;
}

.jobsearch-right {
    text-align: right;
}

.jobsearch-right a {
    color: #007bff;
    border-radius: 0;
    color: #0f0f59;
    padding: 0;
    font-weight: 500;
    font: 300 16px/36px 'Poppins';
    border: 0 solid #e7e7f6;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.extra-pad {
    padding: 0px 20px;
    margin-bottom: -30px;
    margin-top: 67px;
    overflow: hidden;
}

.career-section .pagination {
    margin-top: 60px;
    text-align: center !important;
    display: block;
}

.career-section .pagination a {
    font: 500 14px 'Poppins';
    color: #fff !important;
    background: #0000fc;
    -webkit-box-shadow: 0 20px 30px 0 rgb(12 0 46 / 10%);
    box-shadow: 0 20px 30px 0 rgb(12 0 46 / 10%);
    border-radius: 7px;
    padding: 10px 38px;
    border: 1px solid #0000fc;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}

.career-section .pagination a:hover {
    color: #0000fc !important;
    box-shadow: none;
    background: 0 0;
}

.jobsearch-right a:hover {
    background: 0 0;
    color: #0000fc;
    border-bottom: 1px solid #0000fc;
}

.more {
    display: none;
}

/*carear-services-end*/

/*contact-page-start*/
.contact_info_area h2 {
    font-family: 'Poppins';
    color: #0f0f59;
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 30px;
}

.form-group {
    position: relative;
    margin-bottom: 50px;
}

.form-group label {
    position: absolute;
    left: 20px;
    top: 18px;
    color: #999;
    background-color: #fff;
    z-index: 0;
    -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: all 150ms ease-out, -webkit-transform 150ms ease-out;
    pointer-events: none;
}

.form-group input {
    font: 400 16px/60px 'Poppins';
    color: #0f0f59;
    height: 70px;
    border-radius: 4px;
    -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: all 150ms ease-out, -webkit-transform 150ms ease-out;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 12px 0 rgb(162 170 189 / 16%);
    box-shadow: 0 3px 12px 0 rgb(162 170 189 / 16%);
    width: 100%;
    border: 1px solid #fff;
    padding-left: 30px;
    margin-top: 0;
}

.req label:after {
    content: '*';
    color: #e61431;
    margin-left: 2px;
    font-size: 17px;
}

.form-group textarea {
    height: 185px;
    font: 400 16px/60px 'Poppins';
    color: #0f0f59;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 12px 0 rgb(162 170 189 / 16%);
    box-shadow: 0 3px 12px 0 rgb(162 170 189 / 16%);
    width: 100%;
    border: 1px solid #fff;
    padding-left: 30px;
}

.form-group textarea:focus,
.form-group input:focus,
.form-group select:focus {
    -webkit-box-shadow: 0 10px 14px 0 rgb(162 170 189 / 20%);
    box-shadow: 0 10px 14px 0 rgb(162 170 189 / 20%);
    outline: 0;
    border: 1px solid #0000fc !important;
}


.focused label  {
    left: 8px;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    font-size: .9em
}

.date-box.set-formatting label,
.form-item-writing.set-formatting label,
.form-item-title.set-formatting label {
    width: 40%;
}

.checkbox {
    margin-bottom: 50px;
}

.contact_form_box input[type=submit] {
    min-width: 180px;
    text-align: center;
    background: #0000fc;
    border-color: #0000fc;
    margin-top: 0;
    font: 500 14px 'Poppins';
    color: #fff;
    border-radius: 7px;
    padding: 10px 45px;
    border: 1px solid #0000fc;
    transition: all .3s linear;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.contact_form_box input[type=submit]:hover {
    background: 0 0;
    color: #0000fc;
}

.contact_info_item h6 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    color: #0f0f59;
}

.contact_info_item p {
    font-size: 16px;
    color: #677294;
    margin-bottom: 4px;
    margin-top: 0;
}

.address-new {
    margin-bottom: 12px;
    display: flex;
    border-bottom: 0 #f5f2fb dashed;
    padding-bottom: 12px;
}

.contact_info_item p {
    font-size: 16px;
    color: #677294;
    margin-bottom: 4px;
}

.contact_info_item {
    margin-top: 20px;
}

.contact_info_item {
    padding-bottom: 15px;
}

.contact_info_item p span {
    color: #0f0f59;
    font-weight: 400;
    padding: 3px 8px;
}

.contact_info_item a {
    color: #677294;
    padding-left: 3px;
    display: inline-block;
}

.contact_info_item .time-new p span {
    color: #677294;
}

.time-new {
    margin-bottom: 12px;
    border-bottom: 0 #f5f2fb dashed;
    padding-bottom: 12px;
}

.contact_info_item .time-new:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.mapbox {
    height: 400px;
    -webkit-box-shadow: 0 3px 4px 0 rgb(12 0 46 / 5%);
    box-shadow: 0 3px 4px 0 rgb(12 0 46 / 5%);
    border: 10px solid #fff;
}

.contact_info_area {
    padding-bottom: 50px;
}

/*contact-page-end*/

/*free-evaluate-page-start*/
.free-eva-section {
    padding: 0 0 50px;
}

.free-eva-section .form-group {
    min-height: 75px;
}

.free-eva-section .form-group select {
    background: #fff url(../images/drop-down-arrow.svg) no-repeat calc(100% - 20px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 400 16px/60px 'Poppins';
    color: #0f0f59;
    height: 70px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 12px 0 rgb(162 170 189 / 16%);
    box-shadow: 0 3px 12px 0 rgb(162 170 189 / 16%);
    width: 100%;
    border: 1px solid #fff;
    padding-left: 30px;
    padding-right: 40px;
    border-right: 0;
}

.evaluation-breadcrumb {
    background-image: url(../images/evalute.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.date {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.date-box span {
    position: absolute;
    right: 20px;
    top: 20px;
}

.date-box span svg {
    width: 20px;
    height: 20px;
    fill: #0000fc;
}

#filename {
    padding: 18px 20px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    background: 0 0;
    width: calc(100% - 220px);
    color: #0f0f59;
    border-radius: 6px;
    margin-right: 20px;
    border: 0 solid #0000fc;
    box-shadow: 6px 5px 36px 0 rgb(0 0 0 / 15%);
    position: relative;
}

#clear {
    display: none;
    position: absolute;
    top: 20px;
    right: 16px;
}

.upload label {
    display: inline-block;
    background: #0000fc;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    padding: 18px 20px;
}

.upload svg {
    width: 17px;
    height: 17px;
    fill: white;
    margin: 10px;
    margin-bottom: 9px;
    margin-top: 0px;
}

#file-upload {
    position: absolute;
    left: -9999px;
}

.free-eva {
    text-align: center;
}

.free-eva input[type=submit] {
    max-width: 370px;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}

/*free-evaluate-page-end*/

/*about-page-start*/
.about-top-img img {
    width: 100%;
}

.about-immigration {
    padding: 50px 0px;
}

.about-top-content {
    margin-top: 3rem !important;
}

.about-top-content p span {
    padding: 3px 8px;
}

.about-top-content p a {
    color: #000000;
}

.core-head {
    margin-bottom: 87px;
    text-align: center !important;
}

.core-head p {
    max-width: 870px;
}

.core-head h2 {
    font-weight: 500;
    line-height: 30px;
}

.core_value-point svg {
    width: 70px;
    position: relative;
    margin: 0 0 15px;
    /* border-radius: 50%/14%; */
    color: #0000fc;
    text-align: center;
    line-height: 64px;
    height: 70px;
    text-overflow: clip;
    z-index: 1;
    fill: #0000fc;
}

.core_value-point {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
    padding-right: 70px;
}

.core_value-point h5 {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
    width: calc(100% - 150px);
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
    color: #0f0f59;
    font-weight: 400;
    margin-top: 0;
}

.immigration {
    padding: 50px 0px;
    padding-top: 20px;
}

.immigration-head {
    margin-bottom: 70px;
    text-align: center !important;

}

.immigration .row.flex-row-reverse {
    margin-bottom: 70px;
}

.conclution_sec {
    background: #fbfbfd;
    padding-top: 120px;
}

.conclution-head {
    text-align: center !important;
}

.conclution-head h2 {
    font-size: 30px;
    line-height: 56px;
    color: #0f0f59;
    font-weight: 500;
    margin-bottom: 10px;
}

.conclution-head p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    margin: 0 auto 20px;
    max-width: unset;
}

.about-left {
    max-width: 345px !important;
}

.service_details_img {
    margin-left: -40px !important;
}

.about-bottom {
    margin-top: 50px
}

.about-bottom img {
    width: 100%;
}

.margin-right {
    margin-right: -40px;
}

.news-page-wrap {
    padding: 50px 0px;
    padding-bottom: 70px;
}

/*about-page-end*/

/*FAQ-page-start*/
.faq_area {
    padding: 50px 0;
    background: #fbfbfd;
}

.faq-sec {
    margin-top: 60px;
}

.padding-right {
    padding-right: 50px;
}

.faq_tab {
    border: 1px solid #f4f4f9;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(12 0 46 / 4%);
    box-shadow: 0 2px 4px 0 rgb(12 0 46 / 4%);
    padding: 50px 40px;
    border-radius: 10px;
}

.faq_tab h4 {
    font-size: 26px;
    font-weight: 500;
    color: #0f0f59;
    margin-bottom: 15px;
}

.faq-content .tab-pane .card,
.faq_tab .card {
    border: 0;
    border-radius: 0;
    background: 0 0;
    border-bottom: 1px solid #e4e0ee;
}

.faq-content .tab-pane .card .card-header,
.faq_tab .card .card-header {
    padding: 0;
    border: 0;
    background: 0 0;
}

.faq-content .tab-pane .card .card-body,
.faq_tab .card .card-body {
    padding: 0 0 45px;
    font: 400 16px/26px 'Poppins';
    color: #000;
}

.faq-content .tab-pane .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.faq-content .tab-pane button,
.faq_tab .card-header button {
    background-color: transparent;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font: 500 20px/26px 'Poppins';
    display: block;
    width: 100%;
    padding: 20px 30px 20px 0;
    text-align: left;
    color: #0000fc;
    position: relative;
    white-space: normal;
}

.faq-content .tab-pane .card .card-header button.collapsed,
.faq_tab .card .card-header button.collapsed {
    color: #637596;

}

.faq_tab .card .card-header button svg {
    display: block;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    position: absolute;
    right: 0;
    fill: #637596;
    width: 20px;
    height: 20px;
    top: 50%;
    transition: all .3s ease;
}

.faq_tab .card .card-header button.collapsed svg {
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0)
}

.faq_tab .nav-tabs {
    border: 0;
    margin-bottom: 0;
    display: block;
}

.faq_tab .nav-item {
    margin: 0;
}

.faq_tab .nav-item .nav-link.active {
    color: #0000fc;
}

.faq_tab .nav-item .nav-link {
    font: 400 16px/22px 'Poppins';
    color: #637596;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.tab-content>.active {
    display: block;
    transition: opacity .15s linear;
}

.faq-content h3 {
    font-size: 24px;
    font-weight: 500;
    color: #0f0f59;
    margin-bottom: 15px;
}

.tab-pane .card .card-header button svg {
    display: block;
    -webkit-transform: translateY(35%) rotate(0);
    -ms-transform: translateY(35%) rotate(0);
    transform: translateY(35%) rotate(0);
    position: absolute;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    display: block;
    width: 20px;
    font-weight: 900;
    height: 20px;
    transition: all .3s ease;
}

.faq-content .tab-pane .card .card-header button.collapsed svg,
.faq_tab .card .card-header button.collapsed svg {
    fill: #637596;
}

.faq-content .tab-pane .card .card-header button svg,
.faq_tab .card .card-header button svg {
    fill: #0000fc;
}

.tab-pane .card .card-header button.collapsed svg {
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0)
}

.faq_area button {
    display: flex !important;
    align-items: center;
    padding-right: 0px;
    justify-content: space-between;
}

.faq-content .card-header .accordion-icon {
    width: 20px;
    right: 0px;
    flex: 0 0 5%;
    position: absolute;
    height: 20px;
    transition: all 0.3s ease;
}

.faq-content .card-header .accordion-icon:after {
    content: '';
    width: 2px;
    height: 20px;
    position: absolute;
    background: #637596;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-content .card-header .accordion-icon:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    background: #637596;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-content .card-header button[aria-expanded=true] .accordion-icon {
    transform: rotate(-135deg);
}

.faq-content .card-header button[aria-expanded=true] .accordion-icon:before,
.faq-content .card-header button[aria-expanded=true] .accordion-icon:after {
    background: #0000fc;
}

/*FAQ-page-end*/

/*team-page-end*/
.team-section-start {
    padding: 50px 0;
}

.team-member {
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    border-radius: 50%;
    max-width: 270px;
    max-height: 270px;
    min-height: 270px;
    margin: 0px auto;
    margin-bottom: 40px;

}

.team-member:hover .team_content {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.team-member:hover .hover_content {
    opacity: 1;
    visibility: visible;
    z-index: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}

.team-member .team_content {
    bottom: 0;
    background: rgba(255, 255, 255, .9);
    padding: 17px 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    width: 100%;
    max-width: 100%;
}

.team-member .team_content h3 {
    margin-bottom: 3px;
    color: #0f0f59;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 16px;
    max-width: 142px;
    margin-left: auto;
    margin-right: auto;
}

.team-member .hover_content {
    border-radius: 50%;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 33px;
    background: rgba(0, 0, 252, .66);
    opacity: 0;
    visibility: visible;
    z-index: -1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    position: absolute;
    width: 100%;
}

.team-member:hover .hover_content .br {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team-member .hovecor-ntent-inner {
    width: 100%;
}

.team-member .hover_content h3 {
    margin-bottom: 3px;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
}

.team-member .hover_content .br {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    display: block;
    margin: 15px 0 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
}

.team-member .hover_content h4 {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    margin-bottom: 3px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 16px;
}

.team-member .hover_content p {
    display: inline-block;
    font-size: 13px;
    color: #fff;
}

.team-member:hover .hover_content h3,
.team-member:hover .hover_content h4 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.team-member:hover .hover_content .br {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*team-page-end*/

/*owner-operator-start*/
.case_study_details {
    padding: 0 0 50px;
}

.sub_cate_details_content {
    padding: 0px;
}

.sub_cate_details_content p span {
    color: #0000ff;
    padding: 3px 8px;
}

.list-view-wrp p span {
    color: #0f0f59;
}

.conclution_sec {
    padding: 50px 0;
    margin-bottom: 60px;
    background: #fbfbfd;
}

.conclution_sec .section-head h2 {
    font-size: 30px;
    line-height: 56px;
    color: #0f0f59;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.conclution_sec .section-head p {
    text-align: center;
    max-width: 100%;
    text-align: center;
}

.study-permit {
    padding: 50px 0;
}

.sub-catagory-content h2 {
    font-size: 30px;
}

.list-view a {
    color: #0f0f59 !important;
    margin-bottom: 20px;
    font-weight: 500 !important;
    font-size: 16px;
}

.sub-details_bottom {
    padding: 0px 0px 50px;
}

.privacy-policy-page {
    padding: 0 0 50px;
}

.study_details_content h3 {
    font-size: 30px;
    color: #0f0f59;
    font-weight: 500;
    margin-bottom: 5px;
}

.study_details_content p {
    margin: 0px 0px 10px;
    color: #333333;
    font-family: arial;
    font-size: 13px;
    line-height: 28px;
}

.study_details_content .margin-top {
    margin-top: 38px !important;
}

.study_details_content p strong {
    color: #6f8b03;
    font-family: arial, helvetica, 'Poppins';
    font-size: 16px;
    padding: 9px 24px;
}

.study_details_content p span strong {
    font-size: 18px;
    color: #6f8b03;
    font-family: arial, helvetica, 'Poppins';
}

.study_details_content p span {
    color: #000000;
    padding: 9px 24px;
    font-size: 14px;
    font-family: arial, helvetica, 'Poppins';
}

.study_details_content p strong span {
    padding: 9px 24px;
    color: #6f8b03;
    font-size: 16px;
}

.study_details_content ol {
    padding: 0px;
    margin: 0px 0px 10px 25px;
    color: #333333;
    font-family: arial;
    font-size: 13px;
}

.study_details_content ol li {
    line-height: 21px;
}

.study_details_content ol li span {
    color: #000000;
    font-size: 14px;
}

.study_details_content ol li ul {
    padding: 0px;
    margin: 0px 0px 0px 25px;
}

.study_details_content ol li ul li {
    font: 400 15px 'Poppins';
    color: #000;
    margin-bottom: 15px;
    line-height: 20px !important;

}

.padding-bottom {
    padding-bottom: 10px;
}

.study_details_content ol li ul li span {
    line-height: 20px;

    font-size: 14px;
    font-weight: 500;
    font-family: arial, helvetica, 'Poppins';
    color: #051441;
}

.privacy-policy-bottom {
    padding-top: 58px;
}

.privacy-policy-bottom p {
    margin: 0px 0px 10px;
    color: #333333;
    font-family: arial;
    font-size: 13px;
}

.privacy-policy-bottom p strong {
    color: #6f8b03;
    padding: 9px 24px;
}

.privacy-policy-bottom p {
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 0.9rem;
    color: #949494;
    font-family: Montserrat, 'Poppins';
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.privacy-policy-bottom p:first-child {
    margin-bottom: 10px;
}

.privacy-policy-bottom p strong {
    padding: 9px 24px;
}

.privacy-policy-bottom p span {
    padding: 3px 8px;
}

.news_area_detail {
    padding: 50px 0;
}

.news_area_detail h3 {
    font-size: 30px;
    font-weight: 500;
    color: #0f0f59;
}

.news-tag {
    flex-wrap: wrap;
    margin-bottom: 29px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.news-tag .date-time {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 5px;
}

.news-tag .date-time a {
    color: #000;
    margin-right: 20px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
}

.news-tag .date-time a svg {
    width: 21px;
    height: 20px;
    fill: #0f0f59;
    margin-right: 7px;
}

.share p {
    color: #0f0f59;
    font-size: 16px;
    display: inline-block;
}

.share a {
    margin-left: 8px;
    display: inline-block;
}

.share svg {
    width: 28px;
    height: 28px;
    margin-top: -5px;
}

.news-img {
    margin: 0 25px 25px 0;
    display: inline-block;
}

.details_list p {
    display: inline-block;
    font-size: 16px !important;
}

.service_details_area {
    padding: 50px 0;
}

.details_content h3 {
    margin-left: 0;
    color: #0f0f59;
    font-weight: 500;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}

.details_content p {
    font-size: 16px;
}

.details_content p a {
    color: #0f0f59;
}

.job_info {
    border: 1px solid #f4f4f9;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(12 0 46 / 4%);
    box-shadow: 0 2px 4px 0 rgb(12 0 46 / 4%);
    padding: 25px;
}

.job_info h3 {
    border-bottom: 1px solid #eeebf6;
    padding-bottom: 26px;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0px;
    vertical-align: middle;
    color: #0f0f59;
}

.info_item {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 25px;
}

.info_item svg {
    fill: #0000fc;
    vertical-align: top;
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.info_item .info-con {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
}

.info_item .info-con h6 {
    font-size: 18px;
    color: #222d39;
    font-family: 'Poppins', 'Poppins';
    font-weight: 400;
    margin-bottom: 5px;
}

.info_item .info-con p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.tab-container .col-lg-8 {
    margin-bottom: 38px;
}

/*owner-operator-end*/


/* Dashboard CSs */
.icon-detials {
    margin-bottom: 25px;
    width: 100%;
}

.dashboard {
    margin-top: 15px;
}

.dashboard .heading h3 {
    display: none;
}

.icon-detials .icon-title {
    margin: auto;
    color: #0074b7;
    padding-top: 8px;
    font-size: 18px;
}

.icon-detials a:hover .icon-title {
    color: #000;
}

.icon-detials a {
    text-align: center;
    margin-bottom: 25px;
    background: #e2e2e2;
    border-radius: 10px;
    padding: 30px 0;
    display: block;
    margin: 0px 20px;
    margin-bottom: 0px;
    text-decoration: none;
}

.icon-detials a svg {
    width: 70px;
    height: 70px;
    margin: auto;
    fill: #0075b5;
}

.icon-detials a:hover svg {
    fill: #000
}



.webform-submission-free-evaluation-form .js-webform-document-file input[type=submit] {
    display: none;
}

.webform-submission-free-evaluation-form #edit-upload-resume,
.webform-submission-free-evaluation-form .js-webform-document-file {
    padding: 18px 20px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    background: 0 0;
    width: calc(100% - 220px);
    color: #0f0f59;
    border-radius: 6px;
    margin-right: 20px;
    border: 0 solid #0000fc;
    box-shadow: 6px 5px 36px 0 rgb(0 0 0 / 15%);
    position: relative;
}

.webform-submission-free-evaluation-form .js-webform-document-file input[data-drupal-selector=edit-upload-resume-remove-button] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    float: right;
    position: absolute;
    top: 20px;
    right: 16px;
    color: #007bff;
    display: inline-block;
}

#block-footerabout .navbar-brand {
    padding: 0;
}

.footer-links ul li a:hover,
.footer-links ul li a.is-active {
    color: #0000fc;
}

.details_list.node__content p {
    display: block!important;
    margin-top: 15px!important;
}

.address-new a:hover,
.contact_info_item a:hover {
    color: #0000fc;
}

.node--type-service .field--name-body .col-lg-6 img {
    width: 100%;
    height: auto;
}

#views-exposed-form-careers-block-1 {
    margin-bottom: 50px;
}


/* search-form CSS Start*/

.search-form .container-inline{
	display:flex;
    align-items: center;
}
.search-form .container-inline .form-item{
    margin: 0;
}
.search-form .container-inline .form-item input:focus{
    box-shadow: none;
}
.search-form .container-inline input.button{
	font: 500 14px 'Poppins';
    color: #0000fc !important;
    background: #fff;
    box-shadow: none;
    border-radius: 7px;
    padding: 10px 38px;
    border: 1px solid #0000fc;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    transform: perspective(1px) translateZ(0);
    min-width: 120px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    margin-left: 50px;
    height: 52px;
    margin-top: 29px;
}
.search-form .container-inline input.button:hover{
    color: #fff !important;
    background: #0000fc;
    box-shadow: 0 20px 30px 0 rgb(12 0 46 / 10%);
    border: 1px solid #0000fc;
    -webkit-transition: all .2s linear;
    border: 1px solid #0000fc;
}
.user-logged-in .header_area{
    top: 79px;
}
body.user-logged-in{
    padding-top: 79px;
}
.path-user .simplelogin-form .simplelogin-link a{
    display: none;
}
.path-user .simplelogin-form .forgot-password{
    display: none;    
}
.header_footer a:hover{
    color: #1b1b61;
}

/* search-form CSS End*/