@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
    font-size: 15px;
}


/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
.btn,
.btn-simple,
a,
.td-name,
td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #191717;
    font-weight: 400;
    line-height: 1.75;
}

p {
    margin-bottom: 1.25em;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {
    font-size: 2.1em;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em;
}

small,
.text_small {
    font-size: 0.8em;
}

a {
    text-decoration: none !important;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

strong,
b {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.badge {
    display: inline;
    padding: .25rem .5rem;
    font-size: 80%;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .375rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge-pill {
    padding-right: .875em;
    padding-left: .875em;
    border-radius: 50rem;
}


/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/

.ptb-100 {
    padding: 80px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-60 {
    padding: 60px 0;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mt--120 {
    margin-top: -120px;
}

.gray-light-bg {
    background: #f4f7fa;
}

.primary-bg {
    background: #6730e3;
}

.secondary-bg {
    background: #9629e6;
}

.color-primary {
    color: #6730e3;
}

.color-secondary {
    color: #9629e6
}

.white-bg {
    background: #ffffff;
}

.bg-color-1 {
    background: #399fb6;
}

.bg-color-2 {
    background: #0ba077;
}

.bg-color-3 {
    background: #6582ed;
}

.bg-color-4 {
    background: #399fb6;
}

.icon-color-1 {
    background: #efdff7;
    color: #b17cc6;
}

.icon-color-2 {
    background-color: #c6e6fd;
    color: #63b0e3;
}

.icon-color-3 {
    background-color: #efe3e3;
    color: #ed7265;
}

.icon-color-4 {
    background-color: #ddedea;
    color: #45d7ba;
}

.icon-color-5 {
    background-color: #ffe0e3;
    color: #bd2130;
}

.icon-color-6 {
    background-color: #e2e8ff;
    color: #6582ed;
}

.outline-btn,
.solid-btn,
.primary-solid-btn {
    padding: 10px 25px;
    font-family: 'Open Sans', sans-serif
}

.primary-solid-btn {
    border-color: #202877;
    background: #202877;
    color: #ffffff;
}

.primary-solid-btn:hover {
    background: transparent;
    color: #081d43;
    border-color: #081d43;
}

.solid-btn {
    color: #fff;
    -webkit-box-shadow: 0 5px 12px 0 rgba(67, 37, 204, .2);
    box-shadow: 0 5px 12px 0 rgba(67, 37, 204, .2);
    background: #d45366;
    border: 2px solid #d45366;
    border-radius: 7px;
}

.solid-btn:hover {
    background: transparent;
    color: #d45366;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.outline-btn {
    border-radius: 30px;
    color: #6730e3;
    display: inline-block;
    border: 2px solid #6730e3;
}

.outline-btn:hover {
    color: #fff;
    background: #6730e3;
    -webkit-box-shadow: 0 20px 30px 0 rgba(67, 37, 204, .2);
    box-shadow: 0 20px 30px 0 rgba(67, 37, 204, .2);
}

.primary-bg h1,
.primary-bg p {
    color: #fff;
}

.white-bg h1,
.white-bg p {
    color: inherit;
}

.google-play-btn,
.app-store-btn {
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.google-play-btn {
    background: #e15760;
    border-color: #ffffff;
    color: #fff;
    border-radius: 30px;
}

.google-play-btn:hover {
    background: transparent;
    color: #ffffff;
}

.app-store-btn {
    border-radius: 30px;
    color: #ffffff;
    border-color: #ffffff;
}

.app-store-btn:hover {
    background: #ffffff;
    color: #6730e3;
}


/*form field css*/

.form-control {
    border-color: #d45366;
    padding: -0.025rem 0.85rem;
    height: calc(2.98em + -0.25rem + 2px);
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
    color: #b1b1b1 !important;
    font-size: 13px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
    /* Firefox 18- */
    color: #b1b1b1;
    font-size: 13px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
    /* Firefox 19+ */
    color: #b1b1b1;
    font-size: 13px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
    color: #b1b1b1;
    font-size: 13px;
}

.section-heading h2 span {
    font-weight: 400;
    font-size: 2rem;
}

span.sub-title {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}


/*=========================================
            04. HEADER CSS
============================================*/

.main-menu {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    width: auto;
    height: auto;
    display: none;
    transition: all .3s ease-in-out;
}

.main-menu ul {
    text-align: left;
    padding: 0;
    margin: 0;
    
}

.main-menu ul li {
    padding: 15px 0;
    position: relative;
}

.main-menu ul li ul{
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    background: #fff;
    display: none;
}
.main-menu ul li:hover ul{
    display: block;
}
.main-menu ul li a span.badge.custom-nav-badge {
    position: absolute;
    top: 0;
    right: -15px;
}

.main-menu ul>li a {
    margin: 0 0 0 17px;
    font-size: 14px;
    color: #363232;
    display: block;
    font-weight: 600;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    text-transform: uppercase;
}
.main-menu ul>li .dropdown-menu a{
    margin: 0 !important;
} 
.main-menu ul>li .dropdown-menu{
    padding: 10px;
}
.main-menu ul>li .submenu {
    width: 250px;
    background-color: #f4f7fa;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    position: absolute;
    top: 55px;
    left: -4.2em;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: rotateX(-90deg) rotateY(0);
    transform-origin: 0 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

.main-menu ul>li .submenu.dropdown-menu {
    margin: 0;
    padding: 0;
}

.main-menu ul>li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0) rotateY(0);
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.main-menu ul>li .submenu>a {
    display: block;
    padding: 7px 15px;
    margin: 0;
    color: #363232;
}

.main-menu ul>li .submenu>a:hover {
    background: #ebebeb;
}

.main-menu ul>li .submenu>a:active {
    background: inherit;
}

.main-menu ul>li .submenu:before,
.main-menu ul>li .submenu:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 12px solid transparent;
    border-bottom: 12px solid #f4f7fa;
    top: -25px;
    left: calc(50% - 12px);
}

.main-menu ul li.dropdown .dropdown-toggle::after {
    position: relative;
    top: 2px;
}

.navbar-brand {
    font-size: inherit;
    height: auto;
    padding: 0;
    margin-bottom: -8px;
}

.navbar-toggler {
    background: transparent;
    padding: .5rem .75rem;
    font-size: inherit;
    transition: all .3s ease-in-out;
}

.navbar-toggler span {
    color: #ffffff;
    opacity: 0.8;
    font-size: 17px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
    opacity: 1;
}

.custom-nav ul li a {
    color: #081d43;
    opacity: 1;
}

.affix {
    background-color: #202877;
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

.white-bg.affix,
.custom-nav.affix {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.white-bg.affix ul li a {
    color: #081d43 !important;
    opacity: 0.8;
}

.white-bg.custom-nav ul li a:hover {
    opacity: 1;
}

.bg-transparent ul li a {
    color: #ffffff;
    opacity: 0.8;
}

.bg-transparent ul li a:hover,
.white-bg.affix ul li a:hover {
    opacity: 1;
}

.bg-transparent.affix {
    background-image: linear-gradient(to right, rgba(32, 40, 119, 1), rgba(55, 46, 149, 1), rgba(83, 49, 177, 1), rgba(114, 48, 205, 1), rgba(150, 41, 230, 1)) !important;
}

.navbar {
    transition: all .3s ease-in-out;
}

@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        background: #202877 !important;
        padding: .95rem 1rem;
    }
    .shape-image {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 142px!important;
        z-index: 0;
        left: 23px!important;
        overflow: hidden;
        background-size: cover;
        right: 0;
    }
    h2 {
        font-size: 1.441em;
    }
    .white-bg.affix,
    .custom-nav.affix,
    .navbar.white-bg {
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }
    .white-bg.custom-nav ul li a,
    .custom-nav ul li a {
        color: #081d43 !important;
    }
    .white-bg.navbar .navbar-toggler span {
        color: #202877;
    }
    .main-menu ul>li .submenu {
        left: 0;
        top: 10px;
        position: relative;
    }
    .main-menu ul li {
        padding: 15px 0 0;
    }
    .main-menu ul>li a {
        margin: 0;
    }
    .main-menu ul>li .submenu:before,
    .main-menu ul>li .submenu:after {
        left: 15px;
    }
    .ptb-100 {
        padding: 55px 0;
    }
    .pt-100 {
        padding-top: 55px;
    }
    .pb-100 {
        padding-bottom: 55px;
    }
    .img-logo {
        width: 230px !important;
    }
}

@media (min-width: 992px) {
    .navbar {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        background: transparent;
        -o-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -moz-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-backface-visibility: hidden;
    }
}


/*=========================================
            05. HERO SECTION CSS
============================================*/

.z--1 {
    z-index: -1;
}

.fit-cover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.hero-animation-img,
.hero-content-left {
    position: relative;
    z-index: 2;
}

.hero-content-left h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 60px;
}

.hero-content-left h1 span {
    font-weight: 700;
}

@media (min-width: 992px) {
    .hero-animation-img {
        position: relative;
        display: block;
        width: 100%;
    }
    .animation-one {
        -webkit-animation: move-one 7s ease-in-out infinite;
        animation: move-one 7s ease-in-out infinite;
    }
    @keyframes move-one {
        0% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
        50% {
            -webkit-transform: translateX(0) translateY(-5px);
            transform: translateX(0) translateY(-5px)
        }
        100% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
    }
    @-webkit-keyframes move-one {
        0% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
        50% {
            -webkit-transform: translateX(0) translateY(-5px);
            transform: translateX(0) translateY(-5px)
        }
        100% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
    }
    .animation-two {
        position: absolute;
        bottom: -10px;
        -webkit-animation: move-two 8s ease-in-out infinite;
        animation: move-two 8s ease-in-out infinite;
    }
    @-webkit-keyframes move-two {
        0% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-25px) translateY(-205px);
            transform: translateX(-25px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
    }
    @keyframes move-two {
        0% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-25px) translateY(-205px);
            transform: translateX(-25px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
    }
    .animation-three {
        position: absolute;
        -webkit-animation: move-three 9s ease-in-out infinite;
        animation: move-three 9s ease-in-out infinite
    }
    @-webkit-keyframes move-three {
        0% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-45px) translateY(-205px);
            transform: translateX(-45px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
    }
    @keyframes move-three {
        0% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-45px) translateY(-205px);
            transform: translateX(-45px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
    }
    .animation-four {
        position: absolute;
        -webkit-animation: move-four 6s ease-in-out infinite;
        animation: move-four 6s ease-in-out infinite
    }
    .animation-new {
        position: absolute;
        bottom: 10px;
    }
    @-webkit-keyframes move-four {
        0% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
        50% {
            -webkit-transform: translateX(330px) translateY(-240px);
            transform: translateX(330px) translateY(-240px)
        }
        100% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
    }
    @keyframes move-four {
        0% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
        50% {
            -webkit-transform: translateX(330px) translateY(-240px);
            transform: translateX(330px) translateY(-240px)
        }
        100% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
    }
}

@media (max-width: 1280px) {
    .img-logo {
        width: 260px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .animation-four,
    .animation-new {
        display: none !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.2rem;
        padding-left: 0 !important;
        font-size: 13px;
    }
    .main-menu ul>li a {
        margin: 0 0 0 15px;
    }
    .navbar-brand {
        margin-left: 34px;
    }
    .main-menu ul>li a {
        margin: 0 0 0 16px;
        font-size: 14px;
        color: #363232;
        display: block;
        font-weight: 600;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        text-transform: uppercase;
    }
    .img-logo {
        width: 230px !important;
    }
}

.hero-content-left,
.sign-up-form-wrap {
    z-index: 2;
}

.bottom-img {
    position: relative;
    bottom: -10px;
    width: 100%;
}

.bottom-img img,
.bottom-img-absolute img {
    width: 100%;
}

.bottom-img-absolute {
    bottom: -40px;
    width: 100%;
    position: absolute;
}

.shape-bg {
    bottom: -8px;
}

.section-shape {
    bottom: -8px;
    left: 0;
    right: 0;
}

.section-shape img {
    width: 100%;
}

.hero-7 {
    width: 100%;
    position: relative;
}

.hero-7:after {
    content: ' ';
    background-image: url("../img/hero-bg-2.jpg");
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    border-radius: 0;
    transform: skewY(-5deg);
    top: -180px;
    right: 0;
    bottom: 140px;
    z-index: -1;
}

.hero-7:before {
    position: absolute;
    content: '';
    background: rgba(0, 67, 139, 0.85);
    width: 100%;
    height: 100%;
    left: 0;
    transform: skewY(-5deg);
    top: -140px;
    right: 0;
    bottom: -50px;
}


/*hero subscribe form*/

.subscribe-form {
    position: relative;
    display: block;
    width: 65%;
}

.subscribe-form #email {
    background: #FDFCFB;
    font-family: inherit;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    border-radius: 30px;
}

.subscribe-form input.button {
    position: absolute;
    right: 4px;
    border-radius: 30px;
    padding: initial;
    top: 4px;
    bottom: 4px;
    width: 30%;
}


/*subscribe form footer*/

.subscribe-form-footer {
    position: absolute;
    top: 49px;
    width: 100%;
}

.subscribe-form-footer input.form-control {
    padding: 1.275rem 0.95rem;
    border-radius: 30px;
}

.subscribe-form-footer input.button {
    border-radius: 30px;
}

.shape-img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.shape-img img {
    width: 100%;
    position: absolute;
    max-width: none;
    height: auto;
    top: -2px;
}


/*animation shape*/

@-webkit-keyframes p1 {
    0% {
        left: 0px;
        top: 0px
    }
    50% {
        left: 0;
        top: 800px
    }
    100% {
        left: 0px;
        top: 0px
    }
}

@keyframes p1 {
    0% {
        left: 800px;
        top: 0px
    }
    50% {
        left: 0px;
        top: 800px
    }
    100% {
        left: 800px;
        top: 0px
    }
}

@-webkit-keyframes p2 {
    0% {
        left: 0;
        top: 100px
    }
    50% {
        left: 0;
        top: 800px
    }
    100% {
        left: 0;
        top: 100px
    }
}

@keyframes p2 {
    0% {
        left: 0;
        top: 100px
    }
    50% {
        left: 0px;
        top: 800px
    }
    100% {
        left: 0;
        top: 100px
    }
}

@-webkit-keyframes p3 {
    0% {
        left: 300px;
        top: 900px
    }
    50% {
        left: 500px;
        top: 0px
    }
    100% {
        left: 300px;
        top: 900px
    }
}

@keyframes p3 {
    0% {
        left: 300px;
        top: 900px
    }
    50% {
        left: 500px;
        top: 0px
    }
    100% {
        left: 300px;
        top: 900px
    }
}

@-webkit-keyframes p4 {
    0% {
        left: 1000px;
        top: 500px
    }
    50% {
        left: 00px;
        top: 500px
    }
    100% {
        left: 1000px;
        top: 500px
    }
}

@keyframes p4 {
    0% {
        left: 1000px;
        top: 500px
    }
    50% {
        left: 0px;
        top: 500px
    }
    100% {
        left: 1000px;
        top: 500px
    }
}

@-webkit-keyframes p5 {
    0% {
        left: 500px;
        top: 1000px
    }
    50% {
        left: 50%;
        top: 0px
    }
    100% {
        left: 500px;
        top: 1000px
    }
}

@keyframes p5 {
    0% {
        left: 500px;
        top: 1000px
    }
    50% {
        left: 50%;
        top: 0px
    }
    100% {
        left: 500px;
        top: 1000px
    }
}

@-webkit-keyframes p6 {
    0% {
        left: 500px;
        top: 200px
    }
    50% {
        left: 50%;
        top: 70%
    }
    100% {
        left: 500px;
        top: 200px
    }
}

@keyframes p6 {
    0% {
        left: 500px;
        top: 200px
    }
    50% {
        left: 50%;
        top: 70%
    }
    100% {
        left: 500px;
        top: 200px
    }
}

@-webkit-keyframes p7 {
    0% {
        left: 50px;
        top: 10%
    }
    50% {
        left: 50%;
        top: 10%
    }
    100% {
        left: 50px;
        top: 10%
    }
}

@keyframes p7 {
    0% {
        left: 50px;
        top: 10%
    }
    50% {
        left: 50%;
        top: 10%
    }
    100% {
        left: 50px;
        top: 10%
    }
}

@-webkit-keyframes p8 {
    0% {
        left: 0;
        top: 20%
    }
    50% {
        left: 50%;
        top: 20%
    }
    100% {
        left: 0;
        top: 20%
    }
}

@keyframes p8 {
    0% {
        left: 0;
        top: 20%
    }
    50% {
        left: 50%;
        top: 20%
    }
    100% {
        left: 0;
        top: 20%
    }
}

@-webkit-keyframes p9 {
    0% {
        left: 1000px;
        top: 100px
    }
    50% {
        left: 500px;
        top: 950px
    }
    100% {
        left: 1000px;
        top: 100px
    }
}

@keyframes p9 {
    0% {
        left: 1000px;
        top: 100px
    }
    50% {
        left: 500px;
        top: 950px
    }
    100% {
        left: 1000px;
        top: 100px
    }
}

.circles {
    overflow: hidden;
    width: 100%;
    position: absolute;
    height: 1200px;
}

.point {
    border-radius: 50%;
    z-index: 999;
    position: absolute;
}

.animated-point-1 {
    background-color: red;
    height: 12px;
    width: 12px;
    position: relative;
    -webkit-animation-name: p1;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p1;
    animation-duration: 80s;
    animation-iteration-count: infinite;
}

.animated-point-2 {
    background-color: green;
    height: 15px;
    width: 15px;
    position: relative;
    -webkit-animation-name: p2;
    -webkit-animation-duration: 90s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p2;
    animation-duration: 90s;
    animation-iteration-count: infinite
}

.animated-point-3 {
    background-color: orange;
    height: 8px;
    width: 8px;
    position: relative;
    -webkit-animation-name: p3;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p3;
    animation-duration: 80s;
    animation-iteration-count: infinite
}

.animated-point-4 {
    background-color: pink;
    height: 10px;
    width: 10px;
    position: relative;
    -webkit-animation-name: p4;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p4;
    animation-duration: 80s;
    animation-iteration-count: infinite
}

.animated-point-5 {
    background-color: #ffc64c;
    height: 12px;
    width: 12px;
    position: relative;
    -webkit-animation-name: p5;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p5;
    animation-duration: 50s;
    animation-iteration-count: infinite
}

.animated-point-6 {
    background-color: #ffc64c;
    height: 10px;
    width: 10px;
    position: relative;
    -webkit-animation-name: p6;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p6;
    animation-duration: 70s;
    animation-iteration-count: infinite
}

.animated-point-7 {
    background-color: orange;
    height: 14px;
    width: 14px;
    position: relative;
    -webkit-animation-name: p7;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p7;
    animation-duration: 70s;
    animation-iteration-count: infinite
}

.animated-point-8 {
    background-color: purple;
    height: 8px;
    width: 8px;
    position: relative;
    -webkit-animation-name: p8;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p8;
    animation-duration: 50s;
    animation-iteration-count: infinite
}

.animated-point-9 {
    background-color: purple;
    height: 12px;
    width: 12px;
    position: relative;
    -webkit-animation-name: p9;
    -webkit-animation-duration: 100s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p9;
    animation-duration: 100s;
    animation-iteration-count: infinite
}


/*hero 2 css*/

.hero-section-2,
.hero-section-3 {
    position: relative;
    overflow: hidden;
}

.hero-section-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 175%;
    bottom: 0;
    background-image: url(../img/hero-bg-shape-3.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.shape-image {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 66px;
    z-index: 0;
    left: 62px;
    overflow: hidden;
    background-size: cover;
    right: 0;
}

@media (max-width: 1024px) {
    .navbar-brand {
        font-size: inherit;
        height: auto;
        padding: 0;
        margin-bottom: -8px;
        margin-left: 16px;
    }
    .main-menu ul>li a {
        margin: 0 0 0 11px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .shape-image {
        display: none;
    }
}


/*hero background video css*/

.video-section-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.video-section-wrap .background-video-overly {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(to right, rgba(32, 40, 119, 0.64), rgba(55, 46, 149, 0.65), rgba(83, 49, 177, 0.72), rgba(114, 48, 205, 0.62), rgba(150, 41, 230, 0.6));
}

.background-video-overly {
    background-image: linear-gradient(to right, rgba(32, 40, 119, 0.64), rgba(55, 46, 149, 0.65), rgba(83, 49, 177, 0.72), rgba(114, 48, 205, 0.62), rgba(150, 41, 230, 0.6));
}


/*=========================================
            06. PROMO SECTION CSS
============================================*/

.single-promo span {
    font-size: 70px;
    line-height: inherit;
    margin-bottom: 20px;
}

.single-promo-1 {
    /*! box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12); */
    border-radius: 1.5rem !important;
}

.single-promo-1 span {
    font-size: 35px;
    /*! background-image: url("../img/promo-icon-bg.svg"); */
    background-size: 150px;
    padding: 25px;
    background-repeat: no-repeat;
    background-position: 45% 20%;
        background: linear-gradient(50.48deg, #42ded1 -2.06%, #da5564 93.55%);
    border-radius: 12px;
}

.single-promo img {
    width: 70px;
    height: 70px;
    margin-bottom: -24px;
}

.single-promo .img-full-box {
    width: auto !important;
    height: auto !important;
}

.single-promo-hover {
    transition: all .2s ease-out;
    will-change: transform;
}

.single-promo-hover:hover {
    transform: translateY(-10px);
    /*! box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important; */
}


/*promo section new style*/

.single-promo-card {
    transition: all .2s ease;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
}

.card.single-promo-card {
    border: 1px solid #eff2f7;
    border-radius: 1rem;
}

.card.single-promo-card:hover {
    background: #6730e3;
    color: #ffffff;
}

.card.single-promo-card:hover span,
.card.single-promo-card:hover h5,
.card.single-promo-card:hover p.text-muted {
    color: #ffffff !important;
}

.single-promo-card .card-body {
    padding: 1.5rem;
}


/*client section css*/

.client-section-wrap ul {
    display: block;
}

.client-section-wrap ul li {
    padding-right: 50px;
    margin: 5px 0;
}

.client-section-wrap ul li img {
    transition: all 0.3s ease-in;
}

.client-section-wrap ul li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    filter: none;
    -webkit-filter: grayscale(0%);
}

.client-section-wrap ul li:last-child {
    padding-right: 0;
}

.single-client {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 60%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    margin: 8px auto;
}

.single-client img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: opacity(50%);
    /* Safari 6.0 - 9.0 */
    filter: opacity(90%);
    width: 100%;
}

.single-client:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.single-client:hover .client-img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.mt--80 {
    margin-top: -80px;
}

.customer-slider-wrap {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.customer-slider-wrap .shape-left:before {
    position: absolute;
    left: -80px;
    width: 200px;
    height: 200px;
    background: #9629e6;
    content: "";
    top: -100px;
    border-radius: 100%;
}

.customer-slider-wrap .shape-right:after {
    position: absolute;
    right: -108px;
    width: 200px;
    height: 200px;
    background: #6730e3;
    content: "";
    bottom: -100px;
    border-radius: 100%;
}


/*=========================================
            07. ABOUT US CSS
============================================*/

.switchable {
    position: relative;
}

.imageblock-section {
    position: relative;
    padding: 0;
}

.imageblock-section .imageblock-section-img {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    padding: 0;
}

.switchable.switchable-content div[class*='col-']:first-child {
    float: right;
    right: 0;
    left: auto;
}

.switchable>div[class*='col-'] {
    padding: 0;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

.background-image-holder:not([class*='col-']) {
    width: 100%;
}

.switchable div[class*='col-']:first-child {
    float: left;
    right: auto;
}

@media (max-width: 767px) {
    .switchable .imageblock-section-img[class*='col-'] {
        float: none !important;
    }
}

.switchable>div[class*='col-'] {
    padding: 0;
}

@media (max-width: 767px) {
    
    .imageblock-section .imageblock-section-img {
        position: relative;
        min-height: 18.57142857em;
    }
}

@media (min-width: 768px) {
    .switchable .container>.row {
        flex-flow: row-reverse;
    }
    .switchable.switchable-content .container>.row {
        flex-flow: row;
    }
}

.single-card {
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: box-shadow .3s ease-in-out 0s;
    box-sizing: border-box;
    box-shadow: 0 8px 20px 0 rgba(16, 66, 97, .07);
    padding: 35px 15px;
    border-radius: 10px;
    float: left;
    text-align: center;
}

.single-card:nth-child(2n) {
    position: relative;
    top: 40px;
}

.single-card h3 {
    font-size: 34px;
    color: inherit!important;
    margin: 0;
    line-height: 34px;
    font-weight: 700;
    position: relative;
}

.single-card span {
    font-size: 2.95714286em;
    line-height: 1.75125468em;
}

.counter-card {
    float: none;
    display: block;
    overflow: hidden;
    width: auto;
    margin: auto;
}

.box-animation-1 {
    animation: animation-1 5s ease-out infinite;
}

.box-animation-2 {
    animation: animation-2 4s ease-out infinite;
}

.box-animation-3 {
    animation: animation-3 5s ease-out infinite;
}

.box-animation-4 {
    animation: animation-4 4s ease-out infinite;
}

@keyframes animation-1 {
    50% {
        transform: translate(0, 20px);
    }
}

@keyframes animation-2 {
    50% {
        transform: translate(0, 35px);
    }
}

@keyframes animation-3 {
    50% {
        transform: translate(0, 25px);
    }
}

@keyframes animation-4 {
    50% {
        transform: translate(0, 40px);
    }
}

@keyframes shrink {
    0% {
        width: 90%;
        margin: 0 5%;
    }
    50% {
        width: 60%;
        margin: 0 18%;
    }
    100% {
        width: 90%;
        margin: 0 5%;
    }
}


/*about us app*/

.overflow-hidden {
    overflow: hidden;
}

.background-shape-img {
    position: relative;
}

.background-shape-img:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    /*! background-image: url("../img/about-bg-shape.svg"); */
    background-repeat: no-repeat;
    background-size: cover;
}


/*=========================================
            08. FEATURE SECTION CSS
============================================*/

.icon-md {
    font-size: 32px;
    line-height: 35px;
}

.icon-lg {
    font-size: 70px;
    line-height: 75px;
}

.single-feature .icon {
    font-size: 22px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.icon-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon-box {
    height: 65px;
    width: 65px;
    color: #9629e6;
    text-align: center;
    -webkit-box-shadow: 0 4px 15px 0 rgba(52, 27, 159, 0.1);
    box-shadow: 0 4px 15px 0 rgba(52, 27, 159, 0.1);
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    margin-right: 30px;
    background: #fff;
    padding: 15px;
}

.icon-box img {
    vertical-align: middle;
    border-style: none;
}

.icon-box.gray-light-bg {
    background: #f4f7fa;
}

.icon-box-wrap p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-feature-hover {
    z-index: 0;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 0 1px #ebebeb;
    padding: 10px;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease, transform 0.3s ease, z-index 0s 0.3s ease;
    transition: box-shadow 0.3s ease, transform 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
}

.single-feature-hover:hover {
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 4px;
    -webkit-transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease;
    transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.3s ease;
}

.border {
    border-color: #ebebeb;
}

.single-services span {
    margin-bottom: 15px;
    display: block;
}

.feature-list li {
    position: relative;
    padding: 0 0 10px 22px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-list li:before {
    content: "\e6af";
    position: absolute;
    top: 1px;
    left: 0;
    font-family: 'themify';
    font-weight: 400;
    color: #9629e6;
}


/*feature new style*/

.icon-shape {
    display: inline-block;
    -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;
    border-radius: 0.25rem;
}

.icon {
    width: 50px;
    height: 50px;
}

.icon span {
    line-height: 50px;
    font-size: 22px;
}


/*feature tab style*/

.feature-tab.nav-tabs {
    border-bottom: 0;
}

.feature-tab li a.nav-link {
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 2px 15px 0 rgba(52, 27, 159, .1);
    box-shadow: 0 2px 15px 0 rgba(52, 27, 159, .1);
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    min-width: 110px;
    transition: all 0.3s ease-in;
}

.feature-tab li a.nav-link.active,
.feature-tab li a.nav-link:hover {
    border-color: #ebebeb;
    background: #6730e3;
    color: #ffffff;
}

.feature-tab li a.nav-link.active {
    background: #6730e3;
    color: #ffffff;
}

.feature-tab li a.nav-link.active span,
.feature-tab li a.nav-link:hover span {
    color: #ffffff;
}

.feature-tab li a.h6 {
    font-size: 14px;
    line-height: 16px;
    color: #757575;
}

.feature-tab li {
    margin-right: 15px;
}

.feature-tab li:last-child {
    margin-right: 0;
}

.feature-tab li a span {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
    color: #9629e6;
}

.feature-tab-content {
    margin-top: 25px;
    min-height: 260px;
}


/*=========================================
            09. VIDEO PROMO CSS
============================================*/

.background-img {
    position: relative;
    width: 100%;
    display: block;
}

.background-img:before {
    position: absolute;
    content: '';
        background-image: linear-gradient(to right, rgb(85 183 209 / 50%), rgb(133 210 224 / 84%), rgba(255, 255, 255, 0.2), rgba(203, 87, 89, 0), rgba(227, 87, 97, 0.48));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-promo-content {
    transition: all 800ms ease-in-out;
}

.video-promo-content a img {
    transition: all 800ms ease-in-out;
}

.video-promo-content a img:hover {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.video-promo-content h5 {
    color: #ffffff;
}

.video-play-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
    background: #ffffff;
}

.video-play-icon span {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 25%;
    font-size: 23px;
    left: 2px;
}

.video-promo-content a.video-play-icon-without-bip:hover span {
    color: #ffffff;
}

.video-promo-content a.video-play-icon {
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s
}

.video-promo-content a.video-play-icon-without-bip {
    animation: none;
}

.video-promo-content a.video-play-icon-without-bip:hover {
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
    background-color: #9629e6;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}


/*=========================================
            10. COUNTER CSS
============================================*/

.counter-wrap {
    background: #ffffff;
    width: 100%;
    display: block;
    position: relative;
    bottom: -60px;
    padding: 30px 0;
    border-radius: 6px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
}

.counter-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: dense;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
}

.counter-wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    border-right: 1px solid #ebebeb;
    margin: 10px 0 !important;
}

.counter-wrap li:last-child {
    border-right: none;
    margin-right: 0 !important;
}

.single-counter span {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #9629e6;
    font-size: 25px;
    line-height: 28px;
}


/*=========================================
            11. PRICING CSS
============================================*/

.card.single-pricing-pack {
    transition: all 0.2s ease 0s;
    box-shadow: 0 0 0 1px #ebebeb;
    border: none;
    border-top: 4px solid transparent;
    border-radius: 1rem !important;
}

.card.single-pricing-pack:hover {
    z-index: 2;
    border-radius: 1.5rem !important;
}

.single-pricing-pack:hover {
    box-shadow: 0 .2em .5rem rgba(31, 45, 61, .125)!important;
    border-top: 4px solid #9629e6;
}

.single-pricing-pack .card-body {
    color: rgb(132, 146, 166);
    flex: 1 1 auto;
    padding: 1.5rem;
}

.pricing-header {
    position: relative;
    background: transparent;
}

.pricing-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    line-height: 65px;
    margin: 0 auto;
}

.font-weight-bolder {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.pricing-feature-list li {
    font-size: 14px;
    line-height: 28px;
}


/*price new style*/

.popular-price {
    box-shadow: 0 .2em .5rem rgba(31, 45, 61, .125)!important;
    border-top: 4px solid #9629e6 !important;
}


/*pricing faq*/

.accordion-faq .card {
    margin-bottom: 1.5rem;
    border-radius: 0.375rem !important;
    box-shadow: 0 0.65rem 1rem rgba(18, 38, 63, 0.03);
    background: #ffffff;
}

.accordion-faq.accordion>.card {
    overflow: hidden;
    border-color: #ebebeb;
    ;
    border-width: 1px 1px 0 1px;
}

.accordion-faq.accordion>.card .collapse.show {
    border-bottom: 1px solid #ebebeb;
}

.accordion-faq.accordion .card-header {
    position: relative;
    cursor: pointer;
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
}

.accordion-faq.accordion .card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.accordion-faq.accordion>.card .card-header h6 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.accordion-faq.accordion .card-header[aria-expanded=false]:after {
    content: "\e61a";
}

.accordion-faq.accordion .card-header[aria-expanded=true]:after {
    content: "\e622";
}

.accordion-faq.accordion .card-header:after {
    content: "\e61a";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: themify;
    color: #9629e6;
}


/*sccreenshot css*/

.screen-slider-content {
    position: relative
}

.screenshot-frame {
    background-image: url(../img/phone-frame2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 285px;
    height: 518px;
    position: absolute;
    top: -10px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 40px;
}

@media (min-width: 320px) and (max-width: 1200px) {
    .screenshot-frame {
        display: none;
    }
}

.screen-carousel .owl-item img {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ebebeb;
    border-radius: 30px
}

.screen-carousel .owl-item.active.center img {
    -webkit-transform: scale(1);
    transform: scale(1)
}


/*=========================================
            12. TESTIMONIAL CSS
============================================*/

.testimonial-wrap {
    padding: 30px;
}

.testimonial-wrap span.icon {
    font-size: 35px;
    color: #202877;
}

.testimonial-wrap blockquote {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 127px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.client-say {
    position: relative;
    display: inline-block;
}

.client-say p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 115px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    float: left;
}

.client-say img {
    position: relative;
    width: 6% !important;
    display: initial !important;
    top: 5px;
    margin-right: 10px;
}

.author-info {
    display: flex;
    align-items: center;
    border: 1px solid #d96778;
    padding: 10px;
}

.author-img {
    width: 4.425rem;
    height: 4.425rem;
    line-height: 4.425rem;
}

.dot-indicator.owl-theme button.owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #d8d8d8;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: 0.3s;
}

.dot-indicator.owl-theme button.owl-dot:focus {
    border: none;
    outline: none;
}

.dot-indicator.owl-theme button.owl-dot.active span {
    background: #9629e6;
    border: 2px solid transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.screen-carousel.dot-indicator.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.arrow-indicator.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    margin-top: 4px;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 0 0 1px #ebebeb;
    background: #ffffff;
    border-radius: 50%;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-]:focus {
    outline: none;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-] span {
    font-size: 20px;
    line-height: 20px;
    color: #9629e6;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-]:hover {
    background: #9629e6 !important;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-]:hover span {
    color: #ffffff !important;
}

.background-shape-right {
    position: relative;
}

.background-shape-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    background-image: url(../img/shape-bg-right.svg);
    background-repeat: no-repeat;
}


/*=========================================
            13. CONTACT FORM CSS
============================================*/

.sign-up-form-wrap {
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}

.list-creative>li+li {
    border-top: 1px solid #ebebeb;
}

@media (min-width: 992px) {
    .list-creative>li {
        padding: 30px 0;
    }
}

.list-terms-medium {
    position: relative;
    padding-left: 30px;
}

.list-terms-medium::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 2px;
    width: 4px;
}

.list-terms-medium dt {
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #565656;
}

.list-creative .address::before {
    background: #9629e6;
}

.list-creative .phone::before {
    background: #202877;
}

.list-creative .email::before {
    background: #007bff;
}

.list-terms-medium a,
.list-terms-medium p,
.list-terms-medium a:active,
.list-terms-medium a:focus {
    color: #9b9b9b;
    text-decoration: none;
}

.list-terms-medium a:hover {
    color: #9629e6;
}

.google-map {
    height: 100%;
    margin-bottom: -8px;
}

.google-map iframe {
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}


/*our team css*/

.single-team-member .team-info {
    background-image: linear-gradient(to right, rgba(124, 15, 45, 0.77), rgba(130, 27, 56, 0.66), rgba(147, 59, 84, 0.51), rgba(137, 41, 68, 0.32), rgba(164, 89, 111, 0.18));
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.team-image img {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.team-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team-info h5 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    color: inherit;
}

.team-info h6 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.team-info h5,
.team-info h6,
.team-info .team-social {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    -webkit-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.single-team-member:hover .team-info {
    opacity: 1;
    visibility: visible;
}

.single-team-member:hover .team-info h6 {
    opacity: 1;
}

.single-team-member:hover .team-info h5,
.single-team-member:hover .team-info h6,
.single-team-member:hover .team-info .team-social {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.team-social li a {
    text-decoration: none;
    color: inherit;
    opacity: 0.8;
}

.team-social li a:hover {
    opacity: 1;
}

.team-social li a span {
    padding: 6px;
}

.visible-info {
    width: 100%;
}


/*team single*/

.team-social-list li a {
    padding: 5px;
}

.team-social-list li a:hover {
    text-decoration: none;
}

.team-social-list li span {
    font-size: 18px;
    line-height: inherit;
    vertical-align: middle;
}


/*skill progressbar*/

.progress {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: .875rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #ebebeb;
    border-radius: 30px;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

.progress-item+.progress-item {
    margin-top: 24px;
}

.progress-item {
    margin-bottom: 20px;
}

.progress-title>h6 {
    font-size: .95375rem;
    margin-bottom: 8px;
    font-weight: 500;
}


/*progressbar animation*/

.progress span {
    display: block;
    height: 100%;
}

.progress-line {
    background-color: #007bff;
    -webkit-animation: progressBar 3s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode: both;
}

@-webkit-keyframes progressBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes progressBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


/*=========================================
            15. FOOTER CSS
============================================*/

.background-img-2 {
    position: relative;
    display: block;
    width: 100%;
}

.background-img-2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-footer {
    background: #fff;
    padding: 50px 0 20px;
}

.social-list-wrap ul li span {
    font-size: 15px;
    line-height: inherit;
    vertical-align: middle;
}

.footer-nav-wrap ul li strong {
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
}

.footer-nav-wrap ul li a {
    font-size: 14px;
    line-height: 19px;
    color: inherit;
    opacity: 0.8;
}


.circle-icon-custom a{
    height: 170px;
    display: block;
}
.circle-icon-custom a img{
    width: 100%;
    object-fit: cover;
    height: 160px;
    border-radius: 100%;
}

.single-promo-custom{
    min-height: 280px;
    max-height: 280px;
}
.single-promo-custom h5{
    margin: 0;
    padding: 10px 0 0 0;
    height: 58px;
    overflow: hidden;
}

.support-list li span {
    font-size: 16px;
    line-height: 28px;
}

.footer-nav-wrap ul li a:hover,
.copyright-text a:hover,
.social-list li a:hover {
    opacity: 1;
    text-decoration: none;
}

.copyright-text {
    font-size: 14px;
}

.social-list li span {
    padding: 6px;
}

.social-list li a,
.copyright-text a {
    color: #202877;
    opacity: 0.8;
}

.border-gray-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: white;
}

.footer-bottom p,
.footer-bottom ul li a {
    font-size: 14px;
}

.footer-bottom ul li a {
    color: #ffffff;
    opacity: 0.7;
}

.footer-bottom ul li a:hover {
    opacity: 1;
}


/*new css new update*/

.full-screen {
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown-wrap h2,
.countdown-wrap h5 {
    color: #fff !important;
}


/*404 page*/

.error-content .notfound-404 {
    position: relative;
    height: 280px;
    z-index: 2;
    margin-bottom: 30px;
}

.error-content .notfound-404 h1 {
    font-size: 230px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
}

@media (min-width: 320px) and (max-width: 767px) {
    .error-content .notfound-404 {
        height: auto;
        display: block;
        position: relative;
    }
    .error-content .notfound-404 h1 {
        font-size: 80px;
        position: relative;
    }
}


/*login css*/

.login-signup-content {
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-signup-wrap h1 {
    font-size: 35px;
}

.vh-100 {
    height: 100vh!important;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.ml-n3,
.mx-n3 {
    margin-left: -.98rem!important;
}

.small,
small {
    font-size: 90%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #95aac9;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d2ddec;
    border-radius: .375rem;
}

.form-control:focus {
    border-color: #6730e3;
}

.btn.border-radius {
    border-radius: 4px;
}

.login-signup-form .form-group {
    position: relative;
}

.login-signup-form .form-group label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 88%;
}

.login-signup-form .form-group .input-group.input-group-merge>.form-control {
    /*! text-indent: 35px; */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: calc(2.65em + .75rem + 2px);
}
.login-signup-form .form-group .input-group-merge textarea{
    height: 120px!important;
}
.login-signup-form .form-group .input-group.input-group-merge>.form-control:focus {
    z-index: inherit;
}
.login-signup-form-custom .form-control{
    padding-left: 20px!important;
}
.top_sec{
    text-align: left;
}
.top_sec p{
    margin: 0 0 5px 0;
    display: flex;
}
.top_sec p span{
    min-width: 30%;
}
.top_sec p b{
    width: 70%;
}
.input-icon {
    height: calc(3.4rem + 2px);
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
}

.input-icon span {
    padding: 18px 15px;
    border-left: 2px solid #6730e3;
    position: absolute;
    font-size: 18px;
    height: calc(3.4rem + 2px);
    border-radius: 4px;
}


/*login signup new style*/

.login-signup-card {
    position: relative;
    z-index: 2;
}

.custom-control-label {
    line-height: 1.5;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}


/*=========================================
           24. SINGLE PAGE HEADER CSS
============================================*/

@media (min-width: 320px) and (max-width: 576px) {
    .page-header-content {
        padding-top: 3rem!important;
    }
}

.custom-breadcrumb ol {
    margin-bottom: 0;
}

.custom-breadcrumb ol li a,
.custom-breadcrumb ol li.breadcrumb-item.active {
    color: #ffffff;
    opacity: 0.7;
}

.custom-breadcrumb ol li a:hover {
    opacity: 1;
}

.custom-breadcrumb ol li.breadcrumb-item {
    padding-left: 0;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: themify;
    content: "\e649";
    font-size: 10px;
    color: #ffffff;
    opacity: 0.7;
}


/*=========================================
            25. BLOG SECTION CSS
============================================*/

.single-blog-card {
    margin-bottom: 25px;
}

.single-blog-card span.category {
    z-index: 2;
    top: 10px;
    right: 10px;
}

.single-blog-card .card-body {
    padding: 1.75rem;
}

.meta-list {
    opacity: 0.8;
    font-size: 95%;
}

.meta-list li.list-inline-item:not(:last-child) {
    margin-right: 0.7rem;
}

.single-blog-card a {
    font-family: 'Montserrat', sans-serif;
}

.single-blog-card a,
.single-blog-card a:hover {
    text-decoration: none;
    color: inherit;
}

a.detail-link {
    display: inline-block;
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

a.detail-link span {
    font-size: 12px;
    vertical-align: middle;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #202877;
}

a.detail-link:hover {
    color: #202877;
}

a.detail-link:hover span {
    transform: translateX(3px);
    margin-left: 8px;
}


/*blog single page css*/

.row-post-thumbnail .post {
    border: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.post {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 35px;
    margin: 0 0 45px;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.post-preview {
    padding-bottom: 5px;
    border-radius: .1875rem;
    transition: all .3s ease-in-out;
}

.post-preview img {
    border-radius: .1875rem;
    width: 100%;
    display: block;
}

.post-header {
    margin: 0px 0 20px;
}

.post-header .post-title {
    font-size: 1.5625rem;
    margin-bottom: 0;
    color: #333333;
}

.post-header .post-title a {
    color: #5d5d5d;
}

.post-header .post-title a:hover {
    color: #202877;
}

.post-meta {
    list-style: none;
    font-size: .8125rem;
    padding: 0;
    margin: 0;
}

.post-meta a,
.post-meta li {
    color: #495057;
    opacity: 0.8;
}

.post-meta a:hover {
    color: #202877;
    opacity: 1;
}

.post-meta>li {
    position: relative;
    display: inline-block;
    padding: 0 14px 0 0;
    margin: 0 14px 0 0;
}

.post-meta>li:not(:last-child):after {
    position: absolute;
    content: '/';
    right: -5px;
    top: 0;
}

.post-content p {
    margin-bottom: 5px;
}

.post-more a span {
    vertical-align: middle;
}

.post-footer {
    margin-top: 15px;
}


/*blog single css*/

.post-content blockquote {
    border-left: 2px solid #eaeaea;
    padding: 10px 0 10px 40px;
    margin: 40px 0;
    transition: all .3s ease-in-out;
}

.post-content blockquote:hover {
    border-color: #202877;
}

.blockquote {
    font-weight: 500;
    color: #222;
}

.post-content ol {
    list-style-type: decimal;
}

.post-content ul,
.post-content ol {
    margin: 15px 0 15px 40px;
}


/*comments css*/

.comment,
.comment-shop {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0 0;
}

.comment-author,
.comment-author-shop {
    margin: 5px 0 0;
    height: 64px;
    width: 64px;
    float: left;
}

.comment-body,
.comment-body-shop {
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 0 85px;
}

.comment-meta,
.comment-meta-shop {
    margin: 0 0 15px;
}

.comment-meta-date {
    font-size: 13px;
}

.children>.comment,
.children>.comment-shop {
    border: 0;
    border-top: 1px solid #f0f0f0;
    margin-left: 85px;
}

.comment-meta-author a,
.comment-meta-author-shop a {
    font-weight: 500;
    color: #222;
}

.comment-meta-date a,
.comment-meta-date-shop a {
    color: #788487;
    opacity: .6;
}

.comment-meta-date a:hover,
.comment-meta-date a:focus,
.comment-meta-date-shop a:hover,
.comment-meta-date-shop a:focus {
    color: #202877;
    opacity: 1;
}

.comment-reply,
.comment-reply-shop {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}

.comment-reply>a,
.comment-reply-shop>a {
    background: #f4f4f4;
    border-radius: .1875rem;
    padding: 5px 15px;
    display: block;
    color: #222;
}

.comment-reply>a:hover,
.comment-reply>a:focus,
.comment-reply-shop>a:hover,
.comment-reply-shop>a:focus {
    background: #202877;
    color: #fff;
}

.comment-list+.comment-respond,
.comment-list-shop+.comment-respond {
    margin-top: 30px;
}


/*pagination*/

.custom-pagination-nav ul li {
    text-align: center;
    margin-right: 10px;
}

.custom-pagination-nav ul li:focus,
.custom-pagination-nav ul li a:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.custom-pagination-nav ul li a.page-link {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 100%;
    padding: inherit;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.custom-pagination-nav ul li.page-item:first-child .page-link,
.custom-pagination-nav ul li.page-item:last-child .page-link {
    border: none;
    background: transparent;
}


/*blog sidebar*/

.widget-search {
    padding: 0;
    border: 0;
}

.widget {
    margin-bottom: 50px;
}

.widget-search form {
    position: relative;
}

.widget-search .search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    height: 100%;
    right: .875rem;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    color: #ddd;
}

.widget-search .search-button span {
    font-size: 20px;
    line-height: 32px;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

.widget .widget-title {
    margin-bottom: 24px;
}

.widget .widget-title>h6 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    color: #788487;
}

.widget ul {
    margin-bottom: 0;
}

.widget-categories ul li:first-child,
.widget-recent-entries ul li:first-child,
.widget-recent-entries-custom ul li:first-child {
    padding-top: 0;
}

.widget-categories ul li,
.widget-recent-entries ul li,
.widget-recent-entries-custom ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    margin: 0;
}

.widget a {
    color: #788487;
    display: block;
    font-size: 14px;
}

.widget a:hover {
    color: #202877;
}

.widget-recent-entries-custom .wi {
    float: left;
    width: 80px;
}

.widget-recent-entries-custom .wb {
    padding-left: 16px;
    width: 100%;
}

.widget-recent-entries-custom .wi,
.widget-recent-entries-custom .wb {
    vertical-align: middle;
    display: table-cell;
}

.post-date {
    font-size: 13px;
    color: #a3a6a8;
    display: block;
    margin: 0;
}

.tag-cloud>a,
.post-tags>a {
    background: #f4f4f4;
    border-radius: .1875rem;
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    margin: 5px 8px 5px 0;
    text-transform: uppercase;
    font-size: 9px !important;
    color: #757575;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.tag-cloud>a:hover,
.post-tags>a:hover {
    background: #202877;
    color: #fff;
    opacity: 1;
}


/*new demo css*/

.big-text {
    position: relative;
    font-size: 100px;
    line-height: 120px;
    font-weight: 700;
}

.big-text span {
    position: absolute;
    font-size: 16px;
    top: -50px;
}

@media (min-width: 320px) and (max-width: 575px) {
    .big-text {
        font-size: 60px !important;
        line-height: 80px !important;
    }
    .big-text span {
        top: -35px;
    }
    .banner-section img {
        width: 100%;
        height: 300px !important;
        object-fit: fill !important;
    }
}

.offer-tag-wrap img {
    position: relative;
    display: block;
    width: 100%;
}

.offer-tag {
    background: #6730e3;
    padding: 30px;
    border-radius: 10px 60px;
    position: absolute;
    left: 0;
    top: 35%;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15);
    color: #ffffff;
}

.offer-price {
    margin-top: 35px;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.offer-price small,
.offer-price span {
    font-size: 25px;
    line-height: initial;
}

.offer-price span {
    position: relative;
    top: -40px;
}

.ribbon-2 {
    position: absolute;
    width: 180px;
    height: 35px;
    background: #ff5919;
    left: -8px;
    top: 20px;
}

.ribbon-2 span {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 0 0 0 40px;
}

[class^="ribbon-"]:before,
[class^="ribbon-"]:after {
    content: "";
    position: absolute;
}

.ribbon-2:after {
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #ff5919;
    right: -15px;
}

.ribbon-2:before {
    height: 0;
    width: 0;
    border-bottom: 8px solid #ff5919;
    border-left: 8px solid transparent;
    top: -8px;
}


/*new demo css*/

.custom-header .custom-nav ul li a {
    color: #353535;
}

.rounded-custom {
    border-radius: 15px;
}

.animation-item {
    perspective: 950px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.hero-animated-card-1 {
    position: absolute;
    top: 20%;
    left: -70px;
    transform: scale(0.9);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.09);
    animation: move-up-down 4s ease-in-out 1s infinite;
}

.hero-animated-card-2 {
    position: absolute;
    right: -60px;
    bottom: 20%;
    transform: scale(0.9);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.2);
    animation: move-up-down 3s ease-in-out 2s infinite;
}

@keyframes move-up-down {
    0% {
        -webkit-transform: translateX(0) translateY(5px);
        transform: translateX(0) translateY(5px)
    }
    50% {
        -webkit-transform: translateX(0) translateY(-15px);
        transform: translateX(0) translateY(-15px)
    }
    100% {
        -webkit-transform: translateX(0) translateY(5px);
        transform: translateX(0) translateY(5px)
    }
}

.post-job {
    background: #fff!important;
    color: #841736  !important;
    padding: 1px 10px !important;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-promo-2 span {
    font-size: 29px;
    background-image: url("../img/promo-icon-bg.svg");
    background-size: 150px;
    padding: 36px 51px;
    background-repeat: no-repeat;
    background-position: 45% 20%;
    background: linear-gradient(279.99deg, #d45366 -1.19%, #F95E59 50.96%, #FF6057 99.95%);
    border-radius: 72px;
    height: 12px;
}

.text-black {
    color: #000;
}

.red-title {
    color: #d45366;
}

.color-div {
    background: #b704d9;
    padding: 15px 19px 143px;
    border-radius: 10px;
    width: 100%;
}

.color-div2 {
    background: #5360D4;
    padding: 13px 21px 15px;
    border-radius: 10px;
    width: 100%;
}

.color-div3 {
    background: #00B20C;
    padding: 13px 21px 15px;
    border-radius: 10px;
    width: 100%;
}

.color-div4 {
    background: #E5A000;
    padding: 13px 21px 15px;
    border-radius: 10px;
    width: 100%;
}

.color-div5 {
    background: #E20498;
    padding: 13px 21px 15px;
    border-radius: 10px;
    width: 100%;
}

.mt-20 {
    margin-top: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.text-white {
    color: #fff;
}

.newsletter-btn {
        background: #ea5a5e;
    border: 2px solid #d45366;
    border-radius: 0;
    color: #fff;
}

.single-promo-1 span:hover {
    font-size: 35px;
    background-image: url("../img/promo-icon-bg.svg");
    background-size: 150px;
    padding: 25px;
    background-repeat: no-repeat;
    background-position: 45% 20%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e35761;
}

.author-info:hover {
    display: flex;
    align-items: center;
    border: 1px solid #d96778;
    padding: 10px;
    background: #d96778;
    color: #fff;
}

.author-info span:hover {
    /*! color:#fff; */
}

.author-info h5:hover {
    /*! color:#fff; */
}


/* .red-title:hover { */


/* color: #fff; */


/* } */

.border-box {
    border: 1px solid #ccc;
    padding: 10px;
    height: 100%;
}

.ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.background-img-blue {
    position: relative;
    width: 100%;
    display: block;
}

.background-img-blue::before {
    position: absolute;
    content: '';
    /*! background-image: linear-gradient(to right, rgba(232, 232, 232, 0.2), rgba(215, 215, 215, 0.95), rgba(44, 174, 197, 0.83), rgba(44, 148, 186, 0.87), rgb(42, 170, 194)); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(232, 232, 232, 0.81), rgba(187, 187, 187, 0.69), rgba(255, 255, 255, 0.2), rgba(203, 87, 89, 0), rgba(227, 87, 97, 0.48));
}

.font {
    font-size: 0.9em!important;
}

.pt-50 {
    padding-top: 50px;
}

.sm-icon img {
    width: 50px;
}

.et_pb_text_inner {
    color: #ffffff;
    font-family: Raleway;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin-top: -121px;
}

.et_pb_text_inner span {
    color: #ffffff;
    font-family: "Poppins";
    font-size: 119px;
    font-weight: 900;
    letter-spacing: -5px;
    text-transform: uppercase;
    display: block;
    line-height: 100%;
}

.pb-60 {
    padding-bottom: 60px;
}

.home-bg {}

.pt-50 {
    padding-top: 50px;
}

.page-title-area {
    z-index: 1;
    position: relative;
    background: linear-gradient(50.48deg, #ED2775 -2.06%, #FF7448 93.55%);
    padding-bottom: 100px;
    padding-top: 180px;
}

.page-title-area::before {
    left: 0;
    right: 0;
    top: 82px;
    height: 1px;
    content: '';
    z-index: -1;
    opacity: .2;
    position: absolute;
    background-color: var(--whiteColor);
}

.page-title-area:after {
    content: url('http://svgshare.com/i/Hud.svg');
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -85px;
}

.divider {
    width: 100%;
    height: 100px;
    position: absolute;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    background: var(--whiteColor);
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.banner-shape1 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.banner-shape1 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.hero-container {
        background: linear-gradient(50.48deg, #42ded1 -2.06%, #da5564 93.55%);
    padding-top: 75px;}

.top-heading {
    color: #fff!important;
}

.inner-btn {
    background: #3f5895;
    border: 2px solid #3f5895;
}

.inner-btn:hover {
    border: 2px solid #f1f1f0;
    color: #fff;
}

.border-box:hover {
    background: #e2e2e2;
}

.border-box:hover>.child {
    color: #c326bd;
}

.author-info:hover {
    background: #e2e2e2;
}

.author-info:hover>.child {
    color: #c326bd;
}

.single-promo-3 {
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem !important;
}

.pb-50 {
    padding-bottom: 50px;
}

.banner-section img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    position: relative;
}

.img-logo {
    width: 280px;
}

.banner-section-title {
    position: absolute;
    top: 11.3%;
    left: 0;
    width: 50%;
    height: 540px;
   background: linear-gradient(90deg, #02526a 2.06%, #da556400 99.55%);
    padding: 100px;
}

.banner-section-title h2 {
    color: #fff;
    font-size: 50px;
}

.banner-section-title h4 {
        color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
}

.banner-section-btn {
    margin-top: 30px;
}

.request-btn {
    background: #0b4c98;
    padding: 15px 28px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 4px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif!important;
}

.request-btn::after {
    line-height: inherit;
    font-size: inherit!important;
    opacity: 0;
    margin-left: -1em;
    left: auto;
    display: inline-block;
    content: attr(data-icon);
    content: "\2192";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

.request-btn:hover {
    color: #fff;
}

.request-btn:hover:after {
    margin-left: 0.3em;
    left: auto;
    margin-left: 0.3em;
    opacity: 1;
    color: #fff;
}

.job-btn {
    background: #7a0e2d;
    padding: 15px 28px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 4px;
    margin-left: 8px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif!important;
}

.job-btn::after {
    line-height: inherit;
    font-size: inherit!important;
    opacity: 0;
    margin-left: -1em;
    left: auto;
    display: inline-block;
    content: attr(data-icon);
    content: "\2192";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

.job-btn:hover {
    color: #fff;
}

.job-btn:hover:after {
    margin-left: 0.3em;
    left: auto;
    margin-left: 0.3em;
    opacity: 1;
    color: #fff;
}

.circle-border {
    padding: 24px !important;
    border: 1px solid #ccc;
}

.facebook i {
    background: #3b599885;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
}

.facebook i:hover {
    background: #3b5998;
}

.twitter i {
    background: #1da1f291;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
}

.twitter i:hover {
    background: #1da1f2;
}

.instagram i {
    background: #f402b880;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
}

.instagram i:hover {
    background: #f402b8;
}

.linkdin i {
    background: #0077b585;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
}

.linkdin i:hover {
    background: #0077b5;
}

.youtube i {
    background: #fe000073;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
}

.youtube i:hover {
    background: #fe0000;
}

.form-pd{
    padding-left: 42px !important;
}

.footer-section{
        background-image: linear-gradient(45deg, #02526a, #59c9c1);
}

@media (max-width:1024px) {
    .banner-section-title {
        position: absolute;
        top: 11.3%;
        left: 0;
        width:100%!important;
        height: 521px;
        background: linear-gradient(45deg, #02526a 2.06%, #da556400 93.55%);
        padding: 100px;
    }
}

@media (max-width:540px) {
    .job-btn {
        background: #7a0e2d;
        padding: 12px 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        border-radius: 4px;
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif!important;
        display: block;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
        margin-top: 6px;
    }
    .request-btn {
        background: #0b4c98;
        padding: 12px 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        border-radius: 4px;
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif!important;
        display: block;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
    .banner-section-btn {
        margin-top: 15px;
    }
    .banner-section-title h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        padding: 0px 20px;
    }
    .banner-section-title h2 {
        color: #fff;
        font-size: 30px;
        font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
        padding: 0px 20px;
        margin-top: 50px;
    }

    .banner-section-title {
        position: absolute;
        top: 11.3%;
        left: 0;
        width: 100%;
        height: 308px;
        background: linear-gradient(45deg, #02526a 2.06%, #da556400 93.55%);
        padding: 0px;
    }
}

@media(max-width:767px){
    .banner-section-title {
        width: 100%!important;
    }
    .owl-carousel-custom .owl-nav span {
        top: -12px;
        color: #fff;
    }
    .request-btn {
        display: block;
        margin-bottom: 15px;
    }
    .single-promo-hover {
        padding: 0!important;
    }
    .main-menu ul li ul {
        position: relative;
        top: 0;
        left: 20px;
        width: 100%;
    }
    .main-menu ul li strong{
        background-image: url("../img/arrow.png");
        position: absolute;
        right: 0;
        width: 20px;
        height: 20px;
        top: 20px;
    }
    
}

@media(max-width:360px){
    .solid-btn {
        padding: 10px 10px;
        font-size: 12px;
    }
    .author-img {
        width: 40px;
    }
    .author-img img{
        width: 40px;
    }
}
.header .fixed-top{
    padding: 2px 10px;
    background: #fff;
}
.footernav li{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 0!important;
}
.newsletterform .form-control{
    border-radius: 0;
}
.navbar-brand img{
    width: 280px;
}
.page-link{
    color: #13697b;
}
.page-item.active .page-link{
        background-color: #146b7c;
    border-color: #13697b;
}


/**************************************/
.login-signup-form .form-control{
    padding-left: 50px;
}
.logtab .nav-link{
    border: 0;
    padding: 10px 5px;
    background: #014997;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
}
.logtab .nav-link.active{
    background: #800019;
    border: 0;
}
.logtab .nav-link:focus{
    border: 0;
    box-shadow: none;
}


/* dashboard rajeeb 11Nov 2022 */

.Resume {
    padding: 0px;
    border: 1px solid #841736;
    border-bottom: solid 4px #841736;
    border-radius: 0px;
}

ul.unstyled li a {
    color: #000000;
    font-size: 14px;
    line-height: 30px;
}

ul.unstyled li.active a {
    color: #841736;
    font-weight: 500;
}

ul.unstyled {
    margin: 0px;
    padding: 0px;
}

.manage ul.unstyled li {
    border-bottom: solid 1px #8417364f;
    padding: 6px 6px;
}

ul.unstyled li {
    list-style: none;
}

main {
    padding: 80px 0px;
    position: relative;
}

.manage .panel-body {
    padding-bottom: 5px;
}

.panel-body {
    border: solid 1px #841736;
    border-radius: 2px;
    padding: 16px;
    position: relative;
}

.job_title a {
    color: #841736;
    font-size: 18px;
    display: block;
}

.account-pnl label {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.account-pnl input {
    width: 100%;
    padding: 8px 8px;
    border: 1px solid #841736;
    border-radius: 4px;
    margin-bottom: 10px;
}

.account-pnl textarea {
    width: 100%;
    padding: 8px 8px;
    border: 1px solid #841736;
    border-radius: 4px;
    margin-bottom: 10px;
    height: 46px;
}

.choose-file{
    padding: 8px 8px !important;
}

.job_title {
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.read_more {
    color: #fff;
    -webkit-box-shadow: 0 5px 12px 0 rgb(67 37 204 / 20%);
    box-shadow: 0 5px 12px 0 rgb(67 37 204 / 20%);
    background: #d45366;
    border: 2px solid #d45366;
    border-radius: 7px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 18px;
}

.read_more:hover {
    background: transparent;
    color: #d45366;
    border: 2px solid #d45366;
}

.page-heading {
    padding-bottom: 20px;
    overflow: hidden;
}

.page-heading h2 {
    font-size: 34px;
    color: #000;
    font-weight: 700;
}

.page-heading p {
    color: #232323;
    font-size: 16px;
    line-height: 26px;
}

.panel-heading {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

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

.resume .form-control {
    border: solid 1px #841736;
    border-radius: 4px;
}

.panel-body .form-control {
    border: solid 1px #841736;
    height: 46px;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    border-radius: 4px;
    padding: 0 8px;
}

.account-pnl input::placeholder {
    color: #111;
}

.resume input::placeholder {
    color: #111;
}

textarea {
    width: 100%;
    background: transparent;
    height: 100%;
    border: 0;
    resize: none;
    white-space: pre;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
    word-wrap: normal;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel-body .btn.btn-default {
    font-size: 16px;
    height: auto;
    border-top-left-radius: 4px !important;
    font-weight: normal;
    border-bottom-left-radius: 4px !important;
}

.input-group-btn>.btn {
    position: relative;
}

.btn-default {
    background-color: #d45366;
    padding: 7px 14px;
    color: #fff;
    border-radius: 4px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #d45366;
}

.form-group {
    position: relative;
}

.social_icon i {
    width: 37px;
    height: 37px;
    color: #fff;
    font-size: 20px;
    background-color: #3b5999;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    left: 20px;
    bottom: 5px;
    line-height: 38px;
}

.twiiter i {
    background-color: #55acee;
    left: 20px;
}

.linkedin i {
    background-color: #0077b5;
}

.google_plus i {
    background-color: #dd4b39;
    left: 20px;
}

.file {
    visibility: hidden;
    position: absolute;
}

#wysihtml5-editor-toolbar {
    position: relative;
    line-height: 1px;
}

.borderfull-width {
    border: solid 1px #e1e1e1;
    position: relative;
    overflow: hidden;
    top: 15px;
    margin-bottom: 35px;
}

.input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 20px;
    top: 31px;
}

.social_icon .form-control {
    padding-left: 45px;
}

#wysihtml5-editor-toolbar {
    position: relative;
    line-height: 1px;
}

.commands {
    display: inline-block;
    margin: 0px;
    padding: 0;
}

.table>tbody>tr>td a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.table {
    margin-bottom: 0px;
}

tr {
    border-bottom: solid 1px #e1e1e1;
}

.manage .table>thead>tr>th {
    padding-left: 0px;
}

.table>thead>tr>th {
    font-size: 16px;
    color: #333;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 0px;
    font-size: 14px;
    vertical-align: middle;
    color: #232323;
    padding: 10px;
    font-weight: 500;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 0px;
    font-size: 14px;
    vertical-align: middle;
    color: #232323;
    padding: 10px;
    font-weight: 500;
}

.p-r {
    padding-right: 0px !important;
}

.p-l {
    padding-left: 0px !important;
}

.overflow {
    overflow: hidden;
}

.table>tbody>tr>td h1 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
    margin: 0px;
}

.table>tbody>tr>td p {
    color: #7d7d7d;
    font-size: 16px;
}

.text-shorting p {
    margin-bottom: 0;
}

#userform .form-group {
    position: relative;
}

#userform .form-group input.form-control,
#userform .form-group select.form-control {
    height: auto;
    background-color: transparent;
    color: #333333;
    padding: 10px;
    padding-left: 30px;
}

#userform .search_icon {
    top: 40px;
}

.search_icon {
    color: #7d7d7d;
    font-size: 16px;
    position: absolute;
    top: 22px;
    left: 10px;
}

/* search 11nov 2022 */
form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
  }
  form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
  }

  /* date 16nov jobView page */
  body{margin-top:20px;}
.card-style1 {
    box-shadow: 0px 0px 10px 0px rgb(89 75 128 / 9%);
}
.border-0 {
    border: 0!important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

section {
    padding: 120px 0;
    overflow: hidden;
    background: #fff;
}
.mb-2-3, .my-2-3 {
    margin-bottom: 2.3rem;
}

.section-title {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.text-primary {
    color: #ceaa4d !important;
}
.text-secondary {
    color: #15395A !important;
}
.font-weight-600 {
    font-weight: 600;
}
.display-26 {
    font-size: 1.3rem;
}

@media screen and (min-width: 992px){
    .p-lg-7 {
        padding: 4rem;
    }
}
@media screen and (min-width: 768px){
    .p-md-6 {
        padding: 3.5rem;
    }
}
@media screen and (min-width: 576px){
    .p-sm-2-3 {
        padding: 2.3rem;
    }
}
.p-1-9 {
    padding: 1.9rem;
}

.bg-secondary {
    background: #15395A !important;
}
@media screen and (min-width: 576px){
    .pe-sm-6, .px-sm-6 {
        padding-right: 3.5rem;
    }
}
@media screen and (min-width: 576px){
    .ps-sm-6, .px-sm-6 {
        padding-left: 3.5rem;
    }
}
.pe-1-9, .px-1-9 {
    padding-right: 1.9rem;
}
.ps-1-9, .px-1-9 {
    padding-left: 1.9rem;
}
.pb-1-9, .py-1-9 {
    padding-bottom: 1.9rem;
}
.pt-1-9, .py-1-9 {
    padding-top: 1.9rem;
}
.mb-1-9, .my-1-9 {
    margin-bottom: 1.9rem;
}
@media (min-width: 992px){
    .d-lg-inline-block {
        display: inline-block!important;
    }
}
.rounded {
    border-radius: 0.25rem!important;
}
/* date 17nov2022  for amy application status view*/
.rounded-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}
.badge-soft-success {
    color: #6fbe36;
    background-color: rgba(111,190,54,.18);
}
.badge-soft-danger{
    color: #be3636;
    background-color: rgba(111,190,54,.18);
}
.rounded-pill {
    border-radius: 50rem!important;
}
/* 18nov status toggle applicant */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
  }
  
  .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
  }
  
  .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  }
  
  .slider:before {
  position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
  background-color: #2196F3;
  }
  
  input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
  border-radius: 34px;
  }
  
  .slider.round:before {
  border-radius: 50%;
  }

  /* 21 nov for notification bar */
  .navbar-default .dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 360px;
    max-height: 360px;
  }
  .navbar-default .dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content {
    min-height: 280px;
    max-height: 280px;
    overflow-y: scroll;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track
  {
    background-color: #F5F5F5;
  }
  
  .navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar
  {
    width: 8px;
    background-color: #F5F5F5;
  }
  
  .navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb
  {
    background-color: #ccc;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content > li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 5px 0px;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
    background-color: #fafafa;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content > li:after {
    content: "";
    clear: both;
    display: block;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content > li:hover {
    background-color: #fcfcfc;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content > li:last-child {
    border-bottom: none;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content > li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 8px 0px;
  }
  .navbar-default .dropdown-menu.notify-drop .allRead {
    margin-right: 7px;
  }
  .navbar-default .dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999;
  }
  .navbar-default .dropdown-menu.notify-drop .rIcon:hover {
    color: #333;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content > li a {
    font-size: 12px;
    font-weight: normal;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content > li {
    font-weight: bold;
    font-size: 11px;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content > li hr {
    margin: 5px 0;
    width: 70%;
    border-color: #e2e2e2;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
    padding-left: 0;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content > li p {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content > li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff,#f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #B97745;
  }
  .navbar-default .dropdown-menu.notify-drop .drop-content > li p.time:hover {
    background-image: linear-gradient(#fff,#fff);
  }
  /* chat */

  body{
    background-color: #f4f7f6;
    margin-top:20px;
}
.card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.chat-app .people-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7;overflow: scroll;
    height: 584px;
}

.chat-app .chat {
    margin-left: 280px;
    border-left: 1px solid #eaeaea
}

.people-list {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.people-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    border-radius: 3px
}

.people-list .chat-list li:hover {
    background: #efefef;
    cursor: pointer
}

.people-list .chat-list li.active {
    background: #efefef
}

.people-list .chat-list li .name {
    font-size: 15px
}

.people-list .chat-list img {
    width: 45px;
    border-radius: 50%
}

.people-list img {
    float: left;
    border-radius: 50%
}

.people-list .about {
    float: left;
    padding-left: 8px
}

.people-list .status {
    color: #999;
    font-size: 13px
}

.chat .chat-header {
    padding: 15px 20px;
    border-bottom: 2px solid #f4f7f6
}

.chat .chat-header img {
    float: left;
    border-radius: 40px;
    width: 40px
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff;
    overflow: scroll;
    height: 500px;
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px
}

.chat .chat-history .message {
    color: #444;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message {
    background: #efefef
}

.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #efefef;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .other-message {
    background: #e8f1f3;
    text-align: right
}

.chat .chat-history .other-message:after {
    border-bottom-color: #e8f1f3;
    left: 93%
}

.chat .chat-message {
    padding: 20px
}

.online,
.offline,
.me {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle
}

.online {
    color: #86c541
}

.offline {
    color: #e47297
}

.me {
    color: #1d8ecd
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.notification-btn{
    text-align: right;
}

.delete-btn{
    background: #841736;
    color: #fff;
    border: none;
    padding: 6px 18px;
    border-radius: 4px;
    margin-right: 10px;
}

.select-btn{
    background: #32a1b9;
    border: none;
    padding: 6px 18px;
    border-radius: 4px;
    color: #fff;
}

.notification-msg{
    color: #000;
    background: #32a1b9;
    margin-top: 30px;
    padding: 5px 10px;
}

.notification-msg label{
    font-size: 12px;
}

.notification-msg-content{
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.notification-msg-content p{
    margin: 0;
}

.noti-box i{
    color: #841736;
}
/*------------Chat-------------*/

/*------------Chat-------------*/

.chat-left-body {
    padding: 20px 0px;
    box-shadow: 0px 2px 7px #ccc;
}

.search-chat input {
    width: 100%;
    border: 1px solid #850020;
    outline: none;
    padding: 8px 50px;
    border-radius: 4px;
    position: relative;
}

.search-chat span {
    position: absolute;
    left: 12%;
    color: #999;
    font-size: 18px;
    margin-top: 5px;
}

.chat-profile {
    margin-top: 30px;
}

.chat-profile img {
    width: 40px;
    border-radius: 50%;
    position: relative;
}

.dot-circle {
    position: absolute;
    height: 8px;
    width: 8px;
    background: #0f9d58;
    border-radius: 50%;
    top: 56%;
    left: 70%;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: -15px;
}

.owl-nav button.owl-next {
    right: -15px;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
    display: none;
}


/* .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
} */

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav span {
    font-size: 40px;
    position: relative;
    top: -5px;
    left: 0px;
    color: #394a68;
}

.owl-nav button:focus {
    outline: none;
}

.chat-left-body h2{
    padding: 0px 18px;
}

.search-chat{
    padding: 0px 18px;
}

.recent-body {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e594;
    padding: 12px 18px;
}

.chat-recent {
    margin-top: 30px;
}

.chat-recent h3 {
    font-size: 20px;
    padding: 0px 18px;
}

.scroll-recent {
    overflow: scroll;
    height: 294px;
}

.scroll-recent::-webkit-scrollbar {
    width: 5px;
}

.scroll-recent::-webkit-scrollbar-thumb {
    background: #850020;
    border-radius: 10px;
}

.scroll-recent::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.recent-profile {
    display: flex;
}

.recent-image img {
    width: 40px;
    border-radius: 50%;
    position: relative;
    height: 40px;
}

.recent-profile-content {
    margin-left: 10px;
    font-size: 12px;
}

.recent-profile-content h6 {
    font-size: 16px;
}

.recent-profile-content p {
    margin: 0;
    padding: 0;
}

.recent-profile-time {
    padding-right: 12px;
    font-size: 14px;
}

.dot-circle-profile {
    background: #0f9d58;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    left: 18%;
    margin-top: 30px;
}

.chat-main-body {
    box-shadow: 0px 2px 7px #ccc;
}

.chat-main-heading {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
}

.main-heading-profile {
    display: flex;
    align-items: flex-end;
}

.main-heading-profile img {
    width: 50px;
    border-radius: 50%;
    position: relative;
    height: 50px;
}

.main-heding-border {
    width: 8px;
    height: 8px;
    background: #0f9d58;
    border-radius: 50%;
    position: absolute;
    top: 9%;
    left: 9.3%;
}

.main-heading-title {
    margin: 0px 12px;
    color: #000;
    font-size: 18px;
}

.main-heading-title p {
    margin-bottom: 10px;
}

.main-heading-icon a {
    padding: 0px 8px;
    font-size: 18px;
    color: #841736;
}

.main-heading-icon button {
    background: none;
    border: none;
    outline: none;
    color: #841736;
}

.main-body {
    margin-top: 32px;
    overflow: scroll;
    height: 330px;
}

.main-body::-webkit-scrollbar {
    width: 5px;
}

.main-body::-webkit-scrollbar-thumb {
    background: #850020;
    border-radius: 10px;
}

.main-body::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.main-body-left {
    background: #dddcda;
    padding: 8px 15px;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    margin-bottom: 5px;
}

.main-body-left p {
    margin: 0;
    padding: 0;
}

.main-body-right {
    background: #f1f3f4;
    padding: 10px 20px;
    text-align: right;
    border-radius: 5px;
    display: inline-block;
}

.main-body-right p {
    margin: 0;
    padding: 0;
}

.main-body-right img {
    width: 15px;
    border-radius: 50%;
}

.main-body-content {
    display: block;
    margin-bottom: 10px;
    padding: 0px 15px;
}

.main-body-content-right {
    text-align: right;
    padding-right: 15px;
}

.chat-bottom {
    border-top: 1px solid #ccc;
    padding: 15px 12px;
    display: flex;
    position: sticky;
    right: 0;
    bottom: 0;
    background: #fff;
}

.chat-bottom input {
    width: 78%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.bottom-icon {
    width: 20%;
    text-align: center;
    background: #d45366;
}

.bottom-icon li {
    font-size: 20px;
    color: #83001e;
}

.waves-effect {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #83001e;
}

.input-file input[type=file] {
    display: none;
}

.bottom-icon button {
    color: #83001e;
    outline: none;
    border: none;
    background: none;
    font-size: 18px;
    width: 100%;
    color: #fff;
}

/* .chat-bottom form{
    width: 100%;
} */
/* chat end */


.fa-bell{
    position: relative;
}

.noti-msg{
   position: relative;
    font-size: 8px;
    color: white;
    top: 0;
    left: 0;
    background: #850020;
    width: 18px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    padding: 0;
}

.my-profile-content{
    text-align: center;
}

.myprofile-video video{
    width: 153%;
    height: 200px;
    border-radius: 5px;
}
/* .applicant-video {
    width: 153%;
    height: 200px;
    border-radius: 5px;
} */


.myprofile-area label{
    position: absolute;
    margin-top: 9%;
    margin-left: -3%;
}

.myprofile-area img{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #8d1335;
    object-fit: cover;
}


.myprofile-area span{
    font-size: 20px;
    color: #8d1335;
}







/*  */

.package-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.packages {
    margin: 20px;
    width: 300px;
    padding-bottom: 1.5em;
    height: 100%;
    background-color: #00539b;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    flex-wrap: wrap;
    color: #fff;
    box-shadow: 4px 4px 6px #000;
    margin-top: 100px;
    margin-bottom: 30px;
}

.packages h1 {
    padding-top: 25px;
    font-size: 26px;
    color: #fff;
}

.packages h2 {
    color: #fff;
}

.list li {
    font-size: 17px;
    list-style: none;
    padding-inline-start: 0;
    border-width: 1px;
    padding: 10px 0px;
    text-align: left;
    list-style-type: disclosure-closed;
}

.first {
    margin-top: 15px;
}

.list {
    width: 80%;
    border-top: 1px solid #fff;
    margin-top: 15px;
    padding: 0px 22px;
}

.price-btn {
    width: 100%;
    text-align: left;
    padding-left: 32px;
    margin-top: 10px;
}

.price-btn a {
    background: #d45366;
    color: #fff;
    text-decoration: none;
    padding: 10px 28px;
    box-shadow: 3px 3px 5px #000;
}
.single-blog-card img{
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.sidebarNav{
    border: 1px solid #04286a;
    border-radius: 10px;
    background: #004393;
    overflow: hidden;
}
.sidebarNav .unstyled li{
    border-bottom: solid 1px #0556b7 !important;
}
.sidebarNav .unstyled li:last-child{
    border-bottom: 0 !important;
}
.sidebarNav .unstyled li a{
    display: block;
    padding: 0 9px;
    color: #fff;
}
.sidebarNav .unstyled li.active{
    background: #860126;
    color: #fff;
}
.sidebarNav .unstyled li.active a{
    color: #fff;
}
.sidebarNav .unstyled li.active a i{
    color: #fff;
}
.sidebarNav .unstyled li a i{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #009aab;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 11px;
    margin-right: 4px;
}
.dashboardblock .panel-body {
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 4px 15px #00000024;
    padding: 25px;
}
.dashboardblock .account-pnl input{
    font-size: 14px;
}
.ccompany-logo {
    max-height: 60px;
}
.dashboardblock .page-heading h2{
        font-size: 28px;
}
.dashboardblock .manage .table>thead>tr>th{
    padding-left: 10px;
}
.dashboardblock .table .btn-xs{
    font-size: 12px;
    padding: 2px 5px;
}
.notifiyborder {
    border-bottom: 1px solid #48cae7;
}
.notification-msg .notifiyborder:last-child{
    border-bottom: 0;
}
.chatleft-pnl{
    padding: 10px;
    background: #8e1537;
    border-radius: 10px 0 0 10px;
    height: 100%;
    color: #fff;
}
.dashboardblock .recent-image img{
    object-fit: cover;
}
.dashboardblock .recent-profile-content h6 {
    font-size: 15px;
    line-height: 1;
}
.dashboardblock .main-heading-profile img{
    object-fit: cover;
}
.dashboardblock .main-body-right p, .dashboardblock .main-body-left p {
    font-size: 13px;
}
.dashboardblock .recent-body{
    border-bottom: 1px solid #af1c45;
}
.manage .dashboardblock  .table>thead>tr>th{
    padding-left: 10px;
}
.dashboardblock .myprofile-area span{
    font-size: 15px;
    color: #fff;
    width: 28px;
    height: 28px;
    background: #860126;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    line-height: 28px;
}

@media only screen and (max-width: 767px) {
    .owl-carousel-custom {
        margin: 0;
    }
    .owl-carousel-custom .owl-nav{
        display: none;
    }
    .chat-app .people-list {
        height: 465px;
        width: 100%;
        overflow-x: auto;
        background: #fff;
        left: -400px;
        display: none
    }
    .chat-app .people-list.open {
        left: 0
    }
    .chat-app .chat {
        margin: 0
    }
    .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0
    }
    .chat-app .chat-history {
        height: 300px;
        overflow-x: auto
    }
}
@media only screen and (max-width: 480px) {
    .circle-icon-custom a {
        height: 230px;
        display: block;
    }
    .circle-icon-custom a img {
        height: 230px;
        border-radius: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-app .chat-list {
        height: 650px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: 600px;
        overflow-x: auto
    }
    .request-btn {
        display: block;
        margin-bottom: 15px;
    }
    .job-btn{
        display: block;
        padding: 15px 18px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}

.company-img{
    width: 100%;
    height: 160px;
    border: 1px solid #880b2e;
    border-radius: 5px;
    margin-bottom: 10px;
    object-fit: cover;
}
@media only screen and (max-width: 1024px) {
.search-chat span {
    position: absolute;
    left: 16%;
    color: #999;
    font-size: 18px;
    margin-top: 5px;
}

}

@media only screen and (max-width: 912px) {
.search-chat span {
    position: absolute;
    left: 15%;
}
}

@media only screen and (max-width: 820px) {
    .search-chat input {
        padding: 8px 33px;
    }
    .search-chat span {
        position: absolute;
        left: 17%;
    }
}

@media only screen and (max-width: 540px) {
    /*.noti-msg {
        position: absolute;
        font-size: 8px;
        color: white;
        top: 4px;
        left: 21%;
        background: #850020;
    }*/
    .search-chat span {
        position: absolute;
        left: 8%;
    }
}
.boxjobImg img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    border: 1px solid #eee;
    padding: 5px;
    background: #fff;
}
.row_height{
    height: 100%;
}
.image_fit{
    height: 100%;
}
.image_fit img{
    width: 100%;
    object-fit: cover;
    height: 180px;
    border-radius: 20px;
}

/* new css */
.main_content .row_custom{
    margin: 20px 0;
    align-items: center;
}
.facility_staffing{
    padding: 50px 0;
}
.section-heading h2{
    text-align: center;
}
.contact-us-nobottompadding{
    padding-bottom: 0;
}
.form-control-grey-boarder{
    border: 1px solid #acacac;
}
.list-unstyled-custom p{
    margin: 0 0 5px 0;
    font-size: 14px;
}
.main_outer_ul ul li:nth-child(5){
    float: left;
}
.padding-small{
    padding-left: 5px;
    padding-right: 5px;
}
.app-store-button{
    background: #3f5895;
}
.footer-img-logo img{
    max-width: 100%;
}
.footer-links{
    display: flex;
    justify-content: end;
}
.footer-links li{
    padding: 0 5px;
}
.footer-links li a{
    color: #000!important;
    opacity: 1!important;
}
.footer-nav-wrap{
    padding: 20px 0;
}



.job-filter-panel {
	background-color: #3f5895;
	height: fit-content;
	position: sticky;
	top: 90px;
	border-radius: 10px;
	padding: 25px 15px;
	color: #fff;
}

.job-item {
	background: #dbf2f07a;
	padding: 10px 20px;
	border-radius: 7px;
	border: 1px solid #99c5c2;
	margin-bottom: 15px;
	transition: 200ms;
}

.job-item:hover {
	background: #b2d2f57a;
}


.job-title {
	font-weight: 600;
	font-size: 17px;
	color: #004290;
	display: block;
}

.job-info-item {
	font-size: 14px;
	color: #4f5454;
	margin-right: 15px;
}

.job-list{
    height: 600px;
    overflow: hidden;
    transition: 500ms;
}

.list-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(#0000, #f4f7f6 50%);
	height: 120px;
	display: flex;
	justify-content: center;
	align-items:center;
}


.view-btn {
	height: 35px;
	color: #3f5895;
	border: 1.5px solid #3f5895;
	border-radius: 50px;
	transition: 300ms;
}

.view-btn:hover {
	color: #fff;
	background: #3f5895;
}

.no-job {
	height: 50px;
	text-align: center;
	background: #e0e4ed;
	line-height: 50px;
	border-radius: 10px;
	border: 1px solid #b5bac7;
	display: block;
}

.filter-btn{
	display: block;
	width: 100%;
	background: #1c2a4b;
	color: #fff;
	height: 45px;
	border-radius: 10px;
	border: 1px solid #1c2a4b;
	transition: 200ms;
}
.filter-btn:hover{
	border: 1px solid #fff;
	color: #fff;
}

.filter-form{
	padding: 15px;
	border: 2px solid #c3fffa40;
	border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 575px) {
    .job-filter-panel{
        height: auto;
        position: unset;
        border-radius: 0;
    }
    
    
}







