html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.word-break-all {
    word-break: break-all
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    background-color: white !important;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #333;
    overflow-y: auto
}

ul li ul {
    background: orange;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none
}

ul li:hover>ul,
ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block
}

ul li ul li {
    clear: both;
    width: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

a {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

img {
    vertical-align: middle
}

section {
    padding-top: 16px;
    padding-bottom: 16px
}

.header_bg_color {
    background-color: rgba(0, 0, 0, .26)
}

.banner_header {
    font-size: 50px;
    font-weight: 700
}

.header {
    font-size: 35px
}

.sub_header {
    font-size: 20px
}

.sbc_banner_image {
    width: 100%
}

.primary_color {
    color: #1B1717
}

.secondary_color {
    color: #630000
}

.accent {
    background-color: #810000
}

.navbar-brand img {
    height: 60px
}

.navbar-shadow {
    border-bottom-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, .04)
}

.nav-link {
    color: black !important;
    font-weight: 700
}

.active .nav-link {
    color: red !important
}

.navbar-nav {
    font-size: 20px
}

.reqdemobtn {
    width: 200px;
    height: 45px;
    background: transparent linear-gradient(100deg, #8D0000 0%, #610000 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px #FFF0F029;
    border-radius: 5px;
    opacity: 1
}
.ireqdemobtn6 {
    border-radius: 9px;
    background: transparent linear-gradient(100deg, #8D0000 0%, #610000 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border: 2px solid rgb(123, 46, 65);
    transition: transform .2s;
  }
  
  .ireqdemobtn6:hover {
    background: white !important;
    color: black;
    transform: scale(1.1);
  }
/* .ireqdemobtn {
    width: 200px;
    height: 45px;
    background: transparent linear-gradient(100deg, #8D0000 0%, #610000 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px #FFF0F029;
    border-radius: 5px;
    opacity: 1
}
.ireqdemobtn:hover {
    background-color: #E74E4B !important;
  color: #FFF2F2;
  box-shadow: 0 0 0 1px #969696;
  border-radius: 10px 10px 10px 10px;
  transform: scale(1.3);
} */

@media only screen and (max-width:1100px) {
    .navbar-nav {
        font-size: 16px;
        margin-left: 0;
        white-space: nowrap
    }
}

.nav-item {
    margin: 0 0 0 20px
}

.intro-arrow {
    clip-path: polygon(100% 0, 100% 89%, 50% 100%, 0 89%, 0 0);
    background-image: linear-gradient(to right, red, rgb(250, 70, 85), red, rgb(250, 70, 85), red)
}

.intro-arrow-white {
    clip-path: polygon(100% 0, 100% 89%, 50% 100%, 0 89%, 0 0);
    background: white !important;
    transition: 0.3s
}

.intro-item-video {
    width: 100%;
    margin-bottom: -10px;
    clip-path: polygon(100% 0, 100% 87%, 50% 97%, 0 87%, 0 0)
}

.intro-item-image {
    width: 100%;
    margin-bottom: 0;
    clip-path: polygon(100% 0, 100% 87%, 50% 97%, 0 87%, 0 0)
}

.intro-item-image-secondary {
    width: 100%;
    margin-bottom: 0
}

.carousel-header {
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.carousel-content {
    font-size: 26px;
    color: #fff;
    text-shadow: 0 0 6px rgb(0, 0, 0)
}

.carousel-control-next,
.carousel-control-prev {
    width: 8%;
    color: #fff;
    text-align: center;
    opacity: .5;
    background: rgba(0, 0, 0)
}

.footer_company_logo {
    height: 60px
}

.block-social>a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.block-social>a:hover {
    color: #fff;
    background: red
}

.block-social {
    margin-top: 10px
}

.block-social img,
.social-buttons img {
    vertical-align: unset
}

.contact {
    height: 18px
}

.social-buttons {
    list-style: none
}

.social-btn.whatsapp {
    background: rgb(121, 232, 119)
}

.social-btn.telegram {
    background: rgb(64, 168, 220)
}

.social-btn.phone {
    background: rgb(0, 0, 255)
}

.social-btn.envelope {
    background: rgb(255, 0, 0)
}

.social-btn-tool-tip {
    width: 140px;
    border-radius: 5%;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    -o-border-radius: 5%;
    background: rgb(36, 40, 48);
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 0 3px #000;
    padding: 0 10px
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 30%;
    -moz-border-radius: 30%;
    -webkit-border-radius: 30%;
    -o-border-radius: 30%;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 0 3px #000;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.social-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%
}

.social-btn:hover:before,
.social-btn:focus:before,
.social-btn:active:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.social-btn:hover,
.social-btn:visited,
.social-btn:focus {
    box-shadow: 0 0 10px 2px rgb(0, 0, 0);
    color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

.social-buttons li {
    display: inline-block
}

.bt-linkedin {
    background-color: #fff;
    color: rgb(32, 115, 176)
}

.bt-twitter {
    background-color: #fff;
    color: rgb(48, 161, 242)
}

.bt-facebook {
    background-color: #fff;
    color: rgb(59, 89, 153)
}

.bt-pinterest {
    background-color: #fff;
    color: rgb(204, 63, 39)
}

.bt-youtube {
    background-color: #fff;
    color: rgb(223, 70, 43)
}

.bt-whatsapp {
    background-color: #fff;
    color: rgb(121, 232, 119)
}

.bt-telegram {
    background-color: #fff;
    color: rgb(64, 168, 220)
}

.bt-phone {
    background-color: #fff;
    color: rgb(0, 0, 255)
}

.bt-envelope {
    background: #fff;
    color: rgb(255, 0, 0)
}

.letsconnect-btn {
    background: red !important;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    border: 1px solid red !important;
    outline: none
}

.copyright {
    margin: 0;
    padding-bottom: 1rem
}

#letsconnect .form-control {
    border-color: unset;
    -webkit-box-shadow: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0
}

#letsconnect .form-control:focus {
    border-bottom-width: 2px;
    border-bottom-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none
}

#letsconnect .form-group {
    position: relative;
    margin-bottom: 1.5rem
}

#letsconnect .form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: .5;
    font-size: 16px
}

#letsconnect .form-control:focus+.form-control-placeholder,
#letsconnect .form-control:valid+.form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1
}

#letsconnect label {
    font-weight: 300
}

#letsconnect .letsconnect_submit {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    float: left !important;
    padding: .84rem 2.14rem;
    font-size: 16px;
    background-color: rgb(235, 35, 36);
    color: rgb(255, 255, 255);
    font-weight: 700;
    outline: none
}

#letsconnect .letsconnect_submit+p {
    margin-bottom: 20px;
    text-align: right;
    font-size: 14px
}

#letsconnect .letsconnect {
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4)
}

#letsconnect .letsconnect_address {
    background: linear-gradient(100deg, red, black);
    color: #fff;
    padding-top: 30px
}

#letsconnect .letsconnect_form {
    padding: 25px 100px 25px 70px;
    background-color: #fff
}

#letsconnect .letsconnect_border_bottom_red {
    border-bottom: 4px solid red
}

#overlay2Mail {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, .6)
}

.cv-spinner2Mail {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#overlayMail {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, .6)
}

.cv-spinnerMail {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.spinnerMail {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px red solid;
    border-radius: 50%;
    animation: sp-animeMail 0.8s infinite linear
}

@keyframes sp-animeMail {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.is-hide {
    display: none
}

#floating-icon-oracle {
    height: 5.5vh;
    width: auto;
    border-radius: 6px;
    margin-bottom: -14px;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(154, 154, 154)
}

#oracleGoldPartner {
    position: fixed;
    left: 30px;
    bottom: 10px;
    color: #fff;
    text-align: center;
    z-index: 95;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s
}

#letsAnimate {
    position: fixed;
    right: 30px;
    bottom: 10px;
    color: #fff;
    text-align: center;
    z-index: 95;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    background: #fff;
    top: 61px;
    border: unset;
    max-height: 400px;
    overflow: auto
}

.dropdown-menu::-webkit-scrollbar {
    width: 6px
}

.dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)\;-webkit-border-radius:10px;
    border-radius: 10px
}

.dropdown-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: red;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
    background: red
}

.dropdown-item {
    padding: 12px 25px;
    color: #000;
    font-weight: 700
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background: #850707;
    font-weight: 700
}

.carousel-caption {
    top: 25%;
    left: 12%
}

.sbc_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #0000006B;
    opacity: 1
}

.texthead {
    position: absolute;
    left: -80px;
    top: 20px;
    text-align: left
}

.texthead2 {
    position: absolute;
    left: -80px;
    top: 144px
}

@media only screen and (max-width:1024px) {
    .carousel-caption {
        top: 20%;
        left: 50px
    }

    .carousel-content {
        font-size: 22px
    }

    .banner_header {
        font-size: 52px
    }

    .header {
        font-size: 22px
    }

    .sub_header {
        font-size: 18px
    }
}

@media only screen and (max-width:768px) {
    .carousel-caption {
        top: 20%;
        left: 5%
    }

    .heading_theme-top:after {
        height: 50px !important;
        width: 50px !important;
        top: -5px;
        left: -12px
    }

    .navbar-brand img {
        height: 40px
    }

    .navbar-nav .nav-link,
    .navbar-nav .dropdown-item {
        font-size: 10px
    }

    .dropdown-menu {
        top: 47px
    }

    .carousel-content {
        font-size: 18px
    }

    section {
        padding: 18px
    }

    .banner_header {
        font-size: 36px
    }

    .header {
        font-size: 20px
    }

    .sub_header {
        font-size: 16px
    }

    .vertical {
        display: none
    }

    .heading_red:after {
        display: none
    }

    .heading_theme:after {
        width: 24px;
        height: 24px;
        top: -14px
    }

    .heading_theme_white:after {
        width: 24px;
        height: 24px;
        top: -14px
    }
}

@media only screen and (max-width:480px) {
    .carousel-caption {
        top: 24%;
        left: 30px
    }

    .heading_theme-top:after {
        height: 30px !important;
        width: 30px !important;
        top: -5px;
        left: -12px
    }

    .intro-item-video {
        height: 320px;
        width: auto
    }

    .intro-arrow {
        clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 0)
    }

    .carousel-content {
        font-size: 14px
    }

    .navbar-brand img {
        height: 30px
    }

    section {
        padding: 12px
    }

    .banner_header {
        font-size: 24px
    }

    .header {
        font-size: 20px
    }

    .heading_theme:after {
        width: 20px;
        height: 20px;
        top: -10px
    }

    .heading_theme_white:after {
        width: 20px;
        height: 20px;
        top: -10px
    }

    #letsconnect .letsconnect_form {
        padding: 25px 45px 25px 40px
    }
}

.md-button.md-primary.md-raised {
    color: rgba(0, 0, 0, .87);
    background-color: #1A0F91
}

.link ul {
    list-style: none;
    padding: 0
}

.cardf {
    background-image: url(impacto-content/Libraries/images/blogs/images/Rectangle8340.png);
    width: 289px;
    height: 375px;
    margin-left: 48px;
    border-radius: 30px 30px 30px 30px;
    background-color: #A6A6A6
}

.bghel {
    background-image: url(impacto-content/Libraries/images/blogs/images/Rectangle8334.png);
    opacity: .9px;
    position: relative;
    margin-left: 100px
}

.shadow-lg {
    margin-bottom: 10px
}

.give {
    color: #FFF
}

.give1 {
    color: #F5F5F5
}

.card-img-top1 {
    width: 90px;
    height: 100px;
    position: absolute;
    top: 272px;
    left: 146px
}

.cardf1 {
    box-shadow: 0 6px 6px #00000029;
    width: 289px;
    height: 480px !important;
    padding-bottom: 5px !important;
    margin-bottom: 15px
}

.cardff1 {
    box-shadow: 0 6px 6px #00000029;
    width: 289px;
    height: 380px !important;
    padding-bottom: 5px !important;
    margin-bottom: 15px;
    background-color: #8D8D8D
}

.card11 {
    height: 290px !important
}

.White {
    color: #fff
}

.header-1 {
    font-size: 20px;
    text: center;
    text-align: center
}

.btn-1 {
    position: absolute;
    left: 505px
}

.bimg {
    background-image: url(impacto-content/Libraries/images/blogs/images/Rectangle8297.png)
}

.insurance {
    display: flex
}

.header-1 {
    font-size: 20px
}

.img-fluid-image {
    max-width: 200%;
    height: auto;
    position: relative;
    left: -20px
}

.case {
    position: absolute;
    top: 23px;
    left: 75px
}

.img-fluid-images {
    max-width: 150%;
    height: auto;
    left: 10px
}

.img-fluid5 {
    position: absolute;
    left: 5px;
    top: 15px;
    width: 65px
}

.html {
    scroll-behavior: smooth
}

.rows {
    position: relative;
    height: 220px;
    border-radius: 40px 40px 40px 40px;
    margin-right: 10px;
    background-color: #F6F6F6
}

.shows {
    width: 470px
}

.Production {
    top: 50%
}

.img-fluidd1 {
    position: absolute;
    left: 50px;
    width: 375px
}

.img-fluidd2 {
    position: absolute;
    max-width: 65%;
    height: auto;
    left: 110px
}

.img-fluidd3 {
    position: relative;
    max-width: 65%;
    height: auto;
    top: 25px;
    left: 60px
}

.img-fluid43 {
    height: 500px;
    width: 500px
}

.img-fluid21 {
    height: 50px;
    width: 60px;
    position: relative;
    margin-left: -25px;
    top: 5px
}

.img-fluidd4 {
    position: relative;
    left: 95px;
    max-width: 65%;
    height: auto
}

.img-fluidd5 {
    position: relative;
    left: 60px;
    max-width: 65%;
    height: auto;
    top: 18px
}

.img-fluidd6 {
    position: relative;
    left: 110px;
    max-width: 65%;
    height: auto;
    top: -40px
}

.centered {
    color: #1A0F91;
    position: relative
}

.card1 {
    text-align: start;
    margin-left: 250px
}

.card2 {
    text-align: start;
    margin-right: 240px
}

.still {
    background-image: url(impacto-content/Libraries/images/testAutomationOracleFlexcube/4x/Rectangle2.png);
    background-size: 100%;
    position: absolute;
    z-index: -1
}

.cardscontainer {
    position: relative
}

.cards1 {
    height: 280px
}

.homePricing .card {
    height: 250px
}

.positImg1 {
    top: 109px;
    position: relative;
    right: -85px;
    height: 154px
}

.cards2 {
    height: 280px
}

.positImg3 {
    top: -22px;
    position: relative;
    right: -100px;
    height: 265px;
    width: 115px
}

.cards3 {
    height: 280px
}

.card3 {
    text-align: start;
    margin-left: 250px
}

.card4 {
    text-align: start;
    margin-left: -240px
}

.img-fluid-2 {
    max-height: 375px
}

.head {
    border: solid;
    height: 230px;
    border-color: #810000;
    background-color: #FFF7F7;
    top: 70px
}

.head-1 {
    border: solid;
    height: 200px;
    border-color: #810000;
    background-color: #FFF7F7
}

.text {
    top: 35px;
    left: 25px
}

.text1 {
    left: 70px;
    position: relative
}

.img-fluid6 {
    height: 500px;
    max-width: 90%;
    position: absolute;
    top: -25px;
    left: 108px
}

.img-fluids {
    max-width: 70%;
    height: auto;
    left: -175px;
    position: absolute;
    top: 260px
}

.img-fluids1 {
    max-width: 80%;
    height: auto;
    left: -455px;
    position: absolute;
    top: 200px
}

.img-fluidd {
    position: absolute;
    height: 400px
}

.text-centers {
    font-size: 30px
}

.text-center1 {
    font-size: 15px
}

.text-center3 {
    font-size: 20px
}

.img-fluid-images1 {
    width: 415px;
    height: 220px;
    left: 50px;
    position: absolute
}

.images {
    position: relative;
    width: 20px;
    left: 145px
}

.imagesheader {
    position: relative;
    width: 10px;
    left: 130px
}

.linkingfootr {
    text-decoration: none;
    color: #000
}

.linkingfootr:hover {
    color: #850707
}

.listhvr:hover {
    color: #850707
}

.list ul {
    list-style: none;
    text-align: left;
    padding: 0
}

.img-fluida {
    position: absolute;
    left: 110px;
    width: 268px
}

.col12 {
    height: 200px;
    border: 3px solid #810000;
    border-radius: 30px 0 30px 0;
    text-align: center;
    color: #810000;
    padding: 10px
}

.col13 {
    position: relative;
    margin-top: 20px
}

.testing {
    left: 190px;
    position: absolute;
    top: 55px
}

.col12:hover {
    background-color: #810000;
    color: whitesmoke
}

.banner_background1 {
    background-image: url(impacto-content/Libraries/images/blogs/images/Rectangleoracle.png)
}

.card12 {
    text-align: center
}

*/ .call {
    position: relative
}

.call:hover .overlay1 {
    opacity: 1
}

.overlay1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0
}

.image1 {
    max-width: 100%;
    display: block
}

.image2 {
    display: block;
    position: relative;
    top: -70px;
    left: -54px
}

.sirma {
    font-size: 15px;
    color: #fff
}

.sirma1 {
    background-color: #F6F6F6
}

.header-11 {
    font-size: 30px
}

.sirma2 {
    font-size: 15px;
    color: #8D8D8D
}

.flip-box {
    background-color: transparent;
    width: 400px;
    height: 300px;
    perspective: 1000px
}

.flip-box-back .card-text {
    font-size: 14px;
    font-weight: 400;
    text-align: left
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(-180deg)
}

.flip-box:hover .flip-box-inner .flip-box-front {
    animation: flipBoxOpacity .3s;
    transition: transform .8s
}

@keyframes flipBoxOpacity {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.flip-box-back,
.flip-box-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-color: #F6F6F6;
    border-radius: 50px
}

.flip-box:hover .flip-box-front {
    transform: rotateY(360deg)
}

.flip-box-front {
    padding: 25px 5px;
    animation: flipBoxOpacityReverse .3s;
    transition: transform .8s
}

@keyframes flipBoxOpacityReverse {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.flip-box-back {
    box-shadow: 0 0 7px #ccc;
    padding: 31px;
    transform: rotateY(180deg);
    background-color: #810000
}

.card-img-top {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50px;
    left: 10px
}

.card-img-tops {
    width: 288px;
    height: 100px;
    position: absolute;
    top: -1px
}

.end {
    position: relative;
    top: 25px;
    color: #fff;
    left: -5px
}

.vl {
    height: auto;
    width: 2px;
    background-color: #810000;
    background: linear-gradient(286deg, #810000 49.44%, rgba(129, 0, 0, 0) 96.81%);
    transform: matrix(1, -19, 0, 1, 1, -5)
}

.rounded-pill {
    background-color: #810000;
    color: #fff;
    border-color: #7e0a0a;
    border: none
}

.rounded-pill:hover {
    background-color: #fff;
    color: #810000;
    background-image: url(impacto-content/images/iborgohome/rightarrow.png);
    border-color: #7e0a0a
}

.headtop {
    background-color: #810000;
    color: #fff;
    border: none;
    left: 55px;
    position: relative;
    top: 12px;
    width: 218px;
    border-color: #7e0a0a
}

.headtop:hover {
    background-color: #fff;
    color: #810000;
    background-image: url(impacto-content/images/iborgohome/rightarrow.png);
    border-color: #7e0a0a
}

.btn1 {
    background-color: #810000;
    border-radius: 25px;
    width: 200px;
    height: 43px;
    border: none;
    position: absolute;
    left: 145px
}

.vdot {
    height: auto;
    width: 2px;
    background-color: #810000;
    background: linear-gradient(286deg, #810000 49.44%, rgba(129, 0, 0, 0) 96.81%);
    transform: matrix(1, 0, 0, 1, 1, -5)
}

@media only screen and (max-width:760px) {
    .homeImg {
        text-align: center;
        margin-top: 67px
    }
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown:hover .dropdown-menu {
    display: block
}

.nav-item a:hover {
    color: #fff
}

.nav-link a:hover {
    background-color: #850707 !important
}

.productshead {
    display: inline;
    flex-direction: row
}

.auto {
    margin-left: -15px;
    width: 800px;
    background-color: antiquewhite;
    padding: 20px
}

.Robo {
    position: relative;
    margin-top: -86px;
    margin-left: 95px
}

.auto1 {
    position: relative;
    left: -23px
}

.Robosol {
    position: relative;
    width: 830px;
    margin-right: 100px;
    background-color: antiquewhite;
    padding: 20px
}

.solutionhead {
    position: relative;
    top: -86px
}

.auto2 {
    position: relative;
    left: 10px
}

.roboticMA {
    max-width: 90%;
    height: auto;
    margin-top: -60px;
    margin-left: 10px
}

.vector3 {
    position: absolute;
    left: 343px;
    top: -107px;
    width: 300px
}

.Rectangle8293 {
    max-width: 70%;
    height: auto;
    margin-left: 100px
}

.test {
    position: relative;
    top: -43px;
    margin-left: -85px
}

.test1 {
    color: #8D8D8D;
    font-size: 15px
}

.Rectangle82931 {
    max-width: 70%;
    height: auto;
    margin-left: 10px
}

.Rectangle829311 {
    max-width: 70%;
    height: auto;
    margin-left: 10px;
    margin-top: -40px
}

.iborgbg {
    margin-top: -115px
}

.fluidRPA {
    margin-top: 20px;
    width: 50px;
    position: absolute
}

.rpahover:hover {
    background-color: #610000;
    color: #fff;
    border-radius: 30px 30px 30px 30px
}

.better {
    position: relative;
    margin-left: 285px
}

.better1 {
    max-width: 105%;
    height: auto
}

.ease {
    color: #630000
}

.cardlowcode {
    height: 199px;
    background-color: rgba(250, 250, 250, .3)
}

.card-img-toplow {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 9px;
    left: 117px
}

.Rectangle82931lowcode {
    max-width: 100%;
    height: auto;
    margin-left: 10px
}

.dataeod {
    margin-left: 80px
}

.dataeod1 {
    margin-left: -35px
}

.dataeod2 {
    margin-left: -10px
}

.dataeod3 {
    margin-left: -60px
}

.img-fulideod5 {
    margin-top: -460px;
    margin-left: 600px
}

.img-fluid431 {
    height: 500px;
    width: 500px
}

.the {
    color: whitesmoke;
    font-size: 15px
}

.banner_background {
    background-image: url(../../impacto-content/Libraries/images/IDP_Images/IDP_Banner_Background_image.jpg)
}

.banner_header11 {
    height: 100px;
    width: 700px;
    font-size: 44px;
    font-weight: 700
}

.processingimage {
    position: absolute;
    margin-left: 800px
}

.processingimage {
    position: absolute;
    margin-left: 800px
}

.sub_header11 {
    font-size: 30px
}

.banner_btn {
    position: absolute;
    margin-right: 300px
}

.reqdemobtn11 {
    width: 300px;
    height: 75px;
    background: #810000;
    box-shadow: 0 3px 6px #FFF0F029;
    border-radius: 40px;
    opacity: 1;
    font-size: x-large;
    color: #ccc;
    position: relative;
    margin-right: 470px;
    margin-top: 100px
}

.reqdemobtn11:hover {
    background-color: rgb(249, 245, 245);
    color: #810000;
    border: #810000 solid 2px;
    background-image: url(impacto-content/images/RMA/rightarrows.png)
}

.reqdemobtn12 {
    width: 300px;
    height: 75px;
    background: #810000;
    box-shadow: 0 3px 6px #FFF0F029;
    border-radius: 40px;
    opacity: 1;
    font-size: x-large;
    color: #ccc;
    position: relative;
    margin-right: 47px;
    margin-top: 60px
}

.reqdemobtn12:hover {
    background-color: rgb(249, 245, 245);
    color: #810000;
    border: #810000 solid 2px;
    background-image: url(impacto-content/images/RMA/rightarrows.png)
}

.images {
    position: relative;
    width: 20px;
    left: 145px
}

.image15 {
    height: 40px;
    width: 40px;
    position: relative;
    margin-left: 10px
}

.header-12 {
    width: 905px;
    margin-left: 150px
}

.sub-header-12 {
    width: 1000px;
    font-size: 20px;
    margin-left: 173px
}

#MMD {
    font-size: xx-large;
    font-style: normal
}

.mt-sm-4 {
    font-size: larger
}

.img-fluid13 {
    height: 400px;
    width: 400px;
    position: relative;
    margin-left: 100px;
    margin-top: 50px
}

#MMD1 {
    font-size: xx-large;
    font-style: normal;
    margin-top: 50px
}

.mt-sm-41 {
    width: 650px;
    font-size: 22px
}

.img-fluid14 {
    height: 470px;
    width: 470px
}

.header_POI {
    font-size: 35px;
    margin-top: 50px
}

.sub_header_POI {
    font-size: 20px
}

.position-absolute {
    height: 200px;
    width: 986px;
    color: #fff;
    position: relative;
    margin-top: 297px;
    margin-left: 150px
}

.header_IDP {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 700;
    font-size: 87px;
    line-height: 130px;
    text-align: center
}

.sub_header_IDP {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFF
}

.header_MT1 {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #1D1D1D;
    position: relative;
    margin-left: 64px
}

.sub_header_MT1 {
    font-family: 'Lato';
    font-style: normal;
    font-size: 22px;
    text-align: justify;
    color: #8D8D8D;
    margin-left: 64px;
    flex: none;
    order: 1;
    flex-grow: 0
}

.header_MT2 {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    color: #1D1D1D;
    position: relative;
    margin-left: 64px
}

.sub_header_MT2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: justify;
    color: #8D8D8D;
    margin-left: 64px;
    flex: none;
    order: 1;
    flex-grow: 0
}

.header_MT3 {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    color: #1D1D1D;
    position: relative;
    margin-left: 64px
}

.sub_header_MT3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: justify;
    color: #8D8D8D;
    margin-left: 64px;
    flex: none;
    order: 1;
    flex-grow: 0
}

.header_MT4 {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    color: #1D1D1D;
    position: relative;
    margin-left: 64px
}

.sub_header_MT4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: justify;
    color: #8D8D8D;
    margin-left: 64px;
    flex: none;
    order: 1;
    flex-grow: 0
}

.LLP1 {
    height: 400px;
    text-align: end
}

.LLP2 {
    margin-top: 100px
}

.header-LLP {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: #8D8D8D
}

.UII1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(255, 255, 255, .2);
    border-radius: 20px;
    color: rgb(241, 225, 225);
    margin-right: 5px 0
}

.UII1:hover,
.contentUII1:hover,
.im2:hover {
    background: linear-gradient(180deg, #D7E1EC 16.98%, #FFFFFF 100%);
    color: #000
}

.dataeod {
    margin-left: 80px
}

.dataeod1 {
    margin-left: -35px
}

.dataeod2 {
    margin-left: -10px
}

.dataeod3 {
    margin-left: -60px
}

.img-fulideod5 {
    margin-top: -500px;
    margin-left: 800px
}

.img-fluid431 {
    height: 500px;
    width: 500px
}

.the {
    color: whitesmoke;
    font-size: 15px
}

.pix1 {
    margin-top: 100px;
    margin-right: 500px
}

.pix2 {
    margin-top: 100px
}

.pix3 {
    margin-top: 200px;
    margin-right: 500px
}

.pix4 {
    margin-top: 200px
}

.class {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px
}

.box {
    background-color: #fff;
    padding: 15px 0;
    border-radius: 8px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15)
}

.box h6 {
    padding: 10px 10px 0 10px
}

.box p {
    font-size: 18px;
    line-height: 28px;
    height: 5px;
    overflow: hidden;
    padding: 10px 10px 0 10px
}

.box.showContent p {
    height: auto
}

.homeCard .card {
    border-radius: 15px;
    box-shadow: 3px 9px 9px 3px whitesmoke
}

.homeCard .btnhomecard {
    border-color: #7e0a0a;
    background-color: #fff;
    color: #850707;
    width: 150px;
    border-radius: 5px
}

.btnhomecard:hover {
    background-color: #7e0a0a;
    color: #fff;
    width: 150px;
    border-radius: 5px
}

.positImg1 {
    top: 141px;
    position: relative;
    right: 39px;
    height: 154px;
    width: 6%
}

.cards2 {
    height: 314px
}

.positImg2 {
    height: 142px;
    position: relative;
    top: 151px;
    width: 7%;
    right: 42px
}

.positImg3 {
    height: 227px;
    position: relative;
    top: 70px;
    width: 7%;
    right: 69px
}

.cards3 {
    height: 314px
}

.solbutn .btn {
    background-color: #fff;
    border-color: #fff;
    color: brown;
    font-weight: 600
}

.bg-transparent {
    color: white !important
}

.sub_header {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px
}

.textpara {
    font-size: 12px;
    font-weight: 400
}

.nav-item {
    margin: 0 0 0 16px
}

section,
.sbc_banner {
    position: relative
}

.vl {
    width: 1px;
    height: auto;
    background-color: red
}

.headingClr {
    color: #850707;
    border: none
}

.rounded-pill {
    background-color: #850707;
    color: #fff;
    border: none
}

.rounded-pill:hover {
    background-color: white !important;
    color: #850707;
    box-shadow: 0 0 0 3px #850707
}

.listhvr:hover {
    color: #850707
}

.call {
    position: relative
}

.image1 {
    display: block
}

.overlay1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0
}

.call:hover .overlay1 {
    opacity: 1
}

.poster1 {
    background-image: url(impacto-content/images/iborgohome/Ellips10.png);
    position: absolute;
    width: 867px;
    height: 600px;
    left: 1005px;
    top: 10px;
    opacity: .6
}

.btn-circle.btn-xl {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #850707;
    border-block-color: #850707;
    border: none
}

.bgimg {
    background-image: url(../../impacto-content/images/iborgohome/Rectangle8322.webp);
    height: 350px;
    background-size: 100%;
    color: #fff
}

#footer {}

.Request-img {
    background-image: url(../../impacto-content/images/iborgohome/Rectanglebgimg.webp);
    color: #fff;
    height: 350px;
    background-size: 100%
}

.soltn {
    background-color: #FFE7E7;
    border-radius: 4%
}

.soltext {
    color: #650000
}

.solbutn {
    color: #650000
}

.list ul {
    list-style: none;
    text-align: left;
    padding: 0
}

.linkingfootr {
    text-decoration: none;
    color: #000
}

.linkingfootr:hover {
    color: #850707
}

::placeholder {
    color: #fff;
    opacity: 1
}

.robot {}

.vl {
    height: auto;
    width: 2px;
    background-color: #810000;
    background: linear-gradient(286deg, #810000 49.44%, rgba(129, 0, 0, 0) 96.81%);
    transform: matrix(1, -19, 0, 1, 1, -5)
}

.rotatinganimi {
    height: 750px;
    width: 1300px;
    position: absolute;
    top: -85px;
    left: 136px
}

.robobtn1 {
    background-color: #810000;
    border-radius: 50%;
    width: 47px;
    height: 43px;
    border: none
}

.prorobot {
    width: 100%
}

.protext {
    color: #810000 !important
}

.vdot {
    height: auto;
    width: 2px;
    background-color: #810000;
    background: linear-gradient(286deg, #810000 49.44%, rgba(129, 0, 0, 0) 96.81%);
    transform: matrix(1, 0, 0, 1, 1, -5)
}

@media only screen and (max-width:760px) {
    .homeImg {
        text-align: center;
        margin-top: 67px
    }
}

[class*="col-"] {
    width: 100%
}

@media only screen and (max-width:425px) {
    .card {
        position: unset !important;
        margin: 0
    }

    .cardstart {
        margin: 0 !important;
        padding: 0 !important
    }

    .card-body {
        display: block;
        flex-wrap: nowrap;
        overflow-x: hidden
    }

    .positImg2,
    .positImg3,
    .positImg1 {
        display: none
    }
}

.hyperLink:hover {
    background: linear-gradient(180deg, #D7E1EC 16.98%, #FFFFFF 100%);
    color: #000
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #000
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left
}

.hove-underline-animation {
    display: inline-block;
    position: relative;
    color: brown
}

.hove-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: brown;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out
}

.hove-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left
}

.solbutn .btn {
    border-color: brown
}

.p-20 {
    font-size: 20px;
    text-align: justify
}

.p-22 {
    font-size: 22px
}

.boradius-10 {
    border-radius: 10px
}

.img-70 {
    width: 75% !important
}

@media only screen and (max-width:770px) {
    .height_red {
        height: 300px !important
    }

    .position-absolute {
        height: 100px;
        width: 475px !important;
        color: #fff;
        position: relative;
        margin-top: 97px !important;
        margin-left: 150px
    }

    .header_IDP {
        font-family: 'Chakra Petch';
        font-style: normal;
        font-weight: 700;
        font-size: 34px;
        line-height: 61px !important;
        text-align: center
    }

    .img-Overview {
        display: none
    }

    .ul-Flex {
        display: inline-flex !important
    }

    .positImg1,
    .positImg3,
    .positImg2 {
        display: none
    }

    #what-is-LCTA .marginMAx {
        margin: 10px !important
    }

    .LCTA-card1 {
        margin-right: 62px
    }

    .cardlowcode {
        height: 270px !important
    }

    .cardlowcode img {
        height: 50px !important
    }

    .vl {
        display: none !important
    }

    .homeImg img {
        width: 25%
    }
}

@media only screen and (max-width:460px) {
    .height_red {
        height: 400px !important
    }

    .position-absolute {
        height: 100px;
        width: 275px !important;
        color: #fff;
        position: relative;
        margin-top: 97px !important;
        margin-left: 90px
    }

    .header_IDP {
        font-family: 'Chakra Petch';
        font-style: normal;
        font-weight: 700;
        font-size: 34px;
        line-height: 61px !important;
        text-align: center
    }

    .flip-box_rta {
        width: 371px !important
    }

    .solbutn .text-right,
    .solbutn .text-left,
    .insignt .text-right,
    .insignt .text-left {
        text-align: center !important
    }

    .solbutn .col-sm-3 {
        margin: 10px
    }

    .margin-20 {
        margin: 20px
    }

    #footer .link,
    #footer .list {
        text-align: center
    }

    #what-is-LCTA .marginMAx {
        margin: 10px !important
    }

    .LCTA-card1 {
        margin-right: 0
    }
}

.hide {
    display: none
}

.myDIV:hover+.hide {
    display: block;
    color: red
}

.img-100 {
    max-width: 100%
}

#what-is-LCTA .marginMAx {
    margin: 10px 129px
}

#what-is-LCTA .card {
    box-shadow: 10px 10px 5px #aaa;
}

.textJustfiyCenter {
    display: flex;
    justify-content: center;
    align-items: center
}

.mobilePage .card {
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    border-radius: 20px
}

#carouselExampleControls11 p {
    color: white !important
}

.linkingfootr {
    text-decoration: none
}

.overflow {
    overflow: hidden;
    display: none
}

.x-axis {
    overflow-x: hidden
}

.languageContainer {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 5;
    visibility: hidden
}

.block-ui-message {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.block-ui-text {
    color: var(--colorPrimary)
}

.display {
    overflow: hidden;
    display: none
}

.morethan {
    font-size: 2.5rem
}

.footerh2 {
    font-size: 1.8rem;
    color: black !important;
}

.fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
