
:root{
    --text-green: #30AD1C;
    --text-blue:#1778BE;
}
:link {
    text-decoration: none;
}
.text-green{
    color: var(--text-green);
}

.text-blue{
    color:var(--text-blue);
}

.case-study-hero{
    background-color: #F5FAFF;
}

.casestudy-hero-graphic{
    position: absolute;
    object-fit: contain;
}

.casestudy-hero-graphic.graphic-one{
    left: 20px;
    top: 60px;
}

.casestudy-hero-graphic.graphic-two{
    left: 40%;
    bottom: 60px;
}

.casestudy-hero-graphic.graphic-three{
    right: 60px;
    top: 0px;
}

.casestudy-grid{
    border-radius: 10px;
    border:1px solid rgba(34, 42, 65, 0.11);
    width: 100%;
}
.casestudy-info .box-title {
  color: var(--primary-bg);
}

.casestudy-grid:hover{
    border-radius: 10px;
    background-color: #FAF9F6;
}

.casestudy-grid-contents{
    padding: 15px;
    color: #6D7783;
}


.casestudy-desc a{
    color: #6D7783;
}

.casestudy-desc a:hover{
   color: #6D7783;
}

.casestudy-grid-contents p{
    line-height: 30px;
}

.casestudy-img-wrap img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.casestudy-grid-contents .casestudy-info .row .right-border {
    border-right:1px solid rgba(34, 42, 65, 0.2); 
}
/* new css */
.casestudy-img-wrap {
    position: relative;
    overflow: hidden !important;
}
.casestudy-img-title {
    position: absolute;
    width: 95%;
    height: 60px;
    bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px !important;
    align-items: center;
    color: #fff;
    display: none;
    line-height: 20px;
    justify-content: center;
    z-index: 2;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*display: flex;*/
}
.casestudy-grid:hover .casestudy-img-title {
    display: flex;
    animation: action .3s;
}
@-webkit-keyframes action {
    0% {
        bottom: 0;
    }
    100% {
        bottom: 15px;
      }
}
.casestudy-img-title::before {
    content: '';
    /*min-width: 300px;*/
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(231,220,216,.3);
    border: 1px solid rgba(231,220,216,.5);
    backdrop-filter: blur(20px);
    border-radius: 5px;
    z-index: -1;
}
.casestudy-info .title {
    font-weight: 600;
}
.casestudy-desc .title {
  color: #222A41;
}
.casestudy-grid:hover .casestudy-desc .title {
color: var(--orange-clr) !important;
}
.current .current {
  background-color: var(--orange-clr);
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
}
/**/
.casestudy-grid .casestudy-view:hover {
  background-color: #F8F8F8 !important;
  border: 1px solid #222A41 !important;
  color: #222A41 !important;
}
.casestudy-btn {
    background-color: #F8F8F8;
    /*border: 1px solid rgb(34 42 65 / 50%);*/
    border-radius: 0px !important;
    padding: 10px 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #82858D !important;
    font-family:"cera_promedium";
    /*min-width: 150px;*/
    min-width: auto;
    width: 50%;
}
.casestudy-btn.casestudy-view.btn {
  margin-left: 6px;
}
.casestudy-btn.casestudy-view.btn {
  border: 1px solid #82858d !important;
}
.casestudy-btn, .casestudy-category span, .casestudy-info h3 {
  font-size: 14px !important;
}
.casestudy-info h4 {
    font-size: 17px;
}
.casestudy-category {
  display: none !important;
}
.casestudy-info h3 {
  color: #222A41;
}
/*end*/

/* case study blog */
.blog-hero .h2 {
  color: #333;
}
.blog-hero .category {
  text-transform: uppercase;
}
/*end blog*/
.casestudy-btn:focus{
    outline: none;
    box-shadow: none !important;
}

.casestudy-btn:hover{
    /*background-color: #FF8D54;*/
    /*color: #fff !important;*/
    /*border-color: #FF8D54 !important;*/
}

.casestudy-pagination nav{
    display: flex;
    justify-content: center;
}

.casestudy-pagination nav > a{
    color: #222A41;
    margin-top: 4px;
}
.casestudy-pagination nav a:hover {
    color: var(--orange-clr);
}
.casestudy-pagination nav a:first-child i, .casestudy-pagination nav a:last-child i {
    display: none;
}
.casestudy-pagination ul{
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

.casestudy-pagination ul li a{
    color: #222A41;
    margin: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
}

.casestudy-pagination ul li.current a.active {
    color: #fff;
    background-color:#FF8D54;
}

.casestudy-pagination ul li{
  margin-right: 5px;
}

.casestudy-other-info .row [class*='col-']:first-child{
    border-right: 1px solid rgba(34, 42, 65, 0.2);
}

.case-study-inner-hero{
    box-shadow: 20px 20px 0px rgb(129 179 216 / 10%);
    border-radius: 20px;
}

.inner-graphic-one{
    left:20%;
    top:20px
}

.inner-graphic-two{
    left:5%;
    bottom:20px;
}

.inner-graphic-three{
    top:20px;
    left:55%;
}

.col-left-padd{
      padding-left: calc(50% - 560px) !important;
}

.solution-sec{
    background-image: url(../images/case-study-page/interior.webp);
    background-size: cover;
    height: 800px;
    background-position: center;
}
.results-sec .smm-grid-icon{
    border: 1px solid rgba(7, 14, 37, 0.16);
    border-radius: 10px;
    background-color: transparent;
}

.img-wrap img{
    width: 100%;
    border-radius: 10px;
}

.portfolio-carousel-wrapper .owl-nav .owl-prev img {
    transform: rotate(180deg);
}

.portfolio-carousel-wrapper .owl-nav {
  display: block !important;
}

.portfolio-carousel-wrapper .owl-nav button{
    width: 50px;
    height: 50px;
    background: #30ad1c!important;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .2s linear;
}

.portfolio-carousel-wrapper .owl-nav button:hover {
  background-color: var(--primary-bg) !important;
}

.portfolio-carousel-wrapper .owl-nav .owl-prev {
    left: -50px;
}

.portfolio-carousel-wrapper .owl-nav .owl-next {
    right: -50px;
}

.portfolio-carousel-wrapper .owl-stage, .portfolio-carousel-wrapper .owl-item{
    display: flex;
}

.portfolio-carousel-wrapper .casestudy-grid{
    height: 100%;
}

.portfolio-carousel-wrapper .casestudy-grid:hover{
    background-color: transparent;
}

.lets-make-sec .need_seo_section{
    background-image: url(../images/case-study-page/lets-pattern.png);
    background-color: #222A41;
    background-position: center;
    border-radius: 20px !important;
}

.hero__content .casestudy-category{
    background-color: #FF8D54;
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    margin-bottom: 20px;
}
.cta-popup .modal-dialog {
  max-width: 1140px;
}
.cta-popup .modal-dialog .modal-body {
  padding: 0px;
}
.cta-left {
  width: 100%;
  height: 100%;
  padding: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.casestudy-form .card {
  border: 0;
}
.casestudy-form .card .card-body.card-bg-btm, .casestudy-form .card .card-body.card-bg-btm .container {
  padding: 0px !important;
}
.casestudy-form .section-free-quote-form .row input, .casestudy-form  .section-free-quote-form .row textarea {
    border-bottom: 1px solid #dfdfdf !important;
    color: #212529;
}
.casestudy-form .section-free-quote-form .row input::placeholder, .casestudy-form .section-free-quote-form .row textarea::placeholder {
  color: #9094a0 !important;
}
.section-free-quote-form .row textarea::placeholder {
  color: #fff !important;
}
.form-control:focus {
    box-shadow: none !important;
}
.casestudy-modal .section-free-quote-form .row .col-md-6 {
  margin-bottom: 1rem !important;
}
/*media query strat*/
@media(max-width: 991px) {
.casestudy-hero-graphic.graphic-two {
  left: 25%;
  bottom: 43px;
}
}
@media(max-width:767px){
    /*.hero__content h1 {*/
    /*  font-size: 23px !important;*/
    /*}*/
    .casestudy-info h4 {
      font-size: 16px !important;
      padding-left: 9px !important;
    }
    .h2 {
      font-size: 26px !important;
    }
    .casestudy-hero-graphic{
        display:none;
    }

    .case-study-hero .row{
        flex-direction: column-reverse;
    }

    .case-study-hero p{
        width: 100% !important;
    }

    .casestudy-buttons{
        flex-wrap: wrap;
    }

    .casestudy-buttons .btn{
        width: 100%;
        margin: 0px 0px 10px 0px !important;
    }

    .casestudy-other-info .row{
        flex-direction: row;
    }

    .portfolio-carousel-wrapper .owl-nav button{
        width: 30px;
        height: 30px;
    }

    .portfolio-carousel-wrapper .owl-nav .owl-next{
        right:-27px;
    }

    .portfolio-carousel-wrapper .owl-nav .owl-prev{
        left:-27px;
    }

    .img-wrap img {
        height: 250px;
        object-fit: cover;
    }

    .solution-sec {
        height: 821px !important;
        background-position: bottom !important;
        background-repeat: no-repeat !important;
    }

    .casestudy-category h3{
        font-size: 16px !important;
    }

    .casestudy-desc h5{
        font-size: 20px !important;
    }
}