@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins" !important;
}

a {
    color: #fff !important;
}

h1 {
    background: transparent !important;
    box-shadow: none !important;
}

.marginTop {
    margin-top: 20px;
}

.marginTopDouble {
    margin-top: 40px;
}

.header {
    display: flex;
    width: 100%;
    padding: 15px 25px;
    box-shadow: 0px 1px 9px 2px #0000001f;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 9999999;
}

.logo {
}

.logo img {
    margin-top: 5px;
    max-width: 190px;
    width: 100%;
    margin-left: 10px;
}

.menu {
    width: 100%;
    text-align: right;
    padding-top: 12px;
    margin-bottom: -15px;
    padding-right: 0px;
}

.menu a:hover {
    color: #0043E7;
    cursor: pointer;
    text-decoration: none !important;
}

.menu li:hover {
    color: #0043E7;
    cursor: pointer;
}

.menu li {
    display: inline-flex;
    list-style: none;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #555555;
}

.visited {
    color: #0043E7 !important;
    font-weight: 500;
}

.iconmenu {
    display: inline-block;
    cursor: pointer;
    margin: 20px;
    position: absolute;
    z-index: 2;
    right: 45px;
}


.icon {
    position: fixed;
}

.b {
    width: 31px;
    height: 2px;
    background-color: #03045E;
    margin: 9px 0;
    transition: 0.4s;
    border-radius: 3px;

}

.whitefix {
    display: none;
    background-color: #fafafa;
    width: 440px;
    height: 55px;
    top: -60px;
    position: sticky;
    margin-top: -35px;
    margin-left: -30px;
    z-index: 99999;
}

.animacja .b:nth-child(1) {
    transform: rotate(405deg) translate(5px, 11px);
}

.animacja .b:nth-child(2) {
    transform: translateX(10px);
    opacity: 0;
}

.animacja .b:nth-child(3) {
    transform: rotate(-405deg) translate(5px, -10px);
}

.openseasamemob {
    transform: translate(-460px);
}


.g-recaptcha {
    margin-bottom: 10px;
}


.sidebar {
    width: 450px;
    position: fixed;
    z-index: -1;
    height: 100vh;
    top: 100px;
    right: 20px;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 33px;
    padding-left: 30px;
    margin-right: -480px;
    box-shadow: 0px 5px 9px #00000061;
    padding-bottom: 150px;
}

.sidebar a {
    font-size: 22px;
    display: block;
    transition: 0.3s;
    padding: 8px 8px 8px 8px;
    color: #000;
}

.sidebar a:hover {
    color: #a1a1a1;
}

.rc-anchor-invisible {
    display: none !important;
}


.openseasame {
    -webkit-transform: translate(450px);
    transform: translate(-450px);
}

.demotitle {
    font-size: 18px;
}

.spanlogo {
    margin-top: -33px;
    margin-bottom: 30px;
    width: 55px;
}

.line {
    height: 2px;
    background-color: #0f85f6a6;
    margin-left: -33px;
    margin-bottom: 35px;
    margin-top: -35px;
}

.demosub {
    font-size: 14px;
    font-weight: 300;
    margin-top: -8px;
    line-height: 20px;
}

#sidebarContactform {
    padding-right: 25px;
}


#sidebarContactform input {
    width: 100%;
    padding: 8px 8px 8px 13px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    margin-top: 8px;
}

#sidebarContactform textarea {
    width: 100%;
    padding: 8px 8px 8px 13px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    margin-top: 8px;
}


#sidebarContactform label {
    width: 100%;
    margin-top: 10px;
    font-weight: 300;
}

.iconmobile {
    position: fixed;
    right: 25px;
    top: 20px;
}

.accordiancont {
    width: 100%;
    padding-right: 25px;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
}

.accordion {
    background-color: #f8f8f8;
    color: #393939;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    border: 1px solid #dedede;
    text-align: left;
    outline: none;
    font-size: 1rem;
    transition: all 0.4s ease-out;
}


.active,
.accordion:hover {
    background-color: #17acff;
    color: #fff;
}

/*.accordion:after {*/
/*    content: "\002B";*/
/*    color: #17acff;*/
/*    font-weight: bold;*/
/*    float: right;*/
/*    margin-left: 0.5rem;*/
/*}*/

/*.active:after {*/
/*    content: "\2212";*/
/*}*/

.accordion-content {
    padding: 0 1rem;
    background-color: #fff;
    color: #6e6b6b;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-content ul {
    list-style-type: circle;
    margin: 1rem 0;
    padding: 0.2rem;
}

.accordion-content ul li {
    padding: 0.2rem 0;
}

.sidebarmobile {
    width: 100%;
    display: none !important;
}

.sidebarmobile #sidebarContactform {
    padding-right: 25px;
    text-align: center;
}

.sidebarmobile .demotitle {
    margin-bottom: 0;
}

.navBar {
    color: #03045E;
    font-size: 30px;
    margin-top: 16px;
    padding: 0px 15px 0px 5px;
}

.landingMenu {
    background-image: url("../images/homebg.webp");
    height: 1080px;
    background-position: bottom;
    background-size: cover;
    text-align: center;
    padding: 331px 70px 0px 70px;
    margin-top: 50px;
}

.landingMenu h1 {
    font-size: 90px;
    font-weight: 100;
    color: #fff;
    text-shadow: 1px 1px 2px #00000047;
    line-height: 80px;
    background: transparent;
    box-shadow: none;
    margin-bottom: 72px;
}

.landingMenu h2 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 2px #000000c4;
    margin-bottom: 25px;
    margin-top: -35px;
}


.standardButton {
    background-color: #0043E7;
    color: #fff;
    border-radius: 15px;
    text-transform: uppercase;
    border: none;
    padding: 8px 17px 8px 17px;
    font-weight: 500;
    font-size: 14px;
    --c: #280462;
    letter-spacing: 0.1em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
}

.standardButton:hover {
    cursor: pointer;
    transition: .3s;
}

.standardButton span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}


.standardButton:hover span {
    transform: translateY(0) scale(2);
}

.standardButton span:nth-child(1) {
    --n: 1;
}

.standardButton span:nth-child(2) {
    --n: 2;
}

.standardButton span:nth-child(3) {
    --n: 3;
}

.standardButton span:nth-child(4) {
    --n: 4;
}

.aboutusspinner {

}

.aboutusspinner.industry1 {
    position: absolute;
    right: 18%;
    z-index: 1;
    bottom: -13%;
    max-width: 390px;
}

.aboutusspinner.industry2 {
    position: absolute;
    max-width: 504px;
    right: 26%;
    top: 26%;
}

.aboutusspinner.industry3 {
    position: absolute;
    left: 10%;
    z-index: 1;
    bottom: -13%;
    max-width: 390px;
}

.spinningSector {
    display: flex;
    margin-top: 28px;
    margin-bottom: 7%;
}

.spinningSS {
    flex: 1 0 45%;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.spinnerS {
    position: absolute;
    max-width: 900px;
    z-index: 0;
}

.industry1 {
    position: absolute;
    right: 18%;
    z-index: 1;
    bottom: -17%;
    max-width: 390px;
}

.industry2 {
    position: absolute;
    max-width: 520px;
    right: 25%;
    top: 20%;
}

.industry3 {
    position: absolute;
    left: 10%;
    z-index: 1;
    bottom: -16%;
    max-width: 390px;
}

.industry4 {
    z-index: 1;
    margin-left: 16px;
    margin-top: 172px;
}


/*.rotate {*/
/*    animation: rotation 15s;*/
/*}*/

.linear {
    animation-timing-function: linear;
}

.infinite {
    animation-iteration-count: infinite;
}

/*@keyframes rotation {*/
/*    from {*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    to {*/
/*        transform: rotate(359deg);*/
/*    }*/
/*}*/

.textSS {
    flex: 1 0 45%;
    padding-top: 140px;
    padding-right: 25px;
}

.textSS h3 {
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 5px;
}

.textSS p {
    font-weight: 300;
    line-height: 32px;
    margin-top: 10px;
}

.sellingPoints {
}

.sellingPoint {
    width: 100%;
    float: left;
}

.sellingPoint i {
    color: #03045E;
    font-size: 36px;
    font-weight: 100;
    float: left;
    margin-top: 27px;
}

.wrap {
    float: left;
    margin-left: 20px;
}

.pointTitle {
    font-size: 18px;
    color: #000000;
    font-weight: 400 !important;
    margin-top: 15px !important;
}

.pointSub {
    font-size: 16px;
    color: #000000;
    font-weight: 300 !important;
    margin-top: -15px !important;
}

.sectorButton {
    margin-top: 40px;
}


.findFeatures {
    width: 100%;
    text-align: center;
    background-color: #007AFF;
    padding: 100px 60px;
}

.findFeatures h3 {
    font-size: 50px;
    font-weight: 200;
    color: #fff;
}
.findFeatures h1 {
    font-size: 45px;
    font-weight: 200;
    color: #fff;
}
.aboutusss{
    margin-top:  -7%;
}

.aboutusss .fsectorSquareback .ffTitle {
    margin-top: 0 !important;
}

.findFeatures p {
    font-weight: 300;
    line-height: 25px;
    margin-top: 20px;
    color: #fff;
    padding: 0 5%;
}

.findFeatures ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px;
    padding: 0;
}

.findFeatures li {
    flex: 1 0 24%;
    list-style: none;
    color: #fff;
    margin-top: 25px;
    line-height: 30px;
    max-width: 60%;
}

.findFeatures li i {
    font-size: 50px;
    font-weight: 100;
    width: 100%;
    margin-bottom: 15px;
}

.findFeatures .complaints li {
    flex: 1 0 24%;
    list-style: none;
    color: #fff;
    margin-top: 25px;
    line-height: 30px;
    max-width: 60%;
}

.featureSectorSquares {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10%;
    justify-content: center;
}
.overviewFeature .moduleimage{
    height: 180px;
}

.overviewFeature .lowerPMI{
    background-color: #fff;
}
.overviewFeature .lowerPMI p{
    color: #000;
}
.overviewFeature .lowerPMI .lpmiTitle{
    font-weight: 400;
    line-height: 25px;
}
.overviewFeature .lowerPMI .lpmiSub{
    margin-top: 12px;;
}

.downloadbrochure{
    margin-right: -5px;
    margin-left: -22px;
}
.downloadbrochure .standardButton{
    background-color: #007bff;
}

.fsectorSquare {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px;
    margin: 10px;
    flex: 1 0 20%;
    max-width: 320px;
}

.fsectorSquareinner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;

}

.aboutusss .fsectorSquarefront .ffSub{
    -webkit-line-clamp: unset !important;
}

.fsectorSquare:hover .fsectorSquareinner {
    /*transform: rotateY(180deg);*/
    animation: shake 0.9s;
}

.fsectorSquarefront, .fsectorSquareback {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 14px 15px;
}

.fsectorSquareinner {
    background-color: #fff;
    color: black;
}

.fsectorSquareback {
    background-color: #17acff;
    color: black;
    transform: rotateY(180deg);
}

.fsectorSquarefront i {
    color: #03045E;
    font-size: 53px;
    font-weight: 100;
    margin-top: 48px;
    margin-bottom: 0;
}

.fsectorSquarefront .ffTitle {
    color: #000;
    padding-top: 0px;
    font-weight: 500;
    font-size: 17px;
}

.contactus .fsectorSquarefront i {
    margin-top: 43px !important;
}


.fsectorSquarefront .ffSub {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    margin-top: -12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fsectorSquareback .ffTitle {
    font-size: 18px;
    font-weight: 400;
    margin-top: 45px;
}

.fsectorSquareback .ffSub {
    font-size: 16px;
    font-weight: 300;
    margin-top: -7px;
    line-height: 25px;
    margin-bottom: 8px;
}

.fsectorSquareback .sectorButton {
    margin-top: 10px;
}

.activee {
    color: #0043E7 !important;
}

.mebigmenu {
    position: absolute;
    width: 100%;
    top: 98px;
    background-color: #fff;
    left: 0;
    box-shadow: 8px 4px 13px 3px #0202022b;
    padding: 15px 45px;
    display: flex;
}

.upsellArea {
    flex: 1 0 5%;
    height: 338px;
    background-image: url("../images/demoquor.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.menuArea {
    flex: 1 0 45%;
    background-color: transparent;
    padding: 0px 42px;
    margin-bottom: -30px;
}

.topdrop div {
    box-shadow: 0 1px 10px #0202021a;
    padding: 16px 8px 15px 22px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    background-color: #03045e;
}

.topdrop div:hover {
    background-color: #0043E7;
    color: #fff;
    transition: .4s;
    cursor: pointer;
}

.topdrop div i {
    float: right;
    margin-right: 15px;
    font-size: 20px;
    margin-top: 2px;
}

.defaultliststyle {
}

.defaultliststyle ul {
    padding: 12px 10px 12px 17px;
    height: 300px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
}

.defaultliststyle a {
    flex-basis: 10%;
    width: 35%;
    color: #000000 !important;
}

.defaultliststyle li {
    width: 100%;
    margin: 12px 6px;
    display: inline-flex;
    margin-left: -14px;
    height: 60px;
}

.defaultliststyle a:hover {
    font-weight: 400;
    cursor: pointer;
    color: #0043e7;
    text-decoration: none;
}

.defaultliststyle li:hover {
    font-weight: 400;
    cursor: pointer;
    color: #0043e7;
    text-decoration: none;
}


.defaultliststyle i {
    color: #0043E7;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 100;
    float: left;
    margin-top: 15px;
}


.defaultliststyle .fa-chevron-right {
    float: right;
    margin-right: 35px;
}


.layerchew {
    display: none;
}

.hideMe {
    display: none !important;
    -webkit-transition: all 2s;
/ / Chrome -moz-transition: all 2 s;
/ / Mozilla -o-transition: all 2 s;
/ / Opera transition: all 2 s;
}

.topspan {

}

.specspan {
    margin-top: -15px;
    font-size: 13px;
    margin-left: 0;
    color: #666666;
}

.wrappe {
    width: 80%;
    margin-top: 10px;
}


.whatIsQuor {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
}

.whatIsQuor h3 {
    font-size: 50px;
    font-weight: 100;
    color: #000;
}

.whatIsQuor p {
    font-weight: 300;
    line-height: 32px;
    margin-top: 20px;
    color: #000;
    padding: 0 15%;
}

.sellingCircles {
    background-image: url("../images/whatQuor.webp");
    height: 600px;
    margin-top: 60px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

.circleSS {
    width: 350px;
    height: 350px;
    background-color: #fff;
    border-radius: 50%;
    margin: 25px;
    z-index: 99;
    box-shadow: 2px 5px 7px #00000040;
    text-align: center;
    padding: 92px 25px;
    padding-bottom: 0;
}

.circleSSOut {
    display: none;
    animation: pulsate 1.8s ease-out;
    animation-iteration-count: infinite;
    width: 350px;
    background-color: #c7c7c7;
    border-radius: 50%;
    height: 350px;
    margin-right: -19.5%;
    margin-top: 19px;
}

@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 1.0;
    }
    100% {
        transform: scale(1.01, 1.01);
        opacity: 0.0;
    }
}

.circleSS i {
    color: #03045E;
    font-size: 60px;
    font-weight: 100;
}

.ssTitle {
    font-weight: 500 !important;
    margin: 0px;
}

.ssSub {
    font-size: 13px;
    margin: 0px;
    margin-top: 3px !important;
    line-height: 25px !important;
    color: #262626 !important;
}

.counters {
    margin-top: 25px;
    animation-duration: 1s;
    animation-delay: 0s;
    display: flex;
    justify-content: center;
    padding: 40px 5%;
}

.counterwrap {
    flex: 1 0 20%;
    text-align: center;
    position: relative;
    font-size: 17px;
}

.counter {
    color: #03045E;
    font-size: 50px;
    font-weight: 100;
    font-family: "Font Awesome 6 Pro";
}

.percent {
    color: #03045E;
    font-size: 52px;
    font-weight: 100;
    position: absolute;
    top: -12px;
}

.margincorrector{
    margin-left: -22px !important;
    padding-right: 6px;
}

.bookADemo {
    background-color: #007AFF;
    color: #fff;
    padding-top: 125px;
    display: flex;
    z-index: 0;
    overflow: hidden;
}

.handsimg img {
    width: 100%;
    margin-bottom: -22px;
    transform: rotate(3deg);
}

.i-amphtml-layout-size-defined {
    overflow: inherit !important;
}

.trustedCompany {
    background-color: #F1F1F1;
    margin-top: 0px;
    padding-bottom: 10px;
}


.trustedCompany img {
    width: 100%;
    height: auto;
    margin-top: 55px;
    max-width: 1300px;
    padding-bottom: 90px;
}


.bdTitle {
    font-size: 48px;
    font-weight: 200;
    color: #fff;
}

.handsimg {
    flex: 1 0 51%;
}

.bdTexr {
    font-weight: 300;
    line-height: 32px;
    margin-top: 20px;
    color: #fff;
    width: 50%;
    margin-bottom: 40px;
}

.bookdemopush {
    margin: auto;
}

.footer {
    background-color: #0043E7;
    color: #fff;
    display: flex;
    padding: 15px;
    width: 100%;
    z-index: 1;
}

.footer .imgwrap {
    flex: 1 0 28%;
}



.footer img {
    width: 100%;
    max-width: 115px;
    padding-left: 25px;
}

.brands {
    text-align: right;
    flex: 1 0 28%;
    padding-right: 150px;
    margin: auto;
}

.brands i {
    font-size: 25px;
    padding-right: 15px;
    padding-top: 11px;
}

.brands i:hover {
    cursor: pointer;
    color: #c7dce7;
    transition: .3s;
}

.copyrightcount {
    text-align: center;
    flex: 1 0 28%;
    padding-top: 11px;
    margin: auto;
}

.standardTopBanner {
    display: flex;
    width: 100%;
    min-height: 400px;
    background-color: #000;
    margin-top: 70px;
}





.openmenustyle {
}

.casestudies {
    background-image: url("../images/case-studies.jpg");

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    animation: shrink 5s infinite alternate;
}

.testimonials {
    background-image: url("../images/about.jpg");
    min-height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aboutquor {
    background-image: url("../images/about.jpg");
    min-height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.foodAndCatering {
    background-image: url("../images/food-and-catering.webp");
    min-height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    animation: shrink 5s infinite alternate;
}

.oilandgas {
    background-image: url("../images/oil-and-gas.jpg");
    min-height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    animation: shrink 7s infinite alternate;
}

.retail {
    background-image: url("../images/retail.jpg");
    min-height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    animation: shrink 7s infinite alternate;
}

.manafacturing {
    background-image: url("../images/manafacturing.jpg");
    min-height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    animation: shrink 7s infinite alternate;
}

.automotive {
    background-image: url("../images/automotive.jpg");
    min-height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    animation: shrink 7s infinite alternate;
}

.warehouse {
    background-image: url("../images/warehouse.jpg");
    min-height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    animation: shrink 7s infinite alternate;
}

.engineering {
    background-image: url("../images/engineering.jpg");
    min-height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    animation: shrink 7s infinite alternate;
}

@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }
    100% {
        background-size: 100% 100%;
    }
}

.productspage {
    min-height: 550px;
    background-size: cover;
    background-position: bottom;
    animation: zoom 30s infinite;
    -webkit-animation: zoom 10s infinite;
}

.projectpage {
    min-height: 350px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

}

@keyframes zoom {
    0% {
        background-size: 100%;

    }
    50% {
        background-size: 110%;
    }
    100% {
        background-size: 100%;
    }
}

.projectpage .overlayText h1 {
    padding-top: 200px;
}

.productspage .overlayText h1 {
    padding-top: 170px;
}

.projectpage .overlayText {
    padding-bottom: 85px;
}
.flexy{
    display: flex;
    justify-content: center;
    width: 100%;
}
.successbtton{
    max-width: 225px;
    width: 100%;
}
.topsuccess {
    text-align: center;
    margin-top: 145px;
    font-weight: 300;
    padding: 10px 27px;
    line-height: 18px;
}
.overlayText {
    text-align: center;
    width: 100%;
    background-color: #00000069;

}

.aboutquor .overlayText h1 {
    padding-top: 115px;
}

.overlayText h1 {
    width: 100%;
    font-size: 50px;
    font-weight: 100;
    color: #fff;
    text-shadow: 1px 1px 2px #00000047;
    line-height: 85px;
    padding: 0px 17%;
    padding-top: 70px;
}

.overlayText h3 {
    width: 100%;
    font-weight: 200;
    color: #fff;
    text-shadow: 1px 1px 2px #00000047;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    padding: 0px 17%;
    padding-bottom: 0px;
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 985px;
    border-radius: 5px;
    background-attachment: scroll;
    overflow: hidden;
    margin-top: -305px;
}

.videoContainer video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.videoContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: #000000c7;
    opacity: 0.5;
}

.quorcontent {
    width: 100%;
    position: absolute;
    top: 45%;
    z-index: 3;
    text-align: center;
    color: #fff;
    padding: 0 8%;
}

.quorcontent h1 {
    font-size: 60px;
    font-weight: 100;
    color: #fff;
    text-shadow: 1px 1px 2px #00000047;
    line-height: 85px;
}

.quorcontent p {
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 2px #00000047;
    line-height: 30px;
}

.productFlexsLinks {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

a:hover {
    text-decoration: none !important;
}

.flexyP {
    background-color: #17ACFF;
    color: #fff;
    border: none;
    border-radius: 22px;
    padding: 10px 10px 10px 12px;
    font-size: 14px;
    font-weight: 500;
    flex: 1 0 auto;
    margin: 6px;
    min-width: 205px;
    max-width: 205px;
}


.flexyP:nth-child(even) {
    background-color: #0043E7;
}

.flexyP:hover {
    background-color: #007aff;
    color: #fff;
    transition-delay: .3s;
}

.caseStudiesSect {
    width: 100%;
    text-align: center;
    padding-top: 80px;
}


.goPaperless {
    width: 100%;
    text-align: center;
    padding-top: 80px;
}

.standardH3 {
    font-size: 50px;
    font-weight: 100;
}

.stamdardSub {
    font-weight: 300;
    line-height: 32px;
    margin-top: 10px;
    padding: 10px 15%;
}

.goPaperless .findFeatures {
    background: linear-gradient(90deg, rgba(5, 6, 93, 1) 0%, rgba(0, 122, 255, 1) 40%, rgba(23, 172, 255, 1) 70%);
    padding: 5px 60px;
}

.goPaperless .featureSectorSquares {
    padding: 20px 2%;
    justify-content: center;
}

.goPaperless .fsectorSquare {
    flex: 1 0 16%;
    max-width: 330px;
}

.goPaperless .fsectorSquareback .ffTitle {
    font-size: 18px;
    font-weight: 400;
    margin-top: 58px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 16px;
}


.productResults {
    background-color: #F9F9F9;
    padding: 80px 20px 30px 20px;
    display: none;
}

.productResults .standardH3 {
    font-size: 35px;
    font-weight: 100;
}


.flexyPr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 45px;
    justify-content: center;
}

.productModuleItem {
    flex: 1 0 20%;
    max-width: 20%;
    margin: 10px;
}

.productModuleItem a {
    color: #000 !important;
}

.productModuleItem:hover {
    cursor: pointer;
    transition: .3s;
    box-shadow: 0px 1px 9px -3px #afafaf;
    animation: shake 0.9s;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.moduleimage {
    background-image: url("../images/complaints.jpg");
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.complaints .moduleimage {
    background-image: url("../images/complaints.jpg");
}

.correctiveactions .moduleimage {
    background-image: url("../images/corrective-actions.jpg");
}

.concessions .moduleimage {
    background-image: url("../images/dashboard.jpg");
}

.quarantines .moduleimage {
    background-image: url("../images/paperless_factory.jpg");
}

.documentControl .moduleimage {
    background-image: url("../images/document-control.jpg");
}

.nearmiss .moduleimage {
    background-image: url("../images/near-miss.jpg");
}

.viewall .moduleimage {
    background-image: url("../images/health-and-saftey.jpg");
}

/*.complaints .moduleimage {*/
/*    background-image: url("../images/product/complaints.jpg");*/
/*}*/

/*.correctiveactions .moduleimage {*/
/*    background-image: url("../images/product/corrective.jpg");*/
/*}*/

/*.concessions .moduleimage {*/
/*    background-image: url("../images/product/concessions.jpg");*/
/*}*/

/*.quarantines .moduleimage {*/
/*    background-image: url("../images/product/paperless.jpg");*/
/*}*/

/*.documentControl .moduleimage {*/
/*    background-image: url("../images/product/documentcontrol.jpg");*/
/*}*/

/*.nearmiss .moduleimage {*/
/*    background-image: url("../images/product/nearmiss.jpg");*/
/*}*/

/*.viewall .moduleimage {*/
/*    background-image: url("../images/product/hands.jpg");*/
/*}*/


.goPaperless .fsectorSquarefront .ffTitle {
    color: #000;
    padding-top: 2px;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 5px;
}


.lowerPMI {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
    padding: 25px 10px;
}

.lpmiTitle {
    font-size: 17px;
    padding: 0;
    margin: 5px;
}

.lpmiSub {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goPaperless .fsectorSquarefront .sectorButton {
    margin-top: -10px;
}

.goPaperless .fsectorSquarefront i {
    margin-top: 15px;
}

.bannerwhy {
    background-color: #82A3F5;
    padding: 120px 70px 80px 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.qban {
    flex: 1 0 48%;
    text-align: center;
    margin-top: -10px;
    max-width: 45%;
    margin-right: 8%;
}

.qbantext {
    flex: 1 auto;
    text-align: center;
    max-width: 35%;
}

.form-wrapper-component .form-content-component{
    width: 85%;
}

.featuresSection {
    background-color: #0a78bb;
    text-align: center;
}

.fai {
    margin-top: 88px;
    margin-bottom: -30px;
}

.yoursolutions {
    display: flex;
    justify-content: center;
    padding-top: 3%;
    padding-bottom: 4%;
    flex-wrap: wrap;
}

.yoursolutions .circleSS {
    max-width: 300px;
    height: 300px;
    background-color: #fff;
    border-radius: 50%;
    margin: 14px;
    z-index: 99;
    box-shadow: 2px 5px 7px #00000040;
    text-align: center;
    padding: 44px 27px;
    padding-bottom: 0;
    border: 1px solid #0043e7;
    flex: 1 0 49%;
    margin-bottom: -25px;
}

.yoursolutions .circleSS i {
    color: #03045E;
    font-size: 40px;
    font-weight: 100;
}

.yoursolutions .ssTitle {
    margin-top: 16px;
}
.yoursolutions .ssSub {
    font-size: 13px;
    margin: 0px;
    margin-top: 6px !important;
    line-height: 23px !important;
    color: #262626 !important;
}

.csrFlex{
    display: flex;
    flex-wrap: wrap;
    padding: 40px 80px 65px 80px;
    background-color: #e6e6e6;
}
.csrItem{
    flex : 1 0 20%;
    margin: 0 15px;
    text-align: center;
}
.csrItem .ssSub {
    font-size: 15px;
}
.csrItem .ssTitle {
    margin-top: -5px;
    margin-bottom: 7px;
}
.csrItem i {
    margin-top: 14px;
    font-size: 38px;
    margin-bottom: 22px;
    color: #0b0b0b;
}


.casestudiesflex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    padding: 25px 10%;
}

.casestudi {
    flex: 1 0 45%;
    margin-right: 20px;
    text-align: center;
    box-shadow: 5px 5px 5px #0000001a;
    margin-bottom: 28px;
    border-radius: 5px;
    position: relative;
    padding-bottom: 35px;
}

.backgroundcs {
    background-size: cover;
    height: 250px;
    background-repeat: no-repeat;
    background-position: top;
}

.bannercs {
    background-color: #F13D62;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: none;
    position: absolute;
    top: 15px;
    right: 16px;
}

.cstitle {
    margin-top: 25px;
}

.csttext {
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 10px;
}

.aboutQuorCsrFlex{
    background-color: #f3f3f3;
    padding: 70px 140px 70px 140px;
    margin-top: 125px;
}
.aboutQuorCsrFlex .csrItem{
    flex: 1 0 20%;
    margin: 0 15px;
    text-align: center;
    border-right: 2px solid #dbdbdb;
    padding-right: 35px;
    padding-left: 25px;
}

.aboutQuorCsrFlex .csrItem:last-child{
    border-right: none;
}
.aboutQuorCsrFlex .csrItem i {
    margin-top: 14px;
    font-size: 38px;
    margin-bottom: 22px;
    color: #515151;
}

.fadeIn { animation: fadeIn 3s; }
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}





.retailcs .backgroundcs {
    background-image: url("../images/gymking.jpg");
}

.pilgrimscs .backgroundcs {
    background-image: url("../images/pilgrims.jpg");
}

.cranswickcs .backgroundcs {
    background-image: url("../images/cranswick.jpg");
}

.agriculturecs .backgroundcs {
    background-image: url("../images/wayland.jpg");
}

.aboutusss .fsectorSquarefront i {
    margin-top: 22px;
}


.aboutusss .fsectorSquareback{
    padding-top: 55px;
}

.contactSection {
    background-image: url("../images/contact_bg.jpg");
    height: auto;
    background-position: right;
    background-size: cover;
    text-align: center;
    margin-top: 35px;
    padding-top: 38px;
}

.contactSection h1 {
    width: 100%;
    font-size: 60px;
    font-weight: 100;
    color: #fff;
    text-shadow: 1px 1px 2px #00000047;
    line-height: 85px;
    padding: 0px 0;
    padding-top: 17px;
    text-align: center;
}

.contactSection p {
    width: 100%;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 2px #00000047;
    line-height: 28px;
    font-size: 16px;
    text-align: left;
    margin-top: -5px;
    margin-left: 3px;
}


.contactSection form {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 20px;
    justify-content: center;
    font-family: "Poppins" !important;
    background-color: #ffffff4d;
    border-radius: 6px;
    margin-right: 0px;
    margin-top: 50px;
    height: 440px;
}

.contactSection form .mwrappe {
    flex: 1 0 30%;
    width: 100%;
    margin: 8px 5px;
    text-align: left;
}


.fullflex {
    flex: 1 0 100% !important;
    padding: 0 6px;
}

.contactSection form textarea {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    height: 100%;
    max-height: 400px;
    border-radius:  5px;
}

.contactSection form select {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    height: 45px;
    font-family: "Poppins" !important;
    border-radius:  5px;
}


.contactSection form input {
    border-radius:  5px;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    font-family: "Poppins" !important;
}
.contactSection form input[type=checkbox] {
    width: unset;
    transform: scale(1.4);
    margin-right: 20px;
}

.contactSection .g-recaptcha {
    margin: auto;
    display: flex;
    justify-content: center;
}

.privacypolicy{
    color: #fff;
    margin-left: 18px;
    margin-top: 10px;
    font-size: 15px;
    display: flex;
}

.sendMessage {
    margin-top: 0px;
    height: 48px;
    width: 100%;
    max-width: 150px;
}

.sendMessage span {
    position: absolute;
    width: 70%;
}

input:hover {
    cursor: pointer;
}

.sendbutton {
    background: transparent !important;
    color: #fff;
    border: none !important;
    padding: 5px 5px !important;
    font-family: "Poppins" !important;
}

.grecaptcha-badge {
    bottom: 68px !important;
}

.contentupsell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
    padding-top: 46px;
}

.contentupsellLeft {
    flex: 1 0 100%;
    margin-right: 15px;
    text-align: center;
    padding-left: 90px;
    padding-top: 20px;
    padding-right: 4%;
}

.contentupsellLeft p{
    text-align: center;
}
.halfform {
    flex: 1 0 10%;
    position: relative;
}

.rightSection{
    max-width: 700px;
    margin: auto;
    margin-top: -30px;
}

.contentupsellLeft ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 0;
    margin-top: 33px;
}

.contentupsellLeft li {
    color: #fff;
    margin-bottom: 25px;
    list-style: none;
}

.contentupsellLeft li i{
    margin-right: 5px;
}

.contactUsP .ssSub {
    font-size: 15px;

}

.contactUsP .ssTitle {
    margin-top: -6px;
}


.contactUsP .circleSS i {
    margin-top: 14px;
}


.contactUsP {
    padding-bottom: 148px;
}

.mobielbrochure{
    display: none;
    text-align: center;
    margin: 0;
    width: 100%;
    margin-left: -30px;
    margin-top: -12px;
}
.fom {
    color: #555555 !important;
    font-weight: 500 !important;
    margin-top: -20px !important;
}

.mobilemenusection {
    list-style: none;
    margin-top: -15px;
    margin-bottom: 35px;
}

.mobilemenusection ul {
    list-style: none;
    margin-left: -70px;
    font-size: 14px;
}

.mobilemenusection li {
    position: relative;
    list-style: none;
    background-color: #efefef;
    margin-bottom: 2px;
    font-weight: 300;
    padding-left: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mobilemenusection li:nth-last-child(1) {
    background-color: #dddddd;
}

.hiddenuntilmenu {
    display: none;
    background-color: #e4e4e4 !important;
}


.mobilemenusection a {
    font-size: 16px;
    color: #000 !important;
}

.mobilemenusection i {
    position: absolute;
    right: 35px;
    top: 17px;
}

.selectedMenuItem {
    background-color: #0687ff !important;
}

.selectedMenuItem a {
    color: #fff !important;
}

.selectedMenuItem i {
    transform: rotate(90deg);
}

.hiddenuntilmenu a {
    font-size: 15px !important;
}


.brochureLayout{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.leftSide{
    background-color: #0044E7;
    color: #fff;
    flex: 1 0 30%;
    text-align: left;
    padding: 235px 110px 0 110px;
}

.integrations .leftSide{
    background-color: #009FE3;
}
.ravenwood .featureSide{
    background-image: url("../images/product/ravenwood.jpg");
}
.concessions .leftSide{
    background-color: #009FE3;
}

.concessions .featureSide{
    background-image: url("../images/product/concessions.jpg");
}
.correctiveActions .leftSide{
    background-color: #31519E;
}

.correctiveActions .featureSide{
    background-image: url("../images/product/corrective.jpg");
}
.nearMiss .leftSide{
    background-color: #0044E7;
}

.nearMiss .featureSide{
    background-image: url("../images/product/nearmiss.jpg");
}
.documentcontrol .leftSide{
    background-color: #009FE3;
}

.documentcontrol .featureSide{
    background-image: url("../images/product/documentcontrol.jpg");
}
.paperlessfactory .leftSide{
    background-color: #009FE3;
}

.paperlessfactory .featureSide{
    background-image: url("../images/product/paperless.jpg");
}



.supplierportal .featureSide{
    background-image: url("../images/product/supplychain.jpg");
}
.supplierdocs .featureSide{
    background-image: url("../images/product/supplychain.jpg");
}
.supplierdocs .leftSide{
    background-color: #009FE3;
}
.supplieraudits .featureSide{
    background-image: url("../images/product/supplychain.jpg");
}
.supplieraudits .leftSide{
    background-color: #0044E7;
}
.supplieralerts .featureSide{
    background-image: url("../images/product/supplychain.jpg");
}
.supplieralerts .leftSide{
    background-color: #2E498E;
}

.suppliermapping .featureSide{
    background-image: url("../images/product/supplychain.jpg");
}
.suppliermapping .leftSide{
    background-color: #0044E7;
}

.supplierdash .featureSide{
    background-image: url("../images/product/supplychain.jpg");
}
.supplierdash .leftSide{
    background-color: #009FE3;
}



.fullinvesitgation .featureSide{
    background-image: url("../images/product/hands.jpg");
}
.fullinvesitgation .leftSide{
    padding: 185px 110px 20px 110px;
    background-color: #009FE3;
}
.firstaidlogging .featureSide{
    background-image: url("../images/product/hands.jpg");
}
.firstaidlogging .leftSide{
    padding: 175px 110px 20px 110px;
    background-color: #0044E7;
}
.businessalerts .featureSide{
    background-image: url("../images/product/hands.jpg");
}
.businessalerts .leftSide{
    background-color: #2E498E;
    padding: 125px 110px 20px 110px;
}

.performancekisok .featureSide{
    background-image: url("../images/product/hands.jpg");
}
.performancekisok .leftSide{
    background-color: #0044E7;
    padding: 115px 110px 20px 110px;
}

.trendingreport .featureSide{
    background-image: url("../images/product/hands.jpg");
}
.trendingreport .leftSide{
    padding: 155px 110px 20px 110px;
    background-color: #009FE3;
}
.handsauditts .featureSide{
    background-image: url("../images/product/hands.jpg");
}
.handsauditts .leftSide{
    background-color: #2E498E;
    padding: 155px 110px 20px 110px;
}
.riskassessm .featureSide{
    background-image: url("../images/product/hands.jpg");
}
.riskassessm .leftSide{
    background-color: #0044E7;
    padding: 195px 110px 20px 110px;
}


.lsTitle{
    font-size: 50px;
    font-weight: 100;
    line-height: 48px;
}
.lsSub{
    font-size: 15px;
    font-weight: 200;
    line-height: 42px;
    margin-top: -1px;
}
.featureSide{
    flex: 1 0 55%;
    background-image: url("../images/product/complaints.jpg");
    background-size: cover;
    position: relative;
    color: #fff;
}

.featureSideFull{
    background-color: #002e9d;
    background-image: none!important;
}
.featureSideFull .overlay2{
    background-color: unset;
}



.modulewrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #fff;
    padding: 110px 132px 20px 130px;
}



.mergedheader{

}

.moduleSingle{
    flex: 1 0 45%;
    position: inherit;
    z-index: 1;
    margin: 25px 25px 20px 7px;
    line-height: 35px;
}
.moduleSingle i{
    width: 100%;
    font-size: 45px;
    color: #20A0F1;
    margin-bottom: 10px;
}
.moduleQuote{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 26px;
    color: #20A0F1;
    position: inherit;
    z-index: 1;
    padding: 40px 132px 38px 130px;
    font-weight: 300;
    margin-bottom: 42px;
    margin-top: 30px;
    text-align: center;
}

.quoteName{
    color: #fff;
    font-size: 16px;
}

.overlay2{
    background-color: #0000009e;
    height: 100%;
    position: absolute;
    width: 100%;
}

.specialWhiteButton{
    margin-top: 10px;
    background-color: #fff;
    color: #000;
}

.specialWhiteButton:hover{
    color: #fff;
}

.show{
    display: flex;
    overflow: auto;
}
.hidden{
    display: none !important;
}

.specialFactory{
    background-image: none !important;
    background-color: #009FE3 !important;
    min-height: 450px;
}

.justonTree {
    min-height: 495px;
    animation: zoom 30s infinite;
    -webkit-animation: zoom 30s infinite;
}

.specialFactory .overlayText {
    background-color: #009FE3 !important;
}

.supplychaink .overlayText {
    background-color: #00000080;
}
.justonTree .overlayText {
    background-color: #7f7f7f00;
}
.specialFactory .overlayText h1 {
    padding-top: 100px;
}
.paperlessfactory  .modulewrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #fff;
    padding: 102px 40px 41px 40px;
    text-align: center !important;
}
.paperlessfactory .moduleSingle {
     flex: 1 0 25%;
     margin: 25px 25px 20px 7px;
    min-width: 250px;
 }

.formloader{
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 12%;
    right: 13%;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.testimonials .overlayText {
    background-color: #000000e0;
}

.testimonialFullBanenr{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    padding: 10px 10%;
    padding-bottom: 65px;
}

.testimonialSingle{
    flex: 1 0 28%;
    background-color: #ffffff59;
    margin: 15px 20px;
    border-radius: 6px;
    padding: 30px 20px;
}

.testimonialSingle .testName{
    font-size: 20px;
    font-weight: 500;
    margin-top: 18px;
}
.testimonialSingle .testTitle{
margin-top: -5px;
    font-weight: 300;
}
.testimonialSingle p{
    margin-bottom: 5px;
}


.testimonialSingle .testCompany{
    font-size: 15px;
    margin-top: -3px;
    margin-bottom: 15px;
    font-weight: 600;
}
.testimonialSingle .testimonialContent{
    line-height: 23px;
}

.testimonialFullSingle{
    flex: 1 0 100%;
    text-align: center;
    margin: 20px 0px;
    padding: 15px 14%;
}

.testimonialFullSingle img{
    border-radius: 95px;
    box-shadow: 0px 2px 10px 1px #0000001c;
}

.testimonialFullSingle .testimonialContent{
    line-height: 33px;
}

.testimonialFull{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0%;
    padding-bottom: 65px;
}


.testmoinialHome{
    background-color: #007aff;
    width: 100%;
    padding-top: 70px;
    text-align: center;
    margin-bottom: 0px !important;
    padding-bottom: 35px;
    margin-top: 45px;
}

.testmoinialHome .testimonialFullBanenr{
    padding: 10px 1%;
}
.testmoinialHome .testimonialSingle {
background-color: #f3f3f3;
}
.testmoinialHome h3 {
    font-size: 50px;
    font-weight: 100;
    color: #fff;
}

.testmoinialHome p {
    font-weight: 300;
    line-height: 32px;
    margin-top: 20px;
    color: #000;
}
.textino{
    padding: 0 6%;
    color: #fff !important;
}
.testmoinialHome{
    margin-bottom: 40px;
}

.testmoinialHome .testimonialSingle {
    text-align: left;
    padding-left: 40px;
    padding-top: 15px;
    text-align: left;
}
.testmoinialHome .testName {
    margin: 0px;
    padding: 0px;
    margin-top: 25px;
    text-align: left;
}
.testmoinialHome .testTitle {
    margin: 0px;
    padding: 0px;
    margin-top: -5px;
    margin-bottom: -10px;
    text-align: left;
}
.testmoinialHome .testCompany {
    margin-bottom: -5px;
    text-align: left;
}

.testmoinialHome .testimonialContent .fa-quote-left-alt{
    font-size: 18px;
    margin-right: 5px;
    color: #17acff;
}

.testmoinialHome .testimonialContent .fa-quote-right-alt{
    font-size: 18px;
    margin-left: 5px;
    color: #17acff;
}

.ampiframecontroller{
     margin-left: -75px;
    max-width: 645px;
}

.ampmobilecontroller{
    width: 600px;
    max-width: 600px;
}

.homeWhatQuor{
    margin-top: -190px;
}

.pPolicyTable{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.pPolicyTable th, td {
    text-align: left;
    padding: 16px;
}

.pPolicyTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.quorvideo{
    display: flex;
    flex-wrap: wrap;
    background-color: #03045e;
    box-shadow: 1px 1px 20px 1px #000;
    padding-top: 125px;
    padding-bottom: 85px;
    padding-right: 46px;
    background-size: cover;
    background-position: top;
}

.quorvideoNew{
    display: flex;
    padding-top: 0;
    background-size: cover;
    background-position: top;
    margin-top: 0px;
    padding-bottom: 40px;
}

.quorvideoNew iframe{
    margin: auto;
}

.quorvideo .rightSide{
    flex: 1 0 40%;
    padding-left: 60px;
    padding-top: 115px;
    color: #fff;
}
.quorvideo iframe{
    flex: 1 0 50%;
    padding-left: 91px;
    margin-top: 22px;
}


.quorvideo h2{
    font-size: 19px;
    line-height: 30px;
    margin-top: 22px;
    font-weight: 400;
    text-shadow: 1.5px 0.5px 1px #000000;
}

.quorvideo h1{
    font-size: 45px;
    font-weight: 200;
    text-shadow: 0 0 5px #484848b8;
}



.quorvideo h3 {
    font-size: 59px;
    font-weight: 300;
    color: #fff;
}

.quorvideo p {
    font-weight: 300;
    line-height: 32px;
    margin-top: 20px;
    color: #fff;
}
.customerlogoslider {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
    text-align: center;
    margin-bottom: 25px;
}
.customerlogoslider ul {
    display: flex;
    padding: 0;
    animation: cambio 15s infinite linear;
}
.customerlogoslider li {
    padding:0 20px;
    list-style: none;
}
.customerlogoslider img {
    max-width: fit-content !important;
    height: auto !important;
}
@keyframes cambio {
    from {margin-left: 0%}
    to {margin-left: -100%}
}
.customerlogoslider h3 {
    font-size: 50px;
    font-weight: 100;
    color: #000;
}

.customerlogoslider p {
    font-weight: 300;
    line-height: 32px;
    margin-top: 20px;
    color: #000;
    margin-bottom: 40px;
}

.handstweak{
    padding: 110px 132px 95px 130px;
}

.blogContainer{
    margin-top: 140px;
    min-height: 700px;
}

.blogContainerFlex{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 50px;
    text-align: center;
    justify-content: center;
}

.bloghead{
    background-image: url("../images/contact_bg.jpg");
    height: auto;
    background-position: right;
    background-size: cover;
    text-align: center;
    padding-top: 125px;
    padding-bottom: 12px;
}

.quorblog h1{
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-bottom: 3px;
    font-weight: 200;
}
.blugsub{
    color: #fff;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.blogitem{
    flex: 1 0 45%;
    color: #1d2124;
    max-width: 500px;
}
.blogitem h2{
    color: #1d2124;
    font-size: 24px;
    margin-top: 22px;
    line-height: 30px;
}
.blogitem img {
    width: 100%;
    height: auto;
}

.publishedDate{
    color: #1d2124;
    font-size: 12px;
}
.inneratcile{
    padding-top: 112px !important;
    background-color: #e8e8e8;
    background-image: none !important;
    position: fixed;
    width: 100%;
    top: 0;
}

.blogContainerInnerItem{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 50px;
    text-align: left;
    justify-content: center;

}

.blogContainerInnerItem h2{
    color: #1d2124;
    font-size: 24px;
    margin-top: 22px;
    line-height: 30px;
}
.blogContainerInnerItem img {
    width: 100%;
    height: auto;
}

.bcitContent{
    max-width: 650px;
    margin-top: 130px;
}

.bcitContent h3{
    font-size: 18px;
    margin-top: 32px;
}
.bcitContent p{
    font-size: 15px;
    line-height: 30px;
}
.bcitContent .bulletItem{
    font-size: 16px;
    font-weight: 500;
}
.bcitContent .approachItem span{
    color: #007bff;
    font-weight: 600;
}
.bcitContent .outcomeItem span{
    color: #0043e7;
    font-weight: 600;
}
.bcitContent a{
    color: #000 !important;
    font-weight: 500;
}


.carousel-cell {
    margin-right: 40px;
}
.flickity-page-dots{
    display: none;
}

.introSection{
    display: flex;
    margin-top: 180px;
    padding: 0 8%;
}



.introLeft{
flex: 1 0 40%;
    padding-top: 25px;
}

.introLeft h1{
    font-size: 50px;
    font-weight: 200;
}
.introLeft p{
font-size: 16px;
line-height: 34px;
margin-top: 28px;
margin-bottom: 30px;
}

.introRight{
    flex: 1 0 45%;
    text-align: right;
 }

.introRight img{
    width: 100%;
    max-width: 740px;
}

.secondIntro .introLeft img {
    width: 100%;
    max-width: 900px;
}

.secondIntro .introRight{
    flex: 1 0 45%;
    text-align: left;
    padding-left: 90px;
}

.secondIntro{
    padding: 0 85px 0 10px;
    margin-top: 80px;
}
.secondIntro .textSS {
    padding-top: 40px !important;
}



.roadmapsection{
    margin-top: 70px;
    display: none;
}


.road-map-main {
    margin: 50px 0 51px;
}
.road-map-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 175px;
}
.road-map-wrapper::before {
    content: "";
    width: 100%;
    clear: both;
    display: block;
}

.road-map-wrapper::after {
    content: "";
    width: 100%;
    clear: both;
    display: block;
}
.road-map-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #0878FE;
    border-right-color: #0878FE;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
.road-map-circle-text {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.road-map-wrapper:nth-of-type(even) .road-map-circle-text {
    box-shadow: 0px 0px 10px 5px #00000021;
}

.road-map-card {
    width: 35%;
/ / float: right;
    background: transparent;
    padding: 20px 20px;
    z-index: 1;
    position: absolute;
    right: 0;
    border-radius: 5px;
}
 .road-map-wrapper .road-map-card::before {
     content: "";
     width: 25%;
     height: 20px;
     background: #0878FE;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: -23%;
     z-index: -1;
 }
.card-head {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #000;
}
.road-map-wrapper .road-map-card .card-text {
    color: #000;
    margin: 0;
    display: -webkit-box;
    /*-webkit-line-clamp: 5;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.road-map-wrapper:nth-of-type(even) .road-map-circle {
    border-bottom-color: #0878FE;
    border-left-color: #0878FE;
    border-top-color: transparent;
    border-right-color: transparent;
}
.road-map-wrapper:nth-of-type(even) .road-map-card {
    left: 0;
}
 .road-map-wrapper:nth-of-type(even) .road-map-card::before {
     right: -23%;
     left: unset;
 }

 .singlogo {
     width: 100%;
     height: auto;
 }

 .ourvalues{
     margin-top: 120px;
     margin-bottom: 80px;
 }

.ourvalues h3{
    font-size: 42px;
    text-align: center;
    font-weight: 100;
}
.ourvalesub{
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    padding: 10px 22%;
    line-height: 30px;
}
.valuesSection{
    display: flex;
    flex-wrap: wrap;
    max-width: 1420px;
    margin: auto;
}

.valuesSection .valuesingle{
    flex: 1 0 25%;
    margin: 10px;
}
.valuesingle i{
    font-size: 55px;
    color: #03045E;
    float: left;
    padding-right: 18px;
    padding-bottom: 15px;
    padding-top: 9px;
    font-weight: 300;
}
.vstitle{
    padding-left: 25px;
    margin-bottom: 4px;
    font-size: 18px;
}
.vssub{
    padding-left: 70px;
    margin-top: 0;
    font-weight: 200;
    font-size: 14px;
    line-height: 25px;
}


.weplantrees{
    background-image: url("../images/we-plant-trees.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    animation: shrink 20s infinite alternate;
    height: 500px;
    margin-top: 70px;
}

.contentSection{
    display: flex;
    color: #fff;
    padding: 145px 50px 0 50px;
}

.imgflex{
    flex: 1 0 29%;
    text-align: right;
    padding-right: 70px;
    padding-top: 25px;
}

.contentSection img{
    width: 100%;
    max-width: 220px;
}

.contentextarea{
    flex: 1 0 45%;
}
.contentextarea h3{
    font-size: 60px;
    font-weight: 200;
}
.contentextarea p {
    font-size: 16px;
    font-weight: 200;
    line-height: 35px;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 26px 20px 12px 29px !important;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry a {
    color: #111 !important;
}
.freeprivacypolicy-com---nb-simple {
    max-width: 35% !important;
}
.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
    background-color: #ffffffed !important;
    color: #111;
    box-shadow: 2px 5px 19px 4px #70707085 !important;
    border-radius: 18px !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree {
    color: #fff;
    background-color: #0043e7 !important;
}

.testimonailsSuccess{
    margin-top: 30px;
    background-color: #007bff;
    padding-top: 55px;
}

.testimonailsSuccess h3 {
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
}

.testimonailsSuccess .testimonialSingle {
    flex: 1 0 25%;
    margin: 0px 0px;
    text-align: center;
    background-color: transparent !important;
}
.testimonailsSuccess .testimonialFullBanenr {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    color: #363636;
    padding: 10px 6%;
    padding-bottom: 65px;
}

.widthWrap{
    max-width: 700px;
    background-color: #e6e6e6db;
    border-radius: 6px;
    padding: 30px 20px;
    margin: auto;
}

.subtopsuccess{
    text-align: center;
}

.followus h3{
    margin-top: 52px;
    margin-bottom: 0px;
    line-height: 30px;
}

.brandSection{
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}
.brandSection img{
    width: 100%;
    height: auto;
    max-width: 50px;
    margin: 5px 10px;
}

.successbrand .brandSection{
    margin-bottom: 10px;
}

.teamtriple img{
    width: 100%;
    max-width: 650px !important;
}

.teamtriple .introLeft {
    flex: 1 0 30%;
    padding-top: 25px;
    text-align: center;
}

.shiddenTestimonial{
    display: none;
}
.readlesstestimoinial{
    display: none;
}

.marginTen{
    margin-top: 10px;
}
.brochurewrap{
    margin-top: 55px;
    margin-bottom: 75px;

    padding: 0 15%;
}

.flexbuttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.flexbuttons a{
    margin: 0 3px;
    margin-bottom: 10px;
}

.tscenter{
    text-align: center;
    font-size: 18px;
}
.discovertext{
    margin: auto;
    width: 100%;
    max-width: 1400px;
    margin-bottom: 32px;
    text-align: center;
    margin-top: -150px;
    padding-top: 70px;
}
.discovertext h3{
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 5px;
}
.discovertext p{
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;
    padding: 0 18px;
}

.featureScreenShotBlock{
    background-color: #0043E7;
    padding: 30px 30px 50px 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.sideKeyFeatures{
    flex: 1 0 25%;
    background-color: #fff;
    margin-right: 25px;
    border-radius: 5px;
    box-shadow: 1px 4px 10px #1b1b1b96;
    padding: 60px 20px 10px 35px;
}
.sideKeyFeatures h3{
    font-size: 38px;
    font-weight: 200;
    margin-bottom: 45px;
    color: #0043e7;
}
.screenSideRight{
    flex: 1 0 70%;
}
.interactiveFactory{
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 25px;
    border-radius: 5px;
    box-shadow: 1px 4px 10px #1b1b1b96;
    margin-bottom: 30px;
}
.screengrabSquare {
    height: auto;
    min-height: 350px;
    flex: 1 0 35%;
    max-width: 34%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 14px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #8b8b8b82;
    background-position: center;
}
.sgsRight{
    flex: 1 0 65%;
    max-width: 61%;
}
.scsBlue{
    background-color: #0043E7;
    color: #fff;
    padding: 50px 10px 10px 50px;
    flex: 1 0 65%;
    max-width: 61%;
}
.scsBlue h4{}
.scsBlue h6{
    font-weight: 500;
}
.scsBlue ul{
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
}
.scsBlue li{
    list-style: none;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 300;
    display: inline-flex;
}
.scsBlue i{
    margin: auto;
    margin-right: 8px;
}

.sidePoint{
    color: #0043e7;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    display: inline-flex;
    margin-bottom: 15%;
}

.sidePoint i{
    margin: auto;
    margin-right: 20px;
    font-size: 30px;
}

.pointText{
    margin: auto;
}

.integrationFact{
    margin-top: 20px;
    margin-bottom: 0px;
}
.integrationFact .scsThird{
    min-height: 300px;
}
.integrationFact .scsBlue{
    min-height: 300px;
}

.integrationsLogo h3{
    font-size: 45px;
    margin-bottom: -15px;
}

.logoWrap{
    display: flex;
    flex-wrap: wrap;
}
.logo-cell{
    flex: 1 0 auto;
}