/* Colors */
.darkblue {
    color: #00214E;
}
.lightblue {
    color: #00648E;
}

/* Menu */
header#masthead {
    background-color: #02003000;
    /* backdrop-filter: blur(2px); */
    position: fixed;
    z-index: 20;
    width: 100%;
    transition: 0.6s ease-in-out;
}
header#masthead.scroll-header {
    box-shadow: 0px 4px 20px 0px rgb(21 32 70 / 7%);
    background-color: #ffffffde;
    backdrop-filter: blur(5px);
}
.rcts-header-container {
    padding-bottom: 30px;
    padding-top: 45px;
}
.scroll-logo {
    display: none;
    transition: 0.6s ease-in-out;
}
header#masthead.scroll-header .main-logo {
    display: none;
}
header#masthead.scroll-header .scroll-logo {
    display: block;
}
.rcts-menu-wrapper.menu-wrapper ul li a {
    transition: 0.6s ease-in-out;
}
.scroll-header .rcts-menu-wrapper.menu-wrapper ul li a ,
.color-header .rcts-menu-wrapper.menu-wrapper ul li a {
    color: #349BB3;
}
.searchbar input.search-field {
    border-radius: 50px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    color: #5c5c5c;
    border: 1px solid #349bb3;
    height: 40px;
    z-index: 5;
    margin: 0;
    padding: 0 60px 0 20px;
    
    /* width: calc(100% + 10px); */
}
.searchbar input::placeholder {
    font-size: 16px;
    color: #5C5C5C;
}
.searchbar {
    position:  relative;
}
/* .searchbar input.search-submit {
    display: none;
} */
.searchbar:after {
    font: var(--fa-font-sharp-light);
    content: "\f002";
    position: absolute;
    right: 20px;
    display: block;
    font-size: 18px;
    top: 10px;
    color: #ffffff;
    z-index: 66;
    pointer-events: none;
}

.searchbar input.search-submit {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 50px;
    opacity: 0;
}

/*  Homepage */

/* .gallery-wrapper-inner {
    height: 85vh;
    margin-top: 15vh;
} */
.gallery-wrapper-inner img {
    object-fit: cover;
    height: 92%;
    width: 100%;
    /* border-radius: 30px; */
}
.home-banner-wrapper-inner {
    position: relative;
}
/* .home-banner-text-wrapper-outer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
} */

/* .post-type-archive-newsroom .home-banner-text-wrapper-outer {
    justify-content: center;
    height: calc(100% - 425px);
    flex-direction: column;
    padding-right: 15px;
    position: absolute;
    padding-left: 0;
    padding-top: 0;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: flex-start;
}  */
.home-banner-text-wrapper-outer {
    justify-content: center;
    height: calc(100% - 185px);
    flex-direction: column;
    padding-right: 15px;
    position: absolute;
    padding-left: 0;
    padding-top: 0;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: flex-start;
}
.home-banner-text-wrapper-inner h1 {
    font-family: d-din din-bold;
    position: relative;
    line-height: 83px;
    color: #fff;
    font-weight: 600;
    font-size: 71px;
    margin-bottom: 0;
    max-width: 100%;
    margin-top: 35px;
    min-height: 170px;
}

.home-banner-button-inner-wrapper a.service-btn:last-child {
    margin-right: 0;
}
.rcts-our-services-row-wrapper .our-services-row {
    padding: 60px 0 0;
}
.rcts-our-expertise-row-wrapper .our-expertise-row {
    padding-top: 60px;
}
.vc_row.rcts-wpcontainer,
.rcts-wpcontainer {
    margin: 0 auto ;
    max-width: 1170px;
}
.service-item-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
     transition: 0.6s ease-in-out;
}
.our-services-wrapper a:hover .service-item-image{
    background: #323232;
}
.our-services-wrapper a:hover .service-item-image img {
    /* transform: scale(1.5); */
    opacity: 0.7;
}
.our-services-wrapper {
    margin: 60px 0!important;
}
.row.slider-services-wrapper {
    padding: 0 125px;
}

.service-item-image {
    height: 315px;
    overflow: hidden;
    border-radius: 30px;
}
.service-item-content {
    padding: 25px 15px ;
    display: block;
}
.rcts-heading * {
    line-height: 55px;
    font-size: 40px;
}
.service-item { 
    margin-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
}
/* .service-item-icon svg {
    height: 50px;
    width: 50px; 
}*/
.our-services-wrapper a {
    text-decoration: none;
}

.service-item-name p {
    font-family: 'D-DIN DIN-Bold';
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #3F8BE3;
    text-align: center;
    border: 1px solid #00819D;
    background-color: #fff;
    border-radius: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0;
}
/* .service-item-content-wrapper {
    height: 200px;
} */
/* .service-item-name {
    max-width: 188px;
}
.service-item.service-331 .service-item-icon svg {
    height: 75px;
    width: 75px;
} 
.service-item.service-329 .service-item-name {
    max-width: 205px;
}
.service-item.service-331 .service-item-name {
    max-width: 180px;
} */

.searchbar input.search-field::placeholder {
    font-size: 12px;
}
.rcts-our-services-row-wrapper .rcts-heading {
    padding-bottom: 20px;
    padding-top: 40px;
}
.rcts-our-expertise-row-wrapper .our-expertise-row .rcts-heading {
    padding-bottom: 60px;
}
.expertise-item-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.expertise-item-image {
    height: 300px;
}
.expertise-item {
    position: relative;
}
.expertise-item-content-wrapper {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
}
.expertise-item-name p {
    font-family: 'D-DIN DIN-Bold';
    line-height: 40px;
    margin-bottom: 0;
    font-size: 33px;
    color: #fff;
}
.expertise-item-content {
    background-color: #339bb375;
    padding: 15px 60px;
    min-height: 100px;
    display: flex;
    align-items: center;
}
.expertise-item-name {
    max-width: 300px;
}
.our-expertises-wrapper .col-md-4 {
    padding: 0 4px;
}
.case-study-item-image {
    width: 320px;
    height: 320px;
    margin: 0 auto;
    border-radius: 30px;
    /* padding-top: 20px; */
}
.case-study-item-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 30px;
}
.case-study-item {
    /* background-color: #f6f5f5; */
    border: 1px solid #0090cd;
    border-radius: 30px;
    padding-top: 20px;
}
.case-study-item-content-wrapper {
    padding: 30px;
}
.case-study-item-name p {
    font-family: 'D-DIN DIN-Bold';
    line-height: 30px;
    color:#3F8BE3;
    font-size: 20px;
}
.case-study-item-text p {
    font-family: D-DIN Regular;
    line-height: 25px;
    color:#3F8BE3;
    font-size: 16px;
    margin-bottom: 25px;
}
.case-studies-row h2.ddin-bold {
    margin-bottom: 50px;
}
.case-study-item-link p {
    text-decoration-thickness: 1px;
    font-family: 'D-DIN DIN-Bold';
    text-decoration: underline;
    text-underline-offset: 4px;
    line-height: 25px;
    color: #3F8BE3;
    margin-bottom: 0;
    font-size: 16px;
}
.case-studies-row .rcts-heading {
    padding-bottom: 120px;
    padding-top: 0px;
}
.get-in-touch-row .gform_wrapper.gravity-theme .gform-body input, 
.get-in-touch-row .gform_wrapper.gravity-theme .gform-body textarea {
    outline: 0;
}
.case-studies-wrapper .col-md-4:first-child {
    margin-top: -100px;
}
.case-studies-wrapper .col-md-4:last-child {
    margin-top: 100px;
}
.case-studies-wrapper {
    padding-bottom: 25px;
}
.home-gallery-slider-wrapper ul button {
    background: #00214e99;
    height: 15px !important;
    width: 15px !important;
    padding: 0 !important;
    text-indent: -9999px;
    border-radius: 50%;
    border: 0;
}
.home-gallery-slider-wrapper ul.slick-dots li.slick-active button {
    background: #00214E;
}
.home-gallery-slider-wrapper ul.slick-dots li {
    margin: 0 4px;
    height: 15px;
    width: 15px;
}
.home-gallery-slider-wrapper ul.slick-dots {
    justify-content: flex-start;
    display: inline-flex;
    position: absolute;
    list-style: none;
    bottom: 60px;
    left: 150px;
    z-index: 2;
    padding: 0;
    margin: 0;
}
.rcts-our-services-row-wrapper {
    position: relative;
}
.our-services-top-left-graphics {
    position: absolute;
    top: 115px;
    left: 70px;
}
.our-services-top-right-graphics {
    position: absolute;
    width: 500px;
    right: 0;
    top: 0;
}
.our-services-top-right-graphics img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.our-services-top-right-graphics .vc_single_image-wrapper {
    height: 100%;
    width: 100%;
}
.our-services-top-right-graphics .wpb_wrapper {
    height: 100%;
    width: 100%;
}
.vc_row.our-services-bottom-center-graphics {
    position: absolute;
    margin: 0 auto;
    bottom: -75px;
    width: 120px;
    right: 0;
    left: 0;
}
.our-services-bottom-right-graphics {
    position: absolute;
    bottom: -80px;
    right: 135px;
}
.rcts-our-expertise-row-wrapper {
    position: relative;
}
.our-expertise-top-right-graphics {
    position: absolute;
    right: 135px;
    width: 120px;
    top: 100px;
}
.rcts-client-testimonial-row-wrapper {
    position: relative;
    margin-bottom: 80px;
}
.client-testimonials-row {
    padding: 40px 0;
}
.client-testimonial-top-left-graphics {
    position: absolute;
    width: 37px;
    left: 130px;
    top: 15px;
}
.client-testimonial-top-right-graphics {
    position: absolute;
    right: 135px;
    width: 120px;
    top: 140px;
}
/* .rcts-case-studies-row-wrapper {
    height: 1000px;
} */
/* .case-studies-row {
    position: relative;
    z-index: 10;
} */
.rcts-why-rogers-row-wrapper.vc_row {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
/* .why-rogers-row {
    padding-top: 150px;
} */
.why-rogers-row .rcts-heading {
    margin-bottom: 75px;
    margin-top: 55px;
}
.why-rogers-content-row .wpb_text_column {
    margin-top: 25px;
}
.why-rogers-content-row .wpb_single_image {
    margin-left: 45px;
}
.our-partners-row {
    padding-bottom: 50px;
    padding-top: 60px;
}
.newsletter-row {
    padding-top: 10px;
}

.back-to-top-row {
    position: relative;
    min-height: 165px;
}
.back-to-top-row > .vc_column_container {
    align-items: flex-end;
    min-height: 165px;
    display: flex;
    width: 100%;
}
.back-to-top-row img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.back-to-top-row .vc_single_image-wrapper {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.back-to-top-row .back-to-top-arrow .wpb_wrapper {
    height: 100%;
    width: 100px;
    margin: 0;
}
.back-to-top-row .back-to-top-title .wpb_wrapper {
    margin: 0 auto;
    height: 100%;
    width: 250px;
}
.back-to-top-arrow.vc_column_container {
    position: absolute;
    width: 100px;
    right: 30px;
    z-index: 10;
}
.client-testimonials-row .rcts-heading {
    margin-bottom: 20px;
}
.testimonial-item {
    background-color: #FFFFFF;
    padding: 60px 30px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 3px 30px #00000029;
}
.testimonial-item-quotes img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.testimonial-item-quotes {
    margin-bottom: 15px;
    width: 60px;
}
.testimonial-item-title {
    margin-bottom: 15px;
}
.testimonial-item-title p {
    font-family: D-DIN DIN-Italic;
    line-height: 24px;
    color:#3F8BE3;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
}
.testimonial-item-text {
    margin-bottom: 20px;
    position: relative;
}
.testimonial-item-text p {
    font-family: D-DIN Regular;
    line-height: 18px;
    color: #3F8BE3;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
}
.testimonial-item-client {
    margin-bottom: 15px;
}
.testimonial-item-client p {
    font-family: D-DIN Regular;
    line-height: 18px;
    color:#3F8BE3;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
}
.testimonial-item-logo img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.testimonial-item-logo {
    width: 230px;
    height: 90px;
    padding-left: 0px;
}
/* .testimonial-item-logo {
    display: none;
} */
.testimonial-wrapper .slick-slide {
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}
.testimonial-wrapper .slick-slide.slick-current.slick-center {
    transform: scale(1.1);
}
.testimonial-row-wrapper {
    margin-bottom: -175px;
    position: relative;
    z-index: 10;
}
.testimonial-wrapper .slick-slide .testimonial-item .testimonial-item-content {
    opacity: 0.5;
}
.testimonial-wrapper .slick-slide.slick-current.slick-center .testimonial-item .testimonial-item-content {
    opacity: 1;
}
.testimonial-item-text, 
.testimonial-item-client {
    padding-left: 15px;
}
.testimonial-item-text:before {
    background-color: #3EF5DF;
    position: absolute;
    height: 105px;
    width: 1.5px;
    content: '';
    top: 10px;
    left: 0;
}
.case-study-item-link a {
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
    color: #3F8BE3;
    display: flex;
}
.case-study-item-link i {
    font-size: 35px;
    height: 35px;
    width: 35px;
}

/* Page Banner with Icon*/
.page-icon-banner-wrapper-inner {
    position: relative;
}
.single-service-banner  .page-icon-banner-text-wrapper-outer {
    justify-content: flex-start;
    height:100%;
    flex-direction: column;
    padding-right: 15px;
    position: absolute;
    padding-left: 15px;
    padding-top: 140px;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.page-icon-banner-text-wrapper-inner h1 {
    font-family: 'D-DIN DIN-Bold';
    line-height: 85px;
    color: #fff;
    font-weight: 600;
    font-size: 60px;
    position: absolute;
    top: 52%;
    left: 0;
}
.page-icon-banner-image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.page-icon-banner-text-wrapper-inner {
    align-items: flex-start;
    display: flex;
}
.page-icon.right {
    margin-left: 25px;
}
.page-icon svg {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.page-icon {
    width: 100px;
}
.home-banner-text-slider-wrapper.slick-slider {
    position: absolute;
    display: flex;
    width: 450px;
    left: 280px;
    bottom: 0;
}
.home-banner-text-slider-wrapper p {
    font-family: 'D-DIN DIN-Bold';
    margin-bottom: 0;
    width: 450px;
}
.home-banner-text-slider-wrapper a {
    text-decoration: none;
    color: #FFFFFF;
}

 /* homepage Partners */
    .partner-logo-wrapper {
        padding: 0 10px;
    }
.our-partners-logo {
    max-width: 80%;
    position: relative;
    margin: 0 auto;
}
.our-partners-row-wrapper .partner-logo-img {
    height: 180px;
    width: 255px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 20px 0;
    cursor: pointer;
    border: 1px solid #0050C8;
    border-radius: 30px;
}
.our-partners-row-wrapper .partner-logo-img img {
transition: 0.6s ease-in-out;
}
/* .our-partners-row-wrapper .partner-logo-img:hover img {
    transform: scale(0.75);

} */
.our-partners-row-wrapper .partner-logo-img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}
.our-partners-row-wrapper {
    margin-top: 30px;
}
.our-partners-logo button.slick-next.pull-right.slick-arrow {
    right: -50px;
    border: none;
    display: block;
    width: auto;
    background: none;
    position: absolute;
    font-size: 25px;
    top: 0;
    bottom: 0;
    transition: 0.3s ease-in-out;
     cursor: pointer;
}
.our-partners-row-wrapper , .capabilities-container{
    max-width: 100% !important;
     width: 100%;
    margin: 0 auto;
}

.our-partners-logo button.slick-next.pull-right.slick-arrow i{
    font-weight: 300;
}
.our-partners-logo button.slick-next.pull-right.slick-arrow:hover {
    color: #458d9b;
}
 /* homepage-get in touch */
 .get-in-touch-right-col {
    background: #ffffff;
    padding: 80px 0 0;
}
p.gform_required_legend {
    display: none;
}
div#gform_wrapper_2 {
    padding: 30px 100px 60px;
}
.get-in-touch-row textarea,
.get-in-touch-row  input[type=text],
.get-in-touch-row  input[type=email],
.get-in-touch-row  input[type=tel] {
    color: #228BA9;
    font-size: 18px !important;
    font-family: 'D-DIN Regular';
    font-weight: 700;
    background:#FFFFFF;
    border: none;
    padding: 15px !important;
}
.get-in-touch-row  input[type=text]::placeholder,
.get-in-touch-row  input[type=email]::placeholder,
.get-in-touch-row  input[type=tel]::placeholder {
    color: #228BA9;
}
.get-in-touch-row label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    font-family: 'D-DIN Regular';
    font-size: 16px;
    line-height: 14px;
    color: #FFFFFF;
}
div#gform_wrapper_2 h4 {
    color: #ffffff;
    font-size: 16px;
    font-family: D-DIN DIN-Bold;
     line-height: 20px;
}
div#gform_wrapper_2 p{
    color: #ffffff;
    font-size: 16px;
    font-family: 'D-DIN Regular';
     line-height: 20px;
      margin-bottom: 0;
}
.newsletter-row input[type=text],
.newsletter-row input[type=email]{
    color: #228BA9;
    font-size: 22px !important;
    font-family:'D-DIN Regular';
    font-weight: 700;
    background: #FFFFFF;
    border: none;
    text-align: center;
    padding: 20px 25px !important;
}
.newsletter-row input[type=text]::placeholder,
.newsletter-row input[type=email]::placeholder {
    color: #228BA9;
}
.newsletter-row #gform_submit_button_1 {
    background: white;
    color: #228BA9;
    font-family: D-DIN DIN-Bold;
    border: 1px solid #0D97DF;
    padding: 18px 25px !important;
    font-size: 22px;
    width: 100%;
}

.newsletter-form  legend.gfield_label.gform-field-label.gfield_label_before_complex{
    color: #0D97DF;
}
label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    color: #0D97DF;
}

.newsletter-row input#gform_submit_button_1:hover {
    background: #0a1658;
    color: #FFFFFF;
}
/* footer */
.get-in-touch-right-col input::placeholder {
    font-size: 15px;
}
.rcts-footer-container {
    padding: 60px 0 15px;
    background: linear-gradient(261.49deg,#008BDA 6.81%,#57D4FC 60.56%);
}
.rcts-footer-container .footer-info {
    display: flex;
    justify-content: flex-end;
}

.footer-info a {
    color: #FFFFFF;
    text-decoration: none;
}
 .footer-info a {
    padding-right:14px;
    font-size: 18px;
    font-family: 'D-DIN Regular';
    line-height: 20px;
} 
.footer-info a:hover {
   color:#002C6E;
}
.footer-info a.address {
    padding-right: 75px;
}
.footer-copuright {
    padding: 0 0 50px;
    background: linear-gradient(261.49deg,#008BDA 6.81%,#57D4FC 60.56%);
}
p.reserved {
    margin-bottom: 0;
    text-align: right;
    font-family: 'D-DIN Regular';
    color: #fff;
    font-size: 15px;
}
.footer-info.row .col-md-6:first-child a:not(:last-child):after {
    content: '';
    position: absolute;
    height: 21px;
    width: 1px;
    display: block;
    background: #FFFFFF;
    bottom: 0;
    right: 7px;
}
.footer-info.row .col-md-6:first-child a {
    position: relative;
}
.footer-line {
    height: 2px;
    background-color: #ffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
    ;
}
.footer-logo {
    /* width: 100%; */
    text-align: center;
}
 /* about us */
.our-purpose-inner{
    min-height: 500px;
    display: flex;
    width: 100%;
    align-items: center;
}
.our-purpose-main{
    margin-bottom: 100px;
}
.commitment-innovation p {
    font-family: 'D-DIN Regular';
    font-size: 18px;
    color: #334A51;
    line-height: 25px;
}
.commitment-innovation {
    padding-bottom: 60px;
}
.rcts-single-service-banner .page-icon-banner-image-wrapper {
    height: 60vh;
}
.service-icon-container {
    width: 100px;
    height: 100px;
}
.service-icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.services-main-wrapper-container p.bold {
    font-size: 16px;
    font-family: 'D-DIN DIN-Bold';
    margin-bottom: 0;
}
.services-main-wrapper-container .service-description p {
    margin-bottom: 0;
}
.services-main-wrapper-container .service-description ul {
    text-align: left;
    font-size: 16px;
    font-family: 'D-DIN Regular';
    margin-bottom: 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.our-services-content.alternate .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: row-reverse;
}
.our-services-content.alternate .wpb_single_image.wpb_content_element.vc_align_left {
    width: 35%;  
}
.our-services-content.alternate .vc_column-inner .wpb_wrapper > .rcts-content-wrapper {
    width: 60%;
    padding-left: 75px;
}

/* .rcts-service-block-section {
    padding-top: 20px;
} */
.service-block-wrapper {
    max-width: 85%;
}
/* .single-service-block-wrapper {
    margin-bottom: 130px;
} */
/* .single-service-block-wrapper .service-block-wrapper h2 {
    color: #002c6e;
    font-size: 30px;
    padding: 50px 0 30px;
    font-family: 'D-DIN DIN-Bold';
    margin-bottom: 0;
    text-align: center;
    
.service-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.6s ease-in-out;
}
/* .service-image-wrapper:hover img{
     transform: scale(1.1);
} */
.single-service-block-wrapper  .service-content p {
    color: #231F20;
    font-family: 'D-DIN Regular';
    line-height: 25px;
    margin: 5px;
    font-size: 18px;
}
/* .single-service-block-wrapper .row.right {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
} */
/* .single-service-block-wrapper .row.left {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
} */
.service-text-list .service-content ul li{
    position: relative;
    padding-left: 15px;
    margin: 10px auto;
    color: #231f20;
    font-family: d-din regular;
    line-height: 25px;
    font-size: 16px;
}
.service-text-list .service-content ul li:before {
    content: '';
    background-image: url('/wp-content/uploads/2024/11/Vector-1.png');
    position: absolute;
    left: -20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
}
.service-text-list .service-content ul {
     list-style-type: none;
}
.left .service-image-wrapper {
    width: 500px !important;
    right: 0px;
    position: relative;
}

.services-col-img .left .service-image-wrapper {
    width: 500px;
    height: 500px;
    right: 0px;
}

.expert-image-wrapper {
    width: 100%;
    height: 100%;
}

.expert-image-wrapper img {
    width: 100%;
    height: 100%;
     object-fit: cover;
}
/* .rcts-service-block-section {
    margin-bottom: 100px !important;
} */
.single-expert-block-wrapper.ask-our-experts-rcts {
    max-width: 80%;
    margin: 0 auto;
}
.single-expert-block-wrapper h2 {
    padding: 20px 30px;
    background: #3598B3;
    width: 40%;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-size: 20px;
}
.expert-block-wrapper .intro-text {
    max-width: 60%;
    padding-left: 15px;
}
.expert-block-wrapper .intro-text p {
    color: #231F20;
    font-family: D-DIN Regular;
    line-height: 22px;
    margin: 5px;
}
.expert-block-wrapper .name-title p ,
.expert-block-wrapper .contact p {
    color: #231F20;
    font-family: D-DIN DIN-Bold;
    line-height: 22px;
    margin: 5px;
     font-weight: 700;
}
.expert-block-wrapper .contact p>a  {
    color: #231F20;
    font-family: D-DIN Regular;
    text-decoration: none !important;
}
.expert-block-wrapper .contact p>a:hover {
    color: #218BA9;
    text-decoration: underline !important;
}

.video-container iframe {
    width: 100%;
    height: 100vh;
}
.enterprise-insfractructure-expert {
    padding: 150px 0;
}
.rcts-intro p {
    text-align: center;
    color: #231F20;
    font-family: 'D-DIN Regular';
    line-height: 25px;
    margin: 5px;
    font-size: 18px;
}
/* .digital-solution-copl > .vc_column-inner > .wpb_wrapper{
    margin-top: 130px;
} */
.rcts-intro {
    margin: 80px auto 120px;
    max-width: 75%;
}
.single-service-block-wrapper.service-text-list.server-storage-top {
    position: relative;
}
.laptop-img > .wpb_wrapper > .vc_single_image-wrapper.vc_box_border_grey > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.laptop-img > .wpb_wrapper > .vc_single_image-wrapper.vc_box_border_grey{
    width: 500px;
    padding-top: 0;
    height: 500px;
}

.service-image-wrapper > .wpb_wrapper > .vc_single_image-wrapper.vc_box_border_grey > img{
    height: 100%;
    object-fit: cover;
    transition: .6s ease-in-out;
    box-shadow: 0 3px 15px #00000017;
    border-radius: 30px;
}


.service-image-wrapper.laptop.wpb_column.vc_column_container.vc_col-sm-6{
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}

.tech-section .service-image-wrapper {
    max-width: 90%;
    /* margin: 0 0 0 auto; */
    height: 100%;
}
/* .tech-page-banner.single-service-banner {
    margin-bottom: 150px;
} */
.server-storage-bottom .left .service-block-wrapper {
    text-align: right;
}
/* .server-storage-bottom .service-text-list {
    padding-bottom: 50px;
}  */
/* .it-source .service-image-wrapper {
    width: 80%;
    margin: 0 auto;
} */
.single-service-block-wrapper.service-text-list.server.local-connect {
    position: relative;
    /* margin-bottom: 300px; */
}

.single-service-block-wrapper .service-content p {
    color: #231F20;
    font-family: 'D-DIN Regular';
    line-height: 25px;
    margin: 5px;
    font-size: 16px;
}
.video-wrapper-container {
    margin-bottom: 50px;
}
.smart-agile .service-image-wrapper {
    height: 500px;
    left: inherit;
    position: relative;
}
.single-service-block-wrapper.service-text-list.smart-agile {
    /* margin: 50px auto 103px; */
    display: flex;
    height: 100%;
}
/* .aerial-connectivity .service-image-wrapper {
    max-width: 90%;
    right: 50px;
} */
/* .single-service-block-wrapper.aerial-connectivity {
    padding-top: 200px;
} */
.transcr-ai .service-image-wrapper {
    width: calc( 100% + 100px);
    right: 15px;
    position: relative;
     z-index: -1;
}
.oriyel .service-image-wrapper {
    max-width: 100%;
    width: 100%;
}
/* .single-service-block-wrapper.oriyel{
    padding-top: 60px;
}  */
.turbo-boost .service-image-wrapper {
    max-width: 500px;
    right: 0;
}
.single-service-block-wrapper.service-text-list.data-driven {
    padding: 30px 0;
}
.rpa-expert {
    position: relative;
    padding: 100px 0;
}

/* .service-image-wrapper {
    width: 500px;
    padding-top: 0;
    height: 500px;
} */

/* .service-image-wrapper img {
    width: 500px;
} */

/* .col-md-6.services-col-img {
    display: flex;
    justify-content: flex-end;
    height: 500px;
    flex-direction: column;
} */
.rpa-expert:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/wp-content/uploads/2023/07/Asset-1@2x-1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -45%;
    max-width: 80%;
}
.expert-block-wrapper .name-title, .expert-block-wrapper .contact {
    padding-left: 15px;
}
.erp-single-banner .page-icon-banner-image-wrapper {
    height: auto;
    max-width: 60%;
    margin: 0 auto;
}
.erp-single-banner {
    position: relative;
     padding: 60px 0;
}

/* .erp-single-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/wp-content/uploads/2023/07/Asset-1@2x-1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 130px;
    right: -20%;
    max-width: 50%;
} */
.service-content h3 {
    color: #000000;
    padding: 20px 0;
    font-family: 'D-DIN DIN-Bold';
    margin-bottom: 0;
    font-size: 25px;
}
.digital-expert {
    padding: 60px 0;
}
.mpa .service-image-wrapper {
    width: 100%;
    right: 0;
}
.row.team-row:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}
/* .row.team-row{
    padding: 50px 0;
} */

.home-banner-button-inner-wrapper a {
    margin-right: 15px;
}

.team-quote {
    color: #40B4E6;
    font-size: 22px;
    font-weight: bold;
    max-width: 350px;
    font-family: 'D-DIN DIN-Italic'!important;
}
.row.team-row:nth-child(even) {
    text-align: left;
}
.row.team-row:nth-child(odd) {
    text-align: center;
}
.row.team-row:first-child .team-title-wrapper,
.row.team-row:first-child .team-job-title,
.row.team-row:first-child .team-contact-url{
    text-align: center;
}
.kpi-container .card-col {
    flex: 0 0 auto;
    width: 33.33333333%;
    max-width: 33.333333%;
     padding: 0;
}

.row.team-row {
    padding-right: 15px;
    padding-left: 15px;
}
/* .row.team-row {
    border: 1px solid #40B4E6;
    border-radius: 30px;
} */

.wrapper-team {
    border: 1px solid #40B4E6;
    border-radius: 30px;
    /* margin-left: 40px; */
}
.team-contact-url {
    display: flex;
    justify-content: center;
}
.kpi-container .card-col .custom-card {
    padding: 30px;
     /* min-height: 300px; */
}
.kpi-container .card-col .custom-card h2 {
   font-size: 90px !important;
    line-height: 120px;
}
.kpi-container .card-col .custom-card h4, 
.kpi-container .card-col .custom-card h3 {
    font-size: 30px !important;
    line-height: 40px !important;
}
.vc_row.wpb_row.vc_row-fluid.about-team {
    margin-top: 200px;
}

/* Yaasine's css */

.empowering-businesses-wrapper-container {
    position: relative;
}

.hexagon-img img {
    position: absolute;
    left: 96%;
    width: 321px;
    top: -50px;
}

.collaborative-col.wpb_column {
    padding-bottom: 16%;
}

.rcts-heading i.fa-regular.fa-circle-check {    
    border-radius: 18px;
    background-color: #339BB3;
    color: #fff;
    font-size: 24px;
} 
/* .service-image-wrapper.aibot-img > .wpb_wrapper > .vc_single_image-wrapper {
    width: 500px;
} */

.secure-modern .service-image-wrapper {
    /* width: calc( 100% + 100px); */
    height: 100%;
    /* left: 150px;
    position: relative; */
}
.single-expert-block-wrapper.ask-our-experts-rcts.cloud-expert .row {
    display: flex;
    flex-direction: row-reverse;
}
.single-expert-block-wrapper.ask-our-experts-rcts.cloud-expert{
    padding-top:150px;
}
.enhanced-business .service-image-wrapper {
    /* width: calc( 100% + 100px); */
    height: 100%;
    /* left: 150px;
    position: relative;
    bottom: -200px; */
}
/* .trusted-data-centre {
    padding: 90px 0;
} */
.empower-business-cd {
    position: relative;
}
/* .empower-business-cd:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/wp-content/uploads/2023/07/Asset-1@2x-1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 100px;
    right: -20%;
    max-width: 39%;
} */
.empower-business-cd .service-block-wrapper h2 {
    /* max-width: 75%; */
    max-width: 100%;
}
.empower-business-cd .left .service-image-wrapper{
    right: 0;
}

/* banner -video */
.banner-video iframe {
    width: 100%;
    height: 89vh;
}
 /* capabilities */
 .rcts-capabilities-banner .page-icon-banner-image-wrapper {
    height: 60vh;
}
.rcts-capabilities-banner .page-icon-banner-text-wrapper-inner {
    position: relative;
}
.rcts-capabilities-banner  .page-icon-banner-text-wrapper-outer {
    justify-content: flex-start;
    height: 100%;
    flex-direction: column;
    padding-right: 15px;
    position: absolute;
    padding-left: 15px;
    padding-top: 140px;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.our-capabilities-partners-logo .partner-logo-img {
    height: 135px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 20px;
}

.our-capabilities-partners-logo .partner-logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.capabilities-container {
    margin: 0 auto;
     padding: 40px 0;
}
.our-capabilities-partners-logo {
    max-width: 80%;
    position: relative;
     margin: 0 auto;
}
.our-capabilities-partners-logo button.slick-next.pull-right.slick-arrow {
    right: -5%;
    border: none;
    display: block;
    width: auto;
    background: none;
    position: absolute;
    font-size: 25px;
    top: 0;
    bottom: 0;
    transition: 0.3s ease-in-out;
     cursor: pointer;
}
.our-capabilities-partners-row-wrapper , .capabilities-container{
    max-width: 100% !important;
     width: 100%;
    margin: 0 auto;
}

.our-capabilities-partners-logo button.slick-next.pull-right.slick-arrow i{
    font-weight: 300;
}
.our-capabilities-partners-logo button.slick-next.pull-right.slick-arrow:hover {
    color: #458d9b;
}
.vc_row.wpb_row.vc_row-fluid.our-new-courses-container {
    background-color: #cbcdcd80;
    padding: 80px 0;
    margin-bottom: 50px;
}
.container-col.container.course-main {
    max-width: 1170px;
    margin: 0 auto;
}
.our-courses-row-wrapper {
    padding: 60px 15px;

}
.course-wrapper {
    width: 250px;
    height: 250px;
   
    position: relative;
}
.course-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-courses-row-wrapper .content-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 20px 20px;
}
.course-wrapper .title p ,a .course-wrapper  .title p {
    font-family: 'D-DIN DIN-Bold';
    font-size: 25px;
    line-height: 30px;
     color:  #000000;
}
.course-wrapper .excerpt p ,a .course-wrapper .excerpt p {
    font-family: 'D-DIN DIN-Bold';
    font-size: 14px;
    line-height: 16px;
     color:  #000000;
}
.explor-more-button {
    text-align: center;
}

.explor-more-button a {
    background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;
    padding: 15px;
    font-family: 'D-DIN DIN-Bold';
    font-size: 18px;
    line-height: 22px;
     transition: 0.3s ease-in-out;
}
.explor-more-button a:hover {
    background-color: #448D9B;
    color: #FFFFFF;
  
}
/* INSIGHT */
.container.container-insight-text {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 0 50px;
}
/* ?menu */
.rcts-menu-wrapper.menu-wrapper ul li:hover a, .rcts-menu-wrapper.menu-wrapper ul li:focus a {
    color: #349BB3 !important;
}
.scroll-header .rcts-menu-wrapper.menu-wrapper ul li:hover a, .color-header .rcts-menu-wrapper.menu-wrapper ul li:hover a {
    color: #0a1658;

}
 .color-header{
    box-shadow: 0px 4px 20px 0px rgb(21 32 70 / 7%);
    background-color: #ffffffde !important;
    backdrop-filter: blur(5px);
    position: absolute;
    z-index: 20;
    right: 0;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
/* Single Insight  Case Study */
.single-newsroom-banner {
    height: 500px;
    margin-bottom: 60px;
}
.single-newsroom-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.single-newsroom-container h2.title {
    font-size: 50px;
    font-family: 'D-DIN DIN-Bold';
    line-height: 65px;
    color: #052b5f;
}
.single-newsroom-container .author-section {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
}
.single-newsroom-container .author-section .icon-wrapper {
    position: relative;
    /* margin-right: 20px; */
}
.single-newsroom-container .author-section .icon-wrapper img {
    max-width: 100%;
    height: 200px;
    border-radius: 50%;
}
.main-newsroom-content span.rt-reading-time {
    display: none !important;
}
.author-wrapper p {
    margin-bottom: 0;
    font-size: 18px;
    font-family: D-DIN Regular;
    margin: 0 auto;
    text-align: center;
}
.main-newsroom-content {
    margin-top: 40px;
    margin-bottom: 30px;
}
/* .icon-wrapper:after {
    content: '';
    background-image: url(/wp-content/uploads/2023/11/Group-165@2x.png);
    width: 45px;
    height: 48px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -5px;
    right: -28px;
} */
.container-col.insight-main-content p > strong {
    font-size: 18px;
    font-weight: 600;
    color: #052b5f;
}
.container-col.insight-main-content p,
.container-col.insight-main-content li {
    font-size: 16px;
    color: #6f6f6e;
    font-family: D-DIN Regular;
}

/* archive insight case studies */
 .archive-newsroom-container .container{
     max-width: 1170px;
 }
.newsroom-banner {
    height: 70vh;
}
.newsroom-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.trend-item-image {
    height: 280px;
}

.trend-item-image img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.trending-section {
    margin: 40px 0;
    /* padding: 30px; */
}
.trending-section .main-title h2 {
    color: #002C6E;
    font-size: 60px;
    font-family: 'D-DIN DIN-Bold';
    line-height: 110px;
    margin-bottom: 0;
}
.trend-item-content-wrapper {
    padding-left: 30px;
    max-width: 100%;
    padding-top: 0px;
}
.trend-item-name p {
    color: #fff;
    font-size: 30px;
    font-family: 'D-DIN DIN-Bold';
    line-height: 40px;
    margin-bottom: 0;
}

.trend-item-text p{
    color: #ffffff;
}
.trend-item-text {
    margin-top: 20px;
     /* min-height: 200px; */
}
.trend-item-text p{
    margin-bottom: 0;
    font-size: 18px;
    font-family: D-DIN Regular;
    color: #ffffff;
}
.trend-item-link {
    /* margin-top: 20px;
    text-align: left;
     margin-bottom: 10px; */
     text-align: right;
    /* margin-bottom: 70px; */
    padding-top: 30px;
}
.trend-item-link a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'D-DIN DIN-Bold';
    color: #FFFFFF;
    background-color: #008BDA;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    border-radius: 30px;
}
.trend-item-link a:hover {
    background-color: #FFFFFF;
    color: #3598B3;
     border: 1px solid #3598B3;
}
.news-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-image {
    height: 300px;
    width: 100%;
    margin: 0 auto;
}
p.news-excerpt {
    font-size: 12px;
}
.filter-item.magazines.active .magazine-image{
    height: 600px;
     width: 100%;
}
.filter-item.magazines.active .magazine-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 90%;
}
.filter-item.magazines .magazine-image  {
    height: 330px;
    width: 50%;
}
.filter-item.magazines .magazine-image img  {
    height: 100%;
    width: 100%;
     object-fit: cover;
}
ul.newsroom-filter-select {
    display: flex;
    padding-inline-start: 0px;
}

ul.newsroom-filter-select li {
    margin-right: 15px;
    color: #002C6E;
    font-size: 30px;
    font-family: 'D-DIN DIN-Bold';
    line-height: 40px;
    margin-bottom: 0;
}
ul.newsroom-filter-select li.active{
    border-bottom: 2px solid #002C6E;
}
.content-insights.row {
    margin-top: 10px;
    margin-bottom: 50px;
}
.col-md-6.filter-item {   
    margin-bottom: 30px;
}
h4.news-single-title {
    color: #000000;
    font-size: 20px;
     min-height: 75px;
}
.content-insights a{
    text-decoration: none;
}
/* .searchbar {
	margin-right: 25px;
	padding-bottom: 2px;
    padding-left: 20px;
}
.searchbarr img {
    width: 20px;
}
.searchbar{
    display: flex;
    align-items: center;
}
form#search-form {
    max-width: calc( 100% - 35px);
    margin-left: 15px;
} */

/* 404 page */
.error404 header#masthead {
    position: relative !Important;
}
.error-image-wrapper {
    height: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.error-image-wrapper img.error {
    width: 100%;
    height: auto;
}
.error-page-container.container {
    max-width: 1170px;
    margin: 50px auto 100px;
}
.error-page-container .row {
    align-items: center;
}
.page-not-found-section p.title {
    font-family: 'Lato', sans-serif;
    line-height: 160px;
    font-weight: 600;
    font-size: 150px;
    color: #002C6E;
   
}
.page-not-found-section{
    text-align: center;
}
p.page-not-found {
    font-family: 'Lato', sans-serif;
    line-height: 80px;
    font-weight: 600;
    font-size: 40px;
    color: #050608;
}
p.sorry-text, p.go-back {
    font-family: D-DIN Regular;
    line-height: 7px;
    font-size: 18px;
    color: #002C6E;  
}
p.go-back{
    margin-bottom: 60px;

}
a.back-to-hp{
    font-size: 18px;
    font-family: 'D-DIN Regular';
    line-height: 20px;
    text-decoration: none;
    color: #FFFFFF;
    padding: 18px 50px;
    background: linear-gradient(261.49deg, #008BDA 6.81%, #57D4FC 60.56%);
    /* background-color: #002C6E; */

     border-radius: 50px;
      transition:  0.4s ease-in-out;
}
a.back-to-hp:hover{
    background: #FFFFFF;
   color: #002C6E;
    border: 1px solid #002C6E;
}
/* .single-service-block-wrapper.failover{
     padding-top: 70px;
} */
.contact-us .page-icon-banner-text-wrapper-inner h1 {
    max-width: 1170px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.slider-container.container .row {
    display: flex !important;
    flex-direction: row;
    align-items: flex-end;
}
 .slider-container ul.slick-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}
.slider-container li button {
    opacity: 0;
}
.slider-container ::marker {
    color: #334A51;
    font-size: 30px;
}
.rcts-newsletter-row-wrapper {
    margin-bottom: 30px;
}
.rcts-single-service-banner .single-service-banner .page-icon-banner-image-wrapper,
.rcts-single-service-banner .page-icon-banner-image-wrapper,
.rcts-capabilities-banner .page-icon-banner-image-wrapper {
    height: 60vh;
    overflow: hidden;
}
.home-banner-wrapper-inner {
    overflow: hidden;
}
/* .single-service-banner:hover img ,
.rcts-single-service-banner .page-icon-banner-image-wrapper:hover img,
.rcts-capabilities-banner .page-icon-banner-image-wrapper:hover img,
.newsroom-banner:hover img,
.home-banner-wrapper-inner:hover img{
  
    transform: scale(1.1);
} */
.single-service-banner img, .page-icon-banner-image-wrapper img,
.rcts-capabilities-banner .page-icon-banner-image-wrapper img,
.newsroom-banner img,
.home-banner-wrapper-inner img{
    transition: 0.6s ease-in-out;
}

.scroll-to-top {
    position: fixed;
    right: 100px;
    bottom: 10px;
    z-index: 99999999;
}
.scroll-to-top a {
    opacity: 0;
}

.scroll-to-top a.show {
    opacity: 1;
    visibility: visible;
}
.scroll-to-top a img {
    max-width: 50px;
}
.scroll-to-top a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #458d9b;
    text-decoration: none;
}
.thank-you-inner.vc_custom_1702367778148 {
    min-height: 600px;
    margin-top: 30px;
    background-size: cover;
    background-position: center;
    margin: 85px 0 0;
}
 .thank-you-inner .rcts-container {
    display: flex;
    align-items: center;
    min-height: 600px;
}
.rcts-thank-you-wrapper{
    margin-bottom: 40px;
}
.thank-you-inner h2 {
    color: #FFFFFF;
    font-size: 80px;
    font-family: 'D-DIN DIN-Bold';
}
.thank-you-inner h5 {
    font-size: 30px;
    color: #FFFFFF;
}

.thank-you-inner a{
    text-decoration: none;
    font-size: 18px;
    font-family: 'D-DIN DIN-Bold';
    color: #FFFFFF;
    background-color: #3598B3;
    padding: 10px 20px;
    transition: 0.6s ease-in-out;

}
.thank-you-inner a:hover{
    background-color: #FFFFFF;
    color: #3598B3;
    border: 1px solid #3598B3;
}
.single-news .col-md-6:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.privacy-policy-content{
    padding: 30px 0;
}
.privacy-policy-content h2 {
    font-size: 18px;
    font-weight: 600;
    color: #052b5f;
    margin-top: 30px;
}
.privacy-policy-content p,.privacy-policy-content li {
    font-size: 16px;
    color: #6f6f6e;
}
.card-holder.seventh-card h2.card-h2.counter-data:before {
    content: '+';
    position: absolute;
    display: block;
    font-size: 110px;
    left: 49px;
    /* background: -webkit-linear-gradient(#008BDA, #0C6393); */
    left: 20px;
}
.card-holder.seventh-card h2.card-h2.counter-data {
    position: relative;
}

.newsroom-banner .text-wrapper-container {
    justify-content: center;
    height: 20%;
    flex-direction: column;
    padding-right: 15px;
    position: absolute;
    padding-left: 0;
    padding-top: 85px;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    top: 280px;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
}
 .newsroom-banner {
    position: relative;
}
.newsroom-banner .text-wrapper-container h1{
    font-family: 'D-DIN DIN-Bold';
    position: relative;
    line-height: 83px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 71px;
}
/* .our-purpose-main:hover  img{
    transform: scale(1.1);
} */

.our-purpose-main {
    overflow: hidden;
 
}
.our-purpose-main  img{
 transition: 0.6s ease-in-out;
}
.our-purpose-main h1 {
    font-family: 'D-DIN DIN-Bold';
    color: #ffffff !important;
    text-align: center;
    font-size: 100px;
    
}
.our-purpose-main h5 {
    font-size: 40px;
    color: #ffffff;
    font-family: d-din regular;
    text-align: center;
}
.page-banner-text-wrapper.container {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}
a.about-btn, a.service-btn {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Josefin Sans';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.home-banner-button-inner-wrapper {
    display: flex;
    padding-bottom: 20px;
}
/* .about-us-btn {
    background-color: #1e578bb2;
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    margin-right: 0;
} */
/* .services-btn{
    background-color: #1E578BB2;
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    margin-left: 15px;

} */

.about-us-btn, .services-btn {
    background-color: #1e578bb2;
    padding: 11px 40px 10px 40px;
    border-radius: 50px;
    margin-right: 0;
    transition: 0.3s ease-in-out;
    font-family: D-DIN Regular;
    font-size: 13px;
}



.home-banner-button-wrapper a .about-us-btn:hover,
.home-banner-button-wrapper a .services-btn:hover {
    background-color: #ffffff;
    color: #1e578b;
}

.single-service-block-wrapper .service-block-wrapper h2 {
    color: #002c6e;
    padding-bottom: 30px;
    font-size: 30px;
    font-family: 'D-DIN DIN-Bold';
    margin-bottom: 0;
    text-align: center;
}

.service-block-holder .service-image-wrapper {
    height: 450px !important;
}
/* .about-us-btn {
    border-radius: 1px solid;
}

.about-us-btn {
    padding-right: 14px;
}

.services-btn {

    margin-left: 20px;
} */

/* .about-us-btn:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 55px;
    top: 2px;
    background: #fff;
    left: 165px;
} */
/* span.services-span {
    position: relative;
    top: -6px;
}
span.about-span {
    position: relative;
    top: -6px;
} */
.scroll-to-top i.fa-sharp.fa-thin.fa-circle-chevron-up {
    font-size: 60px;
}

.rcts-newsletter-row-wrapper{
    background: #fff;
}

.become-client-wrapper {
    /* position: absolute;
    right: 32px;
    top: 400px; */
    margin-top: 50px;
}


.page-id-11 .scroll-header .rcts-menu-wrapper.menu-wrapper ul li a{
    color: #349BB3;

}


.rcts-our-services-row-wrapper{
    /* position: absolute;
    top: 370px;
    left: 270px; */
    margin-top: 25px;
}
/* .case-studies-row.rcts-wpcontainer {
    padding-top: 26vh;
} */

.client-inner-wrapper {
    background-color: #fff;
    padding: 12px 30px;
    border: 1px solid #00819d;
    border-radius: 50px;
}
.client-btn a{
    color: #0050c8;
    text-decoration: none;
}

a.client-btn {
    font-family: josefin sans;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.our-services-row > .vc_column_container > .vc_column-inner{
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #ffffff;
    border-radius: 30px;
}

/* footer */
.mene-footer-wrapper {
    display: flex;
    align-items: center;
}

.menu-footer {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.menu-inner-wrapper a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: D-DIN Regular;
    text-transform: uppercase;
}

.menu-inner-wrapper a {
    padding-right: 20px;
}

input#input_2_5, input#input_2_1, input#input_2_7, input#input_2_8, textarea#input_2_4, input#input_1_1, input#input_1_2, input#gform_submit_button_1{
    border-radius: 14px;
    border: 1px solid #0D97DF;
}
.link-wrapper {
    justify-content: flex-end;
    display: flex;
    padding-right: 0;
}
/* .map-address {
    width: 60%;
} */
/* .service-image-wrapper {
    box-shadow : 0px 4px 4px 0px #00000040;
    border-radius: 60px;
} */
.col-md-6.single-img-newsroom-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
}

.footer-social-media {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.service-image-wrapper img {
    height: 100%;
    /* width: 100%; */
    object-fit: cover !important;
    transition: 0.6s ease-in-out;
    /* box-shadow: 0 3px 15px #00000017;
    border-radius: 30px; */
}
.rpa h2 {
    color: #002c6e;
    font-size: 30px;
    font-family: d-din din-bold;
    margin-bottom: 0;
    text-align: center;
}
.service-image-wrapper > .vc_column-inner > .wpb_wrapper {
    display: flex;
}

.service-image-wrapper > .vc_column-inner {
    padding: 0 !important;
}

.get-in-touch-right-col {
    background: #ffffff;
    padding: 80px 0 0;
}

.inner-test-one .third-text-list.rpa h2 {
    padding-top: 20px;
}

.menu-inner-wrapper a:last-child {
    padding-right: 0;
}

.inner-test-one>.vc_column-inner>.wpb_wrapper {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    height: 380px;
    overflow-y: scroll;
}


.testone {
    margin-bottom: 80px;
}
/* input#input_2_5, input#input_2_1, input#input_2_7, input#input_2_8, textarea#input_2_4, input#input_1_1, input#input_1_2, input#gform_submit_button_1{
    border: 2px solid #0D97DF;
} */

.get-in-touch-right-col.wpb_column.vc_column_container.vc_col-sm-12 {
    border: 1px solid #0D97DF;
}

div#gform_wrapper_2 h4,div#gform_wrapper_2 p{
    color: #0D97DF;
}

.get-in-touch-row input#gform_submit_button_2 {
    border: 1px solid #0D97DF !important;
}

.get-in-touch-row label.gform-field-label.gform-field-label--type-inline.gfield_consent_label{
    color: #0D97DF;
    display: unset;
}
label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a {
    color: #0D97DF;
}
.discover-services{
    padding-left: 20px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.our-services-row.rcts-wpcontainer {
    position: absolute;
    bottom: -110px;
    left: 0;
    right: 0;
    margin-bottom: 50px;
    max-width: 90%;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.case-studies-row.rcts-wpcontainer {
    margin-top: 70px;
}
.our-services-row .rcts-heading.left {
    text-align: left;
    padding: 60px 150px 0;
}

/* cyber security advisor */

/* .cyber-wrapper .gallery-wrapper-inner {
    height: 55vh;
} */

.cypher-banner > .vc_column-inner > .wpb_wrapper > .home-banner-wrapper-outer > .home-banner-wrapper-inner > .home-banner-text-wrapper-outer {
    top: 30%; 
}

.cyber-wrapper {
    position: relative;
}

.home-all-button-wrapperr {
    position: absolute;
    top: 30px;
    left: 0;
}



.postid-326 .rcts-menu-wrapper.menu-wrapper ul li a,
.postid-330 .rcts-menu-wrapper.menu-wrapper ul li a,
.postid-331 .rcts-menu-wrapper.menu-wrapper ul li a,
.postid-329 .rcts-menu-wrapper.menu-wrapper ul li a,
.postid-331 .rcts-menu-wrapper.menu-wrapper ul li a
{
    color: #fff;
}
li.lowercase-sub a{
    color: #349BB3 !important;
}

.postid-326 .scroll-header .rcts-menu-wrapper.menu-wrapper ul li a,
.postid-330 .scroll-header .rcts-menu-wrapper.menu-wrapper ul li a,
.postid-331 .scroll-header .rcts-menu-wrapper.menu-wrapper ul li a
.postid-329 .scroll-header .rcts-menu-wrapper.menu-wrapper ul li a,
.postid-331 .scroll-header .rcts-menu-wrapper.menu-wrapper ul li a{
    color: #349BB3;
}

.postid-329 .scroll-header .rcts-menu-wrapper.menu-wrapper ul li a{
    color: #349BB3 !important;
}
.home .gallery-wrapper-inner {
    height: 90vh;
}
.gallery-wrapper-inner {
    height: 600px;
    background-size: cover !important;
    /* background-position: 0 0 !important; */
}

.rcts-menu-wrapper.menu-wrapper ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-family: D-DIN Regular;
    transition: .3s ease-in-out;
    text-transform: uppercase;
}

/* .col-md-6.services-col {
    display: flex;
    height: 500px;
    align-items: center;
    justify-content: center;
} */

/* .page-id-11 .rcts-menu-wrapper.menu-wrapper ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Josefin Sans';
     transition: 0.3s ease-in-out;
} */

.searchbar input.search-field:focus {
    outline: none;
}

.rcts-menu-wrapper.menu-wrapper ul li:not(:last-child) {
    margin-right: 35px;
}

.our-services-row>.vc_column_container>.vc_column-inner {
    box-shadow: 0 4px 4px 0 #00000040;
    background: #fff;
    border-radius: 30px;
    padding: 30px 50px;
}
.get-in-touch-row .rcts-heading.center {
    text-align: center;
    margin-bottom: 30px;
}

.get-in-touch-row div#field_2_14 {
    margin-left: 17px;
}

.footer-logo img {
    text-align: center;
}


.single-service-container .home-banner-text-wrapper-inner h1 {
    font-size: 60px;
    width: 70%;
    max-width: 100%;
}

/* .service-image-wrapper>.vc_column-inner>.wpb_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
} */

.inner-test-one > .vc_column-inner > .wpb_wrapper {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}

.inner-test-one {
    height: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.commitment-innovation ul li button {
    height: 10px !important;
    width: 10px !important;
    background: #ffffff;
    padding: 0 !important;
    text-indent: -9999px;
    border-radius: 50%;
    opacity: 1;
    border: 0;
}
p.page-not-found {
    font-family: 'Lato', sans-serif;
    line-height: 80px;
    font-weight: 600;
    font-size: 40px;
    color: #002c6e;
}

/* about us page */
.abt-us-text.wpb_column.vc_column_container.vc_col-sm-12 {
    background: linear-gradient(261.49deg, #008BDA 6.81%, #57D4FC 60.56%);
    border-radius: 30px;
}

.slider-container.container h2 {
    color: #ffffff;
    font-family: d-din din-bold;
    margin-bottom: 35px;
}

.commitment-innovation p {
    font-family: d-din regular;
    font-size: 18px;
    color: #ffffff;
    line-height: 25px;
}

/* .col-md-6.commitment {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-direction: column;
} */

.custom-card.center {
    width: 340px;
    height: 300px;
    background: linear-gradient(261.49deg,#008BDA 6.81%,#57D4FC 60.56%);
    border-radius: 30px;
    border: 1px solid #40b4e6;
}

.card-holder {
    /* margin-right: 160px; */
    margin-left: 8px;
}

.custom-card:hover {
    background: #ffffff;
}

/* .container.kpi-container > .row > .slick-list > .slick-track > .slick-slide {
width: 374px !important;
}  */

.content-section {
    width: 75%;
    color: #231f20;
    font-family: d-din regular;
    line-height: 25px;
    margin: 5px;
    font-size: 16px;
}


.author-section {
    width: 25%;
}
.main-newsroom-content{
    display: flex;
}

.single-newsroom-container > .single-newsroom-banner > .home-banner-text-wrapper-outer > .home-banner-text-wrapper-inner > .home-all-button-wrapperr {
    position: absolute;
    top: 200px;
    left: 0;
}

.single-newsroom-banner {
    position: relative;
}

.title-section {
    position: absolute;
    top: 55%;
    left: 15%;
    width: 75% !important;
}

.title-section h2 {
    font-size: 60px;
    color: #ffffff;
    font-family: d-din din-bold;
}

.archive-newsroom .single-service-block-wrapper {
    margin-bottom: 0px;
    height: 0;
}

.listening-btn-wrapper a{
    background-color: #1DB7E7;
    padding: 11px 40px 10px;
    border-radius: 50px;
    margin-right: 0;
    transition: .3s ease-in-out;
    text-decoration: none;
    color: #fff;
}
.image-single-newsroom-wraper img{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
}
.title-section-banner-single {
    position: absolute;
    top: auto;
    left: 16%;
    width: 50%;
    bottom: 70px;
}
.homepage-nos-newsroooms-banner-title-wrapper {
    margin: 0 auto;
    max-width: 1170px;
}

.homepage-nos-newsroooms-banner-title-wrapper p {
    color: #052b5f;
    font-size: 50px;
    font-family: d-din din-bold;
    line-height: 75px;
    /* color: #fff; */
}

.image-single-newsroom-wraper {
    width: 400px;
    height: 400px;
    margin: 0 auto;
}

h2.title-newsroom-single {
    font-size: 50px;
    font-family: d-din din-bold;
    line-height: 75px;
    color: #fff;
}

.listening-btn-wrapper{
    padding-top: 6vh;
}


.row.box-services-single {
    border: 1px solid #1DB7E7;
    border-radius: 30px;
    padding: 40px
}

.get-in-touch-row.rcts-wpcontainer {
    padding: 20px 0 120px;
}

.nos-newsroooms-banner-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.row.related-article.slick-initialized.slick-slider {
    max-width: 1170px;
    margin: 0 auto;
}

.nos-newsroooms-banner-image-wrapper {
    /* width: 325px; */
    /* height: 325px; */
    /* margin: 0 auto; */
}

.text-main-content {
    width: 75%;
}

.main-trend-img {
    width: 25%;
}

.archive-newsroom-container > .newsroom-banner.archive > .home-banner-text-wrapper-outer > .home-banner-text-wrapper-inner > .home-all-button-wrapperr {
    position: absolute;
    top: 200px;
    left: 0;
}

.archive-trend {
    background: linear-gradient(60deg, rgba(37,84,251,0.75) 0%, rgba(0,27,95,0.6) 100%);
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

/* apply margin to all child but not the last child */
.archive-trend:not(:last-child) {
    margin-bottom: 30px;
}

/* 
    .row.archive-trend {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    } 
*/

.row.archive-trend {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-evenly;
    align-items: center;
    min-height: 400px;
}

.container.main-archive-content {
    border: 1px solid #1DB7E7;
    border-radius: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.title-trending h2 {
    font-size: 50px;
    font-family: 'D-DIN DIN-Bold';
    line-height: 75px;
    color: #2C3D95;
}

.searchbar input#search-input::placeholder {
    color: #fff;
}

.searchbar input#search-input {
    border-radius: 30px;
    padding: 8px;
    background: #008bda;
    border: none;
    padding-left: 20px;
    color: #fff;
}

div#field_2_16 ,
label#label_2_17_0,
label#label_2_17_1{
    color: #0d97df;
    font-family: 'D-DIN Regular';
    font-size: 16px;
    line-height: 28px;
}

.whatsapp-logo {
    background-color: #25D366;
    border-radius: 40px;
    height: 65px;
    padding-top: 23px;
    width: 65px;
    padding-left: 11px;
    margin-bottom: 20px;
}
.whatsapp-logo i.fa-brands.fa-whatsapp.fa-2xl {
    font-size: 50px;
}

.whatsapp-logo .fa-whatsapp:before {
    color: #ffffff;
}

.our-services-custom-wrapper button.slick-arrow {
    text-align: center;
    position: absolute;
    border-radius: 50%;
    font-weight: 900;
    font-size: 20px;
    bottom: -44px;
    height: 55px;
    width: 55px;
    z-index: 2;
    padding: 0;
    border: 1px solid transparent;
    background: linear-gradient(white,white) padding-box,linear-gradient(to right,#FFF,#0090CD) border-box
}

.our-services-custom-wrapper button.slick-next.slick-arrow {
    left: initial;
    right: 0
}

.our-services-custom-wrapper button.slick-prev.slick-arrow {
    right: initial;
    left: 0
}

.our-services-custom-wrapper button.slick-arrow i {
    background: -webkit-linear-gradient(#0090CD,#0090cda8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.our-services-row-wrapper .progress {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background-color: #54D6FF;
    background-image: linear-gradient(to right, #0090CD, #0090CD);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
  }

.our-services-row-wrapper  .progress {
    max-width: calc(100% - 150px);
    margin-top: 10px;
    height: 4px;
    margin: 10px auto 0;
}

.banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .banner-container {
    max-width: 1170px;
    margin: 0 auto;
} */

.search-articles , .banner-content-container{
    max-width: 1170px;
    margin: 0 auto;
}
.search-banner.banner-container {
    position: relative;
}

.banner-heading {
    position: absolute;
    bottom: 200px;
}
.banner-heading h2 {
    font-family: d-din din-bold;
    position: relative;
    line-height: 83px;
    color: #fff;
    font-weight: 600;
    font-size: 71px;
}
.rogerscap-widthcontainer article{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

.rogerscap-widthcontainer .entry-summary{
    padding-left: 40px;
    width: 50%;
}

.rogerscap-widthcontainer > article > a.post-thumbnail > img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .6s ease-in-out;
    box-shadow: 0 3px 15px #00000017;
    border-radius: 30px;
}    
.rogerscap-widthcontainer > article > a.post-thumbnail{
    width: 500px;
    height: 500px;
    
}
.rogerscap-widthcontainer {
    margin-top: 10vh;
}

.rogerscap-widthcontainer article:not(:last-child) {
    margin-bottom: 70px;
}
/* .listening-btn-wrapper{
    display: flex;
} */
.author-wrapper p{
    font-size: 18px;
    font-weight: 600;
    color: #052b5f;
}

.voice-link {
    margin-top: 40px;
}

/* span.reading {
    font-size: 18px;
    font-weight: 600;
    color: #052b5f;
} */

.reading-time-zones p{
    font-size: 18px;
    font-weight: 600;
    color: #052b5f;
}
/* .dropdown-toggle::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navbar-nav li .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    top: 100%;
} */

ul.dropdown-menu li {
    text-transform: capitalize;
    text-align: center;
    padding-top: 20px;
    padding-right: 0!important;
    margin: inherit;
    padding-left: 12px;
}
.navbar-nav li .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    font-family: D-DIN Regular;
    
}
.navbar-nav li:hover .dropdown-menu {
    display: block !important;
    animation: fadeInUp .3s;
    padding-bottom: 25px;
    visibility: visible;
    border: none;
    width: 265px;
    left: -75px;
    opacity: 1;
    top: 19px;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0/15%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 6px 0 rgb(0 0 0/15%);
}



.menu-item-has-children:before {
    position: absolute;
    display: block;
    bottom: -15px;
    height: 20px;
    content: '';
    z-index: 2;
    right: 0;
    left: 0;
}

.navbar-collapse > ul.navbar-nav > ul#menu-rcts-menu > li.menu-item > ul.dropdown-menu > li.lowercase-sub > a{
    text-align: left;
    text-transform: lowercase;
    display: flex;
    justify-content: flex-start;
}
ul.dropdown-menu li {
    margin:  0 !important;
    padding: 20px 12px 0 !important;
    line-height: 17px;
}
ul.dropdown-menu li a {
    text-transform: none !important;
}

.service-reading-text .listening-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* .single-newsroom-container .title-section-banner-single {
    width: 40%;
}*/
li#menu-item-1937:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 50px;
}


.team-sections button.slick-arrow {
    text-align: center;
    position: absolute;
    border-radius: 50%;
    font-weight: 900;
    font-size: 20px;
    bottom: 50%;
    height: 55px;
    width: 55px;
    z-index: 2;
    padding: 0;
    border: 1px solid transparent;
    background: linear-gradient(white,white) padding-box,linear-gradient(to right,#FFF,#0090CD) border-box
}

.team-sections button.slick-next.slick-arrow {
    left: initial;
    right: -40px;
}

.team-sections button.slick-prev.slick-arrow {
    right: initial;
    left: -65px;
}

.team-sections button.slick-arrow i {
    background: -webkit-linear-gradient(#0090CD,#0090cda8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.container-col > .wpb_text_column > .wpb_wrapper > ul > li {
    font-size: 16px;
    color: #6f6f6e;
}


.team-sections button.slick-arrow {
    text-align: center;
    position: absolute;
    border-radius: 50%;
    font-weight: 900;
    font-size: 20px;
    bottom: 50%;
    height: 55px;
    width: 55px;
    z-index: 2;
    padding: 0;
    border: 1px solid transparent;
    background: linear-gradient(white,white) padding-box,linear-gradient(to right,#FFF,#0090CD) border-box
}

.digital-data-serv button.slick-next.slick-arrow {
    left: initial;
    right: 0
}

.digital-data-serv button.slick-prev.slick-arrow {
    right: initial;
    left: 0
}

.digital-data-serv button.slick-arrow i {
    background: -webkit-linear-gradient(#0090CD,#0090cda8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.digital-data-serv button.slick-arrow {
    text-align: center;
    position: absolute;
    border-radius: 50%;
    font-weight: 900;
    font-size: 20px;
    bottom: -64px;
    height: 55px;
    width: 55px;
    z-index: 2;
    padding: 0;
    border: 1px solid transparent;
    background: linear-gradient(white,white) padding-box,linear-gradient(to right,#FFF,#0090CD) border-box
}

/* NOT FOUND */

.no-result-search {
    padding: 60px 0 80px;
    text-align: center;
}
.no-result-search p {
    margin-bottom: 50px;
}
.no-result-search input.search-field {
    border-radius: 30px;
    padding-left: 20px;
    width: 350px;
    height: 45px;
}
.no-result-search input[type=submit] {
    border: 0 !important;
    border-radius: 30px;
    margin-left: 15px;
    height: 45px;
}
.no-result-search form.search-form {
    justify-content: center;
    align-items: center;
    display: flex;
}

.vcard-button.rogerscap-button {
    background-color: #008BDA;
    ;
    padding: 11px 30px 10px 30px;
    border-radius: 50px;
    /* margin-right: 0; */
    transition: 0.3s ease-in-out;
    width: 250px;
    margin: 0 auto;
}

a.rogerscap-custom-button.uppercase.white-border.white-color {
    text-decoration: none;
    color: #fff;
    font-family: D-DIN Regular;
}
/* .case-study-item-image img{
    overflow: hidden;
} */

.laptop-img > .wpb_wrapper > .vc_single_image-wrapper,
.case-study-item-image,
.service-image-wrapper,
.trend-item-image{
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 3px 15px #00000017;
}

.magazine-image{
    overflow: hidden;
}

.magazine-image img{
    transition: 0.4s ease-in-out;
}
.magazine-image img:hover{
    transform: scale(1.1);
    transition: transform 0.4s ease-in-out;
    overflow: hidden;
}


.service-item-image img, 
.laptop-img > .wpb_wrapper > .vc_single_image-wrapper.vc_box_border_grey > img,
.aibot-img >.wpb_wrapper > .vc_single_image-wrapper > img,
.handshake-img > .wpb_wrapper > .vc_single_image-wrapper > img,
.digital-solution-img > .wpb_wrapper > .vc_single_image-wrapper > img,
.laptop-img-type > .wpb_wrapper > .vc_single_image-wrapper > img,
.woman-laptop-img > .wpb_wrapper > .vc_single_image-wrapper > img,
.front-women-img > .wpb_wrapper > .vc_single_image-wrapper > img,
.case-study-item-image img,
.service-image-wrapper img,
.trend-item-image img{
    transition: 0.4s ease-in-out;
}

.service-item-image img:hover , 
.laptop-img > .wpb_wrapper > .vc_single_image-wrapper > img:hover,
.aibot-img >.wpb_wrapper > .vc_single_image-wrapper > img:hover,
.handshake-img > .wpb_wrapper > .vc_single_image-wrapper > img:hover,
.digital-solution-img > .wpb_wrapper > .vc_single_image-wrapper > img:hover,
.laptop-img-type > .wpb_wrapper > .vc_single_image-wrapper > img:hover,
.woman-laptop-img > .wpb_wrapper > .vc_single_image-wrapper > img:hover,
.front-women-img > .wpb_wrapper > .vc_single_image-wrapper > img:hover,
.case-study-item-image img:hover,
.service-image-wrapper img:hover,
.trend-item-image img:hover{
    transform: scale(1.1);
    transition: transform 0.4s ease-in-out;
    overflow: hidden;
}
/* 
.putting-360-row.up.fadeInUp {
margin-bottom: 200px;
} */
.aibot-img >.wpb_wrapper, .laptop-img > .wpb_wrapper{
    display: flex !important;
    justify-content: flex-end !important;
}

/* .aibot-img >.wpb_wrapper > .vc_single_image-wrapper {
    width: 500px;
} */
.aibot-img > .wpb_wrapper > .vc_single_image-wrapper{
    width: 500px;
    border-radius: 30px;
    box-shadow: 0 3px 15px #00000017;
    overflow: hidden;
    height: 450px;
}


.handshake-img > .wpb_wrapper > .vc_single_image-wrapper,
.digital-solution-img > .wpb_wrapper > .vc_single_image-wrapper,
.laptop-img-type > .wpb_wrapper > .vc_single_image-wrapper,
.woman-laptop-img > .wpb_wrapper > .vc_single_image-wrapper,
.front-women-img > .wpb_wrapper > .vc_single_image-wrapper,
.service-image-wrapper{
    width: 500px;
    border-radius: 30px;
    box-shadow: 0 3px 15px #00000017;
    overflow: hidden;
    height: 450px;
}

.handshake-img > .wpb_wrapper > .vc_single_image-wrapper > img,
.aibot-img > .wpb_wrapper > .vc_single_image-wrapper > img,
.digital-solution-img > .wpb_wrapper > .vc_single_image-wrapper > img,
.laptop-img-type > .wpb_wrapper > .vc_single_image-wrapper > img,
.woman-laptop-img > .wpb_wrapper > .vc_single_image-wrapper > img,
.front-women-img > .wpb_wrapper > .vc_single_image-wrapper > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cyber-security-logo-img > .wpb_wrapper {
    display: flex !important;
    justify-content: flex-end !important;
}
.front-women-img > .wpb_wrapper{
    display: flex !important;
    justify-content: flex-end !important;
}



.text-content-wrapper.service-text-list.smart-agile.hrms-content {
    text-align: center;
}
.page-icon-banner-wrapper-outer.tech-page-banner.single-service-banner.service-mg-bottom {
    display: none;
}
.med-ai >.wpb_wrapper {
    justify-content: flex-start !important;
}

.training-partners .partner-logo-img {
    height: 200px;
    width: 230px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 20px;
    cursor: pointer;
}
.training-partners .slick-track{
    margin-left: 0;
}
.training-partners .partner-logo-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 15px;
}

.fuel-your-part .slider-container.container .row {
    display: flex;
    justify-content: center;
}
.fuel-your-part .slider-container.container .row>.col-md-6:last-child {
    width: 50%;
}
.fuel-your-part .slider-container.container .row>.col-md-6:first-child {
    width: 50%;
}
.fuel-your-part .slider-container.container .row .service-image-wrapper {
    height: 450px !important;
    width: 100%;
}
.fuel-your-part .slider-container.container .row>.col-md-6:first-child {
    text-align: center;
}
.fuel-your-part .service-block-wrapper {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}
.fuel-capabilities-skill-img .vc_single_image-wrapper.vc_box_border_grey {
    height: 450px;
     margin-top: 50px;
}
.why-choose-us .inner-test-one>.vc_column-inner>.wpb_wrapper {
    direction: rtl;
    padding-left: 60px;
    padding-right: 0;
}
 .why-choose-us .text-content-wrapper.service-text-list {
     direction: ltr;

 }
 .popular-course .progress {
    height: 2px !important;
} 



/* .fuel-inner-col>.vc_column-inner>.wpb_wrapper::-webkit-scrollbar-track {
    width: 1px !important;
    border-right: 2px solid #ffffff !important;
}

.fuel-inner-col>.vc_column-inner>.wpb_wrapper::-webkit-scrollbar {
    width: 4px !important;
    background-color: #fff !important;
}
.fuel-inner-col>.vc_column-inner>.wpb_wrapper::-webkit-scrollbar-thumb {
    background-color: #fff !important;
} */
 
/* .fuel-inner-col>.vc_column-inner>.wpb_wrapper::-webkit-scrollbar-track {
    width: 4px !important;
    border-right: 2px solid #ffffff !important;
} */
/* .fuel-inner-col>.vc_column-inner>.wpb_wrapper::-webkit-scrollbar {
    width: 4px !important;
    background-color: #ffffff !important;
}
.fuel-inner-col>.vc_column-inner>.wpb_wrapper::-webkit-scrollbar-thumb {
    background-color: #ffffff !important;
} */

.text-content-wrapper.service-text-list.smart-agile h2 {
    color: #fff;
}

.text-content-wrapper.service-text-list.smart-agile p {
    color: #fff;
}

.service-text-list.mpa.service-mg-bottom > .row.left > .services-col-img > .service-image-wrapper,
.oriyel.single-service-block-wrapper  > .row.left > .services-col-img > .service-image-wrapper,
.single-service-block-wrapper.service-text-list.mpa.service-mg-bottom> .row > .services-col-img > .service-image-wrapper
{
    height: 450px !important;
}

.single-service-block-wrapper.service-text-list.mpa.service-mg-bottom> .row{
    display: flex;
    flex-direction: row-reverse;
}
.single-service-block-wrapper.service-text-list.mpa.service-mg-bottom> .row > .services-col-img > .service-image-wrapper{
    width: 500px;
}

.security-assessment .left .service-image-wrapper ,
.cyber-security-logo-img > .wpb_wrapper> .vc_single_image-wrapper {
    width: 500px !important;
    height: 450px !important;
}

/* .why-choose-text-left ul li:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/02/Objects.png);
    position: absolute;
    left: -20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
} */

.text-content-wrapper.fuel-text-two ul li {
    color: #fff !important;
    font-family: d-din regular;
    line-height: 25px;
    font-size: 16px;
    text-align: left !important;
}

.rpa.fuel-text-two h2{
    color: #fff !important;
}

/* Single page  style*/

.course-inner-text >.vc_column-inner > .wpb_wrapper{
    margin: 0 auto;
    max-width: 1170px;
}
.single-course-block-wrapper{
    background-color: #6489ae;
}
.row.content-course{
    margin: 0 auto;
    max-width: 1170px;
    padding-top: 50px;
}
.single-courses .rcts-widthcontainer .progress{
    margin: 50px 0 !important;
}

/* .home-all-button-wrapperr {
    margin-top: 20vh;
} */

.row.button-course {
    padding-top: 30vh;
}

.home-banner-button-wrapper.plus-course-banner{
    margin: 0 auto;
    max-width: 1140px;
}

.home-all-button-wrapperr.plus-course{
    margin-top: 20vh;
}

.about-us-btn.course , .services-btn.course {
    background-color: #1E578B;
    opacity: 70%;
    padding: 11px 40px 10px 40px;
    border-radius: 50px;
    margin-right: 0;
    transition: 0.3s ease-in-out;
    font-family: D-DIN Regular;
    font-size: 13px;
    border: 1px solid #00819D;
}

.icon-wrapper {
    display: flex;
}

.course-inner-text > .vc_column-inner > .wpb_wrapper > .text-content-wrapper > h2{
    padding-bottom: 30px;
    font-size: 30px;
    font-family: 'D-DIN DIN-Bold';
    margin-bottom: 0;
    color: #002C6E;
    padding-top: 30px;
}

.course-inner-text > .vc_column-inner > .wpb_wrapper > .text-content-wrapper > p,
.course-inner-text > .vc_column-inner > .wpb_wrapper > .text-content-wrapper > ol,
.course-inner-text > .vc_column-inner > .wpb_wrapper > .text-content-wrapper > ul > li{
    font-family: 'D-DIN Regular';
    line-height: 25px;
    margin: 5px;
    font-size: 16px;
}

.course-text-block-col > .vc_column-inner > .wpb_wrapper > .course-first-inner-row{
    max-width: 1170px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 30px;
}
.course-text-block-col > .vc_column-inner > .wpb_wrapper{
    padding-top: 40px;
    padding-bottom: 70px;
}
.course-inner-text > .vc_column-inner{
    padding: 20px 50px !important;
}

.postid-2350 .team-container .progress {
    margin: 50px auto 0;
}

.course-block-wrapper > .title > h2{
    font-size: 60px;
    font-family: 'D-DIN DIN-Bold';
    color: #fff;
    line-height: 75px;
}
.icon-wrapper .course-content p,
.icon-wrapper .content-lesson p,
.course-text-wrapper p{
    font-family: 'D-DIN Regular';
    line-height: 25px;
    margin: 5px;
    font-size: 16px;
    color: #fff;
}

.icon-wrapper {
    position: relative;
    padding-left: 50px;
}


.course-content:before {
    content: "";
    background: url('/wp-content/uploads/2024/08/time.png');
    position: absolute;
    left: -14px;
    top: -20px;
    width: 70px;
    height: 70px;
    background-size: cover;
}

.content-lesson:before{
    content: "";
    background: url('/wp-content/uploads/2024/08/book.png');
    position: absolute;
    left: 150px;
    top: -20px;
    width: 70px;
    height: 70px;
    background-size: cover;
}

.content-lesson {
    padding-left: 110px;
}

.content-wrapper-main {
    position: absolute;
    top: 400px;
}
.course-block-wrapper.custom-scroll-bar {
    position: relative;
}


.rcts-widthcontainer.new-width-container {
    max-width: 1270px;
}

.course-inner-text {
    position: relative;
}

.course-first-inner-row > .custom-btn-view{
    z-index: 2;
    position: absolute;
    bottom: 30px;
    right: 40px;
    background-color: #008BDA !important;
    padding: 10px 35px;
}

.course-button.view-all-courses {
    max-width: 1170px;
    margin: 0 auto;
    text-align: right;
    padding-right: 30px;
}

.rcts-widthcontainer > .progress {
    margin: 50px auto 0;
    max-width: inherit ;
}
.course-first-inner-row{
    position: relative;
}