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

.gv-top-1{
    top: -140px !important;
}
.gv-top-2{
    top: -155px !important;
}
.gv-mb-30{
    margin-bottom: 30px;
}

.gv-font-16{
    font-size: 16px;
}

.gv-font-18{
    font-size: 18px;
}

.gv-padd-1{
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.gv-btn{
    text-align: center;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #ffffff;
    padding: 5px 30px;
    transition: all 0.5s ease;
    box-shadow: inset 0 -10px 20px rgb(0 0 0 / 20%);
    line-height: 15px;
}
.gv-btn:hover{
    background-color: #fff;
    color: #73da11;
}

.gv-btn-1 {
    text-align: center;
    font-size: 18px;
    border: 1px solid #73da11;
    border-radius: 100px;
    color: #fff;
    padding: 5px 30px;
    transition: all 0.5s ease;
    box-shadow: inset 0 -10px 20px rgb(0 0 0 / 20%);
    line-height: 15px;
    background-color: #73da11;
}
.gv-btn-1:hover{
    background-color: #fff;
}

.gv-about-1{
    color: #264372;
    line-height: 1.2;
    font-size: 2.3rem;
}

.gv-about-2{
    color: #c45911 !important;
    font-weight: 600;
    font-size: 18px;
}

.gv-about-p{
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
}

.gv-about-p-bold{
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.4;
    margin-top: 20px;
    color: #001b54;
}

.gv-red{
    color: #e83b35 !important;
}


.star-ul{
    display: flex;
    gap: 6px;
}

.star-ul li i{
    color: #f6e14f;
}


/*===================================================*/
.rounded-btn {
    border-radius: 100px;
}
.cs-title-3 {
    font-size: 2.25rem;
}

.text-white {
    color: #fff!important;
}
@media (min-width: 992px){
    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem!important;
    }
    .d-lg-block {
        display: block!important;
    }
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem!important;
    }
    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem!important;
    }
    .pl-lg-0, .px-lg-0 {
        padding-left: 0!important;
    }

}

.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}

.cursor-pointer {
    cursor: pointer;
}

.lh-1 {
    line-height: 1;
}
.cs-title-2 {
    font-size: 32px;
}

.front-tool-content {
    color: rgba(255, 255, 255, 0.5);
}


svg:not(:root) {
    overflow: hidden;
}
.text-right {
    text-align: right!important;
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.h-100 {
    height: 100%!important;
}
.btn-outline-primary {
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 30px;
    transition: all 0.5s ease;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background: #111;
  color: #fff;
  transition: all 0.5s ease;
  border-color: #111;
  box-shadow: none;
  outline: none;
}





/*=========================*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*===========================*/
/*======================================================*/
.banner.front-banner .banner-content span{
    font-size: 1.5rem;
}
.banner .banner-content h1.main-title span,.banner .banner-content h1.main-title{
    color: #ffffff;
    font-size: 5rem;
    text-transform: none;
    line-height: 1.1;
}
.banner .banner-content .text-banner{
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.125rem;
}
.banner.front-banner{
    overflow: visible;
}
.bunderline-text{
    background-image: url('../images/Underline_07.png');
    background-repeat: no-repeat;
    background-position: center 100%;
    padding-bottom: 0.5rem;
}

.banner .banner-top-title.reveal.active{
    transform: translateY(0);
    opacity: 1;
}
.front-cross-slider li{
    color: #ffffff;
    font-weight: 700;
    font-size: 31.9731px;
}
.front-cross-slider-wrap{
    position: absolute;
    bottom: -1%;
    transform: rotate(-3deg);
    background: #0B0E10;
    width: 100%;
    z-index: 222;
}

.front-cross-slider-wrap li{
    padding: 0 4rem;
    position: relative;
}
.front-cross-slider-wrap li:after{
    width: 18px;
    height: 18px;
    background-image: url('../images/star.png');
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.front-cross-slider-wrap:after {
    content: '';
    background: linear-gradient(180deg, rgba(11, 14, 16, 0) 0%, #000000 37.5%);
    position: absolute;
    left: 0;
    bottom: -4rem;
    height: 170px;
    z-index: -1;
    width: 100%;
}
.cs-list-section .cs-list-title {
    font-size: 5rem;
}
.text-cs-list{
    font-size: 1rem;
    color: #c8c8c8;
}
.text-cs-list strong{
    color: #fff;
    font-weight: normal;
}
.cs-custom-list-slider .slide-info-txt{
    color: #6C6C6C;
}
.slide-info{
    margin-top: -4rem;
}
.front-tool-content{
    color: rgba(255, 255, 255, 0.85);
}
.front-service-arrow:hover svg{
    fill:#5CE8E4
}
.cs-title-workwith{
    color: #fff;
    line-height: 1.2;

}
.aiims-services-caption{
    background: linear-gradient(90deg, rgb(0 0 0 / 54%) 0%, rgb(0 0 0 / 54%) 5%, rgb(255 255 255 / 0%) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.aiims-services-box{
    overflow: hidden;
    max-width: 326px;
    border-radius: 30px;
    transition: all 0.5s ease;
}
.aiims-services-box .img{
    max-width: 100%;
    height: 496px;
    object-fit: cover;
    border-radius: 30px;
    border: 0.15px solid #f5f5f59e;
}
.aiims-services-box.slick-current .img{
    border: none;
}
.aiimsfront-services .aiims-services-box:hover{
    max-width: 463px;
}
.aiims-services-captiontext p{
    font-size: 16px;
    line-height: 1.2;
}
.aiims-services-captiontext{
    display: none
}
.aiimsfront-services .aiims-services-box.slick-current .aiims-services-captiontext,.aiimsfront-services .aiims-services-box:hover .aiims-services-captiontext{
    display: block;
}
.aiimsfront-services .aiims-services-box.slick-current .service-plus,.aiimsfront-services .aiims-services-box:hover .service-plus{
    display: none;
}
.text-line-animation{
    margin-top: -2.5rem;
    position: relative;
    z-index: -1;    
    transform: translateY(0);
    transform: translateX(-200px);
}
.text-line-animation.active{
    transform: translateX(0px);
}
.text-cs-list-inner{
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
}
.text-cs-list-inner strong{
    color: #fff;
}
.inner-cs-study-banner{
    min-height: unset;
    max-height: unset;
}
.inner-cs-study-content  .text{
    color: rgba(255, 255, 255, 0.67);
    line-height: 1.2;
}
.sq-bar{
    width: 29px;
    height: 28px;
    display: inline-block;background: #CF1738;
}
.section-19 .inner-cs-top {
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5);
}
.inner-cs-top h1{
    color: #818286;
    line-height: 0.9;
}
.inner-cs-top h1 span{
    color: #CF1738;
}
.rcs-content{
    box-shadow: 0px 4px 40px rgb(0 0 0 / 25%);
}
.cs-profile {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    border-radius: 23px;
}
.cs-profile-image{

    border-radius: 50%;
    overflow: hidden;
    margin-left: -8rem;
}
.cs-profile-content{
    color: rgba(18, 21, 21, 0.65);
    font-size: 20px;
    font-weight: 300;
}
.cs-profile-text{
    margin-left: -6rem;
}
.innser-csstudy-img-cta .img-cap{
    color: #B81633;
}
.cs-profile-content p{
    margin-bottom: 1.25rem;
    line-height: 1.5;
    font-size: 16px;
}
.cs-step-title{
    font-size: 5.5rem;
    line-height: 0.9;
}
.cs-step-title span{
    color: #B81633;
}
.cs-step-small-title{
    color:#818286;
}
.inner-cs-content-step .text {
    color: rgba(18, 21, 21, 0.65);
    
}
.inner-cs-content-step .text p{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}
.cs-step-small-title.text-red{
    color: #B81633;
}
.cs-txt-nmargin{
    margin-left: -8rem;
}
.related-cs-list-inner{
    border-top: 1px solid #000000;
}
.cs-logo-img{
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.rcs-title{
    color: #000;
}
.rcs-title:hover{
    color: #B81633;
}
.cs-page-margin{
    position: relative;
    top: -5rem ;
}

@media screen and (max-width: 1680px){
    .uni-my-50 {padding: 105px 110px 150px 85px;}
}


@media screen and (max-width: 1600px){
    .max-container {max-width: 1375px !important;}
    .gv-font-18 {font-size: 14px;}
    .cs-title-2 {font-size: 2.2rem;}
    .cs-title-workwith {font-size: 2.2rem;}
    .text-cs-list {font-size: 1rem;}
    .gv-btn {font-size: 16px;}
    .gv-btn-1 {font-size: 16px;}
    .aiims-services-captiontext p {font-size: 15px;}
    h4.site-title.text-white {font-size: 25px;}
    .uni-my-50 h2 {line-height: 1.2;}
    h2, .h2 {font-size: 30px;}
}

@media screen and (max-width: 1540px){
    .max-container {max-width: 1315px !important;}
    .cs-title-2 {font-size: 2.2rem;}
    .cs-title-workwith {font-size: 2rem;}
    .gv-btn {font-size: 15px;}
    .gv-btn-1 {font-size: 15px;}
    h4.site-title.text-white {font-size: 24px;}
    .uni-my-50 h2 {font-size: 26px; line-height: 1.4;}
}

@media screen and (max-width: 1450px){
    .max-container {max-width: 1245px !important;}
    .gv-btn {font-size: 14px;}
    .gv-btn-1 {font-size: 14px;}
    .pr-lg-5, .px-lg-5 {padding-right: 1rem!important;}
}

@media screen and (max-width: 1405px){
    .container {max-width: 1280px;}
    .navbar-expand-lg .navbar-nav .nav-item {padding: 0 22px;}
    .gq-social-area {width: 17%;}
    .thumb-numbering.mb-4 {min-height: 330px;}


}

@media screen and (max-width: 1380px){
    .navbar-expand-lg .navbar-nav .nav-link {font-size: 16px !important;}
    .max-container {max-width: 1165px !important;}
    .gv-font-18 {font-size: 13px;}
    .cs-title-2 {font-size: 3rem;}
    .cs-title-workwith {font-size: 3rem;}
    .pr-lg-5, .px-lg-5 {padding-right: 0rem!important;}
    .gv-btn {padding: 5px 20px;}
    .gv-btn-1 {padding: 5px 20px;}
    .mt-lg-5, .my-lg-5 {margin-top: 2rem!important;}
    .gv-pad-175 {padding-top: 140px !important;}
    .gv-about-1 {font-size: 2.1rem;}
    .gv-valve-20 {width: 18.9% !important;}
    .thumb-numbering p {padding-top: 0px;}
    .gv-about-us-image{top: 200px !important;}
    .mob-enquire-barlow {font-size: 2.1rem !important;}
}


.gv-about-us-image{
    width: 370px; 
    right: -150px; 
    top: 160px; 
    z-index: 9;
}

.max-container {
    max-width: 1650px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footer-widget li a:hover{
    color: #73da11 !important;
    padding-left: 0px;
}

.gv-pad-25{
    padding-left: 25px;
}

.gv-pad-45{
    padding-left: 45px;
}
.gv-pad-r-0{
    padding-right: 0;
}
.gv-foot-about{
    padding-top: 10px;
    position: absolute;
}
.gv-barlow{
    font-size: 2.3rem;
}
.gv-barlow-1 {
    font-size: 2.6rem;
    margin-bottom: 20px;
}
.gv-cap{
    text-transform: capitalize;
}
.gv-pad-175{
    padding-top: 175px;
}
.gv-pb-8{
    padding-bottom: 0.8rem!important;
}
.gv-pb-8 p{
    font-size: 15px;
}

.gc-sam-1{
    font-size: 24px;
    line-height: 1.4;
    margin-top: 20px;
    color: #ffffff;
}
.gv-pic-con{
    margin: 85px 0;
}
.gv-pic{
    width: 45%;
    background-size: cover;
    background-position: top;
}
.gv-content{
    width: 55%;
    padding: 80px 70px;
    background-color: #f7f7f7;
}
.gv-content h2{
    margin-bottom: 15px;
}
.gv-content p{
    margin-bottom: 20px;
}
.gv-content-btn{
    box-shadow: inset 0 -10px 20px rgb(0 0 0 / 20%);
    text-align: center;
    justify-content: center;
    display: block;
    width: fit-content;
}
.gv-br-25{
    border-radius: 25px;
}
.gv-valve{
    padding: 65px 0 80px;
    background-color: #f7f7f7;
}
.gv-valve-row{
    margin-bottom: 15px;
    gap: 14.7px;
    padding: 0 10px;
}
.gv-valve h2{
    color: #001c56;
    margin-bottom: 5px;
}
.gv-valve-content h2{
    color: #001b55;
    font-size: 1.6rem;
    margin-bottom: 25px;
    text-align: center;
}
.gv-valve p{
    margin-bottom: 30px;
}
.gv-valve-20{
    width: 19%;
}
.gv-valve-content{
    background-color: #fff;
    padding: 25px 20px 30px;
}
#panelP{
    cursor: pointer;
    font-size: 18px;
    color: rgb(0, 28, 86);
    margin-bottom: 0px;
    text-align: center;
    margin-top: 25px;
}
.gv-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #111;
  z-index: 200;
}
.gv-slider-overlay:hover {
  display: block;
}
.tup{
    background: rgb(3,3,3);
    background: linear-gradient(90deg, rgba(3,3,3,1) 0%, rgba(0,0,0,1) 25%, rgba(255,255,255,1) 100%);
}


/*============ scroll down ================*/
.mouse_scroll {
    cursor: pointer;
    z-index: 9;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-top: -100px;
}

.m_scroll_arrows{
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}
.unu{
    margin-top: 1px;
}
.unu, .doi, .trei{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}
.unu{
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}
.doi{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}
.trei{
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}
.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}
.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}
@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.gv-brad{
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    color: #c45911;
}

.gv-brad-1{
    text-transform: lowercase;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    color: #c45911;
}

.gv-brown{
    color: #c45911 !important;
}

.gv-18-600{
    font-size: 18px !important;
    font-weight: 600 !important;
}

.gv-20-600{
    font-size: 20px !important;
    font-weight: 600 !important;
}


.gv-activetd-menu{
    background-color: #001c56 !important;
    color: #fff !important;
}

.gv-pad-right-0{
    padding-left: 0px;
    padding-right: 0px;
}
.lsp-footer-p{
    line-height: 0px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    color: #d2d2d2 !important;
}

.huip{
    font-size: 20px;
    font-weight: 600;
}

.footer-widget-address li a:hover {
    color: #c45911 !important;
    padding-left: 0px;
}



.cs-title-3{
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 12px;
    letter-spacing: .2px;
    font-family: 'integralcf-bold';
}

.margin-0{
    margin: 0;
}

.abus-padd{
    padding: 2.8rem !important;
}

.jop-img{
    height: 632px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.uop-pt25{
    padding-top: 23px;
}



.desk-width {
    width: 80%;
}

.desk-tag {
    font-family: 'integralcf-bold';
    font-size: 16px;
    color: #73da11;
    margin-bottom: 0;
    line-height: 28px;
}


.desk-none{
    display: none;
}

.gq-mob-about-content{
    background-color: #73da11;
    padding: 18px 20px 20px;
    position: relative;
    margin-top: -35px;
    z-index: 9;
}

.gq-mob-about-content h2{
    font-size: 15px !important;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .5px;
    color: #111;
    margin-bottom: 15px;
}

.gq-mob-about-content p{
    text-align: center;
    line-height: 22px;
    color: #111;
    font-size: 14px;
    margin-bottom: 5px;
}


.testi-p{
    color: #c8c8c8;
    line-height: 28px;
    font-size: 14.5px;
}

.reel-video{
    width: 100%;
    height: 313px !important;
    border-radius: 5px;
    border: 3px solid #fff;
}

.reel-vid-ul{
    display: flex;
    gap: 20px;
    width: 100%;
}

.reel-vid-ul li{
    width: 50%;
}

.test-padding{
    padding: 3.2rem;
}

.test-reel-bg{
    background-color: #15171a !important;
}

.mob-display-only{
    display: none;
}


@media screen and (max-width: 460px){
    .home-about:after{
        display: none;
    }

    .mob-margin-bottmo{
        margin-bottom: 0px;
        line-height: 24px;
    }

    .abus-padd{
        padding: 1.3rem 3rem .7rem !important;
    }
    .mb-4 {margin-bottom: 1rem !important;}
    .gv-padd-1 {padding-top: 2rem !important;}
    .gv-font-18 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .aiims-services-box .img {
        height: 400px;
    }
    .mb-3 {
        margin-bottom: .5rem !important;
    }
    .blog-content-oadd p {
        line-height: 24px;
        margin-bottom: 10px;
    }
    .hummp {
        font-size: 18px !important;
    }
    h4.site-title.text-white {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
    }
    .gall-cta-btn-2 {
        display: none;
    }
    .tab-simple{
        margin-top: 25px;
    }
    .cs-title-workwith {
        font-size: 22px !important;
        color: #fff;
        line-height: 34px;
    }

    .mobilss-pb{padding-bottom: 0px;}
    .uop-pt25 {padding-top: 10px;}

    .barlow-bold1{
        line-height: 28px;
    }
    .cs-title-3 {font-size: 22px;}
    .desk-none {
        display: block;
    }
    .text-cs-list {
        font-size: 15px;
        line-height: 25px;
    }

    .reel-vid-ul {margin-top: 20px;}

    .mob-display-only{
        display: block;
    }

    .jupo1{
        margin-top: 15px;
        margin-bottom: 25px !important;
    }

    .jupo2{
        width: 50%;
        margin-bottom: 25px;
    }

    .testi-p {
        font-size: 14.5px;
    }

    .reel-video {
        border-radius: 5px;
        border: none;
    }
    .reel-vid-ul {
        gap: 10px;
    }
    





}
