/* style.css start */

p {
    font-size: 18px;
    margin: 0;
    padding-bottom: 1.5rem;
}

.lazy,
.lazy:before,
.lazy:after {
    background-image: none !important;
    background: none !important;
}

.lazyviewport {
    background-image: none !important;
    display: none !important;
}

.txt-blue {
    color: #0025c9 !important;
}

.txt-black {
    color: #000000 !important;
}

.txt-white {
    color: #ffffff !important;
}

.txt-aqua {
    color: #00bcd4 !important;
}


/**** Padding ****/

.p15 {
    padding: 15px
}

.p30 {
    padding: 30px;
}

.p50 {
    padding: 50px;
}

.ptb100 {
    padding: 100px 0;
}

.ptb50 {
    padding: 50px 0;
}

.ptb30 {
    padding: 30px 0;
}

.pb150 {
    padding: 0 0 150px 0 !important;
}

.pb100 {
    padding: 0 0 100px 0 !important;
}

.pb50 {
    padding: 0 0 50px 0 !important;
}

.pb25 {
    padding: 0 0 25px 0 !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt150 {
    padding-top: 150px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.no-pad {
    padding: 0 !important;
}


/**** Margin ****/

.no-margin {
    margin: 0 !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml-15 {
    margin-left: -15px !important;
}

.mr-15 {
    margin-right: -15px !important;
}

.mb-50 {
    margin-bottom: -50px !important;
}

.mb-100 {
    margin-bottom: -100px !important;
}


/**** section Background Color ****/

.bg-white {
    background-color: #ffffff;
    color: #000000 !important;
}

.bg-blue {
    background-color: #0025c9;
    color: #ffffff !important;
}

.bg-black {
    background-color: #000000;
    color: #ffffff !important;
}

.bg-gray {
    background-color: #ededed;
    color: #000000 !important;
}

.bg-gray-dark {
    background-color: #ededed;
    color: #000000 !important;
}

.bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8);
}


/* footer form */

.location-change-block {
    padding-top: 40px;
}

.location-change-block .global-location {
    color: #ffffff;
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: normal;
}

.location-change-block .global-location span {
    padding-top: 4px;
}

.location-change-block .global-location:hover span {
    text-decoration: underline;
}

.footer-top img {
    max-width: 100%;
    width: auto;
    margin: 0;
}

.footer-forms .new-blog-mkt-frm input#Phone {
    width: 100% !important;
}

.footer-forms .mktoFormRow:last-child {
    width: 100% !important;
}

.footer-forms .mktoFormRow:nth-child(20) {
    width: 100% !important;
}

.footer-forms .mktoFormRow:nth-child(19) {
    display: none;
}

.footer-forms fieldset.mktoFormCol {
    margin-left: -9px;
    padding: 0px 0px 15px !important;
}

.footer-forms fieldset .mktoGutter,
.footer-forms fieldset .mktoOffset {
    display: none;
}

.footer-forms fieldset .mktoFormCol {
    width: auto !important;
}

.footer-forms fieldset input[type=checkbox] {
    position: relative;
    z-index: 9;
    height: 25px !important;
}

.footer-forms .mktoFieldWrap label {
    display: none;
}

.footer-forms .mktoFieldWrap label#LblconsentCheckbox {
    display: block;
}

.footer-forms .mktoFormRow:last-child {
    width: 100% !important;
}

.footer-forms .mktoFormRow:nth-child(4),
.footer-forms #mkt-captcha-2 {
    margin-left: -4px;
}

.footer-forms .mktoForm .mktoFieldWrap input,
.footer-forms .mktoForm .mktoFieldWrap textarea {
    width: 97% !important;
    padding: 10px 15px;
    outline: none;
    font-family: 'Helvetica';
    font-size: 16px;
    background: #ffffff;
    border: none;
    box-shadow: none;
    height: 45px;
    margin: 0;
    border-radius: 0px;
}

.footer-forms form.mktoForm .mktoFieldWrap {
    float: none;
    width: 100%;
}

.footer-forms .mktoForm .mktoFieldWrap textarea {
    width: 98.5% !important;
    height: 100px;
}

.footer-forms form.mktoForm {
    width: 100% !important;
    display: inline-flex;
    padding: 0px;
    flex-flow: wrap;
    justify-content: space-between;
}

.footer-forms .mktoFormRow:first-child input[type=text] {
    margin-left: -5px;
}

.footer-forms .mktoForm .mktoFormRow:nth-child(6) {
    width: 100%;
}

.footer-forms .mktoFormRow {
    width: 49.5%;
}

.footer-forms .mktoForm .mktoFormCol {
    float: none;
    width: 100%;
}

.footer-forms button.mktoButton:hover {
    background: #ffffff !important;
    color: #0025c9 !important;
}

.footer-forms .mktoFormRow input#FirstName {
    margin-left: -4px;
}

.footer-forms button.mktoButton:hover {
    border: 1px solid #0025C9 !important;
}

.footer-forms button.mktoButton {
    background-color: #0025c9 !important;
    color: #ffffff;
    width: 153px;
    height: 50px;
    border-radius: 7px;
    margin-top: 15px;
    background-image: none !important;
    border: 1px solid #0025C9 !important;
}

.footer-forms .mktoForm .mktoClear {
    clear: none;
}

.footer-forms .mktoButtonRow {
    width: 100%;
}

.footer-forms span.mktoButtonWrap.mktoRound {
    font-size: 18px;
    margin-left: 0px !important;
}

@media screen and (max-width:767px) {
    div.footer-bottom ul {
        text-align: center;
    }
    .footer-top .footer-link-block {
        padding-bottom: 10px;
        padding-top: 15px;
        position: relative;
    }
    .footer-top .footer-link-block::after {
        content: '';
        display: block;
        width: calc(100% - 30px);
        position: absolute;
        bottom: 0;
        left: 15px;
        height: 1px;
        background: #ccc;
    }
    .footer-bottom .col-sm-12 {
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .banner-inrwrap img {
        min-height: 500px;
        object-fit: cover;
    }
    .footer-forms .mktoFormRow:nth-child(4),
    .footer-forms #mkt-captcha-2,
    .footer-forms .mktoFormRow input#FirstName,
    .footer-forms fieldset.mktoFormCol {
        margin-left: 0px !important;
    }
    .footer-forms .intl-tel-input {
        width: 97%;
    }
    .footer-forms .mktoForm .mktoOffset,
    .footer-forms .mktoForm .mktoGutter {
        float: none;
    }
}

@media (max-width: 480px) {
    .footer-forms .intl-tel-input {
        width: 100%;
    }
    .footer-forms .mktoFormRow,
    .footer-forms .mktoForm .mktoFieldWrap textarea,
    .footer-forms .mktoForm .mktoFieldWrap input {
        width: 100% !important;
    }
    .footer-forms .mktoForm input.mktoField.mktoInvalid {
        margin-bottom: 0px !important;
    }
    .footer-forms .mktoForm .mktoFieldWrap .error {
        margin-bottom: 10px;
    }
    .footer-forms .mktoFormRow:nth-child(4) {
        margin-bottom: 10px !important;
    }
    .footer-forms .mktoFormRow input#FirstName {
        margin-left: 0px;
    }
}

.footer-top-nav ul.menu.nav {
    display: block;
    padding: 0;
    margin: 0;
}

.footer-top-nav ul.menu li {
    display: block;
    padding: 0 0 5px 0;
}

.footer-top-nav ul.menu li a {
    color: #2a2a2a;
    font-size: 14px;
    display: block;
}

.footer-top-nav ul.menu li:first-child a,
.footer-top-nav ul.menu li:first-child span {
    font-family: 'Helvetica-Bold';
    text-transform: uppercase;
    font-size: 14px;
}

.footer-bottom {
    font-size: 13px;
    text-align: center;
}

.footer-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: left;
}

.footer-bottom ul li {
    display: inline-block;
    padding: 0 10px 0 0
}

.footer-bottom ul li a {
    color: #ffffff;
}


/*global match footer css */

.location-change-block .global-location {
    color: #ffffff;
}

footer .footer-top {
    background: #202430;
    color: #fff;
}

footer .footer-top .footer-top-nav a:link,
footer .footer-top .footer-top-nav a:visited {
    color: #fff;
}

footer .footer-top .footer_logo a {
    display: inline-block;
    background: url(/themes/custom/cloud4c/images/revamp/cloud4c-logo-white.webp) no-repeat;
    background-size: 100%;
    width: 209px;
    height: 58px;
}

footer .footer-top .footer_logo a img {
    display: none;
}

footer .bg-blue.footer-bottom {
    background: #14161E;
    padding: 24px 0px;
}


/* style.css end */


/*lazy load img*/

.lazyviewport img {
    display: none;
}


/* home page or banner image*/

.slider-img-lazy {
    display: none;
}

.cloud4c-new-page .show_desktop {
    display: block!important;
}

.cloud4c-new-page .show_mobile {
    display: none!important;
}

@media screen and (max-width: 991px) {
    .cloud4c-new-page .show_desktop {
        display: none!important;
    }
    .cloud4c-new-page .show_mobile {
        display: block!important;
    }
}


/* industry specifc for section with logo  start*/

.cloud4c-new-page .client-section hr {
    float: none;
    margin: 20px auto;
    max-width: 971px;
    width: 100%;
    border-color: #c4c4c4;
}

.cloud4c-new-page .client-section .client-section--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cloud4c-new-page .client-section .client-section--title {
    font-size: 25px;
    font-weight: 700;
    margin-right: 0;
    padding-bottom: 0;
}

.cloud4c-new-page .client-section .client-section--images {
    display: flex;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.cloud4c-new-page .client-section .client-section--images::-webkit-scrollbar {
    width: 10px;
    height: 2px;
    margin-top: 10px;
}

.cloud4c-new-page .client-section .client-section--images::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cloud4c-new-page .client-section .client-section--images::-webkit-scrollbar-thumb {
    background: #b4b4b4;
    width: 50px;
}

.cloud4c-new-page .client-section .client-section--images::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.cloud4c-new-page .client-section .client-section--images img {
    height: 100%;
    margin-right: 20px;
}

@media only screen and (max-width: 768px) {
    .cloud4c-new-page .client-section .client-section--title {
        margin-bottom: 20px;
    }
    .cloud4c-new-page .client-section .client-section--item {
        display: block;
    }
}


/* industry specifc for section with logo  end*/

.cloud4c-new-page .content-single-blog {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.cloud4c-new-page .box-8,
.cloud4c-new-page .customer-success,
.cloud4c-new-page .margin-wrap-minus {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 991px) {
    .cloud4c-new-page .box-8,
    .cloud4c-new-page .customer-success,
    .cloud4c-new-page .margin-wrap-minus {
        margin-left: 0px;
        margin-right: 0px;
    }
    .cloud4c-new-page .customer-success .position-relative>img {
        width: 100%;
    }
}

.cloud4c-new-page .insight-box {
    position: relative;
}

@media (max-width: 992px) {
    .cloud4c-new-page .box-8 .col-lg-5 {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .cloud4c-new-page .box-8 .col-lg-5 {
        margin-top: 15px;
    }
}

.cloud4c-new-page .alternate-div {
    width: 100%;
    position: relative;
    height: 231px;
}

.cloud4c-new-page img.backside-image {
    width: 100%;
}

.cloud4c-new-page p.blog-head {
    font-size: 14px;
    font-weight: 700;
    /*line-height: 27px;*/
    letter-spacing: 0em;
    text-align: left;
    padding: 20px 0px;
}

.cloud4c-new-page .card-head {
    width: 50%;
    font-weight: 400;
    font-size: 13px;
    line-height: 27px;
}

.cloud4c-new-page p.date-card {
    text-align: right;
}

.cloud4c-new-page p.blog-tilte {
    text-decoration: underline;
}

.cloud4c-new-page a.linkblog {
    padding: 10px;
    width: 50px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.cloud4c-new-page a.linkblog img {
    transform: rotate(180deg);
}

.cloud4c-new-page .bottom-arr {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: -36px;
    z-index: 1;
    cursor: pointer;
}

.cloud4c-new-page .bottom-arr.next-arrow img {
    transform: rotate(180deg);
}

.cloud4c-new-page .bottom-arr.prev-arrow {
    right: 50px;
}

@media (max-width: 992px) {
    .cloud4c-new-page .bottom-arr.prev-arrow {
        right: 64px;
    }
}

@media (max-width: 992px) {
    .cloud4c-new-page .bottom-arr {
        right: 14px;
    }
}

.cloud4c-new-page .slider-success h4 {
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.68;
    letter-spacing: normal;
}

.cloud4c-new-page .dots-slider ul.slick-dots {
    justify-content: center!important;
    margin: 50px 0px 0px!important;
}

.cloud4c-new-page .dots-slider .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 16px 0 0!important;
    background-color: transparent!important;
    border: 1px solid #001acb;
}

.cloud4c-new-page .slick-dots li.slick-active {
    background-color: #001acb !important;
}

.cloud4c-new-page .border-lefts {
    border-left: 1px solid #2D45EE;
}

.cloud4c-new-page .border-lefts p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

@media (max-width: 768px) {
    .cloud4c-new-page .promise img {
        max-width: 100px;
    }
    .cloud4c-new-page .promise {
        min-height: 350px;
    }
}

@media (max-width: 575px) {
    .cloud4c-new-page .promise {
        min-height: 560px;
    }
}

@media (max-width: 400px) {
    .cloud4c-new-page .promise {
        min-height: 580px;
    }
}

.cloud4c-new-page .slider-promise .bottom-arr {
    bottom: inherit;
    top: -50px;
}

@media (max-width: 992px) {
    .cloud4c-new-page .slider-promise .bottom-arr {
        right: 0px;
    }
    .cloud4c-new-page .slider-promise .bottom-arr.prev-arrow {
        right: 50px;
    }
}

.cloud4c-new-page ul.right-img-blck li {
    padding-left: 28px;
    position: relative;
    line-height: 33px;
}

.cloud4c-new-page ul.right-img-blck li:before {
    content: '';
    position: absolute;
    background-image: url(/themes/custom/cloud4c/images/revamp/home/arrow-right-circle.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    top: 9px;
    left: 0px;
    width: 15px;
    height: 15px;
}

.cloud4c-new-page .maintext-map {
    max-width: 70%;
    margin: 0px auto;
}

@media (max-width: 800px) {
    .cloud4c-new-page .maintext-map {
        max-width: 80%;
    }
}

@media (max-width: 800px) {
    .cloud4c-new-page .maintext-map {
        max-width: 100%;
    }
    .maintext-map .border-left {
        border: 0px;
    }
}

@media (min-width: 768px) {
    .cloud4c-new-page .promise-btn {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
}

@media (max-width: 1055px) {
    .cloud4c-new-page .content-customer {
        margin-left: 0px;
    }
}

.cloud4c-new-page .mapwrap-tooltip {
    position: relative;
}

.cloud4c-new-page .comon-logo-wrap {
    display: none;
    position: absolute;
    width: 160px;
    top: -95px;
    left: -5px;
    z-index: 1;
    border-radius: 8px;
    align-items: center;
}

.cloud4c-new-page .comon-logo-wrap img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.cloud4c-new-page .comon-logo-wrap h6 {
    border-top: 1px solid #ececec;
}

.cloud4c-new-page .comon-logo-wrap:after {
    display: block;
    float: right;
    margin-top: 0.25em;
    border-color: transparent;
    border-top-color: #fff;
    border-style: solid;
    border-width: 10px 6px 0;
    width: 0;
    height: 0;
    position: absolute;
    line-height: 0;
    content: '';
    left: 10px;
    bottom: -10px;
}

.cloud4c-new-page li.comms {
    position: absolute;
}

.cloud4c-new-page li.comms.one {
    top: 107px;
    left: 539px;
}

.cloud4c-new-page li.comms.two {
    top: 207px;
    left: 660px;
}

.cloud4c-new-page li.comms.three {
    top: 203px;
    left: 698px;
}

.cloud4c-new-page li.comms.four {
    top: 232px;
    left: 682px;
}

.cloud4c-new-page li.comms.five {
    right: 355px;
    bottom: 253px;
}

.cloud4c-new-page li.comms.six {
    right: 292px;
    bottom: 195px;
}

.cloud4c-new-page li.comms.seven {
    right: 283px;
    bottom: 167px;
}

.cloud4c-new-page li.comms.eight {
    right: 262px;
    bottom: 189px;
}

.cloud4c-new-page li.comms.nine {
    right: 189px;
    bottom: 97px;
}

@media screen and (min-device-width: 992px) and (max-device-width: 1150px) and (orientation: portrait) {
    .cloud4c-new-page li.comms.one {
        top: 99px;
        left: 448px;
    }
    .cloud4c-new-page li.comms.two {
        top: 207px;
        left: 560px;
    }
    .cloud4c-new-page li.comms.three {
        top: 203px;
        left: 598px;
    }
    .cloud4c-new-page li.comms.four {
        top: 232px;
        left: 582px;
    }
    .cloud4c-new-page li.comms.five {
        right: 255px;
        bottom: 253px;
    }
    .cloud4c-new-page li.comms.six {
        right: 192px;
        bottom: 195px;
    }
    .cloud4c-new-page li.comms.seven {
        right: 183px;
        bottom: 167px;
    }
    .cloud4c-new-page li.comms.eight {
        right: 162px;
        bottom: 189px;
    }
    .cloud4c-new-page li.comms.nine {
        right: 125px;
        bottom: 97px;
    }
}

.cloud4c-new-page li.comms.two .comon-logo-wrap {
    top: -112px;
}

.cloud4c-new-page li.comms.three .comon-logo-wrap {
    top: -95px;
}

.cloud4c-new-page li.comms.four .comon-logo-wrap {
    top: -120px;
}

.cloud4c-new-page li.comms.five .comon-logo-wrap {
    top: -95px;
}

.cloud4c-new-page li.comms.six .comon-logo-wrap {
    top: -95px;
}

.cloud4c-new-page li.comms.seven .comon-logo-wrap {
    top: -95px;
}

.cloud4c-new-page li.comms.eight .comon-logo-wrap {
    top: -95px
}

.cloud4c-new-page li.comms.nine .comon-logo-wrap {
    top: -95px;
}

.cloud4c-new-page .blck-client {
    padding: 30px;
    margin: 50px 0px 0px;
    border-radius: 10px;
}

.cloud4c-new-page img.award-img {
    width: 120px;
}

.cloud4c-new-page img.award-img.best-tec {
    width: 50px;
}

.cloud4c-new-page .blck-client.client-section .client-section--images img {
    margin-right: 10px;
}

img.map-icon {
    cursor: pointer;
}

.cloud4c-new-page .img-word,
.cloud4c-new-page .news-video {
    cursor: pointer;
    position: relative;
}

.cloud4c-new-page .text-grey {
    color: #adadad !important;
}

.cloud4c-new-page .limitless {
    display: flex;
    width: auto;
    flex-direction: column;
    min-height: 300px;
    justify-content: center;
    max-width: 80%;
    align-items: center;
    margin: 0px auto;
}

.cloud4c-new-page .border-bottoms:after {
    content: '';
    border-bottom: 1px solid #dee2e6!important;
    width: 239px;
    height: 1px;
    display: block;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%);
}

.cloud4c-new-page.breadcrumb-home div#block-cloud4cbreadcrumb {
    display: none!important;
}

.cloud4c-new-page .slider-holder .media-wrap img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

@media (max-width: 991px) {
    .cloud4c-new-page .slider-holder .media-wrap img {
        height: 100vh;
        object-fit: cover;
    }
}

.cloud4c-new-page .row.banne-slide {
    width: 85%;
    margin: 0px;
}

.cloud4c-new-page .tab-banner-home.dots-slider ul.slick-dots,
.cloud4c-new-page .three-card-home.dots-slider ul.slick-dots {
    margin: 0px!important;
}

.cloud4c-new-page .banne-slide .link-btn:after {
    background-size: 17px;
}

.cloud4c-new-page .banne-slide .bg-blue.brd-radius:hover {
    background-color: #091775;
}

@media (max-width: 500px) {
    .tab-banner-home {
        margin-top: 25px!important;
    }
    a.link-btn.width-align {
        width: 60px;
    }
    .cloud4c-new-page .link-btn.fb:after {
        top: 15%;
    }
    .cloud4c-new-page .link-btn.log-trans {
        width: 80%;
    }
    .cloud4c-new-page .link-btn.log-trans:after {
        top: 29%;
        right: -18px;
    }
    .cloud4c-new-page .tab-banner-home .brd-radius {
        padding: 0px 15px;
        margin-bottom: 20px!important;
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:730px) {
    .main-wrap-case {
        width: 72%;
    }
}

@media (max-width:480px) {
    div.burger,
    div.close-menu {
        right: 15px;
    }
}

.dark-grey {
    color: #565656!important;
}

.sky-blue {
    background-color: #EBF0F3!important;
}

@media (max-width:1920px) and (min-width:768px) {
    .sky-voilet {
        background-color: rgba(0, 37, 201, 0.05);
    }
    .border-bottom-text {
        border-bottom: 1px solid rgba(0, 37, 201, 0.15);
    }
    .border-right-text {
        border-right: 1px solid rgba(0, 37, 201, 0.15);
    }
    p.text-box {
        padding: 10px 13px 10px 20px!important;
    }
}

.cloud4c-new-page .patch-border-bottom-blue {
    border-bottom: 3px solid #0025C9;
    border-left: 1px solid rgba(0, 37, 201, 0.25);
    border-right: 1px solid rgba(0, 37, 201, 0.25);
    border-top: 1px solid rgba(0, 37, 201, 0.25);
}

.cloud4c-new-page .patch-border-bottom-blk {
    border-bottom: 3px solid #000000;
    border-left: 1px solid rgba(0, 37, 201, 0.25);
    border-right: 1px solid rgba(0, 37, 201, 0.25);
    border-top: 1px solid rgba(0, 37, 201, 0.25);
}

@media only screen and (max-width: 840px) {
    .grid-col-5 .grid-item .global-card {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .infy-m-auto {
        margin: 0 auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .cloud4c-new-page .infy-mid-sec-con p {
        padding: 15px !important;
        padding-bottom: 15px !important;
    }
}

.cloud4c-new-page .infy-mid-sec-con {
    height: auto;
    margin: 0 auto;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.cloud4c-new-page .infy-mid-sec-con p {
    padding: 30px;
    padding-bottom: 30px !important;
}

@media only screen and (max-width: 991px) {
    .cloud4c-new-page .infy-mid-sec-con p {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .cloud4c-new-page .infy-mid-sec-con {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .mt20 {
        margin-top: 20px;
    }
}


/* events css file css copied  */


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.fullWidthContainer {
    padding: 0px !important;
    margin: 0px auto !important;
    overflow: hidden;
}


/*Modal*/

.ui-dialog .ui-dialog-content {
    padding: 0px !important;
}

.ui-dialog .ui-dialog-content video {
    width: 100%;
    height: 100%;
    float: left;
}

.vdi-model .icon_box {
    position: relative;
}

.vdi-model .icon_box .icon_box_details {
    background: url("/themes/custom/cloud4c/cloud4c_new_images/vdi-model-bg.png") no-repeat;
    background-size: auto 100%;
    padding-left: 33px;
}

.vdi-model .icon_box .icon_box_details h3 {
    padding: 0px 16px 0px 30px;
    color: black;
    border-bottom: 2px solid #000;
    display: inline-block;
}

.vdi-model .icon_box .left-icon {
    position: absolute;
    left: 0;
    top: -10px;
}

.vdi-model .icon_box .left-icon img {
    height: 60px;
}