/*======== Table of Css Content ==========*/


/* Typography */


/* variables */


/* Global style */


/* 
=========================
=========================
*/


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


.pr-15{position: relative;
    top: -15px;}
*{transition: all .3s ease-in;}
.d-none{
    display: none;
}
:root {
    --body-font: 'Nunito', sans-serif;
    --light-font: 'Nunito', sans-serif;
    --semi-bold: 'Nunito', sans-serif;
    --bold-font: 'Nunito', sans-serif;
    /* --body-font: 'Montserrat', sans-serif;
    --light-font: 'Montserrat', sans-serif;
    --semi-bold: 'Montserrat', sans-serif;
    --bold-font: 'Montserrat', sans-serif; */
    --body-color: #ffffff;
    --para-color: #000000;
    --head-color: #0A1023;
    --head-alt-color: #055C2D;
    --hover-color: #ec1a3b ;
    --font-24px: 24px;
    --font-16px: 16px;
    --font-15px: 15px;
    --font-18px: 18px;
    --star-size: 30px;
    --star-color: #cccccc;
    --star-background: #fc0;
}
.overflow-hidden{overflow: hidden;}
.animate-wrapper {
    position: relative;
}.animate-wrapper span {
    position: absolute;
    right: 0;
    /* max-width: 42%;
    top: 170px; */
    max-width: 37%;
    top: 60px;
}
body.solutions.integration .animate-wrapper span {
   
    max-width: 50%;
    top: 170px;
}
h2.heading-title strong {
    color: var(--hover-color);
}

.shadow{
    box-shadow: 0 0 46px 1px rgb(255 215 219 / 51%)!important;
}
/********animation icon css start****/

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

.body-overlay img.animate-icon1 {
    top: 30%;
    position: absolute;
    left: 7%;
}

.body-overlay img.animate-icon2 {
    top: 60%;
    position: absolute;
    left: 3%;
}

.body-overlay img.animate-icon3 {
    top: 30%;
    position: absolute;
    right: 170px;
}

.body-overlay img.animate-icon4 {
    top: 50%;
    position: absolute;
    right: 5%;
}

.body-overlay img.animate-icon5 {
    top: 90%;
    position: absolute;
    left: 7%;
}

.body-overlay img.animate-icon6 {
    top: 80%;
    position: absolute;
    right: 7%;
}


/********animation icon css end****/

.collapsing {
    transition: 0.3s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--body-font);
    background-color: var(--body-color);
    font-size: var(--font-18px);
    line-height: 30px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    /* overflow-x: hidden; */
}

.py-5 {
    padding-top: 70px!important;
    padding-bottom: 70px!important;
}

.relative {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h1,
h1>a,
h2,
h2>a,
h3,
h3>a,
h4,
h4>a,
h5,
h5>a,
h6,
h6>a {
    font-family: var(--bold-font);
    color: var(--head-color);
    font-weight: 800;
    text-transform: initial;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    color: var(--body-color);
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: var(--para-color);
}

.read a {
    color: var(--hover-color);
    text-transform: capitalize;
    font-size: var(--font-16px);
}

.read a i {
    margin-left: 5px;
    font-size: 12px;
    transition: 0.3s;
}

.read a:hover i {
    transform: translateX(10px);
}

img {
    max-width: 100%;
    height: auto;
}

.max-un {
    max-width: unset;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

button {
    border: none;
    cursor: pointer;
}

input,
textarea {
    padding: 10px 20px;
    color: #1E266D;
    width: 100%;
    font-family: var(--body-font);
    height: 50px;
    background: #F5FAFF;
    border: 1px solid #EEF1FF;
    border-radius: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dark-theme * {
    color: #ffffff!important
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=password] {
    font-family: initial;
}

select {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    outline: none;
}

textarea {
    min-height: 150px;
    resize: none;
}

span {
    display: inline-block;
}

.table thead th,
.table td,
.table th {
    border: none;
}

.d-grid {
    display: grid !important;
}

.b-none {
    border: none !important;
}

iframe {
    border: 0;
    width: 100%;
}

.shadow-none {
    box-shadow: none;
}

h1,
h1>a {
    font-size: 76px;
    line-height: 98.8px;
}

h2,
h2>a {
    font-size: 57px;
    line-height: 74.1px;
}

h3,
h3>a {
    font-size: 43px;
    line-height: 55.9px;
}

h4,
h4>a {
    font-size: 32px;
    line-height: 41.6px;
}

h5,
h5>a {
    font-size: var(--font-24px);
    line-height: 31.2px;
}

h6,
h6>a {
    font-size: var(--font-18px);
    line-height: 23.4px;
}

table thead tr th {
    font-size: var(--font-18px);
    line-height: 30px;
}

a {
    display: inline-block;
    color: var(--body-color);
    font-weight: 400;
    font-size: var(--font-18px);
    line-height: 30px;
}

p,
span,
li {
    margin: 0;
    font-family: var(--body-font);
    font-size: var(--font-18px);
    font-weight: 400;
    color: var(--para-color);
    line-height: 30px;
    line-height: 1.4;
}

.section-text {
    margin-bottom: 34px;
}

.section-header {
    margin-bottom: 55px;
}

.sub-title {
    color: var(--head-alt-color);
    margin-bottom: 20px;
}

.title {
    font-weight: 700;
    margin-bottom: 16px;
}
.image-block {
    background: #ffffff;
    border-radius: 6px;
    padding: 20px;
    position: relative;
    padding-left: 130px;
    margin-bottom: 30px;    min-height: 140px;
}.image-block span.image {
    position: absolute;
    left: 16px;
    max-width: 100px;
}.image-block h3 {
    font-size: 19px;
    /* font-family: var(--body-font); */
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    font-family: var(--bold-font);
}.image-block p {
    font-size: var(--font-16px);
}
h2.heading-title {
    color: #333333;
    /* text-transform: uppercase; */
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 0;
    margin: 0 0 20px;
    line-height: 1.1;
    padding-left: 0;
}
 .image-block-container  h2.heading-title span
 
 {
    display: block;
    font-size: 15px;
    font-family: var(--body-font);
    font-weight: 700;
    margin-top: 10px;
}
.image-block-container h2.heading-title .slogan span{
    display:inline-block;
}
h2.heading-title em {
    display: block;
    font-style: normal;
    font-size: 24px;
    margin-top: 20px;
    font-family: var(--body-font);
    font-weight: normal;
}
h2.heading-title em span {
    color: var(--hover-color);
}
h2.heading-title a {
    color: #132679;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
}

h2.heading-title span.border {
    border: none!important;
    display: block;
    line-height: normal;
}

h2.heading-title.center {
    text-align: center;
    padding: 0;
}

h2.heading-title.center p {
    padding: 0;
}

.head-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1A4DBE;
    margin-bottom: 30px;
}

.title span {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: var(--head-alt-color);
}

.xxlr {
    font-size: 26px;
    line-height: 36px;
    margin-top: -7px;
}

.xlr {
    font-size: var(--font-24px);
    line-height: 36px;
    margin-top: -7px;
}

.mdr {
    font-size: var(--font-16px);
    line-height: 22px;
}

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

.mb-60 {
    margin-bottom: 60px;
}

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

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

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

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

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

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

.bg {
    animation: fade-in-scale-down 10s ease-out infinite;
    -webkit-animation: fade-in-scale-down 10s ease-in-out infinite;
    -moz-animation: fade-in-scale-down 10s ease-in-out infinite;
    -o-animation: fade-in-scale-down 10s ease-in-out infinite;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@keyframes fade-in-scale-down {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    70% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 60px;
    }
    .mb-60 {
        margin-bottom: 40px;
    }
    .mt-60 {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .pt-120 {
        padding-top: 50px;
    }
}

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

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .pb-120 {
        padding-bottom: 50px;
    }
}

*::-webkit-scrollbar-track {
    background: #00003E;
}

*::-webkit-scrollbar {
    width: 6px;
    height:4px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
    background-color: var(--hover-color);
}

.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: var(--hover-color);
    border-radius: 5px;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
}

.scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
    color: var(--body-color);
}

.scrollToTop:hover {
    color: var(--body-color);
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    display:none;
    z-index: 99999999;
    overflow: visible;
    background: url(images/preloader.gif) no-repeat center center;
    background-size: 20%;
    background-color: #E5EFF1;
}

.icon-svg {
    position: relative;
}

.icon-svg img {
    opacity: 1;
    position: absolute;
}

.icon-svg svg {
    position: absolute;
    stroke-dashoffset: 1500;
    stroke-dasharray: 1500;
    transform: scale(1);
    transition: transform .3s, fill .5s;
    opacity: 0;
    visibility: hidden;
}

.icon-svg:hover svg {
    visibility: visible;
    opacity: 1;
    stroke-dashoffset: 0;
    fill: transparent;
    transition: transform .3s, fill .5s, stroke-dashoffset 6s;
}

.icon-svg:hover img {
    opacity: 0;
    visibility: hidden;
}

.accordion-button:focus {
    box-shadow: none;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}


/* cmn btn */

.banner-section .section-text {
    margin-bottom: 5px;
}
a.cmn-btn.btn-outline {
    background: transparent;
    color: var(--hover-color);
}

button.cmn-btn:hover{color: #ffffff!important;}
.header-section .navbar .navbar-collapse .right-area .cmn-btn {
    font-size: var(--font-16px);
    font-weight: 700;
}

.header-section .navbar .navbar-collapse .right-area .cmn-btn:before,
.header-section .navbar .navbar-collapse .right-area .cmn-btn:after {
    display: none;
}


/***********home banner cta css start*************/
.cmn-btn.home {
    padding: 8px 30px 8px;
    font-weight: 500;
    text-align: center;
    background: #ffffff;
    color: var(--hover-color);
    border: 1px solid var(--hover-color);
    transition: 0.3s;
    border-radius: 4px;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 22px;
    position: relative;
    z-index: 8;
    overflow: hidden;
}
.cmn-btn.home:not(.second):hover {
    color: #ffffff;
    /* background: transparent; */
    border-color: var(--hover-color);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0px 5px 10px #0a4a5852;
}

a.cmn-btn.home:not(.second)::before,
a.cmn-btn:not(.second)::after {
    background: var(--hover-color);
    content: '';
    position: absolute;
    z-index: -1;
}

a.cmn-btn.home:not(.second)::after {
    /* background-color: #f00; */
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

a.cmn-btn.home:not(.second):hover:after {
    height: 100%;
    width: 135%;
}

.cmn-btn.homeS.second {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}

a.cmn-btn.homeS.second::before,
a.cmn-btn.homeS.second::after {
    background: var(--hover-color);
    content: '';
    position: absolute;
    z-index: -1;
}

a.cmn-btn.homeS.second::after {
    /* background-color: #f00; */
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

a.cmn-btn.homeS.second:hover:after {
    height: 100%;
    width: 135%;
}

.cmn-btn.homeS.second:hover {
    color: var(--body-color);
    /* background: var(--hover-color); */
    border: 1px solid #ffffff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0px 5px 10px #0a4a5852;
}
body.home .banner-content .image-banner img.animate-02{
    top: 0;
    left: 0;
    max-width: 400px;
}
body.home .banner-content .image-banner img.animate-03 {
    top: 50%;
    right: inherit;
    max-width: 400px;
    left: 0px;
}
body.home .banner-content .image-banner img.animate-06 {
    position: relative;
    top: 30px;
    max-width: 450px;

}
body.home  .banner-content .image-banner img.animate-05 {
    position: relative;
    top: 0px;
    bottom: 0;    right: -50px;
    /* right: -70px; */
    /* max-width: 270px; */
    /* width: 100%;*/
}
body.home   .banner-content .image-banner img.animate-04 {
    left: -30px;
    right: inherit;
    max-width: 210px;
    top: 48%;
}
body.home  .banner-content .image-banner img.animate-01 {
    top: 39%;
    left: -110px;
    max-width: 260px;
}
body.home  .banner-section .overlay .banner-content .image-banner {
    margin-top: 0;
    position: relative;
    right: 0px;
    top: 0;
    text-align: center!important;
    /* transform: scale(.85); */
}
body.home .banner-section .overlay .banner-content .image-banner .bg-video-wrap {
   
    width: 100%;
    height: 420px;
    margin: 30px 0;
}
body.home .banner-section .overlay .banner-content .image-banner video{
    position: static;
    width:auto;
    height:100%;
    min-width: 1px;
    min-height: 1px;
}
body.home .banner-content .image-banner img.animate-06 {
    left: 0px;
    right: inherit;
}
body.home .banner-section .overlay .banner-content {
    padding: 0px 0 0px;
    overflow: hidden;
}
/**********home banner cta css end************/
@keyframes run_obj {
    100% {
        right: 230%;
        opacity: 0;
    }
    80% {
        right: 200%;
        opacity: 1;
    }
    50% {
        right: 100%;
        opacity: 0.5;
    }
    0% {
        right: 10%;
        opacity: 0;
    }
}

@keyframes run_obj_alt {
    100% {
        left: 230%;
        opacity: 0;
    }
    80% {
        left: 200%;
        opacity: 1;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
    0% {
        left: 10%;
        opacity: 0;
    }
}

.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0px 9px 18px 0px rgb(5 95 138 / 14%);
}

.header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 30%);
    background: #fff;
}

.header-section .navbar-toggler {
    padding-right: 0;
    display: none;
    border: none;
}

.header-section .navbar-toggler:focus {
    box-shadow: none;
}

.header-section .navbar-toggler i {
    color: var(--hover-color);
}

.header-section .navbar {
    padding: 0px 15px;    position: inherit;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item.dropdown.main-navbar a i.fas {
    font-size: 12px;
    margin-left: 5px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
    font-weight: 500;
    padding: 0 10px;
    color: var(--para-color);
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s;
    font-family: var(--body-font);
    position: relative;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
    padding: 30px 10px;font-size: var(--font-16px);
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item.dropdown.main-navbar {
    position: initial;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 0 5px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
    content: '';
    position: absolute;
    left: -6px;
    width: 5px;
    height: 5px;
    background: var(--para-color);
    border-radius: 50px;
    top: 50%;
    margin-top: -2px;
    display: none;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item:hover {
    color: var(--hover-color);
    transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item.active {
    color: var(--hover-color);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    vertical-align: 0;
    background-image: url(images/icon/menu-down.png);
    background-repeat: no-repeat;
    background-size: 85%;
    border: none;
    margin-left: 5px;
    width: 15px;
    height: 11px;
    display: none;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--body-color);
    width: 70%;
    top: 100%;
    border: none;
    border-radius: 0;
    padding: 20px 25px 20px;
    max-height: calc(100vh - 100px);
    overflow: auto;
    border-radius: 0 0 6px 6px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
    display: block;
    padding: 5px 15px;
    transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a:hover {
    background: var(--hover-color);
    transition: 0.3s;
    color: var(--body-color);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
    margin-left: 20%;
}

.header-section .navbar .navbar-collapse .right-area {
    margin-left: 10px;
}

.header-section .nav-item.main-navbar .main-menu {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    background: #1F2340;
    box-shadow: 0px 2px 24px rgb(236 26 59 / 12%);
    opacity: 0;
    visibility: hidden;
    /* transition: 0.3s; */
    z-index: 999;
    /* border-top: solid 1px #f6f6f6!important;*/
    display: none;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar {
    position: relative;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    right: -80%;
    top: 0;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-section .nav-item.main-navbar:hover .main-menu {
    opacity: 1;
    visibility: visible;
    top: 30px;
    display: block;
}

.header-section.register {
    border-bottom: 1px solid #D8DCE7;
}

.header-section.register .nav-item {
    font-weight: 500;
}

.header-section.register .right-area {
    margin-left: 30px;
}

.header-section .broadcast {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#181717+0,42181e+32,42181e+66,181717+100 */
    background: #6d0107;
    /* Old browsers */
    background: -moz-linear-gradient(left, #6d0107 0%, #860711 32%, #860711 66%, #6d0107 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6d0107 0%, #860711 32%, #860711 66%, #6d0107 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6d0107 0%, #860711 32%, #860711 66%, #6d0107 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#181717', endColorstr='#181717', GradientType=1);
    /* IE6-9 */
    font-size: 14px;
    padding: 2px;
    display: none;
}

.header-section .broadcast img {
    vertical-align: initial;
}

.header-section.header-fixed .broadcast {
    display: none;
}

.header-section.header-fixed .navbar {
    padding: 0px 15px;
}

.header-section .navbar .navbar-collapse .right-area .cmn-btn:hover {
    background: #c51733;
    color: #ffffff;
    border-color: #c51733;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li {
    width: 33.33%;
    float: left;
    padding: 8px 20px;
    background-repeat: no-repeat!important;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    min-height: 58px;position: relative;
    padding-left: 37px;
}.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a.nav-link {
    display: block;
    background: no-repeat;
    color: #666;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px 0 10px;
    line-height: 27px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;position: static;
}.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a.nav-link span.mega-description-group {
    vertical-align: middle;
    display: inline-block;
    transition: none;
}.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a.nav-link span.mega-description-group span.mega-menu-title {
    font-size: 14px;
    font-weight: 700;
    color: #14233c;
    display: block;
    line-height: normal;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a.nav-link span.mega-description-group span.mega-menu-title i.fa {
    vertical-align: middle;
    margin-left: 3px;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li span.icon {
    position: absolute;
    left: 0;max-width: 32px;
    min-width:32px; min-height:32px;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:hover li a.nav-link span.mega-description-group span.mega-menu-title{ font-family: var(--body-font);
    color: #14233c;}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:hover a.nav-link span.mega-description-group span.mega-menu-title,.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li li:hover a.nav-link span.mega-description-group span.mega-menu-title,.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a.nav-link.active span.mega-description-group span.mega-menu-title{color: var(--hover-color);}

    
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a.nav-link span.mega-description-group span.mega-menu-description {
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
    color: #767676;
    z-index: 100;
    font-size: 13px;
    font-style: normal;
    min-height: 1px;
}
/* .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a.nav-link:after {
    content: '';
    width: 30px;
    height: 30px;
    background-repeat: no-repeat!important;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    margin-right: 0;
    margin-left: -25px;
    margin-top: 0;
    left: 0;margin-top: 5px;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.in-person a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-inperson.jpg);
    background-size: contain;    
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item  .dropdown-menu li.in-person:hover a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-inperson-hvr.jpg);
    background-size: contain;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.vconf a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-conf.jpg);
    background-size: contain;    
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item  .dropdown-menu li.vconf:hover a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-conf-hvr.jpg);
    background-size: contain;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.mega-netwrkng a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-netwrkng.jpg);
    background-size: contain;    
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item  .dropdown-menu li.mega-netwrkng:hover a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-netwrkng-hvr.jpg);
    background-size: contain;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.mega-he a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-he.jpg);
    background-size: contain;    
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item  .dropdown-menu li.mega-he:hover a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-he-hvr.jpg);
    background-size: contain;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.mega-webnar a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-webnar.jpg);
    background-size: contain;    
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item  .dropdown-menu li.mega-webnar:hover a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-webnar-hvr.jpg);
    background-size: contain;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.mega-work a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-work.jpg);
    background-size: contain;    
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item  .dropdown-menu li.mega-work:hover a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-work-hvr.jpg);
    background-size: contain;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.mega-vc a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-ve.jpg);
    background-size: contain;    
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item  .dropdown-menu li.mega-vc:hover a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-ve-hvr.jpg);
    background-size: contain;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.mega-exh a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-exh.jpg);
    background-size: contain;    
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item  .dropdown-menu li.mega-exh:hover a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-exh-hvr.jpg);
    background-size: contain;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.mega-blog a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-blg.jpg);
    background-size: contain;    
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item  .dropdown-menu li.mega-blog:hover a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-blg-hvr.jpg);
    background-size: contain;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.mega-kb a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-kb.jpg);
    background-size: contain;    
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item  .dropdown-menu li.mega-kb:hover a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-kb-hvr.jpg);
    background-size: contain;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.mega-case a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-cs.jpg);
    background-size: contain;    
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item  .dropdown-menu li.mega-case:hover a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-cs-hvr.jpg);
    background-size: contain;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.mega-prod a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-prod.jpg);
    background-size: contain;    
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item  .dropdown-menu li.mega-prod:hover a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-prod-hvr.jpg);
    background-size: contain;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.mega-disccan a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-discover.jpg);
    background-size: contain;    
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item  .dropdown-menu li.mega-disccan:hover a.nav-link:after{
    background: url(https://canapii.com/wp-content/themes/canapii_theme/images/header/ticon-discover-hvr.jpg);
    background-size: contain;
} */
.header-section .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: var(--hover-color);
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.heading-title h3 {
    font-size: 15px!important;
    line-height: normal;
    font-size: 1.4rem;
    margin-bottom: 10px;
}.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.heading-title {
    
    padding: 0;
    margin-bottom: 10px;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.heading-title.w-100{
    display: block;
    width: 100%;
    min-height: 1px;
    margin-top: 0px;
    margin-bottom: 0;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.heading-title ul li {
    width: 100%;
}
/*************banner section css start********************/

.banner-section .overlay .banner-content .mobile {
    display: none;
}

.banner-section .overlay-area {
    position: absolute;
    right: 0;
}

.banner-section h1.banner-title strong {
    color: var(--hover-color);
    font-weight: 800;
}

.banner-section .overlay .banner-content {
    padding: 60px 0 60px;
}

.banner-section * {
    color: #ffffff;
}

.banner-section .overlay .banner-content .top-area p {
    width: 80%;
    margin: 30px 0 40px 0;
    font-size: var(--font-18px);
    font-weight: 500;
    color: var(--para-color);
}

.banner-section .overlay .banner-content span.slogan,
span.slogan {
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700; 
    font-family: var(--light-font);
    color: var(--para-color);
}

.banner-section .overlay .banner-content span.slogan span,
span.slogan span {
    color: var(--hover-color);
    font-size: 15px;
    font-weight: 700; 
}

.banner-section h1.banner-title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 0px;
    color: #19223c;
}

.shape-1 {
    -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
    animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-3 {
    -webkit-animation: hero-thumb-animation-three 2s linear infinite alternate;
    animation: hero-thumb-animation-three 2s linear infinite alternate;
}

.shape-2 {
    -webkit-animation: hero-thumb-sm-animation 4s linear infinite alternate;
    animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-5 {
    -webkit-animation: hero-thumb-lg-animation 5s linear infinite alternate;
    animation: hero-thumb-lg-animation 5s linear infinite alternate;
}

.shape-4 {
    -webkit-animation: hero-thumb-smleft-animation 4s linear infinite alternate;
    animation: hero-thumb-smleft-animation 4s linear infinite alternate;
}

.shape-6 {
    -webkit-animation: hero-thumb-smleft-animation 2s linear infinite alternate;
    animation: hero-thumb-smleft-animation 2s linear infinite alternate;
}

.banner-section .overlay .banner-content .cmn-btn {
    margin-right: 20px;
}

section.banner-section {
    position: relative;    background-size: cover!important;
}

.banner-section.inner-banner .banner-content {
    padding: 315px 0 170px;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area {
    margin-top: 10px;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb li {
    display: flex;
    align-items: center;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb li a {
    color: var(--para-color);
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    background-image: url(images/icon/arrow-right.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    padding: 0 10px;
    content: "";
}

.banner-section.about .overlay {
    background-image: url(images/about-left.png), url(images/about-right.png);
    background-repeat: no-repeat;
    background-position: left 120px, right bottom;
}

.banner-section.career-single .overlay {
    background-image: url(images/career-single-banner.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.banner-section.account .overlay {
    background-image: url(images/account-banner.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.banner-section.account .overlay .banner-content {
    padding: 332px 0 214px;
}

.banner-section.account-details .overlay {
    background-image: url(images/account-details-banner.png);
    background-repeat: no-repeat;
    background-position: right 10% bottom 30px;
}

.banner-section.account-details .overlay .banner-content {
    padding: 298px 0 165px;
}

.banner-section.card-banner .overlay {
    background-image: url(images/card-banner-bg.png), url(images/card-banner.png);
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
}

.banner-section.card-banner .overlay .banner-content {
    padding: 350px 0 233px;
}

.banner-section.product .overlay {
    background-image: url(images/product-banner.png);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-position-y: 63%;
}

.banner-section.product .overlay .banner-content {
    padding: 356px 0 239px;
}

.banner-section.car-loans .overlay {
    background-image: url(images/car-banner.png);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-position-y: 63%;
}

.banner-section.car-loans .overlay .banner-content {
    padding: 307px 0 170px;
}

.banner-section.business-loan .overlay {
    background-image: url(images/business-banner.png);
    background-repeat: no-repeat;
    background-position: right 110px bottom;
}

.banner-section.business-loan .overlay .banner-content {
    padding: 307px 0 170px;
}

.banner-section.home-loan .overlay {
    background-image: url(images/home-banner.png);
    background-repeat: no-repeat;
    background-position: right 110px bottom;
}

.banner-section.home-loan .overlay .banner-content {
    padding: 307px 0 170px;
}

.banner-section.educations-loan .overlay {
    background-image: url(images/educations-banner.png);
    background-repeat: no-repeat;
    background-position: right 110px bottom;
}

.banner-section.educations-loan .overlay .banner-content {
    padding: 307px 0 170px;
}

.banner-section.personal-loan .overlay {
    background-image: url(images/personal-banner.png);
    background-repeat: no-repeat;
    background-position: right 110px bottom;
}

.banner-section.personal-loan .overlay .banner-content {
    padding: 307px 0 170px;
}

.banner-section.contact .overlay {
    background-image: url(images/contact-banner.png);
    background-repeat: no-repeat;
}

.banner-section.contact .overlay .banner-content {
    padding: 307px 0 170px;
}

.banner-section.contact .overlay {
    background-image: url(images/contact-banner.png);
    background-repeat: no-repeat;
    background-position: right 50px bottom;
}

.banner-section.contact .overlay .banner-content {
    padding: 307px 0 170px;
}

.banner-section.remittance .overlay {
    background-image: url(images/remittance-Illu.png), url(images/remittance-city-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom, right center;
}

.banner-section.remittance .overlay .banner-content {
    padding: 325px 0 275px;
}

.banner-section.remittance .overlay .banner-content .button-group a {
    margin-right: 10px;
}

.banner-section.remittance .bottom-box {
    margin-top: -125px;
    transform: translateZ(10px);
}

.banner-section.remittance .bottom-box .form-content {
    padding: 30px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 10px;
}

.banner-section.remittance .bottom-box .form-content form {
    margin-top: -10px;
}

.banner-section.remittance .bottom-box .form-content .single-input label {
    font-weight: 600;
}

.banner-section.remittance .bottom-box .form-content .single-input .single {
    padding: 0 20px;
    background: #F5FAFF;
    border: 1px solid #EEF1FF;
    border-radius: 5px;
}

.banner-section.remittance .bottom-box .form-content .single-input .single input {
    padding: 0;
    border: none;
}

.banner-section.remittance .bottom-box .form-content .single-input .single .nice-select {
    background: transparent;
    border-color: transparent;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.banner-section.remittance .bottom-box .form-content .single-input .single .nice-select::after {
    border-bottom: 2px solid #2C3655;
    border-right: 2px solid #2C3655;
    height: 9px;
    margin-top: -6px;
    right: 12px;
    top: 50%;
    width: 9px;
}

.banner-section.remittance .bottom-box .form-content .form-bottom {
    margin-top: 30px;
}

.banner-section.remittance .bottom-box .form-content .form-bottom .btn-area {
    padding-left: 10%;
}

.banner-section.remittance .bottom-box .form-content .form-bottom p span {
    color: var(--head-alt-color);
}

.banner-section.affiliate .overlay {
    background-image: unset;
    border-bottom: 1px dashed #1A4DBE;
}

.banner-section.affiliate .overlay .banner-content {
    padding: 265px 0 205px;
}

.banner-section.affiliate .bottom-box {
    background-image: url(images/affiliate-circle.png);
    background-repeat: no-repeat;
    background-position: bottom 20px center;
    margin-top: -158px;
}

.banner-section.affiliate .bottom-box .main-content .mid-side {
    width: 160px;
    height: 160px;
    background: var(--body-color);
    box-shadow: 0px 6.38298px 12.766px rgba(47, 65, 129, 0.1);
    border-radius: 80px;
    position: relative;
}

.banner-section.affiliate .bottom-box .main-content .mid-side h3 {
    color: var(--hover-color);
    margin-top: 0;
}

.banner-section.affiliate .bottom-box .main-content .mid-side p {
    color: var(--head-alt-color);
}

.banner-section.affiliate .bottom-box .main-content .mid-side::before,
.banner-section.affiliate .bottom-box .main-content .mid-side::after {
    position: absolute;
    font-family: 'arafat font';
    font-size: var(--font-24px);
    color: var(--hover-color);
}

.banner-section.affiliate .bottom-box .main-content .mid-side::before {
    content: '\0041';
    left: -120%;
    animation: linear infinite;
    animation-name: run_obj;
    animation-duration: 2s;
}

.banner-section.affiliate .bottom-box .main-content .mid-side::after {
    content: '\0042';
    right: -120%;
    animation: linear infinite;
    animation-name: run_obj_alt;
    animation-duration: 2s;
}

.banner-section.affiliate .bottom-box .btn-area a:hover {
    background-color: var(--body-color);
}

.banner-section .overlay .banner-content .image-banner {
    margin-top: 50px;
    position: relative;
}

.banner-content .image-banner img {
    position: absolute;
    right: 0;
}

/* .banner-content .image-banner img.animate-01 {
    top: -130px;
    left: -180px;
    max-width: 300px;
} */

.banner-content .image-banner img.animate-03 {
    top: -60px;
    right: -30px;
    max-width: 400px;
}

.banner-content .image-banner img.animate-02 {
    bottom: -60px;
    left: -120px;
    max-width: 400px;
}

.banner-content .image-banner img.animate-06 {
    position: static
}

.banner-content .image-banner img.animate-05 {
    position: absolute;
    top: -50px;
}

.banner-content .image-banner img.animate-04 {
    left: -140px;
    right: inherit;
    max-width: 400px;
    top: 40%;
}

.banner-content .image-banner img.animate-06 {
    left: -70px;
    right: inherit;
}
/* body.home .banner-section h1.banner-title, body.home .banner-section h1.banner-title strong,body.home .banner-section .overlay .banner-content span.slogan, body.home .banner-section span.slogan span{
    color: #ffffff!important;
} 
body.home .banner-section .overlay .banner-content .top-area p{
    margin: 30px 0 30px 0;
    color: #ffffff;
}*/

/*************banner section css end********************/


/**********footer start*************/

.footer-section {
    background: #F5FAFF;
}

.footer-section .img-area {
    position: relative;
}

.footer-section .img-area img {
    position: absolute;
    bottom: 100px;
    width: 15%;
}

.footer-section .img-area .left {
    left: 0;
}

.footer-section .img-area .right {
    right: 0;
}

.footer-section .footer-box .logo {
    margin-bottom: 25px;
}

.footer-section .footer-box .social-link {
    margin-top: 25px;
}

.footer-section .footer-box .social-link a {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #1A4DBE;
    border: 1px solid #B0BAF1;
    transition: 0.3s;
    margin-right: 10px;
}

.footer-section .footer-box .social-link a.active,
.footer-section .footer-box .social-link a:hover {
    background: #1A4DBE;
    border: 1px solid #1A4DBE;
    color: #ffffff;
}

.footer-section .footer-box h5 {
    margin-bottom: 15px;
}

.footer-section .footer-box li a {
    color: #2C3655;
    transition: 0.3s;
    position: relative;
    display: flex;
    align-items: center;
}

.footer-section .footer-box li a::before {
    position: absolute;
    content: '';
    background-image: url(images/icon/right-icon.png);
    background-repeat: no-repeat;
    left: 0;
    width: 12px;
    height: 12px;
    opacity: 0;
    transition: 0.3s;
}

.footer-section .footer-box li a:hover {
    color: #055C2D;
    padding-left: 35px;
}

.footer-section .footer-box li a:hover::before {
    left: 15px;
    opacity: 1;
}

.footer-section .footer-box form input {
    margin-bottom: 22px;
    border-radius: 30px;
    border-color: #B0BAF1;
}

.footer-section .footer-box form button {
    width: 100%;
    box-shadow: 0px 20px 20px rgba(26, 77, 190, 0.2);
    margin-bottom: 20px;
}

.footer-section .footer-box form button:hover {
    box-shadow: none;
}

.footer-section .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #B0BAF1;
    padding: 30px 0;
}

.footer-section .footer-bottom .left a {
    color: #055C2D;
}

.footer-section .footer-bottom .right .cus-bor {
    border-right: 1px solid #B0BAF1;
    line-height: 20px;
    margin-right: 15px;
    padding-right: 15px;
}

.footer-section .footer-bottom .right a {
    color: #2C3655;
}


/**********footer end*************/

.features-section .top-section .list {
    margin-top: 20px;
}

.features-section .top-section .list .list-item {
    margin-top: 16px;
}

.features-section .top-section .list .list-item span {
    font-weight: 500;
}

.features-section .top-section .list .check {
    min-width: 24px;
    min-height: 24px;
    background: var(--head-alt-color);
    border-radius: 50%;
    margin-right: 10px;
}

.features-section.app-download .button-group {
    margin-top: 35px;
}

.features-section.app-download .button-group a {
    margin-right: 10px;
}

.features-section.pay-early {
    background: #F5FAFF;
}

.features-section.remittance .img-area {
    direction: rtl;
}

.solutions-business {
    background-image: url(images/solutions-business-bg.png);
    background-repeat: no-repeat;
    background-position: top;
}

.solutions-business .single-box {
    padding: 50px 30px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 20px;
}

.solutions-business .single-box .thumb {
    width: 140px;
    height: 140px;
    background: #F5FAFF;
    border-radius: 70px;
    margin: auto;
    margin-bottom: 30px;
}

.solutions-business .single-box .content {
    margin-bottom: -4px;
}

.solutions-business .single-box .content h5 {
    margin-bottom: 10px;
}

.solutions-business .single-box .content a {
    color: var(--hover-color);
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutions-business .single-box .content a img {
    margin-left: 5px;
    transition: 0.3s;
}

.solutions-business .single-box .content a:hover img {
    transform: translateX(10px);
    transition: 0.3s;
}

.solutions-business.account {
    background-image: unset;
}

.card-section {
    background-image: url(images/card-bg.png);
    background-position: top left -150px;
    background-repeat: no-repeat;
    background-size: contain;
}

.card-section .card-carousel-index .single {
    padding: 0 30px;
}

.card-section .card-carousel-index .thumb img {
    width: 100%;
}

.card-section .card-carousel-index .button-area {
    margin-top: 30px;
}

.card-section .card-carousel-index .slick-prev {
    left: calc(50% - 100px);
    z-index: 2;
}

.card-section .card-carousel-index .slick-next {
    right: calc(50% - 100px);
}

.card-section .card-carousel-index .slick-arrow {
    position: absolute;
    outline: none;
    bottom: -95px;
    width: 40px;
    height: 40px;
    background: #D8DCE7;
    box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
    border-radius: 20px;
    z-index: 1;
}

.card-section .card-carousel-index .slick-arrow i {
    color: #1E266D;
}

.card-section .card-carousel-index .slick-arrow:hover {
    background: var(--hover-color);
    box-shadow: 0px 4px 4px #DAE5FF;
    transition: all 0.5s;
}

.card-section .card-carousel-index .slick-arrow:hover i {
    color: var(--body-color);
}

.card-section .card-carousel-index .section-dots {
    text-align: center;
    position: absolute;
    left: calc(50% - 45px);
    bottom: -83px;
    display: flex;
    align-items: center;
}

.card-section .card-carousel-index .section-dots li {
    margin: 0 5px;
    display: inline-block;
    list-style: none;
}

.card-section .card-carousel-index .section-dots li .dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #BDC2D1;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.3s;
}

.card-section .card-carousel-index .section-dots li .dot .string {
    position: absolute;
    line-height: 0;
    opacity: 0;
}

.card-section .card-carousel-index .section-dots li.slick-active .dot {
    background-color: var(--hover-color);
}

.card-section .nav-tabs {
    padding: 10px;
    border: 1px solid #B0BAF1;
    display: inline-flex;
    border-radius: 35px;
    margin-bottom: 40px;
}

.card-section .nav-tabs .nav-item .nav-link {
    border-radius: 50px;
    border: none;
    padding: 12px 30px;
}

.card-section .nav-tabs .nav-item .nav-link.active {
    background: #1A4DBE;
    color: var(--body-color);
}

.card-section .tab-content .cus-mar {
    margin-bottom: -25px;
}

.card-section .tab-content .single-box {
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #B0BAF1;
    border-radius: 20px;
    margin-bottom: 25px;
}

.card-section .tab-content .single-box .thumb {
    position: relative;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 30px;
    transition: 0.3s;
    border: 1px solid #B0BAF1;
}

.card-section .tab-content .single-box .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-section .tab-content .single-box .thumb .active {
    opacity: 1;
    visibility: visible;
}

.card-section .tab-content .single-box .thumb .alt {
    opacity: 0;
    visibility: hidden;
}

.card-section .tab-content .single-box:hover .thumb {
    background-color: var(--hover-color);
}

.card-section .tab-content .single-box:hover .thumb .active {
    opacity: 0;
    visibility: hidden;
}

.card-section .tab-content .single-box:hover .thumb .alt {
    opacity: 1;
    visibility: visible;
}

.call-action {
    background-image: url(images/call-action-bg.png);
    background-position: top;
    background-repeat: no-repeat;
}

.call-action .main-content {
    padding: 80px 40px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 20px;
}

.call-action .main-content .section-header .title span {
    display: block;
}

.call-action .main-content .bottom-area a {
    margin: 0 10px;
}

.call-action.card-page {
    background-image: url(images/call-action-card-bg.png);
    background-position: top;
    background-repeat: no-repeat;
}

.call-action.card-page .section-header h2 {
    color: var(--body-color);
}

.call-action.card-page .single {
    text-align: center;
}

.call-action.card-page .single .xlr {
    color: var(--head-alt-color);
    margin-top: 16px;
}

.call-action.card-page .single .cmn-btn {
    margin-top: -8px;
}

.call-action.second {
    background-image: url(images/call-action-card-second.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.call-action.second h2,
.call-action.second p {
    color: var(--body-color);
}

.call-action.second .cmn-btn {
    color: var(--head-color);
    background: var(--body-color);
    box-shadow: 0px 20px 20px rgba(26, 77, 190, 0.2);
}

.call-action.car-page .main-content .section-header {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.call-action.educations .main-content {
    padding: 60px;
}

.call-action.educations .main-content form .bottom-area {
    margin-top: 10px;
}

.call-action.educations .main-content form .bottom-area .single-input {
    margin-bottom: 0;
}

.call-action.educations .main-content .single-input {
    margin-bottom: 32px;
}

.call-action.educations .main-content .single-input h6 {
    margin-top: -9px;
}

.call-action.educations .main-content .single-input label {
    font-weight: 600;
}

.call-action.educations .main-content .single-input input:focus {
    border: 1px solid #B0BAF1;
}

.call-action.educations .main-content .single-input .single-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    margin-top: 10px;
    margin-right: 20px;
}

.call-action.educations .main-content .single-input .single-radio:hover input~.checkmark {
    background-color: #F5FAFF;
}

.call-action.educations .main-content .single-input .single-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.call-action.educations .main-content .single-input .single-radio input:checked~.checkmark {
    background-color: #F5FAFF;
    border: 1px solid var(--hover-color);
}

.call-action.educations .main-content .single-input .single-radio input:checked~.checkmark:after {
    display: block;
}

.call-action.educations .main-content .single-input .single-radio .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #F5FAFF;
    border: 1px solid #B0BAF1;
    border-radius: 50%;
}

.call-action.educations .main-content .single-input .single-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--hover-color);
}

.call-action.affiliate {
    background-image: url(images/affiliate-card.png), url(images/call-action-card-second.png);
    background-repeat: no-repeat;
    background-position: right 90px top, top;
}

.call-action.affiliate .section-header h2 {
    color: initial;
}

.financial-planning .cus-mar {
    margin-bottom: -30px;
}

.financial-planning .plan-box {
    padding: 30px 20px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    transition: 0.3s;
}

.financial-planning .plan-box .thumb {
    width: 80px;
    height: 80px;
    background: #F5FAFF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s;
}

.financial-planning .plan-box .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.financial-planning .plan-box .thumb .active {
    opacity: 1;
    visibility: visible;
}

.financial-planning .plan-box .thumb .alt {
    opacity: 0;
    visibility: hidden;
}

.financial-planning .plan-box:hover {
    border: 1px solid #B0BAF1;
}

.financial-planning .plan-box:hover .thumb {
    background-color: var(--hover-color);
}

.financial-planning .plan-box:hover .thumb .active {
    opacity: 0;
    visibility: hidden;
}

.financial-planning .plan-box:hover .thumb .alt {
    opacity: 1;
    visibility: visible;
}

.financial-planning .plan-box a {
    margin: 36px 0 4px;
}

.financial-planning .plan-box ul li {
    margin-top: 15px;
}

.financial-planning .plan-box ul li .check {
    min-width: 24px;
    min-height: 24px;
    background: var(--head-alt-color);
    border-radius: 50%;
    margin-right: 10px;
}

.financial-planning.how-works-business {
    background: #F5FAFF;
    position: relative;
}

.financial-planning.how-works-business .cus-mar {
    margin-bottom: -40px;
}

.financial-planning.how-works-business .plan-box {
    box-shadow: unset;
    padding: 0;
    margin-bottom: 40px;
    background: transparent;
}

.financial-planning.how-works-business .plan-box .thumb {
    background-color: #EEF1FF;
}

.financial-planning.how-works-business .plan-box h5 {
    margin: 23px 0 5px;
}

.financial-planning.how-works-business .plan-box:hover {
    border-color: transparent;
}

.financial-planning.how-works-business .plan-box:hover .thumb {
    background-color: var(--hover-color);
}

.financial-planning.how-works-business .right-box {
    position: absolute;
    bottom: 0;
}

.personalized {
    background-color: var(--hover-color);
}

.personalized .img-area img {
    max-width: unset;
}

.personalized .section-text h3,
.personalized .section-text p {
    color: var(--body-color);
}

.personalized .cmn-btn {
    background: #5AC4FF;
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    color: var(--head-color);
}

.personalized .cmn-btn:hover {
    background: transparent;
    color: var(--body-color);
}

.testimonials .single-slide {
    display: flex;
}

.testimonials .single-slide .thumb {
    margin-right: 50px;
}

.testimonials .single-slide .top-content {
    margin-bottom: 40px;
}

.testimonials .single-slide .top-content h5 {
    margin: 30px 0;
}

.testimonials .single-slide .bottom-content span {
    color: var(--head-alt-color);
    margin-top: 10px;
}

.testimonials .slick-arrow {
    position: absolute;
    outline: none;
    bottom: 95px;
    width: 40px;
    height: 40px;
    background: #D8DCE7;
    box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
    border-radius: 20px;
    z-index: 1;
}

.testimonials .slick-arrow i {
    color: #1E266D;
}

.testimonials .slick-arrow:hover {
    background: var(--hover-color);
    box-shadow: 0px 4px 4px #DAE5FF;
    transition: all 0.5s;
}

.testimonials .slick-arrow:hover i {
    color: var(--body-color);
}

.testimonials .slick-arrow.slick-prev {
    left: calc(50% - 150px);
    z-index: 2;
}

.testimonials .slick-arrow.slick-next {
    right: calc(50% - 50px);
}

.testimonials .section-dots {
    text-align: center;
    position: absolute;
    left: calc(50% - 93px);
    bottom: 108px;
    display: flex;
    align-items: center;
}

.testimonials .section-dots li {
    margin: 0 5px;
    display: inline-block;
    list-style: none;
}

.testimonials .section-dots li .dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #BDC2D1;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.3s;
}

.testimonials .section-dots li .dot .string {
    position: absolute;
    line-height: 0;
    opacity: 0;
}

.testimonials .section-dots li.slick-active .dot {
    background-color: var(--hover-color);
}

.latest-articles {
    background-color: #F5FAFF;
}

.latest-articles .cus-mar {
    margin-bottom: -40px;
}

.latest-articles .blog-item {
    margin-bottom: 40px;
}

.latest-articles .blog-item:hover .thumb img {
    transform: scale(1.2);
}

.latest-articles .blog-item .thumb {
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 26px;
    background: #ffffff;
    padding: 0;
    border: solid 15px #ffffff;
}

.latest-articles .blog-item .thumb img {
    width: 100%;
    transition: 2s;
}
.latest-articles .blog-item .thumb a:hover {
    color:var(--hover-color);
}
.latest-articles .blog-item .content h5 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: normal;
    
}
.latest-articles .blog-item .content{
   min-height: 48px; 
}

.latest-articles .blog-item .content .info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.latest-articles .blog-item .content .item {
    margin-right: 20px;
    padding-right: 20px;
}

.latest-articles .blog-item .content .item span {
    font-size: 14px;
    color: #898989;
}
.latest-articles .blog-item .content .item span em{
    font-style: normal;
    color: #333333;
}
.latest-articles .blog-item .content .item .icon {
    width: 24px;
    height: 24px;
    background: #EEF1FF;
    border-radius: 12px;
    margin-right: 10px;
}




.latest-articles .blog-item .content .read a img {
    margin-left: 5px;
    transition: 0.3s;
}

.latest-articles .blog-item .content .read a:hover img {
    transform: translateX(10px);
}

.latest-articles .blog-item.list {
    display: flex;
    align-items: center;
}

.latest-articles .blog-item.list:hover .thumb img {
    transform: initial;
}

.latest-articles .blog-item.list .thumb {
    overflow: inherit;
}

.latest-articles .blog-item.list .thumb img {
    max-width: fit-content;
    width: fit-content;
}

.latest-articles .blog-item.list .thumb {
    margin-bottom: 0;
    margin-right: 20px;
}

.latest-articles .blog-item.list .thumb img {
    border-radius: 10px;
}

.latest-articles.blog-contant {
    background: transparent;
}

.latest-articles.blog-contant .nav-tabs {
    border: none;
}

.latest-articles.blog-contant .nav-tabs .cmn-btn {
    background: #EEF1FF;
    color: var(--para-color);
    border: none;
    margin-right: 20px;
    text-transform: capitalize;
}

.latest-articles.blog-contant .nav-tabs .cmn-btn.active,
.latest-articles.blog-contant .nav-tabs .cmn-btn:hover {
    background: var(--hover-color);
    color: var(--body-color);
}

.latest-articles.blog-contant .pagination {
    padding-top: 18px;
}

.latest-articles.blog-contant .pagination li .page-link {
    width: 40px;
    height: 40px;
    background: var(--body-color);
    box-shadow: 0px 8px 15px rgba(26, 77, 190, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-weight: 500;
    color: var(--para-color);
    margin: 0 5px;
}

.latest-articles.blog-contant .pagination li .page-link.previous,
.latest-articles.blog-contant .pagination li .page-link.next {
    background: #F5FAFF;
    margin: 0 23px;
}

.latest-articles.blog-contant .pagination li .page-link.active,
.latest-articles.blog-contant .pagination li .page-link:hover {
    background: var(--hover-color);
    color: var(--body-color);
}

.latest-articles.blog-contant .side-single {
    margin-bottom: 40px;
}

.latest-articles.blog-contant .side-single h5 {
    margin-bottom: 20px;
}

.latest-articles.blog-contant .side-single .blog-item {
    display: flex;
}

.latest-articles.blog-contant .side-single .blog-item h6 {
    margin-bottom: 12px;
}

.latest-articles.blog-contant .side-single .blog-item .img-area {
    margin-right: 20px;
}

.latest-articles.blog-contant .side-single .blog-item .img-area img {
    max-width: unset;
    border-radius: 10px;
}

.latest-articles.blog-contant .side-single .search-area .form-group {
    padding: 10px 20px;
    background: #F5FAFF;
    border: 1px solid #EEF1FF;
    border-radius: 5px;
}

.latest-articles.blog-contant .side-single .search-area .form-group input {
    padding: 0;
    margin: 0;
    padding-right: 15px;
    border: none;
    height: fit-content;
}

.latest-articles.blog-contant .side-single .search-area .form-group button {
    background: transparent;
    padding: 0;
}

.latest-articles.blog-contant .side-single .social-link {
    margin-top: 25px;
}

.latest-articles.blog-contant .side-single .social-link a {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #1A4DBE;
    border: 1px solid #B0BAF1;
    transition: 0.3s;
    margin-right: 10px;
}

.latest-articles.blog-contant .side-single .social-link a.active,
.latest-articles.blog-contant .side-single .social-link a:hover {
    background: #1A4DBE;
    border: 1px solid #1A4DBE;
    color: #ffffff;
}

.latest-articles.blog-contant .side-single.social {
    padding: 40px 0;
    border-top: 1px solid #EEF1FF;
    border-bottom: 1px solid #EEF1FF;
}

.latest-articles.blog-contant .blog-item .content span {
    line-height: 1;
}

.latest-articles.blog-contant .blog-item .content .read {
    border-top: none;
    padding-top: 0;
}

.latest-articles.blog-contant.grid .blog-item-area {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.latest-articles.blog-contant.grid .blog-item-area .blog-item {
    flex: 0 0 calc(100% / 2 - 15px);
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
}

.latest-articles.blog-single {
    background: linear-gradient(180deg, #F5FAFF 0%, rgba(245, 250, 255, 0) 100%);
}

.latest-articles.blog-single .blog-item .content span {
    line-height: 1;
}

.latest-articles.blog-single .blog-item .content .read {
    border: none;
    margin-top: 0;
}

.faqs-section .section-header p a {
    color: #1A4DBE;
}

.faqs-section .accordion {
    margin-bottom: -20px;
}

.faqs-section .accordion .accordion-item {
    margin-bottom: 25px;
    background: var(--body-color);
    box-shadow: none;
    border-radius: 10px;
    border: none;
}

.faqs-section.account {
    padding: 60px 0!important;
}

.faqs-section .accordion .accordion-item .accordion-button {
    padding: 5px 0;
    background: transparent;
    border-radius: 10px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    border: none;
    box-shadow: none;
}

.faqs-section .action a.cmn-btn {
    min-width: 130px;
}

.faqs-section .accordion .accordion-item .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/minus.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-button::before {
    content: '';
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    box-shadow: none;
    border-radius: 5px;
}

.faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transform: rotate(-90deg);
    transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-button.collapsed::before {
    background-color: transparent;
    box-shadow: none;
}

.faqs-section .accordion .accordion-item .accordion-collapse {
    border: none;
}

.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0;
}

.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body p {
    padding: 15px 0;
    border-top: 1px solid #B0BAF1;
}

.faqs-section.account {
    position: relative;
}

.faqs-section.account::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    background: linear-gradient(180deg, #F5FAFF 0%, rgba(245, 250, 255, 0) 100%);
    left: 5%;
    z-index: -1;
    display: none;
}

.faqs-section .tab-content h4 {
    text-align: center;
    margin: 30px 0;
    text-transform: uppercase;
}

.faqs-section .nav-tabs {
    padding: 10px;
    border: 1px solid #B0BAF1;
    border-radius: 50px;
    justify-content: center;
}

.faqs-section .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
}

.faqs-section .nav-tabs .nav-item .nav-link {
    padding: 15px 30px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 35px;
    font-weight: 500;
    margin: 0 10px;
    text-transform: uppercase;
    color: var(--para-color);
}

.faqs-section .nav-tabs .nav-item .nav-link.active,
.faqs-section .nav-tabs .nav-item .nav-link:hover {
    background: var(--hover-color);
    color: var(--body-color);
}

.privacy-content .top-wrapper {
    margin-top: -7px;
    margin-bottom: -7px;
}

.privacy-content .top-wrapper h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.privacy-content .top-wrapper p {
    margin-bottom: 30px;
}

.privacy-content .top-wrapper ul {
    margin-bottom: 20px;
}

.privacy-content .top-wrapper ul li {
    margin-bottom: 10px;
}

.privacy-content .safe-data {
    margin: 55px 0;
}

.privacy-content .safe-data ul {
    list-style-type: decimal;
    margin-left: 18px;
}

.privacy-content .safe-data ul li {
    padding-left: 15px;
}

.privacy-content .safe-data ul li::marker {
    font-weight: bold;
}

.privacy-content .cookies {
    margin-bottom: -36px;
}

.privacy-content.terms .safe-data {
    margin-bottom: -23px;
}

.get-start {
    margin-bottom: -120px;
}

.get-start .get-content {
    background: #1A4DBE;
    border-radius: 10px;
    padding: 40px 55px 40px;
    position: relative;
}

.get-start .get-content h3,
.get-start .get-content p {
    color: var(--body-color);
}

.get-start .get-content .cmn-btn {
    background: #5AC4FF;
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    color: var(--head-color);
}

.get-start .get-content .cmn-btn:hover {
    color: var(--body-color);
    background: transparent;
}

.get-start .get-content img {
    position: absolute;
    bottom: -24px;
    right: 0;
}

.about-section {
    background-image: url(images/circle.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.about-section .text-area {
    margin-bottom: 25px;
}

.about-section .count-content {
    padding: 30px 45px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 10px;
}

.about-section .count-content .count-number {
    display: inline-flex;
    align-items: center;
    vertical-align: -webkit-baseline-middle;
}

.about-section .count-content .count-number h4 {
    display: inline-block;
    margin-top: 0;
}

.about-section .count-content .count-number .odometer span {
    font-weight: inherit;
    font-size: inherit;
}

.about-section .count-content .count-number .static {
    color: var(--hover-color);
}

.about-section .count-content p {
    margin-top: 12px;
}

.about-section .img-area {
    position: relative;
}

.about-section .img-area img {
    position: absolute;
    border: 6px solid var(--body-color);
    border-radius: 10px;
}

.about-section .img-area .img-1 {
    left: 50px;
    bottom: 0;
}

.about-section .img-area .img-2 {
    left: 0;
    top: 0;
    z-index: 1;
}

.about-section .img-area .img-3 {
    top: -150px;
    right: -75px;
}

.our-core-values {
    background: #F5FAFF;
}

.our-core-values .section-header p {
    width: 75%;
    margin: auto;
}

.our-core-values .single-box {
    text-align: center;
}

.our-core-values .single-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100px;
    height: 100px;
    background: var(--hover-color);
    border-radius: 50px;
}

.our-core-values .single-box .text-area h5 {
    margin: 31px 0 13px;
}

.map-section .map-area {
    position: relative;
}

.map-section .map-area .element {
    position: absolute;
    text-align: center;
}

.map-section .map-area .element .details {
    padding: 15px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    position: relative;
}

.map-section .map-area .element .details:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -25px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid var(--body-color);
}

.map-section .map-area .element.pos-1 {
    top: 25%;
    left: 10%;
}

.map-section .map-area .element.pos-2 {
    top: 20%;
    right: 8%;
}

.map-section .map-area .element.pos-3 {
    bottom: 25%;
    left: 42%;
}

.our-journey {
    background: #F5FAFF;
}

.our-journey .journey-carousel {
    margin-top: -30px;
}

.our-journey .journey-carousel .single {
    padding: 30px 15px;
    margin-bottom: 60px;
}

.our-journey .journey-carousel .single-box {
    padding: 30px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 10px;
}

.our-journey .journey-carousel .single-box .top-box {
    margin-bottom: 20px;
}

.our-journey .journey-carousel .single-box .top-box h4 {
    margin-top: 0;
    margin-left: 10px;
}

.our-journey .journey-carousel .single-box .icon-box {
    width: 40px;
    height: 40px;
    background: var(--hover-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-journey .slick-arrow {
    position: absolute;
    outline: none;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #D8DCE7;
    box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
    border-radius: 20px;
    z-index: 1;
}

.our-journey .slick-arrow i {
    color: #1E266D;
}

.our-journey .slick-arrow:hover {
    background: var(--hover-color);
    box-shadow: 0px 4px 4px #DAE5FF;
    transition: all 0.5s;
}

.our-journey .slick-arrow:hover i {
    color: var(--body-color);
}

.our-journey .slick-arrow.slick-prev {
    left: calc(50% - 90px);
    z-index: 2;
}

.our-journey .slick-arrow.slick-next {
    right: calc(50% - 90px);
}

.our-team .nav-tabs {
    padding: 10px;
    border: 1px solid #B0BAF1;
    border-radius: 50px;
    justify-content: space-between;
}

.our-team .nav-tabs .nav-item .nav-link {
    padding: 15px 30px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 35px;
    font-weight: 500;
    color: var(--para-color);
}

.our-team .nav-tabs .nav-item .nav-link.active,
.our-team .nav-tabs .nav-item .nav-link:hover {
    background: var(--hover-color);
    color: var(--body-color);
}

.our-team .tab-content .tab-pane {
    margin-bottom: -65px;
}

.our-team .tab-content .single-box {
    margin-bottom: 60px;
    text-align: center;
}

.our-team .tab-content .single-box .icon-box {
    margin: auto;
    width: 140px;
    height: 140px;
    background: #F5FAFF;
    border-radius: 70px;
    overflow: hidden;
}

.our-team .tab-content .single-box .icon-box img {
    transform: translate(-5px, 5px);
}

.our-team .tab-content .single-box h5 {
    margin: 22px 0 9px;
}

.current-positions {
    background: linear-gradient(180deg, #F5FAFF 0%, rgba(245, 250, 255, 0) 100%);
}

.current-positions .single-item {
    padding: 30px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
}

.current-positions .single-item .mdr {
    color: var(--hover-color);
    padding: 5px 10px;
    background: #F5FAFF;
    border-radius: 25px;
    display: inline-block;
}

.current-positions .single-item h5 {
    margin: 13px 0 9px;
}

.current-positions .single-item .cmn-btn {
    margin-top: 19px;
}

.current-positions .bottom-item {
    text-align: center;
    margin-top: -19px;
}

.current-positions .bottom-item .cmn-btn {
    margin-top: 32px;
}

.career-single .single-area .content {
    margin-bottom: -15px;
}

.career-single .single-area h2,
.career-single .single-area h3,
.career-single .single-area h4 {
    margin-bottom: 23px;
}

.career-single .single-area .single-sub {
    margin-right: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.career-single .single-area .single-sub span {
    line-height: 20px;
}

.career-single .single-area .icon-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #EEF1FF;
    border-radius: 25px;
    margin-right: 10px;
}

.career-single .single-area .cus-bor {
    border-right: 1px solid #B0BAF1;
}

.career-single .single-area p a {
    color: var(--hover-color);
    text-decoration: underline;
}

.career-single .single-area ul {
    margin-top: 10px;
    margin-left: 45px;
}

.career-single .single-area ul li {
    font-weight: 500;
    margin-top: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.career-single .single-area ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: -17px;
    background: var(--hover-color);
    border-radius: 5px;
}

.career-single .single-area .cmn-btn {
    margin-top: -6px;
}

.career-single .single-item {
    padding: 30px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.career-single .single-item p {
    margin: 17px 0;
}

.career-single .single-item .cmn-btn {
    margin-top: 6px;
}

.career-single .social-link {
    margin-left: 20px;
}

.career-single .social-link a {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #1A4DBE;
    border: 1px solid #B0BAF1;
    transition: 0.3s;
    margin-right: 10px;
}

.career-single .social-link a.active,
.career-single .social-link a:hover {
    background: #1A4DBE;
    border: 1px solid #1A4DBE;
    color: #ffffff;
}

.account-feature .cus-mar {
    margin-bottom: -5px;
}

.account-feature .single-box {
    text-align: center;
}

.account-feature .single-box .icon-box {
    width: 80px;
    height: 80px;
    background: #F5FAFF;
    border-radius: 40px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-feature .single-box h5 {
    margin: 23px 0 9px;
}

.account-feature.loan-feature .cus-mar {
    margin-bottom: -30px;
}

.account-feature.loan-feature .single-box {
    padding: 40px 30px;
    padding-bottom: 29px;
    border: 1px solid #EEF1FF;
    border-radius: 10px;
    margin-bottom: 30px;
}

.account-feature.home-loan {
    position: relative;
}

.account-feature.home-loan .img-area {
    position: absolute;
    right: 0;
    bottom: 13%;
}

.account-feature.need-more-help .single-box {
    border: 1px solid #B0BAF1;
}

.account-feature.remittance .single-box {
    padding: 30px;
    background: var(--body-color);
    border-radius: 10px;
    transition: 0.3s;
}

.account-feature.remittance .single-box.active {
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
}

.account-feature.affiliate .single-box {
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 20px;
    padding: 30px;
}

.security-section.remittance {
    background: #F5FAFF;
}

.more-feature {
    position: relative;
}

.more-feature::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    background: #F5FAFF;
    left: 5%;
    z-index: -1;
}

.more-feature .single {
    display: flex;
    align-items: center;
    margin: 0 15px;
    padding-bottom: 98px;
}

.more-feature .single .text-start {
    margin-right: 15px;
}

.more-feature .slick-arrow {
    position: absolute;
    outline: none;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #D8DCE7;
    box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
    border-radius: 20px;
    z-index: 1;
}

.more-feature .slick-arrow i {
    color: #1E266D;
}

.more-feature .slick-arrow:hover {
    background: var(--hover-color);
    box-shadow: 0px 4px 4px #DAE5FF;
    transition: all 0.5s;
}

.more-feature .slick-arrow:hover i {
    color: var(--body-color);
}

.more-feature .slick-arrow.slick-prev {
    left: calc(50% - 90px);
    z-index: 2;
}

.more-feature .slick-arrow.slick-next {
    right: calc(50% - 90px);
}

.more-feature .section-dots {
    text-align: center;
    position: absolute;
    left: calc(50% - 30px);
    bottom: 12px;
    display: flex;
    align-items: center;
}

.more-feature .section-dots li {
    margin: 0 5px;
    display: inline-block;
    list-style: none;
}

.more-feature .section-dots li .dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #BDC2D1;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.3s;
}

.more-feature .section-dots li .dot .string {
    position: absolute;
    line-height: 0;
    opacity: 0;
}

.more-feature .section-dots li.slick-active .dot {
    background-color: var(--hover-color);
}

.more-feature.remittance .cus-mar {
    margin-bottom: -30px;
}

.more-feature.remittance .content-area {
    padding: 30px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 20px;
    margin-bottom: 30px;
}

.more-feature.remittance .content-area .img-area {
    min-width: 80px;
    min-height: 80px;
    background: #F5FAFF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.more-feature.remittance .content-area .text-area h5 {
    margin-bottom: 14px;
}

.grow-confidence .single-plan {
    padding: 30px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 10px;
}

.grow-confidence .single-plan .introd-area {
    width: 160px;
    height: 160px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5FAFF;
    border-radius: 80px;
}

.grow-confidence .single-plan .introd-area h4 {
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
}

.grow-confidence .single-plan .introd-area h4 .number {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: var(--hover-color);
    margin-right: 10px;
}

.grow-confidence .single-plan .introd-area h4 .right {
    display: inline-grid;
}

.grow-confidence .single-plan .introd-area h4 .right span {
    color: var(--head-alt-color);
    font-weight: 600;
    line-height: 15px;
}

.grow-confidence .single-plan .introd-area h4 .right .mdr {
    font-weight: 400;
}

.grow-confidence .single-plan .head-area h5 {
    margin: 15px 0;
}

.grow-confidence .single-plan .plan-list {
    padding: 19px 60px 0;
}

.grow-confidence .single-plan .plan-list .single {
    border-bottom: 1px solid #EEF1FF;
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.grow-confidence .single-plan .plan-list .single h6 {
    font-weight: 600;
}

.grow-confidence .single-plan .plan-list .single:last-child {
    border: none;
}

.grow-confidence .single-plan .cmn-btn {
    margin-top: -7px;
}

.how-works {
    background: #F5FAFF;
}

.how-works .nav-tabs {
    border: none;
}

.how-works .nav-link {
    border: none;
    padding: 0;
}

.how-works .nav-link .row {
    margin-bottom: 20px;
    transition: 0.3s;
}

.how-works .nav-link .left-side {
    position: relative;
}

.how-works .nav-link .left-side::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background-color: #2C3655;
    left: calc(50% - 10px);
    top: 75px;
    transition: 0.3s;
}

.how-works .nav-link .left-side .number {
    width: 65px;
    height: 65px;
    background: #2C3655;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.how-works .nav-link .left-side .number h4 {
    color: var(--body-color);
    margin-top: 0;
    transition: 0.3s;
}

.how-works .nav-link .right-side {
    margin-bottom: -6px;
    cursor: pointer;
}

.how-works .nav-link .right-side h4 {
    margin-top: 5px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.how-works .nav-link .right-side p {
    visibility: hidden;
    transition: 0.3s;
    opacity: 0;
}

.how-works .nav-link.active {
    border: none;
    background: transparent;
}

.how-works .nav-link.active .row {
    margin-bottom: 63px;
}

.how-works .nav-link.active .left-side::before {
    background-color: var(--hover-color);
    height: 100px;
}

.how-works .nav-link.active .left-side .number {
    background: var(--hover-color);
}

.how-works .nav-link.active .right-side h4 {
    color: var(--hover-color);
}

.how-works .nav-link.active .right-side p {
    visibility: visible;
    opacity: 1;
}

.how-works .nav-link.last {
    padding-bottom: 0;
    margin-bottom: -77px;
    transition: 0.3s;
}

.how-works .nav-link.last .left-side::before {
    display: none;
}

.how-works .nav-link.last .row {
    margin-bottom: 0;
}

.how-works .nav-link.last.active {
    margin-bottom: 0;
}

.card-feature .overlay {
    background-image: url(images/card-feature-right.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.card-feature .overlay .img-area {
    direction: rtl;
}

.card-feature .overlay .single {
    margin-bottom: 100px;
    padding-right: 15px;
}

.card-feature .overlay .single h2 {
    width: 75%;
}

.card-feature .overlay .slick-arrow {
    position: absolute;
    outline: none;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #D8DCE7;
    box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
    border-radius: 20px;
    z-index: 1;
}

.card-feature .overlay .slick-arrow i {
    color: #1E266D;
}

.card-feature .overlay .slick-arrow:hover {
    background: var(--hover-color);
    box-shadow: 0px 4px 4px #DAE5FF;
    transition: all 0.5s;
}

.card-feature .overlay .slick-arrow:hover i {
    color: var(--body-color);
}

.card-feature .overlay .slick-arrow.slick-prev {
    left: calc(0% - 1px);
    z-index: 2;
}

.card-feature .overlay .slick-arrow.slick-next {
    left: calc(26% - 1px);
}

.card-feature .overlay .section-dots {
    text-align: center;
    position: absolute;
    left: calc(11% - 1px);
    bottom: 12px;
    display: flex;
    align-items: center;
}

.card-feature .overlay .section-dots li {
    margin: 0 5px;
    display: inline-block;
    list-style: none;
}

.card-feature .overlay .section-dots li .dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #BDC2D1;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.3s;
}

.card-feature .overlay .section-dots li .dot .string {
    position: absolute;
    line-height: 0;
    opacity: 0;
}

.card-feature .overlay .section-dots li.slick-active .dot {
    background-color: var(--hover-color);
}

.choose-card .nav-tabs {
    padding: 10px;
    border: 1px solid #B0BAF1;
    display: inline-flex;
    border-radius: 35px;
    margin-bottom: 22px;
}

.choose-card .nav-tabs .nav-item .nav-link {
    border-radius: 50px;
    border: none;
    padding: 12px 30px;
}

.choose-card .nav-tabs .nav-item .nav-link.active {
    background: #1A4DBE;
    color: var(--body-color);
}

.choose-card .single-card img {
    margin-bottom: 15px;
}

.personalized-solution {
    background: #F5FAFF;
}

.apply-for-loan .overlay {
    background-image: url(images/apply-for-loan-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
}

.apply-for-loan .overlay .form-content {
    padding: 30px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 20px;
}

.apply-for-loan .overlay .form-content .section-header {
    width: 55%;
    display: grid;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.apply-for-loan .overlay .form-content .single-input {
    display: grid;
    margin-bottom: 20px;
}

.apply-for-loan .overlay .form-content .single-input label {
    font-weight: 600;
}

.apply-for-loan .overlay .form-content .single-input input:focus,
.apply-for-loan .overlay .form-content .single-input textarea:focus {
    border: 1px solid #B0BAF1;
}

.apply-for-loan .overlay .form-content .cmn-btn {
    padding: 10px 80px 15px;
    margin-top: 18px;
}

.apply-for-loan.business-loan {
    position: relative;
}

.apply-for-loan.business-loan::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 75%;
    top: 0;
    z-index: -1;
    background: #F5FAFF;
}

.apply-for-loan.business-loan .overlay {
    background-image: unset;
}

.apply-for-loan.home-loan::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 75%;
    top: 12px;
    z-index: -1;
    background-image: url(images/apply-loan-banner.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.apply-for-loan.educations .checkbox_wrapper {
    position: relative;
    height: 40px;
    width: 40px;
    margin-right: 20px;
}

.apply-for-loan.educations input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.apply-for-loan.educations input[type="checkbox"]+label {
    background-image: url(images/icon/check-1.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 5px;
}

.apply-for-loan.educations input[type="checkbox"]:checked+label {
    background-image: none;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 5px;
}

.apply-for-loan.contact .overlay {
    background-image: url(images/get-in-touch-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
}

.apply-for-loan.contact .overlay .form-content {
    box-shadow: 0px -12px 24px rgba(47, 65, 129, 0.1);
}

.business-loan-section {
    position: relative;
}

.business-loan-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: #F5FAFF;
    top: 0;
    left: 0;
    z-index: -1;
}

.business-loan-section .img-area {
    position: absolute;
    left: 15px;
    top: 30%;
    z-index: -1;
}

.business-loan-section .section-header .top-para {
    width: 65%;
    margin: auto;
}

.business-loan-section .main-content {
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 20px;
    padding: 60px 190px;
    text-align: center;
}

.business-loan-section .main-content form .range-amount input {
    padding: 0;
    margin: 0;
    color: var(--head-alt-color);
    background: transparent;
    width: 15%;
    border: none;
    font-weight: inherit;
    font-size: inherit;
}

.business-loan-section .main-content form .ui-widget-header {
    background: #1A4DBE;
}

.business-loan-section .main-content form .ui-widget-content {
    border: none;
    background: #EEF1FF;
    height: 8px;
    margin: 35px 0 44px;
}

.business-loan-section .main-content form .ui-slider-handle.ui-state-default {
    width: 40px;
    height: 40px;
    background: #1A4DBE;
    box-shadow: 0px 4px 4px rgba(53, 78, 133, 0.3);
    border-radius: 20px;
    border: none;
    top: -16px;
}

.business-loan-section .main-content form .ui-slider-handle.ui-state-default:focus {
    outline: none;
}

.business-loan-section .main-content form .nav-tabs {
    padding: 0 30px;
    border: none;
    margin-bottom: -32px;
}

.business-loan-section .main-content form .nav-tabs .cmn-btn.active {
    color: var(--body-color);
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
}

.business-loan-section .main-content form .tab-content h5 span {
    color: var(--head-alt-color);
    font-size: inherit;
    font-weight: inherit;
}

.business-loan-section.personal-loan::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(images/call-action-card-bg.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--hover-color);
    top: 120px;
    left: 0;
    z-index: -1;
}

.business-loan-section.personal-loan .nav-item button span {
    display: block;
    color: var(--head-alt-color);
}

.business-loan-section.personal-loan .nav-item .nav-btn {
    padding: 15px 30px;
    background: transparent;
    border: 1px solid var(--hover-color);
    border-radius: 20px;
    font-weight: 500;
}

.business-loan-section.personal-loan .nav-item .nav-btn.active {
    background: #EEF1FF;
}

.business-loan-section.personal-loan .main-content {
    padding: 60px 190px;
    border: 1px solid #B0BAF1;
    border-radius: 20px;
}

.business-loan-section.personal-loan .list {
    margin-top: 20px;
}

.business-loan-section.personal-loan .list .list-item {
    margin-top: 16px;
}

.business-loan-section.personal-loan .list .list-item span {
    font-weight: 500;
    color: var(--body-color);
}

.business-loan-section.personal-loan .list .check {
    min-width: 24px;
    min-height: 24px;
    background: #5AC4FF;
    border-radius: 50%;
    margin-right: 10px;
}

.counter-section .single-box {
    padding: 60px 40px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.counter-section .single-box:last-child {
    margin-bottom: -30px;
}

.counter-section .single-box h4 {
    color: var(--hover-color);
    margin-bottom: 5px;
}

.loan-calculation {
    position: relative;
    background: #F5FAFF;
    z-index: 0;
}

.loan-calculation .img-area {
    position: absolute;
    right: 0;
    z-index: -1;
}

.loan-calculation .img-area img {
    z-index: -1;
}

.loan-calculation .trapezoid {
    width: 200px;
    height: 200px;
    background: red;
    transform: perspective(10px) rotateX(1deg);
    margin: 50px;
}

.loan-calculation .form-group {
    margin-bottom: 21px;
}

.loan-calculation .range-amount input {
    padding: 0;
    margin: 0;
    color: var(--head-alt-color);
    background: transparent;
    width: 45%;
    border: none;
    font-weight: inherit;
    font-size: inherit;
}

.loan-calculation .ui-widget-header {
    background: #1A4DBE;
}

.loan-calculation .ui-widget-content {
    border: none;
    background: #EEF1FF;
    height: 8px;
    margin: 28px 0 22px;
}

.loan-calculation .ui-slider-handle.ui-state-default {
    width: 40px;
    height: 40px;
    background: #1A4DBE;
    box-shadow: 0px 4px 4px rgba(53, 78, 133, 0.3);
    border-radius: 20px;
    border: none;
    top: -16px;
}

.loan-calculation .ui-slider-handle.ui-state-default:focus {
    outline: none;
}

.loan-calculation .radio-area {
    padding: 30px;
    border: 1px dashed #B0BAF1;
    border-radius: 20px;
    margin-top: 12px;
}

.loan-calculation .radio-area h6 {
    margin-bottom: 17px;
}

.loan-calculation .radio-area .single-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    margin-top: 10px;
}

.loan-calculation .radio-area .single-radio:hover input~.checkmark {
    background-color: #F5FAFF;
}

.loan-calculation .radio-area .single-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.loan-calculation .radio-area .single-radio input:checked~.checkmark {
    background-color: #F5FAFF;
    border: 1px solid var(--hover-color);
}

.loan-calculation .radio-area .single-radio input:checked~.checkmark:after {
    display: block;
}

.loan-calculation .radio-area .single-radio .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #F5FAFF;
    border: 1px solid #B0BAF1;
    border-radius: 50%;
}

.loan-calculation .radio-area .single-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--hover-color);
}

.loan-calculation .content-box {
    padding: 30px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 10px;
}

.loan-calculation .content-box h2,
.loan-calculation .content-box h6 {
    color: var(--head-alt-color);
}

.loan-calculation .content-box .mdr {
    margin-bottom: 27px;
}

.loan-calculation .content-box .info-block {
    margin-top: -21px;
}

.loan-calculation .content-box .btn-area {
    margin-top: -9px;
}

.testimonials-section .single-slide {
    padding: 0 15px 30px;
    margin-bottom: 70px;
}

.testimonials-section .single-slide .single {
    padding: 30px;
    background: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 10px;
}

.testimonials-section .single-slide .review-area i {
    color: #FFC107;
    margin-right: -3px;
    cursor: pointer;
}

.testimonials-section .single-slide .review-area i.blank {
    color: #D8DCE7;
}

.testimonials-section .single-slide .img-area img {
    border-radius: 50%;
    margin-right: 15px;
    max-width: unset;
}

.testimonials-section .single-slide .xlr {
    margin: 13px 0 23px;
}

.testimonials-section .slick-arrow {
    position: absolute;
    outline: none;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #D8DCE7;
    box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
    border-radius: 20px;
    z-index: 1;
}

.testimonials-section .slick-arrow i {
    color: #1E266D;
}

.testimonials-section .slick-arrow:hover {
    background: var(--hover-color);
    box-shadow: 0px 4px 4px #DAE5FF;
    transition: all 0.5s;
}

.testimonials-section .slick-arrow:hover i {
    color: var(--body-color);
}

.testimonials-section .slick-arrow.slick-prev {
    left: calc(50% - 110px);
    z-index: 2;
}

.testimonials-section .slick-arrow.slick-next {
    right: calc(50% - 110px);
}

.testimonials-section .section-dots {
    text-align: center;
    position: absolute;
    left: calc(50% - 40px);
    bottom: 12px;
    display: flex;
    align-items: center;
}

.testimonials-section .section-dots li {
    margin: 0 5px;
    display: inline-block;
    list-style: none;
}

.testimonials-section .section-dots li .dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #BDC2D1;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.3s;
}

.testimonials-section .section-dots li .dot .string {
    position: absolute;
    line-height: 0;
    opacity: 0;
}

.testimonials-section .section-dots li.slick-active .dot {
    background-color: var(--hover-color);
}

.testimonials-section.personal-loan {
    background-color: var(--hover-color);
}

.testimonials-section.personal-loan .section-header h2,
.testimonials-section.personal-loan .section-header p {
    color: var(--body-color);
}

.testimonials-section.personal-loan .single-slide {
    margin-bottom: 0;
    padding-bottom: 0;
}

.counter-educations {
    background-image: url(images/counter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-educations .img-area {
    direction: rtl;
}

.counter-educations .counter-area .single {
    text-align: center;
}

.counter-educations .counter-area h3 {
    color: var(--hover-color);
}

.counter-educations .counter-area h3 span {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.counter-educations .btn-area {
    margin-top: -11px;
}

.our-products .content-area {
    margin-bottom: 29px;
}

.our-products .content-area:last-child {
    margin-bottom: -9px;
}

.our-products .content-area .img-area {
    min-width: 65px;
    min-height: 65px;
    background: #F5FAFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.our-products .content-area .text-area h5 {
    margin-bottom: 18px;
}

.our-products .content-area .text-area p {
    font-weight: 500;
}

.our-products .content-area .text-area p span,
.our-products .content-area .text-area p a {
    color: var(--hover-color);
    font-weight: inherit;
}

.how-it-works {
    position: relative;
}

.how-it-works::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    background: #F5FAFF;
    left: 5%;
    z-index: -1;
}

.how-it-works .text-area .img-area {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF1FF;
    margin-bottom: 27px;
    border-radius: 60px;
}

.how-it-works .abs-item {
    margin: 160px 0;
}

.how-it-works .abs-contant {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-it-works .abs-contant .contant-bg {
    position: absolute;
}

.how-it-works .contant-area {
    background-color: var(--body-color);
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 20px;
    padding: 30px;
    background-image: url(images/how-it-works-circle.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    margin: 0 90px;
}

.how-it-works .contant-area .input-area {
    padding: 15px 30px;
    background: #F5FAFF;
    border: 1px solid #B0BAF1;
    border-radius: 10px;
    margin: 20px 0;
}

.how-it-works .contant-area .input-area input {
    padding: 0;
    margin: 0;
    border: none;
    height: initial;
}

.how-it-works .contant-area .input-area img {
    cursor: pointer;
}

.how-it-works .contant-area a {
    color: var(--para-color);
}

.how-it-works .contant-area a img {
    margin-right: 10px;
}

.how-it-works .contant-area.congratulation {
    background-image: url(images/congratulation-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 70%;
}

.how-it-works .contant-area.congratulation h6 {
    margin: 15px 0 20px;
}

.how-it-works .contant-area.congratulation h3 {
    color: var(--hover-color);
}

.how-it-works .mid-contant {
    position: relative;
}

.how-it-works .mid-contant:before,
.how-it-works .mid-contant::after {
    content: "";
    position: absolute;
    left: 15%;
    width: 550px;
    height: 270px;
}

.how-it-works .mid-contant:before {
    top: -15%;
    background-image: url(images/divider-1.png);
    background-repeat: no-repeat;
}

.how-it-works .mid-contant::after {
    bottom: -15%;
    background-image: url(images/divider-2.png);
    background-repeat: no-repeat;
}

.blog-single .img-area-top img {
    max-width: unset;
    margin-left: -12%;
}

.blog-single .contant-top-area {
    margin-top: -130px;
    transform: translateZ(10px);
    background: var(--body-color);
}

.blog-single .blog-contant .info .cus-bor {
    border-right: 2px solid #B0BAF1;
    padding-right: 30px;
    margin-right: 30px;
}

.blog-single .blog-contant .info span {
    line-height: 27px;
}

.blog-single .blog-contant .blog-text {
    margin-bottom: 49px;
}

.blog-single .blog-contant h3,
.blog-single .blog-contant h2,
.blog-single .blog-contant h5 {
    margin-bottom: 17px;
}

.blog-single .blog-contant p {
    margin-bottom: 6px;
}

.blog-single .blog-contant ul {
    margin: 15px 0 -18px;
}

.blog-single .blog-contant ul li {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.blog-single .blog-contant ul li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    background: #B0BAF1;
    border-radius: 7px;
}

.blog-single .img-area-blog {
    text-align: center;
}

.blog-single .img-area-blog img {
    width: 100%;
    margin-bottom: 22px;
}

.blog-single .img-area-blog p {
    margin-bottom: -11px;
}

.blog-single .section-bor {
    border-bottom: 1px solid #BDC2D1;
}

.blog-single .section-bor .single-item {
    margin-bottom: -17px;
}

.author-section .img-area img {
    border-radius: 50%;
}

.author-section h4 {
    margin: 30px 0 5px;
}

.author-section .highlight-text {
    color: var(--head-alt-color);
}

.author-section .para-text {
    margin: 15px 0 -2px;
}

.author-section .social-link {
    margin-top: 25px;
}

.author-section .social-link a {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #1A4DBE;
    border: 1px solid #B0BAF1;
    transition: 0.3s;
    margin-right: 10px;
}

.author-section .social-link a.active,
.author-section .social-link a:hover {
    background: #1A4DBE;
    border: 1px solid #1A4DBE;
    color: #ffffff;
}

.sign-in-up {
    background-image: url(images/sign-in-up-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 118px;
}

.sign-in-up form {
    margin-top: -10px;
}

.sign-in-up form .single-input {
    margin-bottom: 21px;
}

.sign-in-up form .single-input label {
    font-weight: 500;
}

.sign-in-up form .single-input input:focus {
    border: 1px solid #B0BAF1;
    box-shadow: none;
}

.sign-in-up form .single-input p span {
    color: var(--hover-color);
}

.sign-in-up form .single-input .password-show {
    padding: 0 20px;
    background: #F5FAFF;
    border: 1px solid #EEF1FF;
    border-radius: 5px;
}

.sign-in-up form .single-input .password-show input {
    padding: 0;
    padding-right: 15px;
    border: none;
    line-height: 1;
}

.sign-in-up form .single-input .password-show img {
    cursor: pointer;
}

.sign-in-up form .single-input .password-show:focus-within {
    border: 1px solid #B0BAF1;
}

.sign-in-up form .single-input .phone-number {
    padding: 0 20px;
    background: #F5FAFF;
    border: 1px solid #EEF1FF;
    border-radius: 5px;
}

.sign-in-up form .single-input .phone-number input {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    line-height: 1;
}

.sign-in-up form .single-input .phone-number img {
    cursor: pointer;
}

.sign-in-up form .single-input .phone-number:focus-within {
    border: 1px solid #B0BAF1;
}

.sign-in-up form .cmn-btn {
    margin-top: 12px;
}

.sign-in-up form .nice-select {
    background: transparent;
    border-color: transparent;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.sign-in-up form .nice-select::after {
    border-bottom: 2px solid #2C3655;
    border-right: 2px solid #2C3655;
    height: 9px;
    margin-top: -6px;
    right: 12px;
    top: 50%;
    width: 9px;
}

.sign-in-up .btn-back a {
    color: var(--para-color);
    margin-top: -10px;
    text-decoration: underline;
}

.sign-in-up .btn-back a img {
    margin-right: 5px;
}

.sign-in-up .forgot-area a {
    color: var(--para-color);
}

.sign-in-up.register .form-content {
    padding: 30px 0;
}

.sign-in-up.set-password .form-content {
    padding: 78px 0;
}

.sign-in-up.mobile-number .form-content {
    padding: 82px 0;
}

.sign-in-up.verify-number .form-content {
    padding: 36px 0;
}

.sign-in-up.verify-number .mobile-otp input {
    margin-right: 10px;
    background: #F5FAFF;
    border-color: transparent;
    box-shadow: none;
}

.sign-in-up.verify-number .mobile-otp input:focus {
    box-shadow: none;
}

.sign-in-up.verify-number .btn-area a {
    color: var(--para-color);
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
}

.sign-in-up.login .form-content {
    padding: 92px 0;
}

.partner {
    padding: 0px 0 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6f7fc+0,f7fbfc+100 */
    background: #e9fbfd;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e9fbfd 0%, #f7fbfc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e9fbfd 0%, #f7fbfc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e9fbfd 0%, #f7fbfc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6f7fc', endColorstr='#f7fbfc', GradientType=0);
    /* IE6-9 */
}

.partner h2 {
    font-size: var(--font-24px);
    font-weight: 600;
    color: #132679;
    margin: 0 0 40px 0;
    line-height: normal;
}

.partner .p-logo-wrapper img {
    margin: 0 5px;
    max-height: 64px;
}


/*************overview css start**************/

section.overview {
    position: relative;
}

section.overview .overview-overlay {
    position: absolute;
    left: -80px;
    z-index: 1;
}

section.overview .overview-overlay::after {
    position: absolute;
    right: -140px;
    top: 0px;
    content: '';
    -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
    animation: hero-thumb-animation 2s linear infinite alternate;
    background: url(../img/overview-bg-one.png) no-repeat 0 0;
    width: 157px;
    height: 157px;
    z-index: 1;
}

section.overview .overview-overlay img.overlay.image {
    position: relative;
    z-index: 2;
}

.overview p {
    font-size: var(--font-16px);
    color: #2b2b2b;
    margin-bottom: 20px;
    padding-left: 15px;
    line-height: 1.5;
}

.overview p a {
    color: #2444cc
}

.overview .plan-box {
    padding: 20px 15px;
    background: #f7fbfc9e;
    box-shadow: 0px 12px 24px rgb(47 65 129 / 10%);
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #51dbfb;
    transition: 0.3s;
    z-index: 5;
    position: relative;
    text-align: left;
    display: table;
    margin: 0 auto 20px;
    min-height: 140px;
}

.overview .plan-box .thumb {
    /* position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%); */
}

.overview .plan-box .thumb {
    min-width: 75px;
    padding-left: 0!important;
}

.overview .plan-box .thumb,
.overview .plan-box .content {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px;
    min-height: 140px;
    line-height: normal;
}

.overview .plan-box h5,
.overview .plan-box h5 span {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.overview .plan-box p {
    font-size: 20px;
    margin: 0;
    margin-top: 5px;
    line-height: 1.2;
    padding: 0px
}

.overview .plan-box .content {
    padding-right: 0;
    padding-left: 0;
}


/**************master class css start******************/

.card-grid-2 {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    background: #ffffff;
    box-shadow: 3px 9px 21px rgb(5 95 138 / 17%);
}

.card-grid-2:hover {
    box-shadow: 3px 9px 21px rgb(5 95 138 / 30%);
}

.card-grid-2 .card-grid-2-image {
    position: relative;
}

.card-grid-2 a {
    text-decoration: none;
    color: #1f2938;
}

.card-grid-2 .card-grid-2-image figure {
    display: block;
    max-height: 144px;
    overflow: hidden;
}

.card-grid-2 .card-grid-2-image figure img {
    width: 100%;
    transform: scale(1);
    transition: all .3s ease-in;
}

.card-grid-2:hover .card-grid-2-image figure img {
    transform: scale(1.1);
    transition: all .3s ease-in;
}

.card-grid-2 .card-grid-2-image .btn-urgent {
    position: absolute;
    top: 20px;
    left: 21px;
    background-color: #ffcfc5;
    border-radius: 6px;
    padding: 5px 15px;
    color: #37404e;
    font-size: 14px;
    z-index: 1;
}

.card-grid-2 .card-block-info {
    display: inline-block;
    width: 100%;
    padding: 0px 12px 5px 12px;
}

.card-grid-2 .card-block-info .card-2-img-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 4px 0px 4px 40px;
    font-size: 14px;
    max-width: 90%;
    min-height: 44px;
}

.card-grid-2 .card-block-info .card-2-img-text span {
    display: inline-block;
    color: #37404e;
    font-size: 14px;
}

.card-grid-2 a {
    text-decoration: none;
    color: #1f2938;
}

.btn-grey-small {
    background-color: rgba(151, 119, 250, 0.12);
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 6px;
    color: #37404e;
}

.mt-15 {
    margin-top: 15px !important;
}

.card-grid-2 .card-time {
    font-size: 14px;
    display: inline-block;
    padding: 0px 0px 0px 22px;
    background: url(../img/clock-icon.png) no-repeat 0px 6px;
}

.card-grid-2 .card-block-info .card-text-price {
    color: #5192ff;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.card-grid-2 .tag {
    margin: 0 0 15px 0;
}

.card-grid-2 .tag span {
    display: inline-block;
    background: #cef5ff;
    font-size: 12px;
    color: #2b2b2b;
    padding: 4px 10px;
    border-radius: 50px;
    line-height: normal;
}

.card-grid-2 h5.mt-20 {
    line-height: 1;
}

.card-grid-2 h5 a {
    font-size: var(--font-24px);
    color: #2b2b2b;
}

.card-grid-2 h5 span {
    font-size: 14px;
    color: #0060aa;
    line-height: normal;
    display: block;
}

.action a.cmn-btn {
    display: block;
    color: #fff;
    font-size: var(--font-18px);
    padding: 4px;
}

.action a.cmn-btn:hover {
    color: var(--hover-color);
}

.card-grid-2 .card-2-bottom {
    position: relative;
    border-top: dashed 1px #cfcfcf;
    padding: 10px;
}

.card-grid-2 .card-2-bottom a {
    font-size: 14px;
    color: #075392;
}

section.overview .container {
    z-index: 5;
    position: relative;
}

.card-grid-2 .card-2-bottom a i {
    vertical-align: middle;
}

section#masterClass {
    position: relative;
    z-index: 2;
    padding-bottom: 60px;
}

section#masterClass .overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
}

.hover-up:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up {
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}


/**************master class css end******************/


/*************agenda css start**************/

section.agenda {
    background: #00315a;
}

.agenda ul.nav.nav-tabs {
    border: none;
}

.agenda ul.nav.nav-tabs li.nav-item {
    margin-right: 10px;
}

.agenda .nav-tabs .nav-link {
    background: #dee7ef;
    margin: 0;
    border-radius: 6px;
    color: #075392!important;
    text-transform: uppercase;
    border: none;
}

.agenda .nav-tabs .nav-link.active {
    background: #51dcfc;
}

.agenda-list-wrapper {
    margin-top: 40px;
}

.agenda-list-wrapper .agenda-list-row {
    margin-bottom: 10px;
    background: #04243f;
    display: table;
    width: 100%;
    min-height: 140px;
}

.agenda-list-wrapper .agenda-list-row .date-n-time,
.agenda-list-wrapper .agenda-list-row .description {
    display: table-cell;
    text-align: left;
    padding: 20px;
    vertical-align: middle;
}

.agenda-list-wrapper .agenda-list-row .date-n-time {
    width: 23%;
    border-right: 15px solid #00315a;
    background: #03182b;
}

.agenda-list-wrapper .agenda-list-row .description {
    border-left: solid 6px #51dcfc;
    font-size: var(--font-24px);
}

.agenda-list-wrapper .agenda-list-row .date-n-time span.date {
    font-size: var(--font-16px);
    color: #51dcfc!important;
    line-height: normal;
    display: block;
}

.agenda-list-wrapper .agenda-list-row .date-n-time span.time {
    font-size: var(--font-24px);
    line-height: normal;
}


/*************agenda css end**************/


/***************webinar css start************/

.webinar-list-wrapper .webinar-list-row {
    background: #ffffff;
    padding: 20px;
    box-shadow: 3px 9px 21px rgb(5 95 138 / 17%);
    position: relative;
    padding-left: 290px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.webinar-list-wrapper .webinar-list-row .web-image {
    width: 100%;
    position: absolute;
    left: 20px;
    max-width: 250px;
    max-height: 232px;
    overflow: hidden;
    text-align: center;
}

.webinar-list-wrapper .webinar-list-row .web-image a img {
    transform: scale(1);
    transition: all .3s ease-in;
}

.webinar-list-wrapper .webinar-list-row:hover .web-image a img {
    transform: scale(1.1);
    transition: all .3s ease-in;
}

.webinar-list-wrapper .web-content h2 {
    font-size: var(--font-24px);
    line-height: normal;
    margin: 0;
    color: #2b2b2b;
    font-weight: 700;
}

.webinar-list-wrapper .web-content h2 span.university-name {
    font-size: 14px;
    line-height: normal;
    display: block;
    margin-top: 2px;
}

.webinar-list-wrapper .web-content h2,
.webinar-list-wrapper .web-content h2 a {
    font-size: var(--font-24px);
    line-height: 1;
    margin: 0;
    color: #2b2b2b;
    font-weight: 700;
    margin-bottom: 5px;
}

.webinar-list-wrapper .webinar-list-row:hover .web-content h2 a {
    color: #132679;
}

.date-n-tag span.date {
    display: inline-block;
    color: #5169d4;
    font-size: 14px;
    font-weight: 600;
    background: url(../img/timetable.png) no-repeat 0 3px;
    padding-left: 30px;
}

span.tag {
    display: inline-block;
    background: #c3ecf4;
    padding: 5px 15px;
    line-height: normal;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 15px;
}

.webinar-list-wrapper hr {
    background: #9ec7e5;
    margin: 10px 0;
}

.quick-info {
    line-height: normal;
}

.quick-info span {
    display: inline-block;
    margin-right: 20px;
    padding-left: 24px;
    background: url();
    font-size: var(--font-16px);
    line-height: normal;
}

.quick-info span.register {
    background: url(../img/clock.png) no-repeat 0 2px;
}

.quick-info span.day-left {
    background: url(../img/clock-icon.png) no-repeat 0 2px;
}

.quick-info span.view {
    background: url(../img/eye.png) no-repeat 0 2px;
}


/***************webinar css end************/


/***************quiz css start*****************/

.quiz {
    position: relative;
}

.quiz .quiz-overlay {
    position: absolute;
    top: 270px;
    left: 0;
    z-index: 0;
}

.quiz .container {
    position: relative;
    z-index: 2;
}

.quiz ul.nav.nav-tabs {
    background: #034377;
    border-radius: 6px;
    border: none;
}

.quiz ul.nav.nav-tabs li.nav-item .nav-link {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0.8rem 1rem;
}

.quiz ul.nav.nav-tabs li.nav-item .nav-link span.notify {
    display: inline-block;
    line-height: normal;
    margin-left: 5px;
    background: #d33736;
    color: #ffffff;
    font-size: var(--font-16px);
    padding: 0px 5px;
    border-radius: 3px;
    vertical-align: top;
    margin-top: 3px;
}

.quiz ul.nav.nav-tabs li.nav-item .nav-link.active {
    position: relative;
}

.quiz ul.nav.nav-tabs li.nav-item .nav-link.active::after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -14px;
    border-top: 15px solid #034377;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
    transform: translateX(-50%);
}

.quiz .single-box {
    background: #ffffff;
    padding: 20px;
    box-shadow: 3px 9px 21px rgb(5 95 138 / 17%);
    border-radius: 4px;
    margin-bottom: 30px;
}

.quiz .single-box span.tag {
    margin-left: 0;
    margin-bottom: 12px;
}

.quiz .single-box h2 {
    font-size: var(--font-24px);
    line-height: normal;
    margin: 0 0 25px 0;
}

.quiz .single-box h2 a {
    font-size: var(--font-24px);
    line-height: normal;
}

.quiz .single-box:hover h2 a {
    color: var(--hover-color);
}

.quiz .single-box table {
    width: 100%;
    margin-bottom: 0;
}

.quiz .single-box table td:first-child {
    width: 70px;
}

.quiz .single-box table td {
    font-size: var(--font-16px);
    font-weight: 400;
    color: #595959;
    line-height: normal;
    vertical-align: top;
}

.quiz .end {
    text-align: center;
    position: relative;
    padding: 10px 0;
    line-height: normal;
}

.quiz .end span {
    display: inline-block;
    background: #ffffff;
    padding: 5px;
    background: #ffffff;
    position: relative;
    color: #595959;
    line-height: normal;
}

.quiz .end:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #bdbdbd;
    left: 0;
    top: 50%;
}

.quiz .single-box .see-detail,
.see-detail {
    text-align: center;
    line-height: normal;
    margin: 20px 0 10px 0;
}

.quiz .single-box .see-detail a.btn-arrow,
.see-detail a.btn-arrow {
    color: var(--hover-color);
    font-size: var(--font-18px);
    line-height: normal;
    /* text-decoration: underline; */
    position: relative;
    font-weight: 600;
}

.quiz .single-box .see-detail a.btn-arrow::after,
.see-detail a.btn-arrow::after {
    content: '';
    height: 2px;
    width: 81%;
    bottom: -1px;
    background: var(--hover-color);
    position: absolute;
    left: 0;
}

.quiz .timing {
    margin: 15px 0 20px;
}

.quiz .single-box .see-detail a.btn-arrow img,
.see-detail a.btn-arrow img {
    vertical-align: baseline;
    margin-left: 2px;
}

.quiz .timing li {
    display: inline-block;
    width: 23%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    position: relative
}

.quiz .timing li span {
    font-size: 35px;
    font-weight: 600;
    color: #132679;
    display: block;
    margin-bottom: 8px;
}

.quiz .timing li:first-child:before {
    display: none;
}

.quiz .timing li:before {
    content: ':';
    position: absolute;
    left: -4px;
    font-size: 27px;
    top: -4px;
}


/*********discussion topic css start**********/

div#dscnTopics {
    background-size: cover;
    background-position: 0;
    position: relative;
    overflow: hidden;
}

div#dscnTopics .bg {
    background-size: cover!important;
}

div#dscnTopics * {
    color: #ffffff;
}

div#dscnTopics .single-box {
    background: rgb(0 22 41 / 80%);
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    min-height: 200px;
}

div#dscnTopics .single-box h4 {
    font-size: var(--font-24px);
    line-height: normal;
}


/*********discussion topic css end**********/


/****************who attend start**************/

#who-attend ul li {
    background: #1b76c1;
    padding: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 17px;
}


/****************who attend end**************/


/*********how to expect css start*********/

div#event_standout {
    position: relative;
    overflow: hidden;
}

div#event_standout .bg {
    background-repeat: repeat!important;
}

div#event_standout .overlay-animation {
    position: absolute;
    left: 60%;
    top: 50%;
}

div#event_standout h2.heading-title {
    padding-left: 0;
    margin-bottom: 0;
}

#event_standout .container {
    position: relative;
}

#event_standout h3 {
    font-size: var(--font-24px);
    line-height: normal;
    margin: 0px 0 5px;
}

#event_standout p a {
    color: #2444cc
}

div#event_standout .plan-box {
    padding: 15px 18px 10px;
    background: #ffffff;
    box-shadow:0 0 10px 1px rgb(255 215 219 / 60%);
    border-radius: 6px;
    margin-bottom: 15px;
    padding-right: 110px;
    position: relative;
    min-height: 110px;
}

div#event_standout .img-shadow,
.img-shadow {
    box-shadow: 0 0 46px 1px rgb(255 215 219 / 51%);
}
#event_standout .single-banner-slide .card {
    padding: 15px;
    border-color: #ffe8e8;
    /* border-radius: 0; */
    margin: 0;
    background: #fff;
    box-shadow: none;
}
#event_standout .single-banner-slide{padding-right: 20px;}
#event_standout .single-banner-slide .card img.shadow {
    padding: 15px;
}
#event_standout img.animate-01 {
    position: absolute;
    bottom: 65px;
    left: -11px;
    max-width: 260px;
}
#event_standout img.animate-02 {
    position: absolute;
    top: -25px;
    left: -10px;
    max-width: 270px;
}
div#event_standout .plan-box .thumb {
    padding-left: 70px;
    position: relative;
    line-height: normal;
    padding-bottom: 0;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 47px;
    max-width: 125px;
}

div#event_standout span.animation-02 {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 50%;
}

div#event_standout span.animation-01 {
    position: absolute;
    left: 30%;
}

div#event_standout .plan-box .thumb img {
    position: static;
    margin-top: -20px;
}

div#event_standout .plan-box .thumb h3 {
    margin: 0;
    line-height: 1.2;
}

div#event_standout .plan-box p {
    line-height: normal;
    color: #2b2b2b;
    margin-bottom: 0;
}

#event_standout p {
    line-height: 1.6;
    margin-bottom: 30px;
}


/*********how to expect css end*********/


/*****great brands css start*********/

.heading-title span.slogan {
    margin-bottom: 10px;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
    vertical-align: bottom;
    margin-right: 5px; transition: all .3s ease-in ;
}

.Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* #great_brand p {
    font-size: 20px;
} */

#great_brand span.logo {
    display: block;
    margin: 10px 0 20px;
}


/*****great brands css end*********/


/*************event css start**************/

.event-box-wrapper {
    background: url(images/event-solution-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

#event_solution .single-box .caption {
    display: flex;
    height: 320px;
    align-items: center;
    text-align: center;
    padding: 50px;
}

#event_solution .single-box .image {
    height: 322px;
    overflow: hidden;
}

#event_solution .single-box .image img {
    width: 100%;
    transform: scale(1);
    transition: all .3s ease-in;
    object-fit: cover;
    height: 100%;
}

#event_solution .single-box:hover .image img {
    transform: scale(1.1);
    transition: all .3s ease-in;
}

#event_solution .single-box .caption a.more i.fa {
    font-size: 15px;
    vertical-align: baseline;
}

#event_solution .single-box .caption a.more {
    color: var(--hover-color);
    display: inline-block;
    margin-top: 20px;
}


/**************event css end****************/


/*****customer success start**********/

.success-customer ul.nav.nav-tabs {
    border-bottom-color: #ebeaea;
    border-bottom-width: 2px;
}

.success-customer ul.nav.nav-tabs li.nav-item .nav-link {
    color: #333333;
    font-size: 22px;
}

.success-customer ul.nav.nav-tabs li.nav-item .nav-link.active,
.success-customer ul.nav.nav-tabs li.nav-item:hover .nav-link,
.success-customer ul.nav.nav-tabs li.nav-item .nav-link:focus,
.success-customer ul.nav.nav-tabs li.nav-item .nav-link:focus-visible,
.success-customer ul.nav.nav-tabs li.nav-item .nav-link:visited {
    border: solid 1px transparent!important;
    outline: none;
    border-bottom: solid 3px var(--hover-color)!important;
    color:var(--hover-color);
}

.success-customer .section-dots li .dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #BDC2D1;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.3s;
}

.success-customer .section-dots li .dot .string {
    position: absolute;
    line-height: 0;
    opacity: 0;
}

.img-fluid {
    max-width: 100%;
}

.success-customer .slider.slider-content {
    background: url(images/vconfex-bg.png) 100% 22% no-repeat;
}

.success-customer .slider-thumb {
    margin-bottom: 40px;
    background: #fff; border-bottom: solid 2px #cccccc;
}

.success-customer .slider-thumb .slick-slide {
    /* width: auto!important; */
    margin-right: 0;
    padding: 0 20px;
    position: relative;
   
}

.success-customer .slider-thumb h3 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    font-family: var(--body-font);
    line-height: normal;padding: 5px 0;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
    margin-bottom: 10px; 
}

.success-customer .slider-thumb .slick-slide.slick-current.slick-active h3 {
    color: var(--hover-color);
}

.success-customer .slider-thumb .slick-slide.slick-current.slick-active:after {
    content: '';
    bottom: 0px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    background: var(--hover-color);
}

.success-customer .slider .slick-prev:before,
.success-customer .slider-vertical .slick-next:before {
    display: block!important;
}
.success-customer .slider .slick-arrow i,
.endless-possibilities .slider .slick-arrow i{
    display: none;
}
.success-customer .slider .slick-prev:after,
.endless-possibilities .slider .slick-prev:after,
.hybrid-event-carousel-4 .slick-prev:after
 {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background: none;
    right: var(--mc-scale-4);
    border-bottom: 2px solid;
    display: block;
    border-right: 2px solid;
    transform: rotate(135deg) translate(-6px, -8px);
   
}
.success-customer  .slider.slider-content .slick-arrow:after,
.endless-possibilities  .slider.slider-content-endless .slick-arrow:after,
.hybrid-event-carousel-4 .slick-arrow:after{
position: absolute;
top: 14px;
}
.success-customer .slider .slick-next:after,
.endless-possibilities .slider .slick-next:after,
.hybrid-event-carousel-4 .slick-next:after{
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background: none;
    display: block;
    
    right: var(--mc-scale-4);
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg) translate(3px, 4px);
    
}
.success-customer .slider .slick-prev,
.success-customer .slider .slick-next ,
.endless-possibilities .slider .slick-prev,
.endless-possibilities .slider .slick-next,
.hybrid-event-carousel-4  .slick-prev,
.hybrid-event-carousel-4  .slick-next {
    width: 40px;
    height: 40px;
    /* border-style: solid; */
    margin: 10px;
    display: inline-block;
    margin: auto;
    left: -49px;
    /* right: 0; */
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 1px 12px #ff001866;
    background: #ffffff;
    border-radius: 4px;
    font-size: 0px;
}

.success-customer .slider .slick-prev.slick-disabled,
.success-customer .slider .slick-next.slick-disabled,
.endless-possibilities .slider .slick-prev.slick-disabled,
.endless-possibilities .slider .slick-next.slick-disabled {
    box-shadow: 0 1px 12px #ff001866;
    background: #ffffff;
}

.endless-possibilities .slider .slick-arrow:hover,
.success-customer .slider .slick-arrow:hover,
.hybrid-event-carousel-4 .slick-arrow:hover {
    background: var(--hover-color);
    color: #ffffff;
    box-shadow: 0 1px 12px #ff001866;
}

.success-customer .slider .slick-next,
.endless-possibilities .slider .slick-next,
.hybrid-event-carousel-4 .slick-next {
    right: -49px;
    left: inherit;
}

.success-customer .slider .slick-prev:before,
.success-customer .slider .slick-next:before,
.endless-possibilities .slider .slick-prev:before,
.endless-possibilities .slider .slick-next:before {
    display: none;
}

.success-customer .slider .slick-prev:hover,
.success-customer .slider .slick-next:hover,
.endless-possibilities .slider .slick-prev:hover,
.endless-possibilities .slider .slick-next:hover {
    border-color: transparent #ffd200;
}

.success-customer .slider .slick-prev.slick-disabled,
.success-customer .slider .slick-next.slick-disabled,
.success-customer .slider .slick-prev.slick-disabled:hover,
.success-customer .slider .slick-next.slick-disabled:hover,
.endless-possibilities .slider .slick-prev.slick-disabled,
.endless-possibilities .slider .slick-next.slick-disabled,
.endless-possibilities .slider .slick-prev.slick-disabled:hover,
.endless-possibilities .slider .slick-next.slick-disabled:hover {
    opacity: 0.1;
    cursor: default;
    border-color: transparent var(--para-color);
}


/* .success-customer .slider-content .slick-list {
    padding: 0 70px;
} */

.success-customer h2.secondary-title {
    font-size: 30px;
    margin-bottom: 0px;
}

.success-customer span.event-date {
    font-size: 14px;
    margin-bottom: 30px;
    color: #666666;
}

.success-customer span.event-date b {
    color: var(--para-color);
}

.success-customer .heightlights {
    padding-top: 25px;
    margin: 25px 0 0;
    border-top: solid 1px #d2d2d2;
}

.success-customer .heightlights .highlight-box strong {
    font-size: 30px;
    color: var(--hover-color);
    display: block;
    margin-bottom: 7px;
}

.success-customer .heightlights .highlight-box {
    margin-bottom: 25px;
}

.success-customer .read a.btn-arrow {
    font-size: 14px;
    text-decoration: underline;
}

.success-customer .read a.btn-arrow:hover {
    text-decoration: none;
}

.success-customer ul.slick-dots,
ul.slick-dots {
    text-align: center;
    margin-top: 15px;
}

.success-customer ul.slick-dots li,
ul.slick-dots li {
    display: inline-block;
}

.success-customer ul.slick-dots li button,
ul.slick-dots li button {
    font-size: 0;
    margin: 0 4px;
    height: 2px;
    min-width: 20px;
    background: #d8d8d8;
}

.success-customer ul.slick-dots li.slick-active button,
ul.slick-dots li.slick-active button {
    background: var(--hover-color);
}

.testi-content {
    border: solid 1px #f1f1f1;
    background: #ffffff;
    padding: 30px;
    margin: 0 10px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.testi-content.Dhinesh .testi-header{
padding-left:140px;
}
.testi-content.Dhinesh .testi-header span.logo{
    min-width:120px
}
.testi-content.Dhinesh .testi-header span.logo:after{
    right:0;
}
.testi-content .testi-header {
    position: relative;
    padding-left: 160px;
    min-height: 60px;
    margin-bottom: 20px;
    padding-top: 0px;
}

.testi-content .testi-header span.logo {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 140px;
    height: auto;
    min-height: 60px;
    /* border-right: solid 1px #f1f1f1; */
    padding-right: 5px;
    display: block;
    padding-top: 10px;
    min-width:140px;
}
.testi-content .testi-header span.logo img{margin:auto}
.testi-content .testi-header span.logo:after {
    position: absolute;
    content: '';
    width: 2px;
    background: #f1f1f1;
    height: 100%;
    right: -10px;
    top: 0;
}

.testi-content .testi-header h3 {
    font-size: var(--font-16px);
    line-height: normal;
    color: var(--hover-color);
    margin-bottom: 3px;
}

.testi-content .testi-header span.designation {
    display: -webkit-box;
    font-size: 13px;
}

.testi-content .caption {
    font-size: var(--font-16px);
    line-height: 1.4;
    margin-bottom: 13px;
    min-height: 110px;
}
.testi-content .caption p{
    font-size: var(--font-16px);
    line-height: 1.4;  
    
}
.testi-content span.quote-icon {
    position: absolute;
    bottom: -17px;
    right: 0;
}
.customer-slider .slider-image {
    max-height: 319px;
    overflow: hidden;
    margin-bottom: 0;
}.success-customer .customer-slider .slick-slide {
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 0 46px 1px rgb(255 215 219 / 51%);
    border: solid 1px rgb(255 215 219 / 51%);
    margin-bottom:20px;
    border-radius: 6px;
}
.customer-thumbnail-slider .thumb {
    max-height: 104px;
    overflow: hidden;
    cursor:pointer;
    
}
.customer-thumbnail-slider .slick-slide{
    border:solid 2px #ffdfe1; border-radius: 4px;
}
.customer-thumbnail-slider .slick-slide.slick-current{
    border-color:#ff7d91; border-radius: 4px;
}
 /* the slides */
 .customer-thumbnail-slider .slick-slide {
    margin-left:5px;
  }

  /* the parent */
  .customer-thumbnail-slider .slick-list {
    margin-left:-5px;
  }

/************customer care end***********/


/************hybrid event css start**********/

.hybrid-event {
    background: #ffffff url(images/hybrid-event-bg.png) -429px 0 no-repeat;
    background-size: contain;
}
.hybrid-event-carousel{
    
}
/* .hybrid-event-carousel {
    width: 91%;
    margin-right: 0;
    margin-left: auto;
} */

.hybrid-event .single-box {
  
    FONT-VARIANT: JIS04;
    background: none;
    border-radius: 6px;
    overflow: hidden;
    border: solid 1px transparent;
    padding: 0;
    box-shadow: 0 0 6px -5px rgb(255 215 219 / 51%);
    border: none;
}
.hybrid-event .slick-slide{
    margin-left: 15px;
}

   /* the parent */
   .hybrid-event .slick-list {
    margin-left: -15px;
  }

.hybrid-event .single-box .image img {
    transform: scale(1);
    transition: all .3s ease-in;
    width:100%;
}

.hybrid-event .single-box:hover .image img {
    transform: scale(1);
    transition: all .3s ease-in;
}

.hybrid-event .single-box:hover {
    border-color: var(--hover-color);
}

.hybrid-event .image {
    max-height:none;
    overflow: hidden;
    border-radius: 0px;
}

.hybrid-event .caption {
    padding: 20px 14px 20px 5px;
}

.hybrid-event-carousel .slick-arrow {
    width: 44px;
    position: absolute;
    top: -70px;
    right: 0px;
    height: 44px;
    background: #ffffff;
    box-shadow: 0 0 3px var(--hover-color);
    border-radius: 4px;
    font-size: 27px;
    color: var(--hover-color);
    font-size: 0px;
}

.hybrid-event-carousel button.slick-arrow.slick-prev {
    right: 60px;
}
.hybrid-event-carousel button.slick-arrow.slick-prev:after{
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background: none;
    right: var(--mc-scale-4);
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(135deg) translate(3px, -6px);
}
.hybrid-event-carousel button.slick-arrow.slick-next:after{
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background: none;
    right: var(--mc-scale-4);
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg) translate(-7px, 2px);
}
.hybrid-event-carousel .slick-arrow:hover {
    color: #ffffff;
    background: var(--hover-color);
}

.hybrid-event h2.heading-title em {
    margin-top: 20px;
}

.hybrid-event-carousel .slick-list .slick-slide {
    margin-bottom: 20px;
}

.hybrid-event .caption h2.secondary-title {
    margin-bottom: 10px;
    font-size: 22px;
}
.hybrid-event-carousel .slick-arrow i{
display: none;
}
.hybrid-event .caption .read {
    margin-top: 12px;
}

.hybrid-event .caption .read a.btn-arrow {
    font-size: var(--font-16px);
}

.hybrid-event .caption p {
    font-size: var(--font-16px);    min-height: 65px;
}

.hybrid-event .caption .read a.btn-arrow i {
    vertical-align: middle;
    font-size: 15px;
}


/************hybrid event css end**********/


/**********************why choose css start******************/

.why-choose .single-box h2.secondary-title {
    padding: 15px 0;
    margin: 0;
    font-size: 22px;
}

.why-choose .single-box {
    margin-top: 40px;
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
}

.why-choose .single-box p {
    font-size: var(--font-16px);
}

section#whyChoose {
    background: #ffffff;
    z-index: 0;
    overflow: hidden;
    /* padding-bottom: 200px!important; */
}

.symbols-pulse {
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.symbols-pulse>div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15rem;
    height: 15rem;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(top, rgba(236, 26, 59, .1) 0%, rgba(236, 26, 59, .2) 65%, rgba(236, 26, 59, .1) 100%);
    background-image: -o-linear-gradient(top, rgba(236, 26, 59, .1) 0%, rgba(236, 26, 59, .2) 65%, rgba(236, 26, 59, .1) 100%);
    background-image: linear-gradient(-180deg, rgba(236, 26, 59, .1) 0%, rgba(236, 26, 59, .2) 65%, rgba(236, 26, 59, .1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 26, 59, .1)), color-stop(65%, rgba(236, 26, 59, .2)), to(rgba(236, 26, 59, .1)));
    z-index: -1;
    opacity: .2;
}

.symbols-pulse .pulse-1 {
    -webkit-transform: translate(-50%, -50%) scale(.67);
    -ms-transform: translate(-50%, -50%) scale(.67);
    transform: translate(-50%, -50%) scale(.67);
}

.symbols-pulse .pulse-2 {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

.symbols-pulse .pulse-3 {
    -webkit-transform: translate(-50%, -50%) scale(1.63);
    -ms-transform: translate(-50%, -50%) scale(1.63);
    transform: translate(-50%, -50%) scale(1.63);
}

.symbols-pulse .pulse-4 {
    -webkit-transform: translate(-50%, -50%) scale(2.1);
    -ms-transform: translate(-50%, -50%) scale(2.1);
    transform: translate(-50%, -50%) scale(2.1);
}

.symbols-pulse .pulse-x {
    will-change: transform;
    -webkit-animation: pulsate 3s infinite;
    animation: pulsate 3s infinite;
}

@keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(4);
        transform: translate(-50%, -50%) scale(4);
    }
}


/*****************why choose us end**********************/


/**********endless possibilities css start*************/

.endless-possibilities em span {
    font-size: 22px;
    color: var(--hover-color);
}

.endless-possibilities ul.slick-dots {
    text-align: center;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.endless-possibilities ul.slick-dots li {
    display: inline-block;
    width: 18%;
}

.endless-possibilities ul.slick-dots li button {
    font-size: 0;
    margin: 0 4px;
    height: 2px;
    min-width: 100%;
    background: #d8d8d8;
}

.endless-possibilities ul.slick-dots li.slick-active button {
    background: var(--hover-color);
}

.endless-possibilities .slider-thumb-endless {
    margin-bottom: 30px;
    background: #f5f5f5;
    padding: 5px;
    position: relative;
    border-radius: 6px;
}
.endless-possibilities .slider-thumb-endless button.slick-arrow,.success-customer .slider-thumb button.slick-arrow{
    position: absolute;
    top: 0px;
    height: 30px;
    width: 30px;
    z-index: 1;
    background: #ffffff;
    color: #040404;
    border-radius: 6px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 29px;
    font-size: 0;
}
.endless-possibilities .slider-thumb-endless button.slick-arrow{
    top: 65%; 
}
.endless-possibilities .slider-thumb-endless button.slick-arrow:hover,
.success-customer .slider-thumb button.slick-arrow:hover{
    background: var(--hover-color);
    border-color: var(--hover-color);
    color: #ffffff;
}
.endless-possibilities .slider-thumb-endless button.slick-prev.slick-arrow,
.success-customer .slider-thumb button.slick-prev.slick-arrow {
    left:-13px;box-shadow: -3px 1px 3px #ccc;
    background: var(--hover-color);
    display: none!important;
}.endless-possibilities .slider-thumb-endless button.slick-next.slick-arrow,
.success-customer .slider-thumb button.slick-next.slick-arrow {
    right: -13px;box-shadow: 3px 1px 3px #ccc;
    background: var(--hover-color);
    display: none!important;
    
}

.endless-possibilities .slider-thumb-endless button.slick-prev.slick-arrow:after,
.success-customer .slider-thumb button.slick-prev.slick-arrow:after{
    content: "";
    display: inline-block;
    height: 9px;
    width: 9px;
    background: none;
    right: var(--mc-scale-4);
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(135deg) translate(3px, -4px);
    color: var(--body-color);
}
.endless-possibilities .slider-thumb-endless button.slick-next.slick-arrow:after,
.success-customer .slider-thumb button.slick-next.slick-arrow:after{
    content: "";
    display: inline-block;
    height: 9px;
    width: 9px;
    background: none;
    right: var(--mc-scale-4);
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform:rotate(-45deg) translate(-5px, 2px);
    color: var(--body-color);
}
.endless-possibilities .slider-thumb-endless .slick-slide {
    /* width: auto!important; */
    margin-right: 0;
    padding: 0 10px;
    position: relative;
}

.endless-possibilities .slider-thumb-endless h3 {
    font-size: var(--font-18px);
    color: #333333;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    font-family: var(--body-font);
    line-height: 1;
    padding: 8px 8px 8px;
}

.endless-possibilities .slider-thumb-endless .slick-slide.slick-current.slick-active {
    background: var(--hover-color);
    border-radius: 4px;
}

.endless-possibilities .slider-thumb-endless .slick-slide.slick-current.slick-active h3 {
    color: #ffffff;
}

.endless-possibilities .slider-content-endless .slick-slider {
    width: 100%;
    background-color: transparent;
}

.endless-possibilities .slider-content-endless .slick-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    /* height: 100px; */
    justify-content: center;
}

.endless-possibilities .slider-content-endless .slick-slide {
    /* float: none;
        display: inline-block; */
    vertical-align: middle;
    padding: 10px 0px;
    margin: 0 10px;
    background-color: white;
    transition: all 0.3s ease;
    /* height: auto; */
    text-align: center;
}

.event-gamification-wrapper .video-section {
    box-shadow: 0 0 46px 1px rgb(255 215 219 / 51%);
    right: 0px;
    top: 0;
    margin: 0px 0px 0px;
    position: relative;
    left: 0px;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px;
    background: #fff;
    width: 100%;
    border-radius: 6px;
}

.event-gamification-wrapper {
    text-align: left;
    padding: 0 20px;
    /* min-width: 630px; */
    position: relative;
    min-height: 1px;
    margin-left: -30px;
    padding-bottom: 50px;
}

.event-gamification-wrapper .overlay {
    position: absolute;
}
.event-gamification-wrapper span.overlay-01.overlay {
    top: -20px;
    left: 30px;
}
.event-gamification-wrapper span.overlay-02.overlay {
    right: 0;
    top: -10px;
}

.event-gamification-wrapper span.overlay-03.overlay {
    right: -7px;
    bottom: 38px;
}
.event-gamification-wrapper span.overlay-04.overlay {
    position: absolute;
    top: 0px;
    right: 310px;
}
.event-gamification-wrapper h2.secondary-title {
    margin-bottom: 5px;
}

.event-gamification-wrapper p {
    font-size: var(--font-16px);
    margin-bottom: 20px;
}

.event-gamification-wrapper ul {
    margin-bottom: 20px;
}

.event-gamification-wrapper ul li {
    font-size: var(--font-16px);
    padding: 5px 0 5px 25px;
    background: url(images/tick-light.png) 0px 13px no-repeat;
}

.event-gamification-wrapper .read a {
    font-size: var(--font-16px);
}

.event-gamification-wrapper .read a i {
    vertical-align: middle;
    font-size: 15px;
}

.event-gamification-wrapper .caption {
    background: #f2e6ef;
    position: relative;
    /* top: -50px; */
    padding: 25px;
    padding-right: 50px;
    min-height: 1px;
    border-radius: 6px;
    position: relative;
    z-index: 99;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.endless-possibilities .slider-content-endless .slick-slide.slick-current.slick-active {
    opacity: 1;
}


/**********endless possibilities css end*************/


/***********mobile app css start****************/
div#mobileApp {
    background: #fff;
}
#mobileApp ul.mobile-app-info,.list-with-tick {
    margin-top: 40px;
}
#mobileApp ul.mobile-app-info.w-100 li{
    width:100%;
}
#mobileApp ul.mobile-app-info li,.list-with-tick li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    font-size: var(--font-18px);
    padding-left: 25px;
    background: url(images/tick-arrow-red.png) no-repeat 0 10px;
    border-bottom: solid 1px #f7f7f7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 30px;
    margin-right: 20px;
}

#mobileApp ul.mobile-app-info li span, .list-with-tick li span {
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

div#mobileApp .mobile-image {
    position: relative;top:50px;
}

div#mobileApp span.overlay-01 {
    position: absolute;
    z-index: 0;
    bottom: 50px;
    right: -40px;
}
div#mobileApp span.overlay-05 {
    position: absolute;
    right: -60px;
    z-index: 3;
    top: 110px;
}
div#mobileApp span.overlay-02 {
    position: absolute;
    z-index: 3;
    top: 60px;
    left: -80px;
    max-width: 200px;
}
div#mobileApp span.overlay-06 {
    position: absolute;
    left: 0;
    top: 11px;
}
div#mobileApp span.overlay-03 {
    position: absolute;
    z-index: 4;
    top: 290px;
    left: -20px;

}

div#mobileApp span.overlay-04 {
    position: relative;
    z-index: 2;
}


/*****************mobile app css end***************/


/**********platefarm endless css start*****************/

section#platefarmEndless {
    /* background: url(images/endless-platefarm.jpg) no-repeat 0 0; */
    overflow: hidden;
    padding-top:1px!important;
    background: #ffffff;
}
section#platefarmEndless.two {
    padding-top: 60px!important;
}
.platefarm-endless h3.secondary-title {
    border: solid 1px var(--hover-color);
    padding: 10px;
    margin-bottom: 20px;
    color: var(--hover-color);
    font-size: var(--font-16px);
    background: rgb(236 26 59 / 6%);
    border-radius: 6px;
}
section#platefarmEndless .bg {
    height: 1121px;
    z-index: 0;
    right: 0;
    left: inherit;
    display: none;
}

.platefarm-endless .nav-pills .nav-link.active,.platefarm-endless .nav-pills .nav-link:hover {
    background: #c0c6e9;
    color: #000;
}

.platefarm-endless .nav-pills .nav-link {
    text-align: left;
    color: #5e5e5e;
    font-size: var(--font-18px);
    transition: all .3s ease-in;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
}
.platefarm-endless .tab-pane> img {
    position: relative;
    padding: 10px;
    box-shadow: 0 0 15px 1px rgb(255 215 219 / 83%);
    background: #fff;
}.platefarm-endless .tab-pane .animate {
   
    bottom: 0;
    z-index: 0;
}.platefarm-endless .tab-pane .animate img.animate-1 {
    position: absolute;
    left: -20px;
    bottom: -30px;
}
.platefarm-endless .tab-pane .animate img.animate-2 {
    position: absolute;
    right: -20px;
    top: 0;
}
.platefarm-endless .tab-pane {
    position: relative;
    border-radius: 10px;
    /* overflow: hidden; */
    padding: 10px;
    background: #fff;
}

/**************platefarm endless end*************/


/************Customer Success css start***************/

section#customerSuccess .bg {
    background-position: 141px 60px!important;
}

.customer-success .quotes {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

section#successCustomer {
    background: #fff;
}
/************Customer Success css end***************/


/*****************Next Event css start************/


/* section#nextEvent {
    overflow: hidden;
} */

section#nextEvent .image {
    margin-top: -90px;
    text-align: center;   position: relative;
}
section#nextEvent .image>img {
    position: relative;
    z-index: 0;
}
section#nextEvent .image .animate {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}section#nextEvent .image .animate img.animate-1 {
    left: 0;
    position: absolute;
    top: 0;
}section#nextEvent .image .animate img.animate-2 {
    right: 0;
    position: absolute;
}section#nextEvent .image .animate img.animate-3 {
    position: absolute;
    bottom: 0;
    left: 0;
}section#nextEvent .image .animate img.animate-4 {
    position: absolute;
    right: 0;
    bottom: 0;
}
section#nextEvent .bg {
    transition: none;
    animation: none;
    background-size: cover!important;
}

.heighest-event p {
    font-size: 14px;
}


/***************next event css end**************/


/*************smart app****************/

section.smart-step .smart-step-box {
    margin-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
}

section.smart-step .smart-step-box .img {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
section.smart-step .smart-step-box h2.secondary-title{
    text-align: center;line-height: 1;
}
section.smart-step .smart-step-box .img>img {
    position: relative;
    z-index: 3;
}

section.smart-step .smart-step-box .img span.step {
    position: absolute;
    background: #ffffff;
    box-shadow: 0 5px 11px #d4a2aa;
    padding: 4px;
    border-radius: 50px;
    min-width: 100px;
    text-align: center;
    z-index: 4;
    top: 0px;
    left: 130px;
    text-transform: uppercase;
    line-height: normal;
    font-size: var(--font-16px);
    font-weight: bold;
    color: #192a4f;
}

section.smart-step .smart-step-box .img span.overlay {
    position: absolute;
    left: 110px;
    top: 20px;
    z-index: 1;
}

.secondary-title {
    line-height: 1.2;
    font-size: 32px;
    margin-bottom: 15px;
    color: #333333;
}

section.smart-step .smart-step-box p {
    font-size: var(--font-16px);
    line-height: 1.1;
    text-align: center;
}

section.smart-step .smart-step-box p span {
    display: inline;
    color: var(--hover-color);
    font-size: var(--font-16px);
}

section.smart-step .smart-step-box.middle span.overlay {
    left: 40px;
    top: 10px;
}

section.smart-step .smart-step-box.last span.overlay {
    top: 0px;
    right: 20px;
    background: var(--body-color);
}

section.smart-step .arrow {
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -18px;
}


/*************smart app end****************/


/*****************footer css start********************/

section#footer .layer-01,
section#footer .layer-2 {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .6;
}

section#footer .layer-2 {
    opacity: .4;
}

.footer-top-sec,
.copyright,
.footer-middle {
    position: relative;
    z-index: 1;
}

section#footer:after {
    content: '';
    position: absolute;
    background: #f8f7ff;
    height: 80%;
    width: 100%;
    left: 0;
    top: 20%;
    z-index: 0;
}

.footer-top-sec h2.heading-title em {
    font-size: var(--font-16px);
}

.footer .footer-top-sec ul li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    font-size: var(--font-16px);
    padding-left: 25px;
    background: url(images/tick-arrow-red.png) no-repeat 0 5px;
    /* border-bottom: solid 1px #e5e5e5; */
    padding-bottom: 0;
    margin-bottom: 20px;
}

.footer-top-sec .book-demo p strong {
    color: var(--hover-color);
}

.footer-top-sec .book-demo p {
    margin-bottom: 10px;
}

.footer-top-sec .book-demo {
    margin-top: 8px;
    position: relative;
}

.footer-top-sec .book-demo img.arrow-indicate {
    position: absolute;
    left: -260px;
    top: 60px;
}

.hover {
    display: none;
}

.cmn-btn:hover .hover {
    display: inline-block;
}

.cmn-btn:hover img:not(.hover) {
    display: none;
}

.header-section .navbar .navbar-collapse .right-area .cmn-btn img.shape-4 {
    display: inline-block!important;
}

.footer-middle {
    padding: 26px 0;
    border-top: solid 1px #f1f1f1;
    margin: 20px 0;
    border-bottom: solid 1px #f1f1f1;
}

.footer-middle h3 {
    font-size: var(--font-18px);
    line-height: normal;
    margin-bottom: 10px;
    min-height:20px;
}

.footer-middle li {
    font-size: var(--font-16px);
}

.footer-middle ul li a {
    color: var(--para-color);
    font-size: var(--font-15px);
    line-height: normal;
    margin-bottom: 12px;
}

.footer-middle ul li a:hover,
.copyright a:hover {
    color: var(--hover-color);
}

.copyright a {
    color: var(--para-color);
    font-size: var(--font-16px);
    line-height: normal;
    display: inline-block;
    margin: 0 9px;
}

.copyright p {
    font-size: var(--font-16px);
}


/*****************customers pages css start*********************/
/**********event solution************/
section.banner-section.customers {
    margin-bottom: -200px;
}
.event-solution .list-with-tick li {
    border: none;
    margin-bottom: 0; font-size: var(--font-18px);
    background-position: 0 6px;
}.event-solution .wrapper {
    width: 100%;
    position: relative;
    margin-left: 343px;
    margin-top: 300px;
}
.event-solution .wrapper .center-circle {
    margin-left: -345px;
    position: absolute;
    margin-top: -327px;
}

.event-solution  .wrapper .circle.margin-first {
    margin-left: -111px;
    margin-top: -93px;
    -webkit-animation: spin1 25s linear infinite;
    -moz-animation: spin1 25s linear infinite;
    animation: spin1 25s linear infinite;
}
.event-solution  .wrapper .circle.margin-second {
    margin-left: -125px;
    margin-top: -108px;
    height: 67px;
    width: 67px;
    -webkit-animation: spin2 70s linear infinite;
    -moz-animation: spin2 70s linear infinite;
    animation: spin2 70s linear infinite;
}
.event-solution  .wrapper .circle.margin-fourth {
    margin-left: -125px;
    margin-top: -108px;
    height: 67px;
    width: 67px;
    -webkit-animation: spin2 40s linear infinite;
    -moz-animation: spin2 40s linear infinite;
    animation: spin2 40s linear infinite;
}
.event-solution  .wrapper .circle.margin-third {
    margin-left: -122px;
    margin-top: -120px;
    -webkit-animation: spin3 140s linear infinite;
    -moz-animation: spin3 140s linear infinite;
    animation: spin3 140s linear infinite;
}
.event-solution  .wrapper .circle.margin-five {
    margin-left: -125px;
    margin-top: -108px;
    height: 67px;
    width: 67px;
    -webkit-animation: spin3 20s linear infinite;
    -moz-animation: spin3 20s linear infinite;
    animation: spin3 20s linear infinite;
}
.event-solution  .wrapper .circle.margin-six {
    margin-left: -125px;
    margin-top: -108px;
    height: 67px;
    width: 67px;
    -webkit-animation: spin3 30s linear infinite;
    -moz-animation: spin3 30s linear infinite;
    animation: spin3 30s linear infinite;
}
.event-solution  .wrapper .circle {
    position: absolute; border-radius: 50%;
}
@-moz-keyframes spin{to{-moz-transform:rotate(1turn)}}
@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn)}}
@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes spin1{0%{transform:rotate(0deg) translateX(180px) rotate(0deg)}to{transform:rotate(1turn) translateX(180px) rotate(-1turn)}}
@keyframes spin2{0%{transform:rotate(0deg) translateX(200px) rotate(0deg)}to{transform:rotate(1turn) translateX(200px) rotate(-1turn)}}
@keyframes spin3{0%{transform:rotate(0deg) translateX(280px) rotate(0deg)}to{transform:rotate(1turn) translateX(280px) rotate(-1turn)}}

.brand-work-with-us {
    text-align: center;
}
.brand-work-with-us a {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*******************resources css start********************/
.resources-banner .banner-content .image-banner img.animate-01 {
    position: static;
}
.feature-line {
    display: block;
    background-color: #e0e6e8;
    height: 5px;
    opacity: 0;
    position: relative;
}.css-78hkvy:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0;
    height: 4px;
    background-color: #f96634;
    content: '';
    -webkit-transition: width 10s ease;
    transition: width 10s linear;
}.toggle-feature .current {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000001a;
    border-radius: 12px;
}body .toggle-feature li {
    display: block !important;
    padding-bottom: 16px;
}.features-inner .toggle-feature span {
    color: #333333!important;
    opacity: 100%;
    display: block;
    margin-bottom: 0;
    font-size: var(--font-18px);
}.features-inner .toggle-feature .current span {
    opacity: 100%;
}.tab-content-solution ul li i {
    border-radius: 100%;
    background-color: #fff1cc;
    color: #ffb800;
    padding: 8px 6px 0;
    line-height: 10px;
    width: 12px;
    height: 16px;
    font-size: 14px;
    margin-right: 11px;
}.toggle-feature .fa-angle-up {
    display: none;
}.toggle-feature .fa-angle-down {
    font-weight: 700;
    font-size: 20px !important;
}.toggle-feature p {
    color: #333333;
    font-size: var(--font-16px);
    display: none;
    line-height: 20px;
    padding-top: 5px;opacity: .7;
}.toggle-small i {
    position: absolute;
    right: 16px;
}.toggle-feature i {
    background-color: inherit !important;
    color: var(--para-color) !important;
    font-size: 16px !important;
    opacity: 50%;
    padding: 0 !important;
    margin: 0 !important;    position: absolute;
    top: 19px;
}.tab-content-solution ul li span {
    text-align: left;
    color: #000 !important;
    background-color: inherit !important;
    margin-bottom: 20px;padding-right:20px;
}
.toggle-small {
    position: relative;
    padding: 16px 13px 1px;
}body .toggle-feature li {
    display: block !important;
    padding-bottom: 16px;
}.solutions-tab ul {
    padding-left: 0;
}.css-78hkvy:after{position:absolute;bottom:0;left:0;z-index:2;width:0;height:4px;background-color:#f96634;content:'';-webkit-transition:width 10s ease;transition:width 10s linear}.feature-line{display:block;background-color:#e0e6e8;height:5px;opacity:0}.current .feature-line{opacity:1;position: relative;}.current .css-78hkvy:after{width:100%}


.features-inner .ImgSection {
    position: absolute;
    left: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0;
}

body .toggle-feature li{display:block !important;padding-bottom:16px;border-bottom: solid 1px #f1f1f1;}

.toggle-feature p{color:#3f4850;font-size:15px;display:none;line-height:20px;padding-top:5px}.left-right-features .tab-content{display:block !important;min-height: 430px;}

.features-inner .toggle-feature{padding-top:0}

.toggle-feature .fa-angle-up{display:none}

.current .fa-angle-down{display:none}
.current .fa-angle-up{font-weight:700;font-size:20px !important}
.current .fa-angle-up{display:block}
.toggle-feature .fa-angle-down{font-weight:700;font-size:20px !important}
.toggle-feature .current{background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 0px 20px #0000001a;border-radius:12px}
.toggle-small{position:relative;padding:16px 13px 1px}
.black-color-bg i{margin-left:10px}
.toggle-feature a{margin:inherit;padding:10px 0 !important}
body .toggle-feature .black-color-bg i{margin-left:10px !important;color:#f96634 !important;opacity:100}.toggle-feature a{color:#f96634 !important;opacity:100}
.toggle-feature a{display:none}
.toggle-feature .current a{display:none;text-align:left}
.left-right-features .ImgSection img{max-width:100%}
.tab-content-solution:nth-child(1){display:block}
.left-right-features h3{font-size:40px;padding-top:0;line-height:47px;text-transform:capitalize}.features-inner .ImgSection{position:absolute;left:0;-webkit-transition:opacity 1s ease-in-out;-moz-transition:opacity 1s ease-in-out;-o-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out;opacity:0}.features-inner .inner-content-tabs{position:relative;margin:0 auto}
.main-tab-feature .tab-content{display:none}
body .left-right-bg-feature{background-color:#f8fff0;max-width:100%;margin-top:64px;padding:50px 60px}
body .last-one-left-right{padding:0 0 50px}
.last-one-left-right h3{padding-top:150px}
.current .content-toggle{display:block}
.toggle-feature .current p{display:block !important}
.toggle-feature li:nth-child(1){margin-top:30px}
body .toggle-feature .activeTabsSecond{color:#f96634 !important;background-color:inherit !important}.case-study-feature .see-all-story{color:#000 !important;font-weight:700}
.case-study-feature .see-all-story i{font-size:20px;font-weight:700}
.videos-feature{margin:65px 0 0}
.videos-feature p{padding-bottom:59px}
.videos-feature p,.case-study-feature p{padding-top:0}
.case-study-feature{margin:112px 0}.feautrs-contact p{text-align:center;font-size:24px;color:#000;margin-bottom:55px}.features-inner .toggle-feature .current span{opacity:100%}

.list-with-tick.w-100 li{width:100%;}

/*********case study css start*********/
.case-study{
    background: #faf3f8;
}

/***************book a demo page css start***************/
ul.captra-rated.captra-rated-test {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 400px;
    margin-left: 10px;
}ul.captra-rated.captra-rated-test li {
    width: 100px;
}ul.captra-rated.captra-rated-test img {
    width: 75px;
}#contact_form h4 {
    font-size: 26px;
    margin: 13px 0;
    padding: 0;
}.form-book-quick-demo2 {
    padding: 32px 30px 28px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 13px -1px rgb(118 109 109 / 25%);
    -moz-box-shadow: 2px 2px 13px -1px rgb(118 109 109 / 25%);
    box-shadow: 2px 2px 13px -1px rgb(118 109 109 / 25%);
    border-radius: 5px;
}.form-contact .form-group {
    margin-bottom: 30px;
}.form-contact .form-control {
    border: 1px solid #c2c9dc;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 14px;
    background: white;
    border-radius: 5px;
}.form-book-quick-demo2 .form-control {
    border: 1px solid #cbd6e2 !important;
    background-color: #f5f8fa;
    height: 42px !important;
}.form-book-quick-demo2 .form-control span.current,.nice-select .option {
    font-size: 14px;
}
.form-book-quick-demo2 .form-control span.current {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 160px;
}
.form-contact .form-group .error {
    font-size: 14px;
    color: #f00;
    line-height: normal;
}

/************retail page css start**************/
section.success-virtual-event.top-features .image-block-container {
    margin-bottom: 90px;
}
.hosting-benefit .signle-box {
    margin-bottom: 50px;
}section.hosting-benefit {
    background: #ffffff;
}.hosting-benefit .signle-box span.icon {
    display: block;
    margin-bottom: 20px;
    min-height:65px;
}
.hosting-benefit .signle-box .caption h3.secondary-title {
    /* font-family: var(--body-font); */
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}.hosting-benefit .signle-box .caption p ,.hosting-benefit .signle-box .caption p span{
    color: #333333;
}

section.success-virtual-event.top-features {
    background: #f8f8ff;
}
section.success-virtual-event.top-features {
    background: #f8f8ff;
    margin-top: 110px;
    margin-bottom: 100px;
    
}section.success-virtual-event.top-features .top-band {
    position: absolute;
    top: -230px;
    width: 100%;
    height: 200px;
}section.success-virtual-event.top-features .bottom-band {
    position: absolute;
    bottom: -110px;
    width: 100%;
    height: 200px;
}
section.success-virtual-event.top-features .container.relative{
    top: -90px;
}
section.success-virtual-event.top-features .image-block-container p {
    font-size: 18px;
}

.gallery-main-second h2.heading-title {
    font-size: 34px;
}
.form-contact .form-group ul.list {
    max-height: 200px;
    overflow-y: auto;
}


/***********features css start****************/


body.accessibility-features .image-block h3,
body.custom-virtual-events .image-block h3,
body.event-builder .image-block h3,
body.event-sponsorship .image-block h3,
body.networking-n-chat .image-block h3,
body.event-gamification .image-block h3,
body.virtual-environment .image-block h3,
body.virtual-exhibit-halls .image-block h3,
body.webinar .image-block h3 {
    font-size: 19px;
    /* font-family: var(--body-font); */
    font-family: var(--bold-font);
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
}
/* body.features section.banner-section,body.stories section.banner-section{
    box-shadow: 0 0 23px #ec1a3b2b;
} */

/*****************solution page html start*************/
.image-block-container .single-box {
    padding: 20px; background: #ffffff;
}
.image-block-container .single-box:hover {
background: #eed0e7;
}
.image-block-container .single-box h3.secondary-title {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
}section.success-virtual-event.top-features .image-block-container .single-box p {
    font-size: var(--font-16px);
}
#real_result .row.mt-5 {
    justify-content: center;
}
#real_result.latest-articles .blog-item .thumb{
    border:none;
    border-radius: 6px 6px 0 0;
}
#real_result.latest-articles .blog-item .content {
    padding: 0 20px;
}#real_result.latest-articles .blog-item .content h5 {
    min-height: 125px;
}#real_result.latest-articles .blog-item .content .info {
    margin-bottom: 8px;
}#real_result.latest-articles .blog-item .content .info span {
    color: #333333;
}
#real_result.latest-articles .blog-item:hover .content a  h5,#real_result.latest-articles .blog-item:hover .content a  {
    color: var(--hover-color);
}
.success-customer.in-person-cust ul.nav.nav-tabs li.nav-item .nav-link{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.list-with-tick li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

body.virtual-event-marketing .banner-section .animate-wrapper span.overlay-03,body.customer-support .banner-section .animate-wrapper span.overlay-03,  body.mobile-event-app .banner-section .animate-wrapper span.overlay-03,  body.integration .banner-section .animate-wrapper span.overlay-03{
    right: -120px;
    top: 0;
}body.virtual-event-marketing .banner-section .animate-wrapper span.overlay-02,
body.customer-support .banner-section .animate-wrapper span.overlay-02,
body.mobile-event-app .banner-section .animate-wrapper span.overlay-02 ,
body.integration .banner-section .animate-wrapper span.overlay-02{
    right: 170px;
}

/*************global css start**************/
.cmn-btn , .cmn-btn:focus{
    padding: 8px 30px 8px;
    font-weight: 500;
    text-align: center;
    background: var(--hover-color);
    color: var(--body-color);
    border: 1px solid var(--hover-color);
    transition: 0.3s;
    border-radius: 4px;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: var(--font-16px);
    position: relative;
    z-index: 8;
    overflow: hidden;
    text-transform: capitalize;
}
.cmn-btn:not(.second):hover {
    color: var(--hover-color);
    /* background: transparent; */
    border-color: var(--hover-color);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0px 5px 10px #0a4a5852;
}

a.cmn-btn:not(.second)::before,
a.cmn-btn:not(.second)::after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
}

a.cmn-btn:not(.second)::after {
    /* background-color: #f00; */
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

a.cmn-btn:not(.second):hover:after {
    height: 100%;
    width: 135%;
}

.cmn-btn.second {
    color: var(--hover-color);
    background: transparent;
    border: 1px solid var(--hover-color);
}

a.cmn-btn.second::before,
a.cmn-btn.second::after {
    background: var(--hover-color);
    content: '';
    position: absolute;
    z-index: -1;
}

a.cmn-btn.second::after {
    /* background-color: #f00; */
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

a.cmn-btn.second:hover:after {
    height: 100%;
    width: 135%;
}

.cmn-btn.second:hover {
    color: var(--body-color);
    /* background: var(--hover-color); */
    border: 1px solid var(--hover-color);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0px 5px 10px #0a4a5852;
}

body.features .img-right .content-wrapper {
    padding-right: 30px;
}
body.features .img-left .content-wrapper {
    padding-left: 30px;
}

/****************top banner with tabbing css start for customer pages**********/
section#platefarmEndless.top-banner div#v-pills-tab {
    justify-content: center;
    margin-bottom: 20px;
    border: none;
    display: flex;
    flex-direction: row!important;
    flex-wrap: inherit;
    width: max-content;
}
.banner-tab-wrapper {
    background: #ffffff;
    padding: 25px;
    border-radius: 6px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #0000001a;
    border: 2px solid #fff;
    border-radius: 12px;max-width: 960px;    margin: auto;
}
.banner-tab-wrapper div#v-pills-tab button.nav-link {
    color: #a6b3be;
    background-color: inherit;
    font-size: 15px;
    cursor: pointer;
    text-transform: capitalize;
    border: none;
    font-weight: 600;
    padding: 10px 47px;
}
.banner-tab-wrapper div#v-pills-tab button.nav-link.active{
    background: #fef0eb 0% 0% no-repeat padding-box;
    border-radius: 12px;
    text-align: center;
    color: var(--hover-color) !important;
    font-weight: 600;
    box-sizing: border-box;
}
section#platefarmEndless.top-banner .responsive-scroll {
  
    overflow: auto;
}
/****************top banner with tabbing css end for customer pages**********/
/**************custom popup css start*************/
.custommain_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background: #2b044d36; */
    background: rgb(0 0 0 / 70%);
    z-index: 1111111;
    display: flex;
    justify-content: center;
    align-items: center;
}.custommain_popup .custom_popup {
    width: 600px;
    height: auto;
    background: white;
    border-radius: 5px;
    padding: 2% 4%;
    text-align: center;
    line-height: 26px;
    position: relative;
}.custommain_popup button.button1 {
    background: transparent !important;
    box-shadow: none;
    position: absolute;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0px;
    top: 5px;
    right: 5px;
    border-radius: 50% !important;
    color: #a09c9c;
    font-weight: 400;
    font-size: 20px;
    background-image: none !important;
    cursor: pointer;
}.custommain_popup p {
    line-height: normal;
    margin-top: 20px;
    color: #333333;
    font-size: 18px;

}.custommain_popup a {
    color: var(--hover-color);font-size: 15px;
    text-decoration: underline;
}
.custommain_popup .custom_popup h4{
    font-family: var(--body-font);
    font-size: 26px;
    font-weight: bold;
}
.white-block {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 20px #00000029;
    border-radius: 12px;
    padding: 50px;
    text-align: center;
    max-width: 900px;
    margin: 100px auto 40px;
}
.new-template-solution h1 {
    font-weight: 500;
    color: #2b044d;
    font-family: var(--semi-bold);
    font-size: 2.5rem;
    line-height: normal;
}
.new-template-solution p {
    font-weight: 500;
    font-size: var(--font-18px);
    margin-top: 25px;
}
/* .new-section-cro.new-template-solution.thank-you {
    background: #f8f7ff;
} */
.col-box-panel {
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(45 62 80 / 12%) 0px 1px 5px 0px;
}.calendar-part input.calendar.flatpickr-input {
    display: none;
}.flatpickr-calendar.animate.inline {
    width: 100% !important;
    padding: 20px;
    max-width: 350px !important;
    border-radius: 5px 0px 0px 6px !important;
    background: #ec1a3b;
    border-color: #ec1a3b;
    box-shadow: 1px 0 0 #ec1a3b, -1px 0 0 #ec1a3b, 0 1px 0 #ec1a3b, 0 -1px 0 #ec1a3b, 0 3px 13px rgb(0 0 0 / 8%);
}.flatpickr-month {
    margin: 20px auto;
    height: 40px;
    line-height: 40px;
    top: -11px;
    font-weight: 400 !important;
}.col-box-half {
    width: 100%;
}.slotes_panel {
    padding: 25px 20px 0px 30px;
}.slotes_panel .form_group {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}.col-box-half .form_group h4 {
    font-size: var(--font-16px);
    text-align: left;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: normal;
    font-family: var(--body-font);
}
.time_slot {
    display: inline-block;
    width: 100%;
    padding-right: 10px;
}.col-box-half .form_group .time_slot label {
    background-color: rgb(236 26 59 / 14%) !important;
    color: #ec1a3b;
    border: 1px solid rgb(236 26 59 / 19%)!important;
    padding: 6px 20px;
    font-size: 13px;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    margin: 0px !important;
    cursor: pointer;
}
.slotes_panel .form_group {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.slotes_panel .form_group:last-child {
    margin-bottom: 0px !important;
}
.Booking_slots {
    max-height: 196px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 30px;
}ul#booking_slots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}.Booking_slots .slots {
    padding: 9px 24px;
    max-width: 50%;
    color: var(--hover-color);
    border: 1px solid var(--hover-color);
    margin-bottom: 4px;
    font-size: 14px;
    cursor: pointer;
    width: 48%;
}.Booking_slots .slots.active {
    background: var(--hover-color);
    color: white;
    border-color: var(--hover-color);
}
.form-book-quick-demo2.finzie_form {
    box-shadow: none;
    width: 100%;
    text-align: left;
}.form-book-quick-demo2.finzie_form h4 {
    font-size: 19px;
    font-weight: 500;
    line-height: normal;
    font-family: var(--semi-bold);
}.form-book-quick-demo2.finzie_form h5 {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: var(--body-font);
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 15px;
}.form-book-quick-demo2.finzie_form .form-group {
    margin-bottom: 20px;
}.form-book-quick-demo2.finzie_form label {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}
.form-book-quick-demo2.finzie_form input {
    font-size: 13px;
}
.footer_section {
    display: flex;
    position: relative;
    width: 100%;
    padding-top: 15px;
    justify-content: space-between;
}button.btn.back_btn {
    background: transparent;
    color: #2b044d !important;
    border: 1px solid #2b044d !important;
    height: 34px !important;
}.footer_section button.btn {
    padding: 8px 15px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    box-shadow: none !important;
    line-height: normal;
    box-sizing: border-box;
}
.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
    cursor: not-allowed;
    color: rgba(255,255,255,0.5)!important;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #ffffff!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ec1a3b!important;
    border-color: #ffffff!important;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:not(.disabled):hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:not(.disabled):hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    color: #ec1a3b!important;
    background: rgb(255 255 255 / 98%)!important;
    border-color: rgb(255 255 255 / 98%)!important;
}
.flatpickr-day{font-size: 14px;}
span.flatpickr-weekday{
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--semi-bold);
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: var(--font-18px);
    color: rgb(255 255 255);
    background: transparent;
    pointer-events: none;
    vertical-align: middle;
}
.flatpickr-current-month span.cur-month {
   
    font-weight: normal;
    vertical-align: middle;
}
body.request-demo-meeting .white-block {
    margin-bottom: 50px;
    margin-top: 50px;
}
body.request-demo-meeting {
    background:#f8f8ff;
}
.form-book-quick-demo2 hr {
    margin: 20px 0 30px;
}
.form-book-quick-demo2 p {
    font-size: 16px;
    opacity: .8;
}
body.demo .form-book-quick-demo2 h2.heading-title {
    font-size: 26px;
    margin-bottom: 8px!important;
}
body.demo .form-book-quick-demo2 .form-group {
    margin-bottom: 20px;
}
body.request-demo-meeting #footer,body.demo-meet #footer{
    display: none;
}
body.demo-meet .collapse.navbar-collapse a.nav-link {
    padding: 13px 10px!important;
}
body#vconfex.demo-meet {
    padding-top: 55px;
}
body.demo-meet .collapse.navbar-collapse{
    visibility: hidden;
}
body.request-demo-meeting .footer .layer-01.shape-2 {
    display: none;
}
body.request-demo-meeting section#footer {
    padding-top: 20px;
    background: #f8f7ff;
    padding-bottom: 20px!important;
}
body.request-demo-meeting section#footer .copyright p {
    font-size: var(--font-16px);
    margin: 0;
}
body.request-demo-meeting .footer-top-sec .book-demo img.arrow-indicate {
    position: absolute;
    left: -250px;
    top: 20px;
}
/**************custom popup css end*************/

/***********discover vconfex css start************/
.tab-menu.live_event_menu ul.nav.nav-tabs {
    border-bottom: solid 1px #d7d7d7;
    margin-top: 0;
}
section.success-virtual-event.top-features#eventsTabPanel{
    min-height: 680px;
}
section.section-padd4.features_2 {
    background:#ffffff url(https://img.b2bstatic.com/files_env0/retail_files/roket_1618313310.png);
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;

}
.section-tittle h2 {
    font-size: 34px;
    line-height: 43px;
    font-family: var(--semi-bold);
    margin-bottom: 90px;font-weight: 500;
}.section-tittle h2 {
    position: relative;
}h5.color_bold {
    color: var(--hover-color);
    font-size: 36px;
    font-family: var(--bold-font);
    margin: 0px 0px 10px 0px;
}
.step_section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}.step_box {
    display: inline-block;
    padding: 20px 33px;
    position: relative;
}.step_box:first-child {
    padding-left: 0px;
    margin-left: -20px;
}.step_box small {
    color: var(--hover-color);
    font-family: var(--body-font);
}.step_box h4 {
    font-size: 15px;
    padding: 0px 22px;
    font-family: var(--bold-font);
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: normal;
}
.step_section img {
    width: 78px;
}.step_section:before {
    content: '';
    width: 78%;
    position: absolute;
    border: 2px solid #ff4663;
    bottom: 55px;
    left: 33px;
}section.section-padd4.features_5 {
    background: url(https://img.b2bstatic.com/files/retail_files/live_background_1657110141.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}section.section-padd4.features_5 {
    margin-bottom: 50px;
}.tab-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-top: 30px;
    margin-bottom: 40px;
}.tab-menu ul li {
    list-style-type: none;
    display: inline-block;
}
.live_event_menu .nav-tabs a.tab-a{
    border-bottom: solid 2px transparent;
    border-radius: 0;
}
.live_event_menu .nav-tabs a.tab-a span.lb-icon {
    font-weight: 700;
    color: #ED1C24;
    margin-right: 8px;
    /* font-size: 58px; */
    position: relative;
    vertical-align: top;
    margin-top: 14px!important;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    /* margin: 0 10px 0 3px; */
    bottom: 1px;
    position: relative;
    display: inline-block;
    background: #ED1C24;
    margin-right: 3px;
}
.live_event_menu .nav-tabs a.tab-a span.lb-icon:before, .live_event_menu .nav-tabs a.tab-a span.lb-icon:after {
    content: ' ';
    height: 8px;
    width: 8px;
    left: -1px;
    top: -1px;
    animation: pulse 2s linear infinite;
    border: 1px solid #ED1C24;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: .6;
    position: absolute;
    transform: scale(0.714);
    z-index: 1;
}
@keyframes pulse {
    to {
      opacity: 0;
      transform: scale(2.8);
    }
  }
.live_event_menu .nav-tabs a.tab-a span.lb-icon:after {
    animation-delay: 1s;
}
.live_event_menu .nav-tabs a.tab-a.active {
    background: transparent;
    color: var(--hover-color)!important;
    border-color: var(--hover-color);
}

.nav-tabs .tab-menu ul li a.active {
    background-color: white;
    color: #ff5203;
}
.nav-tabs .live_event_menu a.tab-a {
    background: transparent;
    color: white;
}
.live_event_menu a.tab-a {
    background: transparent;
    color: #333333 !important;
    cursor: pointer;
    border: none;
    font-size: 24px;

}span.circule {
    display: inline-block;
    width: 13px;
    display: none;
    height: 13px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    margin-right: 5px;
    background: transparent;
}.live_event_menu a.tab-a.active span.circule {
    background: white;
    display: none;
}.color_white {
    color: white !Important;
}
.live_event_menu.tab-menu ul li a {
    text-decoration: none;
    color: #333333;
    padding: 7px 25px!important;
    border-radius: 4px;
    font-size: 22px;
    position: relative;
    font-weight: 500;
        text-align: center;
    display: inline-block;
    margin-right: 20px;
}.event_box {
    display: inline-block;
    width: 30%;
    background: white;
    border-radius: 5px;
    position: relative;
    vertical-align: top;
    margin: 1.0%;
    padding:5px;
}.event_header {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    min-height: 250px;
}.event_box .event_header img {
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    transition: all .3s ease-in;
}
.event_box:hover .event_header img {
    transform: scale(1.1);
}
.event_overlap {
    position: absolute;
    top: 0px;
    background: #0000007a;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}
.custome_btn {
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 10px 30px !important;
    background: transparent;
    text-transform: capitalize;
    letter-spacing: 1px;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    font-weight: 500;
    min-width: 111px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    line-height: 29px;
    background: var(--hover-color);
    border: 0px;
    color: white;
    margin-top: 20px;
    text-decoration: none !important;
    border-radius: 5px;
    box-shadow: 0 0 6px rgb(22 32 32 / 16%), 0 0px 2px rgb(22 32 32 / 23%);
}button.custome_btn {
    font-size: 12px;
    padding: 4px 10px !important;
    text-transform: uppercase;
}
.event_contener {
    display: inline-block;
    padding: 15px 15px 36px;
    position: relative;
    width:100%;
}.event_contener h3 {
    font-size: var(--font-18px);
    line-height: 23px;
    margin-bottom: 10px;
    min-height: 46px; font-family: var(--semi-bold); 
    font-weight: 500;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}.tags.upcoming {
    background: #f3aa42;
    text-align: center;
    display: inherit;
    color: white;
    padding: 3px 9px;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 20px;
    text-transform: uppercase;
}.event_contener .bottom_content {

    display: inline-block;
    width: 100%;
    display: flex;
    padding: 8px;
    background: #ffedf7;
    /* margin: 0 -15px -15px; */
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;

}
#eventsTabPanel .fade:not(.show){
    display:none;
}
.event_contener .bottom_content >div{
    display: flex;
}
.event_contener .bottom_content span {
    color: black;
    font-size: 13px;
    width: auto;
    margin-right: 16px;
    font-weight: 500;
    margin-top: 0px;
}
.event_contener .bottom_content >div span:last-child {
    margin-right: 0;
}

.event_contener .bottom_content span {
    color: black;
    font-size: 13px;
    width: auto;
    margin-right: 16px;
    font-weight: 500;
    margin-top: 0px;
}
.bottom_content span {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    color: white;
}.event_contener .bottom_content span i {
    margin-right: 5px;
}.tags.upcoming {
    background: #f9a33e;
    text-align: center;
    display: inherit;
    color: white;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right:0px;
    min-width: 80px;
    line-height: normal;
    text-transform: uppercase;
}.tags.live {
    background: #559609;
    text-align: center;
    display: inherit;
    color: white;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px;
    margin-bottom: 20px;
    line-height: normal;
    text-transform: uppercase;
    min-width: 80px;
    box-sizing: border-box;
}
.tags.past {
    background-color: #f36867;
    text-align: center;
    display: inherit;
    color: white;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 20px;
    line-height: normal;
    margin-right: 20px;
    text-transform: uppercase;
    min-width:80px;
}
.event_contener a {
    display: block;
}
.event_contener:hover a h3{
    color: var(--hover-color);
}
.section-padd4 {
    padding-top: 200px;
    padding-bottom: 110px;
}
.vconfex-event .fade:not(.show) {
 display: none;

}
.vconfex-event .fade.show {
    display: block;
   
   }
   .vconfex-event .event_box .event_header img {
    transform: scale(1);
    transition: all .3s ease-in;
}
.vconfex-event .event_box:hover .event_header img {
    transform: scale(1.1);
    transition: all .3s ease-in;
}
.vconfex-event .event_box:hover  h3{color:var(--hover-color)}
.latest-articles.successful-event-container .thumb img {
    object-fit: cover;
}.latest-articles.successful-event-container .thumb {
    height: 250px;
    width: 100%;
    display: inline-flex;
    box-shadow: 0 0 14px 1px rgb(255 215 219 / 70%);
    border: 12px solid #ffffff;
    overflow: hidden;
    margin-bottom: 20px;
}
.latest-articles.successful-event-container .content h5{
    margin-bottom: 10px;
}
.latest-articles.successful-event-container .blog-item:hover h5{
    color:var(--hover-color)
}
.latest-articles.successful-event-container .blog-item .item.cus-bor span {
    display: inline-block;position: relative;
}
.latest-articles.successful-event-container .blog-item .item.cus-bor span:last-child{
    padding-left: 13px;
    margin-left: 13px;
}
.latest-articles.successful-event-container .blog-item .item.cus-bor span:last-child:before{
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #b9b9b9;
    border-radius: 50px;
    content: '';
    top: 8px;
}

#liveEventLooking.hybrid-event{
    background: none;
     min-height: 710px; 
}
#liveEventLooking.hybrid-event .secondary-title{
    font-size: 18px;
    text-align: center;
}
#liveEventLooking.hybrid-event .overlay{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
   
    text-align: center;
}
#liveEventLooking.hybrid-event .overlay img.bg-one{
    margin-top: 140px;
    
}
#liveEventLooking.hybrid-event .overlay img.bg-two {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: -130px;
    position: relative;
    z-index: -1;
    opacity: .7;
}
#liveEventLooking.hybrid-event .single-box span ,#liveEventLooking.hybrid-event .single-box p{
    color: #424242;
    font-size: var(--font-16px);
}
#liveEventLooking.hybrid-event .single-box{
    text-align: center;
}
#liveEventLooking.hybrid-event .single-box.color1 h2{
    color:#9d0aea;
}
#liveEventLooking.hybrid-event .single-box.color2 h2{
    color:#1934ab
}
#liveEventLooking.hybrid-event .single-box.color3 h2{
    color:#c601d2
}
#liveEventLooking.hybrid-event .single-box.color4 h2{
    color:#cc0066
}
#liveEventLooking.hybrid-event .single-box h2 {
    font-size: 20px;
    line-height: normal;
    margin: 5px 0;
}
.event_overlap button.custome_btn:hover{
    background: var(--body-color);
    color: var(--hover-color);
}
.event_contener a.ticket_book_btn {
    display: inline-block;
    margin-left: 10px;
}
.event_contener a.ticket_book_btn img {
    width: auto;
    position: static;
    margin-right: 5px;
}
.event_contener a.ticket_book_btn button.ticket_book {
    background: transparent;
    color:var(--hover-color);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}
/***********discover vconfex css end************/

/**********event detail page css start************/
#event-detail .description p{width: 100%;
    text-align: left;
    font-size: var(--font-18px);
    margin: 25px 0;}
    #event-detail .description ul li{
        font-size: var(--font-18px);
        color:var(--para-color);
    }
#event-detail .description h2 {
    line-height: normal;
    color: #19223c;
    font-size: 22px; margin-bottom: 20px;
}
#event-detail .description strong{color: #19223c;}
#event-detail .description ol li,#event-detail .description ul li{ line-height: normal; font-size: 18px;
    color: var(--para-color);margin-bottom: 3px;}
    #event-detail .description table{margin-bottom: 20px;}
    #event-detail .description table tr td,#event-detail .description table tr td strong{color: #19223c;}
#event-detail .description table tr td{vertical-align: top; padding:10px}
#event-detail .description table tr td p{margin:0px 0 5px; line-height: normal;}
#event-detail .description a{color: var(--hover-color);}
#event-detail .description table tr td sup{
    color:#333333;
}
#event-detail .description ol li {
    list-style: decimal;
    padding-left: 6px;
    margin-left: 20px;margin-bottom: 10px;
}
#event-detail .description ul li {
    list-style: disc;
    padding-left: 6px;
    margin-left: 20px;
}
#event-detail .description ol, #event-detail .description ul {
    margin-bottom: 30px;
}
#event-detail .description li strong{display: block;
    margin-bottom: 20px;
    color: #ec1a3b;
    margin: 0px 0 20px;
    font-size: 20px;}
    #event-detail .description img{margin-bottom: 20px;}

    .virtual-event-3d .video-wrapper-3d img {
        width: 100%;
    }

    .bg-video-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 570px;
       
      }
      video {
        min-width: 100%;
        min-height: 100vh;
        position: absolute;
        bottom: -220px;
        z-index: 1;
      }
      section#event-detail .banner-content {
        padding-bottom: 0;
    }
    /****************vconfex dealing css start*******************/
    .map-container {
        padding: 3.2rem 0.8rem;
        position: relative;
        display: inline-block;
      }
      .map-container img {
        width: 100%;
      }
      .map-container .point {
        cursor: pointer;
        position: absolute;
        width: 1.6rem;
        height: 1.6rem;
        background-color: #c2b1f9;
        border-radius: 50%;
        transition: all 0.3s ease;
        will-change: transform, box-shadow;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
        animation: pulse 3s infinite;
        background: url(https://img.b2bstatic.com/files/retail_files/location-icon_1661500083.png) no-repeat center;
      }
      .map-container .point:hover {
        animation: none;
       /* transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
      }
      .map-container .venezuela {
        top: 54%;
        left: 24%;
      }
      .map-container .dubai {
        top: 38%;
        left: 60%;
    }
      .map-container .brasil {
        top: 64%;
        left: 28%;
      }
      .map-container .argentina {
        top: 77%;
        left: 27%;
      }
      .map-container .colombia {
        top: 55%;
        left: 21%;
      }
      .map-container .panama {
        top: 51%;
        left: 18%;
      }
      .map-container .mexico {
        top: 38%;
        left: 12%;
      }
      .map-container .usa {
        top: 26%;
        left: 17%;
      }
      .map-container .arabia {
        top: 40%;
        left: 53%;
      }
      .map-container .turquia {
        top: 31%;
        left: 57%;
      }
      .map-container .rusia {
        top: 16%;
        left: 67%;
      }
      .map-container .china {
        top: 40%;
        left: 72%;
      }
      .map-container .japon {
        top: 34%;
        left: 86%;
      }
      .map-container .australia {
        top: 72%;
        left: 86%;
      }
      .map-container .sydney {
        top: 72%;
    left: 84%;
      }
      .map-container .india {
        top: 40%;
        left: 69%;
    }
    .map-container .doha {
        top: 38%;
        left: 58%;
    }
    .map-container .europe {
        top: 25%;
        left: 50%;
    }
    .map-container .taiwan {
        top: 28%;
        left: 75%;
    }
    .map-container .uae {
        top: 42%;
        left: 62%;
    }
    .map-container .saudi_arabia {
        top: 44%;
    left: 61%;
    }
    .map-container .qatar {
        top: 43%;
        left: 59%;
    }
    .map-container .oman {
        top: 46%;
    left: 63%;
    }
  
    .map-container .bangladesh {
        top: 46%;
        left: 72%;
    }
    .map-container .Kuwait{
        top: 33%;
    left: 61%;
    }
    .map-container .africa {
        left: 52%;
        top: 78%;
    }
    .map-container .ease_africa {
        left: 55%;
        top: 68%;
    }
    
      @keyframes pulse {
        0% {
          box-shadow: 0 0 0 0 rgba(236, 26, 59, 84%);
        }
        70% {
          box-shadow: 0 0 0 25px rgba(236, 26, 59, 0%);
        }
        100% {
          box-shadow: 0 0 0 0 rgba(236, 26, 59, 0%);
        }
      }
      .vconfex-dealing {
        background: #ffffff;
      }

      body#vconfex{
        padding-top:90px;
      }
      .header-section{
        transition: all .3s ease-in;
      }
      .platefarm-endless iframe {
        border-radius: 6px;
        border: solid 10px #ffffff;
        box-shadow: 0 0 23px #ccc;
    }

    /*******after content update css changes*/
    .platefarm-endless .image-block p {
        min-height: 90px;
    }
    body.solutions div#v-pills-tab {
        justify-content: center;
        margin-bottom: 20px;
        border: none;
        display: flex;
        flex-direction: row!important;
        flex-wrap: inherit;
        width: max-content;
    }
    body.solutions:not(.virtual-event-marketing) .platefarm-endless .image-block p {
        min-height: 50px;
    }

    body.solutions.customer-support .platefarm-endless .image-block p,  body.solutions.mobile-event-app .platefarm-endless .image-block p{
        min-height: 93px;
    }



    /***********top banner css customized***********/
    .banner-section.top-hero-banner .overlay .banner-content span.slogan, span.slogan{
        margin-bottom: 5px;
        font-size: 15px;
    }
    .banner-section.top-hero-banner .overlay .banner-content .top-area p{
        margin: 15px 0 20px 0;
        /* font-size: 16px; */
        width:100%;
    }
    .banner-section.top-hero-banner .overlay .banner-content .cmn-btn{
padding:5px 20px 5px 15px;
    }
    .banner-section.top-hero-banner .image-banner > img{
        margin-top: -20px;
        max-height: 350px;
    }

    .brand-band{
        box-shadow: 0 1px 10px #e5e5e5;
        position: relative;
        background: #ffffff;

    }
    .brand-band .rating-wrapper{
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#181717+0,40181e+100 */
background: #181717; /* Old browsers */
background: -moz-linear-gradient(left,  #181717 0%, #40181e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #181717 0%,#40181e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #181717 0%,#40181e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181717', endColorstr='#40181e',GradientType=1 ); /* IE6-9 */
padding: 16px 15px 12px;
    min-height: 83px;
    }
    .brand-band .rating-wrapper .rating {
        color: #ffffff;
    font-size: 14px;
    text-align: center;    margin-top: 5px;
    }.brand-band .rating-wrapper .rating span.Stars {
        display: block;
    }
    .brand-band .rating-wrapper .rating span {
        color: #ffffff;
        font-size: 16px;
    }
    .brand-band .rating-wrapper span.caption {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .brand-band .rating-wrapper span.caption p {
        display: inline-block;
        color: #ffffff;
        width: auto;
        line-height: normal;
    }
    .brand-band .rating-wrapper span.caption img {
        display: inline-block;
        float: right;
        vertical-align: top;
        max-width: 30%;
        margin-left: 10px;
    }
    .brand-band .brand_logo img.img-fluid {
        max-height: 50px;
    }
    .brand-band .brand_logo{
        position: static;
    width: 100%;
    height: auto;
    overflow: hidden;
    }
    .brand-band .brand_logo .brand-marquee{
        display: flex;
        animation: scrolling 50s linear infinite;
    }
    .brand-band .brand_logo .brand-marquee img{
        max-width: none;
    width: auto;
    }
    @keyframes scrolling {
        0% {
          transform: translateX(0); }
        100% {
          transform: translateX(-2718px); } }
    
          
/************event-detail page css start**********/
#event-detail .top-area img{
    box-shadow: 0 0 14px 1px rgb(255 215 219 / 70%);
    border: 12px solid #ffffff;
    margin-bottom: 20px;
}
#event-detail .description p{
    margin: 0px 0 25px;
}
body.our-integrations section.success-virtual-event.top-features .image-block-container p:not(:last-child){
    margin-bottom: 15px;
}
body.our-integrations .list-with-tick.w-100 li {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 5px;
}

/*************social icon css start*********************/
.social_links {
    margin-top: 15px;
    transition: none;
}

.social_links .links {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 15px;
    padding: 0px;
    background: transparent;
    border: solid 1px var(--hover-color); transition: none;
}
.social_links .links:hover{
    background: var(--hover-color); transition: none;
}
.social_links .links:hover svg{
    fill: var(--body-color); transition: none;
}

.social_links .links svg {
    fill: var(--hover-color);
    width: 16px;transition: none;
}
.toggle-text span,.more span{
    display: inline;
}
.morecontent span {
    display: none;
}
.morecontent.active span{display: inline!important;}
  a.morelink {
    color: var(--hover-color);
    text-decoration: underline;
    font-size: 15px;
    display: inline;
}
/* .toggle-text-content{display: inline;}
.toggle-text-content.active span{display: inline!i{mportant;} */
.image-block-container h2.heading-title {
    text-transform: capitalize;
    line-height: 1.2;
}

.success-customer .tab-wrapper ul.nav.nav-tabs {
    align-items: center;
    justify-content: center;
}
/* .unveil{
    background: #fdd9d8;
    position: relative;

}
.unveil:after{
    position:absolute;
    content:'Loading';
    color:#000;
} */

.tippy-tooltip-content {
    line-height: normal;
    font-size: 16px;
}
/******static pages css sart**********/
.static_content-wrapper{background-color: var(--body-color);}
.static_content-wrapper p {
    margin-bottom: 20px;
}
.static_content-wrapper .privacy_policy2{
    font-size: var(--font-18px);
    color: var(--head-color);
}
.static_content-wrapper h6,.static_content-wrapper ul{
    margin-bottom: 15px;
}
.static_content-wrapper h3,.static_content-wrapper h4{
    font-size: 28px; line-height: normal;
    color:#333333;
}
.static_content-wrapper h4{
    font-size: 22px;
    color: #4a4a4a;
}
ul.dot,ol.number_1,ol.dot,ol.number {
    margin-left: 20px;
    margin-top: 30px;
}
.static_content-wrapper h4 li{margin-top:20px;}
.static_content-wrapper h3 li{font-weight: 600;}
.static_content-wrapper ul li,.static_content-wrapper  li{
    margin-bottom: 15px;
    list-style: none;
}
.static_content-wrapper table tr td{
    padding:10px 0; 
    vertical-align: top;
}
ol.ABC li {
    margin-left: 20px;
    font-weight: 600;
}
.static_content-wrapper a{
    color:var(--hover-color)!important;
}
.crm-lead-customization .customized-card-table .booth_listing {
    border: none;
}

.novalid-link {
    text-align: center;
}
.novalid-link span {
    display: inline-block;
    padding: 10px 15px;
    color: #ccc;
    font-size: 30px;
}

/*********bhanu css for footer********start**********/
.copyright{
    border-radius: 12px;
    padding: 10px;
    /* margin-bottom: 50px; */
    background-color: #ebebf9;
}
.copyright a{
    color: #3f4850;
    font-weight: 700;
    list-style: none;
    font-size: 13px;
    margin: 0 5px;
}
.copyright p{
    font-weight: 700;
    list-style: none;
    font-size: 13px;
    color: #3f4850;
}
.copyright .row {
    align-items: center;
}
@media screen and (max-width:767px){
    .copyright p{
        text-align: center;
        margin-top:20px;
    }
}
/*********bhanu css for footer********end**********/