/*typed css*/
/*Add custom cursor so it auto inherits font styles*/
.typed::after {
    content: '|';
    display: inline;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor {
    opacity: 0;
    display: none;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*Custom cursor animation*/

/*.section-second .features .icon {
    height: 20px;
    width: 20px;
    line-height: 0;
}*/
#whatrudydoes .features .icon {
    background: rgb(241, 116, 37, 0.1);
}

.section-second .features .icon svg {
    display: none;
}

.section-second .features .title {
    font-size: 17px !important;
    color: #2d3a44;
}

.features2 .icons:before {
    content: "";
    background: rgba(47, 85, 212, 0.1);
    -webkit-animation: spin spin 4s linear infinite;
    animation: spin 4s linear infinite
}

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

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

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

.card.border-0.work-container.work-classic.shadow.overflow-hidden {
    min-height: 430px;
}

.epc-flow h4.title,
.epc-flow h4.text-white {
    font-size: 15px !important;
    font-weight: 600;
}

.epc-flow p.text-muted.para,
.epc-flow p.text-white.para {
    font-size: 14px !important;
}

.epc-flow .card.work-process.border-0.rounded.shadow {
    min-height: 380px;
}

.epc-flow ul.list-unstyled.d-flex.justify-content-between.mb-0.mt-2 {
    position: absolute;
    bottom: 25px;
}

.epc-flow svg {
    fill: #009ace;
    width: 35px;
}

.epc-flow svg#white {
    fill: #fff;
}

.section-title .title {
    font-weight: 700;
}

.aibg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    left: 0;
    right: 0;
    background: url(../images/bg-5.png) no-repeat;
    background-size: cover;
    background-position: right;
    opacity: 0.9;
    overflow: hidden;
}

.aibg-2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    left: 0;
    right: 0;
    background: url(../images/aibg.png) no-repeat;
    background-size: contain;
    background-position: right;
    opacity: 0.20;
    overflow: hidden;
}

.howitworks .card.features {
    min-height: 280px;
}

.howitworks .card.features svg {
    background: #f8f9fc;
    padding: 10px;
    height: 60px;
    width: 60px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.howitworks .hover-blue:hover svg {
    background: #2f55d4;
    padding: 10px;
    height: 60px;
    width: 60px;
    border-radius: 3px;
    fill: #fff !important;
}

.howitworks .hover-warning:hover svg {
    background: #f17425;
    padding: 10px;
    height: 60px;
    width: 60px;
    border-radius: 3px;
    fill: #fff !important;
}

.howitworks .hover-danger:hover svg {
    background: #e43f52;
    padding: 10px;
    height: 60px;
    width: 60px;
    border-radius: 3px;
    fill: #fff !important;
}

.howrudyworks p.text-muted.mb-0 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px !important;
}

.howrudyworks .howrudyworks-text li {
    font-size: 14px;
    font-weight: 800;
    background: transparent;
    padding-left: 30px;
}

.howrudyworks .howrudyworks-text li ol li {
    padding-left: 3px;
    list-style: circle;
}

.blog figure img {
    width: 100%;
}

.blog p {
    color: #8492a6 !important;
    line-height: 1.7;
    text-align: justify;
}

.blog h5,
    {
    color: #47d6c4;
    font-size: 28px !important;
    margin: 20px 0 8px 0;
}

.blog ul li,
.blog ol li,
.blog blockquote h6 {
    color: #8492a6 !important;
}

.articles h5 a.title.text-dark {
    max-width: 305px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*flip card css*/
.front-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--pink);
    text-shadow: 5px 5px rgba(0, 0, 0, 0.3);
    font-size: 5rem;
    text-transform: uppercase;
}

.chick {}

.flip-card {
    position: fixed;
    bottom: 1px;
    right: 65px;
    width: 270px;
    height: 370px;
    perspective: 400px;
    transform-style: preserve-3d;
    border-radius: 10px;
    z-index: 9999;
}

.front {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: rotateY(-180deg);
    backface-visibility: hidden;
    transition: transform 1s ease;
    border-radius: 10px;
    box-shadow: 1px 1px 14px 3px rgba(0, 0, 0, 20%);
}

.back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #22abad;
    transform: rotateY(0deg);
    transition: transform 1s ease;
    backface-visibility: hidden;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 1px 1px 14px 3px rgba(0, 0, 0, 20%);
}

.back:before {
    content: '';
    background: url(../images/welcomeonboard-wrench-bg.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    right: 0;
    top: 0;
    background-position: 75% 100%;
}

.front .button {
    background: #22abad;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    position: absolute;
    font-weight: bold;
    width: 100%;
    text-align: center;
    bottom: 0px;
    border-radius: 0px 0px 10px 10px;
}

.flip-card:hover .back {
    transform: rotateY(180deg);
}

.flip-card:hover .front {
    transform: rotateY(0deg);
}

.flip-card .close {
    border: 1px solid #22abad;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    padding: 0;
    right: 8px !important;
    top: 8px !important;
}

.soc-badge {
    position: fixed;
    top: 19%;
    right: -1px;
    width: 150px;
    height: 150px;
    perspective: 400px;
    transform-style: preserve-3d;
    border-radius: 10px;
    z-index: 9999;
    border-radius: 50% 0% 50% 50%;
}

.soc-badge .close {
    position: absolute;
    top: -5px !important;
    right: 2px !important;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit;
    border: 0;
}

.soc-badge img {
    width: 120px;
    height: 120px;
    margin-top: 6px;
    padding: 2px;
    border: 1px dashed #447fbd;
    border-radius: 50% !important;
}

/*media css*/
@media (max-width: 768px) {
    .epc-flow .card.work-process.border-0.rounded.shadow {
        min-height: unset;
    }

    .aibg:before {
        content: "";
        opacity: 0.02;
    }

    .howitworks .card.features {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    #topnav .buy-button {
        display: block;
        margin-right: -15px;
        margin-left: 12px;
        /*        float: right;
        margin-right: -4px;
        position: absolute;
        right: 60px;
        top: -3px;*/
    }
}

.what-rudy-does .media li.step.h1.mb-0.font-weight-bold {
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 0.04;
    list-style: none;
}

.what-rudy-does .media.features.feature-clean {
    background: #fff;
    position: relative;
    padding: 17px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.who-uses-rudy .work-container .designation {
    position: absolute;
    bottom: 10px;
    background: #fff;
    text-align: center;
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    padding: 10px;
    border-radius: 8px;
    font-size: 15px;
    color: #000;
    font-weight: 800;
    min-height: 74px;
}

.who-uses-rudy .work-container .bg-transparent {
    background: transparent !important;
}

.who-uses-rudy .site-bg-secondry {
    position: absolute;
    width: 100%;
    height: 40%;
    z-index: -1;
    left: 0px;
    bottom: 0px;
    background-color: #f17425;
}

.why-rudy .card.text-center.rounded.border-0 {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    min-height: 400px;
    max-height: 550px;
}

.why-rudy .card.features.rounded.p-4.position-relative.overflow-hidden {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: 3px solid #e2e2e2;
    min-height: 330px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.why-rudy .card.features.rounded.p-4.position-relative.overflow-hidden:hover {
    border: 3px solid #fa4616;
}

.why-rudy span.icon2.text-warning {
    padding-left: 70px;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 18px;
    color: #161c2d !important;
}

.why-rudy span.icon2.text-warning img.h1 {
    position: absolute;
    left: 20px;
    top: 25px;
    width: 60px;
    height: 60px;
    background: #fa4616;
    color: #fff;
    text-align: center;
    border-radius: 10%;
    padding: 7px;
}

.new-flow .card-body {
    padding: 0;
}

.new-flow .col-md-4 div.p-4 {
    padding: 60px 0 !important;
    text-align: center;
}

.new-flow .col-md-4 div.p-4 h6 {
    position: absolute;
    right: -20px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #ccc;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 22px !important;
    font-weight: 900;
    line-height: 45px;
}

.new-flow .col-md-8 ul li {
    font-weight: 800;
}

.new-flow:before {
    opacity: 0.5 !important;
}

.new-flow h5.card-title.pl-3.text-warning {
    font-size: 25px !important;
    margin-bottom: 5px;
    padding-left: 20px !important;
}

.core-values .card.features {
    min-height: 540px;
    padding: 0 !important;
}

.core-values .card.features span.h1 {
    font-size: 90px;
}

.core-values .card.features .card-body h5.text-white {
    background: #00000033;
    padding: 8px 0;
    font-size: 26px !important;
}

.core-values p.para.text-white.mb-0 {
    padding: 20px;
}

.core-values .card.features.fun {
    background: #006064 !important;
}

.core-values .card.features.innovation {
    background: #004D40 !important;
}

.core-values .card.features.teamwork {
    background: #1B5E20 !important;
}

.core-values .card.features.integrity {
    background: #33691E !important;
}

.core-values .card.features.passion {
    background: #827717 !important;
}

/*.video-section:before{
    content: '';
    position: fixed;
    background: #00000066;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}*/
.video-section video::-webkit-media-controls-panel {
    display: none !important;
    /* opacity: 1 !important; */
}

.video-cnt {
    height: 660px;
    display: flex;
}

.video-cnt video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-55%);
    background-size: cover;
    transition: 1s opacity;
}

.video-section .container {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}
/*running news css*/
.news-cnt {
    position: relative;
    bottom: 0;
    margin: 0;
    width: 100%;
    background-color: #f17425 ;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;

}

.news-cnt .text {
    vertical-align: middle;
    font-size: 25px;
    line-height: 26px;
    color: white;
    margin: 0;
    width: 100%;
    animation: marquee 10s linear infinite;
    display: inline-block;
    padding: 10px 10px;
}
.news-cnt .text a{
    color: white;
}
.news-cnt .text a:hover{
    text-decoration: underline !important;
}
.news-cnt .news {
    height: auto;
    background-color: Blue;
    padding: 10px 30px 10px 30px;
    font-size: x-large;
    color: white;
    z-index: 1;
    display: block;
}

.news-cnt div:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 220px;
    position: absolute;
    z-index: 1;
    /*animation: slide 5s infinite;*/

    /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

/* animation */

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}




/*media css*/
@media (max-width: 1900px) {
    .video-section .container {
        top: 35%;
    }
}