/*  
==========================================================
- Theme Style
==========================================================
*/
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'HelveticaNeue' !important;
    font-weight: bold;
    margin-top:40px;
    margin-bottom: 1rem;
    color: #000;
}
/* Main Menu Style */
.navbar-toggler {
    border: 1px solid rgba(0,0,0,0.09);
}
.webalive-navbar {
    position: relative;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    min-height:170px;
    background-color: #fff;
}
.webalive-brand-wrap {
    margin-right: auto;
}
.webalive-menu-wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 50px;
}

.webalive-navbar-brand {
    max-width: 231px;
}
.webalive-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.webalive-main-menu li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    z-index: 100;
}
.webalive-main-menu li.current-menu-item a{
    color:#1C93DF;
}
.webalive-main-menu li a:hover{
    color:#1C93DF;
}
.webalive-main-menu li a {
    display: block;
    padding:12px 25px;
    font-family: 'HelveticaNeue';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0B4385;
    text-decoration:none;
}
.webalive-main-menu li:last-child a{
    padding-right:0;

}
.webalive-main-menu li:first-child a{
    padding-left:0;
}
.webalive-main-menu li > .sub-menu {
    display: block;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    width: 290px;
    background: #fff;
    box-shadow: 0 0 12px -4px  rgba(0,0,0,.1);
}
.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: 18px 26px;
    line-height: 1.5;
    border-bottom: 1px solid rgb(235 231 231 / 30%);
    color: #0B4385;
}
.webalive-main-menu li > .sub-menu li.current-menu-item a,
.webalive-main-menu li > .sub-menu li a:hover {
    color:#1C93DF;
}
.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;
}
.open {
    display: block !important;
}
.hide {
    display: none !important;
}
.fixed-to-top {
    position: relative;
    top: 0;
    left: 0;
    /* transition: all 0.3s ease-in-out; */
}
.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: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 10px;
}
.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: #222;
    font-weight: 500;
}
/* Portrait and Landscape */
@media only screen
and (max-width: 1025px) {
    .webalive-navbar {
        background-color:transparent;
    }
    .webalive-navbar .container {
        padding: 0 20px;
    }
    .webalive-menu-wrap .webalive-navbar-brand {
        left: 15px;
        position: absolute;
    }
    .webalive-main-menu li:first-child a {
        padding-left:18px;
    }
    .top-header-info {
        padding-bottom:0 !important;
    }
    .webalive-brand-wrap {
        padding:0px;
    }
    a.webalive-navbar-brand {
        font-weight: 600;
    }
    a.webalive-navbar-brand,
    a.webalive-navbar-brand:visited,
    .webalive-navbar-toggler {
        color: #fff
    }
    .webalive-brand-wrap {
        width:auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        border-bottom: 1px solid rgba(255,255,255, 0.7);
    }
    .webalive-navbar-toggler {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .webalive-main-menu {
        display: none;
        width: 100%;
        padding: 0 0px;
        background: #fff;
        position: absolute;
        left: 0;
        top:123px;
    }
   
    .webalive-navbar {
        min-height: 123px;
        background-color: #fff;
    }
    .webalive-main-menu > li {
        display: block;
        border-bottom: 1px solid rgb(237 232 232 / 70%);
    }
    .webalive-main-menu li a {
        padding: 15px 15px;
    }
    .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:10px;
        right: 0px;
    }
    .webalive-main-menu li .mb-toggle.js-hide-mb-nav{
        transform: rotate(180deg);
    }
    .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;
    }
    .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: 15px 34px;
    }

    /*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:#082e40;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .webalive-navbar-toggler i::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#082e40;
        position: absolute;
        left: 0;
        top: 7px;
    }
    .webalive-navbar-toggler::before {
        content: '';
        width: 24px;
        height: 2px;
        background-color: #082e40;
        position: absolute;
        left: 0;
        top: 0;
    }
    .webalive-navbar-toggler i::before {
        visibility: hidden;
    }
    .webalive-navbar-toggler {
        right:259px;
        top:53px;
        width: 24px;
        position: absolute;
        cursor: pointer;
        border: 0;
    }
    .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*/
}

/*header start*/
header .container {
    max-width: 1430px;
}
/*.webalive-menu-wrap .webalive-navbar-brand {
    position: absolute;
    top: 0;
}*/
.top-header-info{
    display: flex;
    justify-content: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom:5px;
}
.top-widgets-box .widget{
    margin-bottom:14px !important;
}
.top-header-info p{
    margin-left:80px;
    font-family: 'HelveticaNeue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #0B4385;
    position:relative;
}
.top-header-info a{
    font-family: 'HelveticaNeue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #0B4385;
}
.top-header-info p:nth-child(1):before {
    content: "";
    background: url(../../assets/img/service-guide-icon.svg) no-repeat center;
    width: 16px;
    height: 18px;
    position: absolute;
    top: -1px;
    left: -24px;
}
.top-header-info p:nth-child(1):after{
    content: "";
    height: 19px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    right: -26px;
    position: absolute;
}
.top-header-info p:nth-child(2):before {
    content: "";
    background: url(../../assets/img/email-icon.svg) no-repeat center;
    width: 20px;
    height: 15px;
    position: absolute;
    top:1px;
    left: -30px;
}
.top-header-info p:nth-child(3) span{
    color:#1C93DF;
    padding:0 3px;
}
.top-header-info p:nth-child(3):before {
    content: "";
    background: url(../../assets/img/phone-icon.svg) no-repeat center;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0px;
    left: -28px;
}
/*header end*/

/*footer start*/
.webalive-footer .container{
    max-width: 1430px;
}
.webalive-footer{
    background-color:#131619;
    padding:90px 0px 8px 0px;
}
.first-colume-4,
.first-colume-3{
    padding-left:40px;
}
.webalive-footer ul{
    margin:0;
    padding:0;
}
.webalive-footer ul li{
    list-style-type: none;
}
.webalive-footer p,
.webalive-footer ul li{
    color:#fff;
    font-weight: normal;
}
.webalive-footer p{
    opacity: 0.8;
    font-size:16px;
}
.commonbtn a{
    text-decoration:none !important;
}
.webalive-footer p a{
    color:#fff;
}
.webalive-footer p a:hover{
    color:#1C93DF;
    text-decoration:none !important;
}
.webalive-footer ul li a{
    color:#fff;
    font-style: normal;
    font-size: 16px;
    line-height:37px;
    font-family: 'HelveticaNeue';
    opacity: 0.8;
}
.webalive-footer ul li a:hover{
    color:#118ed6;
    text-decoration: none;
}
.book-apointment .textwidget {
    display: flex;
    align-items: center;
    gap: 20px;
}
.book-apointment .widget {
    margin: 0;
}
.subscrib-input-box h4 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 41px;
}
.book-apointment .textwidget p{
    margin: 0;
}
.webalive-footer .widget-title{
    color:#fff;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: 'HelveticaNeue';
    padding-bottom:25px;
    margin:0 !important;
}
.menu-bottom-menu-container ul{
    display:flex;
    justify-content: right;
}
.menu-bottom-menu-container ul li{
    margin-left:40px;
    opacity: 0.6;
    position:relative;
}
.menu-bottom-menu-container ul li:after{
    content: '';
    height: 15px;
    width: 1px;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    left: -20px;
    top:12px;
}
.menu-bottom-menu-container ul li:first-child:after{
    display:none !important;
}
.footer-widgets {
    margin-top:80px;
    border-top: 1px solid #242424;
    padding-top:48px;
}
.footer-widgets p{
    opacity: 0.6;
}
.subscribe-box{
    display:flex;
    justify-content: space-between;
    margin-top:25px;
    align-items: center;
}
.schedule-appointment a {
    box-shadow: none !important;
}
.subscribe-box input{
    background:none !important;
    height:30px;
    border:0px !important;
    padding:0 20px;
    color:#fff !important;
}
.subscrib-input-box .widget{
    margin-bottom:0px !important;
}
.subscribe-box .submit-btn{
    background: url(../../assets/img/subscribe-btn-icon.svg) no-repeat center;
    background-color:none;
    margin-top:10px;
    border:0px;
    outline:0px;
    width: 25px;
    height: 31px;
    margin-left: 22px;
}
.subscribe-box .submit-btn:hover{
    opacity:0.5;
}
.subscribe-box input::-webkit-input-placeholder { /* Edge */
    font-family: 'HelveticaNeue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.4;
}

.subscribe-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'HelveticaNeue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.4;
}

.subscribe-box input::placeholder {
    font-family: 'HelveticaNeue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.4;
}
.subscribe-box form input:nth-child(2){
    border-left: 1px solid rgba(255, 255, 255, 0.11) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.11) !important;
}
.subscribe-box input[type="text"]:focus{
    border:0px !important;
}
.subscribe-box form input[type="text"]:focus:nth-child(2){
    border-left: 1px solid rgba(255, 255, 255, 0.11) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.11) !important;
}
.subscribe-box input:focus{
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.subscribe-left-box h5{
    color:#fff;
    padding-bottom: 20px;
    font-weight:500;
}
.subscribe-box form{
    display:flex;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding:13px 15px 13px 5px;
}
.subscribe-left-box img{
    width:100%;
}
.subscribe-left-box{
    max-width:758px;
    width:100%;
}
.book-apointment a{
    padding:17px 35px;
    border:1px solid #fff;
    text-decoration:none !important;
    color:#fff !important;
    font-size:17px;
}
.book-apointment a:hover{
    background:#1C93DF;
    border:1px solid #1C93DF;
}
/*social media start*/
.menu-social-media-container ul{
    margin-top:30px;
}
.menu-social-media-container ul li {
    list-style-type: none;
    display: inline-block;
    margin-right:8px;
}
.menu-social-media-container ul li a:hover{
    opacity:0.6;
    color: #fff;
}
.menu-social-media-container ul li a{
    width: 38px;
    height: 38px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    background-color: #3b5a99;
    text-decoration:none;
}
.menu-social-media-container ul li.facebook a{
    background-color:#1877F2;
}

.menu-social-media-container ul li.twitter a{
    background-color: #1DA1F2;
}

.menu-social-media-container ul li.youtube a{
    background-color: #ce322e;
}

.menu-social-media-container ul li.instagram a{
    background-color:#F56040;
}
.menu-social-media-container ul li.linkedin a{
    background-color:#0077B5;
}
.menu-social-media-container ul li.pinterest a{
    background-color:#E60023;
}

/*social media end*/
.bottom-to-top{
    position:relative;
}
.bottom-to-top a{
    background-color: #2B2D30;
    padding: 5px 21px;
    color: #636363 !important;
    position: absolute;
    right: 0;
    top:-65px;
    display: flex;
    align-items: center;
    text-decoration:none !important;
}
.bottom-to-top a:hover{
    background-color:#1C93DF;
    color:#fff !important;
}
.bottom-to-top a:after{
    content: '';
    background: url(../../assets/img/bottom-to-top.svg) no-repeat center;
    width: 12px;
    height: 14px;
    display: inline-block;
    margin-left: 6px;
}
.bottom-to-top a:hover:after{
    filter: brightness(100);
}
.service-section-right .elementor-heading-title a{
    text-decoration:none !important;
    position:relative;
}
.service-section-right .elementor-heading-title a:after{
    content: '';
    background: url(../../assets/img/arrow-icon-service.svg) no-repeat center;
    width: 23px;
    height: 19px;
    display: inline-block;
    margin-left:-20px;
    opacity:0;
}
.service-section-right .elementor-heading-title a:hover:after{
    margin-left:10px;
    transition: all ease-in-out .4s;
    opacity:1;
}
.service-section-right .elementor-heading-title a:hover{
    color:#1C93DF !important;
}

/*accordin hover start*/
.main-accordin-section{
    position:relative;
}
.main-accordin-section:after{
    content:'';
    background-color:#BFE4FF;
    height:100%;
    width:100%;
    position:absolute;;
    top:240px;
    left:0;
    z-index:-1;
}
.main-accordin-section .elementor-image-box-description{
    font-weight:400 !important;
}
.elementor-editor-active .accordin-hover-section{
    overflow: hidden !important;
}

.accordin-hover-section .elementor-image-box-wrapper{
    max-width: 895px;
    margin: 0 auto;
}
.accordin-hover-section .elementor-image-box-title{
    padding-bottom:15px;
    padding-top:15px;
    margin-top:0px;
}
.accordin-hover-section .elementor-image-box-content{
    max-width: 513px;
    padding-right: 107px;
}
.accordin-hover-section .elementor-image-box-img img{
    width:100%;
}
.accordin-hover-section{
    height:107px;
    overflow: hidden;
    transition: all .2s ease-in-out !important;
}
.accordin-hover-section:hover{
    height:470px;
    transition: all .2s ease-in-out !important;
}
.accordin-hover-section.accordin-hover-6:hover{
    height:500px;
}
.accordin-hover-section.default-active{
    height:470px;
    transition: all .2s ease-in-out !important;
}
.accordin-hover-section.default-active .elementor-image-box-img{
    margin-top:0px !important;
}

.accordin-hover-section .elementor-image-box-img{
    margin-top:60px !important;
    transition: all .2s ease-in-out !important;
}
.accordin-hover-section:hover .elementor-image-box-img{
    margin-top:0px !important;;
    transition: all .2s ease-in-out !important;
}
/*accordin hover end*/
.commonbtn a{
    width:auto !important;
    font-family: 'HelveticaNeue';
}

/*home page slider start*/
.slider-content-description,
.slider-content-description p{
    font-style: normal;
    font-weight:400;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color:#fff;
    max-width:760px;
    margin:0 auto;
    position:relative;
}
.slider-content-description{
    padding-top:140px;
}
.slider-content-description:before{
    content:'';
    background: url(../../assets/img/qutation-icon.svg) no-repeat center;
    width: 107px;
    height: 93px;
    position: absolute;
    top: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}
.slider-name-designation{
    text-align:center;
    color:#fff;
    font-size:20px;
    margin-top:48px;
}
.slider-name-designation .slider-name{
    font-weight:700;
}
.elementor-widget-home-page-slider .owl-nav{
    position: absolute;
    top:50%;
    width:100%;
}
.elementor-widget-home-page-slider .owl-prev,
.elementor-widget-home-page-slider .owl-next{
    width:56px;
    height:56px;
    background: rgba(255, 255, 255, 0.17)!important;
    border-radius: 40px !important;
    border:0px !important;
    outline:0px !important;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    z-index:9999;
}
.elementor-widget-home-page-slider .owl-prev:hover,
.elementor-widget-home-page-slider .owl-next:hover{
    background: rgba(255, 255, 255, 0.25)!important;
}
.elementor-widget-home-page-slider .owl-prev{
    left:0;
}
.elementor-widget-home-page-slider .owl-prev span{
    background: url(../../assets/img/prev-arrow.svg) no-repeat center;
    width: 25px;
    height: 21px;
    display: block;
    font-size:0;
}

.elementor-widget-home-page-slider .owl-next{
    right:0;
}
.elementor-widget-home-page-slider .owl-next span{
    background: url(../../assets/img/next-arrow.svg) no-repeat center;
    width: 25px;
    height: 21px;
    display: block;
    font-size:0;
}
/*home page slider end*/

.elementor-view-stacked .elementor-icon {
    background-color: #C8E9FF !important;
}
.elementor-icon-box-title{
    margin-top: 0 !important;
}
/*home page blog slider start*/
.news-container {
    padding: 0 15px;
}
.blog-item-box{
    padding:0 17px;
    min-height:300px;
}
.news-container .blog-item-box{
    padding:0 25px;
    margin-bottom: 30px;
}

.blog-item-box a:hover{
    text-decoration: none;
}

.blog-item-box .blog-item-content{
    background-color:#fff;
    padding:30px;
    display:block;
    text-decoration:none !important;
    position:relative;
    min-height: 281px;
}
.blog-item-box .blog-item-content:before{
    content:'';
    background:#1C93DF;
    width:0%;
    height:3px;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    transition: all .2s ease-in-out;
}
.blog-item-box .blog-item-content:hover:before{
    width:100%;
    opacity:1;
}
.blog-item-box .blog-item-content:after{
    content:'';
    background: url(../../assets/img/blog-arrow-icon.svg) no-repeat center;
    width: 25px;
    height: 21px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    opacity:0;
    transition: all .5s ease-in-out;
    margin-left:-20px;
}
.blog-item-box .blog-item-content:hover:after{
    opacity:1;
    margin-left:0px;
}
.blog-item-box .blog-item-content:hover .blog-item-title{
    color:#1C93DF;
}
.blog-item-box .blog-item-content:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.blog-item-box .blog-item-title{
    margin-top:0px;
    color:#0B4385;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    padding:13px 0 7px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-item-description{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    opacity: 0.7;
    color: #000000;
}
.blog-item-box .blog-date{
    background-color:#EAEAEA;
    font-size:14px;
    line-height:21px;
    padding:3px 12px;
    display:inline-block;
    color: #636363;
    font-weight:500;
}
body.post-template-default.single .webalive-site-content {
    margin-top: 110px;
    margin-bottom:100px;
}
body.post-template-default.single h1.entry-title {
    color: #000;
    font-size: 44px;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

h1.entry-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: #0B4385;
    margin-top: 110px;
}
.post-thumbnail img {
    width: 100%;
}
.left-content-details {
    padding-right: 20px;
}
.right-content-details {
    padding-left: 75px;
}
.right-content-details h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.right-content-details .post-meta {
    background-color: #EAEAEA;
    font-size: 14px;
    line-height: 21px;
    padding: 3px 12px;
    display: inline-block;
    color: #636363;
    font-weight: 500;
}
.right-content-details ul  {
    margin: 0;
    padding: 0;
}
.right-content-details ul li  {
    list-style: none;
    margin-bottom: 25px;
}
.right-content-details ul li a {
    font-size: 20px;
    margin: 0 0 4px 0;
    display: block;
    color: #0B4385;
    line-height: 29px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all ease-in-out .2s;
}
.right-content-details ul li a:hover {
    text-decoration: none;
    color: #1C93DF;
}
/*aside#secondary {*/
/*    position: sticky;*/
/*    top: 60px;*/
/*    margin-bottom: 60px;*/
/*}*/
aside#secondary {
    margin-top: 18px;
}
.entry-meta {
    margin-bottom: 50px;
    display: block;
}
.entry-meta a{
    color: #000;
}
.fc-new-post-sharer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h5.show-share {
    margin: 0  0 20px 0;
}
ul.post-sharer {
    margin: 0;
    padding: 0;
}
.go-to-home a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.go-to-home a:hover svg path {
    fill: #000;
    transition:  all ease-in-out .4s;
}
.go-to-home a:hover svg path {
    fill: #118ed6;
}
.go-to-home a span {
    vertical-align: middle;
    padding-left: 10px;
    transition: all ease-in-out .2s;
    padding-left: 8px;
    display: inline-block;
}
.go-to-home a svg {
    vertical-align: middle;
}
ul.post-sharer li{
    list-style: none;
    display: inline-block;
}
.entry-meta > span.posted-on {
    display: inline-block;
    background-color: #EAEAEA;
    font-size: 16px;
    line-height: 21px;
    padding: 6px 12px;
    color: #636363;
}
.entry-meta > span{
    display: none;
    font-size: 18px;
}
.latest-news .featured-post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 40px;

}
.latest-news .featured-post > div{
    flex-basis: 100%;
    max-width: 100%;
    height: 486px;
    overflow: hidden;
}
.featured-post-left {
    background: #0B4385;
    padding: 75px 75px 75px 80px;
    color: #fff;
}
.featured-post-left {
    background: #0B4385;
    padding: 75px 85px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.post-date {
    font-weight: 500;
    font-size: 19.9679px;
    line-height: 30px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.13);
    display: inline-block;
    padding: 3px 16px;
}
.featured-post-left p.post-text {
    color: #fff;
    opacity: .72;
    font-weight: 400;
    font-size: 15px;
    line-height: 23.84px;
}
.featured-post-right img.post-image {
    height: 100%;
    object-fit: cover;
}
.featured-post-left a{
    color: #fff;
    display: block;
}
.featured-post-left a:hover{
    color: #fff;
    text-decoration: none;
}
.featured-post-left h3.post-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    margin: 30px 0  15px 0;
    color: #fff;
}
body.blog,
body.single-post
{
    background: #F9F9F9;
}
.loadmore-btn-container{
    margin: 20px 0 100px 0;
}
a.learn-more {
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    gap: 10px;
}
a.learn-more svg{
    margin-top: 3px;
    transition: all ease-in-out .2s;
}
a.learn-more:hover {
    color: #fff;
    text-decoration: none;
}
a.learn-more:hover svg path{
    fill-opacity: 1
}
.elementor-widget-home-blog-slider .owl-nav{
    position: absolute;
    top:40%;
    width:100%;
}
.elementor-widget-home-blog-slider .owl-prev,
.elementor-widget-home-blog-slider .owl-next{
    width:56px;
    height:56px;
    background:#1C93DF!important;
    border-radius: 40px !important;
    border:0px !important;
    outline:0px !important;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    z-index:9999;
}
.elementor-widget-home-blog-slider .owl-prev:hover,
.elementor-widget-home-blog-slider .owl-next:hover{
    background:#1C93DF!important;
    opacity:0.8;
}
.elementor-widget-home-blog-slider .owl-prev{
    left:-12px;
}
.elementor-widget-home-blog-slider .disabled{
    display:none;
}
.elementor-widget-home-blog-slider .owl-prev span{
    background: url(../../assets/img/prev-arrow.svg) no-repeat center;
    width: 25px;
    height: 21px;
    display: block;
    font-size:0;
}
.elementor-widget-home-blog-slider .owl-next{
    right:-12px;
}
.elementor-widget-home-blog-slider .owl-next span{
    background: url(../../assets/img/next-arrow.svg) no-repeat center;
    width: 25px;
    height: 21px;
    display: block;
    font-size:0;
}
/*home page blog slider end*/

section.error-404.not-found {
    text-align: center;
    padding:106px 0px 127px 0px;
}
body.error404 {
    background: #F9F9F9;
}
section.error-404.not-found .page-title{
    color:#0B4385;
}
/*inner banner start*/
.inner-header-banner{
    position: relative;
    min-height:532px;
}
.inner-header-banner:before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    background: linear-gradient(54.34deg, #C8E9FF 28.73%, rgba(200, 233, 255, 0) 66.46%);
    top:0;
    left:0;
}
/*inner banner end*/

.self-manage-section .elementor-icon-box-description{
    border-bottom:1px solid #d0d0d0;
    padding-bottom:50px;
}
.self-manage-section .icon-box:last-child .elementor-icon-box-description{
    border-bottom:0px solid #d0d0d0;
}
/*common header start*/
.container{
    max-width:1400px;
    width:100%;
}
.webalive-content-area{
    min-height:350px;
}
.inner-common-header .entry-title{
    margin-top:0 !important;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color:#0B4385;
    position: relative;
    z-index:1;
}
.inner-common-header .container{
    max-width:1400px;
    width:100%;
}
.inner-common-header{
    background: url(../../assets/img/common-banner.png) no-repeat;
    width:100%;
    position: relative;
    min-height:532px;
    display:flex;
    align-items: center;
    margin-top: -60px;
    padding:100px 20px;
}
.inner-common-header:before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    background: linear-gradient(54.34deg, #C8E9FF 28.73%, rgba(200, 233, 255, 0) 66.46%);
    top:0;
    left:0;
}
/*common header end*/

/*team section start*/
.team-section{

}
.team-section .team-container{
    display: flex;
    grid-gap: 0 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.team-section .team-card img {
    height: 430px;
    object-fit: cover;
    object-position: top;
}
.team-section .team-card{
    position:relative;
}
.team-section .team-card .team-card-body{
    position:absolute;
    bottom:0;
    background-color:#0B4385;
    padding:30px 30px;
    width:100%;
    cursor:pointer;
    transition: all .5s ease-in-out;
}
.team-section .team-card .team-card-body:hover{
    background-color:#1C93DF;
}
.team-section .team-card .team-card-body:hover:after{
    opacity:1;
    margin-right:0px;
    bottom:29px;
}
.team-section .team-card .team-card-body:after{
    content: '';
    background: url(../../assets/img/team-arrow-icon.svg) no-repeat;
    display:inline-block;
    width:20px;
    position:absolute;
    height:19px;
    right: 25px;
    bottom:20px;
    transition: all .2s ease-in-out;
    opacity:0;
    margin-right:10px;
}
.team-section .team-item{
    margin-bottom:40px;
    max-width: 320px;
    width: 100%;
}
.team-section .team-card .card-title{
    margin-top:0;
    color:#fff;
    padding:0;
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}
.team-section .team-card p{
    color:#fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    opacity:0.8;
}

/*team model box design*/
.team-modal .modal-dialog {
    max-width: 880px;
    top:10%;
}
.team-modal .team-modal-card{
    display:flex;
}
.team-modal .team-modal-col-l{
    width: 42%;
}
.team-modal .team-modal-col-r{
    width:70%;
    padding:58px;
}
.team-modal .name-designation{
    display:flex;
    flex-wrap: wrap;
    padding-bottom:13px;
    align-items: center;
}
.team-modal .name-designation .card-title{
    margin-top:0px;
    position:relative;
    font-style: normal;
    font-weight: 700;
    font-size: 34.4345px;
    line-height: 42px;
    color:#0B4385;
    padding-right:14px;
}
.team-modal .name-designation .card-text{
    position:relative;
    font-style: normal;
    font-size: 21.1905px;
    line-height: 25px;
    font-weight:400;
}
.team-modal .name-designation .card-text:before{
    content:'/';
    display: inline-block;
    margin-right: 10px;
}
.team-modal .team-modal-col-l img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.team-modal .modal-header{
    padding:0px;
}
.team-modal .modal-body{
    padding:0px;
}
.team-modal .modal-header{
    border:0px;
}
.team-modal button.close{
    background: url(../../assets/img/model-cross-btn.svg) no-repeat;
    width: 21px;
    height: 22px;
    position:relative;
    font-size:0;
    right: 29px;
    top: 30px;
    padding:0px;
    z-index:1;
    outline:0px;
}
.team-modal .social-link{
    display:flex;
}
.team-modal .social-link a:hover{
    opacity:0.8;
}
.team-modal .social-link a{
    padding:3px;
    background-color:#1877F2;
    color:#fff;
    width:34px;
    height:34px;
    font-size:0;
    border-radius: 32.2105px;
    display:flex;
    align-items: center;
    justify-content: center;
    position:relative;
    margin-right:12px;
}
.team-modal .social-link .f-link:before{
    content:'';
    background: url(../../assets/img/facebook-icon.svg) no-repeat;
    position:absolute;
    width: 13px;
    height: 19px;
}
.team-modal .social-link .t-link{
    background-color:#1DA1F2;
}
.team-modal .social-link .t-link:before{
    content:'';
    background: url(../../assets/img/twitter-icon.svg) no-repeat;
    position:absolute;
    width: 19px;
    height: 16px;
}
.team-modal .social-link .t-link{
    background-color:#0077B5;
}
.team-modal .social-link .l-link:before{
    content:'';
    background: url(../../assets/img/linkdin-icon.svg) no-repeat;
    position:absolute;
    width: 17px;
    height: 19px;
}
.team-modal .team-modal-card-body strong{
    color:#1C93DF;
    font-style: normal;
    font-weight: 500;
    font-size: 19.8661px;
    line-height: 33px;
}
.team-modal .team-modal-card-body p{
    font-style: normal;
    font-weight: 400;
    font-size: 18.5417px;
    line-height: 32px;
}

/*team model box design end*/

/*testimonial start*/
.testimonial-container {
    display: grid;
    grid-gap: 0 40px;
    flex-wrap: wrap;
    grid-template-columns: repeat(3,minmax(0,1fr));
}
/*.testimonial-item{
    width:30%;
}*/
.testimonial-card{
    background: #FFFFFF;
    padding:45px;
    margin-bottom:40px;
}
.testimonial-card p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color:#0B4385;
}
.testimonial-card .card-title{
    font-weight:700;
    font-size: 18px;
    line-height:26px;
    margin:0;
    padding:0;
    color:#0B4385;
}
.testimonial-card .card-text{
    font-size: 18px;
    line-height:26px;
    margin:0;
    color:#0B4385;
    font-weight:400;
}
.testimonial-card .name-section{
    display:flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 217px;
}
.testimonial-card{
    position:relative;
}
.testimonial-card:after{
    content:'';
    background: url(../../assets/img/test-qutation-icon.svg) no-repeat;
    width:80px;
    height:69px;
    position:absolute;
    bottom: 40px;
    right: 40px;
}
.testimonial-message{
    padding-bottom:25px;
    min-height:185px;
}
.loadmore-button{
    text-align:center;
}
.loadmore-button .loadmore-btn{
    padding:0;
    background:transparent;
    outline:0;
    color:#0B4385 !important;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 22.7088px;
    cursor:pointer;
}
.loadmore-button .loadmore-btn:hover {
    opacity: 0.8;
    outline: 0;
    border: 0;
}
.loadmore-button .loadmore-btn:after{
    content:'';
    background: url(../../assets/img/load-more-arrow2.svg) no-repeat;
    width: 55px;
    height: 55px;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
}
/*testimonial end*/
div#comments, footer.entry-footer, nav.navigation.post-navigation {
    display: none;
}
body.post-template-default.single.single-post .entry-content {
    margin-bottom: 60px;
}
.left-content-box a{
    color:#0B4385;
    text-decoration:none !important;
}
.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
    mix-blend-mode: multiply;
}
.foo-colume-1 strong,
.foo-colume-1 span {
    opacity: 0.4;
    font-weight: normal;
    margin: 0 7px;
}

.circle-icon-section .elementor-icon {
    font-size: 52px !important;
    width: 130px!important;
    height: 130px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-icon-section2 .elementor-icon {
    font-size: 52px !important;
    width: 130px!important;
    height: 130px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/*tap section start*/
.tab-content-box{
    display:flex;
    background-color:#F5F5F5;
}
.tab-image-right{
    width:45%;
    display:flex;
}
.tab-image-right img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.tab-right-content{
    width:55%;
    padding:148px;
}
.tab-right-content h3{
    font-weight: 700;
    font-size: 47px;
    line-height: 29px;
    margin-top:0;
    color:#0B4385;
}
.nav-container{
    display: flex;
    justify-content: center;
    margin-bottom:40px;
}
.tab-description p{
    padding-top:25px;
}
.tab-right-content p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.tab-right-content .tab-tags{
    border-top: 2px solid #1C93DF;
    padding-top:30px;
    margin-top:40px;
}
.tab-right-content .tab-tags p{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height:34px;
    color: #0B4385;
}
.tab-container .nav-item a{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #0B4385;
    border:0px !important;
    padding:0px 20px;
    transition: none !important;
    cursor:pointer;
}
.tab-container .nav-item a:hover{
    color: #1C93DF;
}
.tab-container .nav-item a.active{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 29px;
    color: #1C93DF;
}
.tab-container .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.tab-container .nav-label{
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color:#0B4385;
    padding-right:20px;
}
.text-hover a:hover{
    text-decoration:underline !important;
}
/*tap section end*/

.webalive-menu-wrap .webalive-navbar-brand img{
    height:142px;
}
.right-edlogo {
    max-width:174px;
}
