@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

.site-header{
    /* z-index: 991 !important; */
}
.rplg {
    position: relative;
    z-index: 99;
}
.offcanvas-menu.jsOffcanvasMenu.is_active a.offcanvas-menu__close {
    opacity: 1;
}

.fixed-header .site-header {
    background: #0274bd;
}
.filters-section {
    background: #fff;
    display: flex;
    border-top: 0px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
    border-left: 0px solid #dfdfdf;
    border-right: 0px solid #dfdfdf;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    max-width: 100%;
    margin: 0 auto 30px;
}

.filters-section .filter-tab a {
    text-transform: uppercase;
}

.filters-section h3 {
    font-weight: 500;
    font-size: 16px;
    margin: 0 !important;
}

.filters-section h3 a {
    text-decoration: none;
    color: #4E4E4E;
}

.filters-section .filter-tab a {
    padding: 24px 30px;
    display: block;
    font-weight: 700;
}

.filters-section .filter-tab a i.fa {
    margin-right: 8px;
}

.filters-section .filter-tab a,
.input-field .custom-select-wrapper {
    padding: 24px 35px;
    font-weight: 700;
    display: block;
    height: 67px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.input-field select {
    background: transparent;
    border: 0;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #4E4E4E;
}

.input-field select:focus {
    outline: none;
    box-shadow: none;
}


/*********** June 2022 project page css **********/
.page-template-template-projects .page-upper-part .text-content {
    display: none;
}

.page-template-template-projects .page-breadcrumbs {
    margin-bottom: 20px;
}

.filters-section {
    border: 1px solid #e4eff6;
    background: #f3fafe;
      padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
}

.filters-section select, .filters-section input {
    border: none;
    background: none;
    padding: 8px 15px;
    text-transform: none;
    font-size: 15px;
      font-weight: 600;
    width: 100%;
    color: #bfbfbf;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding-right: 32px;
}

.filters-section .filter-tab a {
    padding: 9.5px 20px;
    height: auto;
    font-size: 15px;
    text-transform: none;
    font-weight: 600 !important;
    color: #a0a0a0;
}

.filters-section > div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
}

.filters-section > div.filter-tab.filter-nav {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 0;
}

.filters-section .input-field i {
    display: none;
}

.filters-section > div.filter-tab.filter-nav i {
    display: none;
}

.filters-section > div.filter-tab.filter-nav a {
    padding-right: 0;
}

.filters-section > div.filter-tab.filter-nav a::after {
    content: ":";
}

.filters-section .input-field {
    border: 2px solid #dde1e3;
    background: #fff;
    padding-left: 0;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

.filters-section .input-field::after {
    content: "";
    border-top: 8px solid #bfbfbf;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    margin-top: 3px;
   z-index: -1;
}

.filters-section .submit-tab button, .filters-section .submit-tab input {
    background: #2474bd;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat';
    padding: 8.5px 20px;
    cursor: pointer;
    width: 100%;
    display: inline-block;
}


.deals-box .image a::before {
    content: "";
    display: block;
    padding-top: 70%;
}

.deals-box .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: .3s;
    object-fit: cover;
}
.deals-box:hover .image img {
    transform: scale(1.05);
}
.deals-box .image a {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #2474bd;
    overflow: hidden;
}

.deals-box .image i {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    box-shadow: rgba(0,0,0,.1) 0 0 10px;
    border-radius: 50%;
    transition: .3s;
    display: none;
}
.deals-box:hover .image i {
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.deals-box .cat_name {
    display: inline-block;
    border: 2px solid #e3e3e3;
    color: #e3e3e3;
    line-height: 1.2;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.deals-box .image {
    line-height: 1;
    font-size: 0;
    margin-left: -25px;
    margin-right: -25px;
}

.deals-box .cat_cont {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.deals-box {
    border: 2px solid #e3e3e3;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 100%;
}

.deals-grid .row {
    margin-left: -20px;
    margin-right: -20px;
}

.deals-grid .row > div {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.deals-box .content h3 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #2474bd;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.deals-box .content p {
    color: #a0a0a0;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}

.deals-box .content a.projects-btn {
    background: #2474bd;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    padding: 12px 20px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    transition: .3s;
}
.deals-box .content a.projects-btn:hover {
    background: #38bbff;
}
.deals-grid .row .pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    color: #e3e3e3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.deals-grid .pagination a {
    color: #e3e3e3;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    padding: 1.5px 5px;
    font-weight: 500;
}
.project_pages * {
    vertical-align: middle;
}
.page-template-template-projects .page-hero .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}
.pagination .project_pages {
    border: 2px solid #e3e3e3;
    display: inline-block;
    line-height: 1;
    padding: 6px 30px 6px;
    margin: 0 15px;
}
.pagination .next.page-numbers, .pagination .prev.page-numbers {
    border: 2px solid #e3e3e3;
    display: inline-block;
    line-height: 1.24;
    padding: 6px 12px 6px;
    font-weight: 600;
}
.pagination span.page-numbers.current::after {
    content: "of";
    margin-left: 5px;
}

.related-posts h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #2474bd;
    margin-bottom: 30px;
    letter-spacing: -1px;
    font-size: 34px;
}
.related-posts {padding-top: 45px;}


.single-rb_project .images-carousel .slick-list {
    margin: 0;
}
.project-rightbox-img {
    position: relative;
    font-size: 0;
    line-height: 1;
}

.project-rightbox-img::before {
    content: "";
    display: block;
    padding-top: 80%;
}

.project-rightbox-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project-rightbox {
    background: #f9f9f9;
    padding: 22px;
}

.single-rb_project .row {
    margin-left: -20px;
    margin-right: -20px;
}

.single-rb_project .row > div {
    padding-left: 20px;
    padding-right: 20px;
}

.single-rb_project .page-sections .col-lg-8 {
    -ms-flex-preferred-size: 62%;
    flex-basis: 62%;
    max-width: 62%;
}
.single-rb_project .page-sections .col-lg-4 {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    max-width: 38%;
}

.project-rightbox table {
    text-align: left;
    padding-top: 20px;
}

.project-rightbox table th {
    color: #2474bd;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.4;
}

.project-rightbox table td {
    color: #222222;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.4;
    padding-left: 40px !important;
}

.project-rightbox table th, .project-rightbox table td {
    padding: 10px 0;
    vertical-align: top;
}

.single-rb_project .section-image_slider {
    padding: 45px 0;
    background: #2474bd;
}

.single-rb_project .section-image_slider .slick-list.draggable {
    padding: 0 !important;
    margin: 0 -10px !important;
}

.single-rb_project .images-carousel__slide img {
    padding: 4px;
    background: #fff;
}

.project-rightbox-img i {
    font-style: normal;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #2474bd;
    position: absolute;
    z-index: 1;
    font-size: 20px;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 38px;
    background: #fff;
    border-radius: 6px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    opacity: 0;
}
.project-rightbox-img:hover i {
    opacity: 1;
}
.project-rightbox-img i::before {
    content: "\f002";
}

.single-rb_project a.images-carousel-nav__arrow svg {
    display: none;
}

.single-rb_project a.images-carousel-nav__arrow[data-dir="slickPrev"]::before, .single-rb_project a.images-carousel-nav__arrow[data-dir="slickNext"]::before {
    content: "<";
    font-size: 40px;
    font-weight: 600;
    color: #2474bd;
    background: #fff;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.single-rb_project a.images-carousel-nav__arrow {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
}
.single-rb_project a.images-carousel-nav__arrow[data-dir="slickNext"] {
    top: 50%;
    transform: translateY(-50%);
    left: inherit;
    right: 35px;
}
.single-rb_project a.images-carousel-nav__arrow[data-dir="slickNext"]::before {
    content: ">";
    margin-left: 2px;
}
.project-rightbox-img i::before {
    content: "\f002";
}

.single-rb_project .images-carousel__slide__img::after {
    content: "\f002";
    font-style: normal;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #2474bd;
    position: absolute;
    z-index: 1;
    font-size: 20px;
    top: 10px;
    left: 20px;
    width: 40px;
    height: 38px;
    background: #fff;
    border-radius: 6px;
    line-height: 38px;
    text-align: center;
    box-shadow: rgba(0,0,0,.12) 0 0 10px;
    cursor: pointer;
    transition: .3s;
    opacity: 0;
}
.single-rb_project .images-carousel__slide:hover .images-carousel__slide__img::after {
    opacity: 1;
}
.single-rb_project .images-carousel__slide {
    position: relative;
    padding: 0 10px;
}
.single-rb_project .images-carousel-nav__dots {
    display: none;
}

.single-rb_project .images-carousel-nav {
    margin-top: 0;
}
.single-rb_project .section-image_slider .slick-slider {
    opacity: 0;
}

.single-rb_project .section-image_slider .slick-initialized.slick-slider {
    opacity: 1;
}
.single-rb_project .images-carousel__slide__img {
    position: relative;
}

.single-rb_project .images-carousel__slide__img::before {
    content: "";
    display: block;
    padding-top: 80%;
}
.single-rb_project .images-carousel__slide__img a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.single-rb_project .images-carousel__slide__img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 100% !important;
}
.single-rb_project .section-image_slider button.slick-arrow {
    display: none !important;
}
.single-rb_project .related-posts .exclusive-left {
    margin-bottom: 0 !important;
}
.page-hero p {
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: -0.5px;
}
.page-hero p:last-child {margin-bottom: 0;}
.page-hero h1 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
    font-weight: 800;
    line-height: 1.03;
}
.archive .page-hero .container, .page-template-template-projects .page-hero .container {
    max-width: 71.1111111111rem;
}
.archive .deals-grid .exclusive-left {
    margin-bottom: 0;
}
.single-rb_project .page-hero, .page-template-template-projects .page-hero, .archive .page-hero {
    padding-top: 275px;
    padding-bottom: 50px;
}

.single-rb_project .text-content h1, .single-rb_project .text-content h2, .single-rb_project .text-content h3, .single-rb_project .text-content h4, .single-rb_project .text-content h5, .single-rb_project .text-content h6, .single-rb_project .text-content p {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}
.loadong {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,.95);
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section.single-blog.case-study p {
    font-family: 'Montserrat';
    margin-bottom: 18px;
    color: #000000;
    font-size: 18px;
    line-height: 1.3;
}
.section.single-blog.case-study p:last-of-type {
    margin-bottom: 0;
}
.section.single-blog.case-study h2 {
    font-family: 'Montserrat';
    color: #2474bd;
    margin-bottom: 24px;
    letter-spacing: -1px;
    font-size: 34px;
    font-weight: 700;
}
.section.single-blog.case-study h2 strong {
    font-weight: 700;
}
.section.single-blog.case-study p:last-child {
    margin-bottom: 0;
}
.case-study-grey-inner {
    background: #f9f9f9;
    padding: 45px 0;
}
.case-study-inner-colwrap {
    padding-top: 20px;
    margin-bottom: -20px;
}
.single-rb_project section.section.section-image_slider {
    margin-bottom: 0;
}

.case-study-white-inner {
    background: #fff;
    padding: 45px 0;
}
.single-rb_project .section.single-blog.case-study .case-study-white-inner {
    padding-bottom: 0;
}
.case-reviewbox {
    background: #f9f9f9;
    padding: 32px 60px 35px;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    color: #000;
    letter-spacing: -0.5px;
}
.case-reviewbox span {
    display: block;
    font-weight: 600;
    margin-top: 24px;
}
.case-study-inner-colwrap .row > div {
    margin: 20px 0;
}

.case-downloadbox {
    background: #f2faff;
    text-align: center;
    height: 100%;
}

.case-downloadbox a {
    max-width: 100%;
    width: 100%;
    padding: 30px 12%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.single-rb_project .section.single-blog.case-study {
    margin-bottom: 0 !important;
    margin-top: 0;
}
.section.single-blog.case-study p:last-of-type {
    margin-bottom: 0;
}

.case-stars {
    color: #f56a00;
    font-size: 23px;
    margin-bottom: 26px;
}

.case-reviewbox .google-icon img {
    width: 55px;
    margin: 0;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    box-shadow: rgba(0,0,0,.18) 0 1px 2px;
}

.case-reviewbox .google-icon {
    margin-bottom: 24px;
}

.case-downloadbox a {
    font-size: 0;
}
.single-rb_project .section .container > .text-content {
    padding: 40px;
    background: #f9f9f9;
}

.single-rb_project .page-sections .text-content p {
    line-height: 1.3;
    font-size: 18px;
    color: #000000;
}

.single-rb_project .page-sections .text-content h2 {
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 34px;
}
.single-rb_project .page-sections .text-content h2 strong {
    font-weight: 700;
}

.single-rb_project .page-breadcrumbs {
    margin-bottom: 10px;
}
.single-rb_project .page-sections .section {
    margin-top: 45px;
    margin-bottom: 45px;
}
.single-rb_project .page-sections .section:first-child {
    margin-top: 0;
}
.archive section.section.ggg {
    padding-top: 50px;
}   
.single-rb_project .feature-list:not(.feature-list-top-header) {
    display: none !important;
}

body .btn-yellow-solid:not(:hover) {
    background-color: #4d4f54;
    border-color: #4d4f54;
    color: #ffffff;
}
body .btn-yellow-solid:not(:hover) svg path {
    fill: #ffffff!important;
}


/* july 26 2022 */
.site-footer-licence__image img {
    height: 120px;
    object-fit: contain;
    width: 100%;
        margin-bottom: 26px;
}

.site-footer-licence__image-wrap {
    display: flex;
    margin-left: -30px;
}

.site-footer-licence__image {
    padding-left: 30px;
        width: 50%;
}
.site-footer-top__flex {
    margin: 0 !important;
}
.site-footer-top__flex .site-footer-contact {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.site-footer-top__flex .site-footer-top__right {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
        padding: 0;
}

.site-footer-top .container {
    max-width: 805px;
}

.site-footer-social-upper-wrap {
    width: 100%;
    border-top: dashed 0.0555555556rem #c1c1c3;
    padding-top: 34px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.site-footer-social-upper-wrap .site-footer-contact__upper {
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
}
.site-footer-social-upper-wrap .site-footer-contact__upper::before {
    display: none;
}
.site-footer-contact__social {
    display: inline-block;
}

.site-footer-contact__upper a {
    margin-right: 20px;
        padding: 0 !important;
}

.site-footer-contact__social a.social-networks__item {
    width: 55px;
    height: 55px;
}

.site-footer-contact__upper a img, .site-footer-contact__upper a svg {
    position: relative;
    top: -1px;
}

.site-footer-top {
    padding-top: 75px;
    padding-bottom: 70px;
}

.site-footer-bottom .container {
    max-width: 745px;
}

.site-footer-bottom__flex .site-footer-bottom__right {
    display: none;
}

.site-footer-copyright::before {
    opacity: 0;
}

.site-footer-bottom h3.site-footer-licence__title {
    margin: 0;
    margin-right: 6px;
}

.site-footer-bottom .site-footer-licence__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    justify-content: center;
    align-items: center;
    padding-left: 0 !important;
        padding-right: 0 !important;
}

.site-footer-bottom .site-footer-licence {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
        margin: 0 !important;
    padding-left: 0 !important;
        padding-right: 0 !important;
    padding-top: 20px !important;
}

.site-footer-bottom .site-footer-licence__text p br {
    content: "";
    display: inline-block;
    height: 12px;
    width: 1px;
    background: #75757A;
    margin-left: 5px;
    margin-right: 1px;
    position: relative;
    top: 1px;
}
.site-footer-licence__inner {margin:0 !important}


/* .problem-slove-box-section {
    padding-top: 100px;
} */
.home .newsection {
    padding-bottom: 105px !important;
}
.ps-box-wrap {
    position: relative;
    background: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      margin-top: -60px;
        width: 100%;
        overflow: hidden;
}

.ps-box-col {
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 50%;
    transition: .5s;
        pointer-events: none
}

.ps-box-main {
    position: relative;
    min-height: 410px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 1;
    color: #fff;
    padding: 25px 30px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.ps-box-itemsgroup {
    width: 66.66%;
}

.ps-box-main::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0173bd;
    opacity: .8;
}

.ps-box-inr.ps-box-inr-simple {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.ps-box-col:last-child .ps-box-main::before {
    background: #005288;
}

.ps-box-col:first-child .ps-box-main {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ps-box-col:last-child .ps-box-main {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ps-box-col:first-child {
    padding-right: 5px;
}

.ps-box-col:last-child {
    padding-left: 5px;
}

.ps-box-inr h5 {
    color: #fff;
    opacity: .5;
    font-size: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
    transition: .3s;
}

.ps-box-inr h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
    transition: .3s;
}

.ps-box-inr p {
    margin-bottom: 12px;
    transition: .3s;
    max-width: 300px;
}

.ps-box-inr p:last-child {
    margin-bottom: 0;
}

.ps-box-inr a.btn-yellow-solid.btn {
    margin-top: 3px;
    transition: .3s;
    font-size: 17px;
    border-radius: 8px;
}

.ps-box-inr.ps-box-inr-hover {
    text-align: left;
    padding: 30px;
    width: 33.33%;
}

.ps-box-itemsgroup-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
        justify-content: space-between;
    width: 100%;
    transform: translateY(100%);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    max-height: 20vh;
}

.ps-box-inr a.btn-yellow-solid.btn span {
    font-weight: 400;
}

.ps-box-itemsgroup-inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.ps-box-itemsgroup-col {
    width: 50%;
    padding: 10px;
}

.ps-box-itemsgroup-colbox {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px 10px;
    background: #0289da;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.5px;
        color: #fff;
    display: inline-block;
}

.ps-box-itemsgroup-col-img {
    margin-bottom: 10px;
    margin-top: 2px;
}

.ps-box-itemsgroup-col-img img {
    width: 100%;
    max-width: 85px;
    max-height: 67px;
    object-fit: contain;
}

.ps-box-itemsgroup-col-info p {
    margin: 0;
}

.ps-box-itemsgroup-col-info p {
    line-height: 1.2;
    font-size: 16px;
}

.ps-box-itemsgroup-col-info {
    padding: 0;
}

.ps-box-inr {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    transition: .3s;
}

.ps-box-col:hover .ps-box-inr.ps-box-inr-simple {
    opacity: 0;
    visibility: hidden;
}

.ps-box-col:hover .ps-box-itemsgroup-main {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: .2s;
    max-height: none;
}

.ps-box-col:first-child:hover {
    width: calc(100% - 170px);
}

.ps-box-col:first-child:hover ~ .ps-box-col {
    width: 170px;
}

.ps-box-col:first-child:hover ~ .ps-box-col .ps-box-inr.ps-box-inr-simple h5 {
    display: none;
}

.ps-box-col:first-child:hover ~ .ps-box-col .ps-box-inr.ps-box-inr-simple h2 {
    white-space: nowrap;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    letter-spacing: -1px;
}

.ps-box-col:first-child:hover ~ .ps-box-col .ps-box-itemsgroup-main {
    display: none;
}
.ps-box-col.next-hovered {
    width: 170px;
}
.ps-box-col.next-hovered .ps-box-inr.ps-box-inr-simple h5 {
    display: none;
}
.ps-box-col.next-hovered .ps-box-inr.ps-box-inr-simple h2 {
    white-space: nowrap;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    letter-spacing: -1px;
}
.ps-box-col:last-child .ps-box-itemsgroup-inr {
    justify-content: flex-end;
}
.ps-box-col:last-child:hover {
    width: calc(100% - 170px);
}
.ps-box-col:first-child:hover .ps-box-main {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.client-reviews-main {
    padding: 60px 0;
    text-align: center;
}

.client-reviews-main  .container {
    max-width: 1260px;
}

.client-reviews-title h2 {
    color: #0274bd;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.2222222222rem;
    line-height: 2.4444444444rem;
    margin-bottom: 17px;
}

.client-reviews-title {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.5px;
    margin-bottom: 36px;
}

.client-reviews-title p {
    margin-bottom: 15px;
    color: #999999;
}

.client-reviews-title p:last-child {
    margin-bottom: 0;
}

.client-reviews-colwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.client-reviews-col {
    width: 33.333%;
    padding: 5px;
}

.client-reviews-colbox {
    padding: 30px;
    background: #F9F9F9;
        height: 100%;
}

.client-reviews-colbox-img img {
    width: 25%;
}

.client-reviews-colbox-img {
    margin-bottom: 20px;
}

.c_reviews-star-rating {
    color: #E7711B;
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 1;
}

.c_reviews-star-rating > i {
    margin: 0 1px;
}

.c_reviews-content p {
    font-size: 17px;
    margin-bottom: 24px;
}

.c_reviews-content {
    font-family: 'usual', sans-serif;
}

.c_reviews-content p:last-child {
    margin-bottom: 0;
}

.why-choose-main {
    padding: 105px 0 94px;
    text-align: center;
}

.why-choose-title {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.5px;
    margin-bottom: 45px;
}

.why-choose-title h5 {
    color: #38BBFF;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.why-choose-title h2 {
    color: #0274bd;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.2222222222rem;
    line-height: 2.4444444444rem;
    margin-bottom: 17px;
}

.why-choose-colwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.why-choose-col {
    width: 20%;
}

.why-choose-colbox-img {
    margin-bottom: 20px;
}

.why-choose-colbox-img img {
    width: 40%;
}

.why-choose-content {
    font-family: neue-haas-grotesk-display,sans-serif;
}

.why-choose-content h3 {
    margin-bottom: 20px;
    color: #0274bd;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

.why-choose-colbox {
    padding: 10px;
    position: relative;
}

.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.why-choose-main-inr {
    padding: 65px 30px 40px;
    background-color: #F9F9F9;
}

.why-choose-col-container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

.has-blue-gradient-bg .row.info-grid-row > div {
    padding-bottom: 140px;
}
.has-blue-gradient-bg .text-content h4 {
    line-height: 1.1;
}
.main-content.home-new .has-blue-gradient-bg {
    padding-bottom: 0;
    margin-bottom: 15%;
        padding-top: 105px;
}

.main-content.home-new .has-blue-gradient-bg > img {
    margin-bottom: -11%;
    width: 100%;
}


.main-content.home-new .container {
    max-width: 1494px;
}

.main-content.home-new .client-reviews-title {
    text-align: center;
}
.main-content.home-new .client-reviews-main .client-reviews-title {
    margin-bottom: 46px;
}
.main-content.home-new .deals-grid {
    width: 100%;
}
/* .ps-box-col:last-child .ps-box-itemsgroup-col {
    width: 33.33%;
}

.ps-box-col:last-child .ps-box-itemsgroup {
    width: 47%;
} */
.ps-box-col:last-child .ps-box-itemsgroup-col {
    width: 50%;
}
.ps-box-col .ps-box-itemsgroup, .ps-box-col:last-child .ps-box-itemsgroup {
    width: 30.6%;
}
.ps-box-col.three-col-layout .ps-box-itemsgroup {
    width: 47.85%;
}
.ps-box-col.three-col-layout .ps-box-itemsgroup-col {
    width: 33.33%;
}
.ps-box-col.four-col-layout .ps-box-itemsgroup {
    width: 65.085%;
}
.ps-box-col.four-col-layout .ps-box-itemsgroup-col {
    width: 25%;
}
.main-content.home-new section.ggg .client-reviews-title h5 {
    font-size: 27px;
    max-width: 1000px;
    margin: 0 auto 10px;
    line-height: 1.2;
    color: #7a7a7a;
}
.main-content.home-new .ggg {
    padding-top: 86px;
}
.main-content.home-new section.ggg .container.container--internal {
    padding: 0;
}
.main-content.home-new .more-projects-btn {
    width: 100%;
    text-align: center;
        margin-top: -5px;
}
.main-content.home-new .more-projects-btn a.button {
    background: #016fc3;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 10px;
    line-height: 1.5;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.5px;
}
.main-content.home-new .client-reviews-main .client-reviews-title h5 {
    font-size: 26px;
    color: #7a7a7a;
}
.main-content.home-new .deals-grid > .row > div {
    margin-bottom: 0;
}
.main-content.home-new .client-reviews-main {
    padding-bottom: 75px;
}
p.gform_required_legend {
    width: 100%;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.comm-box .section-padding--no-pb {
    padding: 0;
}
.comm-box .deals-box h3 {
    line-height: 1em;
    letter-spacing: -0.5px !important;
    margin-bottom: 8px !important;
}


/*23-01-2023*/
.gravity-theme form .gform_footer input[type="submit"] {
    display: inline-block;
    font-size: .7222222222rem;
    line-height: 1rem;
    letter-spacing: .1666666667rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5555555556rem 1.0555555556rem;
    border: 0.1111111111rem solid #38BBFF;
    border-radius: 0.2222222222rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #F8F8F9;
    border-color: #F8F8F9;
    color: #0274BD;
    background: #0274BD;
    color: #fff;
    font-size: 1.1rem;
    padding: 20px 50px;
    border-radius: 10px;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-top: 1.1111111111rem;
    width: auto;
    margin-top: 0;
}
.gravity-theme form .gform_footer input[type="submit"]:hover {
    border-color: #38BBFF;
}
.home-hero__text {
    width: 100%;
}
.home-hero-logos {
    margin-top: 30px;
    font-size: 0;
    text-align: center;
}

.logo-slider {
    max-width: 90%;
    margin: 30px auto 0px;
    padding: 0px 20px;
}

.logo-slider .slick-arrow {
    min-width: 35px !important;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #38bbff45 !important;
    border: 1px solid #fff;
    padding: 8px;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    opacity: 0.5;
}
.logo-slider .slick-arrow:hover {
    opacity: 1;
}

.logo-slider .slick-prev {
    left: -25px;
}
.logo-slider .slick-next {
    right: -25px;
}

.logo-slider .slick-arrow img {
    width: 18px;
    height: 20px;
    object-fit: contain;
}

.logo-slider .slick-next img {
    padding-left: 3px;
}

.home-hero-logos.logo-slider{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.home-hero-logos.logo-slider.slick-initialized.slick-slider{
    display: block !important;
}

.home-hero-logos .slick-slide img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0px 12px;
}
.btn-wrap-cls {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.btn-wrap-cls a {
    color: #414143;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
}
.btn-wrap-cls a:hover{
    color: #38bbff;
}
.feature-list-top-header .feature-item__label a{
    color: #0274bd;
}
iframe.embed-container {
    width: 100%;
    top: 0;
    position: absolute;
    object-fit: cover;
    left: 0;
    z-index: 0;
    aspect-ratio: 16/9;
}
.youtube-bg {
    overflow: hidden;
    position: relative;
}
.youtube-bg:after {
    content: "" !important;
    background: #2373BD !important;
    z-index: 0 !important;
    opacity: 0.5 !important;
}


/* Media Queries */


@media only screen and (min-width: 991px){
.youtube-bg {
    padding-bottom: 15rem !important;
}
.ps-box-wrap {
    margin-top: -200px !important;
}
}

@media only screen and (min-width: 768px) {
    .page-hero__title {
        font-size: 2.4rem !important;
    }
}
@media only screen and (min-width: 1366px) {
    .page-hero__title {
        font-size: 3.4rem !important;
    }
}

@media(max-width: 1365px) {
    .ps-box-inr.ps-box-inr-hover {
        width: 35%;
        padding: 0px 10px 30px;
    }
    .ps-box-col.four-col-layout .ps-box-itemsgroup {
    width: 65%;
}
/*  .ps-box-itemsgroup {width: 63%;} */
}

@media(max-width: 1199px) {
    .ps-box-inr.ps-box-inr-hover {
        width: 40%;
        padding-left: 0;
        padding-right: 0;
    }
    .ps-box-itemsgroup, .ps-box-col .ps-box-itemsgroup, .ps-box-col:last-child .ps-box-itemsgroup {
        width: 50%;
    }

    .ps-box-col:last-child .ps-box-itemsgroup {
        width: 50%;
    }
    .ps-box-col.three-col-layout .ps-box-itemsgroup {
        width: 50%;
    }
    .ps-box-col.three-col-layout .ps-box-itemsgroup-col {
        width: 50%;
    }
    .ps-box-col.four-col-layout .ps-box-itemsgroup {
        width: 50%;
    }
    .ps-box-col.four-col-layout .ps-box-itemsgroup-col {
        width: 50%;
    }
    .ps-box-main {
        height: 100% !important;
    }
    
/*  .ps-box-itemsgroup-col, .ps-box-col:last-child .ps-box-itemsgroup .ps-box-itemsgroup-col {
        width: 25%;
    } */

    
/*  .ps-box-main {height: 648px !important;} */
    iframe.embed-containerainer {
        aspect-ratio: 16/11;
    }
}


@media only screen and (max-width: 1365px) {
    .single-rb_project a.images-carousel-nav__arrow {
        left: 7px;
    }

    .single-rb_project a.images-carousel-nav__arrow[data-dir="slickNext"] {
        left: inherit;
        right: 7px;
    }
}

@media(max-width: 1024px) {
    .ps-box-main {
        height: auto !important;
        border-radius: 10px !important;
    }
    .ps-box-col .ps-box-itemsgroup, .ps-box-col:last-child .ps-box-itemsgroup {
        width: 100%;
    }
    .ps-box-inr.ps-box-inr-hover {
        width: 100%;
    }
    .ps-box-itemsgroup {
        width: 100%;
    }
    .ps-box-col:last-child .ps-box-itemsgroup {
        width: 100%;
    }
    .ps-box-col.three-col-layout .ps-box-itemsgroup {
        width: 100%;
    }
    .ps-box-col.four-col-layout .ps-box-itemsgroup {
        width: 100%;
    }
    .ps-box-col .ps-box-itemsgroup-main {
        max-height: none !important;
        display: none;
        transition: none;
        transform: none;
        opacity: 1;
    }
    .ps-box-col:last-child .ps-box-itemsgroup-inr {
        justify-content: flex-start;
    }
    .ps-box-col:hover .ps-box-itemsgroup-main {
        max-height: none !important;
        display: block;
    }
    .ps-box-wrap {
        -ms-flex-wrap:  wrap;
        flex-wrap: wrap;
    }

    .ps-box-col {
        width: 100%;
    }

    .ps-box-col:first-child:hover ~ .ps-box-col {
        width: 100%;
    }

    .ps-box-col:first-child:hover {
        width: 100%;
    }

    .ps-box-col:first-child {padding-right: 10px;}

    .ps-box-col:first-child:hover ~ .ps-box-col .ps-box-inr.ps-box-inr-simple h2 {
        position: static;
        transform: none;
        white-space: normal;
    }

    .ps-box-col:last-child {
        padding-left: 10px;
    }

    .ps-box-col:last-child:hover {
        width: 100%;
    }

    .ps-box-col.next-hovered {
        width: 100%;
    }

    .ps-box-col.next-hovered .ps-box-inr.ps-box-inr-simple h2 {
        position: static;
        white-space: normal;
        transform: none;
    }
    
    .ps-box-inr h5 {
        font-size: 20px;
    }

    .ps-box-inr h2 {
        font-size: 32px !important;
    }

    .ps-box-inr p {
        font-size: 17px;
    }

    .ps-box-inr a.btn-yellow-solid.btn {
        font-size: 15px;
    }

    .client-reviews-title h2 {
        font-size: 32px;
    }

    .main-content.home-new section.ggg .client-reviews-title h5 {
        font-size: 20px;
    }

    .why-choose-title h2 {
        font-size: 32px;
    }

    .why-choose-title h5 {
        font-size: 20px;
    }

    .why-choose-content h3 {
        font-size: 20px;
    }

    .why-choose-content p {
        line-height: 1.2;
    }

    .why-choose-col {
        width: 33.33%;
    }

    .has-blue-gradient-bg .row.info-grid-row > div:not(:last-child) {
        padding-bottom: 45px;
    }

    .has-blue-gradient-bg .row.info-grid-row > div {
        padding-bottom: 30px;
    }

    .main-content.home-new .has-blue-gradient-bg .info-text-bottom {
        margin-bottom: 60px;
        margin-top: 48px;
    }

    .main-content.home-new .client-reviews-main .client-reviews-title h5 {
        font-size: 20px;
    }

    div#gform_wrapper_5 {
        padding-left: 10px;
        padding-right: 10px;
    }

        .ps-box-itemsgroup-main > * {
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }
    .ps-box-col.active .ps-box-itemsgroup-main > * {
        opacity: 1;
        visibility: visible;
        transition-delay: .4s;
    }

    .ps-box-main::after {
        z-index: 1;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: none;
        opacity: 1;
        transition-delay: .5s;
    }
    .ps-box-col.active .ps-box-main::after {
        opacity: 0;
        visibility: hidden;
    }
    .ps-box-col .ps-box-inr.ps-box-inr-simple {
        z-index:2;
    }
    .ps-box-col:hover .ps-box-itemsgroup-main {
        max-height: none !important;
        display: none;
        transition-delay: 0s;
        transform: none;
        opacity: 1;
    }
    .ps-box-col.active .ps-box-itemsgroup-main {
        max-height: none !important;
        transition-delay: 0s;
        transform: none;
        opacity: 1;
    }
    .ps-box-main:hover .ps-box-inr.ps-box-inr-simple {
        opacity: 1;
        visibility: visible;
    }
    .ps-box-col.active .ps-box-main .ps-box-inr.ps-box-inr-simple {
        opacity: 0 !important;
        visibility: hidden !important;
    }
    .newsection .cta_banner_text.home-hero__sub_title a.home-hero-ctablock-button {
        margin-left: auto;
        display: block;
        max-width: 320px;
        margin-right: auto;
            margin-top: 10px;
    }
    .newsection .cta_banner_text.home-hero__sub_title {
        max-width: 700px;
    }
    .home-hero__actions {
        margin-top: 20px !important;
    }
    .ps-box-col .ps-box-inr.ps-box-inr-simple h5 {
        display: block !important;
    }
    .youtube-bg {
        padding-top: 8rem !important;
    }
    iframe.embed-containerainer {
        aspect-ratio: 19/11;
    }
}

@media only screen and (max-width: 991px) {
    .deals-grid .exclusive-left > .row > div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    .filters-section {
        flex-wrap: wrap;
    }
    .filters-section > div {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 10px;
    }
    .filters-section .input-field {
        -webkit-flex: 0 0 calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
    .filters-section > div.filter-tab.filter-nav {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .single-rb_project .page-sections .col-lg-8 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .single-rb_project .page-sections .col-lg-4 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .project-rightbox {
        margin-top: 30px;
    }
    iframe.embed-container {
        position: absolute;
        top: 67%;
        left: 50%;
        width: 266vw;
        height: 86vh;
        transform: translate(-55%, -60%);
        pointer-events: none;
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .page-hero p {margin-bottom: 12px;margin-top: 12px;}
    .single-rb_project .page-sections .text-content h2,
    .section.single-blog.case-study h2,
    .related-posts h2 {font-size: 28px;}
    .case-downloadbox a {padding: 30px;}
    .case-reviewbox {padding: 30px;font-size: 16px;}
    .site-footer-licence__image {width: 100%;text-align: center;}
/*    .site-footer-licence__image-wrap {flex-wrap: wrap;}*/
    .site-footer-social-upper-wrap .site-footer-contact__upper {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;align-items: center;}
    .site-footer-contact__social {width: 100%;}
    .social-networks.social-networks--footer {width: 100%;justify-content: center;margin-bottom: 20px;}
    .site-footer-licence__image img {max-height: none;max-width: 270px;}
    .site-footer-links a {
        margin: 0 10px;
    }.site-footer-copyright {margin-bottom: 0;}
    .client-reviews-colbox {
        height: auto;
    }
    .ps-box-itemsgroup-col, .ps-box-col:last-child .ps-box-itemsgroup .ps-box-itemsgroup-col {
        width: 50%;
    }
    .ps-box-col.three-col-layout .ps-box-itemsgroup-col {
        width: 50%;
    }
    .ps-box-col.four-col-layout .ps-box-itemsgroup-col {
        width: 50%;
    }

    .main-content.home-new .more-projects-btn a.button {
        font-size: 15px;
    }

    .why-choose-col {
        width: 100%;
    }

    .client-reviews-col {
        width: 100%;
    }
        .ps-box-main {
        padding: 25px 20px;
            min-height: 270px;
    }

    .ps-box-itemsgroup-col-img img {
        max-height: 50px;
    }

    .ps-box-itemsgroup-col-info p {
        font-size: 14px;
    }

    .ps-box-itemsgroup-col {
        padding: 5px;
    }

    .ps-box-itemsgroup-inr {
        margin: 0 -5px;
    }
        .why-choose-title h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .client-reviews-title h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .main-content.home-new section.ggg .client-reviews-title h5 {
        font-size: 18px;
    }

    .ps-box-inr h2 {
        font-size: 26px !important;
    }

    .ps-box-inr h5 {
        font-size: 16px;
    }

    .why-choose-title h5 {
        font-size: 17px;
    }

    .why-choose-content h3 {
        font-size: 20px;
    }

    .main-content.home-new .client-reviews-main .client-reviews-title h5 {
        font-size: 18px;
    }

    .c_reviews-content p {
        font-size: 16px;
    }
        .ps-box-col .ps-box-inr.ps-box-inr-simple {
        opacity: 1;
        visibility: visible;
    }
    .ps-box-col.active .ps-box-inr.ps-box-inr-simple {
        opacity: 0 !important;
        visibility: hidden !important;
    }
    /* .problem-slove-box-section {padding-top: 80px;} */
    .why-choose-main {padding: 70px 0 80px;}
    .main-content.home-new .has-blue-gradient-bg {padding-top: 80px;}
    .main-content.home-new .client-reviews-main {padding-bottom: 35px;}
    .main-content.home-new .ggg {
        padding-top: 66px;
    }
    .rplg-badge-cnt {
        transform: scale(0.80);
    }
    .logo-slider img:first-child,
    .home-hero-logos.logo-slider.slick-initialized.slick-slider img{
        display: block;
    }
    .logo-slider img{
        display: none;
    }
    .site-footer-licence__image {
        padding-left: 0;
    }
    .site-footer-licence__image:nth-child(2) {
        flex: 0 0 63% !important;
    }
    .site-footer-licence__image img {
        max-width: 249px;
        height: auto;
    }
    .site-footer-licence__image-wrap {
        margin-left: 0;
    }
    
}

@media only screen and (max-width: 575px) {
    .deals-grid .exclusive-left > .row > div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    .filters-section > div {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .filters-section .input-field {
        -webkit-flex: 0 0 calc(100% - 20px);
        -ms-flex: 0 0 calc(100% - 20px);
        flex: 0 0 calc(100% - 20px);
    }
    .project-rightbox table th {
        font-size: 16px;
    }

    .project-rightbox table td {
        font-size: 14px;
    }
    .ps-box-col .ps-box-itemsgroup-main {
        display: block !important;
        visibility: visible;
        transform: initial !important;
    }
    .ps-box-col .ps-box-itemsgroup-main div {
        opacity: 1 !important;
        visibility: visible;
    }
    .ps-box-col .ps-box-inr.ps-box-inr-simple {
        opacity: 0;
        visibility: hidden;
    }
    body {
        overflow-x: hidden;
    }
    .gravity-theme form .gform_footer input[type="submit"] {
        font-size: 16px;
        padding: 20px 15px;
        width: 100%;
    }
    .site-footer-links {
        display: block;
    }
    .site-footer-links a {
        margin-right: 15px;
        margin-left: 0px;
    }
}

@media(max-width: 359px) {
    .site-header a.btn-yellow-solid.header-wide svg {
        margin-right: 5px;
    }

    .site-header 
    a.site-header-toggle {
        margin-left: 10px;
    }
        .ps-box-main {
    padding: 25px 15px;
}
    .ps-box-itemsgroup-col-info p {
    font-size: 13px;
}
}





