@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    background: #fff;
    --space: 5px;
}

/* --------------------------------------
Global Typography
------------------------------------------*/

.refsolution h1,
.refsolution h2,
.refsolution h3,
.refsolution h4,
.refsolution h5,
.refsolution h6 {
    margin: 0 0 15px;
    font-weight: 600;
}

.refsolution h1 {
    font-size: 30px;
    line-height: 45px;
}

.refsolution h2 {
    font-size: 24px;
}

.refsolution h3 {
    font-size: 20px;
}

.refsolution h4 {
    font-size: 18px;
}

.refsolution h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.refsolution h6 {
    font-size: 14px;
    line-height: 24px;
}

.refsolution h1.description_h1 {
    color: #1B723F;
    font-size: 35px;
}

.refsolution h1.brands_h1 {
    color: #1B723F;
    font-size: 35px;
}

.refsolution h3.description_2_h3 {
    color: #1B723F;
    padding-bottom: 20px;
    font-size: 35px;
}

.refsolution h1.contact_h1,
.refsolution h1.footer_h1 {
    color: #fff;
    font-size: xxx-large;
    padding-bottom: 20px;
}

.refsolution h1.approach_description_h1 {
    color: #1B723F;
    font-size: 35px;
}

.refsolution h1.book_call_h1 {
    color: #212a7a;
    font-size: xxx-large;
    padding-bottom: 20px;
}

.refsolution h1.footer_h1 {
    color: #212a7a;
    font-size: xx-large;
    padding-bottom: 20px;
}

.refsolution p.footer_p {
    color: #212a7a;
}

.refsolution h1.about_description_h1 {
    color: #212a7a;
    font-size: 50px;
    padding-top: 130px;
    padding-bottom: 30px;
}

.refsolution h1.approach_h1 {
    color: #fff;
    font-size: 150px;
    margin-top: 60px;
    z-index: 100;
    position: absolute;
    opacity: 50%;
    font-weight: 600;
}

.refsolution h2.approach_h2 {
    color: #fff;
    padding-top: 20px;
}

.refsolution h2.ourvalues_h2 {
    color: #fff;
    padding-top: 20px;
}

.refsolution h2.approach_values_h2 {
    color: #fff;
    padding-top: 20px;
}

.refsolution h2.approach_description_h2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: xx-large;
    color: #fff;
}

.refsolution h2.ourvalues_description_h2 {
    padding-top: 40px;
    font-size: 35px;
    color: #1B723F;
}

.refsolution h1.team_description_h1 {
    color: #1B723F;
    font-size: 26px;
    padding-top: 20px;
    padding-bottom: 50px;
    line-height: 35px;
}

.refsolution h1.fractional_h1 {
    font-size: 35px;
    /* padding-bottom: 30px;
    */
    color: #1B723F;
}

.refsolution h2.fractional_h2 {
    padding-top: 30px;
    color: #fff;
}

.refsolution h1.services_description_h1 {
    color: #1B723F;
    font-size: 35px;
    padding-top: 40px;
}

.refsolution h3.services_description_2_h3 {
    font-size: 30px;
    color: #1B723F;
}

.refsolution h1.blogs_h1 {
    color: #1B723F;
    font-size: 50px;
    padding-top: 50px;
}

.refsolution p.blogs_p {
    padding-top: 20px;
    font-size: 30px;
    color: #1B723F;
}

.refsolution a.btn.btn-green.btn-book-a-call {
    color: #fff;
}

.refsolution a.btn.btn-green.btn-book-a-call:hover {
    color: #1B723F;
}

.refsolution h1.fractional_description_h1 {
    color: #1B723F;
    font-size: 35px;
    /* padding-top: 130px;
    padding-bottom: 30px;
    line-height: 100px;
    */
}

.refsolution a {
    color: #212a7a;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.refsolution a,
.refsolution a:active,
.refsolution a:focus,
.refsolution a:active {
    text-decoration: none;
    outline: none;
}

.refsolution a:hover,
.refsolution a:focus {
    text-decoration: none;
}

.refsolution ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.refsolution .gray-bg {
    background-color: #f9f9f9;
}

.refsolution .white-bg {
    background-color: #fff;
}

.refsolution #main-wrapper {
    background: #fff;
}

.refsolution .btn {
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 13px;
    border-radius: 0;
    text-transform: uppercase;
}

.refsolution .btn-primary {
    background-color: #0a192f;
    border-color: #0a192f;
}

.refsolution .btn-primary.active,
.refsolution .btn-primary.focus,
.refsolution .btn-primary:active,
.refsolution .btn-primary:focus,
.refsolution .btn-primary:hover,
.refsolution .open>.dropdown-toggle.btn-primary {
    background-color: #fff;
    border-color: #0a192f;
    color: #0a192f;
}

.refsolution .btn-default {
    color: #313131;
    background-color: transparent;
    border-color: #313131;
}

.refsolution .btn-default.active,
.refsolution .btn-default.focus,
.refsolution .btn-default:active,
.refsolution .btn-default:focus,
.refsolution .btn-default:hover,
.refsolution .open>.dropdown-toggle.btn-default {
    color: #0a192f;
    background-color: #fff;
    border-color: #fff;
}

.refsolution .btn-black {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.refsolution .btn-black:focus,
.refsolution .btn-black:hover {
    color: #313131;
    border-color: #313131;
    background-color: transparent !important;
}

.refsolution button:focus,
.refsolution .btn:focus,
.refsolution .btn:active:focus {
    outline: none;
}

.ptb-20 {
    padding-top: 0px;
    padding-bottom: 50px;
    background-color: #fff;
}

.pt-100 {
    padding-top: 100px;
}

.ptb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #0a192f;
    color: #fff;
}

.ptb-101 {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #fff;
}

.refsolution .footer_section {
    background-color: #fff;
}

.refsolution .ptb-102 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}

.refsolution .ptb-103 {
    padding-bottom: 100px;
    background-color: #fff;
}

.refsolution .ptb-104 {
    background-color: #fff;
}

.refsolution .ptb-105 {
    padding-top: 100px;
    background-color: #fff;
}

.refsolution .ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.refsolution .ptb-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}

.refsolution .ptb-170 {
    padding-top: 170px;
    padding-bottom: 170px;
}

@media (min-width: 768px) {
    .refsolution {
        /*custom-padding class*/
    }

    .refsolution .pl-30 {
        padding-left: 30px;
    }

    .refsolution .pr-30 {
        padding-right: 30px;
    }
}

.refsolution .text-highlights {
    color: #fff;
    padding: 0px 5px;
}

.refsolution .text-highlights.black {
    background: #313131;
}

.refsolution .text-highlights.blue {
    background: #0a192f;
}

.refsolution .page-header {
    padding-bottom: 0;
    margin: 100px 0;
    border-bottom: 0;
}

.refsolution .page-header h1 {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

.refsolution .page-header .sub-title {
    display: block;
    font-size: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 766px) {
    .refsolution .page-header h1 {
        font-size: 44px;
        line-height: 44px;
    }

    .refsolution .page-header .sub-title {
        font-size: 30px;
        line-height: 30px;
    }
}

.refsolution .feature-section {
    background: url(../../assets/img/feature-bg.html) no-repeat;
    background-size: cover;
}

#toTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #0a192f;
    cursor: pointer;
    display: none;
    z-index: 1;
    width: 30px;
    height: 30px;
    border: 2px solid #0a192f;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

#toTop:hover {
    color: #fff;
    background-color: #0a192f;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.refsolution .page-title-section {
    padding-top: 80px;
    background: url(../../assets/img/page-bg/page-bg-1.html) no-repeat center center #4795bb;
    background-size: cover;
}

@media screen and (max-width: 1279px) {
    .refsolution .navbar-collapse.collapse {
        display: none !important;
    }

    .refsolution .navbar-default {
        background: #fff !important;
        padding: 10px 0;
        border-bottom: none;
    }

    .refsolution .navbar-brand>img {
        padding-top: 30px;
    }
}

@media (min-width: 768px) {
    .refsolution .navbar-default {
        background-color: transparent;
        border-color: transparent;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .refsolution .sticky-nav.navbar-default {
        background-color: #0a192f;
        padding: 15px 0;
    }

    .refsolution .navbar-right .dropdown-menu {
        right: auto;
    }

    .refsolution .navbar-right {
        margin-top: -15px;
    }
}


@media (min-width: 1336px) {
    .refsolution .navbar-brand {
        margin-top: -10px;
    }
}

.refsolution .navbar-default {
    margin-bottom: 0;
}

.refsolution .navbar-brand {
    /*padding-top : 0;
   */
    padding-bottom: 0;
    height: 40px;
}

.refsolution .navbar-brand img {
    width: 30%;
    transition: width 1s;
}

.refsolution .navbar-default .navbar-nav>li {
    margin-right: 17px;
}

.refsolution .navbar-default .navbar-nav>li:last-child {
    margin-right: 0px;
}

.refsolution .sticky-nav .navbar-nav>li>a {
    color: #fff !important;
}

.refsolution .navbar-default .navbar-nav>li>a {
    color: #212a7a;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 17px;
    border: 2px solid transparent;
    border-radius: 2px;
    text-transform: uppercase;
}

.refsolution .navbar-default .navbar-nav>li>a:focus,
.refsolution .navbar-default .navbar-nav>li>a:hover {
    color: #0a192f;
    background-color: transparent;
    border: 2px solid #fff;
}

.refsolution .navbar-default .navbar-nav>.active>a,
.refsolution .navbar-default .navbar-nav>.active>a:focus,
.refsolution .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #0a192f;
    border: 2px solid #fff;
}

.refsolution .navbar-default .navbar-nav>li>a:focus,
.refsolution .navbar-default .navbar-nav>li>a:hover {
    color: #c4c4c4;
}

.refsolution .nav-cta {
    float: right;
    margin-right: 40px;
    margin-left: 20px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.refsolution .nav-cta>li>a {
    display: inline-block;
    color: #fff;
    width: 20px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.refsolution .nav-cta .dropdown-menu {
    left: auto;
    right: 0;
}

.refsolution .head-search {
    width: 370px;
}

.refsolution .head-search {
    padding: 8px;
}

.refsolution .head-search .form-control {
    height: 40px;
}

.refsolution .head-search .btn {
    padding: 10px 20px;
}

.refsolution .dropdown-menu {
    display: inherit;
    top: 100% !important;
    padding: 0;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    box-shadow: 0px -2px 0px #000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
}

.refsolution .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 28px !important;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.refsolution .dropdown-menu::before {
    top: -30px;
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    display: block;
}

.refsolution .sticky-nav .dropdown:hover .dropdown-menu {
    margin-top: 14px !important;
}

.refsolution .dropdown-header {
    font-size: 11px;
    line-height: 30px;
    font-weight: 600;
    color: #313131;
    text-transform: uppercase;
}

.refsolution .dropdown-menu li a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    color: #969595;
    padding: 3px 20px;
}

.refsolution .dropdown-menu li a:hover {
    color: #0a192f;
    padding-left: 25px;
    /*background-color : #f5f5f5;
   */
}

.refsolution .dropdown-menu>.active>a,
.refsolution .dropdown-menu>.active>a:focus,
.refsolution .dropdown-menu>.active>a:hover {
    color: #0a192f;
    background-color: #f5f5f5;
    padding-left: 25px;
}

.refsolution .navbar-default .navbar-nav>.open>a,
.refsolution .navbar-default .navbar-nav>.open>a:focus,
.refsolution .navbar-default .navbar-nav>.open>a:hover {
    color: #000;
    background-color: transparent;
}

.refsolution .m-menu .nav,
.refsolution .m-menu .collapse,
.refsolution .m-menu .dropup,
.refsolution .m-menu .dropdown {
    position: static;
}

.refsolution .m-menu .container {
    position: relative;
}

.refsolution .m-menu .dropdown-menu {
    left: auto;
}

.refsolution .m-menu .dropdown.m-menu-fw .dropdown-menu {
    left: 15px;
    right: 15px;
}

.refsolution .m-menu-content ul {
    border-right: 1px solid #f5f5f5;
    padding: 20px;
}

.refsolution .m-menu-content ul:last-of-type {
    border-right: 0;
}

@media (max-width: 1279px) {
    .refsolution .navbar-toggle {
        display: block;
    }
}

.refsolution .navbar-toggle {
    position: absolute;
    right: 20px;
    padding: 5px 10px;
    border: 0;
    border-radius: 0;
}

.refsolution .navbar-default .navbar-toggle:focus,
.refsolution .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.refsolution .navbar-toggle .icon-bar {
    width: 14px;
    height: 3px;
}

.refsolution .navbar-default .navbar-toggle .icon-bar {
    background-color: #212a7a;
}

.refsolution .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}

.refsolution .uc-mobile-menu-container>div {
    visibility: hidden;
}

.refsolution #menu {
    margin: 50px 40px;
}

.refsolution #menu>li {
    text-transform: uppercase;
}

.refsolution #menu>li:last-child {
    border-bottom: 0;
}

.refsolution #menu>li ul li {
    margin-left: 0;
    color: #999;
}

.refsolution #menu li a {
    display: block;
    text-decoration: none;
    color: #777;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px dotted #444;
}

.refsolution #menu li a:hover,
.refsolution #menu li.active a {
    color: #fff;
}

.refsolution .uc-mobile-menu .close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 44px;
    height: 44px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.refsolution .uc-mobile-menu .close:hover {
    opacity: 1;
}

.refsolution .hero-slide .carousel-caption {
    bottom: 55%;
    left: 2%;
    right: 0%;
    text-shadow: none;
    transform: translateY(50%);
}

.refsolution .hero-slide .carousel-caption h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: #212a7a;
}

.refsolution .hero-slide .carousel-caption p {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.refsolution .hero-slide .carousel-control.left,
.refsolution .hero-slide .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 46px;
    top: 50%;
    margin-top: -25px;
    background: transparent;
    cursor: pointer;
    border: 2px solid #fff;
    text-shadow: none;
}

.refsolution .hero-slide .carousel-control.left {
    left: 1%;
}

.refsolution .hero-slide .carousel-control.right {
    right: 1%;
}

.refsolution .hero-slide .carousel-indicators {
    bottom: 60px;
}

.refsolution .hero-slide .carousel-indicators li {
    border: 2px solid #fff;
}

@media screen and (max-width: 1279px) {
    .refsolution .hero-slide {
        margin-top: 60px;
    }

    .refsolution .hero-slide .carousel-caption h1 {
        font-size: 24px;
        padding-top: 10px;
    }

    .refsolution .hero-slide .carousel-indicators {
        bottom: 20px;
    }

    .refsolution .hero-slide .carousel-caption p {
        font-size: 12px;
    }
}

.refsolution .section-title h2 {
    font-size: 30px;
    text-transform: capitalize;
    position: relative;
}

.refsolution .section-title span.bordered-icon {
    color: #dadada;
    padding: 0 10px;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}

.refsolution .section-title span.bordered-icon:before,
.refsolution .section-title span.bordered-icon:after {
    content: "";
    background: #dadada;
    width: 50px;
    height: 1px;
    top: 8px;
    position: absolute;
}

.refsolution .section-title span.bordered-icon:before {
    left: 100%;
}

.refsolution .section-title span.bordered-icon:after {
    right: 100%;
}

.refsolution .x-services .thumbnail {
    padding: 0;
    line-height: 24px;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    margin-bottom: 30px;
}

@media (min-width: 768px) {

    .refsolution .x-services .thumbnail a>img,
    .refsolution .x-services .thumbnail>img {
        float: left;
    }
}

@media (max-width: 767px) {

    .refsolution .x-services .thumbnail a>img,
    .refsolution .x-services .thumbnail>img {
        width: 100%;
    }
}

.refsolution .x-services .thumbnail .caption {
    padding: 30px;
    color: #969595;
    overflow: hidden;
}

.refsolution .x-services .thumbnail .caption h3 {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.refsolution .x-services .thumbnail .caption h3 a {
    color: #313131;
}

.refsolution .x-services .thumbnail .caption h3 a:hover {
    color: #0a192f;
}

.refsolution .x-services .thumbnail .caption p {
    margin: 0;
}

.refsolution .x-features {
    background: #4d7ecc;
    padding: 100px 0 85px;
}

.refsolution .x-features .section-title h2 {
    color: #fff;
}

.refsolution .x-features .img-left {
    margin-top: 20px;
}

@media (max-width: 992px) {
    .refsolution .x-features .img-left {
        margin-bottom: 40px;
        margin-top: 0px;
    }
}

.refsolution .x-features .promo-icon {
    float: left;
    margin-right: 25px;
    font-size: 30px;
    color: #9dd1f6;
}

.refsolution .x-features .promo-content {
    color: #9dd1f6;
    overflow: hidden;
    border-bottom: 1px solid rgba(157, 209, 246, 0.4);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.refsolution .x-features .promo-content.last-type {
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.refsolution .x-features .promo-content h3 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
}

.refsolution .team {
    padding: 0;
    margin-bottom: 40px;
    line-height: 22px;
    background-color: #fff;
    border: 0;
}

@media (max-width: 767px) {
    .refsolution .team {
        margin-bottom: 30px;
    }
}

.refsolution .team img {
    width: 100%;
    border-radius: 50%;
}

.refsolution .team .caption {
    padding: 15px 0;
    color: #313131;
    /*background-color : #f9f9f9;
   */
}

.refsolution .team h3 small {
    font-size: 11px;
    color: #212a7a;
    text-transform: uppercase;
}

.refsolution .team h3 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}

.refsolution .testimonial .section-title h2 {
    color: #fff;
}

.refsolution .testimonial {
    padding: 100px 0px;
    color: #fff;
    background: #0c0fce;
    /* gradient: #0c0fce+0,e000e0+100 */
    background: -moz-linear-gradient(-45deg, #0c0fce 0%, #e000e0 100%);
    /* Old browsers */
    background: -webkit-linear-gradient(-45deg, #0c0fce 0%, #e000e0 100%);
    /* FF3.6-15 */
    background: linear-gradient(135deg, #0c0fce 0%, #e000e0 100%);
    /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0fce', endColorstr='#e000e0', GradientType=1);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.refsolution .testimonial .carousel-control {
    text-shadow: none;
}

.refsolution #testimonialSlider .carousel-inner .item {
    text-align: center;
}

.refsolution #testimonialSlider .carousel-inner .item img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    opacity: 50%;
}

.refsolution #testimonialSlider .carousel-inner .item .name {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.5);
}

.refsolution #testimonialSlider .carousel-inner .item blockquote {
    border-left: 0px;
}

.refsolution #testimonialSlider .carousel-inner .item blockquote p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    /*padding: 0px 80px;
   */
}

.refsolution #testimonialSlider .carousel-inner .item blockquote ul {
    margin: 30px 0px;
}

.refsolution #testimonialSlider .carousel-control.right,
.refsolution #testimonialSlider .carousel-control.left {
    background: transparent;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    top: 50%;
}

@media (min-width: 768px) {
    .refsolution {
        /*custom-padding class*/
    }

    .refsolution #testimonialSlider .carousel-indicators {
        bottom: -60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .refsolution #testimonialSlider .carousel-inner .item blockquote p {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .refsolution #testimonialSlider .carousel-inner .item blockquote p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .refsolution #testimonialSlider .carousel-inner .item blockquote p {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 20px;
        padding: 0;
    }
}

@media (max-width: 766px) {

    .refsolution #testimonialSlider .carousel-control.right,
    .refsolution #testimonial-slider .carousel-control.left {
        display: none;
    }

    .refsolution #testimonialSlider .carousel-inner .item blockquote p {
        margin-bottom: 20px;
        padding: 0;
    }
}

.refsolution .client-logo a img {
    /*width : 100%;
   */
    opacity: 0.5;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.refsolution .client-logo a:hover img {
    opacity: 1;
}

.refsolution .client-logo .row {
    display: table-row;
}

.refsolution .client-logo .row .client {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding-right: 80px;
}

@media (max-width: 992px) {
    .refsolution .client-logo .section-margin {
        margin-bottom: 30px;
    }
}

.refsolution .single-page-title {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    padding: 15% 0 0%;
    position: relative;
}

.refsolution .single-page-title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.refsolution .single-page-title h2 {
    display: inline-block;
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 100px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
    .refsolution .single-page-title h2 {
        font-size: 30px;
    }

    .refsolution .single-page-title {
        padding-top: 25%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
    .refsolution .single-page-title h2 {
        font-size: 35px;
    }

    .refsolution .single-page-title {
        padding-top: 20%;
    }
}

@media only screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait) {
    .refsolution .single-page-title h2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 640px) and (orientation: landscape) {
    .refsolution .single-page-title h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .refsolution .single-page-title h2 {
        font-size: 40px;
    }

    .refsolution .single-page-title {
        padding-top: 20%;
    }
}

.refsolution .x-progress .progress-wrapper {
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
}

.refsolution .x-progress .progress-item {
    line-height: 43px;
    padding: 0 20px;
    border-bottom: 1px solid #f1f1f1;
}

.refsolution .x-progress .progress-item:last-of-type {
    border-bottom: 0;
}

.refsolution .x-progress .progress-title {
    display: inline-block;
    float: left;
    width: 95px;
}

.refsolution .x-progress .progress-percent {
    display: inline-block;
    float: right;
    text-align: center;
    padding-left: 30px;
}

.refsolution .x-progress .progress {
    width: 70%;
    display: inline-block;
    height: 8px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    box-shadow: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .refsolution .x-progress .progress {
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .refsolution .x-progress .progress {
        width: 60%;
    }
}

@media only screen and (max-width: 479px) {
    .refsolution .x-progress .progress-title {
        width: 70px;
    }

    .refsolution .x-progress .progress {
        width: 40%;
    }
}

.refsolution .x-progress .progress-bar {
    background-color: #0a192f;
    box-shadow: none;
}

.refsolution .service-icon-style .promo-block-wrapper {
    /*margin-bottom: 80px;
   */
}

.refsolution .service-icon-style .promo-icon {
    width: 75px;
    height: 80px;
    color: #dadada;
    font-size: 24px;
    line-height: 76px;
    text-align: center;
    border: 2px solid #dadada;
    margin: 0 auto 36px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.refsolution .service-icon-style .promo-block-wrapper:hover .promo-icon {
    background-color: #0a192f;
    color: #fff;
    border: 2px solid transparent;
}

.refsolution .service-icon-style .promo-content {
    padding: 20px;
}

.refsolution .service-icon-style .promo-content h3 {
    font-size: 15px;
    text-transform: capitalize;
}

.refsolution .x-accordion-section {
    background: #f9f9f9;
}

.refsolution .x-accordion .panel-group .panel+.panel {
    margin-top: 0px;
}

.refsolution .x-accordion .panel-group {
    margin-bottom: 0;
}

.refsolution .x-accordion .panel-default {
    border: 0;
}

.refsolution .x-accordion .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 10px solid transparent;
    border-radius: 0;
    margin: 0;
    padding-bottom: 0px;
}

.refsolution .x-accordion .panel:last-of-type {
    border-bottom: 0;
}

.refsolution .x-accordion .panel .panel-heading a {
    display: block;
    /*padding: 12px 30px;
   */
    background: #0a192f;
    color: #fff;
    line-height: 35px;
}

.refsolution .x-accordion .panel .panel-heading a.collapsed {
    color: #fff;
    background-color: #0a192f;
    /*padding: 12px 30px;
   */
}

.refsolution .x-accordion .panel-default>.panel-heading {
    border-radius: 0px;
    padding: 0;
    background-color: #0a192f;
}

.refsolution .x-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    margin-top: 10px;
    padding: 10px 30px 30px 30px;
    background: #fff;
    color: #212a7a;
    font-size: 14px;
    border-radius: 25px;
    border: 1px solid #0a192f;
}

.refsolution .x-accordion a:after {
    content: "-";
    /* Unicode character for "minus" sign (-) */
    font-size: 15px;
    color: #fff !important;
    float: right;
    margin-right: 15px;
}

.refsolution .x-accordion .panel .panel-heading a.collapsed:after {
    content: '+';
    /* Unicode character for "plus" sign (+) */
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    .refsolution .x-accordion .panel-group {
        margin-bottom: 50px;
    }
}

.refsolution .tabWhy .nav-tabs {
    border: 1px solid #eee;
    border-bottom: none;
}

.refsolution .tabWhy .nav-tabs.nav-justified li {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.refsolution .tabWhy .nav-tabs.nav-justified li.active {
    border-bottom: 1px solid transparent;
}

.refsolution .tabWhy .nav-tabs.nav-justified li:last-child {
    border-right: 0;
}

.refsolution .tabWhy .nav-tabs.nav-justified>li>a {
    border: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    color: #969595;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

.refsolution .tabWhy .nav-tabs.nav-justified>.active>a,
.refsolution .tabWhy .nav-tabs.nav-justified>.active>a:focus,
.refsolution .tabWhy .nav-tabs.nav-justified>.active>a:hover {
    border: 0;
    background-color: transparent;
    color: #212a7a;
}

@media (min-width: 768px) {
    .refsolution .tabWhy .tab-content {
        border: 1px solid #eee;
        padding: 30px;
        border-top: 0;
        overflow: hidden;
    }
}

@media screen and (max-width: 600px) {
    .refsolution .tabWhy .tab-content {
        margin-top: 30px;
    }
}

.refsolution .tabWhy .tab-pane img {
    margin-top: 8px;
}

.refsolution .tabWhy .tab-pane img.pull-left {
    margin-right: 20px;
}

.refsolution .tabWhy .tab-pane img.pull-right {
    margin-left: 20px;
}

.refsolution .tabWhy .panel-body img {
    margin-top: 8px;
}

.refsolution .tabWhy .panel-body img.pull-left {
    margin-right: 20px;
}

.refsolution .tabWhy .panel-body img.pull-right {
    margin-left: 20px;
}

.refsolution .tabWhy .tab-pane p {
    margin-bottom: 15px;
}

.refsolution .tabWhy .tab-pane p:last-of-type {
    margin-bottom: 0;
}

.refsolution #googleMap {
    height: 500px;
}

.refsolution .form-group {
    margin-bottom: 20px;
}

.refsolution .form-control {
    height: 53px;
    padding: 6px 20px 6px 30px;
    font-size: 13px;
    line-height: 24px;
    color: #212a7a;
    border: 2px solid #0a192f;
    border-radius: 0;
    box-shadow: none;
}

.refsolution .form-control:focus {
    border: 2px solid #0a192f !important;
    box-shadow: none;
}

.refsolution .contact-form h2 {
    line-height: 36px;
    margin-bottom: 45px;
}

.refsolution .user-message textarea {
    min-height: 195px;
    padding-top: 12px;
}

.refsolution .contact-form form button {
    margin-top: 10px;
}

.refsolution .user-name,
.refsolution .user-email,
.refsolution .user-phone,
.refsolution .user-url,
.refsolution .user-message {
    position: relative;
}

.refsolution .user-name::after,
.refsolution .user-email::after,
.refsolution .user-phone::after,
.refsolution .user-url::after,
.refsolution .user-message::after {
    position: absolute;
    left: 15px;
    top: 15px;
    font-family: "FontAwesome";
    color: #dadada;
}

.refsolution .user-name::after {
    content: "\f007";
}

.refsolution .user-email::after {
    content: "\f003";
}

.refsolution .user-phone::after {
    content: "\f095";
}

.refsolution .user-url::after {
    content: "\f0ac";
}

.refsolution .user-message::after {
    content: "\f086";
}

.refsolution .footer {
    background: #313131;
}

.refsolution .footer .footer-block {
    border-right: 1px solid #3a3a3a;
    padding: 80px 60px;
    min-height: 380px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .refsolution .footer .footer-block {
        padding: 60px 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .refsolution .footer .footer-block {
        padding: 50px 15px;
    }
}

@media (max-width: 767px) {
    .refsolution .footer .footer-block {
        padding: 30px 15px;
        min-height: inherit;
    }
}

.refsolution .footer .footer-block.last {
    border-right: 0;
}

.refsolution .footer .footer-widget h3 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 25px;
}

.refsolution .footer .footer-logo {
    margin-bottom: 25px;
}

.refsolution .footer .footer-widget .btn {
    font-size: 11px;
    padding: 5px 18px;
    border-radius: 50px;
    color: #6b6b6b;
    border: 1px solid #4a4a4a;
    margin-top: 40px;
}

.refsolution .footer .footer-widget .btn:hover {
    color: #fff;
    background-color: #0a192f;
    border: 1px solid transparent;
}

.refsolution .footer .footer-widget address {
    line-height: 22px;
}

.refsolution .footer .footer-widget .social-links {
    margin-top: 30px;
}

.refsolution .footer .footer-widget .social-links li a {
    display: block;
    font-size: 20px;
    width: 42px;
    height: 42px;
    color: #6b6b6b;
    background-color: #4a4a4a;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
}

.refsolution .footer .footer-widget .social-links li a:hover {
    color: #fff;
    background-color: #0a192f;
}

.refsolution .footer .copyright-section {
    background-color: #2d2d2d;
    color: #6b6b6b;
    padding: 20px 0;
}

.refsolution .footer .copyright-section .copytext {
    text-transform: uppercase;
    color: #6b6b6b;
    font-weight: 600;
}

@media (min-width: 768px) {
    .refsolution .footer .copyright-section .list-inline>li {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.refsolution .footer .copyright-section li a {
    display: block;
    font-size: 13px;
    color: #6b6b6b;
}

.refsolution .footer .copyright-section li a:hover,
.refsolution .footer .copyright-section li.active a {
    color: #fff;
}

.refsolution #preloader {
    background: #706d5d;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.refsolution #status,
.refsolution .status-mes {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.refsolution .status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

.refsolution div.description_p {
    font-size: medium;
    color: #212a7a;
}

.refsolution div.approach_description_p {
    padding-bottom: 10px;
    font-size: medium;
    color: #212a7a;
}

.refsolution div.brands_p {
    padding-bottom: 24px;
    font-size: medium;
    color: #212a7a;
}

.refsolution p.description_2_p {
    font-size: 25px;
    padding-bottom: 0px;
    color: #fff;
}

.refsolution p.contact_p {
    font-size: medium;
    color: #fff;
}

.refsolution p.book_call_p {
    font-size: medium;
    color: #212a7a;
}

.refsolution p.about_description_p {
    font-size: x-large;
    line-height: 36px;
    color: #212a7a;
}

.refsolution p.services_description_3_p {
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
    color: #212a7a;
}

.refsolution div.services_description_p {
    font-size: 18px;
    line-height: 35px;
    color: #212a7a;
}

.refsolution div.services_description_box_2_p {
    color: #fff;
    padding-bottom: 16px;
}

.refsolution p.about_description_1_p {
    font-size: x-large;
    line-height: 36px;
    color: #fff;
    text-align: justify;
}

.refsolution p.about_description_2_p {
    padding-bottom: 50px;
    font-size: x-large;
    line-height: 36px;
    color: #616060;
    text-align: justify;
    width: 80%;
}

.refsolution p.services_description_2_p {
    padding-bottom: 50px;
    font-size: 18px;
    color: #212a7a;
    width: 80%;
}

.refsolution div.fractional_description_p {
    font-size: x-large;
    font-size: 18px;
    color: #212a7a;
    line-height: 35px;
}

.refsolution p.fractional_description_2_p {
    font-size: large;
    color: #212a7a;
}

.refsolution h2.team_description_p {
    line-height: 30px;
    color: #212a7a;
}

.refsolution div.gitouch_description_p {
    line-height: 30px;
    color: #212a7a;
    font-size: 15px;
}

.refsolution h2.gitouch_description_h2 {
    line-height: 30px;
    color: #1B723F;
}

.refsolution div.team_description_p {
    line-height: 30px;
    font-size: 20px;
    color: #212a7a;
    margin-top: 30px;
    margin-left: 10px;
}

.refsolution h4.panel-title {
    font-size: 20px;
    padding-top: 2px;
    padding-left: 10px;
}

.refsolution h3.team_h3 {
    color: #212a7a;
}

.refsolution label.contact_label {
    font-size: medium;
    font-weight: 100;
    color: #212a7a;
}

.refsolution label.contact_description_label {
    font-size: medium;
    font-weight: 100;
    color: #fff;
}

.refsolution .col-md-8.footer_copyright {
    padding-top: 10px;
    color: #212a7a;
}

.refsolution div.footer_copyright>p {
    color: #212a7a;
}

.refsolution .col-sm-9.approach_div {
    /* background-color: #fff;
    */
}

.refsolution p.approach_p {
    color: #fff;
}

.refsolution i.fractional_fa {
    color: #fff;
}

.refsolution div.fractional_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 50px;
}

.refsolution div.fractional_div {
    border-radius: 25px;
    border: 2px solid #fff;
    padding-top: 30px;
    width: 32%;
    background-color: #0a192f;
}

.refsolution div.fractional_div:hover,
.refsolution div.services_div:hover,
.refsolution div.blogs_div:hover {
    border: 2px solid #1B723F;
    background-color: #1B723F;
    border-radius: 25px;
    box-sizing: border-box;
}

.refsolution div.services_div {
    border-radius: 25px;
    border: 2px solid #0a192f;
    padding-top: 30px;
    width: 24%;
    background-color: #0a192f;
}

.refsolution .blogs_div>img {
    width: 100%;
    padding-top: 10px;
    border-radius: 25px;
}

.refsolution h2.blog_title_h2 {
    padding-top: 10px;
    color: #1B723F;
}

.refsolution div.blog_short_description_p {
    color: #000;
}

.refsolution h3.blog_topic_h3 {
    color: #212a7a;
}

.refsolution div.book_a_call_div {
    padding-top: 100px;
}

.refsolution div.blogs_div:hover {
    background-color: #fff;
}

.refsolution .col-md-4.approach_1 {
    /* background-image: url(https://avantestrategies.com/wp-content/uploads/2024/09/Avante-Strategies-Approach-1-500x750-1.svg);
    background-image: url(https://avantestrategies.com/wp-content/uploads/2024/09/Avante-Strategies-Approach-2-500x750-1.svg);
    background-image: url(https://avantestrategies.com/wp-content/uploads/2024/09/Avante-Strategies-Approach-3-500x750-1.svg);
    */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.refsolution .col-md-4.approach_2 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.refsolution .col-md-4.approach_3 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.refsolution .approach_desc_2_div {
    width: 130%;
}

.refsolution .item.active.transformZoom>img {
    /* transition: transform 5000ms linear 0s;
    transform: scale(1.15, 1.15);
    */
    opacity: 0;
}

.refsolution .item.active.transformZoom>img:hover {
    transition: transform 5000ms linear 0s;
    transform: scale(1, 1);
}

.refsolution ul.accordion_ul {
    list-style-type: square;
}

.refsolution ul.accordion_ul>li {
    margin-left: 5%;
}

.refsolution p.policy_p {
    padding-bottom: 10px;
}

.refsolution .col-md-4.values-bg-1 {
    background-image: url(../../../pages/03.about-us/values-1.jpg);
    background-position: right top;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 25px;
    text-align: justify;
}

.refsolution .col-md-4.values-bg-2 {
    background-image: url(../../../pages/03.about-us/values-2.jpg);
    background-position: right top;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 25px;
    text-align: justify;
}

.refsolution .col-md-4.values-bg-3 {
    background-image: url(../../../pages/03.about-us/values-3.jpg);
    background-position: right top;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 25px;
    text-align: justify;
}

.refsolution p.values_1_p {
    /*padding-bottom: 24px;
   */
    color: #fff;
}

.refsolution p.approach_3_p {
    padding-bottom: 10px;
}

.refsolution .marquee {
    --duration: 10s;
    --gap: var(--space);
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.refsolution .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .refsolution .marquee__group {
        animation-play-state: paused;
    }
}

.refsolution .marquee__group img {
    max-width: clamp(10rem, 29rem, 20rem);
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.refsolution img.image-mission {
    width: 90%;
}

.refsolution .col-md-2.arrowRight {
    font-size: 60px;
    color: #fff;
}

.refsolution .col-md-4.fractional_div_img>img {
    width: 100%;
}

.refsolution .row.approach_row {
    background-color: #0a192f;
    border-radius: 25px;
}

.refsolution nav.sticky-nav>div.container>div.navbar-header>a>img {
    width: 30%;
}

.refsolution p.carousel_p {
    padding-bottom: 48px;
}

.refsolution a.btn.btn-green,
.refsolution button.btn.btn-green {
    background-color: #1B723F;
    color: #fff;
    font-size: 15px;
}

.refsolution a.btn.btn-green:hover,
.refsolution button.btn.btn-green:hover {
    background-color: #0a192f;
    color: #fff;
}

.refsolution .navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;
    background-color: #0a192f;
}

.refsolution .btn-find-out-more {
    margin-top: 20px;
}

.refsolution .row.values_row {
    background-color: #1B723F;
    border-radius: 25px;
}

.refsolution .row.outsource_row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.refsolution .fractional_div_img>img {
    border-radius: 25px;
}

.refsolution .sticky-nav.navbar-default .navbar-nav>.active>a {
    border: 2px solid #fff !important;
}

.refsolution .carousel-inner>.item>a>img,
.refsolution .carousel-inner>.item>img {
    opacity: 70%;
}

.refsolution .desc_blog_h1 {
    color: #1B723F;
    font-size: 35px;
    line-height: 1;
}

.refsolution .desc_blog_section>.container>.row>div>p {
    color: #000;
    padding-left: 100px;
    padding-right: 100px;
    font-family: Montserrat, Helvetica, sans-serif;
}

.refsolution .desc_blog_section>.container>.row>div>p>strong {
    color: #1B723F;
    text-align: left;
}

.refsolution .blog_image {
    display: block;
    margin: auto;
    padding-top: 0.2em;
    text-align: center;
}

.refsolution .blog_image>img,
.refsolution .blog_image>video {
    border-radius: 25px;
    max-width: 100%;
    height: auto;
}

.refsolution .desc_blog_section>.container>.row>div>p {
    margin-left: 20px;
    color: #000;
    font-size: 15px;
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    font-family: Montserrat, Helvetica, sans-serif;
}

@media screen and (max-width: 1279px) {
    .refsolution {
        /*nav.sticky-nav > div.container > div.navbar-header >a > img {
            width: 40%;
            transition: width 1s;
            position: absolute;
            top: 0;
            padding: 0px 10px;
            border: 0;
            border-radius: 0;
       }
       */
    }

    .refsolution .carousel-inner {
        overflow: visible;
    }

    .refsolution a.btn_custom_1,
    .refsolution a.btn_custom_2 {
        font-size: 8px !important;
        margin-top: 10px;
    }

    .refsolution p.carousel_p {
        padding-bottom: 0px;
        text-shadow: 1px 0px #0a192f;
    }

    .refsolution .x-accordion {
        padding-top: 50px;
    }

    .refsolution .x-accordion.services_accordion {
        padding-top: 10px;
    }

    .refsolution .brands_h1 {
        line-height: 1;
    }

    .refsolution .col-md-4.list-url {
        margin-left: -15px;
    }

    .refsolution .x-accordion .panel .panel-heading a.collapsed {
        font-size: 15px;
    }

    .refsolution .row.approach_row,
    .refsolution .row.values_row {
        width: 100%;
        margin: 0 auto;
    }

    .refsolution .team img {
        width: 80%;
    }

    .refsolution .row.outsource_row {
        padding-top: 70px;
        padding-left: 20px;
    }

    .refsolution .fractional_div_img>img {
        display: none;
    }

    .refsolution .fractional_description_h1,
    .refsolution .fractional_h1,
    .refsolution .about_description_h1,
    .refsolution .approach_description_h1,
    .refsolution .ourvalues_description_h2,
    .refsolution .description_h1,
    .refsolution .blogs_h1 {
        line-height: 1;
    }

    .refsolution .services_description_h1 {
        line-height: 1;
        padding-top: 50px !important;
    }

    .refsolution div.fractional_container {
        display: inline-block !important;
    }

    .refsolution div.services_div {
        width: 100%;
        margin-top: 10px;
    }

    .refsolution p.services_description_2_p {
        padding-bottom: 0px;
    }

    .refsolution p.services_description_3_p {
        padding-bottom: 0px;
    }

    .refsolution div.services_description_box_2_p {
        font-size: 18px;
        line-height: 2;
    }

    .refsolution div.fractional_div {
        width: 100%;
    }

    .refsolution div.team_description_p {
        text-align: left;
    }

    .refsolution h1.contact_h1,
    .refsolution h1.book_call_h1 {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .refsolution .navbar-brand img {
        height: 100%;
        object-fit: contain;
        transition: width 1s;
        position: absolute;
        top: 0;
        padding: 0px 10px;
        border: 0;
        border-radius: 0;
    }

    .refsolution .desc_blog_section>.container>.row>div>p {
        padding-left: 0px;
        padding-right: 0px;
    }

    .refsolution .desc_blog_section>.container>.row>div>ol {
        margin-left: 0px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .refsolution .blog_image>img,
    .refsolution .blog_image>video {
        width: 100%;
        height: auto;
    }
}