
/* new css added 14-10-2024 onwards */

.bg-white {
    background-color: #f8f7f5 !important;
}
/* .navbar-default {
    background: #fff;
} */
.header-overlay {
    height: 90vh;
}

.nw_top{
    padding-top: 4rem !important;
}

/*.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;
    line-height:1.3;
    font-weight:normal !important;
}
.header-section1-container .banner-pera-text {
    width: 100%;
    font-size: 24px;
    color: #000;

}
.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>img {
    width: 100%;
    /* border-radius: 14px; */
    border-radius: 12px;
}

#feature-section2-main-panel{
    background: url(../images/back_nw.png);
    background-size: cover;
}

#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 {
    /* 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>img {
    background: #fff;
}
#feature-section4-main-panel h4 {
    font-size: 40px;
    color: #000;
}
#feature-section4-main-panel p.pera_text {
    color: #000;
}



#feature-section5-main-panel .header-image-panel:before {
    display: none;
}
#feature-section5-main-panel .sharepoint-ext-sharing-row {
    /* padding: 0px 15px; */
    padding: 15px 15px;
    /* margin-bottom: 200px; */
    margin-bottom: 150px;
}
#feature-section5-main-panel .workflow-automation-row {
    border-radius: 14px;
    /* padding: 0px 15px; */
    padding:0px 15px;
   
}
.new_sectionadding .header-image-panel,
#feature-section5-main-panel .header-image-panel {
    height: 365px;
}
#feature-section5-main-panel h4 {
    /* font-size: 30px; */
    font-size: 40px;
    color: #000;
}
#feature-section5-main-panel p.pera_text {
    color: #000;
}


#feature-section6-main-panel .header-image-panel:before {
    display: none;
}
#feature-section6-main-panel .full-control-over-row {
    border-radius: 14px;
    /* padding: 10px 15px; */
    padding: 15px 15px;
    /* margin-bottom: 200px; */
   
}

/* #feature-section6-main-panel .header-image-panel {
    height: 365px;
} */
#feature-section6-main-panel h4 {
    /* font-size: 30px; */
    font-size: 40px;
    color: #000;
    font-weight: normal !important;
}
#feature-section6-main-panel p.pera_text {
    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 .workflow-automation-row .header-image-panel {
    margin-right: 20px;
    margin-left: auto;
}


.banner-section-main-panel {
    /* margin-top: 100px; */
    min-height: 92vh;
}
.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;
}


.slef_align{
-webkit-align-self: flex-start;
-ms-flex-item-align: star;
align-self: flex-star;

}




/* 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: 20px;
    color: #000;
   
}

}

@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;
}

.colm_detail p, 
.chemical_details p,
.header-section1-container .banner-pera-text {
    font-size: 18px !important;
}

#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: 18px;
}
#feature-section7-main-panel {
    padding: 30px 50px 100px 60px;
}
#feature-section8-main-panel {
    padding-left: 45px;
    padding-right: 45px;
}

section#feature-section4-main-panel::before {
    bottom: -10% !important;
    width: 300px !important;
    top:auto !important;
    height: 300px !important;
}

.paddg_right{
  padding-right: 15px;   
}

}

@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%;
}

.banner-section-main-panel .banner-left-container .btn_effect {
    justify-content: left;
}
#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: 30px;
}
#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: 0px 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;
}



}


.nwbder{
     padding: 10px;
    background: #ffffff8f;   
}

/******sunil nw style add 03/06/25***********/


.banner-hading{
    line-height:60px;
}



.btn_effect.round {
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 20px;
    border-color: transparent;
    background: #f0f0f0;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none !important;
    color: #000;
}

.btn_effect.round.redmore{
     background: #4553a4;
     color: #fff;
     display: inline-block;
}

.btn_effect.round:hover, 
.btn_effect.round:focus{
    outline: none;
    background: #ffe7ea;
    color: #000;
    transition: 0.3s;
}


.mt-12{
 margin-top:5px;
}
            

    .innerbox p {
        color: #000;
        font-size: 26px;
        line-height: 1.5;
        font-weight: 400;
        width: 100%;
    }


.colm_detail h3, 
.chemical_details h3 {
    color: #000;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
}

.color_column h3 {
    font-weight: 600;
    color: #0d1a62;
    font-size: 37px;
    line-height: 1.4;
}

.colm_detail p,
.chemical_details p {
    padding: 0;
    font-size: 20px;
    color: #000;
    }

.chemical_details h4 {
        font-size: 40px;
        color: #000;
        line-height:1.3;
        font-weight: normal !important;
    }
        
.to_section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    padding:0px !important;
    border-radius: 15px;
}

.color_column {
    max-width: 368px;
    min-width: 408px;
    /* border: 3px solid #ababab; */
    border-radius: 10px;
    min-height: 250px;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(45deg, #ff6ac0, #ffca6b);
    min-height: 450px;
}

.to_section>div{
    position: relative;
    z-index: 5;
}


.colm_detail {
padding: 0 20px;
}

.test_graditn{
    position: relative;
}

span.text_view {
    position: absolute;
    left: 0;
    width: 100%;
    background: red;
    z-index: 5;
    bottom: 0;
    background: linear-gradient(to top, #0f2527, #0e22282e);
    padding: 20px 20px;
    border-radius: 0 0 12px 12px;    
}

.text_view{
font-weight: 600;
font-size: 48px;
color: rgba(255,255,255,0.9);
line-height: 55px;
}


.innerbox {
    background-size: 100%;
    padding: 30px 30px;
    min-height: 386px;
}

#feature-section3-main-panel {
    padding: 60px 0 !important;
    background: #f8f7f5 !important;
}

section#feature-section4-main-panel{
    overflow: hidden;
    position:relative;
}
section#feature-section4-main-panel::before {
    background: #d5e8f1;
    content: '';
    position: absolute;
    RIGHT: 0;
    top: 50%;
    width: 450px;
    height: 450px;
    /* background: red; */
    display: block;
    z-index: 0;
    transform: translateY(-50%) rotate(45deg);
    transform: -webkit-translateY(-50%) rotate(45deg);
    transform: -moz-translateY(-50%) rotate(45deg);
    transform: -o-translateY(-50%) rotate(45deg);
    border-radius: 30px;
    background: linear-gradient(45deg, #ff6ac0, #ffca6b);
    border: 10px solid #f2eeee;
}


.color_column::before {
    content: '';
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    position: absolute;
    display: block;
    border: 10px solid #fff;
    border-radius: 0 10px;
-webkit-transform:  rotate(15deg);
-moz-transform:  rotate(15deg);;
-ms-transform:  rotate(15deg);
-o-transform:  rotate(15deg);
    transform: rotate(15deg);

    z-index: -1;
    border-radius: 25px;
    background: repeating-linear-gradient(118deg, #ffffff00 0, #ffffff00 3px, #ff9fa526 5px);
}
.color_column::after {
    content: '';
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    position: absolute;
    display: block;
    border: 10px solid #ffffff3b;
    border-radius: 0 10px;
    -webkit-transform:  rotate(15deg);
-moz-transform:  rotate(15deg);;
-ms-transform:  rotate(15deg);
-o-transform:  rotate(15deg);
    transform: rotate(15deg);
    z-index: 1;
    border-radius: 25px;
    border-left: transparent;
    border-right: transparent;
}


#feature-section5-main-panel,
.new_sectionadding{
    position: relative;
    overflow: hidden;

}

#feature-section5-main-panel::before {
    content: '';
    top: 0;
    position: absolute;
    display: block;
    background-image: url(../images/trignale_group1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity:1;
    /* transform: rotate(15deg); */
    left: 0;
    background-position: bottom left;
}

.alf_align{
     -webkit-align-self: flex-start;
    -ms-flex-item-align: end;
    align-self: flex-start;
}

.new_sectionadding::before {
    content: '';
    top: 0;
    position: absolute;
    display: block;
    background-image: url(../images/trignale_group2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity:1;
    /* transform: rotate(15deg); */
    right: 0;
    background-position: bottom right;
}


section#feature-section6-main-panel .header-image-panel {
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
section#feature-section6-main-panel .header-image-panel::before {
    content: '';
    left: -3px;
    top: 8px;
    bottom: -7px;
    right: -14px;
    position: absolute;
    display: block;
    border: 10px solid #a5a5a540;
    border-radius: 20px;
    -webkit-transform: rotate(328deg);
    -moz-transform: rotate(353deg);
    -ms-transform: rotate(353deg);
    -o-transform: rotate(353deg);
    transform: rotate(10deg);
    z-index: 1;
    background: repeating-linear-gradient(118deg, #ffffff00 0, #ffffff00 3px, #ff9fa526 5px);
}


section#feature-section6-main-panel .header-image-panel img{
    position: relative;
    z-index: 3;
}

section#feature-section6-main-panel {
    background: #f8f7f5;
}

.list_type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin:20px 0 15px;
    padding: 0;
}

.list_type li:first-child {
    width: 100%;
}

.list_type li:not(:first-child){
  width:50%;
}

.list_type li {
    font-size: 20px;
    color: #000;
    margin-bottom: 12px;
    font-style: italic;
    position: relative;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: left center;
    padding-left: 30px;
}

    /***media****/          

@media(min-width:992px) and (max-width:1200px){

.innerbox p {
       color: #000;
        font-size:20px;
        line-height: 1.5;
        font-weight: 400;
    }

}

@media(max-width:991px) {
.innerbox p {
    width: 100%;
    font-size:18px;
    color: #000;
    font-weight: 600;
    padding: 0 0px;
}

button.btn_effect {
        margin: 0 15px;
        }

.header-section1-container .banner-hading,
.chemical_details h4,
#feature-section6-main-panel h4,
h4.banner-hading {
    font-size: 30px !important;
    line-height: 38px !important;
    font-weight: 600 !important;
}
.chemical_details {
    margin-bottom: 30px;
}  

.head-banner::before {
    content: '';
    position: absolute;
    z-index: 1;
    width:85% !important;
    /* background: red; */
    display: block;
    background-image: url(assets/images/white_cut.png);
    background-repeat: no-repeat;
    background-position: top 35% right !important;
    height: 100%;
    background-size: cover;
    /* background-position: top center; */
    background: rgba(0255);
    opacity: 0.8;
} 

.to_section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    padding:0px !important;
    border-radius: 15px;
}

}

@media(max-width:800px){
.innerbox {
    background-size: cover;
}


#feature-section5-main-panel::before,
.new_sectionadding::before {
    background-size: contain;
    opacity: 0.1;
    right: 0;
    background-position: left bottom;
}

}

@media(max-width:991px){
    .to_section{
    -webkit-box-orient: vertical;
    -webkit-box-direction: wrap;
    -webkit-flex-flow:wrap;
        -ms-flex-flow:wrap;
            flex-flow:wrap;
        }
        .colm_detail {
            margin-top: 30px;
        }
        .color_column{
            min-width:100%;
            max-width:100%;
        }
        .color_column h3 {
        font-weight: 600;
        color: #000;
        font-size: 30px !important;
        line-height: 38px !important;
    }
}

@media(max-width:991px){
.text_view {
    font-weight: 600;
    font-size: 22px;
    color: rgba(255,255,255,0.9);
    line-height: 35px;
    padding: 10px !important;
}

}


@media(max-width:650px){
.innerbox {
    background-image: url(assets/images/titan-revamp-all/gradient_img.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    min-height: 380px;
    background-position: top center;
    padding: 30px;
}

}

@media(min-width:1200px){


.colm_detail {
    padding: 15px 30px;
}

}


@media(max-width:991px){
section#feature-section4-main-panel::before {
    opacity: 0.3;
}

.list_type li:not(:first-child){
  width:100%;
}

.list_type li {
    font-size: 16px;
}

.colm_detail {
    padding: 0px !important;
}

}



@media (min-width:768px) and (max-width:1250px){
.head-banner::before {
    width: 90%;
    /* background: red; */
    display: block;
    background-image: url(assets/images/white_cut.png);
    background-size: cover;
    background-position: right top !important;
}
.list_type li {
    font-size: 15px;
}
.list_type li:not(:first-child) {
    width: 40%;
}

}


@media(max-width:650px){
 .head-banner::before {
    width: 95% !important;
}

.list_type li {
    font-size: 14px;
}
#feature-section3-main-panel {
    overflow: hidden;
}

.color_column {
      min-height: 350px;
} 

.head-banner {
    background-position: top  right 10% !important;
}

.nw_top {
    padding-top: 1.5rem !important;
}

.list_type li:first-child {
    width: 78% !important;
}

.list_type {
   margin: 32px 0 15px !important;
}

}


