@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'M PLUS 1', sans-serif !important;
font-family: 'Noto Sans', sans-serif !important;
font-family: 'Roboto', sans-serif !important;
}
/* .container {
    max-width: 1190px  !important;
} */
a.navbar-brand img {
    width: 85px;
}
header .mainOuter{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
nav.navbar.navbar-expand-lg.bg-body-tertiary {
    background: none !important;
}
li.nav-item .nav-link {
    font-weight: 400;
    font-size: 18px;
    padding: 12px 16px;
    color: #fff;
}
/* li.nav-item:last-child .nav-link {
    background: #2e3256;
    padding: 12px 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin: 0px 10px;
    color: #fff;
    box-shadow: 0px 0px 9px #2e3256;
} */
.buttonLink:hover{
    background:rgba(52, 56, 88, 0.788) !important;
    transition: 0.4s;
}
/*----------bannerSection--------  */
.bannerSection{
    background: #0F73DF;
    padding: 100px 0px 80px;
}
.bannerSection .boxWrap{
    height:100%;
    display: flex;
    min-height: 80vh;
    justify-content: center;
    align-items: center;
    padding: 80px 0px;
    flex-direction: column;
}
.mainImage {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainImage img {
    width: 90%;
    margin: auto;
}
.commonBtns {
    margin: 32px 0px;
}
.mainHedinng h1{
    margin: 30px auto;
}
.btn1:hover{
    background: #ebcc81 !important;
    transition: 0.3s;
}
.mainHeading h1 {
    font-size: 44px;
    text-align: left;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.mainHeading p.p1 {
    font-size: 20px;
    color: #2e3256;
    font-weight: 400;
}
.mainHeading .mainSpan{
    color: #fff;
}

.commonBtns .btn1{
    background: #004BA1;
    padding: 12px 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin: 0px 10px;
    color: #fff;
    box-shadow: 0px 0px 9px #004BA1;
    width: 300px;
}
.boxWrap .btn2{
    background: #2e201e;
    padding: 12px 30px;
    border-radius: 30px;
    border: 1px solid rgb(255, 235, 214);
    margin: 0px 10px;
    color: #f3d6b8;
    box-shadow: 0px 0px 9px rgb(255, 235, 214);
    width: 300px;
}
.experienceSection{
    padding: 80px 0px;
}
/*-----------chatManagement---------*/
.chatManagement {
    padding: 80px 0px;
    background: #f3f3f3;
}
.chatManagement .mainHeading{
    margin: 0px 0px 80px;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #004BA1;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #004BA1;
    font-size: 20px;
}
.chatManagement .mainImage {
    background: #f3f3f3;
    padding: 24px;
    border-radius: 20px;
}
.chatManagement .mainHeading h1{
    width: 60%;
    margin: auto;
    color: #2e3256;
}
p.calm.text-center {
    font-size: 20px;
    font-weight: 500;
    color: #2e3256;
}
.chatManagement .dummyChat {
    margin: 0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    background-color: #FFFFFF;
    border-radius: 40px 40px 40px 0px;
    width: 50%;
    margin: auto;
}
.chatManagement .dummyChat p{
    margin: 0;
    font-size: 18px;
    color: #2e3256;
}
.afterColor{
    position: relative;
}
.afterColor::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 17px;
    width: 100%;
    border-top: solid 2px #004BA1;
    border-radius: 76%;
}
.videoOverLay .mainImage{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.videoOverLay .mainImage::after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #004BA133;
    border: 1px solid #fff;
    opacity: 0;
    border-radius: 10px;
    transition: 0.3s;
}
.videoOverLay .mainImage:hover::after{
    opacity: 1;
}
.videoOverLay .mainImage i{
right: 50%;
top: 50%;
position: absolute;
font-size: 60px;
transform: translateX(50%);
color: #2e3256;
z-index: 111;
}
.mockupsSection .commonBtns a{
    width: 200px;
}
.mockupsSection .commonBtns a:first-child{
    margin: auto 0px auto auto;
}
.mockupsSection .commonBtns a:nth-child(2){
    margin: auto auto auto 0px;
}
.mockupsSection .commonBtns a img{
    width: 100%;
    margin: auto;
}
.getIN{
    background: #2e3256;
    position: relative;
}
.getIN .multipleP{
    position: absolute;
    top: -90px;
    left: 150px;
}
.commonBtns input {
    padding: 12px 30px;
    width: 49%;
    border-radius: 36px;
    border: 1px solid #fff;
}
footer.copyRight .image img {
    width: 60px;
}
ul.socialIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    list-style: none;
}
.copyRight p.copy {
    text-align: center;
    font-size: 20px;
    color: #2e3256;
    margin: 0;
}
footer.copyRight {
    padding: 20px 0px;
}
footer.copyRight .row > div{
display: flex;
align-items: center;
justify-content: center;
}
ul.socialIcon i {
    font-size: 22px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #004BA1;
    margin: 0px 5px;
    border-radius: 50%;
    color: #004BA1;
}
ul.socialIcon i:hover {
    border: 1px solid #fff;
    background: #004BA1;
    color: #fff;
    transition: 0.3s;
}
#blogSubscribe input {
    padding: 12px 30px;
    width: 49%;
    border-radius: 36px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 4px #004BA1;
}
.commonBtns input:focus{
    outline-color: #004BA1;
}
/*/////////////Blog-Page/////////////*/
.blogCards{
    padding: 80px 0px;
    background: #f0f1ff;
}
h5.card-title {
    font-size: 22px;
    color: #2e3256;
}
.card {
    margin: 10px auto !important;
}
.card-text{
    font-size: 18px;
    color: #2e3256;
    font-weight: 400;
}
.card-body a.btn.btn-primary {
    background: #004BA1;
    border-color: #004BA1;
}
.detailB {
    padding: 20px 0px;
}
/*------25/4/23-------*/
.mainblogDiv .card-body {
    padding: 10px 10px;
}
.mainblogDiv {
    background: #fff;
    border-radius: 6px;
}
h5.card-title {
    font-size: 22px !important;
    color: #2e3256;
    /* font-family: 'malden-sans' !important; */
    font-family: 'Roboto', sans-serif !important;
}
.mainblogDiv .card-text{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}
.card-body a.btn.btn-primary {
    background: #004BA1;
    margin: 10px 0px 0px;
    border-color: #004BA1;
}
.card-body ul {
    padding: 0px 17px;
}
@media screen and (max-width:767px) {
    .mainHeading,h1 {
        text-align: center !important;
    }
    .mainHeading h1 {
        line-height: 48px;
        font-size: 36px;
    }
    .bannerSection .boxWrap {
        padding: 48px 0px;
    }
    .commonBtns {
        text-align: center;
    }
    .chatManagement .mainHeading h1 {
        width: 100%;
        margin: auto;
    }
    .mainHeading p.p1 {
        font-size: 18px;
    }
    .bannerSection {
        padding: 40px 0px 40px;
    }
    .chatManagement {
        padding: 40px 0px;
    }
    .videoOverLay .mainHeading {
        margin: 20px 0px !important;
    }
    .chatManagement .dummyChat {
        width: 100%;
        margin: auto;
    }
    section.chatManagement.mockupsSection .mainHeading {
        margin: 0px 0px 10px !important;
    }
    .mockupsSection .commonBtns a {
        width: 132px;
    }
    .commonBtns input {
        width: 101%;
    }
    .getIN button.btn1 {
        width: 100%;
        margin: 20px 0px 0px;
    }
    .getIN .multipleP {
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .multipleP img {
        width: 177px;
    }
    .experienceSection {
        padding: 40px 0px;
    }
    #searchBtn{
    width: 170px !important;
    }
    .blogCards {
        padding: 40px 0px;
        background: #f0f1ff;
    }
.logoDiv.textAgain p.logoText {
    font-size: 26px !important;
}
section.chatManagement.mockupsSection .mainImage {
    margin: 20px 10px;
}
#blogSubscribe input {
    padding: 12px 19px !important;
}
.bannerSection .boxWrap {
    padding: 70px 0px 0px!important;
}
}
@media screen and (max-width:576px) {
    .mainHeading h1 {
        line-height: 38px;
        font-size: 28px;
    }
    .commonBtns {
        margin: 10px 0px !important;
    }
    a.navbar-brand img {
        width: 68px;
    }
    .commonBtns .btn1 {
        width: 200px;
    }
    .bannerSection .boxWrap {
        padding: 48px 0px 20px;
    }
    .experienceSection {
        padding: 30px 0px;
    }
    .chatManagement {
        padding: 30px 0px;
    }
    .chatManagement .mainHeading {
        margin: 0px 0px 40px;
    }
    .commonBtns .btn1 {
        font-size: 14px;
    }
    .getIN .mainHeading {
        margin: 58px 0px 0px !important;
    }
    .getIN .commonBtns .btn1{
        width: 100%;
    } 
    #searchBtn{
        width: 150px !important;
        }
        .blogCards {
            padding: 30px 0px;
            background: #f0f1ff;
        }
        .getIN .multipleP {
            top: -26px;
        }
        .multipleP img {
            width: 138px;
        }
.logoDiv.textAgain p.logoText {
    font-size: 22px !important;
}
button.navbar-toggler {
    padding: 4px 6px;
    font-size: 16px;
}

}
@media screen and (max-width:480px){
  #searchBtn {
    width: 106px !important;
    padding: 12px !important;
    top: 1px !important;
    right: -6px !important;
}
        a.navbar-brand img {
            width: 50px;
        }
img.card-img-top {
    height: 180px !important;
}
.logoDiv p.logoText {
    font-size: 14px;
}
.logoDiv.textAgain p.logoText {
    font-size: 18px !important;
}

}