
/* new css added 14-10-2024 onwards */

.bg-white {
    background-color: #f8f7f5 !important;
}
.navbar-default {
    background: #fff;
}
.header-overlay {
    height: 90vh;
}
.head-banner {
    background: rgb(209,131,183);
    background: -moz-linear-gradient(231deg, rgba(209,131,183,1) 3%, rgba(105,119,185,1) 32%, rgba(213,232,241,1) 80%);
    background: -webkit-linear-gradient(231deg, rgba(209,131,183,1) 3%, rgba(105,119,185,1) 32%, rgba(213,232,241,1) 80%);
    background: linear-gradient(231deg, rgba(209,131,183,1) 3%, rgba(105,119,185,1) 32%, rgba(213,232,241,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d183b7",endColorstr="#d5e8f1",GradientType=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 90vh;
    /* background-attachment: fixed; */
}
.header-image-panel>img {
    width: 100%;
}
.header-section1-container .banner-hading {
    color: #000;
}
.header-section1-container .banner-pera-text {
    width: 100%;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.header-section1-container .custom-button {
    border: 2px solid #4553a4 !important;
    background: #4553a4;
    padding: 8px 24px !important;
    border-radius: 14px !important;
}
/* .header-image-panel {
    outline: 16px solid rgba(255,255,255,0.5);
    border-radius: 14px;
    margin-left: 20px;
} */
.header-image-panel {
    position: relative; /* Required for positioning the pseudo-element */
    /* border-radius: 14px;  */
    border-radius: 12px; /* Border radius for the main element */
    margin-left: 20px;
    z-index: 1;
}
.header-image-panel:before {
    content: "";
    position: absolute;
    top: -26px; /* Adjust to match the outline thickness */
    right: -26px;
    bottom: -26px;
    left: -26px;
    border-radius: 12px; /* Border radius for the outline effect */
    background: rgba(255, 255, 255, 0.5); /* Color of the "outline" */
    z-index: -1; /* Place it behind the main element */
}
.header-image-panel>img {
    width: 100%;
    /* border-radius: 14px; */
    border-radius: 12px;
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 60%);
}
#feature-section2-main-panel {
    background: #f8f7f5 !important;
}
#feature-section2-main-panel .pera_text {
    font-weight: 600;
    text-align: center;
}
#dynamicHeader {
    padding-top: 15px;
    padding-bottom: 15px;
}
#dynamicHeader .header-divider {
    font-size: 32px;
    font-weight: 300;
    position: relative;
    top: -4px;
    margin-left: 20px;
}
#dynamicHeader .navbar-expand-lg .navbar-nav {
    margin-left: 5px;
}


#feature-section3-main-panel {
    background: rgb(209,131,183);
    background: -moz-linear-gradient(211deg, rgba(209,131,183,1) 19%, rgba(105,119,185,1) 38%, rgba(213,232,241,1) 54%);
    background: -webkit-linear-gradient(211deg, rgba(209,131,183,1) 19%, rgba(105,119,185,1) 38%, rgba(213,232,241,1) 54%);
    background: linear-gradient(211deg, rgba(209,131,183,1) 19%, rgba(105,119,185,1) 38%, rgba(213,232,241,1) 54%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d183b7",endColorstr="#d5e8f1",GradientType=1);

    padding-top: 100px;
}
/* #feature-section3-main-panel .new-solutions-card-panel {
    border: 16px solid rgba(255, 255, 255, 0.5);
    border-radius: 14px;
} */
#feature-section3-main-panel .new-solutions-card-panel {
    /* border: 26px solid rgba(255, 255, 255, 0.5); */
    /* border-radius: 32px; */
    padding: 0px;
    background: none;
    /* outline: 16px solid rgba(255, 255, 255, 0.5); */
}
/* #feature-section3-main-panel .new-solutions-card-header {
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 60%);
    background: #fff;
    border-radius: 14px;
    padding: 28px 18px;
} */

/* #feature-section3-main-panel .new-solutions-card-header {
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 60%);
    background: #fff;
    border-radius: 46px;
    padding: 60px 50px;
    outline: 24px solid rgba(255, 255, 255, 0.5);
} */
#feature-section3-main-panel .new-solutions-card-header {
    position: relative; /* Required for positioning the pseudo-element */
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.6);
    background: #fff;
    border-radius: 12px; /* Border radius for the main element */
    /* padding: 60px 50px; */
    padding: 40px 50px;
    z-index: 1;
}

#feature-section3-main-panel .new-solutions-card-header:before {
    content: "";
    position: absolute;
    top: -26px; /* Adjust to match the outline thickness */
    right: -26px;
    bottom: -26px;
    left: -26px;
    border-radius: 12px; /* Border radius for the outline effect */
    background: rgba(255, 255, 255, 0.5); /* Color of the "outline" */
    z-index: -1; /* Place it behind the main element */
}

#feature-section3-main-panel .collaboration-panel-header-box {
    margin-bottom: 30px;
}
#feature-section3-main-panel .collaboration-panel-header-box .section-heading-center-line {
    /* font-size: 38px; */
    font-size: 35px;
    /* white-space: pre; */
}
#feature-section3-main-panel .collaboration-panel-header-box>img {
    width: 80px;
    margin-right: 20px;
}
.feature-section3-row-panel {
    display: flex;
}
.document-management-main-panel {
    flex: 1;
}
.workflow-automation-main-panel {
    flex: 1;
    margin-left: 100px;
}
#feature-section3-main-panel .new-solutions-card-header h3 {
    font-weight: 600;
    color: #000;
    font-size: 26px
}
#feature-section3-main-panel .new-solutions-card-header p {
    padding: 0;
    /* font-size: 18px; */
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

#feature-section4-main-panel {
    background: #fff !important;
    /* padding-top: 40px; */
    /* padding-top: 90px; */
    padding-top: 10px;
    /* padding-bottom: 60px; */ 
    /* padding-bottom: 160px; */
    padding-bottom: 60px;
}
#feature-section4-main-panel .header-image-panel {
    position: relative;
    /* padding: 20px; */
    padding: 10px;
    border-radius: 12px; /* This adds rounded corners to the element itself */
    background: white; /* Optional: Set the background color */
    z-index: 1;
    outline: none;
}
#feature-section4-main-panel .header-image-panel::before {
    content: "";
    position: absolute;
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -16px;
    border-radius: 12px; /* Inherit the border-radius from the parent */
    background: linear-gradient(211deg, rgba(209, 131, 183, 1) 19%, rgba(105, 119, 185, 1) 38%, rgba(213, 232, 241, 1) 54%);
    z-index: -1;
    /* padding: 16px; */
}
#feature-section4-main-panel .header-image-panel>img {
    background: #fff;
}
#feature-section4-main-panel h4 {
    font-weight: 600;
    /* font-size: 30px; */
    font-size: 47px;
    color: #000;
}
#feature-section4-main-panel p.pera_text {
    font-weight: 600;
    color: #000;
}

#feature-section5-main-panel {
    padding-top: 0;
    background: url("../images/titan-revamp-all/Green-Gradiant.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
#feature-section5-main-panel .header-image-panel:before {
    display: none;
}
#feature-section5-main-panel .sharepoint-ext-sharing-row {
    border-radius: 14px;
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 60%);
    /* padding: 0px 15px; */
    padding: 15px 15px;
    /* margin-bottom: 200px; */
    margin-bottom: 150px;
    background-color: #fff;
}
#feature-section5-main-panel .workflow-automation-row {
    border-radius: 14px;
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 60%);
    /* padding: 0px 15px; */
    padding: 15px 15px;
    background-color: #fff;
}
#feature-section5-main-panel .header-image-panel {
    height: 365px;
}
#feature-section5-main-panel h4 {
    font-weight: 600;
    /* font-size: 30px; */
    font-size: 48px;
    color: #000;
}
#feature-section5-main-panel p.pera_text {
    font-weight: 600;
    color: #000;
}

#feature-section6-main-panel {
    background: #fff !important;
}
#feature-section6-main-panel .header-image-panel:before {
    display: none;
}
#feature-section6-main-panel .full-control-over-row {
    border-radius: 14px;
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 60%);
    /* padding: 10px 15px; */
    padding: 15px 15px;
    /* margin-bottom: 200px; */
    background-color: #fff;
}
/* #feature-section6-main-panel .header-image-panel {
    height: 365px;
} */
#feature-section6-main-panel h4 {
    font-weight: 600;
    /* font-size: 30px; */
    font-size: 48px;
    color: #000;
}
#feature-section6-main-panel p.pera_text {
    font-weight: 600;
    color: #000;
}

#feature-section7-main-panel {
    padding: 30px 0 100px 0;
}
#feature-section7-main-panel .customers-carousel .item {
    filter: grayscale(0);
}

#feature-section7-main-panel .customers-carousel {
    position: relative;
}
#feature-section7-main-panel .owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0px, -4.5em);
    z-index: -1;
}
#feature-section7-main-panel .owl-theme .owl-nav .owl-prev {
    font-size: 4em;
    position: relative;
    left: -40px;
    outline: none;
}
#feature-section7-main-panel .owl-theme .owl-nav .owl-next {
    font-size: 4em;
    position: relative;
    right: -40px;
    outline: none;
}
#feature-section7-main-panel .owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
    background: transparent;
    color: #869791;
}

#feature-section7-main-panel .customers-carousel-two .item {
    filter: grayscale(0);
}

#feature-section7-main-panel .customers-carousel-two {
    position: relative;
}
#feature-section7-main-panel .customers-carousel-two.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0px, -4.5em);
    z-index: -1;
}
#feature-section7-main-panel .customers-carousel-two.owl-theme .owl-nav .owl-prev {
    font-size: 4em;
    position: relative;
    left: 40px;
    outline: none;
}
#feature-section7-main-panel .customers-carousel-two.owl-theme .owl-nav .owl-next {
    font-size: 4em;
    position: relative;
    right: 40px;
    outline: none;
}
#feature-section7-main-panel .customers-carousel-two.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
    background: transparent;
    color: #869791;
}
.companies-section .customers-carousel-two .item {
    min-height: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}


#feature-section8-main-panel {
    /* padding-top: 100px; */
    padding-top: 160px;
    background: url("../images/titan-revamp-all/Todays-modern-workforce-requires.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 20%;
    /* padding-bottom: 100px; */
    padding-bottom: 160px;
}

#feature-section8-main-panel .feature-section3-row-panel {
    /* width: 40%; */
    width: auto;
    max-width: 37rem;
}
#feature-section8-main-panel .new-solutions-card-panel {
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 60%);
    background: #fff;
    /* border-radius: 46px; */
    border-radius: 12px;
    padding: 60px 50px;
    /* outline: 24px solid rgba(255, 255, 255, 0.5); */
    position: relative;
    z-index: 1;
}
#feature-section8-main-panel .new-solutions-card-panel:before {
    content: "";
    position: absolute;
    top: -26px;
    right: -26px;
    bottom: -26px;
    left: -26px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
}

#feature-section8-main-panel .new-solutions-card-panel h3 {
    /* font-size: 22px; */
    font-size: 34px;
    font-weight: 600;
    color: #000;
}
#feature-section8-main-panel .new-solutions-card-panel .pera_text {
    font-size: 18px;
    font-weight: 600;
    color: #202020;
}
#feature-section8-main-panel .btn_effect a {
    border: 2px solid #4553a4 !important;
    background: #4553a4;
    padding: 8px 24px !important;
    border-radius: 14px !important;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

#feature-section9-main-panel {
    padding-top: 20px;
    padding-bottom: 40px;
}
#feature-section9-main-panel .my-flex-main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#feature-section9-main-panel .my-flex-main-box .imgTitle svg {
    width: 380px;
}
#feature-section9-main-panel .social-media-box>span {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
#feature-section9-main-panel .social-media-box img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}
#feature-section9-main-panel .social-media-box img.youtube-img {
    width: 80px;
    margin-right: 0;
}
#feature-section9-main-panel .social-media-box a {
    text-decoration: none;
}


#footer {
    background-image: linear-gradient(rgba(219, 216, 215, 0.8), rgba(219, 216, 215, 0.8)), url('../images/titan-revamp-all/Footer.jpg');
}
.quick-links-footer-dynamo-menu .footer-middle-head {
    font-size: 30px;
    color: #000 !important;
    font-weight: 600;
}
.quick-links-footer-dynamo-menu ul li a {
    font-size: 21px;
    color: #000 !important;
    font-weight: 600;
}
.quick-links-footer-dynamo-menu ul li .footer-contact-button {
    border: 2px solid #4553a4 !important;
    background: #4553a4;
    padding: 8px 24px !important;
    border-radius: 14px !important;
    color: #fff !important;
    font-weight: 600 !important;
}
.product-footer-dynamo-menu {
    padding-left: 30px;
}
.product-footer-dynamo-menu .footer-middle-head {
    font-size: 30px;
    color: #000 !important;
    font-weight: 600;
}
.product-footer-dynamo-menu ul li a {
    font-size: 21px;
    color: #000 !important;
    font-weight: 600;
}
.resource-footer-dynamo-menu .footer-middle-head {
    font-size: 30px;
    color: #000 !important;
    font-weight: 600;
}
.resource-footer-dynamo-menu ul li a {
    font-size: 21px;
    color: #000 !important;
    font-weight: 600;
}

.footer-contact-button.custom-button:hover {
    box-shadow: none !important;
}
.footer-bottom-text {
    color: #000000;
    font-size: 12px;
    border-top: 1px solid #6b6b6b;
    padding-top: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.footer-bottom-text a {
    color: #000000;
    font-size: 12px;
}

#feature-section5-main-panel .header-image-panel>iframe {
    border-radius: 14px;
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 60%);
}
#feature-section5-main-panel .workflow-automation-row .header-image-panel {
    margin-right: 20px;
    margin-left: auto;
}


.banner-section-main-panel {
    margin-top: 100px;
    min-height: 80vh;
}
.banner-section-main-panel .header-overlay {
    padding-top: 0 !important;
    height: 80vh;
}
.wrapper-AtBcr {
    display: none !important;
}
.wrapper-AtBcr.u-isActionable.u-textLeft.u-inlineBlock.u-borderNone.u-textBold.u-textNoWrap.Arrange.Arrange--middle.u-userLauncherColor {
    display: none !important;
}







/* responsive css start */

/* @media only screen and (min-width: 1200px) and (max-width: 1439px)  */

@media only screen and (min-width: 992px) and (max-width: 1439px)  {
    
.banner-section-main-panel .header-overlay {
    height: 100vh;
}
.banner-section-main-panel {
    min-height: 100vh;
}

#feature-section3-main-panel .new-solutions-card-header {
    padding: 30px 60px;
}
#feature-section3-main-panel .collaboration-panel-header-box>img {
    /* width: 60px; */
    width: 55px;
}
#feature-section3-main-panel .collaboration-panel-header-box .section-heading-center-line {
    /* font-size: 26px; */
    font-size: 24px;
}
#feature-section3-main-panel .collaboration-panel-header-box {
    margin-bottom: 10px;
}
#feature-section3-main-panel .new-solutions-card-header p {
    padding-top: 10px !important;
    /* font-size: 16px; */
    font-size: 14px;
}
#feature-section3-main-panel .new-solutions-card-header h3 {
    /* font-size: 24px; */
    font-size: 21px;
}
.feature-section3-row-panel .document-management-main-panel, .feature-section3-row-panel  .workflow-automation-main-panel {
    flex: none;
    width: 40%;
}


#feature-section4-main-panel h4 {
    /* font-size: 46px; */
    font-size: 40px;
}
#feature-section5-main-panel h4 {
    /* font-size: 48px; */
    font-size: 40px;
}
#feature-section6-main-panel h4 {
    /* font-size: 48px; */
    font-size: 40px;
}

#feature-section8-main-panel .new-solutions-card-panel h3 {
    /* font-size: 30px; */
    font-size: 24px;
}



}

@media only screen and (min-width: 1240px) and (max-width: 1439px) {


    .banner-section-main-panel .header-overlay {
        height: 90vh;
    }
    .banner-section-main-panel {
        min-height: 90vh;
    }

}

@media only screen and (max-width: 1439px) {

#feature-section8-main-panel .feature-section3-row-panel {
    width: auto;
    justify-content: flex-start !important;
    max-width: 100%;
}
#feature-section4-main-panel {
    /* padding-top: 90px; */
    padding-top: 0px;
}
#feature-section3-main-panel {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

}

@media only screen and (max-width: 1368px) {



}

@media only screen and (min-width: 1367px) {

.banner-hading {
    font-size: 60px;
}
.header-section1-container .banner-pera-text {
    width: 100%;
    font-size: 23px;
    color: #000;
    font-weight: 600;
}

}

@media only screen and (max-width: 1199px) {

    .banner-section-main-panel {
        /* min-height: 70vh; */
        min-height: auto;
    }
    .banner-section-main-panel .header-overlay {
        /* height: 70vh; */
        height: auto;
    }
    #feature-section4-main-panel {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    #feature-section7-main-panel {
        padding: 30px 30px 100px 30px;
    }

}

@media only screen and (max-width:991px) {

#dynamicHeader .header-divider {
    display: none;
}
#feature-section3-main-panel {
    padding-bottom: 100px;
}
#feature-section3-main-panel .feature-section3-row-panel {
    flex-direction: column;
}
.feature-section3-row-panel .document-management-main-panel, .feature-section3-row-panel  .workflow-automation-main-panel {
    flex: none;
    width: auto;
}
.feature-section3-row-panel .workflow-automation-main-panel {
    margin-left: 0;
    margin-top: 80px;
}
#feature-section4-main-panel h4 {
    font-size: 30px;
}
#feature-section4-main-panel p.pera_text {
    font-size: 16px;
}
#feature-section5-main-panel .sharepoint-ext-sharing-row {
    padding: 30px 20px;
}
#feature-section5-main-panel .header-image-panel {
    height: 295px;
}
#feature-section5-main-panel h4 {
    font-size: 30px;
}
#feature-section5-main-panel p.pera_text {
    font-size: 16px;
}
#feature-section5-main-panel .header-image-panel::before {
    display: none;
}
#feature-section5-main-panel .workflow-automation-row {
    padding: 30px 20px;
}
#feature-section6-main-panel .full-control-over-row {
    padding: 30px 20px;
}
#feature-section6-main-panel h4 {
    font-size: 30px;
}
#feature-section6-main-panel p.pera_text {
    font-size: 16px;
}
#feature-section8-main-panel .feature-section3-row-panel {
    justify-content: center !important;
}
#feature-section8-main-panel .document-management-main-panel {
    width: 100%;
}
#feature-section9-main-panel .my-flex-main-box {
    justify-content: center;
    flex-direction: column;
}
#feature-section9-main-panel .my-flex-main-box .imgTitle {
    margin-bottom: 20px;
}
.product-footer-dynamo-menu {
    padding-left: 0px;
}
.banner-section-main-panel {
    /* min-height: 60vh; */
    min-height: auto;
}
.banner-section-main-panel .header-overlay {
    /* height: 60vh; */
    min-height: auto;
}
.microsoft-partner-logo {
    max-width: 440px;
}
.banner-hading {
    font-size: 34px;
}
.header-section1-container .banner-pera-text {
    font-size: 16px;
}

}

@media only screen and (max-width:767px) {
   
.footer-social-phone {
    display: none;
}
.footer-mail-contacts-phone {
    display: none;
}
.banner-right-container {
    position: relative;
    opacity: 1;
}
.banner-hading {
    font-size: 34px;
}
.header-section1-container .banner-pera-text {
    font-size: 16px;
}
.banner-section-main-panel {
    min-height: auto;
    height: auto;
    /* height: 50vh; */
}
.banner-section-main-panel .header-overlay {
    /* height: 50vh; */
    min-height: auto;
    height: auto;
}
.header-section1-container .banner-hading {
    font-size: 24px;
}
.header-section1-container .banner-pera-text {
    font-size: 14px;
}   
#feature-section3-main-panel {
    padding-left: 45px;
    padding-right: 45px;
}
#feature-section4-main-panel {
    padding-left: 25px;
    padding-right: 38px;
}
#feature-section4-main-panel h4 {
    font-size: 24px;
}
#feature-section4-main-panel p.pera_text {
    font-size: 14px;
}
#feature-section5-main-panel .sharepoint-ext-sharing-row {
    margin-bottom: 120px;
}
#feature-section5-main-panel {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 60px;
}
#feature-section5-main-panel h4 {
    font-size: 24px;
}
#feature-section5-main-panel p.pera_text {
    font-size: 14px;
}
#feature-section6-main-panel {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 35px;
    padding-right: 35px;
}
#feature-section6-main-panel h4 {
    font-size: 24px;
}
#feature-section6-main-panel p.pera_text {
    font-size: 14px;
}
#feature-section7-main-panel {
    padding: 30px 50px 100px 60px;
}
#feature-section8-main-panel {
    padding-left: 45px;
    padding-right: 45px;
}


}

@media only screen and (max-width:575px) {

.banner-section-main-panel {
    min-height: auto;
    /* height: 100vh; */
    height: auto;
}
.banner-section-main-panel .header-overlay {
    min-height: auto;
    /* height: 100vh; */
    height: auto;
    background: rgba(255, 255, 255, 0.3) !important;
}
.banner-section-main-panel .banner-left-container {
    margin-bottom: 60px;
}
.banner-section-main-panel .banner-right-container .header-image-panel {
    /* margin: 30px auto 0 auto; */
    margin: 30px auto 50px auto;
    width: 74%;
}
.header-section1-container .banner-pera-text {
    text-align: center;
}
.banner-section-main-panel .banner-left-container .btn_effect {
    justify-content: center;
}
#feature-section9-main-panel .my-flex-main-box .imgTitle svg {
    width: 280px;
}
#footer .footer-menu-main-box .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footer .footer-menu-main-box .row .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.menu-simple.quick-links-footer-dynamo-menu {
    margin-bottom: 20px;
}
.menu-simple.product-footer-dynamo-menu {
    margin-bottom: 20px;
}
.menu-simple.resource-footer-dynamo-menu {
    margin-bottom: 20px;
}

#feature-section3-main-panel {
    padding-left: 25px;
    padding-right: 25px;
}
#feature-section3-main-panel .feature-section3-row-panel {
    /* flex-wrap: wrap; */
}
#feature-section3-main-panel .new-solutions-card-header {
    padding: 20px 20px;
}
#feature-section3-main-panel .collaboration-panel-header-box {
    flex-direction: column;
}
#feature-section3-main-panel .collaboration-panel-header-box>img {
    margin-right: 0;
}
#feature-section3-main-panel .collaboration-panel-header-box .section-heading-center-line {
    font-size: 28px;
    word-break: break-word;
    margin-top: 15px;
}
#feature-section3-main-panel .new-solutions-card-header h3 {
    font-size: 24px;
    /* text-align: center; */
}
#feature-section3-main-panel .new-solutions-card-header p {
    font-size: 14px;
    /* text-align: justify !important; */
}
#feature-section4-main-panel {
    padding-top: 55px;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0;
}
#feature-section4-main-panel .banner-text-box {
    min-height: auto;
    margin-bottom: 50px;
}
#feature-section4-main-panel .banner-right-container .header-image-panel {
    margin: 0 auto;
    width: 90%;
}
#feature-section5-main-panel {
    padding-left: 15px;
    padding-right: 15px;
}
#feature-section5-main-panel .sharepoint-ext-sharing-row {
    padding: 0;
    margin-bottom: 70px;
}
#feature-section5-main-panel .sharepoint-ext-sharing-row .banner-left-container .banner-text-box {
    min-height: auto;
    margin-bottom: 40px;
    margin-top: 10px;
}
#feature-section5-main-panel .sharepoint-ext-sharing-row .banner-right-container {
    padding-bottom: 20px;
}
#feature-section5-main-panel .header-image-panel {
    margin: 0;
}
#feature-section5-main-panel .workflow-automation-row {
    padding: 20px 0px;
}
#feature-section5-main-panel .workflow-automation-row .header-image-panel {
    margin-right: 0;
    margin-left: auto;
}
#feature-section5-main-panel .workflow-automation-row .banner-left-container .banner-text-box {
    min-height: auto;
    margin-top: 40px;
}
#feature-section5-main-panel {
    padding-bottom: 20px;
}
#feature-section6-main-panel {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
#feature-section6-main-panel .full-control-over-row {
    padding: 20px 0px;
}
#feature-section6-main-panel .full-control-over-row .banner-left-container .banner-text-box {
    min-height: auto;
    margin-bottom: 50px;
    padding-top: 0 !important;
}
#feature-section6-main-panel .full-control-over-row .banner-right-container .header-image-panel {
    margin-left: 0;
}
#feature-section7-main-panel {
    padding: 30px 30px 40px 30px;
}

#feature-section2-main-panel .pera_text {
    font-size: 14px;
}
#feature-section2-main-panel .section-heading-center-line {
    font-size: 24px;
}

#feature-section8-main-panel .new-solutions-card-panel {
    padding: 20px 20px;
}
#feature-section8-main-panel .new-solutions-card-panel h3 {
    font-size: 24px;
    word-break: break-word;
}
#feature-section8-main-panel .new-solutions-card-panel .pera_text {
    font-size: 16px;
    padding: 0px 0px 0px 0px;
}
#feature-section8-main-panel .btn_effect {
    margin-top: 30px !important;
}
#feature-section8-main-panel .btn_effect a {
    font-size: 16px;
}



}
