/*  
==========================================================
- Theme Style
==========================================================
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/* Main Menu Style */

.navbar-toggler {
    border: 1px solid rgba(0, 0, 0, 0.09);
}
header.webalive-header {
    padding-bottom:66px;
}
.webalive-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    display: flex;
    align-items: center;
    min-height: 60px;
    background: linear-gradient(93.81deg, #1183A7 28.89%, rgba(165, 104, 243, 0.85) 134.03%, #28A2C9 139.71%);
    border-bottom:0px solid #ececec;
}
.home .webalive-navbar {
    background:transparent;
}
.home .webalive-navbar.fixed-to-top{
    background: linear-gradient(93.81deg, #1183A7 28.89%, rgba(165, 104, 243, 0.85) 134.03%, #28A2C9 139.71%);
}

/*.webalive-main-menu li a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:0px;
    width:100%;
    height: 4px;
    background:#139AC4;
    opacity: 0;
}
.webalive-main-menu li a:hover::before {
    opacity: 1;
}
.webalive-main-menu li.current-menu-item a::before {
    opacity: 1;
}
*/

.webalive-menu-wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.webalive-navbar-brand {
    max-width: 200px;
}

.webalive-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left:auto;
}

.webalive-main-menu li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    z-index: 100;
}

.webalive-main-menu li a {
    display: block;
    padding: 20px 20px;
    font-size: 17px;
    font-family: 'Gilroy';
    font-weight:600;
    color: #fff;
    transition: all ease-in-out .2s;
    text-decoration:none !important;
}
.webalive-main-menu li a:hover{
    text-decoration:none;
    color:#9fcdee;
}
.webalive-main-menu li>.sub-menu {
    display: none;
    position: absolute;
    top: 64px;
    left: 0px;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    width: 240px;
    background: #fff;
    box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.webalive-main-menu li>.sub-menu li {
    display: block;
    position: relative;
    z-index: 0;
}

.webalive-main-menu li>.sub-menu li a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    border-bottom: 1px solid rgb(244 234 234 / 70%);
    color:#032430;
    font-size: 17px;
}

.webalive-main-menu li>.sub-menu li ul.sub-menu {
    display: block;
    position: absolute;
    width: 225px;
    left: 100%;
    top: 0%;
    z-index: 1;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-color: #f1f1f1;
}
.webalive-main-menu li>.sub-menu li.current-menu-item a,
.webalive-main-menu li>.sub-menu li a:hover {
    color: #0094C4;
}
.open {
    display: block !important;
}

.hide {
    display: none !important;
}



.webalive-main-menu .menu-item-has-children {
    padding-right: 10px;
}

.webalive-main-menu>.menu-item-has-children:after {
    content: "\f078";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    right: 5px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 10px;
    color: #fff;
    top: 38px;
}

.webalive-main-menu>.menu-item-has-children:hover::after {
    content: "\f077";
}

.webalive-main-menu>li ul.sub-menu .menu-item-has-children:after {
    content: "\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 10px;
}

.webalive-main-menu>li ul.sub-menu .menu-item-has-children:hover::after {
    content: "\f053";
}

.webalive-main-menu>li ul.sub-menu li.menu-item-has-children:after {
    right: 10px;
}

.webalive-navbar-toggler,
.webalive-main-menu li .mb-toggle {
    display: none;
}

.mb-toggle .dashicons {
    margin: 50%;
    transform: translate(-50%, -50%);
}

.current-menu-item>a {
    color: #ff7959;
}

/* Portrait and Landscape */

@media only screen and (max-width:1024px) {
    .webalive-main-menu li a::before{
        display:none;
    }
    .webalive-main-menu li a:hover::before{
        display:none;
    }
    .webalive-navbar .container {
        padding: 0;
    }
    .webalive-navbar-brand img{
        max-width:135px;
    }
    .webalive-brand-wrap {
        padding: 0 15px;
    }
    a.webalive-navbar-brand {
        font-weight: 600;
    }
    a.webalive-navbar-brand,
    a.webalive-navbar-brand:visited,
    .webalive-navbar-toggler {
        color: #fff
    }
    .right-menu-side-content{
        margin-left: auto;
        margin-right: 52px;
    }
    .webalive-brand-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
    }
    .webalive-navbar-toggler {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border:0px solid rgba(255, 255, 255, 0.2);
    }
    .webalive-main-menu {
        display: none;
        width: 100%;
        padding: 0 0px;
        background: #fff;
        position: absolute;
        left:0px;
        width: 100%;
        top:75px;
    }
    .webalive-navbar {
        padding: 16px 3px !important;
        z-index: 99;
    }
    .webalive-main-menu li a {
        padding: 14px 20px !important;
        border-top:1px solid #f1f1f1;
        color:#082E40;
    }
    .webalive-main-menu>li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    }
    .webalive-main-menu li a {
        padding: 10px 0px;
    }
    .webalive-main-menu .menu-item-has-children:after {
        display: none;
    }
    .webalive-main-menu li .mb-toggle {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        color: #333;
        text-align: center;
        line-height: 2.5;
        top:9px;
        right: 0px;
    }
    .webalive-main-menu li ul {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .webalive-main-menu li ul li {
        display: block;
        position: relative;
    }
    .webalive-main-menu>li ul.sub-menu {
        display: none;
        width: 100%;
        position: relative;
        top: 0;
        background-color: #fff;
        padding: 0px 0px 0px 0px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1)
    }

    .webalive-main-menu>li ul.sub-menu>li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .webalive-main-menu>li ul.sub-menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .webalive-main-menu>li ul.sub-menu>li:last-child {
        border: 0;
    }
    .webalive-main-menu>li ul.sub-menu>li:only-child {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .webalive-main-menu li>.sub-menu li ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0px 0px 0px 10px;
    }
    .webalive-main-menu .menu-item-has-children {
        padding-right: 0;
    }
    .webalive-main-menu li>.sub-menu li a {
        padding: 10px 38px !important;
        border-bottom: 0px solid rgb(244 234 234 / 70%);
        color: #032430;
        border-top: 0;
    }
    /*mobile responsive menu start*/
    .webalive-navbar-toggler::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#082e40;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .webalive-navbar-toggler::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#fff;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .webalive-navbar-toggler i::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#fff;
        position: absolute;
        left: 0;
        top: 7px;
    }
    .webalive-navbar-toggler::before {
        content: '';
        width: 24px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: -1px;
    }
    .webalive-navbar-toggler i::before {
        visibility: hidden;
    }
    .webalive-navbar-toggler {
        right: 18px;
        top: 28px;
        width: 24px;
        position: absolute;
        cursor:pointer;
    }
    .webalive-navbar-toggler,
    .webalive-navbar-toggler:before,
    .webalive-navbar-toggler:after,
    .webalive-navbar-toggler.js-hide-nav:before,
    .webalive-navbar-toggler.js-hide-nav:after {
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .webalive-navbar-toggler.js-hide-nav:before {
        moz-transform: rotate(45deg) translateX(6px) translateY(6px);
        -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
        -o-transform: rotate(45deg) translateX(6px) translateY(6px);
        -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
        transform: rotate(45deg) translateX(6px) translateY(6px);
    }
    .webalive-navbar-toggler.js-hide-nav:after {
        -moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        transform: rotate(-45deg) translateX(5px) translateY(-5px);
    }
    .webalive-navbar-toggler.js-hide-nav i:after {
        visibility: hidden;
    }
    /*mobile responsive menu end*/
}



.loader {
    border: 4px solid #33475b;
    border-top: 4px solid #ff7959;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: 10px 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Elementor default fixing*/

 .elementor-icon-list-item > .elementor-icon-list-text,
 .elementor-icon-list-item > a {
     font-family: 'Poppins', sans-serif !important;
}
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6
{
    margin: 40px 0 15px 0;
}
.elementor-widget-text-editor p a,
.elementor-widget-text-editor  a
{
    text-decoration: underline;
}
.elementor-widget-text-editor p a:hover,
.elementor-widget-text-editor  a:hover
{
    color: #0D3C55;
}
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6{
    color:#032430;
    font-family: 'Sharp Sans', sans-serif !important;
}






/*Custom Theme design*/


/*home landing page start*/
.exsited-colume-box .elementor-icon-list-item{
    text-decoration: underline !important;
}
.exsited-colume-box .elementor-icon-list-item a{
    color: #0D3C55;
}
.exsited-colume-box .elementor-icon-list-item a:hover{
    color: #ff7959 !important;
}
.exsited-colume-box .elementor-icon-list-item a span{
    transition: all ease-in-out .2s;
}
.exsited-colume-box .elementor-icon-list-item a:hover span{
    color: #ff7959 !important;
}

.exsited-colume-box.underlinenone  .elementor-icon-list-item:hover{
    text-decoration: underline !important;
}
.findout-btn.elementor-widget-button .elementor-button {
    width: auto;
    padding: 0px;
    background: transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 20px;
    color:#082E40;
}
.findout-btn .elementor-button span{
    align-items: center;
}
.findout-btn.elementor-widget-button .elementor-button-icon{
    background: rgba(34, 176, 175, 0.06);
    width: 39px;
    height: 39px;
    line-height: 38px;
    border-radius: 50%;
}
.findout-btn.elementor-widget-button .elementor-button:hover {
    opacity:0.6;
}
.findout-btn .elementor-button-text{
    text-align:left;
}


/*home landing page end*/
.webalive-brand-wrap {
    flex-basis:auto;
    /* padding-bottom: 8px; */
}
a.webalive-navbar-brand {
    display: flex;
    align-items: center;
    max-width: 100%;
   /* width: 100%;
    flex-basis: 100%;
    max-width: 100%;*/
}
a.webalive-navbar-brand > span {
    padding-left: 42px;
    color:rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight:500;
    position:relative;
    margin-top:4px;
}
a.webalive-navbar-brand>span:before{
    content:'';
    background-color:rgba(0, 0, 0, 0.18);
    position:absolute;
    height:29px;
    width:1px;
    left:22px;
}
a.webalive-navbar-brand:hover {
    text-decoration: none;
}
.webalive-navbar {
    height:75px;
    padding: 16px 20px;
}
.webalive-navbar .container-fluid{
    padding: 0;
}
.users ul{
    padding: 0;
    margin: 0;
}
.users ul li{
    display: inline-block;
    list-style: none;
    margin: 0 15px;
}
.users ul li a{
   color: #33475B;
    font-size: 18px;
    font-weight: 600;
}
.users ul li a svg{
    vertical-align: middle;
    margin-top: -4px;
}
.webalive-footer{
    background:#003040;
    padding: 70px 20px 35px 20px;
}
.webalive-footer .current-menu-item>a {
    color: #fff;
}
.webalive-footer a:hover{
    color:#139AC4;
}
.footer-right-menu ul, .copyright-menu ul, .menu-footer-social-menu-container ul {
    margin: 0;
    padding: 0;
}
.footer-right-menu ul li{
   list-style: none;
    display: inline-block;
    margin-left: 25px;
    float: right;
}
.footer-right-menu .menu-footer-menu-container ul li{
    margin-left: 40px;
}
.copyright-menu ul li{
    list-style: none;
    margin-right: 20px;
    margin-left: 0px;
    float: left;
}
.footer-right-menu ul li a{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
}
.copyright-menu p, .copyright-menu ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    width: 100%;
    display: inline-block;
}
footer.webalive-footer hr {
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 5px 0 5px 0;
    margin-top:25px;
}
.menu-footer-social-menu-container ul li{
    list-style: none;
    display: inline-block;
    float: right;
    margin-left: 20px;
}
.menu-footer-social-menu-container ul li a:hover{
   color:#ff7959;
}
.menu-footer-social-menu-container ul li i{
    color: #fff;
    font-size: 25px;
    opacity: 1;
    transition: all ease-in-out .2s;
}
.menu-footer-social-menu-container ul li i:hover {
    color:#ff7959;
}
/*Wrning modal*/
.warning-modal {
    background: #FFF;
    width: 400px;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    position: fixed;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -100px;
    line-height: 25px;
    z-index: 9999;
    padding: 55px;
}
.warning-modal-bg {
    background: #000;
    zoom: 1;
    opacity: 0.6;
    filter: alpha(opacity=80);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
/*Left menu APIs*/
.left-menu-sidebar .elementor-widget-wrap.elementor-element-populated {
    position: sticky;
    top: 80px;
    z-index: 9;
}
.left-menu-sidebar.elementor-column {
    display: block !important;
}
.left-menu-sidebar .menu-item-sidebar.elementor-widget-icon-list > .elementor-widget-container:hover {
    background:#D8F6FF;
    border-radius:3px;
}
.left-menu-sidebar  .menu-item-sidebar.active-left.elementor-widget-icon-list > .elementor-widget-container {
    background:#D8F6FF;
    border-radius:3px;
}
.left-menu-sidebar  .menu-item-sidebar.active-left.elementor-widget-icon-list > .elementor-widget-container a {
    font-weight:500;
    color:#0F85AB;
}
.left-menu-sidebar  .menu-item-sidebar.active-left.elementor-widget-icon-list > .elementor-widget-container a span {
    color:#0F85AB;
    font-weight:500;
}
/*APIs code design*/
.commomn-api ul {
    margin: 0;
    padding: 0;
}
.commomn-api ul li {
    list-style: none;
    padding: 12px 20px 12px 16px;
    background: #f1f3f4;
    border-radius: 14px;
    margin-bottom: 14px;
    border: 1px solid #555;
}

li.title-tog.get {
    border-color: #58a587;
    background: #58a5870f;
}
li.title-tog.post {
    border-color: #0d3c55;
    background: #0d3c551f;
}
li.title-tog.delete {
    border-color: #ff5050;
    background: #ff505014;
}
li.title-tog.patch {
    border-color: #6e58a5;
    background: #6e58a51a;
}
li.title-tog.put {
    border-color: #317ecd;
    background: #317ecd24;
}
.commomn-api ul li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #0d3c55;
    display: block;
    width: 100%;
    position: relative;
}
.commomn-api ul li a span:first-child {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    background: #58a587;
    border-radius: 9px;
    padding: 8px 18px 7px 18px;
    margin-right: 10px;
}
.commomn-api ul li.title-tog.get a span:first-child {
    background: #58a587;
}
.commomn-api ul li.title-tog.post a span:first-child {
    background: #0D3C55;
}
.commomn-api ul li.title-tog.post .accordion.main-tog-dis {
    /*border: 2px solid #0D3C55;*/
}
.commomn-api ul li.title-tog.delete a span:first-child {
    background: #FF5050;
}
.commomn-api ul li.title-tog.delete .accordion.main-tog-dis {
    /*border: 2px solid #FF5050;*/
}
.commomn-api ul li.title-tog.patch a span:first-child {
    background: #6e58a5;
}
.commomn-api ul li.title-tog.patch .accordion.main-tog-dis {
    /*border: 2px solid #6e58a5;*/
}
.commomn-api ul li.title-tog.put a span:first-child {
    background: #317ecd;
}
.commomn-api ul li.title-tog.put .accordion.main-tog-dis {
    /*border: 2px solid #35b3b3;*/
}
.commomn-api ul li.title-tog.method a span:first-child {
    display: none;
}
.commomn-api ul li a:after {
    content: "";
    background: url(../../source/images/down-arrow.svg) no-repeat center;
    width: 18px;
    height: 10px;
    display: inline-block;
    transform: rotate(0);
    transition: all ease-in-out .3s;
    right: 0;
    position: absolute;
    top: 16px;
    background-size: contain;
}
.commomn-api ul li a.main-tog:after {
    transform: rotate(180deg);
}
.accordion.main-tog-dis {
    background: #FFFFFF;
    /*border: 2px solid #58A587;*/
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.result-shortcode-1 button {
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    color: #0D3C55 !important;
    background: #fff;
    border: 1px solid #758DA0;
    box-sizing: border-box;
    border-radius: 3px;

}
.try-or-cancel {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.try-it, .cancel-ex, .auth-it {
    font-weight: 700;
    font-size: 12px;
    line-height: 25px;
    color: #0d3c55;
    background: #fff;
    border: 1px solid #758da0;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 1px 12px 0px 12px;
    float: right;
    clear: both;
    margin: 10px 0;
    cursor: pointer;
    transition: all ease-in-out .2s;
}
.auth-it {
    border: 1px solid #49cc90;
    color: #49cc90;
    margin-left: 10px;
    font-size: 14px;
    position: relative;
    padding-right: 35px;
}
.auth-it:before {
    content: "";
    background: url(../../source/images/unlocked.svg) no-repeat center;
    position: absolute;
    top: 3px;
    right: 10px;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
}
.cancel-ex {
    margin-left: 10px;
    background: #33475b;
    color: #fff !important;
    border-color: #33475b;
}
.try-it:hover{
    background: #33475b;
    color: #fff !important;
    border-color: #33475b;
}
.cancel-ex:hover{
    color: #0d3c55 !important;
    background: #fff;
    border: 1px solid #758da0;
}
.submit-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.refresh, .submit-btn button, .yes-unauth {
    padding: 6px 18px;
    border: 0;
    background: #3cc38e;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 16px;
    transition: all ease-in-out .2s;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.submit-btn button:hover {
    background: #33475b;
    color: #fff !important;
    border-color: #33475b;
}
.refresh, .yes-unauth {
    background: #ff5050;
    text-align: center;
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.refresh:hover, .yes-unauth:hover {
    background: #33475b;
    text-decoration: none;
}
.action-button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}
.action-button .yes-unauth{
    margin: 0;
}
.action-button .close {
    color: #0d3c55 !important;
    background: #fff;
    border: 1px solid #758da0;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 1;
    width: 132px;
    height: 37px;
}
.action-button .close:hover {
    border: 1px solid #0d3c55;
}
/*.refresh:before {*/
/*    content: "";*/
/*    background: url("../../source/images/refresh.svg") no-repeat center;*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    left: 30px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    display: inline-block;*/
/*}*/
.response-btn, .server-res {
    font-family: 'Poppins', sans-serif ;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #0D3C55;
    margin-bottom: 10px;

}
.scrollable-content {
    height: 400px;
    width: 100%;
    overflow: auto;
    margin: 20px 0;
    background: #073042;
    border-radius: 8px;

}
.scrollable-content pre {
    font-family: Source Code Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    padding: 26px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.accordion.main-tog-dis>.result-shortcode {
    background: #f2f5f6;
    padding: 24px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.result-shortcode input[type="text"], .result-shortcode textarea {
    background: #fff;
    border: 1px solid #ccd8ea;
    box-sizing: border-box;
    border-radius: 4px;
    height: 35px;
    margin-bottom: 20px;
}
.result-shortcode input[type="file"] {
    margin-bottom: 20px;
}
.result-shortcode textarea {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}
.result-shortcode table textarea {
    height: 300px;
    background: #073042;
    border-radius: 8px;
    font-family: Source Code Pro !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #fff !important;
    padding: 26px;
}
table.exam-response-tb .scrollable-content {
    width: 100%;
    max-width: 850px;
}

.result-shortcode form textarea {
    height: 250px;
}
.result-shortcode .level {
    font-family:'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    color: #0d3c55;
    margin-bottom: 6px;
}
.print-here-auth {
    text-align: center;
    color: #179764;
    background: #3cc38e14;
    padding: 6px 15px;
    display: block;
    border-radius: 2px;
    border: 1px solid #17976433;
    font-weight: 600;
    margin-top: 20px;
}
.auth-form-js .submit-btn button{
    margin: 0;
}
/*Auth Modal*/
.modal-dialog.auth-modal {
    margin-top: 100px;
}
.close {
    color: #000 !important;
}
.modal-dialog.auth-modal .modal-header{
    border-bottom: 0 !important;
}
.modal-dialog.auth-modal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 30px 30px;
}
.modal-dialog.auth-modal .modal-auth-form {
    margin-top: 30px;
    background: #F2F5F6;
    padding: 30px 25px 30px 25px;
    border-radius: 5px;
}
button.close:focus{
    outline: 0;
}

/*error start*/
.error-404 {
    padding: 130px 0;
}
section.error-404.not-found h1.page-title {
    color: #ff7959;
    margin: 0;
}
/*error end*/
.webalive-site-content{
    min-height:400px;
}

/*event hub start*/
.right-menu-side-content ul{
    display:flex;
    margin:0px;
    align-items: center;
}
.right-menu-side-content ul li{
    list-style-type: none;
    margin-bottom:0;
    margin: 0;
}
.get-started-btn{
    margin-top:8px;
}
.get-started-btn a{
    border:0px solid #00CA88;
    background-color:#00CA88;
    padding:9px 20px 9px 20px;
    color: #fff;
    font-size: 17px;
    font-weight:500;
    text-decoration:none;
    margin-top:10px;
    border-radius: 3px;
}
.get-started-btn a:hover{
    color:#fff;
    background-color:#09d593;
}
.srarch-box-menu{
    margin-right:54px;
    position:relative;
}

.search-icon{
    background: url(../../source/images/search-btn.svg) no-repeat center;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-top:15px;
    cursor:pointer;
}

.explore-btn.elementor-widget-button .elementor-button {
    width:auto;
    padding: 0px;
    background: transparent;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color:#ffffff;
}
.explore-btn.elementor-widget-button .elementor-button-icon{
    background: rgba(255, 255, 255, 0.17);
    width: 44px;
    height: 44px;
    line-height: 48px;
    border-radius: 50%;
}
.explore-btn.elementor-widget-button:hover .elementor-button{
    color:#004156;
}
.explore-btn.elementor-widget-button:hover .elementor-button-icon{
    background:#004156;
}
.explore-btn .elementor-button span{
    align-items: center;
}
.explore-btn.elementor-widget-button .elementor-button:hover {
    opacity:0.8;
}
.explore-btn .elementor-button-text{
    text-align:left;
}
.explore-btn .elementor-widget-button .elementor-button {
    background: transparent;
    font-family: 'Poppins', sans-serif !important;
}
.explore-btn .elementor-widget-button .elementor-button:hover {
    background: #000 !important;
    border:1px solid #000;
}
.home-bage-gradient-bg{
    background: linear-gradient(180deg, rgba(8, 46, 64, 0.06) 16.2%, rgba(8, 46, 64, 0) 61.58%);
}
footer.webalive-footer .menu-item a:hover {
    color: #139AC4;
    text-decoration: none;
}
.footer-right-menu .menu-footer-bottom-menu-container ul li a{
    font-size:14px;
}
header .container{
    max-width:100%;
}

footer.webalive-footer .container{
    max-width:1320px;
}
/*error page start*/
body.error404 .webalive-site-content {
    background: #f5f5f5;
}
body.error404 .page-header-section {
    display: none;
}
.error-404 {
    margin: 0 auto;
    max-width: 1024px;
    padding: 116px 0 121px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.error-404 h2 {
    font-size: 40px;
    line-height: 53px;
    font-weight: 300!important;
    color: rgba(0,0,0,.9);
    margin: 0;
}
.error-404 h2 span {
    display: block;
    color: #000;
    font-size: 100px;
    line-height: 100px;
    margin: 0 0 28px;
}
.error-404 a {
    display: inline-block;
    background: #139AC4;
    border: 2px solid #139AC4;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: #fff !important;
    padding: 14px 39px 13px 39px;
    text-decoration: none;
    transition: .3s;
}
.error-404 a:hover {
    background: #f5f5f5;
    color: #139AC4 !important;
}
.error-404 .left {
    max-width: 50%;
}
.error-404 .right {
    max-width: 50%;
    text-align: right;
}
/*error page end*/
.header-banner{
    background: #f5f5f5;
    padding:90px 15px;
}
.auth-login-container h3{
    font-size:18px;
}

/*sub title update css*/
.left-logo{
    display:flex;
    width: 100%;
}

.ebdev-hub-title{
    padding:20px;
}
.ebdev-hub-title:before {
    content: '';
    background-color: rgba(0,0,0,.18);
    position: absolute;
    height: 29px;
    width: 1px;
    left: 22px;
}
span.ebdev-hub-title {
    padding-left: 42px;
    color: rgba(0,0,0,.8);
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-top:1px;
}

/*sub title update css end*/

/*.footer-logo img{*/
/*    filter: brightness(1) invert(1);*/
/*}*/
.logo-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo-wrapper > span {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding-right: 33px;
    margin-left:3px;
    margin-right:6px;
    color: #fff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}
.right-menu-side-content ul li a {
    color: #fff;
    text-decoration: none !important;
    font-size: 17px;
    font-family: 'Gilroy';
    font-weight: 600;
    position:relative;
}
.right-menu-side-content .event-url{
    margin-right:15px;
}
.right-menu-side-content .event-url a{
    padding-right:20px;
}
.right-menu-side-content .event-url a:hover{
   color:#9fcdee;
}
.right-menu-side-content .event-url a:after {
    content: "";
    background: url(../images/event-url-icon.svg) no-repeat center;
    width: 13px;
    height: 13px;
    display: inline-block;
    transform: rotate(0);
    transition: all ease-in-out .3s;
    right: 0px;
    position: absolute;
    top: 5px;
    display: inline-block;
}
.right-menu-side-content ul li.event-url strong.go-website {
    display: none;
}
.top-menu-content {
    margin-right: auto;
}
/*new header start*/
.top-right-menu-box{
    display:flex;
}

.top-right-links{
    display: flex;
    align-items: center;
}
.home .webalive-footer .container,
.home header .container {
    max-width: 1320px !important;
    width: 100%;
}
.webalive-footer {
    background-color: #003040 !important;
    padding:110px 0 10px 0;
}
.webalive-footer .widget-title{
    color:#fff;
    margin-top:0px;
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
}
body .webalive-footer  a,
body .webalive-footer p a,
body .webalive-footer p{
    color:#fff;
    font-size:14px;
}
footer.webalive-footer .copy-left-content p{
    color:#fff;
}
.colume-foo-5,
.colume-foo-4,
.colume-foo-3,
.colume-foo-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}
.colume-foo-5,
.colume-foo-4 {
    padding-left: 76px;
}
.colume-foo-2{
    padding-left:40px;
}
.copy-right-content{
    text-align: right;
}
.copy-right-content ul{
    display:flex;
    justify-content: right;
}
.copy-right-content ul li{
    padding:0 20px;
}

.border-foo{
    margin-top:32px;
    padding-top:40px;
    border-top:1px solid rgba(255, 255, 255, 0.1);
}
.start-free-content{
    text-align:center;
}
footer.webalive-footer .start-free-content p{
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom:60px;
    color:#fff;
    opacity: 0.7;
}
footer.webalive-footer .start-free-content a{
    color: #fff;
    border-color:#00CA88;
    background-color:#00CA88;
    padding:18px 52px 18px 52px;
    max-height: unset;
    font-family: 'Sharp Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    opacity:100%;
    border-radius: 3px;
}
footer.webalive-footer .start-free-content a:hover{
    opacity:0.9;
}
body .colume-foo-1 p a,
body .colume-foo-1 p{
    margin-top:20px;
    font-size:15px;
}
.webalive-footer ul{
    margin:0;
    padding:0;
}
.webalive-footer ul li{
    margin-bottom:0px;
    list-style-type: none;
}
.social-icon-box .menu-social-icon-container ul {
    text-align: left;
}
.social-icon-box .menu-social-icon-container ul li{
    display:inline-block;
    margin-right:15px;
}
.social-icon-box .menu-social-icon-container ul li a{
    font-size:20px;
}
.copy-right-content a#scrollToTop {
    right:8px;
    top:0px;
    filter: inherit;
}
.copy-right-content a#scrollToTop::before {
    content: "Top";
    color: #003040;
    font-size: 0;
}
a#scrollToTop {
    background: url(../images/top-arrow.svg) no-repeat center right;
    width: 41px;
    display: block;
    position: absolute;
    transition: all ease-in-out .3s;
    padding-right: 36px;
    right: 8px;
    top: -2px;
}
.webalive-navbar-brand img {
    margin-top: -10px;
    filter: inherit;
}
a.webalive-navbar-brand{
    width:auto;
}
.copy-right-content .menu-social-icon-container {
    display: none;
}
.main-documentation-section .elementor-icon-list-item a{
    font-family: 'Graphik';
    font-style: normal;
    color:#032430;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 23px;
}
.main-documentation-section .elementor-icon-list-item span{
    color:#032430;
}
.card-button a{
    font-family: 'Sharp Sans' !important;
    font-style: normal;
    font-weight: 600;
}
.card-button .elementor-button:hover{
    color:#0F85AB !important;
}
.card-button .elementor-button:hover svg path{
    color:#0F85AB !important;
    fill:#0F85AB !important;
}

/*suggest form section start*/
.suggest-forms-section{
    padding: 60px 0px 80px 0px;
}
.suggest-title{
    font-size:27px;
    font-weight:600;
    line-height:44px;
    padding-bottom:10px;
}
.suggest-form-catebox ul{
    display: grid;
    padding: 0 6px;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-gap:25px 33px;
}
.suggest-form-catebox ul li{
    list-style-type: none;
}
.suggest-form-catebox ul li a{
    display:block;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-weight:500;
    font-size:17px;
    padding:18px 30px 18px 30px;
    padding-left:63px;
    text-decoration:none;
    color:#000;
    position:relative;
}
.suggest-form-catebox ul li a:hover{
    background-color:#f9f9f9;
}
.suggest-form-catebox ul li a:before{
    content: "";
    background: url(../images/general-support-icon.svg) no-repeat center;
    width:30px;
    height:30px;
    position:absolute;
    top: 20px;
    left: 20px;
}
.suggest-form-catebox ul li.new-event-setup a:before{
    background: url(../images/sugg-new-event-icon.svg) no-repeat center;
}
.suggest-form-catebox ul li.mass-refund a:before{
    background: url(../images/mass-refund-icon.svg) no-repeat center;
}
.suggest-form-catebox ul li.request-early-payment a:before{
    background: url(../images/request-early-icon.svg) no-repeat center;
}
.suggest-form-catebox ul li.suggest-improvement a:before{
    background: url(../images/suggest-improvement-icon.svg) no-repeat center;
}
.suggest-form-catebox ul li.payout-icon a:before{
    background: url(../images/payout-icon.svg) no-repeat center;
}

.suggest-form-catebox ul li a:after{
    content: "";
    background: url(../images/suggest-arrow.svg) no-repeat center;
    width: 9px;
    height: 12px;
    position: absolute;
    top: 27px;
    right: 20px;
}

/*suggest form section end*/

.event-form-setup h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
}
.cta-content-box{
    background: #E3FCEF;
    border-radius: 3px;
    padding:18px 30px 18px 30px;
    margin:0 auto;
    margin-bottom: 40px;
}
.cta-content-box ul {
    margin-top: 15px;
    padding-left: 55px;
}
.cta-content-box.blue-light-color{
    background:#DEEBFF;
}
.cta-content-box p{
    font-size:16px;
    line-height:30px;
    color:#000;
    position:relative;
    padding-left:35px;
}
.cta-content-box p:last-child{
    margin:0px;
}
.cta-content-box p:before{
    content: "";
    background: url(../images/right-arrow-icon.svg) no-repeat center;
    width:22px;
    height:22px;
    position: absolute;
    top: 3px;
    left: 0px;
}
.cta-content-box.blue-light-color p:before{
    background: url(../images/arrow-alarm-icon.svg) no-repeat center;
}
.cta-content-box.cross-box{
    background:#FEE6E0;
}
.cta-content-box.cross-box p:before{
    background: url(../images/cross-btn.svg) no-repeat center;
}
.cta-content-box.alarm-squre-box{
    background:#FFF4DC;
}
.cta-content-box.alarm-squre-box p:before{
    background: url(../images/alarm-icon.svg) no-repeat center;
    top: 3px;
}
.cta-content-box.document-box{
    background:#EAE6FF;
}
.cta-content-box.document-box p:before{
    background: url(../images/book-icon.svg) no-repeat center;
    height: 25px;
    top: 3px;
}
.cta-content-box a:hover{
    text-decoration:underline;
}
