/*==============================start New Header css=======================================*/
.ul_nav > li.btn-contact    { background: rgb(0,54,85); padding: 5px 0; border-radius: 5px; color: #fff; }
.ul_nav > li.btn-contact> a     { color: #fff; }
.ul_nav > li.btn-contact> a:hover     { color: #00a0ff; }
.ul_nav > li.btn-contact > a:after  { display: none; }
.four_row .four_col.custom-col{flex: 0 0 100%;max-width: 100%;}
.fullwidth-menu.sub_menu_div.custom-sub-menu-div{/*background: #003655;*/ background: rgb(0,54,85);
    background: linear-gradient(180deg, rgba(0,54,85,1) 0%, rgba(0,79,121,1) 100%);box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);margin: 0; border-top: 5px solid #007dc1; border-bottom: 5px solid #007dc1;}
.custom-col .row p.col-header-title,
.custom-col .row p.col-header-title a{font-size: 18px;font-weight: 600;color: #00a0ff;padding: 0 0 5px 0;transition: all 0.1s ease-out; display: block;}
.custom-col .row p.col-header-title     { border-bottom: 1px solid #0054a6; }
.custom-col .row p.col-header-title a:hover { color: #fff; padding-left: 5px; }
.custom-col ul li a{color: #fff;font-size: 14px;transition: all 0.2s ease-in-out; display: block;}
.custom-col ul.custom-card{background-color: #004e7a;border: 1px solid #004f7d; padding: 10px;transition: all 0.1s ease-out;}
.custom-col ul li a:hover{color: #00a0ff; padding-left: 5px;}
/*==============================End New Header css=======================================*/

/*==============================Start New footer css=======================================*/
.fotter_cstm    { padding-top:30px }
.fa_link li     { margin-bottom: 8px; }
.skill_logo_fa  { margin-top: 20px; }
.five_col h2, .footer h2    { margin-bottom: 15px; }
input.fa_input::placeholder {letter-spacing: 1px !important}
.fa_sub_content   { padding-top:80px }
.skill_logo_fa      { background: #014165; }
.footer-row,
.skill_logo_fa        {  margin-left: 2%; margin-right: 2%; }
.footer-row .btn_sub        { width:auto; padding-left: 20px; padding-right: 20px; }
/*==============================End New footer css=======================================*/

section_service_dynamic.fullwidth-menu.sub_menu_div {
    margin-top: -30px;
    position: absolute;
    left: 0;
    width: 100%;
}

.p-relative {
    position: relative;
}

.p-initial {
    position: initial !important;
}

.ul_sub_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

.border-right {
    border-right: 1px solid #ddd;
}


/* li.level0 .submenu-level0 {
    position: absolute;
    left: 32.5%;
    top: 57px;
    background: #fff;
    width: 30.33%;
    max-width: 100%;
    margin-left: 5px;
    
    padding: 0px;
    display: none;
    transition: ease-in-out .5s;
    
} */

/*li .four_col {
     border-right: 1px solid #ddd; 
    padding: 0px;
    flex: 0 0 30.33%;
    max-width: 30.33%
}*/

li.level1 .submenu-level1 {
    position: absolute;
    left: 100%;
    margin-left: 1px;
    top: 0px;
    background: #fff;
    max-width: 100%;
    width: 100%;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

li.level1:hover .submenu-level1,
li.level0:hover .submenu-level0 {
    visibility: visible;
    transition: all 0.4s ease-in-out;
}

ul.ul_sub_menu li {
    vertical-align: middle;
    padding: .75rem 1.5rem;
    margin: 0;
}

ul.ul_sub_menu.sub li {
    padding: 0.25rem 1.5rem;
}

/*ul.ul_sub_menu li:hover {
    background: #ddd;
}*/

li.level0 .submenu-level0,
li.level0_1 .submenu-level0_1,
li.level0_2 .submenu-level0_2,
li.level0_3 .submenu-level0_3,
li.level0_4 .submenu-level0_4 {
    position: absolute;
    left: 32.5%;
    top: 57px;
    background: #fff;
    width: 30.33%;
    max-width: 100%;
    margin-left: 5px;
    /* border-right: 1px solid #ddd;
    border-left: 1px solid #ddd; */
    padding: 0px;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

li.level0_1:hover .submenu-level0_1,
li.level0_2:hover .submenu-level0_2,
li.level0_3:hover .submenu-level0_3,
li.level0_4:hover .submenu-level0_4 {
    visibility: visible;
    transition: all 0.4s ease-in-out;
}

.h500 {
    height: 100%;
    padding: 30px 100px;
}

i.caret-icon {
    margin-top: 8px !important;
}

.ul_sub_menu>li>a,
ul.list-style-none li a {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.sub li a {
    font-size: 14px;
    padding: 0;
    MARGIN: 5PX;
    /* transition:opacity 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s, transform 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s; */
}

li.level0 .submenu-level0 .sub li a.sub_a {
    transform: translateX(25%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s, transform 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
}

li.level1 .submenu-level1 .sub-sub li a {
    transform: translateX(25%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s, transform 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(1)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(2)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.1s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(3)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.2s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(4)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.3s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(5)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.4s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(6)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.5s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(7)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.6s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(8)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.7s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(9)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.8s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(10)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.9s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(11)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 1s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(12)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 1.1s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(13)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 1.2s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(14)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 1.3s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(15)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 1.4s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(16)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 1.5s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(17)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 1.6s;
}

li.level0:hover .submenu-level0 .sub li:nth-child(18)>a.sub_a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 1.7s;
}


/* sub-sub  */

li.level1:hover .submenu-level1 .sub-sub li:nth-child(1)>a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
}

li.level1:hover .submenu-level1 .sub-sub li:nth-child(2)>a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.1s;
}

li.level1:hover .submenu-level1 .sub-sub li:nth-child(3)>a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.2s;
}

li.level1:hover .submenu-level1 .sub-sub li:nth-child(4)>a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.3s;
}

li.level1 .submenu-level1 .sub1 li a,
li.level0_1 .submenu-level0_1 .sub li a,
li.level0_2 .submenu-level0_2 .sub li a,
li.level0_3 .submenu-level0_3 .sub li a,
li.level0_4 .submenu-level0_4 .sub li a {
    transform: translateX(25%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s, transform 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
}

li.level0_1:hover .submenu-level0_1 .sub li:nth-child(1)>a,
li.level0_2:hover .submenu-level0_2 .sub li:nth-child(1)>a,
li.level0_3:hover .submenu-level0_3 .sub li:nth-child(1)>a,
li.level0_4:hover .submenu-level0_4 .sub li:nth-child(1)>a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
}

li.level0_1:hover .submenu-level0_1 .sub li:nth-child(2)>a,
li.level0_2:hover .submenu-level0_2 .sub li:nth-child(2)>a,
li.level0_3:hover .submenu-level0_3 .sub li:nth-child(2)>a,
li.level0_4:hover .submenu-level0_4 .sub li:nth-child(2)>a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.1s;
}

li.level0_1:hover .submenu-level0_1 .sub li:nth-child(3)>a,
li.level0_2:hover .submenu-level0_2 .sub li:nth-child(3)>a,
li.level0_3:hover .submenu-level0_3 .sub li:nth-child(3)>a,
li.level0_4:hover .submenu-level0_4 .sub li:nth-child(3)>a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.2s;
}

li.level0_1:hover .submenu-level0_1 .sub li:nth-child(4)>a,
li.level0_2:hover .submenu-level0_2 .sub li:nth-child(4)>a,
li.level0_3:hover .submenu-level0_3 .sub li:nth-child(4)>a,
li.level0_4:hover .submenu-level0_4 .sub li:nth-child(4)>a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.3s;
}

li.level0_1:hover .submenu-level0_1 .sub li:nth-child(5)>a,
li.level0_2:hover .submenu-level0_2 .sub li:nth-child(5)>a,
li.level0_3:hover .submenu-level0_3 .sub li:nth-child(5)>a,
li.level0_4:hover .submenu-level0_4 .sub li:nth-child(5)>a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.4s;
}

li.level0_1:hover .submenu-level0_1 .sub li:nth-child(6)>a,
li.level0_2:hover .submenu-level0_2 .sub li:nth-child(6)>a,
li.level0_3:hover .submenu-level0_3 .sub li:nth-child(6)>a,
li.level0_4:hover .submenu-level0_4 .sub li:nth-child(6)>a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.4s;
}

li.level0_1:hover .submenu-level0_1 .sub li:nth-child(7)>a,
li.level0_2:hover .submenu-level0_2 .sub li:nth-child(7)>a,
li.level0_3:hover .submenu-level0_3 .sub li:nth-child(7)>a,
li.level0_4:hover .submenu-level0_4 .sub li:nth-child(7)>a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.4s;
}

li.level0_1:hover .submenu-level0_1 .sub li:nth-child(8)>a,
li.level0_2:hover .submenu-level0_2 .sub li:nth-child(5)>a,
li.level0_3:hover .submenu-level0_3 .sub li:nth-child(8)>a,
li.level0_4:hover .submenu-level0_4 .sub li:nth-child(8)>a {
    opacity: 1;
    transform: translateX(1px);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.4s;
}


/* li.level0 .submenu-level0.sub li a, li.level0_1 .submenu-level0_1.sub li a,li.level0_2 .submenu-level0_2.sub li a,li.level0_3 .submenu-level0_3.sub li a,li.level0_4 .submenu-level0_4.sub li a{
    transform: translateX(25%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s, transform 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
} */

.submenu-item1,
.submenu-item2 {
    display: none;
    position: absolute;
    width: 100%;
    right: 100%;
    top: 0;
    height: auto;
}

.why-us .ul_sub_menu .menuitem-1,
.why-us .ul_sub_menu .menuitem-2 {}

.ul_simple_sub.why-us {
    left: -35%;
}

.why-us .ul_sub_menu .menuitem-1:hover .submenu-item1,
.why-us .ul_sub_menu .menuitem-2:hover .submenu-item2 {
    display: block;
}

.overflow-hidden{
    overflow: hidden !important;
}
.ms_banner {
    background: url(../images/ms-365/main-banner-sm.jpg);
    /* padding-bottom:80px; */
}

.ms_banner_inner:after {
    background: none !important;
}

.ms_banner .blog_text_banner {
    padding-top: 120px;
}

.ms_banner .blog_text_banner h1 {
    margin-bottom: 40px;
    color: #fff !important;
    text-shadow: none;
}

.ms_banner .blog_text_banner h1 span {
    color: #0784c7 !important;
}

.ms_banner .blog_text_banner p {
    margin-bottom: 40px;
    font-size: 18px;
}

.square-btn {
    border-radius: 10px;
    background: #0784c7;
    border: none;
}
.square-btn:hover {
    border-radius: 10px;
}
.text-blue {
    color: #0784c7 !important;
}
.section-finance-benefits h2.ms365_h2.section-title-lg {
    text-transform: none;
}
.ms365_h2 {
    font-weight: 700;
    color: #202020;
    font-size: 26px;
    font-family: poppins;
    margin: 0 0 30px 0;
    text-transform: capitalize;
}

.speak-btn {
    width: 300px;
    border-radius: 5px;
    background: #fff;
    border: none;
    color: #0784c7;
}

.bg-video {
    background: url(../images/ms-365/video-bg.jpg);
    background-size: cover;
}

.video-poster {
    border: 15px solid #FFF;
    box-shadow: 0 0 40px #000;
}

.img-box-shadow {
    border: 15px solid #FFF;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.bg-video a.video-play-button {
    transform: translateX(-50%) translateY(-50%) !important;
}

.financial_managment {}

.financial_managment h2 {
    margin-bottom: 40px;
}

.financial_managment p {
    margin-bottom: 50px;
}

.section-benefits {
    margin-bottom: 40px !important;
    align-items: flex-start;
    /* align-items: baseline; */
}

.benefits h4 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 22px;
}

.benefits p {
    margin-bottom: 0px;
    font-size: 14px;
    text-align: justify;
    color: #777;
}

.benefits h4 .benefit_icon {
    color: #0784c7;
    font-size: 60px;
    margin-right: 15px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.benefit_ul li {
    padding: 0px !important;
}

.benefit_ul li::after {
    display: none;
}

.benefit_ul li h4 {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: #202020;
    font-weight: normal;
    text-align: justify;
}

.benefit_ul li h4 .fa-hand-point-right {
    color: #0784c7;
    font-size: 20px;
    margin-right: 15px;
}

.benefit_h2 {
    color: #0784c7;
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 30px 0;
}

.section-title-lg {
    text-align: center;
    margin: 0 0 80px 0 !important;
}

.ul_features {
    justify-content: center;
}

.features_content {
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    height: 100%;
    padding: 25px 20px;
    position: relative;
    transition: 0.5s;
    text-align: center;
}

.feature_icon {
    font-size: 60px;
    color: #0784c7;
}

ul.ul_three_section.ul_features {
    justify-content: center;
}

.features_content h4 {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 10px 0;
}

.features_content p {
    font-size: 15px;
    color: #777777;
    text-align: center;
    margin-bottom:0px;
}

.section_download .ms365_h2 {
    margin: 35px 0;
}

.img-footer-top {
    margin: 35px 0 0 0;
}

.consulting_expertise p {
    margin-bottom: 110px;
}

.single-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 0 15px;
    max-width: 20%;
    margin-bottom: 30px;
}

.hexagon.solid .feature_icon,
.hexagon.solid h4 {
    color: #fff !important;
    font-size: 26px;
    font-weight: 500;
    padding: 0px 20px;
    line-height: 38px;
}

.features4_row1 {}

.features4_row2 {
    margin: 60px 0 40px 5px !important;
}

.features4_row1,
.features4_row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    /* margin: 0 -15px; */
    width: 100%;
}

.hexagon {
    width: 200px;
    height: 115px;
    position: relative;
}

.hexagon,
.hexagon:before,
.hexagon:after {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.hexagon.solid,
.hexagon.solid:before,
.hexagon.solid:after {
    background: #0784c7;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    left: 42px;
    width: 116px;
    height: 115px;
    transform: rotate(145deg) skew(22.5deg);
    BORDER: 1PX SOLID #0784c7;
}

.hexagon:before {
    top: -58px;
}

.hexagon:after {
    top: 58px;
}

.hexagon.solid span {
    background: #0784c7;
}

.hexagon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 115px;
    background: #fff;
    z-index: 1;
    BORDER: 1PX SOLID #0784c7;
    BORDER-TOP: 0;
    BORDER-BOTTOM: 0;
    text-align: center;
}

.hexagon h4 {
    margin: 0;
    font-size: 20px;
}
/* <!-- mobile features --> */
.modal_video .modal-content {
    background: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pop_video_content {
    margin: 50px auto 0;
}

@media (max-width: 1200px){
    .feature_icon {
        font-size: 42px;
        color: #0784c7;
    } 
    .hexagon h4 {
        margin: 0;
        font-size: 16px;
    }
    .hexagon.solid .feature_icon, .hexagon.solid h4 {
        color: #fff !important;
        font-size: 20px;
        font-weight: 500;
        padding: 0px 20px;
        line-height: 30px;
    }
    
    .hexagon {
        width: 165px;
        height: 95px;
      position: relative;
    }
    .hexagon, 
    .hexagon:before, 
    .hexagon:after {
        background: #fff;
        box-shadow: 0 0 15px rgba(0,0,0,0.15);   
    }
    .hexagon.solid, 
    .hexagon.solid:before, 
    .hexagon.solid:after {
        background: #0784c7;
        box-shadow: 0 0 15px rgba(0,0,0,0.15);   
    }
    
    
    .hexagon:before,
    .hexagon:after {
      content: "";
      position: absolute;
      left: 35px;
        width: 95px;
        height: 95px;
        BORDER: 1PX SOLID #0784c7;
      transform: rotate(145deg) skew(22.5deg);
    }
    
    .hexagon:before {
        top: -48px;
    }
    
    .hexagon:after {
      top: 48px;
    }
    
    .hexagon span {
      position: absolute;
      top: 0;
      left: 0;
      width: 165px;
        height: 95px;
      background: #fff;
        z-index: 1;
        BORDER: 1PX SOLID #0784c7;
        BORDER-TOP: 0;
        BORDER-BOTTOM: 0;
    }  
    }
    @media (max-width: 991px){
    .feature_icon {
        font-size: 25px;
        color: #0784c7;
    } 
    .hexagon h4 {
        margin: 0;
        font-size: 12px;
    }
    .hexagon.solid .feature_icon, .hexagon.solid h4 {
        color: #fff !important;
        font-size: 13px;
        font-weight: 500;
        padding: 0px 20px;
        line-height: 20px;
    }
    .features4_row2 {
        margin: 35px 0 40px 5px !important;
    }
    
    .hexagon {
      width: 100px;
      height: 55px;
      position: relative;
    }
    .hexagon, 
    .hexagon:before, 
    .hexagon:after {
        background: #fff;
        box-shadow: 0 0 15px rgba(0,0,0,0.15);   
    }
    .hexagon.solid, 
    .hexagon.solid:before, 
    .hexagon.solid:after {
        background: #0784c7;
        box-shadow: 0 0 15px rgba(0,0,0,0.15);   
    }
    
    
    .hexagon:before,
    .hexagon:after {
      content: "";
      position: absolute;
      left: 21px;
      width: 58px;
      height: 57px;
        BORDER: 1PX SOLID #0784c7;
      transform: rotate(145deg) skew(22.5deg);
    }
    
    .hexagon:before {
      top: -29px;
    }
    
    .hexagon:after {
      top: 27px;
    }
    
    .hexagon span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      height: 55px;
      background: #fff;
        z-index: 1;
        BORDER: 1PX SOLID #0784c7;
        BORDER-TOP: 0;
        BORDER-BOTTOM: 0;
    }  
    }
    @media (max-width: 767px){
      
        .single-item {
            -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding: 0 7px;
        max-width: 25%;
        margin-bottom: 30px;
    }
    .hexagon.solid .feature_icon, .hexagon.solid h4 {
        color: #fff !important;
        font-size: 14px;
        font-weight: 500;
        padding: 0px 20px;
        line-height: 19px;
    }
    .features4_row1{
    
    }
    .features4_row2 {
        margin: 30px 0 40px 5px !important;
    }
    .features4_row1, .features4_row2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        /* margin: 0 -15px; */
        width: 100%;
    }
      
            .hexagon {
        width: 100px;
        height: 55px;
        position: relative;
    }
    
    .hexagon, 
    .hexagon:before, 
    .hexagon:after {
        background: #fff;
        box-shadow: 0 0 15px rgba(0,0,0,0.15);   
    }
    .hexagon.solid, 
    .hexagon.solid:before, 
    .hexagon.solid:after {
        background: #0784c7;
        box-shadow: 0 0 15px rgba(0,0,0,0.15);   
    }
    
    .hexagon:before,
    .hexagon:after {
        content: "";
        position: absolute;
        left: 21px;
        width: 58px;
        height: 57px;
        transform: rotate(145deg) skew(22.5deg);
        BORDER: 1PX SOLID #0784c7;
    
    }
    .hexagon:before {
        top: -29px;
    }
    
    .hexagon:after {
        top: 27px;
    }
    .hexagon.solid span {
        background: #0784c7;
    }
    .hexagon span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 55px;
        background: #fff;
        z-index: 1;
        BORDER: 1PX SOLID #0784c7;
        BORDER-TOP: 0;
        BORDER-BOTTOM: 0;
        text-align: center;
    }
    .feature_icon {
        font-size: 25px;
        color: #0784c7;
    }
    .hexagon h4 {
        margin: 0;
        font-size: 12px;
    }
    
    .ms_banner_inner.blog_banner_inner {
        background: none;
        height: 430px;
    }
    .video-poster {
        margin-top: 25px;
    }
    }
    .d-mobile{
            display:none;
        }
        .h-mobile{
          display:block;  
        }    
    @media (max-width: 480px){
        .d-mobile{
            display:block;
        }
        .h-mobile{
          display:none;  
        }
        .consulting_expertise p {
            margin-bottom: 40px;
        }
        .features_container.d-mobile ul.ul_three_section.ul_features li {
            padding: 0 50px;
        }
    }
@media (max-width: 767px) {
    .ms_banner {
        background: url(../images/ms-365/mobile-banner.jpg);
        background-size: 100% 100%;
    }
    .ms_banner_inner.blog_banner_inner,
    .msbc_hero_inner.blog_banner_inner {
        background: none;
        /*height: 430px;*/
    } 
    .pop_video_content {
        width: 90%;
        margin: 50px auto 0;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .pop_video_content {
        width: 100%;
        margin-top: 40px;
    }
}

/* <!-- mobile features --> */

/* @media (max-width: 767px) {
    .ms_banner_inner.blog_banner_inner,
    .msbc_hero_inner.blog_banner_inner {
        background: none;
        height: 430px;
    }
} */


/* dynamic business central */

.msbc_hero_main.section_andrioid .blog_main_banner:after {
    display: none
}

.msbc_hero_main,
.section_about {
    overflow: initial
}

.hero-shape[data-negative=false].hero-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hero-shape-bottom {
    bottom: -1px;
}

.hero-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.section_blog_banner svg {
    height: 100px;
}

@-moz-document url-prefix() {
    .section_blog_banner svg {
        height: auto;
    }
}

@supports (-ms-ime-align:auto) {
    .section_blog_banner svg {
        height: 100px;
    }
}

.hero-shape svg {
    display: block;
    width: calc(100% + 1%);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

svg:not(:root) {
    overflow: hidden;
}

.hero-shape .hero-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.msbc_hero {
    background: url(../images/ms-365/msbc-hero-main.jpg);
    background-size: 100% 100%
}

.msbc_hero .blog_text_banner {
    max-width: 750px;
}

.msbc_hero .blog_text_banner {
    text-align: left;
    margin-left: 47%;
    padding: 0;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.msbc_hero .right_img {
    margin-left: -100px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 30px;
}

.msbc_hero .right_img {
    /*top: 0;*/
    width: auto;
    margin-top: 30px;
    position: absolute;
}

.right_img {
    margin-left: auto;
    position: relative;
    top: 40px;
}

.msbc_hero .blog_text_banner h1 {
    font-size: 48px;
    line-height: 66px;
}

.msbc_hero .blog_text_banner h1 span {
    font-size: 67px;
    font-weight: 300;
    color: #fff;
}

.msbc_hero .blog_text_banner p {
    color: #fff;
    /*max-width: 580px;*/
}

.section_about.m-top {
    padding: 120px 0 50px;
}

.section_about {
    padding: 50px 0;
}

.msbc_about_content h2 {
    font-size: 30px;
    color: #007dc1;
    font-weight: 400;
    line-height: normal;
}

.msbc_about_content h2 span {
    color: #333;
    font-weight: 600;
    font-size: 48px;
    display: block;
    line-height: 50px;
    margin-bottom: 25px
}

.msbc_about_content p span {
    color: #007dc1;
}

.msbc_features .col {
    padding: 0
}

.msbc_features {
    margin-bottom: -180px;
    z-index: 1;
    position: relative;
}

.msbc_features .card-body {
    padding-top: 50px;
}

.msbc_features .card {
    background: #0080c6;
    color: #fff;
}

.msbc_features .card h2 {
    font-size: 30px;
    font-weight: 700;
}

.msbc_features .card h2 small {
    font-weight: 400;
    display: block;
}

.msbc_features .card p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
}

.msbc_features .dark-feature {
    background: #005b8d;
}

.msbc_section_service {
    padding: 180px 0 50px
}


/*.msbc_section_service .ul_three_section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }*/

.msbc_section_service.bg_service {
    background: #1f2327 url(../images/ms-365/bg-service.jpg) center 0 no-repeat;
    min-height: 500px
}

.msbc_section_service h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400
}

.msbc_section_service .icon {
    display: inline-block
}

.msbc_section_service p {
    color: #c2c2c2;
    font-size: 17px;
    line-height: 22px
}

.msbc_section_service .ul_three_section.ul_ad_devlopment li {
    padding: 15px
}

.msbc_section_service .font_26 {
    color: #fff;
    font-weight: 400;
    font-size: 24px
}

.section_tree_about {
    padding: 80px 0;
    background: url(../images/ms-365/logo-tranparent-bg.png) center 100% no-repeat;
    background-size: auto 83%;
}

.section_tree_about .black_h2 {
    text-align: center;
    color: #0080c6;
    font-size: 40px;
    font-weight: 700
}

.section_tree_about .black_h2 span {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    display: block;
    text-transform: initial;
}

.section_tree_about h2 {
    color: #00255b;
    font-size: 30px
}

.section_tree_about .pos1,
.section_tree_about .pos2,
.section_tree_about .pos3,
.section_tree_about .pos4,
.section_tree_about .pos5,
.section_tree_about .pos6 {
    position: relative;
}

.section_tree_about .pos1,
.section_tree_about .pos3 {
    margin-left: 190px;
    margin-top: 5px
}

.section_tree_about .pos2 {
    margin-left: 100px
}

.section_tree_about .pos4,
.section_tree_about .pos6 {
    margin-left: -95px;
    margin-top: 5px
}

.section_tree_about .pos5 {
    margin-left: -22px
}

.section_benefit {
    padding: 80px 0;
    position: relative;
    overflow: initial;
    min-height: 688px;
    overflow: hidden;
}

.section_benefit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/ms-365/dot-bg-left-top-blue.png) 0 0 no-repeat;
    z-index: 1;
}

.section_benefit_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_benefit_l {
    width: 44%;
    color: #fff;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}

.section_benefit_l p {
    color: #e2e2e2;
    font-size: 23px;
    line-height: 30px;
    text-align: justify
}

.section_benefit_l h2 {
    font-size: 57px;
    font-weight: 700
}

.section_benefit_r {
    width: 52%;
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    background: #f2f4f7;
    padding: 80px 6% 80px 4%;
}

.section_benefit_l::before {
    content: "";
    position: absolute;
    left: 106%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 40px solid #0080c6;
    z-index: 1;
}

.section_benefit_r::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #0080c6
}

.section_benefit_r::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ms-365/dot-bg-right-bottom-gray.png) 100% 100% no-repeat;
}

.benefit-ico {
    fill: #007dc1
}

.section_benefit_r h4 {
    color: #0080c6;
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0 0 0
}

.section_benefit_r p {
    margin-bottom: 15px
}

.section_service_dynamic {
    padding: 80px 0
}

.section_service_dynamic .dynamic-txt {
    margin: 0 82px;
}

.section_service_dynamic .ul_four li .card {
    width: 100%;
    border-radius: 1rem
}

.ul_four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 50px;
    list-style: none;
    margin: 0 -15px;
}

.ul_four li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .ul_four li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

.section_service_dynamic {
    position: relative;
    padding-bottom: 50px
}

.section_service_dynamic::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: " ";
    background: url(../images/ms-365/vector_technology_right.png);
    height: 203px;
    width: 204px;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
}

.section_service_dynamic::after {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    background: url(../images/ms-365/vector_technology.png);
    height: 408px;
    width: 184px;
    background-position: right;
    z-index: -1;
}

.dynamic-box {
    padding: 50px 0 0;
    margin: 120px 0 0;
    text-align: center;
    position: relative;
}

.dynamic-box .dynamic-ico {
    fill: #0080c6;
    background: #f2f4f7;
    transition: all 0.2s ease-in-out;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%)
}

.dynamic-box:hover .dynamic-ico {
    fill: #fff;
    background: #0080c6;
}

.dynamic-box a {
    font-size: 24px;
    color: #333;
    transition: all 0.2s ease-in-out;
}

.dynamic-box:hover a {
    color: #0080c6
}

.section_service_dynamic .section_andrioid .btn_banner_blog,
.section_cta .section_andrioid .btn_banner_blog {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.section_faq {
    padding: 80px 0 200px;
    background: #f2f4f7 url(../images/ms-365/faq-bg.png) 100% 100% no-repeat;
    background-size: 65% auto
}

.section_faq .ul_half li {
    margin-bottom: 10px
}

.section_faq .ziehharmonika h3 {
    position: relative;
    padding-left: 45px
}

.section_faq .ziehharmonika h3:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url(../images/ms-365/arrow-icon.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    left: 15px;
    top: 15px
}

.section_cta {
    padding: 80px 0;
    position: relative;
}

.section_cta::before {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    background: url(../images/ms-365/dot-bg-left-bottom-blue.png) 0 100% no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section_cta::after {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    background: url(../images/ms-365/CTA-right-bg.jpg) 100% 0 no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section_cta h2 {
    font-weight: 500
}

.section_cta h2 span {
    color: #0080c6;
    font-size: 48px;
    font-weight: 700;
    display: block
}


/* Retails page css ---- start */

.retail_section_service {
    overflow: initial;
    position: relative;
    bottom: 120px;
}

.retail_section_service::before {
    content: "";
    position: absolute;
    background: url(../images/ms-365/dot-bg-left-top-blue.png) 0 0 no-repeat;
    width: 100%;
    height: 100%
}

.img-relative-diagram {
    position: relative;
    z-index: 1;
    width: 100%
}

.retail_head_box {
    background: #fff;
    position: relative;
    -webkit-border-radius: 0 0 50px 50px;
    -moz-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
    top: -50px;
    min-height: 170px;
    width: 100%;
}

.retail_head_box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
    border-top: 30px solid #fff;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%)
}

.bg_retail_grd {
    background: #0784c7;
    background: -moz-linear-gradient(top, #0784c7 0%, #38b9ff 100%);
    background: -webkit-linear-gradient(top, #0784c7 0%, #38b9ff 100%);
    background: linear-gradient(to bottom, #0784c7 0%, #38b9ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0784c7', endColorstr='#38b9ff', GradientType=0);
}

.ul_retail_list {
    padding: 100px 0 150px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    position: relative;
    margin-top: 40px;
}

.ul_retail_list:before,
.ul_retail_list:after {
    position: absolute;
    content: " ";
    height: 27px;
    width: 27px;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    border-radius: 50px;
    z-index: 1;
    background: #80d2ff;
}

.ul_retail_list:after {
    top: auto;
    bottom: 90px;
}

.ul_retail_list li {
    padding: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px
}

.retail_ul_content {
    max-width: 100%;
    /*padding-right: 30px;*/
}

.right_li_retail .retail_ul_content {
    margin-left: auto;
    /*padding-right: 0;*/
}

.ul_retail_list li:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(128, 210, 255, 1);
    width: 5px;
    height: 150%;
    content: " ";
    margin-left: 0;
    top: -25%
}

.retail_txt {
    background: #ceeeff;
    background: -moz-linear-gradient(left, #ceeeff 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ceeeff 0%, #ffffff 100%);
    background: linear-gradient(to right, #ceeeff 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ceeeff', endColorstr='#ffffff', GradientType=1);
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    padding: 40px 20px 40px 50px;
    text-align: right;
    border-right: 20px solid #80d2ff;
    position: relative;
    margin-right: 5px
}

.retail_txt::before,
.right_li_retail .retail_txt::before {
    position: absolute;
    content: " ";
    height: 5px;
    width: 25px;
    right: -40px;
    top: 15%;
    border-radius: 4px;
    z-index: 1;
    margin-top: -12px;
    background: #80d2ff
}

.retail_txt::after,
.right_li_retail .retail_txt::after {
    position: absolute;
    content: " ";
    height: 38px;
    width: 100%;
    right: -20px;
    bottom: -38px;
    background: url(../images/ms-365/btm-shadow-left.png) 0 0 no-repeat
}

.retail_txt h2 {
    font-size: 30px;
    font-weight: 600;
    color: #1796d9
}

.retail_txt p {
    padding: 0;
    margin: 0;
    color: #333
}

.retail_icon {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.retail_icon .round-grd {
    width: 255px;
    height: 255px;
    z-index: 0;
}

.retail_icon .round-grd-icon {
    position: absolute;
    z-index: 1;
    text-align: center
}

.right_li_retail .retail_txt {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ceeeff 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #ceeeff 100%);
    background: linear-gradient(to right, #ffffff 0%, #ceeeff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ceeeff', GradientType=1);
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    padding: 40px 50px 40px 20px;
    text-align: left;
    border-left: 20px solid #80d2ff;
    border-right: 0;
    position: relative;
    margin: 0 0 0 5px;
}

.right_li_retail .retail_txt::before {
    left: -40px;
    right: initial;
}

.right_li_retail .retail_txt::after {
    right: initial;
    left: -20px;
    bottom: -38px;
    background: url(../images/ms-365/btm-shadow-left.png) 0 0 no-repeat;
    transform: scaleX(-1)
}

.right_li_retail .icon-right {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.icon-left .retail_icon {
    margin-left: 5px
}

.right_li_retail .icon-right .retail_icon {
    margin-right: 5px
}

.card-three {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-cols-md-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.section_key {
    position: relative;
    padding-bottom: 100px
}

.section_key h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 600
}

.section_key::before {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    background: url(../images/ms-365/vector_technology.png) 0 0 no-repeat;
    height: 448px;
    width: 244px;
    z-index: -1;
}

.section_key .card {
    text-align: center;
    border: 0;
    background: transparent
}

.section_key .card-title {
    color: #007dc1;
    font-size: 30px;
    font-weight: 500
}

.customer-engagement .ul_four {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.icon-box {
    max-width: 420px;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    text-align: center;
    cursor: default;
    padding: 10px;
    margin-bottom: 50px
}

.icon-box:before,
.icon-box:after {
    content: '';
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border: 1px solid #ddd;
    pointer-events: none;
    transition: .33s all ease;
}

.icon-box:before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}

.icon-box:after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}

.icon-box:hover .box-top {
    fill: #007dc1
}

.icon-box:hover:before,
.icon-box:hover:after {
    /*width: 100%;
    height: 100%;*/
    border-color: #007dc1;
}

.icon-box .box-top,
.icon-box .box-body {
    position: relative;
    will-change: transform;
    transition: .33s all ease;
    -webkit-filter: blur(0);
}

.icon-box:hover .box-top {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}

.icon-box:hover .box-body {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}

.section_boost_video {
    background: #00233e;
    background: -moz-linear-gradient(left, #00233e 0%, #215876 100%);
    background: -webkit-linear-gradient(left, #00233e 0%, #215876 100%);
    background: linear-gradient(to right, #00233e 0%, #215876 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00233e', endColorstr='#215876', GradientType=1);
    position: relative;
    padding: 130px 0;
    overflow: initial;
}

.section_boost_video::before {
    content: "";
    position: absolute;
    background: url(../images/ms-365/dot-bg-left-top-blue.png) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.section_boost_video::after {
    content: "";
    position: absolute;
    width: 35%;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0
}

.video-box {
    position: relative;
    z-index: 1;
}

.video-box img {
    position: relative;
    margin-right: -100px
}

.section_boost_video .video-poster {
    border: 8px solid #FFF;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
}

.section_boost_video .btn_white_border {
    width: auto;
    padding: 10px 30px
}

.section_boost_video .section_andrioid .btn_banner_blog {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.video-txt .video-content {
    padding-right: 75px
}

.btn-play {
    background: url(../images/ms-365/btn-play.png) 0 0 no-repeat;
    background-size: contain;
    width: 90px;
    height: 97px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) !important
}

.section_faq h2 {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 36px;
    color: #333
}

.ul_list {
    margin: 0;
    padding: 0
}

.ul_list li {
    list-style: none;
    margin: 0 0 10px;
    padding: 0 15px
}

.ziehharmonika>.ms-logo-bg-right {
    background: #fff url(../images/ms-365/bg-ms-dynamic-logo.png) 98% 98% no-repeat !important
}

.bg-none {
    background-color: transparent !important
}

.section_cta_retail {
    background: #0080c6;
    padding-bottom: 80px;
    position: relative;
    overflow: initial;
}

.section_cta_retail::before {
    content: "";
    position: absolute;
    width: 224px;
    height: 448px;
    background: url(../images/ms-365/dot-bg-right-bottom-blue.png) 100% 100% no-repeat;
    transform: scale(-1);
    left: 0;
    top: 0;
    z-index: 0;
}

.section_cta_retail::after {
    content: "";
    position: absolute;
    background: url(../images/ms-365/vector_technology_right.png) 0 0 no-repeat;
    width: 204px;
    height: 203px;
    right: 0;
    bottom: 70px;
    z-index: 0;
}

.section_cta_retail img {
    position: relative;
    z-index: 1
}

.section_cta_retail .btn_banner_blog {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.section_cta_retail .btn_white_border {
    background: #fff;
    color: #0080c6
}

.section_blog_footer {
    padding: 80px 0;
    position: relative;
}

.section_blog_footer::before {
    content: "";
    position: absolute;
    background: url(../images/ms-365/vector_technology_right.png) 0 0 no-repeat;
    transform: scale(-1);
    width: 204px;
    height: 203px;
    left: 0;
    top: 70px
}

.section_blog_footer::after {
    content: "";
    position: absolute;
    width: 224px;
    height: 448px;
    background: url(../images/ms-365/dot-bg-right-bottom-blue.png) 100% 100% no-repeat;
    right: 0;
    bottom: 0
}

.section_blog_footer .card-deck {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.section_blog_footer .card {
    border: 0;
    background: transparent;
    max-width: 400px
}

.section_blog_footer .card-body {
    padding-left: 0;
    padding-right: 0
}

.section_blog_footer .card .card-img-top {
    border: 4px solid #edf0f5
}

.section_blog_footer h5 {
    font-size: 26px;
    font-weight: 700
}

.section_blog_footer .card a {
    color: #333;
    transition: all 0.2s ease-in-out
}

.section_blog_footer .card a:hover,
.section_blog_footer .card:hover a {
    color: #0080c6;
}

.btn-plus {
    font-size: 30px
}

.btn-ht {
    height: 48px;
    width: auto;
    padding: 5px 30px
}


/* CRM CSS */

.msbc_hero .blog_text_banner h1 span.font-45 {
    font-size: 45px
}

.crm-service-content {
    padding-bottom: 80px
}

.crm-service-content .crm-service-head h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 50px 0 20px;
    text-align: center
}

.crm-service-content .crm-service-head p {
    font-size: 24px;
    margin: 0 50px;
    text-align: center
}

.crm-service-list {
    margin-top: 50px;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.crm-service-list li {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
    margin-bottom: 50px;
    padding: 0 30px;
}

.crm-service-list .list-box {
    background: #fff;
    border-radius: 30px;
    padding: 30px 30px;
    position: relative;
    -webkit-box-shadow: 10px 10px 16px 0px rgba(0, 62, 96, 0.3);
    -moz-box-shadow: 10px 10px 16px 0px rgba(0, 62, 96, 0.3);
    box-shadow: 10px 10px 16px 0px rgba(0, 62, 96, 0.3);
}

.crm-service-list .list-box::before {
    content: "";
    position: absolute;
    border: 1px solid #cbedff;
    left: 50%;
    top: 50%;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    transform: translate(-50%, -50%);
    border-radius: 25px;
}

.crm-service-list .list-box h3 {
    color: #007dc1;
    font-size: 30px;
    font-weight: 600
}

.crm-service-list .list-box p {
    margin: 0 0 20px;
    line-height: 22px;
    color: #333
}

.btn-plus-round {
    background: #0d8acd;
    text-align: center;
    color: #fff;
    font-size: 60px;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
}

.btn-plus-round:hover,
.crm-service-list .list-box:hover .btn-plus-round {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    color: #fff
}

.crm-service-list .btn-plus-round {
    position: absolute;
    left: 60px;
    bottom: -30px
}

.customer-engagement li svg {
    height: auto
}

.customer-engagement li .ce-icon svg {
    width: 180px;
    height: auto;
}

.customer-engagement li {
    text-align: center;
    padding: 0 15px;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    position: relative;
}

.customer-engagement li h2 {
    margin: 0 auto 20px;
    padding: 30px 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: 500
}

.ce-icon {
    background: #00243f;
    width: 350px;
    height: 350px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    bottom: -30px
}

.ce-body {
    position: relative;
    background: #0d8acd;
    border-radius: 30px;
    z-index: 0;
    padding: 30px 30px 120px;
    min-height: 585px;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.ce-body p {
    color: #ebebeb;
    line-height: 22px
}

.ce-bottom-arrow .ce-digit {
    background: #fff;
    font-size: 60px;
    color: #00243f;
    width: 120px;
    height: 100px;
    line-height: 100px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 auto 20px;
    /*padding: 35px 30px;
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translate(-50%, -2%);*/
}

.ce-bottom-arrow {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%)
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.why-crm {
    padding: 80px 0;
    background: url(../images/ms-365/why-crm-bg.jpg) center center no-repeat
}

.why-crm h2 {
    font-size: 36px;
    font-weight: 600
}

.why-crm p {
    font-size: 22px;
    color: #d5d5d5
}

.section_beneficiar {
    padding: 80px 0 100px;
    text-align: center;
    background: url(../images/ms-365/dot-map-bg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.section_beneficiar h2 {
    color: #0d8acd;
    font-size: 36px
}

.card-six {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-cols-md-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 0
}

.card-six .row-cols-md-6 .col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
}

.section_beneficiar .card-six {
    margin: 100px 0
}

.section_beneficiar .round-light {
    padding-top: 130px
}

.section_beneficiar .retail_icon .round-grd {
    width: auto;
    height: auto;
    z-index: 0;
}

.section_beneficiar .retail_icon .round-grd-icon {
    position: absolute;
    z-index: 1;
    text-align: center;
    color: #fff;
    fill: #fff
}

.section_beneficiar .retail_icon .round-grd-icon h5 {
    font-size: 24px;
    margin-top: 5px
}

.section_cta_crm {
    padding: 80px 0;
    background: #0080c6;
    padding-bottom: 80px;
    position: relative;
    overflow: initial;
}

.section_cta_crm h2 {
    font-size: 30px;
    margin: 0 30px 30px
}

.section_cta_crm::before {
    content: "";
    position: absolute;
    width: 224px;
    height: 448px;
    background: url(../images/ms-365/dot-bg-right-bottom-blue.png) 100% 100% no-repeat;
    transform: scale(-1, 1);
    left: 0;
    top: 0;
    z-index: 0;
}

.section_cta_crm::after {
    content: "";
    position: absolute;
    background: url(../images/ms-365/vector_technology_right.png) 0 0 no-repeat;
    width: 204px;
    height: 203px;
    right: 0;
    bottom: 40px;
    z-index: 0;
}

.section_cta_crm img {
    position: relative;
    z-index: 1;
}

.section_cta_crm .btn_banner_blog {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.section_cta_crm .btn_white_border {
    background: #fff;
    color: #0080c6;
}

.modal_video .modal-content {
    background: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.txt-case-normal {
    text-transform: none !important
}

/* Main Index Css Start -------- */
.carousel       { z-index: 0; }
.btn-sm-ht { height: 42px !important; width: auto !important; padding: 0 30px !important; line-height: 40px !important; font-size: 13.5px !important;}
.btn-nml-ht { height: 48px !important; width: auto !important; padding: 0 30px !important; line-height: 45px !important; font-size: 17.5px !important;}
.main_heading   { font-size: 30px;color: #333; margin-bottom:45px;text-align: center;font-weight: 700; }

.carousel-control-prev, .carousel-control-next  { width: 70px; height: 70px; background: rgba(0, 0, 0, 0.7); top: 50%; transform: translateY(-50%); border-radius: 100%; margin:0 15px; font-size: 25px; font-weight: 700; }

.btn_blue_border {display:inline-block !important;background:#0784c7;border:2px solid #0784c7;border-radius:30px;font-family:poppins;font-size:16px;color:#fff;font-weight:700;padding:0;text-transform:capitalize;letter-spacing:0.85px;position:relative;overflow:hidden;z-index:1;-webkit-transition:0.5s;transition:0.5s;width:200px;height:56px; line-height: 56px; margin: auto; text-align:center;}
.btn_blue_border:hover{border:2px solid #0784c7;-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 13px 27px 0 rgba(255, 255, 255, 0.15);box-shadow:0 13px 27px 0 rgba(255, 255, 255, 0.15);color:#0784c7;border-radius:4px;}
.btn_blue_border:after, .btn_blue_border:before{content:'';position:absolute;top:0;height:100%;width:0;-webkit-transition:0.5s;transition:0.5s;background:#fff;z-index:-1;left:0;border-radius:0;border:0px solid #fff;}
.btn_light_border:after, .btn_light_border:before{  background: #fff; }
.btn_blue_border:before,
.btn_light_border:before   {right:0;left:auto;border-radius:0;}
.btn_blue_border:hover:after, .btn_blue_border:hover:before,
.btn_light_border:before, .btn_light_border:after {width:50%;}
.main_hero .btn_blue_border     {background:#0784c7;border:2px solid #0784c7;}
.btn_light_border, .main_hero .btn_light_border       {border:2px solid #fff;background: #fff; color: #333; }

.item { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d;  }            
.carousel-item {
    position: relative;
    height:60vh;
    min-height:350px;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main_hero h2, .main_hero h3        { letter-spacing:0.25px ; }
.main_hero h2       { font-size: 45px; font-weight: 600; color: #fff; margin-bottom: 20px; }
.main_hero h3       { font-size: 25px; font-weight: 700; color: #fff; }
.carousel-item:before { content: ""; position: absolute; left:0; top: 0; width: 100%; height: 100%; background-color:rgba(0,93,141,0.5); }
.carousel-item:after { content: ""; position: absolute; width: 445px; left:50%; top:50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background:url(../images/home/hero-round.png) center center no-repeat }
.main_hero .carousel-caption {text-align: center; max-width:100%;margin: 0 auto;top: 50%;transform: translateY(-50%);bottom: initial;}

/**
 * Change animation duration
 */
 .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.section_our_solution       { padding: 78px 0 0; }
.section_our_solution .card { text-align: center; border: 0; }
.section_our_solution figure    { background: #fff; padding: 20px; margin-top: -50px; border-radius: 100%; -webkit-box-shadow: 0px 0px 19px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 19px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 19px 2px rgba(0,0,0,0.2);
}
.section_our_solution figure:hover,
.section_our_solution .icon-box:hover figure      { background: #057fbe; }
.section_our_solution .icon-box:hover .box-top {
    fill: #fff
}
.section_our_solution .icon-box             { border-radius: 10px; padding-bottom: 20px; background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(top, #feffff 0%, #feffff 34%, #f0f0f0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #feffff 0%,#feffff 34%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #feffff 0%,#feffff 34%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
     }
.section_our_solution .icon-box:before,
.section_our_solution .icon-box:after   { width: 100%; height: 100%; border-radius: 10px; }
.section_our_solution .card-title       { font-size: 18px; color: #057fbe; font-weight: 700; }
.section_our_solution .box-body         { font-size: 16px; color: #333; line-height: normal;margin-bottom: 15px; }
.btn-white      { border: 1px solid #ccc; background: #fff; border-radius: 50px; padding: 5px 30px; font-weight: 600; font-size: 16px; transition: all 0.2s ease-in-out; }
.btn-white:hover, .section_our_solution .icon-box:hover .btn-white    { background: #057fbe; color: #fff; }
.card-two {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.row-cols-md-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

/* PArtner Css -------- */
.owl-theme .owl-dots {
    display: none !important;
}
.partner-logos.owl-theme .owl-nav [class*=owl-]         { margin: 0 !important; } 
.partner-box .owl-carousel .owl-nav .owl-prev,
.partner-box .owl-carousel .owl-nav .owl-next          {position: absolute; top: 50%; transform: translateY(-50%); width:33px !important; height:33px !important;text-indent: -50px; overflow: hidden; opacity:0.3;}
.partner-box .owl-carousel .owl-nav .owl-prev:hover,
.partner-box .owl-carousel .owl-nav .owl-next:hover    { opacity: 0.6; }
.partner-box .owl-carousel .owl-nav     { position: absolute; top:0; width: 100%; height:100%; margin: 0; }
.partner-box .owl-carousel .owl-nav .owl-prev{ background:url('../images/home/client-left-icon.png') no-repeat !important; left:-50px}
.partner-box .owl-carousel .owl-nav .owl-next{ background: url('../images/home/client-right-icon.png') no-repeat !important; right:-50px}
.partner-box    { padding: 65px 0; margin-top: 30px; background: #002c44; /* Old browsers */
    background: -moz-linear-gradient(-87deg, #002c44 0%, #057fbe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-87deg, #002c44 0%,#057fbe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(178deg, #002c44 0%,#057fbe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c44', endColorstr='#057fbe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.partner-box .item .card    { padding:10px 20px; border-radius: 10px; text-align: center; }
.partner-box .item .card img    { width: fit-content; margin: 0 auto;  }

/* Ladder Css -------- */
.ladder-wrap .col-md-9 {
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    max-width: 83%;
}
.section_ladder         { background: url(../images/home/ladder-bg.jpg) 0 0 no-repeat; background-size: contain; }

.ladder-wrap                { padding: 80px 15px 48px; }
.ladder-txt .card-text      { font-size: 19px; color: #122e3e; line-height: 28px; }
.ladder-txt .card-title     { font-size: 18px; font-weight: 700; background: #0c8b97; border-radius: 15px; width: 50%; color: #fff; padding: 15px; }
.ladder-txt .card           { border: 0; margin-bottom: 45px; background: none; }
.ladder-txt .card-body      { padding: 0; }

.microsoft-box .card-title   { background: #0c8b97 }
.salesforce-box .card-title  { background: #c2a260 }
.enterprise-box .card-title  { background: #644682 }

/* TCO Css -------- */
.section_tco        { padding: 70px 0 95px; background: #005f93; /* Old browsers */
    background: -moz-linear-gradient(top, #005f93 0%, #ffffff 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #005f93 0%,#ffffff 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #005f93 0%,#ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f93', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ }

/* Excellence Css -------- */
.section_excellence     { padding: 85px 0 95px; background: #0080c6; -webkit-box-shadow: inset 0px 0px 122px 15px rgba(21,57,76,1);
    -moz-box-shadow: inset 0px 0px 122px 15px rgba(21,57,76,1);
    box-shadow: inset 0px 0px 122px 15px rgba(21,57,76,1);
}
.section_excellence                     { color: #fff; }
.section_excellence .main_heading       { color: #fff; margin-bottom: 65px; }
.section_excellence .sicon              { fill: #fff; padding-right: 15px; }
.section_excellence .digit              { font-size: 40px; font-weight: 600; line-height: 40px; }
.section_excellence .digit sup          { vertical-align: baseline; position: relative; top: -0.3em; font-weight: 300; font-size: 30px; color: #c1e9ff;}
.section_excellence .digit p            { font-size: 20px; color: #c1e9ff; font-weight: 400; margin: 0; }


/* Industries Tab Css -------- */
.section_industries      { overflow: initial; padding: 80px 0; }

.industries_tab .nav-tabs {display: none}
.industries_tab_txt     { border: 1px solid #76a6c0; border-left: 5px solid #0080c6; width:calc(100% - 335px); border-radius: 10px } 
.industries_tab .card   { background: none; padding:10px 15px; } 
.industries_tab .card p { margin-bottom: 15px; color: #333;}

@media (min-width: 768px) {
    .industries_tab .nav-tabs {
      display: flex;
      flex-flow: column nowrap;
    }
    .industries_tab .nav-tabs {
      width: 335px;
      border-bottom: none;
      border-right:0;
      display: flex;
      padding: 15px 0;
    }
    .industries_tab .nav-tabs {
      margin: 0;
    }
    .industries_tab .nav-tabs .nav-item + .nav-item {
      margin-top: 0.5rem;
    }
    .industries_tab .nav-tabs .nav-link {
      transition: border-color 0.125s ease-in;
      white-space: nowrap;
      border-top-left-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-color: #d9d9d9;
      border-right:0;
      transition: all 0.2s ease-in-out;
      margin-right: -1px;
      padding: 0.5rem 1rem;
      font-size: 18px;
      color: #333;
      font-weight: 600;
    }
    .industries_tab .nav-tabs .nav-link:hover {
      background-color: #f7f7f7;
      text-indent: 5px;
    }
    .industries_tab .nav-tabs .nav-link.active {
        color: #fff;
      background: #0080c6;
      border-top-left-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;
      border-top-right-radius: 0;
      margin-right: -1px;
      transition: all 0.2s ease-in-out;
    }
    .industries_tab .nav-tabs .nav-link.active:hover {
        text-indent: 5px;
    }
  
    .industries_tab .card {
      border: none;
    }
  
    .industries_tab .card .card-header {
      display: none;
    }
  
    .industries_tab .card .collapse {
      display: block;
    }
  }
  
  @media (max-width: 767px) {
    .tab-content>.tab-pane {
      display: block !important;
      opacity: 1;
    }
}
  
/* Video Css -------- */
.section_homevideo      { background: url(../images/home/video-bg-min.jpg) center center no-repeat; background-size: cover; padding: 150px 0 115px;overflow: initial;  }
.section_homevideo p    { letter-spacing: 0; }
.section_homevideo .main_heading    { margin-bottom: 30px; color: #fff; text-align: left; font-size:35px; }
.section_homevideo .video-txt .video-content    { padding-right: 0; }
.video-wrap             { display: inline-block; position: relative; }
.video-wrap img         { position: relative; z-index: 1; }
.video-wrap::after      { content: ""; position: absolute; right:-35px; bottom:-35px; width: 0; height: 0;border-bottom: 330px solid #057fbe; border-left: 330px solid transparent; z-index: 0; }
.video-wrap .btn-play   { left: 50%; }
.homevideo-poster       { -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.44);-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.44);box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.44); }

/* Our Client Css -------- */
.section_our_client     { padding: 75px 0 50px; }
.our-client-testi.owl-carousel .owl-stage {
    display: flex;
}
/*.our-client-testi.owl-carousel .owl-item{
-ms-flex-align: center!important;
align-items: center!important;
}*/
.our-client-testi.owl-carousel .owl-stage-outer { height: auto !important;  }
.our-client-testi .client-comment              { position: relative; }
.our-client-testi .client-comment::before     { content: ""; position: absolute; background: url(../images/home/blue-inverted.png) 0 0 no-repeat; width: 34px; height: 20px; top:-40px; left:0%;  }
.our-client-testi .card                         { border: 0; background: none; }
.our-client-testi .owl-item                     { position: relative; border-radius: 10px; margin:20px 10px; border: 0; -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.15);box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.15); }
.our-client-testi .card-body        { padding:30px 10px; border: 0; }
.our-client-testi .card-body p      { margin:0; font-size: 16px; color: #777; line-height: 20px; letter-spacing: 0; }
.our-client-testi p.client-name      { font-size: 16px; font-weight: 700; color: #333; margin-top: 6px; }
.our-client-testi .client-img img   { width: 107px !important; height: 107px; border-radius: 100px; margin-right: 10px; max-width: initial !important; }
.our-client-testi .owl-nav          { display: block !important; }
/*.our-client-testi.owl-theme .owl-nav [class*=owl-]      { padding:0 10px !important; background: #ccc !important; border-radius: 100px; }*/
.our-client-testi.owl-carousel .owl-nav .owl-prev,
.our-client-testi.owl-carousel .owl-nav .owl-next,
.our-client-testi.owl-carousel .owl-dot                      { width:33px !important; height:33px !important;text-indent: -50px; overflow: hidden; opacity: 1;}
.our-client-testi.owl-carousel .owl-nav .owl-prev:hover,
.our-client-testi.owl-carousel .owl-nav .owl-next:hover    { opacity: 0.6; }
.our-client-testi.owl-carousel .owl-nav .owl-prev{ 
    background: url('../images/home/client-left-icon.png') no-repeat !important;
}
.our-client-testi.owl-carousel .owl-nav .owl-next{
    background: url('../images/home/client-right-icon.png') no-repeat !important;
}

/* journey Css -------- */
.section_journey        { text-align: center; padding-bottom: 60px; position: relative; overflow: initial; }
.section_journey::after { content: ""; position: absolute; width: 100%; height: 48%; background: #0581c5; left: 0; bottom: 0; z-index: -1; }
.section_journey .main_heading      { margin-bottom: 20px; color: #fff; font-size: 24px; letter-spacing: 0.25px; font-weight: 600; }

/* contact Css -------- */
.form-contact-wrap .form-control::-webkit-input-placeholder { color: #fff; }
.form-contact-wrap .form-control::-moz-placeholder  { color: #fff; }
.form-contact-wrap .form-control::-ms-input-placeholder     { color: #fff; }
.form-contact-wrap .form-control::-moz-placeholder  { color: #fff; }
.form-contact                   { background: #032c47; padding: 30px 20px 0; color: #fff; position: relative; top: -150px; border-radius: 5px; margin-bottom: -100px; }
.form-contact .main_heading     { color: #fff; text-align: left; }
.form-contact-wrap              { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.form-contact-wrap .form-box    { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding: 0 15px; margin-bottom: 25px;}
.form-contact-wrap .form-control,
.form-box.form-textarea .form-box    { background: none; border: 0; color: #fff; border-bottom: 2px solid #5e8194; border-radius: 5px; }
.form-contact-wrap .form-control:focus { -webkit-box-shadow: none; box-shadow: none; border-bottom: 2px solid #0d8acd !important; }
.form-contact-wrap .form-box.form-textarea, 
.form-contact-wrap .form-box.w-100           { flex: 0 0 100%; max-width: 100%;}

/* Main Index Css End -------- */

@media (min-width: 1366px) {
    .hero-m-0 .msbc_hero .right_img {
        margin-top: 5%
    }
    .customer-engagement .container-fluid {
        max-width: 1900px;
        margin: 0 auto
    }
    .section_ladder img    { width: 100%; }
}

@media (max-width: 1799px) and (min-width: 1400px) {
    .msbc_hero .right_img.mp-0   { margin-top: 0 !important; }
}

@media (max-width: 1799px) and (min-width: 1300px) {
    .msbc_hero .right_img {
        width: 45%;
        margin-left: -80px;
        margin-top: 3%
    }
    .section_andrioid p {
        max-width: 580px;
    }
    .msbc_hero .blog_text_banner h1 {
        font-size: 45px;
    }
    .msbc_hero .blog_text_banner h1 span {
        font-size: 60px;
    }
    .section_key::before,
    .section_cta_retail::before,
    .section_cta_retail::after,
    .section_blog_footer::before,
    .section_blog_footer::after {
        background-size: contain;
        width: 11%;
    }
    .section_cta_retail::after {
        background-position-y: 100%
    }
    .section_blog_footer::before {
        background-position-y: 100%
    }
    .section_cta_retail .col-10 {
        -ms-flex: 0 0 90.333333%;
        flex: 0 0 90.333333%;
        max-width: 90.333333%;
    }
    .section_service_dynamic .dynamic-txt {
        margin: 0;
    }
    .crm-service-list .list-box { border-radius: 20px; min-height: 180px; padding: 25px 30px; }
    .crm-service-list .list-box::before     { border-radius: 20px; }
}

@media (max-width: 1399px) and (min-width: 1300px) {
    /*.msbc_hero .right_img.mp-0 {
        margin-top: 3% !important;
    }*/
    .crm-hero .blog_text_banner h1 span.font-45 {
        font-size: 34px !important;
    }
    .section_service_dynamic .dynamic-txt {
        margin: 0 50px;
        letter-spacing: 0;
        font-size: 15px;
        line-height: 20px;
    }
    .ce-body {
        min-height: 450px !important;
    }
    .ce-body p {
        font-size: 13px !important;
        line-height: 15px !important;
    }
    .ce-icon {
        width: 260px !important;
        height: 260px !important;
    }
    .customer-engagement li svg {
        width: 260px !important;
    }
    .customer-engagement li .ce-icon svg {
        width: 60% !important;
    }
    .ce-bottom-arrow {
        bottom: -40px !important;
    }
    .section_faq {
        padding-bottom: 155px !important
    }
    .crm-service-list .list-box { border-radius: 20px; min-height: 180px; }
    .crm-service-list .list-box::before     { border-radius: 20px; }
    .crm-service-list .btn-plus-round {
        font-size: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .msbc_hero .right_img   { margin-top: 30px; }
    .hero-m-0 .msbc_hero .right_img {
        margin-top: 5%;
    }
}

@media (max-width:1799px) {
    .section_tree_about .pos1,
    .section_tree_about .pos3 {
        margin: 2px 0 0 140px;
    }
    .section_tree_about .pos2 {
        margin-left: 90px;
    }
    .section_tree_about h2 {
        font-size: 25px;
    }
    .section_tree_about span img {
        width: 120px
    }
    .section_tree_about .pos4,
    .section_tree_about .pos6 {
        margin: 7px 0 0 -60px;
    }
    .section_tree_about .pos5 {
        margin-left: -15px;
    }
    .dynamic-box a {
        font-size: 18px
    }
}

@media (max-width:1400px) {
    .msbc_hero .right_img {
        width: 40%;
        margin-left:15px;
        margin-top: 40px;
    }
    .msbc_hero .blog_text_banner    { margin-left: 48%; }
    .msbc_hero .right_img.mp-0 {
        margin-top:0;
    }
    .blog_main_banner,
    .blog_banner_inner {
        min-height: 460px !important
    }
    .msbc_hero {
        background-size: 100% 100%
    }
    .msbc_hero .blog_text_banner h1 {
        font-size: 40px;
        line-height: 55px;
    }
    .msbc_hero .blog_text_banner h1 span {
        font-size: 55px;
    }
    .msbc_about_content h2 span {
        font-size: 35px;
        line-height: 40px
    }
    .section_benefit {
        min-height: 760px
    }
    .section_benefit_l h2 {
        font-size: 55px;
    }
    .section_benefit_r h4 {
        font-size: 18px
    }
    .dynamic-box {
        margin-top: 85px
    }
    .dynamic-box a {
        font-size: 16px
    }
    .section_benefit::before    { background-size: 80% 80%; }
    .section_benefit_l::before {
        left: 103%; 
    }
    .section_service_dynamic .ul_four li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24.33%;
        flex: 0 0 24.33%;
        max-width: 24.33%;
        padding: 0 5px;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important;
    }
    .section_service_dynamic .ul_four li h4 {
        line-height: 18px
    }
    .section_key::before,
    .section_cta_retail::before,
    .section_cta_retail::after,
    .section_blog_footer::before,
    .section_blog_footer::after,
    .section_cta_crm::before,
    .section_cta_crm::after {
        background-size: contain;
        width: 10%;
        opacity: 1;
    }
    .section_blog_footer::before {
        top: 20px
    }
    .section_cta_retail::after,
    .section_cta_crm::after {
        background-position-y: 100%
    }
    .section_blog_footer::before {
        background-position: 0 100%
    }
    .section_cta_crm::before {
        background-position: 0 0
    }
    .section_blog_footer::after {
        bottom: 80px
    }
    .crm-hero .blog_banner_inner,
    .crm-hero.blog_main_banner {
        min-height: 460px !important;
    }
    .section_blog_banner svg {
        height: auto;
    }
    @supports (-ms-ime-align:auto) {
        .section_blog_banner svg {
            height: 50px;
        }
    }
    .section_faq {
        background-size: 65% auto;
        padding-bottom: 115px
    }
    .crm-service-list .btn-plus-round {
        font-size: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .crm-service-list .list-box p {
        line-height: 14px;
        font-size: 13px;
        color: #333;
        margin-bottom: 10px
    }
    .crm-service-list .list-box { border-radius: 20px; min-height: 180px; }
    .crm-service-list .list-box::before     { border-radius: 20px; }
    .crm-service-list .btn-plus-round {
        font-size: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .crm-service-list .list-box h3 {
        font-size: 20px !important;
    }

    /* Main Index Css start -------- */
    .ladder-txt .card-text          { font-size: 16px; line-height: 17px; letter-spacing: 0; }
    .section_ladder .col-md-4 {-ms-flex: 0 0 38.333333%;flex: 0 0 38.333333%; max-width: 38.333333%;}
    .section_ladder .col-md-8 {-ms-flex: 0 0 61.666667%; flex: 0 0 61.666667%;max-width: 61.666667%;}
    .ladder-wrap .col-md-9 {-ms-flex: 0 0 83%;flex: 0 0 83%;max-width: 83%; padding-left: 0; padding-right: 0;}
    .section_ladder .main_heading { margin-bottom: 34px; }
    .ladder-wrap    { padding: 70px 15px 48px; }
    /*.ladder-wrap .card-title    { margin-bottom: 1rem; }
    .ladder-txt .card { margin-bottom: 40px; }*/
    .section_excellence .col-lg-3:last-child p      { padding-right: 50px; }
    /* Main Index Css end -------- */
}

@media (max-width: 1799px) and (min-width: 1200px) {
    .msbc_about_content h2 span {
        font-weight: 700;
        font-size: 35px;
        line-height: 40px
    }
    .msbc_features .card h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .msbc_features .card p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300
    }
    .msbc_features .col {
        padding: 0
    }
    .msbc_features .card img {
        width: 60px
    }
    .msbc_section_service .col-10 {
        -ms-flex: 0 0 87.333333%;
        flex: 0 0 87.333333%;
        max-width: 87.333333%;
    }
    .msbc_section_service .ul_three_section {
        margin-top: 20px
    }
    .msbc_section_service .font_26 {
        line-height: 22px;
        font-size: 16px;
    }
    .msbc_section_service p {
        font-size: 15px;
        line-height: 19px;
    }
    .section_tree_about .black_h2 {
        font-size: 35px
    }
    .section_tree_about .black_h2 span {
        font-size: 26px;
    }
    .section_benefit {
        min-height: 650px
    }
    .section_benefit_l h2 {
        font-size: 50px;
    }
    .section_benefit_l p {
        font-size: 19px
    }
    .section_service_dynamic::before,
    .section_service_dynamic::after {
        background-position: 0 0;
        background-size: contain;
        background-repeat: no-repeat;
        width: 10%;
        opacity: 1;
    }
    .section_service_dynamic .ul_four li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 5px;
    }
    .dynamic-box a {
        font-size: 18px;
    }
    .ziehharmonika h3 {
        font-size: 20px !important
    }
    .section_cta h2 span {
        font-size: 42px
    }
    .retail_txt {
        padding-left: 20px
    }
    .retail_txt h2 {
        font-size: 25px;
    }
    .right_li_retail .retail_txt {
        padding-right: 20px
    }
    .section_benefit_l {
        width: 42%;
    }
    .section_benefit_r {
        width: 55%;
    }
    .section_benefit_r h4 {
        font-size: 16px;
    }
    .section_benefit_r p {
        font-size: 14px;
    }
    .section_benefit_l::before {
        left: 103%
    }
    .retail_service_content p {
        font-size: 14px;
        line-height: 18px
    }
    .retail_icon .round-grd {
        width: 230px;
        height: 230px
    }
    .retail_icon .round-grd-icon svg {
        width: 150px
    }
    .section_key .card-title {
        font-size: 24px
    }
    .icon-box .box-body,
    .section_boost_video p {
        font-size: 15px;
        line-height: 20px
    }
    .video-box img {
        margin-right: 0;
        width: 100%
    }
    .section_boost_video .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .btn-play {
        left: 50%
    }
    .section_boost_video h2 {
        font-size: 25px
    }
    .section_boost_video {
        padding: 100px 0
    }
    .section_boost_video .btn_white_border {
        height: 40px;
    }
    .section_faq h2,
    .section_cta_retail h2 {
        font-size: 30px
    }
    .section_blog_footer h5 {
        font-size: 20px;
    }
    .section_blog_footer p {
        font-size: 14px;
        line-height: 18px
    }
    .section_blog_footer .card {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
        max-width: 400px
    }
    .section_blog_footer .card-body {
        padding-left: 0;
        padding-right: 0
    }
    .msbc_hero.crm-hero .blog_text_banner h1 {
        line-height: 50px;
    }
    .crm-hero .blog_text_banner h1 span.font-45 {
        font-size: 38px;
    }
    .section_andrioid .crm-hero p {
        max-width: 600px;
    }
    .blog_main_banner, .blog_banner_inner {
        min-height: 530px;
    }
    .crm-hero .blog_banner_inner,
    .crm-hero.blog_main_banner {
        min-height: 530px
    }
    .crm-service-content .crm-service-head h2 {
        font-size: 30px;
    }
    .crm-service-content .crm-service-head p {
        font-size: 18px;
    }
    .crm-service-list .list-box h3 {
        font-size: 20px;
    }
    .crm-service-list .btn-plus-round {
        font-size: 35px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: 40px;
        bottom: -20px;
    }
    .crm-service-list .list-box p {
        line-height: 14px;
        font-size: 13px;
        color: #333;
        margin-bottom: 10px
    }
    .crm-service-list li {
        padding: 0 20px;
        margin-bottom: 32px
    }
    
    .section_key h2 {
        font-size: 30px;
        margin-bottom: 30px
    }
    .ce-bottom-arrow {
        bottom: -42px
    }
    .ce-bottom-arrow .ce-digit {
        font-size: 42px;
        width: 88px;
        height: 70px;
        line-height: 70px;
        border-radius: 20px
    }
    .ce-icon {
        /*width: 70%;
        height: 28%*/
        width: 250px;
        height: 250px
    }
    .customer-engagement li svg {
        width: 250px
    }
    .customer-engagement li h2 {
        font-size: 22px;
        padding-top: 20px
    }
    .ce-body {
        min-height: 540px
    }
    .ce-body p {
        font-size: 14px;
        line-height: 17px
    }
    .customer-engagement li .ce-icon svg {
        width: 50%;
    }
    .why-crm h2 {
        font-size: 28px;
        font-weight: 500;
    }
    .why-crm p {
        font-size: 16px;
    }
    .why-crm .crm-logo {
        width: 50%
    }
    .section_beneficiar .retail_icon .round-grd-icon svg {
        width: 70px;
    }
    .section_beneficiar .retail_icon .round-grd svg {
        width: 120%;
        left: -20px;
        position: relative;
    }
    .section_beneficiar .retail_icon .round-grd-icon h5 {
        font-size: 18px;
        margin-top: 5px;
    }
    .section_beneficiar .round-light {
        padding-top: 120px;
    }
    .hero-m-0 .msbc_hero .right_img {
        margin-top: 5%
    }
    .section_cta_crm h2 {
        font-size: 23px;
    }
    /* Main Index Css start -------- */
    .section_our_solution .solution-diagram     { display: initial; }
    .section_our_solution .card-a .icon-box   { margin: 0; margin-left:auto; }
    .section_our_solution .card-b .icon-box   { margin: 0; margin-right: auto; }
    .section_our_solution .row-cols-md-4>*    { -ms-flex: 0 0 28%;flex: 0 0 28%;max-width: 28%; }
    .section_our_solution .row-cols-md-4>*:first-child,
    .section_our_solution .row-cols-md-4>*:last-child    { -ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%; }
    .section_our_solution .box-body     { font-size: 16px; }
    .section_our_solution .row-cols-md-3>*    { -ms-flex: 0 0 26%;flex: 0 0 26%;max-width: 26%; }
    .section_our_solution .solution-diagram   { -ms-flex: 0 0 47%;flex: 0 0 47%;max-width: 47%; }
    .section_our_solution .icon-box           { max-width: 350px; }
    
    /* Main Index Css End -------- */
}
/* 6-15-2020  css*/
/* @media (max-width: 1200px) and (min-width: 767px) {
    .mobile_menu{
        display: none;
    }
    .ul_nav {
        display: flex;
    }
    .ul_sub_menu li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }

  
    .h500 {
        padding: 30px 30px !important;
    }
    .ul_nav > li:hover .sub_menu_div {
        opacity: 1;
        visibility: visible;
    }
    .fullwidth-menu.sub_menu_div {
        opacity: 1;
        visibility: visible;
        width: 100%;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX0);
        transform: translateX(0);
         margin-left: 0px;
    }
    li.level0 .submenu-level0, li.level0_1 .submenu-level0_1, li.level0_2 .submenu-level0_2, li.level0_3 .submenu-level0_3, li.level0_4 .submenu-level0_4{
        left: 100% !important;
        top: 0 !important;
        width: 100% !important;
    }
    
    li.level1 .submenu-level1 {
        visibility: visible;
    }
    li.level1 .submenu-level1 .sub-sub li a {
        transform: translateX(0);
        opacity: 1;
    }

} */
@media (max-width:1200px){
    .bg-video .service_about_doggle img.video-poster {
        display: block;
        margin-bottom: 20px;
    }
    .bg-video .service_about_doggle span {
        display: block;
    }
      /* benefits */
      .section-finance-benefits{

    }
    .section-finance-benefits .service_about_text, .section-finance-benefits .service_about_doggle {
        /* -webkit-box-flex: 0; */
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        padding: 0 15px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    /*---- Home page -----*/
    .main_heading { font-size: 25px;}
    .ladder-txt .card                   { margin-bottom: 35px; }
    .section_ladder                     { background-size: cover; background-position: 50% top; }
    .ladder-txt .card-title             { width: 70%; padding: 10px 15px; }
    .section_ladder .fluid-container        { padding: 0 15px; }
    .section_our_solution .card         { flex-direction: row; -ms-flex-pack: center!important;justify-content: center!important; }
    .section_our_solution .card-a .icon-box,
    .section_our_solution .card-b .icon-box       { margin: 0; }
    .section_our_solution .card-a       { -ms-flex-pack: end!important; justify-content: flex-end!important }
    .section_our_solution .card-b       { -ms-flex-pack: start!important; justify-content: flex-start!important; margin: 0; }
    .section_our_solution .row-cols-md-4>*:first-child, .section_our_solution .row-cols-md-4>*:last-child {display: none;}
    .section_our_solution .row-cols-md-4>* { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
    .section_our_solution .box-body { font-size: 16px; line-height: 18px;}
    .section_our_solution .row-cols-md-3>* {-ms-flex: 0 0 100%; flex: 0 0 100%;max-width: 100%;}
    .section_our_solution .icon-box {max-width: 350px; margin-left: 15px; margin-right: 15px;}
    .ladder-wrap .col-md-9 {-ms-flex: 0 0 100%; flex: 0 0 100%;max-width: 100%;padding-left: 15px; padding-right: 15px }
    .section_excellence .col-lg-3:last-child p { padding-right: 0;}
    .section_excellence p               { line-height: 22px }
    .our-client-testi .client-img img { width: 80px !important; height: auto;}
    /*---- Home page -----*/
}
@media (max-width: 1200px) and (min-width: 1025px) {
    .msbc_hero .blog_text_banner h1 span {
        font-size: 45px;
    }
    .msbc_hero .blog_text_banner h1 {
        font-size: 30px;
        line-height: 50px;
    }
    .msbc_hero .right_img.mp-0 {
        margin-top: 3%;
    }
    .msbc_hero .right_img { margin-top: 5%; }

    .blog_main_banner, .blog_banner_inner,
    .crm-hero .blog_banner_inner, .crm-hero.blog_main_banner {
        min-height: 400px !important;
    }
    
}

@media (max-width: 1200px) and (min-width: 992px) {
    p {
        line-height: 18px;
    }
    .msbc_hero .blog_text_banner p {
        max-width: 420px;
    }
    .section_andrioid .msbc_hero p {
        max-width: 520px;
    }
    .msbc_about_content h2 span {
        font-size: 30px;
        line-height: 35px;
    }
    .msbc_features .card h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .blog_text_banner p {
        font-size: 15px;}
    .msbc_features .card p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300
    }
    .msbc_features .col {
        padding: 0
    }
    .msbc_features .card img {
        width: 60px
    }
    .section_blog_footer h5 {
        font-size: 20px;
    }
    .section_tree_about .pos1,
    .section_tree_about .pos3 {
        margin-left: 95px;
    }
    .section_tree_about .pos2 {
        margin-left: 30px;
    }
    .section_tree_about h2 {
        font-size: 25px;
    }
    .section_tree_about span img {
        width: 120px
    }
    .section_tree_about .pos4,
    .section_tree_about .pos6 {
        margin-left: -75px;
    }
    .section_tree_about .pos5 {
        margin-left: -15px;
    }
    .section_tree_about .black_h2 {
        font-size: 35px
    }
    .section_tree_about .black_h2 span {
        font-size: 25px
    }
    .section_benefit {
        min-height: 700px;
    }
    .section_benefit_l h2 {
        font-size: 40px;
    }
    .section_benefit_l p {
        font-size: 17px;
        line-height: 22px;
    }
    .section_benefit_r h4 {
        font-size: 15px;
        font-weight: 700
    }
    .section_benefit_r {
        padding-right: 50px
    }
    .section_benefit_r p {
        font-size: 13px
    }
    .section_service_dynamic .dynamic-txt {
        margin: 0 30px;
    }
    .section_service_dynamic::before,
    .section_service_dynamic::after {
        background-position: 0 0;
        background-size: contain;
        background-repeat: no-repeat;
        width: 10%;
        opacity: 0.5;
    }
    .msbc_section_service .font_26 {
        line-height: 22px;
        font-size: 18px;
    }
    .msbc_section_service p {
        font-size: 15px;
        line-height: 19px;
    }
    .section_about.m-top {
        padding: 120px 0 50px;
    }
    .msbc_about_content h2 {
        font-size: 25px;
    }
    .retail_txt h2 {
        font-size: 20px;
    }
    .retail_txt p {
        font-size: 14px
    }
    .retail_icon .round-grd {
        width: 230px;
        height: 230px
    }
    .retail_icon .round-grd-icon svg {
        width: 150px
    }
    .section_boost_video .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .video-txt .video-content {
        padding: 0;
        margin: 0 !important
    }
    .video-box img {
        width: 100%
    }
    .section_faq {
        background-size: 60%;
        padding-bottom: 100px
    }
    .msbc_hero.crm-hero .blog_text_banner h1 {
        line-height: 45px;
    }
    .crm-hero .blog_text_banner h1 span.font-45 {
        font-size: 30px;
    }
    .section_andrioid .crm-hero p {
        max-width: 535px;
    }
    .crm-hero .blog_banner_inner,
    .crm-hero.blog_main_banner {
        min-height: 430px
    }
    .crm-service-content .crm-service-head p {
        font-size: 15px;
    }
    .crm-service-list li {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .crm-service-list .list-box{
   padding: 25px 25px;
}
    /*.crm-service-list .list-box h3 {
        font-size: 23px;
    }
    .crm-service-list .list-box p {
        line-height: 17px;
        font-size: 14px;
        color: #333;
    }
    .btn-plus-round {
        font-size: 55px;
        width: 55px;
        height: 55px;
        line-height: 55px;
    }*/
    .crm-service-list .btn-plus-round {
        left: 45px;
        bottom: -21px;
    }
    
    .customer-engagement .container-fluid {
        width: 85%;
    }
    .customer-engagement .ul_four li {
        /*-ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;*/
        margin-bottom: 30px;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .ce-icon {
        /*width: 70%;
        height: 28%*/
        width: 200px;
        height: 200px
    }
    .customer-engagement li h2 {
        font-size: 18px;
        padding-top: 15px
    }
    .ce-body {
        max-width: 350px;
        min-height: 500px;
        margin: 0 auto;
        -ms-flex-align: end!important;
        align-items: flex-end!important;
        padding-bottom: 80px
    }
    .ce-bottom-arrow .ce-digit {
        font-size: 30px;
        width: 60px;
        height: 50px;
        line-height: 50px;
        border-radius: 15px;
        margin-bottom: 10px;
    }
    .ce-body p {
        font-size: 14px;
        line-height: 17px;
    }
    .customer-engagement li .ce-icon svg {
        width: 40%;
    }
    .ce-bottom-arrow {
        bottom: -35px
    }
    .why-crm {
        padding: 30px 0
    }
    .why-crm h2 {
        font-size: 24px;
        font-weight: 500;
    }
    .why-crm p {
        font-size: 15px;
    }
    .why-crm .crm-logo {
        width: 50%
    }
    .section_beneficiar .retail_icon .round-grd-icon svg {
        width: 80px;
    }
    .section_beneficiar .retail_icon .round-grd svg {
        width: auto;
        left: initial;
        position: relative;
    }
    .section_beneficiar .retail_icon .round-grd-icon h5 {
        font-size: 18px;
        margin-top: 5px;
    }
    .section_beneficiar .round-light {
        padding-top: 0;
    }
    .section_beneficiar .card-six {
        margin: 50px 0;
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 0;
    }
    .section_cta_crm h2 {
        font-size: 19px;
    }
    .customer-engagement li svg {
        width: 200px;
    }
    
}
@media (max-width: 1200px) and (min-width: 991px) {
    .msbc_service_content .ul_three_section li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.33%;
        flex: 0 0 37.33%;
        padding: 0 15px;
        max-width: 37.33%;
        margin-bottom: 30px;
    }
    .msbc_service_content .ul_three_section li.msbc_service-img {
        -ms-flex: 0 0 23.33%;
        flex: 0 0 23.33%;
    }
    .msbc_service_content .ul_three_section li .center_ico {
        width: 50px
    }
    .msbc_service_content .ul_three_section li .center_ico img {
        width: 100%
    }
    .msbc_section_service .font_26 {
        line-height: 20px;
        font-size: 17px;
    }
    .section_key .card-title {
        font-size: 20px
    }
    .section_boost_video h2 {
        font-size: 28px
    }
    .section_boost_video p {
        font-size: 14px
    }
}

@media (max-width: 1024px) {
    .msbc_service_content .col-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .msbc_service_content .ul_three_section {
        padding: 0 15px
    }
    .blog_main_banner,
    .blog_banner_inner,
    .crm-hero .blog_banner_inner, .crm-hero.blog_main_banner {
        min-height: 400px !important
    }
    .section_tree_about .black_h2 {
        font-size: 35px
    }
    .section_tree_about .black_h2 span {
        font-size: 25px
    }
    .section_faq {
        background-size: 60%;
        padding-bottom: 100px
    }
    .section_cta h2 span {
        font-size: 35px;
    }
    .msbc_about_content .col-4,
    .msbc_about_content .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_about.m-top {
        padding-top: 100px;
    }
    .msbc_about_content h2 span br {
        display: none
    }
    .msbc_service_content .center_ic_icon {
        max-width: 300px;
        margin: 0 auto;
    }
    .msbc_section_service p {
        font-size: 15px;
        line-height: 19px;
    }
    .retail_service_content .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ul_retail_list li:after {
        left: auto;
        right: -20px
    }
    .retail_service_content .icon-left,
    .retail_service_content .icon-right {
        -ms-flex-order: 0;
        order: 0;
        position: relative;
        z-index: 10;
    }
    .retail_service_content .retail_ul_content {
        -ms-flex-order: 1;
        order: 1;
    }
    .right_li_retail .retail_txt {
        background: #ceeeff;
        background: -moz-linear-gradient(left, #ceeeff 0%, #ffffff 100%);
        background: -webkit-linear-gradient(left, #ceeeff 0%, #ffffff 100%);
        background: linear-gradient(to right, #ceeeff 0%, #ffffff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ceeeff', endColorstr='#ffffff', GradientType=1);
        -webkit-border-radius: 50px 0 0 50px;
        -moz-border-radius: 50px 0 0 50px;
        border-radius: 50px 0 0 50px;
        padding: 40px 20px 40px 50px;
        text-align: right;
        border: 0;
        border-right: 20px solid #80d2ff;
        position: relative;
        margin-right: 5px;
    }
    .right_li_retail .retail_txt::after {
        transform: scaleX(1);
        right: -20px;
        left: auto;
    }
    .right_li_retail .retail_txt::before {
        left: initial;
        right: -40px;
    }
    .section_service_dynamic .ul_four li {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important;
    }
    .ul_retail_list {
        padding: 50px 0
    }
    .retail_icon .round-grd {
        width: 100px;
        height: 100px
    }
    .retail_icon .round-grd-icon svg {
        width: 70px
    }
    .retail_icon {
        position: absolute;
        right: 55px;
        top: -60px;
        z-index: 2;
    }
    .ul_retail_list li {
        margin-bottom: 80px
    }
    .ul_retail_list:before,
    .ul_retail_list:after {
        left: 100%;
        transform: translateX(0);
        top: -25px
    }
    .ul_retail_list:after {
        top: auto;
        bottom: 50px
    }
    .retail_txt h2 {
        font-size: 24px;
    }
    .row-cols-md-3>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section_faq h2 {
        font-size: 30px
    }
    .ziehharmonika h3,
    .section_key .card-title {
        font-size: 20px !important
    }
    .card-six .retail_icon {
        position: relative;
        right: initial;
        top: initial;
    }
    .section_service_dynamic .dynamic-txt {
        margin: 0 50px;
    }
    .section_cta_retail h2 {
        font-size: 24px
    }
    .section_blog_footer h5 {
        font-size: 18px;
        font-weight: 600;
    }
    .section_service_dynamic .dynamic-txt {
        margin: 0 30px;
    }
    .msbc_hero .blog_text_banner h1 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .msbc_hero .blog_text_banner h1 span {
        font-size: 42px;
    }
    .blog_text_banner p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        font-weight: 300
    }
    .section_andrioid .msbc_hero p {
        max-width: 480px;
    }
    .section_cta_crm h2 {
        font-size: 19px;
    }
    .customer-engagement li svg {
        width: 200px;
    }
    .crm-service-list .list-box h3 {
        font-size: 23px;
    }
    .crm-service-list .btn-plus-round {
        left: 45px;
        bottom: -21px;
    }
    .crm-service-list li    { margin-bottom: 30px; }
    /*.crm-service-list .list-box p {
        line-height: 15px;
        font-size: 13px;
        color: #333;
    }
    .crm-service-list .btn-plus-round {
        font-size: 50px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 50px;
        bottom: -25px;
    }*/
    .main_hero h2 {font-size: 35px;}
    .main_hero h3 {font-size: 20px;}
    .main_heading { font-size: 25px;}
    .ladder-txt .card                   { margin-bottom: 35px; }
    .section_ladder                     { background-size: cover; background-position: 50% top; }
    .ladder-txt .card-title             { width: 70%; padding: 10px 15px; }
    .section_ladder .fluid-container    { padding: 0 15px; }
    .section_our_solution .card         { flex-direction: row; -ms-flex-pack: center!important;justify-content: center!important; }
    .section_our_solution .card-a .icon-box,
    .section_our_solution .card-b .icon-box       { margin: 0; }
    .section_our_solution .card-a       { -ms-flex-pack: end!important; justify-content: flex-end!important }
    .section_our_solution .card-b       { -ms-flex-pack: start!important; justify-content: flex-start!important; margin: 0; }
    .section_our_solution .row-cols-md-4>*:first-child, .section_our_solution .row-cols-md-4>*:last-child {display: none;}
    .section_our_solution .row-cols-md-4>* { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% }
    .section_our_solution .box-body { font-size: 16px; line-height: 18px;}
    .section_our_solution .row-cols-md-3>* {-ms-flex: 0 0 100%; flex: 0 0 100%;max-width: 100%;}
    .section_our_solution .icon-box {max-width: 350px; margin-left: 15px; margin-right: 15px;}
    .ladder-wrap .col-md-9 {-ms-flex: 0 0 100%; flex: 0 0 100%;max-width: 100%;padding-left: 15px; padding-right: 15px }
    .section_excellence .col-lg-3:last-child p { padding-right: 0;}
    .section_excellence p               { line-height: 22px }
    .our-client-testi .client-img img { width: 80px !important; height: auto;}
    .partner-box .owl-carousel .owl-nav .owl-prev{ left:-35px}
    .partner-box .owl-carousel .owl-nav .owl-next{ right:-35px}
}
@media (max-width: 1024px) and (min-width: 768px) {
    .ms_banner {
        background-size: 100% 100%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .blog_banner_inner {
        overflow: initial
    }
    .blog_text_banner p {
        font-size: 14px;
    }
    .msbc_features .card-body {
        padding-top: 25px;
    }
    .msbc_about_content h2 span {
        font-size: 30px;
        line-height: 35px;
    }
    .msbc_features .card h2 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 10px
    }
    .msbc_features .card p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300
    }
    .msbc_features .col {
        padding: 0 15px
    }
    .msbc_features .card img {
        width: 80px
    }
    .section_andrioid.msbc_hero_main .blog_text_banner {
        max-width: 380px;
    }
    .crm-hero .blog_banner_inner,
    .crm-hero.blog_main_banner,.blog_main_banner,
    .blog_banner_inner {
        min-height: 340px !important;
    }
    
    .msbc_hero .blog_text_banner h1 {
        font-size: 25px;
        line-height: 35px;
        color: #0784c7
    }
    .msbc_hero .blog_text_banner h1 span {
        font-size: 30px;
    }
    .section_about.m-top {
        padding-top: 50px;
    }
    .section_tree_about .pos1,
    .section_tree_about .pos2,
    .section_tree_about .pos3 {
        margin: 0;
        margin-right: 40%;
    }
    .section_tree_about .pos4,
    .section_tree_about .pos5,
    .section_tree_about .pos6 {
        margin: 0;
        margin-left: 40%;
    }
    .section_tree_about .section-l .center_ico {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
    .section_tree_about .section-c img {
        width: 80%
    }
    .section_benefit_l,
    .section_benefit_r {
        width: 100%;
        position: relative;
        padding: 0
    }
    .section_benefit {
        background: #007dc1;
        padding-bottom: 0
    }
    .section_benefit_inr {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .section_benefit_r {
        padding: 20px
    }
    .section_benefit_r .ul_half li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
    .section_benefit_l h2 {
        font-size: 40px;
    }
    .section_benefit_l p {
        font-size: 18px
    }
    .section_benefit_l::before {
        display: none
    }
    .section_service_dynamic .ul_four {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .section_service_dynamic .ul_four li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 5px;
    }
    .section_service_dynamic::before,
    .section_service_dynamic::after {
        background-position: 0 0;
        background-size: contain;
        background-repeat: no-repeat;
        width: 14%
    }
    .msbc_service_content .ul_three_section li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .msbc_service_content .ul_three_section li .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        width: 100%
    }
    .msbc_service_content .ul_three_section .row {
        display: block;
        text-align: center !important
    }
    .msbc_service_content .dev_wrap .order-1 {
        -ms-flex-order: 0;
        order: 0;
    }
    .msbc_service_content .dev_wrap .order-0 {
        -ms-flex-order: 1;
        order: 1;
    }
    .msbc_section_service .font_26 {
        line-height: 28px;
        font-size: 24px;
    }
    .msbc_section_service .font_26 br {
        display: none
    }
    .section_tree_about .section-l {
        background: url(../images/ms-365/vr-line.png) 58% 0 repeat-y
    }
    .section_tree_about .section-r {
        background: url(../images/ms-365/vr-line.png) 42% 0 repeat-y
    }
    .section_tree_about {
        background-position: center 60%;
        background-size: auto 35%;
    }
    .section_boost_video::after {
        background: transparent
    }
    .section_boost_video .video-poster {
        width: 100%
    }
    .section_boost_video {
        padding: 0 0 50px;
        text-align: center
    }
    .section_boost_video .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .video-box img {
        margin: 0
    }
    .video-box {
        max-width: 60%;
        margin: 0 auto
    }
    .section_boost_video h2 {
        font-size: 24px
    }
    .video-txt .video-content {
        padding: 0 0 50px;
    }
    .btn-play {
        left: 50%;
        width: 70px;
        height: 77px
    }
    .section_boost_video .video-poster {
        width: 5 0px
    }
    .section_boost_video .section_andrioid .btn_banner_blog {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .section_about {
        padding: 50px 0 45px;
    }
    .section_key h2,
    .section_faq h2,
    .section_cta_retail h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .section_blog_footer h5 {
        font-size: 18px;
        font-weight: 600;
    }
    .section_cta h2 span {
        font-size: 30px;
    }
    .section_andrioid .crm-hero .blog_banner_inner {
        max-width: 90%;
        /*max-width: 800px;*/
    }
    .section_andrioid.msbc_hero_main .crm-hero .blog_text_banner {
        max-width: 360px;
    }
    .msbc_hero.crm-hero .blog_text_banner h1 {
        line-height: 40px;
    }
    .crm-hero .blog_text_banner h1 span.font-45 {
        font-size: 21px;
    }
    .crm-service-content .crm-service-head h2 {
        font-size: 26px;
    }
    .crm-service-content .crm-service-head p {
        font-size: 15px;
        line-height: 18px
    }
    .crm-service-list .list-box h3 {
        font-size: 23px;
    }
    .crm-service-list .list-box p {
        line-height: 18px;
        font-size: 15px;
    }
    .crm-service-list li {
        padding: 0 20px
    }
    .btn-plus-round {
        font-size: 55px;
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
    .crm-service-content .ul_half li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .customer-engagement .container-fluid {
        width: 85%;
    }
    .customer-engagement .ul_four {
        padding-bottom: 0
    }
    .customer-engagement .ul_four li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px
    }
    /*.customer-engagement.section_key li h2 {
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 50px
    }
    .ce-bottom-arrow {
        position: absolute;
        z-index: 1;
        bottom: -40px;
        top: auto;
        width: 100%;
        left: 50%;
        transform: translate(-50%);
    }
    .ce-icon {
        width: 70%;
        height: 35%;
        position: absolute;
        z-index: 1;
        bottom: auto;
        top: 10px;
        left: 50%;
        transform: translate(-50%, -50%);
    }*/
    .customer-engagement li h2 {
        font-size: 18px;
        padding-top: 15px;
    }
    .ce-icon {
        width: 200px;
        height: 200px;
    }
    .ce-bottom-arrow .ce-digit {
        font-size: 30px;
        width: 60px;
        height: 50px;
        line-height: 50px;
        border-radius: 15px;
        margin-bottom: 10px;
    }
    .customer-engagement li h2 {
        font-size: 22px
    }
    .ce-body {
        max-width: 350px;
        min-height: 450px;
        margin: 0 auto;
        padding-bottom: 80px;
    }
    .ce-body p {
        font-size: 14px;
        line-height: 17px;
    }
    .ce-bottom-arrow {
        bottom: -30px
    }
    .customer-engagement li .ce-icon svg {
        width: 40%;
    }
    .why-crm {
        padding: 30px 0;
        background-size: cover;
        text-align: center
    }
    .why-crm h2 {
        font-size: 24px;
        font-weight: 500;
    }
    .why-crm p {
        font-size: 15px;
    }
    .why-crm .crm-logo {
        width: 50%
    }
    .why-crm .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .crm-diagram {
        width: 60%;
        margin: auto
    }
    .card-six .retail_icon {
        position: relative;
        right: initial;
        top: initial
    }
    .section_beneficiar .retail_icon .round-grd-icon svg {
        width: 80px;
    }
    .section_beneficiar .retail_icon .round-grd svg {
        width: auto;
        left: initial;
        position: relative;
    }
    .section_beneficiar .retail_icon .round-grd-icon h5 {
        font-size: 18px;
        margin-top: 5px;
    }
    .section_beneficiar .round-light {
        padding-top: 0;
    }
    .section_beneficiar .card-six {
        margin: 50px 0;
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 0;
    }
    .msbc_hero .right_img.mp-0 {
        width:38%;
        margin-top: 3%;
    }
    .section_andrioid .blog_banner_inner {
        max-width: 720px !important;
    }
    .pop_video_content {
        width: 90%;
        max-width: 800px
    }
    .industries_tab .nav-tabs {
        width: 235px;}
        .industries_tab_txt {
            width: calc(100% - 235px);   }
}

@media (max-width: 767px) {
    .msbc_hero .right_img.mp-0 {
        margin-top:2%;
    }
    .msbc_hero {
        background: url(../images/ms-365/msbc-hero-main-small.jpg) center center no-repeat;
        background-size: auto 100%;
    }
    .msbc_features .card {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .msbc_features .card-body {
        padding-top: 25px;
    }
    .msbc_about_content h2 span {
        font-size: 30px;
        line-height: 35px;
    }
    .msbc_features .card h2 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 0
    }
    .msbc_features .card p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300
    }
    .msbc_features .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .msbc_hero_main .blog_main_banner {
        background-position: center center;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section_andrioid.msbc_hero_main .blog_text_banner {
        text-align: center;
        margin-left: auto;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
    }
    .msbc_hero_main .blog_main_banner,
    .msbc_hero_main .blog_banner_inner {
        min-height: 300px !important
    }
    .section_andrioid.msbc_hero_main .blog_banner_inner {
        max-width: 100%;
        margin: 0;
        margin-bottom: 100px;
        padding: 0 15px !important;
    }
    .msbc_hero .blog_text_banner h1 {
        font-size: 20px;
        line-height: 25px;
        color: #0784c7
    }
    .msbc_hero .blog_text_banner h1 span {
        font-size: 30px;
        line-height: normal
    }
    .msbc_hero .right_img {
        height: initial;
        top: auto;
        margin: 0 auto;
        margin-top: 0;
        margin-left: auto;
        width: 56%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -210px;
        display: block;
        order: 2;
    }
    .msbc_about_content .col-8,
    .msbc_about_content .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .msbc_service_content .dev_wrap {
        text-align: center !important
    }
    .msbc_service_content .dev_wrap .order-1 {
        -ms-flex-order: 0;
        order: 0;
    }
    .msbc_service_content .dev_wrap .order-0 {
        -ms-flex-order: 1;
        order: 1;
    }
    .section_tree_about .pos1,
    .section_tree_about .pos2,
    .section_tree_about .pos3 {
        margin: 0;
        margin-right: 40%;
    }
    .section_tree_about .pos4,
    .section_tree_about .pos5,
    .section_tree_about .pos6 {
        margin: 0;
        margin-left: 40%;
    }
    .section_tree_about .section-l .center_ico {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
    }
    .section_tree_about .section-c img {
        width: 80%
    }
    .section_tree_about .section-l {
        background: url(../images/ms-365/vr-line.png) 58% 0 repeat-y
    }
    .section_tree_about .section-r {
        background: url(../images/ms-365/vr-line.png) 42% 0 repeat-y
    }
    .section_tree_about {
        background-position: center 60%;
        background-size: auto 35%;
    }
    .section_benefit_l,
    .section_benefit_r {
        width: 100%;
        position: relative;
        padding: 0
    }
    .msbc_section_service .font_26,
    .msbc_section_service h2,
    .section_tree_about .black_h2 {
        line-height: 24px;
        font-size: 18px;
    }
    .msbc_section_service .font_26 br {
        display: none
    }
    .section_benefit {
        background: #007dc1;
        padding-bottom: 0
    }
    .section_benefit_inr {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .section_benefit_r {
        padding: 20px
    }
    .section_benefit_r .ul_half li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
    .section_benefit_l h2 {
        font-size: 40px;
    }
    .section_benefit_l p,
    .section_tree_about .black_h2 span {
        font-size: 18px
    }
    .section_benefit_l::before {
        display: none
    }
    .section_service_dynamic .ul_four li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
    }
    .section_tree_about h2,
    .ziehharmonika p {
        font-size: 18px;
    }
    .ziehharmonika h3 {
        font-size: 20px !important
    }
    .msbc_about_content h2 {
        font-size: 20px;
    }
    .msbc_about_content h2 span {
        font-size: 38px;
        line-height: 50px;
    }
    .video-box {
        max-width: 80%;
        margin: 0 auto
    }
    .section_boost_video::after {
        background: transparent
    }
    .section_boost_video .video-poster {
        width: 100%
    }
    .section_boost_video {
        padding: 0 0 50px;
        text-align: center
    }
    .section_boost_video .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .video-box img {
        margin: 0
    }
    .video-box {
        max-width: 80%;
        margin: 0 auto
    }
    .section_boost_video h2 {
        font-size: 24px
    }
    .video-txt .video-content {
        padding: 0 0 50px;
    }
    .btn-play {
        left: 50%;
        width: 70px;
        height: 77px
    }
    .section_boost_video .video-poster {
        width: 5 0px
    }
    .section_boost_video .section_andrioid .btn_banner_blog {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .ul_retail_list {
        margin-right: 30px;
    }
    .retail_txt h2 {
        font-size: 20px;
    }
    .ziehharmonika h3,
    .section_key .card-title {
        font-size: 18px !important
    }
    .section_key h2 {
        font-size: 22px;
        margin-bottom: 20px
    }
    .section_faq .w-50 {
        width: 100% !important;
    }
    .ziehharmonika>.ms-logo-bg-right {
        background-size: 30% auto !important;
        font-size: 13px
    }
    .section_cta_retail h2 {
        font-size: 22px
    }
    .section_blog_footer h5 {
        font-size: 16px;
        font-weight: 400;
    }
    .section_cta h2 span {
        font-size: 24px;
    }
    .msbc_hero.crm-hero .blog_text_banner h1 {
        line-height: 40px;
    }
    .crm-hero .blog_text_banner h1 span.font-45 {
        font-size: 28px;
    }
    .crm-hero .blog_text_banner p {
        max-width: 100%;
    }
    .crm-service-content .crm-service-head h2 {
        font-size: 26px;
    }
    .crm-service-content .crm-service-head p {
        font-size: 15px;
        line-height: 18px;
        margin: 0
    }
    .crm-service-list .list-box h3 {
        font-size: 23px;
    }
    .crm-service-list .list-box p {
        line-height: 18px;
        font-size: 15px;
        color: #333;
    }
    .customer-engagement {
        padding-bottom: 0
    }
    .customer-engagement .container-fluid {
        width: 85%;
    }
    .ce-bottom-arrow .ce-digit {
        font-size: 30px;
        width: 60px;
        height: 50px;
        line-height: 50px;
        border-radius: 15px;
        margin-bottom: 10px;
    }
    .ce-icon {
        width: 200px;
        height: 200px;
    }
    .customer-engagement li {
        margin-bottom: 10px
    }
    .customer-engagement li .ce-icon svg {
        width: 40%;
    }
    .customer-engagement li h2 {
        font-size: 22px;
        line-height: 25px
    }
    .customer-engagement li h2 br {
        display: none
    }
    /*.ce-body {
        min-height: initial
    }
    
    .ce-body .ce-digit {
        font-size: 25px;
        padding: 15px 10px;
        position: sticky;
    }
    
    .customer-engagement li svg {
        width: 50%;
    }*/
    .ce-body {
        max-width: 350px;
        min-height: 400px;
        margin: 0 auto;
        padding-bottom: 80px;
    }
    .ce-body p {
        font-size: 14px;
        line-height: 17px
    }
    .ce-bottom-arrow {
        bottom: -25px
    }
    .why-crm {
        padding: 30px 0;
        background-size: cover;
        text-align: center
    }
    .why-crm h2 {
        font-size: 24px;
        font-weight: 500;
    }
    .why-crm p {
        font-size: 15px;
    }
    .why-crm .crm-logo {
        width: 50%
    }
    .why-crm .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .crm-diagram {
        width: 60%;
        margin: auto
    }
    .section_beneficiar h2 {
        font-size: 24px;
    }
    .card-six .retail_icon {
        position: relative;
        right: initial;
        top: initial
    }
    .section_beneficiar .retail_icon .round-grd-icon svg {
        width: 60px;
    }
    .section_beneficiar .retail_icon .round-grd svg {
        width: 120%;
        left: -15px;
        position: relative;
    }
    .section_beneficiar .retail_icon .round-grd-icon h5 {
        font-size: 18px;
        margin-top: 5px;
    }
    .section_beneficiar .round-light {
        padding-top: 0;
    }
    .section_beneficiar .card-six {
        margin: 50px 0;
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 0;
    }
    .section_service_dynamic::before,
    .section_service_dynamic::after {
        background-position: 0 0;
        background-size: contain;
        background-repeat: no-repeat;
        width: 14%;
        opacity: 0.5;
    }
    .pop_video_content {
        width: 90%;
    }
    .section_blog_footer .container {
        position: relative;
        z-index: 1;
    }
    /* -- Main Home --------*/
    .main_hero h2 {font-size: 25px}
    .carousel-item {height:50vh;}
    .carousel-control-prev, .carousel-control-next {width: 50px; height: 50px;}
    .btn_blue_border    { height: 45px; line-height: 43px;  }
    .ladder-txt .card-title {width: 90%; }
    .main_heading {font-size: 22px;}
    .section_excellence .main_heading   { margin-bottom: 40px; }
    .section_excellence             { padding-bottom: 75px; }
    .section_excellence .col-sm-12  { -ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%; margin-bottom: 20px; }
    .industries_tab_txt             { width: 100%; }
    .industries_tab_txt .fade:not(.show) {
         opacity: 1; 
    }
    .partner-box .owl-carousel .owl-nav .owl-prev{ left:0}
    .partner-box .owl-carousel .owl-nav .owl-next{ right:0}
    .section_our_solution .solution-diagram img     { width: 100%; }
    /* -- Main Home --------*/
}

@media (max-width: 767px) and (min-width: 481px) {
    .msbc_hero .right_img.mp-0 {
        width: 37%;
    }
    .msbc_hero .blog_text_banner h1 {
        color: #fff
    }
    .msbc_hero .right_img {
        right: 30px;
        left: auto;
        width: 40%;
        bottom: -167px;
        position: absolute;
        transform: inherit
    }
    .section_andrioid.msbc_hero_main .blog_text_banner {
        text-align: left;
        padding-top: 20px;
    }
    .msbc_about_content h2 span,
    .section_key h2 {
        font-size: 28px;
        line-height: 40px
    }
    .row-cols-md-3>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_faq {
        padding-bottom: 80px;
    }
    .section_our_solution .row-cols-md-4>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_our_solution .card-a .icon-box, .section_our_solution .card-b .icon-box {
        margin: auto;
    }
    .section_our_solution .card {
        flex-direction: column;
    }
    .section_our_solution .icon-box { margin: 0 auto; }
}

@media (max-width: 480px) {
    .section_about.mobile-top {
        margin-top: 70px
    }
    p {
        font-size: 14px;
        line-height: 18px;
    }
    .blog_text_banner p {
        font-size: 14px;
        letter-spacing: 0
    }
    .section_about.m-top {
        padding-top: 100px;
    }
    .hero-mb-img .msbc_hero .right_img {
        width: 70%
    }
    .section_tree_about .pos1,
    .section_tree_about .pos2,
    .section_tree_about .pos3 {
        margin: 0;
        margin-right: 25%;
    }
    .section_tree_about .pos4,
    .section_tree_about .pos5,
    .section_tree_about .pos6 {
        margin: 0;
        margin-left: 25%;
    }
    .section_tree_about .section-c img {
        width: 80%
    }
    .section_tree_about .section-l {
        background: url(../images/ms-365/vr-line.png) 72% 0 repeat-y
    }
    .section_tree_about .section-r {
        background: url(../images/ms-365/vr-line.png) 28% 0 repeat-y
    }
    .section_tree_about {
        background-position: center center
    }
    .section_tree_about .black_h2 {
        font-size: 22px;
    }
    .section_tree_about .black_h2 span {
        font-size: 18px;
        margin-top: 10px
    }
    .section_benefit_r .ul_half li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .section_benefit_l h2 {
        font-size: 30px;
    }
    .section_benefit_l p,
    .section_tree_about .black_h2 span {
        line-height: 22px
    }
    .dynamic-box {
        margin-top: 45px;
    }
    .section_service_dynamic .ul_four li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px
    }
    .ziehharmonika h3 {
        font-size: 18px !important
    }
    .section_tree_about h2,
    .ziehharmonika p {
        font-size: 14px;
    }
    .dynamic-box a {
        font-size: 20px;
    }
    .msbc_about_content h2 span {
        font-size: 20px;
        line-height: 25px;
    }
    .row-cols-md-3>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_faq h2 {
        font-size: 22px;
    }
    .section_cta_retail h2,
    .section_boost_video h2,
    .section_key h2 {
        font-size: 18px;
    }
    p {
        line-height: 18px;
    }
    .section_key {
        padding-bottom: 30px;
    }
    .retail_head_box::after {
        border-left: 45px solid transparent;
        border-right: 45px solid transparent;
        border-top: 20px solid #fff;
        bottom: -18px
    }
    .ul_retail_list li:after {
        top: -16%;
        height: 131%
    }
    .section_blog_footer .card {
        max-width: 100%;
    }
    .crm-hero .blog_text_banner h1 span.font-45 {
        font-size: 20px;
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
    }
    .section_beneficiar {
        padding: 50px 0
    }
    .section_beneficiar .retail_icon .round-grd-icon svg {
        width: 60px;
    }
    .section_beneficiar .retail_icon .round-grd svg {
        width: 100%;
        height: auto;
        left: initial;
        position: relative;
    }
    .section_beneficiar .retail_icon .round-grd-icon h5 {
        font-size: 18px;
        margin-top: 5px;
    }
    .section_cta_crm h2 {
        font-size: 18px;
    }
    .section_blog_footer {
        padding: 40px 0;
    }
    .section_key::before,
    .section_cta_retail::before,
    .section_cta_retail::after,
    .section_blog_footer::before,
    .section_blog_footer::after,
    .section_cta_crm::before,
    .section_cta_crm::after {
        background-size: contain;
        width: 20%;
        opacity: 1;
        z-index: 0;
    }
    .section_blog_footer::before {
        top: 100px;
    }
    .section_blog_footer::after {
        bottom: 180px;
    }
    .section_key::before {
        top: 40px;
    }
    .section_faq {
        padding-bottom: 50px;
    }
    .section_homevideo  { padding: 50px 0; }
    .section_excellence .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .section_our_solution .row-cols-md-4>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_our_solution .card-a .icon-box, .section_our_solution .card-b .icon-box {
        margin: auto;
    }
    .section_our_solution .card {
        flex-direction: column;
    }
    .section_our_solution .icon-box { margin: 0 auto; }
    .video-wrap::after  { display: none; }
    .section_ladder .col-md-8,
    .section_ladder .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_journey::after { height: 52%; }
}